@charset "UTF-8";
/** PLUGIN */
/* $body-bg */
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-first {
    order: -1;
  }
  .flex-sm-last {
    order: 1;
  }
  .flex-sm-unordered {
    order: 0;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-first {
    order: -1;
  }
  .flex-md-last {
    order: 1;
  }
  .flex-md-unordered {
    order: 0;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1206px) {
  .flex-lg-first {
    order: -1;
  }
  .flex-lg-last {
    order: 1;
  }
  .flex-lg-unordered {
    order: 0;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1206px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1206px) {
  .container {
    width: 1206px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1206px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1206px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  float: none;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .col-lg, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .col-lg, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1206px) {
  .col-lg, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto, .content-cats-small .col-five {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-flex: 0 0 5.8823529412%;
  -ms-flex: 0 0 5.8823529412%;
  flex: 0 0 5.8823529412%;
  max-width: 5.8823529412%;
}

.col-2 {
  -webkit-flex: 0 0 11.7647058824%;
  -ms-flex: 0 0 11.7647058824%;
  flex: 0 0 11.7647058824%;
  max-width: 11.7647058824%;
}

.col-3 {
  -webkit-flex: 0 0 17.6470588235%;
  -ms-flex: 0 0 17.6470588235%;
  flex: 0 0 17.6470588235%;
  max-width: 17.6470588235%;
}

.col-4 {
  -webkit-flex: 0 0 23.5294117647%;
  -ms-flex: 0 0 23.5294117647%;
  flex: 0 0 23.5294117647%;
  max-width: 23.5294117647%;
}

.col-5 {
  -webkit-flex: 0 0 29.4117647059%;
  -ms-flex: 0 0 29.4117647059%;
  flex: 0 0 29.4117647059%;
  max-width: 29.4117647059%;
}

.col-6 {
  -webkit-flex: 0 0 35.2941176471%;
  -ms-flex: 0 0 35.2941176471%;
  flex: 0 0 35.2941176471%;
  max-width: 35.2941176471%;
}

.col-7 {
  -webkit-flex: 0 0 41.1764705882%;
  -ms-flex: 0 0 41.1764705882%;
  flex: 0 0 41.1764705882%;
  max-width: 41.1764705882%;
}

.col-8 {
  -webkit-flex: 0 0 47.0588235294%;
  -ms-flex: 0 0 47.0588235294%;
  flex: 0 0 47.0588235294%;
  max-width: 47.0588235294%;
}

.col-9 {
  -webkit-flex: 0 0 52.9411764706%;
  -ms-flex: 0 0 52.9411764706%;
  flex: 0 0 52.9411764706%;
  max-width: 52.9411764706%;
}

.col-10 {
  -webkit-flex: 0 0 58.8235294118%;
  -ms-flex: 0 0 58.8235294118%;
  flex: 0 0 58.8235294118%;
  max-width: 58.8235294118%;
}

.col-11 {
  -webkit-flex: 0 0 64.7058823529%;
  -ms-flex: 0 0 64.7058823529%;
  flex: 0 0 64.7058823529%;
  max-width: 64.7058823529%;
}

.col-12 {
  -webkit-flex: 0 0 70.5882352941%;
  -ms-flex: 0 0 70.5882352941%;
  flex: 0 0 70.5882352941%;
  max-width: 70.5882352941%;
}

.col-13 {
  -webkit-flex: 0 0 76.4705882353%;
  -ms-flex: 0 0 76.4705882353%;
  flex: 0 0 76.4705882353%;
  max-width: 76.4705882353%;
}

.col-14 {
  -webkit-flex: 0 0 82.3529411765%;
  -ms-flex: 0 0 82.3529411765%;
  flex: 0 0 82.3529411765%;
  max-width: 82.3529411765%;
}

.col-15 {
  -webkit-flex: 0 0 88.2352941176%;
  -ms-flex: 0 0 88.2352941176%;
  flex: 0 0 88.2352941176%;
  max-width: 88.2352941176%;
}

.col-16 {
  -webkit-flex: 0 0 94.1176470588%;
  -ms-flex: 0 0 94.1176470588%;
  flex: 0 0 94.1176470588%;
  max-width: 94.1176470588%;
}

.col-17 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 5.8823529412%;
}

.pull-2 {
  right: 11.7647058824%;
}

.pull-3 {
  right: 17.6470588235%;
}

.pull-4 {
  right: 23.5294117647%;
}

.pull-5 {
  right: 29.4117647059%;
}

.pull-6 {
  right: 35.2941176471%;
}

.pull-7 {
  right: 41.1764705882%;
}

.pull-8 {
  right: 47.0588235294%;
}

.pull-9 {
  right: 52.9411764706%;
}

.pull-10 {
  right: 58.8235294118%;
}

.pull-11 {
  right: 64.7058823529%;
}

.pull-12 {
  right: 70.5882352941%;
}

.pull-13 {
  right: 76.4705882353%;
}

.pull-14 {
  right: 82.3529411765%;
}

.pull-15 {
  right: 88.2352941176%;
}

.pull-16 {
  right: 94.1176470588%;
}

.pull-17 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 5.8823529412%;
}

.push-2 {
  left: 11.7647058824%;
}

.push-3 {
  left: 17.6470588235%;
}

.push-4 {
  left: 23.5294117647%;
}

.push-5 {
  left: 29.4117647059%;
}

.push-6 {
  left: 35.2941176471%;
}

.push-7 {
  left: 41.1764705882%;
}

.push-8 {
  left: 47.0588235294%;
}

.push-9 {
  left: 52.9411764706%;
}

.push-10 {
  left: 58.8235294118%;
}

.push-11 {
  left: 64.7058823529%;
}

.push-12 {
  left: 70.5882352941%;
}

.push-13 {
  left: 76.4705882353%;
}

.push-14 {
  left: 82.3529411765%;
}

.push-15 {
  left: 88.2352941176%;
}

.push-16 {
  left: 94.1176470588%;
}

.push-17 {
  left: 100%;
}

.offset-1 {
  margin-left: 5.8823529412%;
}

.offset-2 {
  margin-left: 11.7647058824%;
}

.offset-3 {
  margin-left: 17.6470588235%;
}

.offset-4 {
  margin-left: 23.5294117647%;
}

.offset-5 {
  margin-left: 29.4117647059%;
}

.offset-6 {
  margin-left: 35.2941176471%;
}

.offset-7 {
  margin-left: 41.1764705882%;
}

.offset-8 {
  margin-left: 47.0588235294%;
}

.offset-9 {
  margin-left: 52.9411764706%;
}

.offset-10 {
  margin-left: 58.8235294118%;
}

.offset-11 {
  margin-left: 64.7058823529%;
}

.offset-12 {
  margin-left: 70.5882352941%;
}

.offset-13 {
  margin-left: 76.4705882353%;
}

.offset-14 {
  margin-left: 82.3529411765%;
}

.offset-15 {
  margin-left: 88.2352941176%;
}

.offset-16 {
  margin-left: 94.1176470588%;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-flex: 0 0 5.8823529412%;
    -ms-flex: 0 0 5.8823529412%;
    flex: 0 0 5.8823529412%;
    max-width: 5.8823529412%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 11.7647058824%;
    -ms-flex: 0 0 11.7647058824%;
    flex: 0 0 11.7647058824%;
    max-width: 11.7647058824%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 17.6470588235%;
    -ms-flex: 0 0 17.6470588235%;
    flex: 0 0 17.6470588235%;
    max-width: 17.6470588235%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 23.5294117647%;
    -ms-flex: 0 0 23.5294117647%;
    flex: 0 0 23.5294117647%;
    max-width: 23.5294117647%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 29.4117647059%;
    -ms-flex: 0 0 29.4117647059%;
    flex: 0 0 29.4117647059%;
    max-width: 29.4117647059%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 35.2941176471%;
    -ms-flex: 0 0 35.2941176471%;
    flex: 0 0 35.2941176471%;
    max-width: 35.2941176471%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 41.1764705882%;
    -ms-flex: 0 0 41.1764705882%;
    flex: 0 0 41.1764705882%;
    max-width: 41.1764705882%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 47.0588235294%;
    -ms-flex: 0 0 47.0588235294%;
    flex: 0 0 47.0588235294%;
    max-width: 47.0588235294%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 52.9411764706%;
    -ms-flex: 0 0 52.9411764706%;
    flex: 0 0 52.9411764706%;
    max-width: 52.9411764706%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 58.8235294118%;
    -ms-flex: 0 0 58.8235294118%;
    flex: 0 0 58.8235294118%;
    max-width: 58.8235294118%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 64.7058823529%;
    -ms-flex: 0 0 64.7058823529%;
    flex: 0 0 64.7058823529%;
    max-width: 64.7058823529%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 70.5882352941%;
    -ms-flex: 0 0 70.5882352941%;
    flex: 0 0 70.5882352941%;
    max-width: 70.5882352941%;
  }
  .col-sm-13 {
    -webkit-flex: 0 0 76.4705882353%;
    -ms-flex: 0 0 76.4705882353%;
    flex: 0 0 76.4705882353%;
    max-width: 76.4705882353%;
  }
  .col-sm-14 {
    -webkit-flex: 0 0 82.3529411765%;
    -ms-flex: 0 0 82.3529411765%;
    flex: 0 0 82.3529411765%;
    max-width: 82.3529411765%;
  }
  .col-sm-15 {
    -webkit-flex: 0 0 88.2352941176%;
    -ms-flex: 0 0 88.2352941176%;
    flex: 0 0 88.2352941176%;
    max-width: 88.2352941176%;
  }
  .col-sm-16 {
    -webkit-flex: 0 0 94.1176470588%;
    -ms-flex: 0 0 94.1176470588%;
    flex: 0 0 94.1176470588%;
    max-width: 94.1176470588%;
  }
  .col-sm-17 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 5.8823529412%;
  }
  .pull-sm-2 {
    right: 11.7647058824%;
  }
  .pull-sm-3 {
    right: 17.6470588235%;
  }
  .pull-sm-4 {
    right: 23.5294117647%;
  }
  .pull-sm-5 {
    right: 29.4117647059%;
  }
  .pull-sm-6 {
    right: 35.2941176471%;
  }
  .pull-sm-7 {
    right: 41.1764705882%;
  }
  .pull-sm-8 {
    right: 47.0588235294%;
  }
  .pull-sm-9 {
    right: 52.9411764706%;
  }
  .pull-sm-10 {
    right: 58.8235294118%;
  }
  .pull-sm-11 {
    right: 64.7058823529%;
  }
  .pull-sm-12 {
    right: 70.5882352941%;
  }
  .pull-sm-13 {
    right: 76.4705882353%;
  }
  .pull-sm-14 {
    right: 82.3529411765%;
  }
  .pull-sm-15 {
    right: 88.2352941176%;
  }
  .pull-sm-16 {
    right: 94.1176470588%;
  }
  .pull-sm-17 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 5.8823529412%;
  }
  .push-sm-2 {
    left: 11.7647058824%;
  }
  .push-sm-3 {
    left: 17.6470588235%;
  }
  .push-sm-4 {
    left: 23.5294117647%;
  }
  .push-sm-5 {
    left: 29.4117647059%;
  }
  .push-sm-6 {
    left: 35.2941176471%;
  }
  .push-sm-7 {
    left: 41.1764705882%;
  }
  .push-sm-8 {
    left: 47.0588235294%;
  }
  .push-sm-9 {
    left: 52.9411764706%;
  }
  .push-sm-10 {
    left: 58.8235294118%;
  }
  .push-sm-11 {
    left: 64.7058823529%;
  }
  .push-sm-12 {
    left: 70.5882352941%;
  }
  .push-sm-13 {
    left: 76.4705882353%;
  }
  .push-sm-14 {
    left: 82.3529411765%;
  }
  .push-sm-15 {
    left: 88.2352941176%;
  }
  .push-sm-16 {
    left: 94.1176470588%;
  }
  .push-sm-17 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 5.8823529412%;
  }
  .offset-sm-2 {
    margin-left: 11.7647058824%;
  }
  .offset-sm-3 {
    margin-left: 17.6470588235%;
  }
  .offset-sm-4 {
    margin-left: 23.5294117647%;
  }
  .offset-sm-5 {
    margin-left: 29.4117647059%;
  }
  .offset-sm-6 {
    margin-left: 35.2941176471%;
  }
  .offset-sm-7 {
    margin-left: 41.1764705882%;
  }
  .offset-sm-8 {
    margin-left: 47.0588235294%;
  }
  .offset-sm-9 {
    margin-left: 52.9411764706%;
  }
  .offset-sm-10 {
    margin-left: 58.8235294118%;
  }
  .offset-sm-11 {
    margin-left: 64.7058823529%;
  }
  .offset-sm-12 {
    margin-left: 70.5882352941%;
  }
  .offset-sm-13 {
    margin-left: 76.4705882353%;
  }
  .offset-sm-14 {
    margin-left: 82.3529411765%;
  }
  .offset-sm-15 {
    margin-left: 88.2352941176%;
  }
  .offset-sm-16 {
    margin-left: 94.1176470588%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-flex: 0 0 5.8823529412%;
    -ms-flex: 0 0 5.8823529412%;
    flex: 0 0 5.8823529412%;
    max-width: 5.8823529412%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 11.7647058824%;
    -ms-flex: 0 0 11.7647058824%;
    flex: 0 0 11.7647058824%;
    max-width: 11.7647058824%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 17.6470588235%;
    -ms-flex: 0 0 17.6470588235%;
    flex: 0 0 17.6470588235%;
    max-width: 17.6470588235%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 23.5294117647%;
    -ms-flex: 0 0 23.5294117647%;
    flex: 0 0 23.5294117647%;
    max-width: 23.5294117647%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 29.4117647059%;
    -ms-flex: 0 0 29.4117647059%;
    flex: 0 0 29.4117647059%;
    max-width: 29.4117647059%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 35.2941176471%;
    -ms-flex: 0 0 35.2941176471%;
    flex: 0 0 35.2941176471%;
    max-width: 35.2941176471%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 41.1764705882%;
    -ms-flex: 0 0 41.1764705882%;
    flex: 0 0 41.1764705882%;
    max-width: 41.1764705882%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 47.0588235294%;
    -ms-flex: 0 0 47.0588235294%;
    flex: 0 0 47.0588235294%;
    max-width: 47.0588235294%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 52.9411764706%;
    -ms-flex: 0 0 52.9411764706%;
    flex: 0 0 52.9411764706%;
    max-width: 52.9411764706%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 58.8235294118%;
    -ms-flex: 0 0 58.8235294118%;
    flex: 0 0 58.8235294118%;
    max-width: 58.8235294118%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 64.7058823529%;
    -ms-flex: 0 0 64.7058823529%;
    flex: 0 0 64.7058823529%;
    max-width: 64.7058823529%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 70.5882352941%;
    -ms-flex: 0 0 70.5882352941%;
    flex: 0 0 70.5882352941%;
    max-width: 70.5882352941%;
  }
  .col-md-13 {
    -webkit-flex: 0 0 76.4705882353%;
    -ms-flex: 0 0 76.4705882353%;
    flex: 0 0 76.4705882353%;
    max-width: 76.4705882353%;
  }
  .col-md-14 {
    -webkit-flex: 0 0 82.3529411765%;
    -ms-flex: 0 0 82.3529411765%;
    flex: 0 0 82.3529411765%;
    max-width: 82.3529411765%;
  }
  .col-md-15 {
    -webkit-flex: 0 0 88.2352941176%;
    -ms-flex: 0 0 88.2352941176%;
    flex: 0 0 88.2352941176%;
    max-width: 88.2352941176%;
  }
  .col-md-16 {
    -webkit-flex: 0 0 94.1176470588%;
    -ms-flex: 0 0 94.1176470588%;
    flex: 0 0 94.1176470588%;
    max-width: 94.1176470588%;
  }
  .col-md-17 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 5.8823529412%;
  }
  .pull-md-2 {
    right: 11.7647058824%;
  }
  .pull-md-3 {
    right: 17.6470588235%;
  }
  .pull-md-4 {
    right: 23.5294117647%;
  }
  .pull-md-5 {
    right: 29.4117647059%;
  }
  .pull-md-6 {
    right: 35.2941176471%;
  }
  .pull-md-7 {
    right: 41.1764705882%;
  }
  .pull-md-8 {
    right: 47.0588235294%;
  }
  .pull-md-9 {
    right: 52.9411764706%;
  }
  .pull-md-10 {
    right: 58.8235294118%;
  }
  .pull-md-11 {
    right: 64.7058823529%;
  }
  .pull-md-12 {
    right: 70.5882352941%;
  }
  .pull-md-13 {
    right: 76.4705882353%;
  }
  .pull-md-14 {
    right: 82.3529411765%;
  }
  .pull-md-15 {
    right: 88.2352941176%;
  }
  .pull-md-16 {
    right: 94.1176470588%;
  }
  .pull-md-17 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 5.8823529412%;
  }
  .push-md-2 {
    left: 11.7647058824%;
  }
  .push-md-3 {
    left: 17.6470588235%;
  }
  .push-md-4 {
    left: 23.5294117647%;
  }
  .push-md-5 {
    left: 29.4117647059%;
  }
  .push-md-6 {
    left: 35.2941176471%;
  }
  .push-md-7 {
    left: 41.1764705882%;
  }
  .push-md-8 {
    left: 47.0588235294%;
  }
  .push-md-9 {
    left: 52.9411764706%;
  }
  .push-md-10 {
    left: 58.8235294118%;
  }
  .push-md-11 {
    left: 64.7058823529%;
  }
  .push-md-12 {
    left: 70.5882352941%;
  }
  .push-md-13 {
    left: 76.4705882353%;
  }
  .push-md-14 {
    left: 82.3529411765%;
  }
  .push-md-15 {
    left: 88.2352941176%;
  }
  .push-md-16 {
    left: 94.1176470588%;
  }
  .push-md-17 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 5.8823529412%;
  }
  .offset-md-2 {
    margin-left: 11.7647058824%;
  }
  .offset-md-3 {
    margin-left: 17.6470588235%;
  }
  .offset-md-4 {
    margin-left: 23.5294117647%;
  }
  .offset-md-5 {
    margin-left: 29.4117647059%;
  }
  .offset-md-6 {
    margin-left: 35.2941176471%;
  }
  .offset-md-7 {
    margin-left: 41.1764705882%;
  }
  .offset-md-8 {
    margin-left: 47.0588235294%;
  }
  .offset-md-9 {
    margin-left: 52.9411764706%;
  }
  .offset-md-10 {
    margin-left: 58.8235294118%;
  }
  .offset-md-11 {
    margin-left: 64.7058823529%;
  }
  .offset-md-12 {
    margin-left: 70.5882352941%;
  }
  .offset-md-13 {
    margin-left: 76.4705882353%;
  }
  .offset-md-14 {
    margin-left: 82.3529411765%;
  }
  .offset-md-15 {
    margin-left: 88.2352941176%;
  }
  .offset-md-16 {
    margin-left: 94.1176470588%;
  }
}
@media (min-width: 1206px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-flex: 0 0 5.8823529412%;
    -ms-flex: 0 0 5.8823529412%;
    flex: 0 0 5.8823529412%;
    max-width: 5.8823529412%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 11.7647058824%;
    -ms-flex: 0 0 11.7647058824%;
    flex: 0 0 11.7647058824%;
    max-width: 11.7647058824%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 17.6470588235%;
    -ms-flex: 0 0 17.6470588235%;
    flex: 0 0 17.6470588235%;
    max-width: 17.6470588235%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 23.5294117647%;
    -ms-flex: 0 0 23.5294117647%;
    flex: 0 0 23.5294117647%;
    max-width: 23.5294117647%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 29.4117647059%;
    -ms-flex: 0 0 29.4117647059%;
    flex: 0 0 29.4117647059%;
    max-width: 29.4117647059%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 35.2941176471%;
    -ms-flex: 0 0 35.2941176471%;
    flex: 0 0 35.2941176471%;
    max-width: 35.2941176471%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 41.1764705882%;
    -ms-flex: 0 0 41.1764705882%;
    flex: 0 0 41.1764705882%;
    max-width: 41.1764705882%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 47.0588235294%;
    -ms-flex: 0 0 47.0588235294%;
    flex: 0 0 47.0588235294%;
    max-width: 47.0588235294%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 52.9411764706%;
    -ms-flex: 0 0 52.9411764706%;
    flex: 0 0 52.9411764706%;
    max-width: 52.9411764706%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 58.8235294118%;
    -ms-flex: 0 0 58.8235294118%;
    flex: 0 0 58.8235294118%;
    max-width: 58.8235294118%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 64.7058823529%;
    -ms-flex: 0 0 64.7058823529%;
    flex: 0 0 64.7058823529%;
    max-width: 64.7058823529%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 70.5882352941%;
    -ms-flex: 0 0 70.5882352941%;
    flex: 0 0 70.5882352941%;
    max-width: 70.5882352941%;
  }
  .col-lg-13 {
    -webkit-flex: 0 0 76.4705882353%;
    -ms-flex: 0 0 76.4705882353%;
    flex: 0 0 76.4705882353%;
    max-width: 76.4705882353%;
  }
  .col-lg-14 {
    -webkit-flex: 0 0 82.3529411765%;
    -ms-flex: 0 0 82.3529411765%;
    flex: 0 0 82.3529411765%;
    max-width: 82.3529411765%;
  }
  .col-lg-15 {
    -webkit-flex: 0 0 88.2352941176%;
    -ms-flex: 0 0 88.2352941176%;
    flex: 0 0 88.2352941176%;
    max-width: 88.2352941176%;
  }
  .col-lg-16 {
    -webkit-flex: 0 0 94.1176470588%;
    -ms-flex: 0 0 94.1176470588%;
    flex: 0 0 94.1176470588%;
    max-width: 94.1176470588%;
  }
  .col-lg-17 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 5.8823529412%;
  }
  .pull-lg-2 {
    right: 11.7647058824%;
  }
  .pull-lg-3 {
    right: 17.6470588235%;
  }
  .pull-lg-4 {
    right: 23.5294117647%;
  }
  .pull-lg-5 {
    right: 29.4117647059%;
  }
  .pull-lg-6 {
    right: 35.2941176471%;
  }
  .pull-lg-7 {
    right: 41.1764705882%;
  }
  .pull-lg-8 {
    right: 47.0588235294%;
  }
  .pull-lg-9 {
    right: 52.9411764706%;
  }
  .pull-lg-10 {
    right: 58.8235294118%;
  }
  .pull-lg-11 {
    right: 64.7058823529%;
  }
  .pull-lg-12 {
    right: 70.5882352941%;
  }
  .pull-lg-13 {
    right: 76.4705882353%;
  }
  .pull-lg-14 {
    right: 82.3529411765%;
  }
  .pull-lg-15 {
    right: 88.2352941176%;
  }
  .pull-lg-16 {
    right: 94.1176470588%;
  }
  .pull-lg-17 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 5.8823529412%;
  }
  .push-lg-2 {
    left: 11.7647058824%;
  }
  .push-lg-3 {
    left: 17.6470588235%;
  }
  .push-lg-4 {
    left: 23.5294117647%;
  }
  .push-lg-5 {
    left: 29.4117647059%;
  }
  .push-lg-6 {
    left: 35.2941176471%;
  }
  .push-lg-7 {
    left: 41.1764705882%;
  }
  .push-lg-8 {
    left: 47.0588235294%;
  }
  .push-lg-9 {
    left: 52.9411764706%;
  }
  .push-lg-10 {
    left: 58.8235294118%;
  }
  .push-lg-11 {
    left: 64.7058823529%;
  }
  .push-lg-12 {
    left: 70.5882352941%;
  }
  .push-lg-13 {
    left: 76.4705882353%;
  }
  .push-lg-14 {
    left: 82.3529411765%;
  }
  .push-lg-15 {
    left: 88.2352941176%;
  }
  .push-lg-16 {
    left: 94.1176470588%;
  }
  .push-lg-17 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 5.8823529412%;
  }
  .offset-lg-2 {
    margin-left: 11.7647058824%;
  }
  .offset-lg-3 {
    margin-left: 17.6470588235%;
  }
  .offset-lg-4 {
    margin-left: 23.5294117647%;
  }
  .offset-lg-5 {
    margin-left: 29.4117647059%;
  }
  .offset-lg-6 {
    margin-left: 35.2941176471%;
  }
  .offset-lg-7 {
    margin-left: 41.1764705882%;
  }
  .offset-lg-8 {
    margin-left: 47.0588235294%;
  }
  .offset-lg-9 {
    margin-left: 52.9411764706%;
  }
  .offset-lg-10 {
    margin-left: 58.8235294118%;
  }
  .offset-lg-11 {
    margin-left: 64.7058823529%;
  }
  .offset-lg-12 {
    margin-left: 70.5882352941%;
  }
  .offset-lg-13 {
    margin-left: 76.4705882353%;
  }
  .offset-lg-14 {
    margin-left: 82.3529411765%;
  }
  .offset-lg-15 {
    margin-left: 88.2352941176%;
  }
  .offset-lg-16 {
    margin-left: 94.1176470588%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #292b2c;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:hover, a:focus {
  color: #014c8c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eceeef;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #636c72;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #636c72;
}

.text-primary {
  color: #0275d8;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #025aa5;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0275d8;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #025aa5;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eceeef;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eceeef;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #636c72;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eceeef;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #292b2c;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #636c72;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #292b2c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #464a4c;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eceeef;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #676c6e;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0267bf;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #012340;
}
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #014682;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #014682;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #012340;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #0275d8;
  border-color: #0267bf;
}
.btn-primary .badge {
  color: #0275d8;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #636c72;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #292b2c;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #636c72;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eceeef;
}
.nav > li.disabled > a {
  color: #636c72;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #636c72;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eceeef;
  border-color: #0275d8;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #464a4c;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0275d8;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #899299;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #899299;
}
.navbar-inverse .navbar-nav > li > a {
  color: #899299;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #899299;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #899299;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #899299;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #636c72;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eceeef;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #636c72;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #4b5257;
}

.label-primary {
  background-color: #0275d8;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #025aa5;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #636c72;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #0275d8;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eceeef;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d0d5d8;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #292b2c;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0275d8;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0275d8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #636c72;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #a8d6fe;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1235px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1235px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1235px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1236px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1236px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1236px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1236px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1236px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: "Comic Sans";
  src: local("Comic Sans");
}
@font-face {
  font-family: "Comic Sans";
  src: local("Comic Sans MS");
}
@font-face {
  font-family: "Comic Sans";
  src: url("../fonts/ComicSansMS3.ttf");
}
@font-face {
  font-family: "Trebuchet";
  src: local("Trebuchet");
}
@font-face {
  font-family: "Trebuchet";
  src: local("Trebuchet MS");
}
@font-face {
  font-family: "Trebuchet";
  src: url("../fonts/trebuc.woff");
}
@font-face {
  font-family: "Trebuchet";
  src: url("../fonts/Trebuchet-MS-Italic.woff");
  font-style: italic;
}
@font-face {
  font-family: "Lucida Console";
  src: local("Lucida Console");
}
@font-face {
  font-family: "Lucida Console";
  src: local("Lucida Console MS");
}
@font-face {
  font-family: "Lucida Console";
  src: url("../fonts/lucon.ttf");
}
@font-face {
  font-family: "Garamond";
  src: local("Garamond");
}
@font-face {
  font-family: "Garamond";
  src: local("Garamond MS");
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/garamond.ttf");
}
@font-face {
  font-family: "Cambria";
  src: local("Cambria");
}
@font-face {
  font-family: "Cambria";
  src: local("Cambria MS");
}
@font-face {
  font-family: "Cambria";
  src: url("../fonts/Cambria.ttf");
}
@font-face {
  font-family: "Times New Roman";
  src: local("Times New Roman");
}
@font-face {
  font-family: "Times New Roman";
  src: local("Times New Roman MS");
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/times.ttf");
}
@font-face {
  font-family: "Brush Script Std";
  src: local("Brush Script Std");
}
@font-face {
  font-family: "Brush Script Std";
  src: url("../fonts/BrushScriptStd/brushscriptstd.ttf");
}
@font-face {
  font-family: "Lobster";
  src: local("Lobster");
}
@font-face {
  font-family: "Lobster";
  src: url("../fonts/Lobster/Lobster-Regular.ttf");
}
@font-face {
  font-face-name: "Monotype Corsiva";
  src: local("Monotype Corsiva");
}
@font-face {
  font-face-name: "Monotype Corsiva";
  src: url("../fonts/monotypecorsiva.ttf");
}
.h6, .h5, .h4, .h3, .h2, .h1, h6, h5, h4, h3, h2, h1, .price {
  font-family: "Open Sans", Arial, "sans-serif";
}

body, html {
  height: 100%;
}

h3, h1 {
  color: #c82932;
  font-style: italic;
  padding: 0;
}

h1 {
  font-weight: 700;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

.h1 {
  font-weight: 700;
}

.h3 {
  font-size: 18px;
}

.h5 {
  font-size: 18px;
}

h1, .h1 {
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
}

h2, .h2 {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
}

h3, .h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

h4, .h4 {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
}

html body {
  background-color: #f8f8f8 !important;
  color: #393939;
}
html body[data-page="1"] {
  background-color: #f8f8f8 !important;
}
html body[data-page="2"] {
  background-color: #f8f8f8 !important;
}
html body[data-page="2"] .bg-fon-2 {
  background: no-repeat top center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 2;
}
html body[data-page="18"] {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
html body[data-page="5"] {
  background: #f8f8f8 !important;
}
html body[data-page="5"] #content-wrapper div.container h1 {
  padding-bottom: 260px;
}
@media (min-width: 768px) {
  html body[data-page="5"] #content-wrapper div.container h1 {
    padding-bottom: 140px;
  }
}
html body[data-page="31"], html body[data-page="25"], html body[data-page="20"], html body[data-page="21"], html body[data-page="19"] {
  background: #f8f8f8 !important;
}
html body[data-page="31"] #content-wrapper div.container h1, html body[data-page="25"] #content-wrapper div.container h1, html body[data-page="20"] #content-wrapper div.container h1, html body[data-page="21"] #content-wrapper div.container h1, html body[data-page="19"] #content-wrapper div.container h1 {
  padding-bottom: 260px;
}
@media (min-width: 768px) {
  html body[data-page="31"] #content-wrapper div.container h1, html body[data-page="25"] #content-wrapper div.container h1, html body[data-page="20"] #content-wrapper div.container h1, html body[data-page="21"] #content-wrapper div.container h1, html body[data-page="19"] #content-wrapper div.container h1 {
    padding-bottom: 180px;
  }
}
html body[data-page="31"] #content-wrapper div.container .stage-teaser, html body[data-page="25"] #content-wrapper div.container .stage-teaser, html body[data-page="20"] #content-wrapper div.container .stage-teaser, html body[data-page="21"] #content-wrapper div.container .stage-teaser, html body[data-page="19"] #content-wrapper div.container .stage-teaser {
  position: absolute;
  top: 59px;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 1.42857;
  max-width: 65%;
}
@media screen and (max-width: 767px) {
  html body[data-page="31"] #content-wrapper div.container .stage-teaser, html body[data-page="25"] #content-wrapper div.container .stage-teaser, html body[data-page="20"] #content-wrapper div.container .stage-teaser, html body[data-page="21"] #content-wrapper div.container .stage-teaser, html body[data-page="19"] #content-wrapper div.container .stage-teaser {
    top: 59px;
    max-width: 100%;
  }
}
html body[data-page="31"] #content-wrapper div.container .row.gallery .product-wrapper .thumbnail .caption h2,
html body[data-page="31"] #content-wrapper div.container .gallery.slick-slide .product-wrapper .thumbnail .caption h2, html body[data-page="25"] #content-wrapper div.container .row.gallery .product-wrapper .thumbnail .caption h2,
html body[data-page="25"] #content-wrapper div.container .gallery.slick-slide .product-wrapper .thumbnail .caption h2, html body[data-page="20"] #content-wrapper div.container .row.gallery .product-wrapper .thumbnail .caption h2,
html body[data-page="20"] #content-wrapper div.container .gallery.slick-slide .product-wrapper .thumbnail .caption h2, html body[data-page="21"] #content-wrapper div.container .row.gallery .product-wrapper .thumbnail .caption h2,
html body[data-page="21"] #content-wrapper div.container .gallery.slick-slide .product-wrapper .thumbnail .caption h2, html body[data-page="19"] #content-wrapper div.container .row.gallery .product-wrapper .thumbnail .caption h2,
html body[data-page="19"] #content-wrapper div.container .gallery.slick-slide .product-wrapper .thumbnail .caption h2 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
}

.wrapper-h {
  height: 100%;
  width: 100%;
}

.content-h {
  display: flex;
  flex-direction: column;
  height: 100%;
}

p {
  margin-bottom: 20px;
}

a {
  color: #c82932;
}
a:hover {
  color: #c82932;
}

.text-muted {
  color: #393939;
}

.container-block {
  background-color: transparent;
}

#main-wrapper {
  flex-grow: 1;
  position: relative;
}
#main-wrapper.fluid header {
  box-shadow: none;
}
#main-wrapper.fluid #content-wrapper .container-block.beveled {
  box-shadow: none;
}
#main-wrapper.aside-active .breadcrumb {
  border: none;
  margin: 0;
  padding: 0;
}

.nivo-caption {
  left: inherit;
  bottom: inherit;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  color: #393939;
  width: 30%;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=1);
}
.nivo-caption h2 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  color: #393939;
}
.nivo-caption h1.title {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
}

.sortierung-panel {
  background-color: #d1d1d1;
  margin-top: 10px;
  padding: 7px 20px;
}
.sortierung-panel span {
  color: #393939;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  padding-right: 14px;
  position: relative;
  top: 1px;
}
.sortierung-panel .form-control {
  border: 1px solid #393939;
  padding: 0 10px 0 5px;
  height: 22px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #8c8c8c;
  cursor: pointer;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #393939;
}

.product-wrapper .thumbnail {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #393939;
  border-radius: 7px;
  overflow: inherit;
  transition: all 0.2s ease-in-out;
}
.product-wrapper .thumbnail:hover {
  border: 1px solid #ff8a00;
  box-shadow: 0 0 5px #ff8a00;
}

.content-cats-small {
  margin: 0 -5px;
}
.content-cats-small .col-five {
  padding: 0 5px;
  width: 50%;
}
.content-cats-small .thumbnail .caption a {
  color: #c82932;
  font-weight: 700;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 380px) {
  .content-cats-small .col-five {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .content-cats-small .col-five {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .content-cats-small .col-five {
    width: 20%;
  }
}

.trt-zum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.trt-zum span {
  vertical-align: middle;
}
.trt-zum span.td-1 {
  color: #393939;
  font-size: 11px;
  font-style: italic;
  text-align: left;
  padding-right: 2px;
}
.trt-zum span.td-2 {
  text-align: right;
}
#buy_form {
  margin-bottom: 20px;
}

.sub-product-gallery {
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
}
.sub-product-gallery span {
  display: none;
  margin-right: 30px;
}
.sub-product-gallery span:first-child {
  display: inline-block;
}
.sub-product-gallery span .fa {
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.sub-product-gallery .stock-item {
  display: none;
}
@media screen and (max-width: 767px) {
  .sub-product-gallery {
    padding-bottom: 5px;
    position: relative;
  }
  .sub-product-gallery .stock-item {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
  }
  .sub-product-gallery .stock-item:before {
    content: "";
    display: inline-block;
    background: url("../../img/green-box.svg") no-repeat center/cover;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .sub-product-gallery {
    text-align: center;
    font-size: 12px;
  }
  .sub-product-gallery span {
    display: inline-block;
  }
}

@media screen and (max-width: 425px) {
  .info-st {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .info-st {
    display: flex;
    justify-content: space-between;
  }
  .info-st:before, .info-st:after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .info-st {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .info-st {
    margin: 0 auto;
    padding: 0;
  }
}

.farbe-st {
  float: left;
  font-style: italic;
  margin-bottom: 4px;
  text-align: left;
}
.farbe-st span:first-child {
  font-size: 12px;
  font-weight: 600;
  margin-right: 4px;
}
.farbe-st .color {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: -1px;
  position: relative;
  vertical-align: middle;
}
.farbe-st [style*="background-color: #ffff"] {
  border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .farbe-st span:first-child {
    margin-right: 4px;
  }
}
@media screen and (max-width: 425px) {
  .farbe-st span:first-child {
    font-size: 8px;
  }
}
@media screen and (min-width: 992px) {
  .farbe-st .color {
    width: 10px;
    height: 10px;
  }
}

.article-st {
  float: left;
  font-style: italic;
}

.delivery-status {
  float: left;
  font-style: italic;
}
.delivery-status p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .delivery-status {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .delivery-status {
    margin: 0 10px 0 20px;
  }
}

.additional-info-1 {
  margin: 0 auto;
}
.additional-info-1 dl {
  width: 100%;
  margin: 0;
}
.additional-info-1 dl:first-child {
  margin-bottom: 8px;
}
.additional-info-1 dt {
  float: left;
}
.additional-info-1 dd {
  float: right;
  font-style: italic;
  font-size: 12px;
  color: #000;
}
@media screen and (min-width: 992px) {
  .additional-info-1 {
    margin: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 767px) and (max-width: 1199px) {
  .additional-info-1 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .additional-info-1 dl:first-child {
    margin-bottom: 6px;
  }
}

.product-info-inner .shortdesc {
  display: none;
}
.product-info-inner .product-category.word-break {
  display: none;
}

.footerblock-2f {
  margin-bottom: 20px;
}

.footerblock-2f-container {
  min-height: 48px;
}

body[data-page="1"] h3 {
  font-size: 25px;
}

body[data-page="2"] h3 {
  font-size: 37px;
  font-weight: 700;
}

.header-paypal-td.td-3 img {
  max-height: 38px;
}

.theme-default .nivoSlider {
  box-shadow: none;
}

body[data-page="18"] #main-wrapper.fluid #content-wrapper > .container > .container-block {
  padding: 0;
}

.slider-wrapper .nivo-caption h2 a {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  color: #393939;
}
.slider-wrapper .nivo-caption h2 a:hover {
  color: #c82932;
}

.title-desc h1 {
  font-weight: 700;
}
.title-desc p {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 1.42857;
}
.title-desc .stage-teaser {
  position: absolute;
  top: 59px;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 1.42857;
}

.block-description .content-description p {
  text-align: justify;
}
.block-description .content-description img {
  width: 100%;
  max-width: 100%;
}
.block-description .content-description .col-sm-5.col-xs-17 {
  text-align: center;
}

#result-wrapper #improve_search {
  margin: 0;
}

.visible-lg.product-pagination {
  display: none !important;
}

.variationen-td-2 .bootstrap-select.btn-group ul.dropdown-menu > li > a {
  border-bottom: 1px solid #393939;
  color: #393939;
}

.swatches.imgswatches {
  vertical-align: top;
}

body {
  font-family: "Open Sans", "sans-serif";
}

[class*=column-] {
  position: relative;
  float: left;
}

.column-1 {
  width: 8.3333333333%;
}

.column-2 {
  width: 16.6666666667%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 33.3333333333%;
}

.column-5 {
  width: 41.6666666667%;
}

.column-6 {
  width: 50%;
}

.column-7 {
  width: 58.3333333333%;
}

.column-8 {
  width: 66.6666666667%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 83.3333333333%;
}

.column-11 {
  width: 91.6666666667%;
}

.column-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .column-xs-6 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .column-lg-4 {
    width: 33.3333333333%;
  }
}
#footer {
  border-top: 2px solid #c82932;
  margin-bottom: 0;
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  padding-top: 20px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6,
#footer .h1, #footer .h2, #footer .h3, #footer .h4, #footer .h5, #footer .h6, #footer b {
  font-size: 10px;
  font-weight: 700;
  color: #393939;
  margin: 0 0 6px 0;
  padding: 0;
  text-transform: none;
  display: block;
}
#footer.container-block {
  background-color: #fff;
}
#footer .panel {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer .panel {
    padding-bottom: 10px;
  }
}
#footer .panel a {
  color: #393939;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
}
#footer .panel a:hover {
  color: #c82932;
  font-weight: 400;
}
#footer .panel.box-categories a:before {
  content: " >";
  padding-right: 3px;
}
#footer .panel-strap {
  padding: 0;
}
#footer .panel-heading {
  padding-top: 0;
}
#footer .container h6 {
  margin-bottom: 6px;
}
#footer .block-f2f h6 {
  font-size: 10px;
  font-weight: 700;
  color: #393939;
  padding: 0;
  text-transform: none;
}
#footer ul.list-unstyled a {
  color: #393939;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
}
#footer ul.list-unstyled a:hover {
  color: #c82932;
  font-weight: 400;
}
footer#footer {
  padding-bottom: 10px;
}
footer#footer section {
  padding-left: 5px;
  padding-right: 0;
}
footer#footer .nav li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.footer-logo {
  margin-top: -10px;
  margin-bottom: 13px;
}
.footer-logo img {
  margin: 0 auto;
}

.footer-address p {
  margin-bottom: 16px;
}
.footer-address span {
  display: block;
}

#footer-boxes .block-f2f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
#footer-boxes .block-f2f img {
  margin-right: 6px;
}
#footer-boxes .block-f2f a {
  display: inline-block;
}
#footer-boxes .block-f2f > div, #footer-boxes .block-f2f > section {
  width: 50%;
  padding-left: 0;
}
#footer-boxes .block-f2f .footerblock-social-content {
  display: flex;
  justify-content: space-between;
}
#footer-boxes .block-f2f .footerblock-social-content img {
  width: 40px;
}
#footer-boxes .block-f2f > div:nth-child(1) {
  order: 3;
}
#footer-boxes .block-f2f > div:nth-child(2) {
  order: 1;
}
#footer-boxes .block-f2f > div:nth-child(3) {
  order: 2;
}
#footer-boxes .block-f2f > div:nth-child(3) .footerblock-2-content {
  display: flex;
  justify-content: space-between;
}
#footer-boxes .block-f2f > section {
  order: 4;
}
#footer-boxes .footerblock-social-content a {
  display: block;
  margin-bottom: 20px;
}
#footer-boxes .box-categories {
  width: 50%;
}
#footer-boxes .wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
#footer-boxes .box-custom {
  width: 100%;
}
#footer-boxes .box-custom a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer-boxes .footerblock-2f {
    min-height: 65px;
    margin-bottom: 10px;
  }
  #footer-boxes .footerblock-2f:last-child .footerblock-2-content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    width: 100%;
  }
  #footer-boxes .footerblock-2f:last-child img {
    max-width: 32px;
    margin: 0;
  }
  #footer-boxes .box-custom + .box-custom {
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 50%;
    padding-right: 10px;
  }
  #footer-boxes .box-custom + .box-custom .footerblock-social-content {
    display: flex;
    justify-content: space-between;
  }
  #footer-boxes .box-custom + .box-custom .footerblock-social-content img {
    max-width: 32px;
  }
}

#copyright {
  font-family: "Open Sans", "sans-serif";
  background-color: #393939;
  padding-top: 0;
  padding-bottom: 0;
}
#copyright .container {
  background-color: #393939;
  color: #fff;
  padding: 3px 7px;
}

.container-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container-ul li {
  color: #fff;
  display: inline-block;
  font-size: 9px;
  letter-spacing: -0.1px;
  line-height: 1.6;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.copyright-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.copyright-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.copyright-links li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.copyright-links li a:before {
  content: "|";
  display: inline-block;
  height: 13px;
  left: 0;
  margin-right: 6px;
  margin-left: 6px;
}

.footnote-vat {
  display: none;
}

.footer-h {
  position: absolute;
  width: 100%;
}

#copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #system-credits {
    border-top: 1px solid #fff;
    margin-top: 3px;
    padding-top: 1px;
    display: block;
    text-align: left;
  }
  .footer-h {
    bottom: 0;
  }
  #content-wrapper {
    padding-bottom: 3vw;
  }
  #copyright {
    position: relative;
    min-height: 50px;
  }
}
@media screen and (max-width: 479px) {
  .footer-h {
    position: relative;
  }
  #content-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 480px) {
  footer#footer > div {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (min-width: 768px) {
  footer#footer {
    padding-bottom: 0;
  }
  footer#footer > div {
    padding-left: inherit;
    padding-right: inherit;
  }
  .footer-logo img {
    margin: 0;
    width: auto;
    height: 66px;
  }
  .container-ul li {
    font-size: 12px;
    font-weight: 700;
  }
  #footer-boxes .panel-heading {
    display: block;
  }
  #footer-boxes .box-categories .panel-heading {
    display: block;
  }
  #footer-boxes .block-f2f {
    display: block;
  }
  #footer-boxes .block-f2f img {
    margin-right: 10px;
  }
  #footer-boxes .block-f2f > div, #footer-boxes .block-f2f > section, #footer-boxes .block-f2f > div:nth-child(3) .footerblock-2-content {
    width: auto;
    display: block;
  }
  #footer-boxes > section {
    float: left;
  }
  #footer-boxes > section:nth-of-type(2) {
    width: 12.5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  #footer-boxes > section:nth-of-type(2) {
    width: 21.33334%;
  }
}
@media screen and (min-width: 768px) {
  #footer-boxes > section:nth-of-type(3) {
    width: 12.5%;
  }
}
@media screen and (min-width: 768px) {
  #footer-boxes .wrapper {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  #footer-boxes .box-custom {
    width: 50%;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #content-wrapper {
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 1206px) {
  #copyright {
    background-color: #fff;
  }
  #copyright .container {
    border-radius: 14px 14px 0 0;
    max-width: 1235px;
    margin: 0 auto;
    padding: 6px 16px 20px;
    width: auto;
  }
  .container-ul li {
    float: left;
  }
  .container-ul li:last-child {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-logo img {
    height: 54px;
  }
  .footer-h {
    bottom: 2.2vw;
  }
}
@media (min-width: 993px) and (max-width: 1300px) {
  .footer-h {
    bottom: 2.2vw;
  }
  #content-wrapper {
    margin-bottom: 270px;
  }
  #copyright {
    background-color: #393939;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .footerblock-social-content {
    max-width: 40px;
  }
  .footerblock-social-content img {
    max-width: 100%;
  }
  #footer ul.list-unstyled a {
    font-size: 9px;
  }
  #footer-boxes .block-f2f img {
    margin-right: 5px;
    max-width: 35px;
  }
  .footerblock-2f {
    margin-bottom: 15px;
  }
  #sidebox127 {
    width: 30% !important;
  }
  #footer-boxes > section:nth-of-type(2) {
    width: 14.5%;
    margin-left: -43px;
  }
  #footer-boxes > section:nth-of-type(3) {
    width: 18.5%;
  }
  #footer-boxes > section:nth-of-type(3) a:before {
    content: " >";
    padding-right: 3px;
  }
  [class*=column-] {
    position: relative;
    float: left;
    font-size: 9px;
  }
  #system-credits {
    float: right;
    line-height: 2;
  }
  .container-ul li {
    font-size: 1.1vw;
    float: left;
    line-height: 2;
  }
  #copyright {
    overflow: hidden;
  }
}
@media (min-width: 1301px) {
  .footer-h {
    bottom: 36px;
  }
  #content-wrapper {
    margin-bottom: 310px;
  }
}
/* END */
header {
  position: relative;
}
header #header-branding {
  padding: 0;
}
header.container-block {
  background-color: transparent;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 51%);
}

.container-header {
  background-color: #fff;
  border-bottom: 2px solid #c82932;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1220px) {
  .container-header {
    border-right: 2px solid #c82932;
    border-radius: 0 0 10px 0;
    padding: 0;
    width: 1206px;
  }
}

.header-top {
  color: #fff;
  background-color: #393939;
}
.header-top .container {
  background-color: #393939;
  padding: 4px 5px;
}
@media (max-width: 767px) {
  .header-top .container {
    width: 100%;
    height: 28px;
  }
}
.header-top span {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-right: 10px;
}
@media (max-width: 560px) {
  .header-top span:nth-child(2), .header-top span:nth-child(3) {
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .header-top span:nth-child(3) {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-top .logo-shop-nav {
    width: 174px;
    height: 42px;
  }
}
@media screen and (min-width: 768px) {
  .header-top {
    background: linear-gradient(to right, #393939 50%, rgba(255, 255, 255, 0) 51%);
    text-align: right;
    padding-right: 190px;
  }
  .header-top .container {
    padding: 1px 10px;
  }
  .header-top span {
    margin: 0 12px;
    font-size: 10px;
    padding: 1px 0 1px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .header-top span {
    margin: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .header-top span:nth-child(2) {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .header-top span:last-child {
    margin-right: 13%;
  }
}
@media screen and (min-width: 768px) {
  .header-top .fa-check-square-o {
    display: inherit;
    margin-right: 4px;
    font-size: 13px;
  }
}
@media (min-width: 901px) and (max-width: 992px) {
  .header-top > .container {
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-right: 180px;
  }
}
@media screen and (min-width: 1025px) {
  .header-top {
    padding-right: 150px;
  }
  .header-top span {
    font-size: 12px;
  }
}
@media (min-width: 1220px) {
  .header-top {
    padding-right: 240px;
  }
}

.login-header {
  position: absolute;
  right: 11px;
  top: -24px;
  z-index: 1001;
  width: 69px;
}
@media (max-width: 767px) {
  .login-header .login-header-block a.dropdown-toggle {
    width: 24px;
  }
  .login-header .login-header-block .tel-icon {
    width: 21px;
  }
  .login-header .login-header-block .email-icon {
    width: 14px;
  }
}
.login-header a.dropdown-toggle,
.login-header a.tel-icon,
.login-header a.email-icon {
  color: #fff;
  padding: 0;
  display: inline-block;
}
.login-header a.dropdown-toggle:hover, .login-header a.dropdown-toggle:focus, .login-header a.dropdown-toggle:visited,
.login-header a.tel-icon:hover,
.login-header a.tel-icon:focus,
.login-header a.tel-icon:visited,
.login-header a.email-icon:hover,
.login-header a.email-icon:focus,
.login-header a.email-icon:visited {
  text-decoration: none;
}
.login-header a.tel-icon:after,
.login-header a.dropdown-toggle:after {
  content: "|";
  display: inline-block;
  position: relative;
  top: -2px;
  padding-left: 2px;
}

.ul-login {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  vertical-align: top;
}
.ul-login li {
  display: inline-block;
}
.ul-login .li-cms {
  display: none;
}
.ul-login a {
  color: #fff;
}
@media (max-width: 767px) {
  .ul-login .fa-user {
    width: 10px;
  }
}

.email-tel {
  display: inline-block;
  color: #fff;
  width: 39px;
  overflow: hidden;
  vertical-align: top;
}
.email-tel .email, .email-tel .tel {
  display: none;
  z-index: 10;
  background: #393939;
}
.email-tel a.tel-icon:hover ~ .tel, .email-tel .tel:hover {
  display: block;
}
.email-tel a.email-icon:hover ~ .email, .email-tel .email:hover {
  display: block;
}
.email-tel .tel,
.email-tel .email {
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
  padding: 5px 8px;
  position: absolute;
  top: 37px;
}
.email-tel .tel:before,
.email-tel .email:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #393939;
}
.email-tel .tel {
  right: 5px;
  min-width: 55vw;
}
.email-tel .tel:before {
  top: -15px;
  right: 14px;
}
.email-tel .email {
  right: -11px;
  min-width: 64vw;
}
.email-tel .email:before {
  top: -15px;
  right: 4px;
}
.email-tel .fa {
  font-size: 14px;
}
.email-tel > .fa-phone:after {
  content: "|";
  display: inline-block;
  position: relative;
  top: -2px;
}

.li-login .dropdown-menu-right {
  background: #ffffff;
  padding: 8px 6px;
  text-align: center;
  white-space: normal;
}
.li-login .dropdown-menu-right a {
  color: #c82932;
}
.li-login .dropdown-menu-right a:hover {
  background-color: #fff;
  color: #c82932;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .login-header {
    width: auto;
  }
  .login-header .login-header-block a.dropdown-toggle {
    white-space: nowrap;
    width: auto;
  }
}
.breadcrumb-wrapper .container {
  width: 100%;
}
@media screen and (min-width: 1206px) {
  .breadcrumb-wrapper .container {
    width: 1206px;
    padding: 0;
  }
}

.breadcrumb {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.breadcrumb > li {
  color: #000;
  font-size: 9px;
}
.breadcrumb > li.first {
  display: none;
}
.breadcrumb > li:before {
  display: none;
}
.breadcrumb > li:after {
  content: " >";
  padding: 0 3px 0 5px;
  color: #000;
}
.breadcrumb > li a {
  color: #000;
  vertical-align: middle;
}
.breadcrumb > li a:hover {
  color: #c82932;
}
.breadcrumb > li:last-child {
  text-decoration: underline;
}
.breadcrumb > li.last:after {
  display: none;
}
@media screen and (min-width: 1206px) {
  .breadcrumb > li {
    font-size: 11px;
  }
}

#logo {
  display: inline-block;
  min-height: 42px;
  width: 174px;
  position: relative;
  left: -10px;
  top: 3px;
}

.desktop-logo {
  display: none;
}

.mobile-logo {
  padding-top: 2px;
}

@media only screen and (min-width: 768px) {
  #logo {
    min-height: 0;
    left: -15px;
    top: auto;
  }
  .desktop-logo {
    display: block;
  }
  .mobile-logo {
    display: none;
  }
}
.cart-heade {
  position: absolute;
  top: 18px;
  right: -7px;
}
.cart-heade .cart-menu a.dropdown-toggle {
  padding: 0;
  background: url("../../img/icon_cart.png") no-repeat 0/contain;
  width: 36px;
  height: 37px;
  position: relative;
  right: 7px;
  display: block;
  font-size: 0;
}
.cart-heade .cart-menu a.dropdown-toggle:before {
  content: "";
}
.cart-heade .cart-menu a.dropdown-toggle:after {
  content: "";
  display: block;
  text-align: center;
  font-size: 11px;
  color: #c02f3e;
  font-weight: 600;
  position: absolute;
  bottom: -12px;
}
.cart-heade .cart-menu a.dropdown-toggle:hover {
  background-color: transparent;
}
.cart-heade .cart-menu a.dropdown-toggle:focus {
  background-color: transparent;
}
.cart-heade .cart-menu a.dropdown-toggle .badge {
  display: block;
  min-width: 18px;
  height: 18px;
  padding: 0 3px;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #c82932;
  border: 2px solid #fff;
  border-radius: 14px;
  position: absolute;
  top: inherit;
  bottom: 0;
  right: 4px;
}
.cart-heade .cart-menu a.dropdown-toggle .fa-shopping-cart {
  display: none;
}
.cart-heade .cart-menu a.dropdown-toggle .shopping-cart-label {
  display: none;
}
.cart-heade .cart-menu a.dropdown-toggle .caret {
  display: none;
}
.cart-heade .cart-menu .cart-dropdown {
  width: 300px;
  padding: 0;
  position: absolute;
  right: 5px;
}
.cart-heade .cart-menu .cart-dropdown i {
  margin-right: 12px;
}
.cart-heade .cart-menu .cart-dropdown .table-responsive {
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  padding: 4px;
}
.cart-heade .cart-menu .cart-dropdown .table-responsive .item-name a {
  white-space: initial;
}
.cart-heade .cart-menu .cart-dropdown .table-responsive tbody tr {
  background-color: #ffffff;
}
.cart-heade .cart-menu .cart-dropdown .table-responsive tbody tr:first-child td {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .cart-heade {
    position: relative;
    top: -12px;
    right: auto;
  }
  .cart-heade .cart-menu a.dropdown-toggle {
    width: 65px;
    height: 60px;
    padding-top: 55px;
    font-size: 11px;
    font-weight: 700;
    color: #c82932;
  }
  .cart-heade .cart-menu a.dropdown-toggle .badge {
    min-width: 28px;
    height: 28px;
    padding: 0 6px;
    font-size: 20px;
    line-height: 23px;
    bottom: 4px;
    right: 8px;
  }
  .cart-heade .cart-menu a.dropdown-toggle .badge em {
    position: relative;
    right: 0;
  }
}

#evo-main-nav.navbar.navbar-default {
  margin-bottom: 0;
  min-height: 0;
  border: none;
  background: none;
}

.nav .header-paypal {
  display: none;
}

#header-branding {
  margin-left: -10px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #header-branding {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .bg-image-header {
    display: none;
    overflow: hidden;
  }
  .mobile-container {
    display: block;
    margin: 0 auto;
    padding-top: 6px;
  }
  .fa-search {
    font-size: 25px;
  }
  #shop-nav {
    position: absolute;
    right: 52px;
    top: 0px;
  }
  #shop-nav .twitter-typeahead {
    position: absolute !important;
    width: 220px;
    right: 34px;
    top: -2px;
  }
  #shop-nav li#search {
    width: 36px;
  }
  #shop-nav li#search .input-group > .ac_input {
    display: none;
  }
  #shop-nav .fa-user, #shop-nav .fa-phone {
    width: 11px;
  }
  #shop-nav .input-group-addon {
    padding: 0;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #464a4c;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  #shop-nav .input-group-addon button {
    border: none;
    background: transparent;
  }
  .nav-categories.navbar-collapse {
    padding: 0;
    margin: 0 !important;
    border: none;
  }
  .shop-nav-xs {
    position: absolute;
    background-color: transparent;
    top: 6px;
    border: none;
  }
  .shop-nav-xs.navbar {
    margin-bottom: 0;
  }
  .shop-nav-xs a {
    font-size: 0;
  }
  .shop-nav-xs .navbar-toggler {
    border: 0px;
    background-color: transparent;
  }
  .fa-bars {
    font-size: 30px;
  }
  .navbar-wrapper, .megamenu {
    border-top: 1px solid #c82932;
    width: 100%;
  }
  .offcanvas-toggle {
    background-color: transparent;
    border: none;
    font-size: 0;
    outline: none;
    padding: 10px 16px;
  }
  .navbar-nav {
    margin: 7.5px -10px;
  }
  #navbarCategories {
    position: fixed;
    top: 78px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
  }
  .navbar-wrapper a {
    text-decoration: none;
    color: #ffffff;
  }
  .navbar-wrapper a:hover, .navbar-wrapper a:active, .navbar-wrapper a:visited, .navbar-wrapper a:focus {
    text-decoration: none;
  }
  .navbar-wrapper .navbar-nav {
    width: 100%;
    background-color: #393939;
    margin: 0 0 4px 0;
    padding-top: 10px;
  }
  .navbar-wrapper .navbar-nav > li:last-child {
    border-bottom: 2px solid #c82932;
  }
  .navbar-wrapper .navbar-nav > li:last-child a {
    border-bottom: none;
  }
  .navbar-wrapper .dropdown {
    background-color: #393939;
    display: block;
    float: none;
  }
  .navbar-wrapper .dropdown .dropdown-toggle-wrapper {
    padding-right: 12px;
  }
  .navbar-wrapper .dropdown .dropdown-toggle-wrapper .dropdown-toggle, .navbar-wrapper .dropdown .dropdown-toggle-wrapper a {
    width: 100%;
    display: inline-block;
    margin: 0 6px;
    padding: 5px 0;
    border-bottom: 1px solid #757575;
  }
  .navbar-wrapper .dropdown .dropdown-toggle-wrapper:hover {
    background-color: #c82932;
  }
  .navbar-wrapper .dropdown-menu {
    border-radius: 0;
    border: 0;
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
  }
  .navbar-wrapper .dropdown-menu .category-title, .navbar-wrapper .dropdown-menu hr {
    display: none;
  }
  .navbar-wrapper .dropdown-menu .mega-categories {
    width: 100%;
  }
  .navbar-wrapper .dropdown-menu .mega-categories .row > div {
    width: 100%;
    background-color: #636363;
  }
  .navbar-wrapper .dropdown-menu .mega-categories .row > div:hover {
    background-color: #c82932;
  }
  .navbar-wrapper .dropdown-menu .row {
    margin: 0;
  }
  .navbar-wrapper .dropdown-menu .category-wrapper {
    border-bottom: 1px solid #757575;
    margin: 0 auto;
    width: 98%;
    padding-left: 24px;
  }
  .navbar-wrapper .dropdown-menu .img,
  .navbar-wrapper .dropdown-menu .caption {
    color: #ffffff;
    display: inline-block;
  }
  .navbar-wrapper .dropdown-menu .caption {
    position: relative;
    width: 85%;
  }
  .navbar-wrapper .dropdown-menu .caption h5, .navbar-wrapper .dropdown-menu .caption .title {
    margin: 0;
  }
  .navbar-wrapper .dropdown-menu .caption a {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
  }
  .navbar-wrapper .dropdown-menu .caption a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 28px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .navbar-wrapper .img-wrapper,
  .navbar-wrapper .img {
    display: inline-block;
    width: 10%;
    margin-left: 7px;
  }
  .navbar-wrapper .img-wrapper img,
  .navbar-wrapper .img img {
    height: 20px;
    width: auto;
    max-width: 22px;
    max-height: 30px;
    filter: brightness(0) invert(100%);
    overflow: hidden;
  }
  .navbar-wrapper .caret {
    position: absolute;
    right: 6px;
    bottom: 12px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .navbar-wrapper .caret.caret-up {
    border-bottom: 6px solid;
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .mobile-container {
    width: 100%;
  }
  .login-header {
    top: -27px;
    right: 0;
    height: 81px;
    width: 280px;
  }
  .login-header ul {
    margin: 0;
    padding: 1px 15px 0 0;
  }
  .login-header a.tel-icon,
  .login-header a.email-icon {
    display: none;
  }
  .login-header .lh-right {
    margin-top: 5px;
    text-align: right;
  }
  .login-header .lh-right a {
    font-size: 12px;
  }
  .ul-login {
    margin: 0 0 12px;
  }
  .ul-login .li-cms {
    display: inherit;
    color: #ffffff;
  }
  .login-header-block {
    background: url("../../img/bg_figura-1.png") no-repeat 0 100%;
    position: relative;
    padding-left: 60px;
    min-height: 78px;
    height: 78px;
    right: -19px;
    border-right: 10px solid #393939;
    border-radius: 0 0 10px 0;
    border-color: transparent;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .login-header-block .ul-login {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .email-tel {
    background: url("../../img/icon_mail-1.png") no-repeat 0 0;
    color: #fff;
    width: 100%;
    float: left;
    padding: 0 0 0 40px;
    min-height: 34px;
    margin-top: 10px;
    text-align: left;
  }
  .email-tel a {
    color: #fff;
  }
  .email-tel .email, .email-tel .tel {
    padding: 0;
    display: inherit;
    position: static;
    width: auto;
    min-width: unset;
  }
  .email-tel .email {
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
  }
  .email-tel .email a {
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
  }
  .email-tel .tel {
    font-size: 12px;
  }
  .email-tel .tel a {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cart-heade {
    float: right;
    position: relative;
    top: -12px;
  }
  .cart-heade .cart-menu a.dropdown-toggle {
    right: 3px;
  }
}
@media screen and (min-width: 768px) {
  .bg-image-header {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    overflow: hidden;
  }
  .bg-image-header img {
    max-height: 370px;
  }
}
@media screen and (min-width: 768px) {
  #logo {
    margin-right: 10px;
    height: 64px;
    left: 0;
    width: auto;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 850px) {
  #logo {
    transform: translateY(-23%);
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 850px) and (max-width: 992px) {
  #logo {
    transform: translateY(-15%);
  }
}
@media screen and (min-width: 768px) {
  #logo a img {
    max-height: none;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .logo-shop-nav {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .header-shop-nav {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #shop-nav {
    margin-top: 0;
    float: left;
    flex-shrink: 0;
    padding-right: 195px;
  }
}
@media screen and (min-width: 768px) {
  header .container-header > .row {
    margin: 0;
  }
  header .navbar > .container {
    margin-top: 0;
  }
  header .navbar-default .nav > li {
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  header .navbar-default .nav > li {
    padding-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  header .navbar-default .nav > li + li {
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  header .navbar-default .nav > li + li {
    padding-left: 4px;
  }
}
@media screen and (min-width: 768px) {
  header .navbar-default .nav > li:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  header .navbar-default .nav > li:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .navbar-default .nav > li:after {
    content: " ";
    font-weight: 600;
    background-color: #c82932;
    padding: 0;
    font-size: 10px;
    position: absolute;
    width: 1px;
    bottom: 7px;
    right: 0;
    height: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  header .navbar-default .nav > li:after {
    bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  header .navbar-default .nav > li .dropdown-toggle-wrapper > a, header .navbar-default .nav > li > a {
    font-size: 9px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 5px 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 880px) {
  header .navbar-default .nav > li .dropdown-toggle-wrapper > a, header .navbar-default .nav > li > a {
    font-size: 7px;
  }
}
@media screen and (min-width: 768px) and (min-width: 880px) and (max-width: 1100px) {
  header .navbar-default .nav > li .dropdown-toggle-wrapper > a, header .navbar-default .nav > li > a {
    font-size: 8px;
  }
}
@media screen and (min-width: 768px) {
  header .navbar-default .nav > li .dropdown-toggle-wrapper > a img, header .navbar-default .nav > li > a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    width: auto;
    height: 22px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  header .navbar-default .nav > li:last-child:after {
    content: "";
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .category-nav.navbar-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .megamenu {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .megamenu {
    padding-right: 71px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .megamenu .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 5px;
  }
  .megamenu .nav > li:after {
    right: -2px !important;
  }
}
@media screen and (min-width: 768px) {
  .megamenu .row-eq-height {
    border-top: 2px solid #c82932;
    margin: 0 13px;
    padding: 13px 0;
  }
}
@media screen and (min-width: 768px) {
  .megamenu .megamenu-content {
    padding: 0;
    max-height: none;
    overflow: hidden;
  }
  .megamenu .megamenu-content .category-title {
    display: none !important;
  }
  .megamenu .megamenu-content .col-lg-3 {
    width: 159.5px;
    padding: 0;
    height: 46px;
    min-height: 46px;
  }
  .megamenu .megamenu-content .col-lg-3.visible-lg {
    display: none !important;
  }
  .megamenu .megamenu-content .col-lg-3:nth-child(odd) {
    border-right: 1px solid #c82932;
  }
  .megamenu .megamenu-content .col-lg-3:nth-child(odd) .category-wrapper {
    width: 159px;
  }
  .megamenu .megamenu-content .col-lg-3:nth-child(even) .category-wrapper {
    width: 143px;
    margin-left: 13px;
  }
  .megamenu .megamenu-content .col-xs-12 {
    width: 100%;
    display: table;
  }
  .megamenu .megamenu-content .col-xs-6 {
    width: 159.5px;
    padding: 0;
    height: 46px;
    min-height: 46px;
  }
  .megamenu .megamenu-content .col-xs-6:nth-child(odd) {
    border-right: 1px solid #c82932;
  }
  .megamenu .megamenu-content .col-xs-6:nth-child(odd) .category-wrapper {
    width: auto;
  }
  .megamenu .megamenu-content .col-xs-6:nth-child(even) .category-wrapper {
    width: 143px;
    margin-left: 13px;
  }
  .megamenu .megamenu-content .col-sm-3 {
    width: 159.5px;
    padding: 0;
    height: 46px;
    min-height: 46px;
  }
  .megamenu .megamenu-content .col-sm-3:nth-child(odd) {
    border-right: 1px solid #c82932;
  }
  .megamenu .megamenu-content .col-sm-3:nth-child(odd) .category-wrapper {
    width: 159px;
  }
  .megamenu .megamenu-content .col-sm-3:nth-child(even) .category-wrapper {
    width: 143px;
    margin-left: 13px;
  }
}
@media screen and (min-width: 768px) {
  .megamenu .img {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px !important;
    width: 35px;
  }
}
@media screen and (min-width: 768px) {
  .megamenu .caption {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px !important;
    padding-left: 14px;
  }
  .megamenu .caption div.title {
    display: inline-block;
    width: auto;
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .megamenu span.caret {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .megamenu li.dropdown:hover a.dropdown-toggle {
    color: #c82932;
    text-decoration: none;
  }
  .megamenu li.dropdown:hover a.dropdown-toggle .img-wrapper img {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(30deg);
  }
  .megamenu li.dropdown:hover a.dropdown-toggle:before {
    content: "";
    display: block;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 8px solid #c82932;
    position: absolute;
    bottom: -2px;
    left: 50%;
    z-index: 1002;
  }
  .megamenu li.dropdown:hover a.dropdown-toggle:after {
    content: "";
    display: block;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 8px solid rgb(255, 255, 255);
    position: absolute;
    bottom: -4px;
    left: 50%;
    z-index: 1003;
  }
  .megamenu li.dropdown.open a.dropdown-toggle:before {
    content: "";
    display: block;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 8px solid #c82932;
    position: absolute;
    bottom: -2px;
    left: 50%;
    z-index: 1002;
  }
  .megamenu li.dropdown.open a.dropdown-toggle:after {
    content: "";
    display: block;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 8px solid rgb(255, 255, 255);
    position: absolute;
    bottom: -4px;
    left: 50%;
    z-index: 1003;
  }
}
@media screen and (min-width: 768px) {
  .megamenu .dropdown.megamenu-fw .dropdown-menu {
    box-shadow: none;
    left: auto;
    right: auto;
    width: 350px;
    border-radius: 0 0 14px 14px;
    padding-top: 0;
    border: 2px solid #c82932;
    border-top: none;
  }
  .megamenu .dropdown.megamenu-fw:hover .dropdown-menu {
    display: block !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .megamenu .dropdown.megamenu-fw:first-child .dropdown-menu {
    margin-left: -9px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(2) .dropdown-menu {
    left: 0;
    margin-left: -9px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(3) .dropdown-menu {
    margin-left: -130px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(4) .dropdown-menu {
    margin-left: -147px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(5) .dropdown-menu {
    margin-left: -156px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(6) .dropdown-menu {
    margin-left: -143px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(7) .dropdown-menu {
    margin-left: -145px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(8) .dropdown-menu {
    margin-left: -149px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(9) .dropdown-menu {
    margin-left: -125px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(10) .dropdown-menu {
    margin-left: -124px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(11) .dropdown-menu {
    margin-left: -133px;
  }
  .megamenu .dropdown.megamenu-fw:nth-child(12) .dropdown-menu {
    margin-left: -133px;
  }
  .megamenu .dropdown.megamenu-fw .mega-categories .category-wrapper .img a {
    display: inline-block;
    width: 100%;
  }
  .megamenu .dropdown.megamenu-fw .mega-categories .category-wrapper a {
    color: #393939;
  }
  .megamenu .dropdown.megamenu-fw .mega-categories .category-wrapper.active a, .megamenu .dropdown.megamenu-fw .mega-categories .category-wrapper:hover a {
    color: #c82932;
    text-decoration: underline;
  }
  .megamenu .dropdown.megamenu-fw .mega-categories .category-wrapper.active a img, .megamenu .dropdown.megamenu-fw .mega-categories .category-wrapper:hover a img {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(30deg);
  }
}
@media screen and (min-width: 768px) {
  .megamenu .mega-categories .category-wrapper {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto !important;
    display: table;
    padding: 0;
    margin: 0;
  }
  .megamenu .mega-categories .category-wrapper:hover {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .megamenu .mega-categories .category-wrapper.active {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .megamenu .mega-categories .category-wrapper img {
    max-width: none;
    max-height: 26px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 768px) {
  .header-bottom {
    width: 100%;
    float: left;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, #c82932 50%, rgba(255, 255, 255, 0) 51%);
  }
}
@media screen and (min-width: 768px) {
  #search .input-group {
    margin-top: 14px;
    display: block;
    height: 36px;
    overflow: hidden;
    border-radius: 0 4px 4px 0;
    margin-right: 10px;
  }
  #search .input-group input {
    border-radius: 4px;
  }
  #search .twitter-typeahead {
    width: 100%;
  }
  #search .input-group-addon {
    position: absolute;
    width: 45px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #8c8c8c;
    border: 1px solid #8c8c8c;
  }
  #search .input-group-addon:hover {
    background-color: #000;
    border: 1px solid #000;
  }
  #search .input-group-addon:focus {
    background-color: #000;
    border: 1px solid #000;
  }
  #search .input-group-addon button {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  #search .input-group-addon button:focus, #search .input-group-addon button.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
  }
  #search .input-group-addon button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
  }
  #search .input-group-addon button:active, #search .input-group-addon button.active, .open > #search .input-group-addon button.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: rgba(0, 0, 0, 0);
  }
  #search .input-group-addon button:active:hover, #search .input-group-addon button:active:focus, #search .input-group-addon button:active.focus, #search .input-group-addon button.active:hover, #search .input-group-addon button.active:focus, #search .input-group-addon button.active.focus, .open > #search .input-group-addon button.dropdown-toggle:hover, .open > #search .input-group-addon button.dropdown-toggle:focus, .open > #search .input-group-addon button.dropdown-toggle.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
  }
  #search .input-group-addon button.disabled:hover, #search .input-group-addon button.disabled:focus, #search .input-group-addon button.disabled.focus, #search .input-group-addon button[disabled]:hover, #search .input-group-addon button[disabled]:focus, #search .input-group-addon button[disabled].focus, fieldset[disabled] #search .input-group-addon button:hover, fieldset[disabled] #search .input-group-addon button:focus, fieldset[disabled] #search .input-group-addon button.focus {
    background-color: transparent;
    border-color: transparent;
  }
  #search .input-group-addon button .badge {
    color: transparent;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .input-group-addon {
    padding: 7px 7px 8px 7px;
  }
}
@media screen and (min-width: 768px) {
  .form-control {
    border: 1px solid #8c8c8c;
    font-style: italic;
    padding: 8px 12px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .nav .header-paypal {
    display: inherit;
  }
}
@media screen and (min-width: 768px) {
  .header-paypal-table {
    display: table;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .header-paypal-td {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
  }
  .header-paypal-td.td-2 {
    padding: 0 23px 2px 4px;
  }
  .header-paypal-td.td-2 p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    font-style: italic;
    color: #000;
  }
  .header-paypal-td.td-2 span {
    display: block;
    font-size: 13px;
    color: #c82932;
    font-style: italic;
    font-weight: 700;
  }
  .header-paypal-td.td-3 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wirsindschnell {
    background: url("../../img/icon_wirsindschnell.png") no-repeat 0 0;
    width: 66px;
    height: 53px;
  }
  .wirsindschnell .rotate-text {
    transform: rotate(-21deg);
    position: relative;
    left: 9px;
    top: 6px;
  }
  .wirsindschnell .rotate-text span {
    display: block;
    font-size: 11px;
    text-align: left;
    color: #fff;
    font-style: italic;
    line-height: 14px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover {
    color: #c82932;
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #c82932;
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav > li.active a {
    color: #c82932;
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav > li.active a:hover {
    color: #c82932;
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav > li.active a:focus {
    color: #c82932;
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav > li.dropdown.open a.dropdown-toggle {
    color: #c82932;
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav > li.dropdown.open a.dropdown-toggle:hover {
    color: #c82932;
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav > li.dropdown.open a.dropdown-toggle:focus {
    color: #c82932;
    background-color: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  hr.hr-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #search-form .input-group .btn {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #main-wrapper.fluid #content-wrapper .container {
    padding: 0;
  }
  #main-wrapper.fluid #content-wrapper > .container > .container-block {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #logo {
    width: auto;
    margin-right: 30px;
    top: -17px;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .logo-shop-nav {
    justify-content: flex-start;
  }
  #shop-nav {
    padding-right: 0;
  }
  .header-paypal-td.td-3 {
    display: table-cell;
  }
  .email-tel .email {
    margin-bottom: 2px;
  }
  .email-tel .email a {
    font-size: 14px;
  }
  .email-tel .tel a {
    font-size: 12px;
  }
  .login-header ul {
    padding: 0 15px 0 0;
  }
}
@media screen and (min-width: 1206px) {
  header .navbar-default .nav > li {
    padding-right: 10px;
  }
  header .navbar-default .nav > li + li {
    padding-left: 10px;
  }
  header .navbar-default .nav > li .dropdown-toggle-wrapper > a, header .navbar-default .nav > li > a {
    font-size: 11px;
  }
}
@media (min-width: 1285px) {
  #search {
    width: 340px;
    margin-right: 25px;
  }
}
@media (min-width: 1400px) {
  #search {
    width: 421px;
  }
  .logo-shop-nav {
    margin-left: -71px;
  }
}
.category-wrapper-body {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.category-wrapper-body .caption {
  color: #c82932;
  font-size: 10px;
  padding: 9px 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}
.category-wrapper-body .caption a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media screen and (min-width: 768px) {
  .category-wrapper-body .caption {
    font-size: 14px;
    padding: 9px;
  }
}
.category-wrapper-body .caption-button {
  background-color: #3ea629;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 1px 10px 2px 8px;
  text-align: center;
  display: inline-block;
  min-width: 92px;
  min-height: 20px;
  font-weight: 600;
  font-style: italic;
}
.category-wrapper-body a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 992px) {
  .header-top span:last-child {
    margin-right: 5%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  #search .input-group {
    max-width: 129px;
  }
  .megamenu .navbar-nav {
    display: flex;
    justify-content: space-between;
  }
  #search .input-group input {
    height: 25px;
  }
  #search .input-group-addon {
    width: 30px;
    height: 25px;
    padding: 0;
  }
  #search .input-group-addon button {
    padding: 4px 6px 4px 6px;
    font-size: 11px;
  }
  .header-top span {
    position: relative;
    z-index: 1002;
  }
  .header-paypal-td.td-2 {
    padding: 0 23px 0 0;
  }
}
body #main-wrapper {
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 1920px) {
  body #main-wrapper {
    background-size: contain;
  }
}

/* BackAllPAges */
/* Page Not Found 404 */
@media (min-width: 768px) {
  body[data-page="25"] #main-wrapper,
  body[data-page="36"] #main-wrapper {
    background-image: url(../../img/404-fehler-kategorie-bg.jpg);
  }
}
body[data-page="25"] #main-wrapper #page-not-found h1,
body[data-page="36"] #main-wrapper #page-not-found h1 {
  font-weight: bold;
  padding: 0;
}
body[data-page="25"] #main-wrapper #page-not-found h4,
body[data-page="36"] #main-wrapper #page-not-found h4 {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
@media (min-width: 768px) {
  body[data-page="25"] #main-wrapper #page-not-found h4,
  body[data-page="36"] #main-wrapper #page-not-found h4 {
    padding: 0 0 115px;
  }
}
body[data-page="25"] #main-wrapper #page-not-found .pnf-bestseller,
body[data-page="36"] #main-wrapper #page-not-found .pnf-bestseller {
  padding-top: 3em;
}
body[data-page="25"] #main-wrapper #page-not-found .panel-heading .panel-title,
body[data-page="36"] #main-wrapper #page-not-found .panel-heading .panel-title {
  font-size: 37px;
  font-style: italic;
  color: #c82932;
}

/* Order complete */
@media (min-width: 768px) {
  body[data-page="33"] #main-wrapper {
    background-image: url(../../img/bestellbestaetigung-kategorie-bg.jpg);
  }
}
body[data-page="33"] #main-wrapper h1 {
  font-weight: bold;
}
body[data-page="33"] #main-wrapper .alert-info {
  background-color: transparent;
  border: none;
  color: initial;
  padding: 0;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 992px) {
  body[data-page="33"] #main-wrapper .alert-info {
    margin-bottom: 110px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  body[data-page="33"] #main-wrapper .alert-info {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  body[data-page="33"] #main-wrapper .alert-info {
    margin-bottom: 140px;
  }
}
body[data-page="33"] #main-wrapper .pament-method-during-order {
  background-color: #393939;
  position: absolute;
  width: 100%;
  color: white;
}
@media (min-width: 768px) {
  body[data-page="33"] #main-wrapper .pament-method-during-order {
    display: table;
  }
}
body[data-page="33"] #main-wrapper .pament-method-during-order .full-width {
  margin-top: -23px;
  background-color: #393939;
  z-index: 1;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 768px) {
  body[data-page="33"] #main-wrapper .pament-method-during-order .full-width {
    height: 74px;
  }
}
body[data-page="33"] #main-wrapper .pament-method-during-order .full-width .container {
  padding: 10px 0 !important;
}
@media (min-width: 768px) {
  body[data-page="33"] #main-wrapper .pament-method-during-order .full-width .container {
    display: table;
  }
}
body[data-page="33"] #main-wrapper .pament-method-during-order p {
  padding: 0 10px;
  z-index: 9;
  position: relative;
  font-size: 16px;
}
@media (min-width: 400px) {
  body[data-page="33"] #main-wrapper .pament-method-during-order p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body[data-page="33"] #main-wrapper .pament-method-during-order p {
    width: 50%;
    display: table-cell;
    line-height: 54px;
    font-size: 17px;
  }
}
@media (min-width: 920px) {
  body[data-page="33"] #main-wrapper .pament-method-during-order p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body[data-page="33"] #main-wrapper .pament-method-during-order p:first-child {
    border-right: 1px solid white;
  }
}
@media (min-width: 768px) {
  body[data-page="33"] #main-wrapper .pament-method-during-order p:last-child {
    padding-left: 30px;
  }
}
body[data-page="33"] #main-wrapper .order-completed .order-completed-info {
  padding-top: 50px;
  padding-bottom: 3em;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body[data-page="33"] #main-wrapper .order-completed .order-completed-info h2 {
  color: #c82932;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 10px;
}
body[data-page="33"] #main-wrapper .order-completed .order-completed-info h3 {
  padding-left: 40px;
  display: inline-block;
  color: initial;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
body[data-page="33"] #main-wrapper .order-completed .order-completed-info p {
  padding-top: 20px;
}
body[data-page="33"] #main-wrapper .order-completed .order-completed-info .info-1 {
  padding-left: 40px;
}
body[data-page="33"] #main-wrapper .order-completed .order-completed-info .info-2 {
  padding-left: 40px;
}
body[data-page="33"] #main-wrapper .order-completed .order-completed-info .badge {
  background-color: #c82932;
  position: absolute;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 15px;
}
body[data-page="33"] #main-wrapper .order-completed .order-completed-info .column-6 {
  padding: 0 10px;
  font-size: 13px;
}
@media (max-width: 768px) {
  body[data-page="33"] #main-wrapper .order-completed .order-completed-info .column-6 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body[data-page="33"] #main-wrapper .order-completed .order-completed-info .column-6:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* Order complete PP redirect */
@media (min-width: 768px) {
  body[data-page="333"] #main-wrapper {
    background-image: url(../../img/notizbuch-kategorie-bg.jpg);
  }
}
body[data-page="333"] #main-wrapper h1 {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #393939;
}
body[data-page="333"] #main-wrapper h1 svg {
  height: 18px;
  display: inline-block;
  width: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  body[data-page="333"] #main-wrapper h1 {
    font-size: 24px;
  }
  body[data-page="333"] #main-wrapper h1 svg {
    height: 24px;
  }
}
@media (min-width: 768px) {
  body[data-page="333"] #main-wrapper h1 {
    font-size: 36px;
  }
  body[data-page="333"] #main-wrapper h1 svg {
    height: 36px;
  }
}
@media (min-width: 1200px) {
  body[data-page="333"] #main-wrapper h1 {
    font-size: 64px;
  }
  body[data-page="333"] #main-wrapper h1 svg {
    height: 64px;
  }
}
body[data-page="333"] #main-wrapper h1 small {
  color: #1788c7;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}

/* Product page */
body[data-page="1"] h2, body[data-page="1"] .h2 {
  font-size: 32px;
  font-weight: 700;
  color: #c82932;
  font-style: italic;
  padding: 0;
  line-height: 1.1;
}
body[data-page="1"] h3, body[data-page="1"] .h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
body[data-page="1"] h4, body[data-page="1"] .h4, body[data-page="1"] .modal-title, body[data-page="1"] #pushed-success .success-block .title {
  font-size: 32px;
  font-weight: 700;
  color: #c82932;
  font-style: italic;
  padding: 0;
  line-height: 1.1;
}
body[data-page="1"] h5, body[data-page="1"] .h5 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.product-gallery {
  width: 100vw;
}

#gallery {
  margin-top: 0;
  margin-bottom: 8px;
  min-height: 266px;
}
#gallery .image-gallery {
  min-height: 252px;
}
#gallery .slick-slide img {
  margin: 0 auto;
}
#gallery .image-container .slick-track {
  display: flex;
}
#gallery .image-container .slick-track .slick-slide {
  height: auto;
  flex-grow: 1;
  outline: none;
}
#gallery .image-container .slick-track img {
  height: auto;
  max-width: 230px;
}
#gallery .thumbs {
  max-width: 78px;
  padding-right: 0;
  padding-left: 7px;
}
#gallery .thumbs .thumbs-box {
  margin-top: 14px;
}
#gallery .thumbs .thumbs-box,
#gallery .thumbs .image-thumbs {
  height: 100%;
}
#gallery .thumbs .slick-list {
  height: 100% !important;
  padding: 4px;
}
#gallery .thumbs .slick-slide {
  width: auto !important;
  position: relative;
  margin-bottom: 10px;
}
#gallery .thumbs .slick-slide img {
  width: 100%;
  padding: 2px;
  margin-left: 0;
  box-shadow: 0px 0px 2px 2px #aaa;
}
#gallery .thumbs .slick-slide.slick-current img {
  box-shadow: 0px 0px 2px 2px #f5a14b;
}
@media screen and (max-width: 767px) {
  #gallery {
    padding-top: 14px;
  }
  #gallery .thumbs {
    /*.slick-list {
      height: 92% !important;
    }*/
  }
  #gallery .thumbs .image-thumbs {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 568px) {
  #gallery .image-container .slick-track img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #gallery .thumbs {
    max-width: inherit;
  }
  #gallery .thumbs .slick-list {
    padding: 0;
  }
  #gallery .thumbs .slick-slide img,
  #gallery .thumbs .slick-slide.slick-current img {
    box-shadow: none;
    outline: none;
  }
  #gallery .thumbs .slick-slide:focus,
  #gallery .thumbs .slick-slide.slick-current:focus {
    outline: none;
  }
}

@media (min-width: 1206px) {
  .image-gallery {
    max-height: 480px;
  }
  .image-gallery ul.image-container {
    height: 480px;
  }
  .image-gallery ul.image-container li img {
    height: 480px;
  }
}
.favoriten .panel-title {
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #C72932;
}
@media (min-width: 768px) {
  .favoriten .panel-title {
    font-size: 28px;
    margin-bottom: 38px;
  }
}
.favoriten .panel-title a {
  display: none;
}
.favoriten .overlay-img {
  display: none;
}
.favoriten .trt-zum {
  justify-content: center;
}
.favoriten .trt-zum .td-1 {
  display: none;
}
.favoriten .caption {
  font-style: italic;
}
.favoriten .gallery .product-cell {
  border-color: #e2e0e0;
  box-shadow: 0 2px 3px #aaa;
}
.favoriten .gallery.slick-slide .product-wrapper .caption-button {
  background: transparent;
  border: 1px solid #3ea629;
  color: #3ea629;
  padding: 5px 10px;
}
.favoriten .gallery.slick-slide .product-wrapper .caption-button:hover {
  background: #3ea629;
  color: #fff;
}
.favoriten .gallery.slick-slide .product-wrapper .caption-button i {
  display: none;
}

.icon-info:after {
  background-color: #000;
  border-radius: 50%;
  content: "i";
  color: #ffffff;
  display: inline-block;
  line-height: 1.1;
  margin-left: 5px;
  text-align: center;
  height: 15px;
  vertical-align: baseline;
  width: 15px;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
}

#account {
  margin-bottom: 30px;
}
#account p {
  margin-bottom: 12px;
}
#account .list-group-item {
  color: #393939;
}
#account .list-group-item.active, #account .list-group-item.active:hover, #account .list-group-item:focus {
  color: #fff;
  background-color: #393939;
  border-color: #393939;
}
#account .panel-body {
  margin-bottom: 12px;
}
#account .btn {
  border-radius: 4px;
  font-size: 16px;
  height: 36px;
  width: 100%;
}
#account .btn .fa {
  margin-right: 12px;
}
#account .btn-default {
  border: 1px solid #393939;
}
#account .btn-default:hover {
  background-color: #393939;
  color: #ffffff;
}
#account .input-group-btn .btn {
  border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 992px) {
  #account .submit {
    max-width: 70%;
  }
  #account #delete_account {
    width: 50%;
  }
}

#new_customer {
  margin-bottom: 30px;
}
#new_customer .btn-primary {
  width: 100%;
}
#new_customer .file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#new_customer .file-upload + .btn {
  margin-top: 15px;
}
#new_customer .keepopen {
  padding: 4px 8px;
}
#new_customer .keepopen .btn {
  margin: 15px auto;
}
@media (min-width: 992px) {
  #new_customer .btn-primary {
    width: 30%;
  }
}

.rechnungsadresse div.help-block.reg {
  font-size: xx-small;
  padding: 0 5px 10px 5px;
}
.rechnungsadresse div.help-block.text-danger > span.login-here {
  color: green;
  cursor: pointer;
}

html, body {
  overflow-x: hidden;
}

@font-face {
  font-family: "Orator Std";
  src: url(fonts/OratorStd-Slanted.otf);
}
body {
  overflow-x: hidden;
}
body p {
  margin: 0;
}
body h1, body h2, body h3, body h4, body a, body p {
  font-family: "Open Sans", Arial, "sans-serif";
}

header {
  z-index: 10;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  font-size: 16px;
  height: 34px;
  line-height: 1;
  width: 110px;
  transition: all 0.3s;
  text-decoration: none;
}
.btn.btn-primary, .btn.btn-default {
  border-color: #393939;
  border-radius: 4px;
  height: 36px;
  font-size: 16px;
}
.btn.btn-primary {
  background-color: #393939;
}
.btn.btn-primary:hover {
  color: #393939;
  background-color: #fff;
}
.btn.btn-default:hover {
  background-color: #777;
}
.btn:hover {
  color: #fff;
  background-color: #393939;
}

.btn-outer {
  display: inline-block;
}

.btn-green {
  border: 2px solid #3EA629;
  color: #3EA629;
  transition: all 0.3s;
}
.btn-green:hover {
  color: #fff;
  background: #3EA629;
}

.btn-orange {
  border: 2px solid #FF8A00;
  color: #FF8A00;
  width: 144px;
  height: 46px;
}
.btn-orange:hover {
  color: #fff;
  background: #FF8A00;
}

.btn-white {
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  width: 150px;
  height: 36px;
}

@media screen and (min-width: 768px) {
  .btn {
    border-radius: 9px;
    font-size: 18px;
    height: 44px;
    width: 170px;
  }
}
@media screen and (min-width: 1206px) {
  .btn-white,
  .btn-green {
    border-width: 2px;
  }
  .btn {
    border-radius: 11px;
    font-size: 20px;
    height: 48px;
    width: 180px;
  }
}
.h-red {
  color: #C72932;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  padding-left: 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1206px) {
  .h-red {
    font-size: 37px;
    font-weight: 800;
  }
}

.line-after {
  position: relative;
}
.line-after:after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  .line-after {
    padding-right: 20px;
  }
  .line-after:after {
    content: "";
    height: 90%;
    border: 1px solid #ffffff;
    top: 6px;
    right: 0;
  }
}

.line-under {
  position: relative;
  padding-bottom: 10px;
}
.line-under:after {
  content: "";
  width: 100%;
  border-top: 1px solid #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#content-wrapper {
  margin-top: 0;
}
#content-wrapper .container {
  padding: 0 5px;
}

.gallery-slick-wrapper {
  margin-top: -12px;
  width: 100%;
  max-width: 100vw;
}
@media screen and (min-width: 992px) {
  .gallery-slick-wrapper {
    margin-top: -34px;
  }
}
@media screen and (min-width: 1206px) {
  .gallery-slick-wrapper {
    margin-top: -158px;
  }
}

.bg-gallery .slide {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}
.bg-gallery .content-gallery-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
}
.bg-gallery .content-gallery-wrapper.top {
  top: 70px;
  bottom: auto;
}
.bg-gallery .content-gallery-wrapper.top p {
  max-width: 70%;
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
}
.bg-gallery .content-gallery-wrapper.bottom {
  bottom: 20px;
}
.bg-gallery .content-gallery-wrapper.bottom p {
  padding: 0;
}
.bg-gallery .content-gallery-wrapper.bottom .article {
  width: 46%;
}
.bg-gallery .content-gallery-wrapper.center-right {
  bottom: 30px;
}
.bg-gallery .content-gallery-wrapper.center-right .article {
  width: 70%;
  margin: 0 0 0 auto;
}
.bg-gallery .content-gallery-wrapper.center-right p {
  padding: 0;
}
.bg-gallery .content-gallery-wrapper h1, .bg-gallery .content-gallery-wrapper h2 {
  color: #C72932;
  margin-top: 0;
  font-style: italic;
  font-size: 25px;
  font-variant: small-caps;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .bg-gallery .content-gallery-wrapper h1, .bg-gallery .content-gallery-wrapper h2 {
    background-color: white;
    padding: 3px;
  }
}
.bg-gallery .content-gallery-wrapper h1:first-letter, .bg-gallery .content-gallery-wrapper h2:first-letter {
  font-weight: 500;
}
.bg-gallery .article {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bg-gallery p {
  flex-grow: 1;
  font-size: 12px;
  margin-bottom: 14px;
  padding-left: 10px;
  color: #393939;
  overflow: hidden;
}
.bg-gallery .btn-outer .btn-green {
  text-decoration: underline;
}
.bg-gallery .btn-outer .btn-green:hover {
  text-decoration: underline;
}
.bg-gallery .btn-outer:hover .btn-green {
  color: #fff;
  background: #3EA629;
}
.bg-gallery .btn.btn-green {
  border-radius: 6px;
}
.bg-gallery .slick-arrow {
  display: none !important;
}
@media screen and (min-width: 568px) {
  .bg-gallery .content-gallery-wrapper h1, .bg-gallery .content-gallery-wrapper h2 {
    font-size: 40px;
    margin-bottom: 34px;
  }
  .bg-gallery .content-gallery-wrapper.center-right .article {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .bg-gallery .slide {
    min-height: 260px;
  }
  .bg-gallery .content-gallery-wrapper.top {
    top: 50px;
    bottom: auto;
  }
  .bg-gallery .content-gallery-wrapper.top p {
    max-width: 44%;
  }
  .bg-gallery .content-gallery-wrapper.bottom h1, .bg-gallery .content-gallery-wrapper.bottom h2 {
    font-size: 40px;
  }
  .bg-gallery .content-gallery-wrapper h1, .bg-gallery .content-gallery-wrapper h2 {
    margin-bottom: 10px;
  }
  .bg-gallery p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .bg-gallery .slide {
    min-height: 440px;
  }
  .bg-gallery .content-gallery-wrapper.top {
    top: 70px;
    bottom: auto;
  }
  .bg-gallery .content-gallery-wrapper h1, .bg-gallery .content-gallery-wrapper h2 {
    font-size: 64px;
    margin-bottom: 34px;
    letter-spacing: 0.3px;
  }
  .bg-gallery p {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1206px) {
  .bg-gallery .slide {
    min-height: 620px;
  }
  .bg-gallery .article {
    padding: 0 38px;
  }
  .bg-gallery .content-gallery-wrapper.top {
    top: 220px;
    bottom: auto;
  }
  .bg-gallery .content-gallery-wrapper.center-right {
    bottom: 84px;
  }
  .bg-gallery .content-gallery-wrapper.center-right .article {
    width: 65%;
  }
  .bg-gallery .slick-arrow {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 60%;
    z-index: 1;
  }
  .bg-gallery .slick-arrow:before {
    color: #000;
    display: inline-block;
    font-size: 50px;
    font-family: FontAwesome;
  }
  .bg-gallery .slick-prev {
    left: 2%;
  }
  .bg-gallery .slick-prev:before {
    content: "\f0d9";
    transform: translate(-3px, -5px);
  }
  .bg-gallery .slick-next {
    right: 2%;
  }
  .bg-gallery .slick-next:before {
    content: "\f0da";
    transform: translate(4px, -5px);
  }
}
@media screen and (min-width: 1400px) {
  .bg-gallery .slick-arrow {
    top: 65%;
  }
  .bg-gallery .slick-prev {
    left: 5%;
  }
  .bg-gallery .slick-next {
    right: 5%;
  }
}
@media screen and (min-width: 1840px) {
  .bg-gallery .slick-prev {
    left: 16%;
  }
  .bg-gallery .slick-next {
    right: 16%;
  }
}

.top-content-block {
  background: #393939;
  color: #ffffff;
  box-shadow: 0px 2px 3px #777;
}
.top-content-block .article {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  margin-bottom: 16px;
}
.top-content-block .content-wrapper {
  display: flex;
  align-items: center;
}
.top-content-block h3, .top-content-block p {
  margin: 0;
  font-style: italic;
  line-height: 20px;
  color: #fff;
}
.top-content-block h3 {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.top-content-block p {
  padding-left: 10px;
  padding-right: 15px;
  font-size: 10px;
}
.top-content-block img {
  max-width: 30px;
  max-height: 36px;
}
@media screen and (min-width: 992px) {
  .top-content-block img {
    max-width: 50px;
  }
  .top-content-block .article {
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .top-content-block .article .article {
    padding-left: 40px;
  }
  .top-content-block .article .article:first-child {
    padding-left: 5px;
  }
  .top-content-block .article .article:last-child {
    padding-left: 50px;
  }
  .top-content-block p {
    line-height: 17px;
    font-size: 12px;
  }
  .top-content-block h3 {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1206px) {
  .top-content-block .article {
    padding-top: 12px;
    padding-bottom: 21px;
  }
  .top-content-block .article:first-child {
    padding-left: 20px;
  }
  .top-content-block .article:last-child {
    padding-left: 50px;
  }
  .top-content-block h3 {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .top-content-block h3, .top-content-block p {
    line-height: 20px;
  }
  .top-content-block img {
    max-width: 60px;
    max-height: 44px;
  }
}

.products-block {
  margin-bottom: 3px;
  padding: 0;
  list-style-type: none;
}
.products-block li {
  width: 50%;
}
.products-block .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vw;
  margin-bottom: 19px;
  position: relative;
  overflow: hidden;
}
.products-block .text-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.products-block .text-block h2, .products-block .text-block p {
  margin: 0;
  font-family: "Open Sans", Arial, "sans-serif";
  font-style: italic;
  display: inline-block;
  background: #393939;
  transition: background 0.3s;
}
.products-block .text-block h2 a, .products-block .text-block p a {
  color: #ffffff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 12px;
  padding-top: 2px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .products-block .text-block h2 a, .products-block .text-block p a {
    padding-left: 12px;
  }
}
.products-block .text-block h2 {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.products-block .text-block p {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  min-height: 22px;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 992px) {
  .products-block .text-block p {
    line-height: 18px;
    font-size: 10px;
  }
}
.products-block .text-block .small {
  color: #ffffff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-left: 12px;
  opacity: 0.9;
}
.products-block .text-block:hover h2, .products-block .text-block:hover p {
  background: #C72932;
}
.products-block .text-block:hover a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .products-block li {
    width: inherit;
  }
  .products-block .slide {
    height: 20vw;
    max-height: 240px;
  }
  .products-block .text-block h2 {
    font-size: 14px;
    line-height: 30px;
  }
  .products-block .text-block .small {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .products-block .text-block .small {
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .products-block .text-block h2 {
    font-size: 23px;
  }
}

.werbearticel-wrapper > div {
  box-shadow: -2px 2px 3px #aaa;
  min-height: 230px;
}
.werbearticel-wrapper .werbearticel, .werbearticel-wrapper .bild {
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
}
.werbearticel-wrapper .werbearticel a, .werbearticel-wrapper .werbearticel p, .werbearticel-wrapper .werbearticel h4, .werbearticel-wrapper .bild a, .werbearticel-wrapper .bild p, .werbearticel-wrapper .bild h4 {
  position: relative;
}
.werbearticel-wrapper .btn-outer .btn {
  font-size: 17px;
  height: 34px;
  width: 107px;
  padding: 0 0 2px 0;
}
.werbearticel-wrapper .btn-outer:hover .btn-orange {
  color: #fff;
  background: #FF8A00;
}
.werbearticel-wrapper .werbearticel {
  color: #ffffff;
  overflow: hidden;
  padding: 13px 16px 10px 10px;
  text-align: justify;
}
.werbearticel-wrapper .werbearticel .head {
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
}
.werbearticel-wrapper .werbearticel .text {
  font-size: 14px;
  line-height: 20px;
  flex-grow: 1;
  text-align: justify;
}
.werbearticel-wrapper .werbearticel a {
  color: #FF8A00;
}
.werbearticel-wrapper .werbearticel a.btn-orange {
  background-color: #ff8a00;
  border-radius: 10px;
  height: auto;
  min-height: 46px;
  min-width: 140px;
  position: relative;
  width: auto;
}
.werbearticel-wrapper .werbearticel a.btn-orange span {
  background-color: #ff8a00;
  border-radius: 8px;
  border: 1px solid #fff;
  bottom: 0.4px;
  color: #fff;
  left: 0.4px;
  line-height: 37px;
  position: absolute;
  right: 0.4px;
  top: 0.4px;
  z-index: 1;
  transition: 0.3s all;
}
.werbearticel-wrapper .werbearticel a.btn-orange:before, .werbearticel-wrapper .werbearticel a.btn-orange:after {
  border-radius: 10px;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  transition: 0.3s all;
}
.werbearticel-wrapper .werbearticel a.btn-orange:before {
  top: -1.5px;
  background-color: #ffac4c;
}
.werbearticel-wrapper .werbearticel a.btn-orange:after {
  bottom: -1.5px;
  background-color: #fe4600;
}
.werbearticel-wrapper .werbearticel a.btn-orange:hover span {
  background-color: #ffaa45;
}
.werbearticel-wrapper .werbearticel a.btn-orange:hover:before {
  background-color: #ffc684;
}
.werbearticel-wrapper .werbearticel a.btn-orange:hover:after {
  background-color: #ff7a48;
}
.werbearticel-wrapper .werbearticel h4 {
  margin-top: 12px;
  font-style: italic;
  align-self: flex-end;
  font-family: "Open Sans", Arial, "sans-serif";
}
.werbearticel-wrapper .werbearticel + .bild {
  display: none;
}
.werbearticel-wrapper .bild {
  font-size: 60px;
  font-style: italic;
  letter-spacing: 3px;
  overflow: hidden;
}
.werbearticel-wrapper .bild a {
  color: #000;
  font-family: "Orator Std", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.werbearticel-wrapper .bild a:hover {
  text-decoration: none;
}
.werbearticel-wrapper.kunden {
  margin-bottom: 24px;
}
.werbearticel-wrapper.kunden > div {
  min-height: unset;
}
.werbearticel-wrapper.kunden .werbearticel {
  padding-top: 8px;
  padding-left: 19px;
  background: #e2e0e0;
  color: #000;
}
.werbearticel-wrapper.kunden .werbearticel .head {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 16px;
  color: #C72932;
}
.werbearticel-wrapper.kunden .bild {
  display: none;
}
.werbearticel-wrapper.kunden .text a {
  color: #C72932;
}
@media screen and (min-width: 768px) {
  .werbearticel-wrapper .werbearticel + .bild {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .werbearticel-wrapper .werbearticel .head {
    font-size: 28px;
    margin-bottom: 38px;
  }
  .werbearticel-wrapper .werbearticel h4 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1206px) {
  .werbearticel-wrapper .btn-outer .btn {
    height: 44px;
    width: 170px;
  }
  .werbearticel-wrapper .werbearticel .head {
    font-size: 37px;
  }
  .werbearticel-wrapper .bild {
    font-size: 52px;
  }
  .werbearticel-wrapper.kunden .bild {
    display: flex;
  }
}

.contact-block {
  margin-bottom: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #393939;
  color: #ffffff;
  font-style: italic;
  box-shadow: 0px 2px 3px #777;
}
.contact-block .article {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 16px;
}
.contact-block .article.last {
  margin-bottom: 0;
}
.contact-block .email-block {
  padding-left: 46px;
}
.contact-block .phone-block {
  padding-left: 36px;
}
.contact-block .email-block {
  padding-right: 0;
}
.contact-block i {
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.contact-block h4 {
  margin: 12px 0 0 0;
}
.contact-block .head {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 5px;
  margin-top: 0;
}
.contact-block .strong {
  margin-bottom: 4px;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.contact-block .head + p {
  flex-grow: 1;
}
.contact-block strong {
  font-size: 12px;
}
.contact-block p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
}
.contact-block a {
  color: #fff;
}
.contact-block .btn-white {
  font-size: 14px;
  font-weight: 600;
  height: 37px;
  width: 150px;
  border-radius: 5px;
  margin: 0 0 0 auto;
}
.contact-block .btn-outer:hover .btn-white {
  color: #393939;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact-block .phone-block i {
    left: 8px;
  }
  .contact-block .email-block, .contact-block .phone-block {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contact-block .article {
    padding: 0 10px;
  }
  .contact-block strong {
    font-size: 16px;
  }
  .contact-block .strong {
    margin-bottom: 11px;
    min-height: 30px;
    padding-left: 32px;
  }
  .contact-block i {
    left: 10px;
  }
  .contact-block .email-block, .contact-block .phone-block {
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 15px;
  }
  .contact-block p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .contact-block .article {
    width: 50%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 10px;
  }
  .contact-block .article.last {
    padding-left: 11px;
  }
  .contact-block h4 {
    margin: 0;
  }
  .contact-block .head + p {
    margin-bottom: 18px;
  }
  .contact-block .btn-outer {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1206px) {
  .contact-block {
    padding-top: 19px;
  }
  .contact-block i {
    font-size: 30px;
    top: 12px;
  }
  .contact-block strong {
    font-size: 18px;
    line-height: 40px;
  }
  .contact-block .head {
    font-size: 25px;
  }
}

.kundenfavoriten {
  padding: 0 10px;
  list-style-type: none;
}
.kundenfavoriten .slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #c9c6c6;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #ddd;
  width: 48.5%;
  padding: 4px 6px 6px;
  text-align: center;
  margin-bottom: 9px;
  transition: all 0.2s ease-in-out;
}
.kundenfavoriten .slide img {
  align-self: center;
  height: auto;
  width: 74%;
}
.kundenfavoriten .slide:hover {
  border: 1px solid #ff8a00 !important;
  box-shadow: 0 0 5px #ff8a00;
}
.kundenfavoriten h5 {
  margin: 0;
}
.kundenfavoriten p {
  margin-bottom: 4px;
}
.kundenfavoriten strong {
  font-size: 14px;
  font-weight: 600;
  color: #C72932;
  font-style: italic;
}
.kundenfavoriten .btn-outer .btn-green {
  font-style: italic;
  width: 100px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
}
.kundenfavoriten .btn-outer:hover .btn-green {
  color: #fff;
  background: #3EA629;
}
@media screen and (min-width: 768px) {
  .kundenfavoriten .btn-outer {
    display: inline-block;
  }
  .kundenfavoriten .slide {
    width: 32%;
  }
}
@media screen and (min-width: 992px) {
  .kundenfavoriten .slide {
    width: 18.9%;
  }
}
@media screen and (min-width: 1206px) {
  .kundenfavoriten .slide {
    padding: 8px;
    width: 15%;
  }
  .kundenfavoriten .slide img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .products-block .text-block p {
    line-height: 20px;
  }
  .products-block .text-block h2 a, .products-block .text-block p a {
    padding-left: 10px;
  }
  .products-block .text-block .small {
    font-size: 10px;
  }
  .products-block .text-block h2 {
    font-size: 12px;
    line-height: 30px;
  }
  .contact-block .article {
    width: 50%;
  }
  .contact-block .head {
    font-size: 15px;
  }
  .contact-block .btn-white {
    font-size: 13px;
    height: 33px;
    width: 147px;
  }
  .contact-block p {
    font-size: 12px;
  }
  .contact-block .email-block, .contact-block .phone-block {
    padding-right: 0;
    padding-left: 35px;
  }
  .contact-block .strong {
    padding-left: 0;
  }
  .contact-block strong {
    font-size: 12px;
  }
  .contact-block i {
    left: 7px;
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .products-block .text-block h2 {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .contact-block .email-block, .contact-block .phone-block {
    padding-right: 0;
    padding-left: 45px;
  }
  .contact-block .strong {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .container-title-desc .title-desc {
    width: 50%;
    min-height: 206px;
  }
}

.sortierung-panel {
  padding: 5px 10px;
}
.sortierung-panel .displayoptions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sortierung-panel .displayoptions .form-group {
  margin-bottom: 0;
}

#result-wrapper .block-description {
  margin-bottom: 24px;
}
#result-wrapper .block-description h3 {
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: 700;
}

.panel-slider {
  margin-bottom: 50px;
}

.sd-slider.eq-height {
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
}
.sd-slider.eq-height .slick-track {
  display: flex;
  justify-content: start;
}
.sd-slider.eq-height .slick-track .slick-slide {
  display: flex;
  height: auto;
  justify-content: start;
}

.row.gallery, .gallery.slick-slide {
  margin-bottom: 8px;
}
.row.gallery .product-wrapper, .gallery.slick-slide .product-wrapper {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  overflow: inherit;
  width: 100%;
}
.row.gallery .product-wrapper .overlay-img, .gallery.slick-slide .product-wrapper .overlay-img {
  position: absolute;
  left: -17px;
}
.row.gallery .product-wrapper .caption-variation-werte, .gallery.slick-slide .product-wrapper .caption-variation-werte {
  display: table;
  width: auto;
  margin-bottom: 9px;
}
.row.gallery .product-wrapper .caption-variation-werte span, .gallery.slick-slide .product-wrapper .caption-variation-werte span {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  font-weight: 600;
  font-style: italic;
  color: #393939;
  font-size: 11px;
  text-align: left;
}
.row.gallery .product-wrapper .caption-variation-werte span:first-child, .gallery.slick-slide .product-wrapper .caption-variation-werte span:first-child {
  padding-right: 11px;
}
.row.gallery .product-wrapper .caption-variation-werte img, .gallery.slick-slide .product-wrapper .caption-variation-werte img {
  width: 12px;
  vertical-align: middle;
  float: left;
  margin: 0 1px;
  height: auto;
}
.row.gallery .product-wrapper .caption-button, .gallery.slick-slide .product-wrapper .caption-button {
  background-color: #3ea629;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 1px 10px 2px 8px;
  text-align: center;
  display: inline-block;
  min-width: 92px;
  min-height: 20px;
  font-weight: 600;
  font-style: italic;
}
.row.gallery .product-wrapper .caption-button:hover, .gallery.slick-slide .product-wrapper .caption-button:hover {
  background-color: #266619;
  color: #fff;
  text-decoration: none;
}
.row.gallery .product-wrapper .caption-button:focus, .gallery.slick-slide .product-wrapper .caption-button:focus {
  background-color: #266619;
  color: #fff;
  text-decoration: none;
}
.row.gallery .product-wrapper .caption-button .fa, .gallery.slick-slide .product-wrapper .caption-button .fa {
  margin-left: 4px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .row.gallery .product-wrapper .caption-button, .gallery.slick-slide .product-wrapper .caption-button {
    font-size: 10px;
    min-height: 14px;
  }
}
.row.gallery .product-wrapper .image-box.loaded, .gallery.slick-slide .product-wrapper .image-box.loaded {
  margin-bottom: 16px;
}
.row.gallery .product-wrapper .image-box.loaded .image-content img, .gallery.slick-slide .product-wrapper .image-box.loaded .image-content img {
  width: 100%;
}
.row.gallery .product-wrapper .thumbnail .caption, .gallery.slick-slide .product-wrapper .thumbnail .caption {
  color: #393939;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.row.gallery .product-wrapper .thumbnail .caption .title, .gallery.slick-slide .product-wrapper .thumbnail .caption .title {
  color: #c82932;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 1.1;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.row.gallery .product-wrapper p.caption-name, .gallery.slick-slide .product-wrapper p.caption-name {
  font-weight: 600;
  font-style: italic;
  color: #393939;
  font-size: 11px;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 8px;
}

#slider-top-products .sd-slider {
  margin-top: 15px;
}
#slider-top-products .btn.btn-basket {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: 25px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 25px;
}
#slider-top-products .slick-track {
  display: flex;
}
#slider-top-products .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
#slider-top-products .slick-slider .image-wrapper {
  padding-top: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
#slider-top-products .slick-slider .image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
#slider-top-products .slick-slider .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
#slider-top-products .slick-slider .gallery.slick-slide {
  padding: 2px 5px;
}
#slider-top-products .slick-slider .gallery.slick-slide:focus {
  outline-color: transparent;
}
#slider-top-products .slick-slider .gallery.slick-slide .product-wrapper {
  padding: 0;
}
#slider-top-products .slick-slider .gallery.slick-slide .product-wrapper .caption {
  margin: 15px 0 10px;
  justify-content: center;
  display: block;
}
#slider-top-products .slick-slider .gallery.slick-slide .product-wrapper .caption .title, #slider-top-products .slick-slider .gallery.slick-slide .product-wrapper .caption .btn {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}
#slider-top-products .slick-slider .gallery.slick-slide .product-wrapper .caption .title {
  height: 32px;
}
#slider-top-products .slick-slider .gallery.slick-slide .product-wrapper .caption .btn {
  margin-top: 10px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .main-wrapper h1 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .main-wrapper h1 + p {
    margin-top: 10px;
  }
  .main-wrapper .block-description h3 {
    margin-top: 22px;
    font-size: 18px;
  }
  .main-wrapper .block-description p {
    font-size: 12px;
  }
  .main-wrapper .block-description img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #result-wrapper .block-description + .block-description {
    margin-top: 54px;
  }
  #result-wrapper .block-description h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1206px) {
  #result-wrapper .block-description h3 {
    font-size: 32px;
  }
  .row.gallery {
    margin-bottom: 20px;
  }
}
#product-list {
  margin-left: -5px;
  margin-right: -5px;
}
#product-list .col-auto, #product-list .content-cats-small .col-five, .content-cats-small #product-list .col-five {
  width: 50%;
  margin-bottom: 20px;
}
#product-list .col-auto > .product-cell, #product-list .content-cats-small .col-five > .product-cell, .content-cats-small #product-list .col-five > .product-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0%;
  height: 100%;
  margin-bottom: 0;
}
#product-list .col-auto > .product-cell > div, #product-list .content-cats-small .col-five > .product-cell > div, .content-cats-small #product-list .col-five > .product-cell > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#product-list .col-auto .overlay-img, #product-list .content-cats-small .col-five .overlay-img, .content-cats-small #product-list .col-five .overlay-img {
  position: absolute;
  left: -12px;
  height: 25px;
  width: auto;
}
#product-list hr {
  display: block;
  width: 98%;
  margin: -10px auto 0;
}
#product-list .product-wrapper .product-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0%;
  height: 100%;
  margin-bottom: 0;
}
#product-list .product-wrapper .product-cell > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 576px) {
  #product-list .product-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  #product-list .product-wrapper .thumbnail {
    padding: 5px;
  }
  #product-list .product-wrapper img {
    max-width: 100%;
  }
  #product-list .product-wrapper .title {
    margin: 5px 0;
    font-size: 10px;
  }
  #product-list .product-wrapper .caption-name,
  #product-list .product-wrapper .farbe-st,
  #product-list .product-wrapper .td-1,
  #product-list .product-wrapper .td-2,
  #product-list .product-wrapper .caption-button {
    font-size: 8px;
  }
  #product-list .product-wrapper .caption-name {
    letter-spacing: -0.3px;
    margin-bottom: 2px;
  }
  #product-list .product-wrapper .farbe-st {
    margin-bottom: 5px;
  }
  #product-list .product-wrapper .farbe-st .color {
    width: 7px;
    height: 7px;
  }
  #product-list .product-wrapper .td-1 {
    line-height: 1;
  }
  #product-list .product-wrapper .td-2 .caption-button {
    line-height: 1;
    min-width: 60px;
    min-height: 10px;
    padding: 3.5px 3px 3px 3px;
  }
}
@media screen and (min-width: 768px) {
  #product-list .col-auto, #product-list .content-cats-small .col-five, .content-cats-small #product-list .col-five {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  #product-list .col-auto, #product-list .content-cats-small .col-five, .content-cats-small #product-list .col-five {
    width: 20%;
  }
}

.product-wrapper .product-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0%;
  height: 100%;
  margin-bottom: 0;
}
.product-wrapper .product-cell > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .product-wrapper .image-wrapper {
    min-height: 160px;
  }
}
@media screen and (max-width: 576px) {
  .product-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-wrapper .thumbnail {
    padding: 5px;
  }
  .product-wrapper img {
    max-width: 75%;
  }
  .product-wrapper .title {
    margin: 5px 0;
    font-size: 10px;
  }
  .product-wrapper .caption-name,
  .product-wrapper .farbe-st,
  .product-wrapper .td-1,
  .product-wrapper .td-2,
  .product-wrapper .caption-button {
    font-size: 8px;
  }
  .product-wrapper .caption-name {
    letter-spacing: -0.3px;
    margin-bottom: 2px;
  }
  .product-wrapper .farbe-st {
    margin-bottom: 5px;
  }
  .product-wrapper .farbe-st .color {
    width: 7px;
    height: 7px;
  }
  .product-wrapper .td-1 {
    line-height: 1;
  }
  .product-wrapper .td-2 .caption-button {
    line-height: 1;
    min-width: 60px;
    min-height: 10px;
    padding: 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .container {
    width: 100% !important;
    padding: 0 15px !important;
  }
}

h1.product-title,
.product-title {
  color: #c82932;
  font-family: "Open Sans", Arial, "sans-serif";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-top: 8px;
  padding: 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  h1.product-title,
  .product-title {
    margin: -4px 0 4px 0;
    font-size: 25px;
  }
}

.product-primary {
  font-style: italic;
}
.product-primary .product-info {
  border: none;
}

.product-info .variation img {
  width: 11px;
  vertical-align: inherit;
  margin-right: 2px;
}
.product-info .swatches .variation {
  margin: 0;
  line-height: normal;
}
.product-info .swatches .variation > span.label-variation {
  max-width: 12px;
  line-height: normal;
  min-width: 12px;
  margin-left: 3px;
}
.product-info .swatches.imgswatches .variation {
  border: none;
  background-color: transparent !important;
}
.product-info .swatches.imgswatches .variation img {
  max-width: 12px;
  max-height: 12px;
}
.product-info .product-info-inner .product-offer .variations {
  margin-bottom: 20px;
}
.product-info #add-to-cart {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 3px;
}
.product-info .form-inline .input-group {
  display: block;
  margin: 0 auto;
}
.product-info .info-st {
  margin-bottom: 7px;
}
.product-info .farbe-st .color {
  width: 7px;
  height: 7px;
  margin-bottom: 4px;
}
.product-info .article-st {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-info .product-info-inner .product-configuration > [class*=col-] {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .product-info {
    padding-left: 4px;
  }
  .product-info .product-info-inner .product-offer .variations {
    margin-bottom: 22px;
  }
  .product-info #add-to-cart {
    margin-top: 18px;
    margin-bottom: 7px;
  }
  .product-info .info-st {
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  .product-info .info-st {
    padding-left: 0;
  }
}
@media screen and (min-width: 1206px) {
  .product-info .farbe-st .color {
    width: 11px;
    height: 11px;
  }
}

.choice-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 12px;
}
.choice-option:first-child {
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .choice-option:first-child {
    margin-top: 5px;
  }
}
.choice-option dt, .choice-option dd {
  display: inline-block;
}
.choice-option dt {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding-right: 10px;
}
.choice-option dd .bootstrap-select.form-control {
  width: 152px;
  height: 27px;
  border: 1px solid #393939;
  border-radius: 6px;
}
.choice-option dd .bootstrap-select.form-control button.btn {
  max-width: 152px;
  height: 25px;
  line-height: 25px;
  background: none;
  border: none;
  font-size: 12px;
  color: #848484;
  padding: 0 27px 0 8px;
}
.choice-option dd .bootstrap-select.form-control button.btn .filter-option {
  border-right: 1px solid #393939;
  height: 25px;
  padding-top: 1px;
}
.choice-option dd .bootstrap-select.form-control button.btn .filter-option img {
  width: 12px !important;
  height: auto !important;
  margin-right: 3px;
  top: -1px;
  position: relative;
}
.choice-option dd .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 12px;
  right: 7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  color: #393939;
}
.choice-option dd .bootstrap-select.btn-group .dropdown-menu.open {
  padding: 0;
  border: none;
}
.choice-option dd .bootstrap-select.btn-group ul.dropdown-menu {
  border: 1px solid #393939;
}
.choice-option dd .bootstrap-select.btn-group ul.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .choice-option {
    margin-top: 12px;
  }
  .choice-option dd .bootstrap-select.form-control {
    height: 31px;
    width: 166px;
  }
  .choice-option dd .bootstrap-select.form-control button.btn {
    height: 29px;
    max-width: 166px;
    line-height: 29px;
  }
  .choice-option dd .bootstrap-select.form-control button.btn .filter-option {
    height: 29px;
  }
  .choice-option dd .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .choice-option {
    margin: 0;
    margin-top: 12px;
  }
}

.merge-input input.form-control {
  height: 27px;
  width: 152px;
  border: 1px solid #393939;
  border-radius: 6px;
  background: none;
  font-size: 12px;
  color: #000;
  padding: 0 8px;
  float: right;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .merge-input input.form-control {
    height: 31px;
    width: 166px;
  }
}

.merge-input .password-input input.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}
.merge-input .password-input button {
  height: 27px;
  border-color: #393939;
}

.additional-info-1 dt {
  font-style: normal;
}
.additional-info-1 dl {
  display: flex;
}

.variations-beforetext {
  margin: 0 auto;
  max-width: 400px;
  font-size: 12px;
  font-style: italic;
}

.expenses-included {
  max-width: 400px;
  margin: 0 auto 5px;
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
}
.expenses-included strong {
  font-style: normal;
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .expenses-included strong {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.price-wrapper-container {
  margin-top: 50px;
}
.price-wrapper-container .price_wrapper .price-note {
  text-align: center;
}
.price-wrapper-container .price_wrapper .price-note .vat_info {
  display: none;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .price-wrapper-container {
    margin-top: 42px;
  }
}

.price-table {
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: center;
  max-width: 400px;
}
.price-table .td-1, .price-table .td-2 {
  width: 49%;
  text-align: center;
  line-height: 1;
}
.price-table .td-1 {
  color: #c82932;
}
.price-table .td-2 {
  border-left: 1px solid #393939;
  color: #ff8a00;
}
.price-table .price {
  font-size: 58px;
  font-weight: 700;
}
.price-table strong {
  width: 100%;
}
.price-table strong span {
  vertical-align: middle;
  font-style: normal;
  font-size: 46px;
}
.price-table strong em {
  display: table-cell;
  vertical-align: baseline;
  font-style: normal;
}
.price-table strong em i {
  display: block;
}
.price-table strong em i:first-child {
  font-size: 24px;
  font-style: normal;
}
.price-table strong em i:last-child {
  color: #393939;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .price-table strong span {
    font-size: 60px;
  }
  .price-table strong em {
    vertical-align: middle;
  }
}

.success-block {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.success-block .img-responsive {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.price-btn {
  display: flex;
}
.price-btn .td {
  vertical-align: top;
}
.price-btn .td:first-child {
  margin-right: 3px;
}
.price-btn .td:first-child .btn {
  border-radius: 12px 0 0 12px;
  background-color: #c82932;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNi44MTMsMTYuNzg2Yy0xLjAxNiwwLTEuODQyLTAuODIzLTEuODQyLTEuODRWNS4zOGMtMC4wNjMtMC40NTEtMC45ODQtMS41NzUtNC41NzItMS41NzVjLTMuNTc5LDAtNS4wMzUsMS4xNTEtNS4zNzEsMS44NjN2OS4yNzhjMCwxLjAxNy0wLjgyNCwxLjg0LTEuODQyLDEuODRjLTEuMDE2LDAtMS44NDItMC44MjMtMS44NDItMS44NFY1LjM3YzAtMC4xMTQsMC4wMTItMC4yMjksMC4wMzMtMC4zNDNjMC4wMzgtMC4xOTksMS4wMjEtNC45MDQsOS4wMjEtNC45MDRjMy4yMDMsMCw1LjU0NCwwLjc0OCw2Ljk1NSwyLjIyNGMxLjIyNSwxLjI4MSwxLjMwNSwyLjY0NCwxLjI5OSwzLjA0djkuNTZDMjguNjUyLDE1Ljk2MywyNy44MywxNi43ODYsMjYuODEzLDE2Ljc4NnoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjkuNzExLDkuODgxdjUuMDY1YzAsMS43MjgtMS40LDMuMTI5LTMuMTI5LDMuMTI5cy0zLjEzMy0xLjQwMS0zLjEzMy0zLjEyOVY5Ljg4MWgtMy4yODJoLTAuMzM2aC0zLjc0NXY1LjA2NWMwLDEuNzI4LTEuNDAyLDMuMTI5LTMuMTMsMy4xMjljLTEuNzMsMC0zLjEzMi0xLjQwMS0zLjEzMi0zLjEyOVY5Ljg4MUgxLjQxOGMwLDAsMC40NTEsNi42ODIsMC45NzcsMTMuMjg3YzAuMDg0LDAuMDgyLDAuMTc2LDAuMTU1LDAuMjUyLDAuMjQ5YzAuNTc1LDAuNzExLDAuNzk5LDEuNjQ0LDAuNjA4LDIuNTM3bC0wLjA2LDAuMjg1YzEuMjUsMC4yNjcsMi4zMzMsMC45MzYsMy4xMjksMS45NDdjMC45MDcsMS4xNiwxLjM2NSwyLjY0MiwxLjM2NSw0LjQwNmMwLDEuNTY2LTAuMjc3LDMuMDctMC44MjMsNC40N2MtMC4zMSwwLjc5MS0wLjY5MywxLjQ5OS0xLjE0MSwyLjEzMWMwLjg1MiwwLjYxOSwxLjYxMywwLjY4NCwxLjYxMywwLjY4NGgxMi40OTJoMC4zMzZoMTIuNDkxYzAsMCwzLjAzNy0wLjI1OCwzLjc3My00LjY3OGMwLjc0LTQuNDE5LDIuMTUtMjUuMzE4LDIuMTUtMjUuMzE4SDI5LjcxMXoiLz48L2c+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: top 2px right 3px;
  background-size: 26px;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 12px;
  padding: 0 30px 0 12px;
  text-align: left;
  white-space: normal;
}
.price-btn .td:first-child .btn span {
  text-shadow: 0 -2px 2px #c82932, 0 -2px 2px #c82932, 0 2px 2px #c82932, 0 2px 2px #c82932, -2px 0 2px #c82932, 2px 0 2px #c82932, -2px 0 2px #c82932, 2px 0 2px #c82932, -1px -2px 2px #c82932, 1px -2px 2px #c82932, -1px 2px 2px #c82932, 1px 2px 2px #c82932, -2px -1px 2px #c82932, 2px -1px 2px #c82932, -2px 1px 2px #c82932, 2px 1px 2px #c82932, -2px -2px 2px #c82932, 2px -2px 2px #c82932, -2px 2px 2px #c82932, 2px 2px 2px #c82932, -2px -2px 2px #c82932, 2px -2px 2px #c82932, -2px 2px 2px #c82932, 2px 2px 2px #c82932;
}
.price-btn .td:first-child .btn:hover {
  background-color: #470f12;
}
.price-btn .td:first-child .btn:hover span {
  text-shadow: 0 -2px 2px #470f12, 0 -2px 2px #470f12, 0 2px 2px #470f12, 0 2px 2px #470f12, -2px 0 2px #470f12, 2px 0 2px #470f12, -2px 0 2px #470f12, 2px 0 2px #470f12, -1px -2px 2px #470f12, 1px -2px 2px #470f12, -1px 2px 2px #470f12, 1px 2px 2px #470f12, -2px -1px 2px #470f12, 2px -1px 2px #470f12, -2px 1px 2px #470f12, 2px 1px 2px #470f12, -2px -2px 2px #470f12, 2px -2px 2px #470f12, -2px 2px 2px #470f12, 2px 2px 2px #470f12, -2px -2px 2px #470f12, 2px -2px 2px #470f12, -2px 2px 2px #470f12, 2px 2px 2px #470f12;
}
.price-btn .td:last-child .btn {
  border-radius: 0 12px 12px 0;
  background-color: #3ea629;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  font-style: normal;
}
.price-btn .td:last-child .btn:hover {
  background-color: #266619;
}
.price-btn .td .btn {
  color: #fff;
  height: 38px;
  width: 96px;
}
@media screen and (min-width: 768px) {
  .price-btn .td:first-child {
    margin-right: 4px;
  }
  .price-btn .td:first-child .btn {
    background-size: 47px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .price-btn .td:last-child {
    font-size: 26px;
  }
  .price-btn .td .btn {
    height: 62px;
    width: 158px;
  }
}

.download-pdf {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.download-pdf a {
  color: #393939;
  text-decoration: underline;
}
.download-pdf a:hover {
  color: #e2001a;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .download-pdf {
    font-size: 16px;
  }
}

.tab-description {
  margin-top: 22px;
}
.tab-description .tab-content {
  border: 1px solid #939393;
  background-color: #f5f5f5;
  padding: 0 5px 0;
}
.tab-description .tab-pane {
  border-radius: 10px;
  font-size: 9px;
}
.tab-description dl {
  margin-bottom: 0;
}
.tab-description dl:before, .tab-description dl:after {
  content: " ";
  display: table;
  clear: both;
}
.tab-description dt {
  float: left;
  width: 33%;
  font-weight: normal;
  margin-bottom: 3px;
}
.tab-description dd {
  margin-left: 33.5%;
  margin-bottom: 4px;
}
.tab-description dd a {
  color: #393939;
  text-decoration: underline;
}
.tab-description dd a:hover {
  color: #c82932;
}
.tab-description .additional-instructions {
  margin-bottom: 3px;
  font-weight: 700;
}
.tab-description .tab-default {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tab-description .tab-default li {
  border: 1px solid #939393;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  flex-grow: 1;
  text-align: center;
  margin: 0 3px;
  overflow: hidden;
}
.tab-description .tab-default li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 9px;
  color: #939393;
  padding: 1px 4px;
}
.tab-description .tab-default li:hover > a,
.tab-description .tab-default li > a.active {
  background-color: #939393;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tab-description {
    margin-top: 0;
  }
  .tab-description dd {
    margin-bottom: 9px;
  }
  .tab-description .tab-pane {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1199px) {
  .tab-description .tab-default li {
    margin: 0 2px;
  }
}
@media screen and (min-width: 768px) {
  .tab-description .tab-default li a {
    font-size: 12px;
    padding: 1px 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1199px) {
  .tab-description .tab-default li a {
    padding: 2px 4px;
  }
}
.tab-description ul {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
}
.tab-description ul li:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
.tab-description ul span {
  float: right;
  width: 70%;
  position: static !important;
}

.product-config .additional-info-1,
.product-config .choice-option {
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-config .additional-info-1 dt,
.product-config .choice-option dt {
  padding-right: 0;
}
.product-config .additional-info-1 .group-description-dd,
.product-config .choice-option .group-description-dd {
  display: none;
}
.product-config .additional-info-1 .group-description-dt,
.product-config .choice-option .group-description-dt {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-config .group-description-dt {
    padding-left: 0;
  }
}

.delivery-status .liefeseit {
  margin-right: 6px;
  float: left;
  width: 20px;
  height: 20px;
}
.delivery-status .estimated-delivery {
  white-space: nowrap;
}
.delivery-status .estimated-delivery .a2 {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .delivery-status .liefeseit {
    position: relative;
    top: -4px;
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .delivery-status {
    margin: 0 0 0 -5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .delivery-status {
    margin: 0 0 0 15px;
  }
}

.panel-heading {
  display: inline-block;
}
.panel-heading .panel-title {
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .panel-heading {
    padding-left: 0;
  }
}

#product-offer .product-info .info-essential span {
  font-size: 12px;
  color: rgb(57, 57, 57);
  font-style: italic;
}
#product-offer .product-info .product-configuration {
  line-height: 1.5;
  color: rgb(57, 57, 57);
  margin: 0 auto;
}
#product-offer .product-info .product-configuration .alert-danger {
  color: #c82932;
  background-color: transparent;
  border: none;
  float: right;
  margin-bottom: 0;
  margin-right: -20px;
  padding: 5px;
  font-size: 10px;
}
#product-offer .product-info .product-configuration .alert-danger img {
  padding-right: 10px;
}
#product-offer .product-info .product-configuration .cfg-group.additional-info-1 {
  overflow: auto;
}
#product-offer .product-info .product-configuration .summary-title {
  position: relative;
  top: 14px;
  font-size: 10px;
  margin: 10px 0;
}
#product-offer .product-info .product-configuration .summary-title b {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  #product-offer .product-info .product-configuration .summary-title b {
    font-size: 14px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  #product-offer .product-info .product-configuration .summary-title {
    margin-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .summary-title {
    left: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #product-offer .product-info .product-configuration .summary-title {
    left: 40px;
  }
  #product-offer .product-info .product-configuration .summary-title b {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  #product-offer .product-info .product-configuration .summary-title {
    left: 60px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  #product-offer .product-info .product-configuration .summary-title {
    left: 10px;
    top: 0;
  }
}
#product-offer .product-info .product-configuration .panel-body .list-group {
  margin-bottom: 0;
}
#product-offer .product-info .product-configuration .panel-body .list-group-item {
  border: none;
  background: none;
  padding: 0;
}
#product-offer .product-info .product-configuration .panel-body .quantity,
#product-offer .product-info .product-configuration .panel-body .btn.dropdown-toggle {
  border: 1px solid #393939;
  border-radius: 6px;
  color: #000;
  height: 28px;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 34px;
  text-align: left;
  min-width: 150px;
}
#product-offer .product-info .product-configuration .panel-body .quantity .caret,
#product-offer .product-info .product-configuration .panel-body .btn.dropdown-toggle .caret {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  right: 8px;
  border-bottom: none;
}
#product-offer .product-info .product-configuration .panel-body .quantity .filter-option,
#product-offer .product-info .product-configuration .panel-body .btn.dropdown-toggle .filter-option {
  line-height: 26px;
}
#product-offer .product-info .product-configuration .panel-body .quantity:after,
#product-offer .product-info .product-configuration .panel-body .btn.dropdown-toggle:after {
  content: "";
  position: absolute;
  width: 1px;
  border-right: 1px solid #393939;
  height: 26px;
  top: 0;
  right: 28px;
}
#product-offer .product-info .product-configuration .panel-body .quantity:hover,
#product-offer .product-info .product-configuration .panel-body .btn.dropdown-toggle:hover {
  background-color: transparent;
  color: #000;
}
#product-offer .product-info .product-configuration .panel-body .quantity {
  padding-left: 10px;
  padding-right: 0;
}
#product-offer .product-info .product-configuration .panel-body .quantity label {
  font-style: italic;
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.42857;
  color: #464a4c;
}
#product-offer .product-info .product-configuration .panel-body .quantity .input-group {
  float: right;
  margin: 0 3px;
  width: auto;
}
#product-offer .product-info .product-configuration .panel-body .quantity .input-group input.form-control {
  padding: 0;
  height: 25px;
  border: none;
}
#product-offer .product-info .product-configuration .panel-body .quantity .input-group input.form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#product-offer .product-info .product-configuration .panel-body .bootstrap-select {
  height: auto;
}
@media screen and (max-width: 767px) {
  #product-offer .product-info .product-configuration .panel-body.group .input-group,
  #product-offer .product-info .product-configuration .panel-body .bootstrap-select.form-control:not([class*=col-]) {
    display: block;
    margin-right: 0;
    margin-left: auto;
    width: 90%;
  }
}
#product-offer .product-info .product-configuration .panel-title {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  font-style: normal;
}
#product-offer .product-info .product-configuration .panel-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /**/
  /**/
}
#product-offer .product-info .product-configuration .panel-body .w100 {
  width: 100%;
}
#product-offer .product-info .product-configuration .panel-body .group-items {
  padding: 0;
}
#product-offer .product-info .product-configuration .panel-body .price-wrapper {
  width: calc(50% - 1px);
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  #product-offer .product-info .product-configuration .panel-body .price-wrapper {
    width: auto;
    flex: 1 1 auto;
  }
}
#product-offer .product-info .product-configuration .panel-body .price-wrapper.left {
  color: #c82932;
}
#product-offer .product-info .product-configuration .panel-body .price-wrapper.right {
  color: #ff8a00;
}
#product-offer .product-info .product-configuration .panel-body .separator {
  width: 1px;
  background: #000;
  margin: 16px 0 22px;
}
#product-offer .product-info .product-configuration .panel-body .price {
  position: relative;
  font-size: 46px;
  font-style: normal;
}
#product-offer .product-info .product-configuration .panel-body .price .coin {
  position: absolute;
  top: 9px;
  font-size: 20px;
  white-space: nowrap;
}
#product-offer .product-info .product-configuration .panel-body .price-wrapper .bottom {
  font-size: 14px;
  font-weight: 600;
  color: rgb(57, 57, 57);
}
#product-offer .product-info .product-configuration .panel-body .input-group {
  display: block;
  width: 90%;
}
#product-offer .product-info .product-configuration .panel-body .input-group-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
#product-offer .product-info .product-configuration .panel-body .submit.btn.btn-primary {
  display: inline-block;
  border-color: transparent;
  border-radius: 12px 0 0 12px;
  background: #c82932 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNi44MTMsMTYuNzg2Yy0xLjAxNiwwLTEuODQyLTAuODIzLTEuODQyLTEuODRWNS4zOGMtMC4wNjMtMC40NTEtMC45ODQtMS41NzUtNC41NzItMS41NzVjLTMuNTc5LDAtNS4wMzUsMS4xNTEtNS4zNzEsMS44NjN2OS4yNzhjMCwxLjAxNy0wLjgyNCwxLjg0LTEuODQyLDEuODRjLTEuMDE2LDAtMS44NDItMC44MjMtMS44NDItMS44NFY1LjM3YzAtMC4xMTQsMC4wMTItMC4yMjksMC4wMzMtMC4zNDNjMC4wMzgtMC4xOTksMS4wMjEtNC45MDQsOS4wMjEtNC45MDRjMy4yMDMsMCw1LjU0NCwwLjc0OCw2Ljk1NSwyLjIyNGMxLjIyNSwxLjI4MSwxLjMwNSwyLjY0NCwxLjI5OSwzLjA0djkuNTZDMjguNjUyLDE1Ljk2MywyNy44MywxNi43ODYsMjYuODEzLDE2Ljc4NnoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjkuNzExLDkuODgxdjUuMDY1YzAsMS43MjgtMS40LDMuMTI5LTMuMTI5LDMuMTI5cy0zLjEzMy0xLjQwMS0zLjEzMy0zLjEyOVY5Ljg4MWgtMy4yODJoLTAuMzM2aC0zLjc0NXY1LjA2NWMwLDEuNzI4LTEuNDAyLDMuMTI5LTMuMTMsMy4xMjljLTEuNzMsMC0zLjEzMi0xLjQwMS0zLjEzMi0zLjEyOVY5Ljg4MUgxLjQxOGMwLDAsMC40NTEsNi42ODIsMC45NzcsMTMuMjg3YzAuMDg0LDAuMDgyLDAuMTc2LDAuMTU1LDAuMjUyLDAuMjQ5YzAuNTc1LDAuNzExLDAuNzk5LDEuNjQ0LDAuNjA4LDIuNTM3bC0wLjA2LDAuMjg1YzEuMjUsMC4yNjcsMi4zMzMsMC45MzYsMy4xMjksMS45NDdjMC45MDcsMS4xNiwxLjM2NSwyLjY0MiwxLjM2NSw0LjQwNmMwLDEuNTY2LTAuMjc3LDMuMDctMC44MjMsNC40N2MtMC4zMSwwLjc5MS0wLjY5MywxLjQ5OS0xLjE0MSwyLjEzMWMwLjg1MiwwLjYxOSwxLjYxMywwLjY4NCwxLjYxMywwLjY4NGgxMi40OTJoMC4zMzZoMTIuNDkxYzAsMCwzLjAzNy0wLjI1OCwzLjc3My00LjY3OGMwLjc0LTQuNDE5LDIuMTUtMjUuMzE4LDIuMTUtMjUuMzE4SDI5LjcxMXoiLz48L2c+PC9zdmc+") no-repeat top 3px right 3px;
  background-size: 26px;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  line-height: 12px;
  padding: 0 23px 0 13px;
  text-align: left;
  white-space: normal;
  max-width: 96px;
  height: 38px;
}
#product-offer .product-info .product-configuration .panel-body .submit.btn.btn-primary span {
  color: #ffffff;
}
#product-offer .product-info .product-configuration .panel-body .submit.btn.btn-primary:hover {
  background-color: #470f12;
}
#product-offer .product-info .product-configuration .panel-body .btn-checkout {
  border: none;
  border-radius: 0 12px 12px 0;
  background-color: #3ea629;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-left: 4px;
  padding: 0;
  font-style: normal;
  color: #fff;
  height: 38px;
  width: 96px;
  transition: all 0.3s;
  vertical-align: bottom;
}
#product-offer .product-info .product-configuration .panel-body .btn-checkout:hover {
  background-color: #266619;
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel-body .price {
    font-size: 56px;
    line-height: 62px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1199px) {
  #product-offer .product-info .product-configuration .panel-body .price {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel-body .price .coin {
    position: absolute;
    top: 0;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1199px) {
  #product-offer .product-info .product-configuration .panel-body .price .coin {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel-body .separator {
    margin: 10px 0 16px;
  }
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel-body .input-group-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel-body .input-group {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel-body .price-wrapper .bottom {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) and (max-width: 1199px) {
  #product-offer .product-info .product-configuration .panel-body .price-wrapper .bottom {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel-body .submit.btn.btn-primary {
    background-size: 35px;
    background-position: 94% 2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    height: 47px;
    width: 130px;
    max-width: 130px;
  }
}
@media screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel-body .btn-checkout {
    font-size: 20px;
    height: 47px;
    width: 126px;
  }
}
#product-offer .product-info .product-configuration .additional-info-1 .panel-body {
  justify-content: flex-start;
}
#product-offer .product-info .product-configuration .additional-info-1 .panel-body .netto {
  display: inline-block;
  margin: 0 3px;
}
@media only screen and (min-width: 768px) {
  #product-offer .product-info .product-configuration .panel.panel-primary {
    margin-top: 40px;
  }
}
#product-offer .product-gallery {
  min-height: 302px;
  position: relative;
}
@media (max-width: 567px) {
  #product-offer .product-gallery .sub-product-gallery {
    width: 100%;
    bottom: 0;
  }
}
#product-offer .product-gallery .sub-product-gallery {
  min-height: 27px;
}
#product-offer .product-gallery .sub-product-gallery .fa-check-circle-o {
  width: 18px;
}
#product-offer .product-gallery .sub-product-gallery .stock-item {
  min-width: 85px;
}

.product-offer .download-pdf {
  margin-top: 5px;
  font-size: 11px;
}

:root {
  width: 100%;
}

#result-wrapper .product-gallery .image-gallery .image-container .item > img.img-responsive-width, #gallery .thumbs .slick-slide img {
  width: 100%;
  top: 0;
  left: 0;
}
#result-wrapper .product-gallery .image-gallery .image-container .item > img.img-responsive-width:nth-child(1), #gallery .thumbs .slick-slide img:nth-child(1) {
  position: relative;
  z-index: 1;
}
#result-wrapper .product-gallery .image-gallery .image-container .item > img.img-responsive-width:nth-child(2), #gallery .thumbs .slick-slide img:nth-child(2) {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.pswp__zoom-wrap > img:not(#second-image-sd) {
  z-index: 1;
}

#gallery .image-gallery .thumbs .thumbs-box {
  margin-top: 0;
}
#gallery .image-gallery .thumbs .thumbs-box .item img {
  max-height: 110px;
  max-width: 110px;
}

@media only print {
  .breadcrumb-wrapper {
    display: block !important;
  }
  .mobile-header-info {
    display: none !important;
  }
  .product-gallery {
    width: 52%;
  }
  .thumbs + div,
  .main-image {
    float: right;
  }
  .thumbs + div .slick-track,
  .main-image .slick-track {
    max-width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
  .thumbs + div .slick-current.slick-active,
  .main-image .slick-current.slick-active {
    position: absolute !important;
    left: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .product-info {
    width: 47%;
  }
  .product-info .product-info-inner {
    width: 100%;
  }
  .product-info .info-essential,
  .product-info .product-headline {
    display: block !important;
  }
  .product-info .choice-option {
    justify-content: flex-start;
  }
  .product-info .group.panel-body {
    width: 60%;
    max-width: 60%;
    flex-basis: 60%;
  }
  .product-info .panel-heading {
    max-width: 40%;
  }
  .product-info .product-configuration div {
    padding: 0;
  }
  .image-gallery .thumbs,
  .image-gallery .main-image {
    display: inline-block;
  }
  .image-gallery .thumbs {
    width: 22%;
  }
  .image-gallery .main-image {
    width: 74%;
  }
  .panel-body {
    justify-content: flex-start !important;
    padding-left: 0;
  }
  .panel-body .row {
    margin: 0;
  }
  #product-offer .product-info .product-configuration .group.panel-body .input-group,
  #product-offer .product-info .product-configuration .panel-body .quantity,
  #product-offer .product-info .product-configuration .panel-body .btn.dropdown-toggle {
    width: 150px;
  }
  .content-description .row > div {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 560px) and (max-width: 1200px) {
  .total-wrapper .price-table strong em i:first-child {
    font-size: 30px !important;
  }
  .total-wrapper.price-table strong em i:last-child {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .total-wrapper .price-table strong span {
    font-size: 60px !important;
  }
  .total-wrapper .price-table strong em i:last-child {
    font-size: 16px;
  }
}
[type=submit][_ngcontent-c8] {
  padding: 20px 39px !important;
  border-color: transparent !important;
  font-size: 17px !important;
  text-decoration: none !important;
}
@media (max-width: 560px) {
  [type=submit][_ngcontent-c8] {
    padding: 15px 20px !important;
  }
}
[type=submit][_ngcontent-c8] span {
  padding: 1px 10px;
  border-bottom: 1px solid #fff;
}

.bootstrap-select ul li a.color span.text:before, .bootstrap-select ul li a.color.filter-option:before, .bootstrap-select button span.color span.text:before, .bootstrap-select button span.color.filter-option:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
}
.bootstrap-select .farbe-st {
  float: none;
  margin-bottom: 0;
}

.step[_ngcontent-c0] {
  padding: 0 !important;
  height: 16px;
}

basket-root {
  margin-bottom: 30px;
}

.step-text[_ngcontent-c0] {
  line-height: 16px;
  font-size: 10px;
  font-style: italic;
  text-transform: capitalize;
  padding-left: 4px;
}

@media screen and (max-width: 568px) {
  .step-list-item:last-child .step-text {
    max-width: 36px;
  }
}
@media screen and (max-width: 767px) {
  h4[data-step]:before {
    content: attr(data-step) ".";
  }
  .total-table-after {
    display: none;
  }
  .drop-holder {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .registration-form .login-block:before {
    background: transparent !important;
  }
  .registration-form > .row > .col:nth-child(3):before {
    background: transparent !important;
  }
  auth-reg-form .login-block .reg-block-footer > div {
    width: 100%;
  }
}
@media screen and (max-width: 1205px) {
  .help-block.reg {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .step[_ngcontent-c0] {
    padding: 8px !important;
    height: auto;
  }
  .step-text[_ngcontent-c0] {
    line-height: 20px;
    font-size: 14px;
    padding-left: 12px;
  }
}
#content-wrapper .steps-list {
  margin-top: 5px;
  margin-bottom: 15px;
}
#content-wrapper .steps-list li:first-child {
  max-width: 31.4%;
}
@media screen and (max-width: 767px) {
  #content-wrapper .steps-list li:first-child {
    max-width: 33%;
  }
}
#content-wrapper .steps-list li:nth-child(2) {
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  #content-wrapper .steps-list li:nth-child(2) {
    max-width: 40%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #content-wrapper .steps-list li:last-child .step-text:before {
    content: ">>";
    display: block;
    width: 80%;
    text-align: center;
  }
}

.products-table {
  margin-bottom: 14px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .products-table {
    min-width: 720px;
  }
}
.products-table thead th {
  font-weight: normal;
  font-style: italic;
  padding: 2px 5px 2px 10px !important;
  vertical-align: middle;
  width: auto;
}
.products-table thead th:first-child {
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products-table thead th:first-child {
    width: 100px;
  }
}
.products-table thead th:nth-child(2) {
  width: auto;
}
.products-table thead th:nth-child(3) {
  width: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products-table thead th:nth-child(3) {
    width: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .products-table thead th:nth-child(3).th-quantity {
    width: 100px;
  }
}
.products-table thead th:nth-child(4) {
  max-width: 200px;
}
.products-table thead th:last-child {
  width: auto;
  max-width: 320px;
}
.products-table tbody td {
  word-break: break-all;
}
.products-table tbody td:last-child .td-1 span, .products-table tbody td:last-child .td-2 span {
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .products-table tbody td:last-child .td-1 span, .products-table tbody td:last-child .td-2 span {
    font-size: 36px;
  }
}
.products-table tbody td:last-child .td-1 em, .products-table tbody td:last-child .td-2 em {
  display: inline-block;
  vertical-align: middle;
}
.products-table tbody td:last-child .td-1 i:first-child, .products-table tbody td:last-child .td-2 i:first-child {
  font-size: 20px;
}
.products-table tbody td:last-child .td-1 i:last-child, .products-table tbody td:last-child .td-2 i:last-child {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .products-table tbody td:last-child {
    text-align: center;
  }
}
.products-table tbody td:last-child button {
  border: none;
  background-color: transparent;
  outline: none;
}
.products-table tbody td:last-child button .fa {
  font-size: 16px;
  color: #fff;
  background: #777;
  padding: 2px 3px 2px 2.5px;
  border-radius: 3px;
  min-width: 19px;
  margin-right: 6px;
}
.products-table tbody td:last-child button i:last-child {
  font-size: 14px;
}
.products-table tbody .border-row {
  border-bottom: 2px solid #d5d5d5;
}
.products-table .product-image {
  max-width: 190px;
}
@media screen and (min-width: 1025px) {
  .products-table .product-image {
    min-width: 105px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .products-table .product-image {
    min-width: 50px !important;
    width: 50px !important;
  }
}
.products-table .product-image img {
  max-width: 88%;
}
.products-table .product-title {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.products-table .def-list {
  display: flex;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.products-table .def-list dt {
  margin-right: 5px;
}
.products-table .def-list dt, .products-table .def-list dd {
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .products-table td:nth-child(3) {
    width: auto;
    max-width: 130px;
  }
}
.products-table .merge-input {
  width: 90px;
  margin-bottom: 10px;
}
.products-table .merge-input input.form-control {
  height: 34px;
  width: 92px;
  margin-top: 4px;
  padding-right: 22px !important;
}
.products-table .merge-input .btn {
  top: 3px !important;
  font-size: 17px;
}
.products-table .drop-holder {
  width: 100%;
}
.products-table .drop-holder > .drop-body {
  padding-bottom: 22px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.products-table .drop-holder > .drop-body > form + div {
  margin-top: 10px;
  font-size: 8px;
}
.products-table .drop-holder > .drop-body > form + div h6 {
  margin-bottom: 4px;
  font-size: 8px;
  color: #999;
}
.products-table .drop-holder > .drop-body > form + div p {
  margin-bottom: 0;
  word-break: break-word;
}
.products-table .drop-holder .drop-opener-btn {
  font-size: 14px;
  width: auto;
  padding: 7px 30px;
}
@media only screen and (min-width: 768px) {
  .products-table .drop-holder .drop-opener-btn {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .products-table .drop-holder .drop-opener-btn {
    font-size: 12px;
    padding: 4px 9px;
    margin: 0 5px;
  }
}
@media only print {
  .products-table .drop-holder .drop-message {
    display: block;
  }
}
.products-table .drop-holder .drop-title {
  padding-bottom: 1px;
  position: relative;
}
.products-table .drop-holder .drop-inner > div:not(.drop-block) {
  margin-bottom: 6px;
}
.products-table .drop-holder .drop-inner .drop-block {
  margin-top: 20px;
}
.products-table .drop-holder .drop-inner .drop-block .drop-title {
  padding-left: 6px;
}
.products-table .drop-holder .drop-inner label {
  font-weight: normal;
}
.products-table .drop-holder .form-control {
  width: 117px !important;
  height: 20px !important;
  font-size: 12px;
}
.products-table .drop-holder .filed-option-btn {
  font-size: 8px;
  line-height: 16px !important;
  height: 16px !important;
  width: 16px !important;
}
.products-table .drop-holder label {
  margin-bottom: 0;
}
.products-table .drop-holder .merge-input {
  width: auto;
}
.products-table .drop-holder .merge-input input.form-control {
  margin-top: 0;
}
.products-table .drop-holder .ui-select-container .ui-select-search,
.products-table .drop-holder .ui-select-container .btn {
  border-radius: 6px;
  height: 20px !important;
  width: 138px !important;
  top: 0 !important;
  justify-content: flex-start;
}
.products-table .drop-holder .ui-select-container .caret:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 1px;
  border-left: 1px solid black;
  top: -11px;
  left: -12px;
}
.products-table .drop-holder .file-input {
  width: 138px;
}
.products-table .drop-holder .file-input .form-control {
  width: 100% !important;
  border-radius: 6px;
}
.products-table .drop-holder .file-input .placeholder {
  top: 1px !important;
}
.products-table .drop-holder .text-muted:not(.ui-select-placeholder) {
  margin-top: -6px;
  padding-left: 6px;
}
.products-table .drop-holder .drop-btn-group .drop-btn {
  font-size: 18px;
}
.products-table .drop-holder .drop-btn-group .drop-btn-danger {
  padding: 2px 10px;
}
.products-table .drop-holder .drop-btn-group .drop-btn-success {
  padding: 2px 14px;
}
.products-table .drop-holder .drop-btn-group + p {
  font-size: 8px;
  text-align: center;
}

.wrapper-basket-form .heading {
  margin-bottom: -4px !important;
}
.wrapper-basket-form .heading:before {
  transform: rotate(3deg) !important;
}
.wrapper-basket-form .heading:after {
  transform: rotate(-3deg) !important;
}
.wrapper-basket-form .heading .heading-title {
  font-size: 15px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .wrapper-basket-form .heading:before {
    transform: rotate(5deg) !important;
  }
  .wrapper-basket-form .heading:after {
    transform: rotate(-5deg) !important;
  }
}
@media screen and (max-width: 420px) {
  .wrapper-basket-form .heading:before {
    transform: rotate(8deg) !important;
  }
  .wrapper-basket-form .heading:after {
    transform: rotate(-8deg) !important;
  }
}
@media screen and (min-width: 768px) {
  .wrapper-basket-form .heading .heading-title {
    font-size: 18px;
    margin-top: -2px;
  }
}
.wrapper-basket-form .form-column .form-title {
  font-size: 12px;
  padding: 4px 10px;
  font-style: italic;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrapper-basket-form dynamic-form > .form-column {
    padding: 0;
  }
  .wrapper-basket-form basket-forms > div > div:not(:last-child) .form-column .form-title {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .wrapper-basket-form basket-forms > div > div:not(:last-child) .form-column .form-title + form {
    margin-top: 10px;
  }
  .wrapper-basket-form h4 {
    position: relative;
  }
  .wrapper-basket-form h4:before {
    position: absolute;
    left: 10px;
  }
  .wrapper-basket-form h4 em {
    padding-left: 15px;
  }
}
.wrapper-basket-form button {
  font-size: 16px;
  font-weight: 600 !important;
}
.wrapper-basket-form input[type=checkbox],
.wrapper-basket-form input[type=radio] {
  margin-top: 0;
}
.wrapper-basket-form .radio label, .wrapper-basket-form .checkbox label {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}
.wrapper-basket-form .registration .reg-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper-basket-form .registration .reg-block-body p {
  font-size: 10px;
  font-style: italic;
  margin-bottom: 20px;
  padding: 0 8px;
}
.wrapper-basket-form .registration .reg-block-footer {
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: flex-end;
  padding: 0 8px;
}
.wrapper-basket-form .registration .reg-block-footer .text-right {
  padding-top: 20px;
}
.wrapper-basket-form .registration .col button {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrapper-basket-form .registration .notification {
  font-size: 10px;
  margin-top: 2px;
  display: inline-block;
  white-space: nowrap;
}
.wrapper-basket-form .registration .input-holder input {
  height: 27px !important;
}
@media screen and (min-width: 768px) {
  .wrapper-basket-form .registration .reg-block-footer {
    flex-wrap: nowrap;
  }
  .wrapper-basket-form .registration .col .primary-btn,
  .wrapper-basket-form .registration .col .input-holder {
    min-height: 28px;
    margin-bottom: 1.5px !important;
  }
}
.wrapper-basket-form basket-forms .lieferadresse .radio .col-9 {
  max-width: 100% !important;
  flex: 0 0 100%;
}
.wrapper-basket-form basket-forms form.mb-2 {
  margin-bottom: 0;
}
.wrapper-basket-form basket-forms .d-flex p,
.wrapper-basket-form basket-forms .d-flex button {
  margin-bottom: 18px !important;
}
.wrapper-basket-form basket-forms .row {
  justify-content: space-between;
}
@media screen and (min-width: 1206px) {
  .wrapper-basket-form basket-forms > .row > [class*=col-]:last-child {
    position: relative;
  }
  .wrapper-basket-form basket-forms > .row > [class*=col-]:last-child:before {
    border-left: 1px solid #393939;
    content: "";
    height: calc(100% - 24px);
    width: 1px;
    position: absolute;
    top: 10px;
    left: 0px;
  }
}
.wrapper-basket-form basket-forms .col:last-child .form-column div.form-column:before {
  content: "";
  position: absolute;
  top: 53px;
  left: 0;
  height: 80%;
  width: 1px;
  border-left: 1px solid;
}
.wrapper-basket-form basket-forms .col:last-child .form-title {
  margin-bottom: 0 !important;
}
.wrapper-basket-form basket-forms .col:last-child .help-block {
  margin-bottom: 4px;
}
.wrapper-basket-form basket-forms .col:last-child .help-block + hr {
  margin: 4px 0 2px;
}
.wrapper-basket-form basket-forms .col:last-child .help-block p {
  margin-bottom: 3px;
}
.wrapper-basket-form basket-forms .col:last-child .price-table {
  margin-bottom: 16px;
}
.wrapper-basket-form basket-forms .col:last-child .td-1 span, .wrapper-basket-form basket-forms .col:last-child .td-2 span {
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .wrapper-basket-form basket-forms .col:last-child .td-1 span, .wrapper-basket-form basket-forms .col:last-child .td-2 span {
    font-size: 36px;
  }
}
.wrapper-basket-form basket-forms .col:last-child .td-1 em, .wrapper-basket-form basket-forms .col:last-child .td-2 em {
  display: inline-block;
  vertical-align: middle;
}
.wrapper-basket-form basket-forms .col:last-child .td-1 i:first-child, .wrapper-basket-form basket-forms .col:last-child .td-2 i:first-child {
  font-size: 20px;
}
.wrapper-basket-form basket-forms .col:last-child .td-1 i:last-child, .wrapper-basket-form basket-forms .col:last-child .td-2 i:last-child {
  font-size: 12px;
}
.wrapper-basket-form basket-forms .col:last-child .button {
  margin-bottom: 20px;
}
.wrapper-basket-form basket-forms .col:last-child .button button {
  text-decoration: underline;
  border: none;
  border-radius: 8px;
}
.wrapper-basket-form basket-forms .col:last-child label {
  font-size: 10px;
}
.wrapper-basket-form basket-forms .col:last-child textarea {
  padding: 5px;
  border-radius: 6px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .wrapper-basket-form basket-forms > .row > [class*=col-]:nth-child(2), .wrapper-basket-form basket-forms > .row > [class*=col-]:nth-child(3) {
    padding: 0 10px 0 0;
  }
  .wrapper-basket-form basket-forms .col:last-child .form-title {
    margin-bottom: 58px !important;
  }
  .wrapper-basket-form basket-forms .col:last-child .button {
    padding: 0 18px;
  }
}
.wrapper-basket-form .form-column .input-holder {
  margin-bottom: 13px;
}
.wrapper-basket-form .form-column .input-holder.required:after {
  top: 0;
  position: absolute;
  right: auto !important;
  left: -10px;
}
.wrapper-basket-form .form-column .input-holder input:not([type=checkbox]):not([type=radio]),
.wrapper-basket-form .form-column .input-holder select {
  height: 40px;
  font-size: 12px;
  padding: 0 4px;
}
.wrapper-basket-form .form-column select {
  background-image: url(../../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 6px;
}
@media screen and (max-width: 768px) {
  .wrapper-basket-form .form-column .disabled-layer {
    display: none;
  }
}
.wrapper-basket-form .input-holder.is-success:before {
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  z-index: 2 !important;
}
.wrapper-basket-form .select-holder.is-success:before {
  right: 32px !important;
}
.wrapper-basket-form div:last-child p {
  font-size: 12px;
  padding-bottom: 10px;
}
.wrapper-basket-form div:last-child p img {
  float: left;
  margin: 5px 3px 3px 0;
  position: absolute;
  left: 10px;
}
.wrapper-basket-form div:last-child p.warning {
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .wrapper-basket-form div:last-child a.paypalexpress {
    padding-bottom: 50px;
  }
}
.wrapper-basket-form div:last-child a.paypalexpress img {
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.fa-info-circle {
  position: relative;
  z-index: 2;
}
.fa-info-circle:hover + .info-tooltip {
  opacity: 1;
  visibility: visible;
}

.info-tooltip {
  background: #c62930;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  max-width: 50%;
  padding: 2px 4px;
  position: absolute;
  top: 1px;
  right: 26px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  z-index: 1;
}
.info-tooltip:after {
  content: "";
  border: 8px solid;
  border-color: transparent transparent transparent #c62930;
  position: absolute;
  right: -15px;
  top: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .products-table .drop-holder .drop-opener-btn {
    font-size: 12px;
    padding: 4px 9px;
    margin: 0 2px;
    width: auto;
  }
  .products-table tbody td:last-child button .fa {
    margin-right: 2px !important;
  }
  .step[_ngcontent-c0] {
    height: 23px !important;
  }
  .step-text[_ngcontent-c0] {
    line-height: 23px !important;
  }
  .subtotal .price-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
  }
  .subtotal .price-table .td-1 strong,
  .subtotal .price-table .td-2 strong {
    display: flex;
    flex: 1 1 auto;
    font-size: 30px;
  }
  .subtotal .price-table .td-1 strong em,
  .subtotal .price-table .td-2 strong em {
    top: 1px;
    padding-left: 1px;
  }
  .subtotal .price-table .td-2 strong {
    justify-content: flex-end;
  }
  .def-list[_ngcontent-c0] dt[_ngcontent-c0] {
    width: 53% !important;
  }
  .price-table {
    position: relative;
  }
  .price-table:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #393939;
    left: 50%;
    position: absolute;
  }
  .price-table .td-2 {
    border: none;
  }
  .products-table tbody td:last-child .td-1 span,
  .products-table tbody td:last-child .td-2 span {
    font-size: 3vw;
    word-break: normal;
  }
  .products-table tbody td:last-child .td-1 i:first-child,
  .products-table tbody td:last-child .td-2 i:first-child {
    font-size: 1.4vw;
  }
  .products-table tbody td:last-child .td-1 i:last-child,
  .products-table tbody td:last-child .td-2 i:last-child {
    font-size: 1.3vw;
  }
  .wrapper-basket-form .form-column .disabled-layer {
    display: block !important;
  }
  .wrapper-basket-form basket-forms > .row > [class*=col-]:nth-child(3) {
    padding: 0 10px 0 10px;
  }
}
.country-select {
  background-image: url(../../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 6px;
}

.disabled-layer .disabled-layer {
  opacity: 1 !important;
}

.wrapper-basket-form .form-column select {
  border-color: #393939;
  border-radius: 5px;
}

.paypal-buttons-context-iframe {
  z-index: 0;
}

#pushed-success .btn-group .btn {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #pushed-success .btn-group {
    margin-bottom: 20px;
  }
  #pushed-success .btn-group .btn {
    font-size: 16px;
  }
}

.alert-info {
  margin-top: 10px;
}

.modal.fade.in .modal-dialog .modal-content {
  border-radius: 10px;
  border-color: #ff8a00;
  border-top-color: rgb(255, 138, 0);
}
.modal.fade.in .modal-dialog .modal-content .modal-header {
  background-color: #ff8a00;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  text-align: center;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .success-block .panel {
  display: flex;
  margin-bottom: 0;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .success-block .title {
  color: #c82932;
  font-size: 22px;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .success-block h5 {
  font-size: 14px;
  line-height: 20px;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /**/
  /**/
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .attributes .panel-body {
  justify-content: center;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .w100 {
  width: 100%;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .group-items {
  padding: 0;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .price-wrapper {
  width: calc(50% - 1px);
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .price-wrapper.left {
  color: #c82932;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .price-wrapper.right {
  color: #ff8a00;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .separator {
  width: 1px;
  background: #000;
  margin: 14px 0;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .price {
  position: relative;
  font-size: 36px;
  font-style: normal;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .price .coin {
  font-size: 20px;
  position: absolute;
  top: 8px;
  left: 50px;
  width: 46px;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .price-wrapper .bottom {
  font-size: 9px;
  font-weight: 600;
  color: rgb(57, 57, 57);
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .input-group {
  display: block;
  width: 100%;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .input-group-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .submit.btn.btn-primary {
  display: inline-block;
  border-color: transparent;
  border-radius: 12px 0 0 12px;
  background-color: #c82932;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNi44MTMsMTYuNzg2Yy0xLjAxNiwwLTEuODQyLTAuODIzLTEuODQyLTEuODRWNS4zOGMtMC4wNjMtMC40NTEtMC45ODQtMS41NzUtNC41NzItMS41NzVjLTMuNTc5LDAtNS4wMzUsMS4xNTEtNS4zNzEsMS44NjN2OS4yNzhjMCwxLjAxNy0wLjgyNCwxLjg0LTEuODQyLDEuODRjLTEuMDE2LDAtMS44NDItMC44MjMtMS44NDItMS44NFY1LjM3YzAtMC4xMTQsMC4wMTItMC4yMjksMC4wMzMtMC4zNDNjMC4wMzgtMC4xOTksMS4wMjEtNC45MDQsOS4wMjEtNC45MDRjMy4yMDMsMCw1LjU0NCwwLjc0OCw2Ljk1NSwyLjIyNGMxLjIyNSwxLjI4MSwxLjMwNSwyLjY0NCwxLjI5OSwzLjA0djkuNTZDMjguNjUyLDE1Ljk2MywyNy44MywxNi43ODYsMjYuODEzLDE2Ljc4NnoiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjkuNzExLDkuODgxdjUuMDY1YzAsMS43MjgtMS40LDMuMTI5LTMuMTI5LDMuMTI5cy0zLjEzMy0xLjQwMS0zLjEzMy0zLjEyOVY5Ljg4MWgtMy4yODJoLTAuMzM2aC0zLjc0NXY1LjA2NWMwLDEuNzI4LTEuNDAyLDMuMTI5LTMuMTMsMy4xMjljLTEuNzMsMC0zLjEzMi0xLjQwMS0zLjEzMi0zLjEyOVY5Ljg4MUgxLjQxOGMwLDAsMC40NTEsNi42ODIsMC45NzcsMTMuMjg3YzAuMDg0LDAuMDgyLDAuMTc2LDAuMTU1LDAuMjUyLDAuMjQ5YzAuNTc1LDAuNzExLDAuNzk5LDEuNjQ0LDAuNjA4LDIuNTM3bC0wLjA2LDAuMjg1YzEuMjUsMC4yNjcsMi4zMzMsMC45MzYsMy4xMjksMS45NDdjMC45MDcsMS4xNiwxLjM2NSwyLjY0MiwxLjM2NSw0LjQwNmMwLDEuNTY2LTAuMjc3LDMuMDctMC44MjMsNC40N2MtMC4zMSwwLjc5MS0wLjY5MywxLjQ5OS0xLjE0MSwyLjEzMWMwLjg1MiwwLjYxOSwxLjYxMywwLjY4NCwxLjYxMywwLjY4NGgxMi40OTJoMC4zMzZoMTIuNDkxYzAsMCwzLjAzNy0wLjI1OCwzLjc3My00LjY3OGMwLjc0LTQuNDE5LDIuMTUtMjUuMzE4LDIuMTUtMjUuMzE4SDI5LjcxMXoiLz48L2c+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: top 2px right 3px;
  background-size: 26px;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 12px;
  padding: 0 30px 0 12px;
  text-align: left;
  white-space: normal;
  max-width: 96px;
  height: 38px;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .submit.btn.btn-primary span {
  color: #ffffff;
  text-shadow: 0 -2px 2px #c82932, 0 -2px 2px #c82932, 0 2px 2px #c82932, 0 2px 2px #c82932, -2px 0 2px #c82932, 2px 0 2px #c82932, -2px 0 2px #c82932, 2px 0 2px #c82932, -1px -2px 2px #c82932, 1px -2px 2px #c82932, -1px 2px 2px #c82932, 1px 2px 2px #c82932, -2px -1px 2px #c82932, 2px -1px 2px #c82932, -2px 1px 2px #c82932, 2px 1px 2px #c82932, -2px -2px 2px #c82932, 2px -2px 2px #c82932, -2px 2px 2px #c82932, 2px 2px 2px #c82932, -2px -2px 2px #c82932, 2px -2px 2px #c82932, -2px 2px 2px #c82932, 2px 2px 2px #c82932;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .submit.btn.btn-primary:hover {
  background-color: #470f12;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .submit.btn.btn-primary:hover span {
  text-shadow: 0 -2px 2px #470f12, 0 -2px 2px #470f12, 0 2px 2px #470f12, 0 2px 2px #470f12, -2px 0 2px #470f12, 2px 0 2px #470f12, -2px 0 2px #470f12, 2px 0 2px #470f12, -1px -2px 2px #470f12, 1px -2px 2px #470f12, -1px 2px 2px #470f12, 1px 2px 2px #470f12, -2px -1px 2px #470f12, 2px -1px 2px #470f12, -2px 1px 2px #470f12, 2px 1px 2px #470f12, -2px -2px 2px #470f12, 2px -2px 2px #470f12, -2px 2px 2px #470f12, 2px 2px 2px #470f12, -2px -2px 2px #470f12, 2px -2px 2px #470f12, -2px 2px 2px #470f12, 2px 2px 2px #470f12;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .btn-checkout {
  border: none;
  border-radius: 0 12px 12px 0;
  background-color: #3ea629;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-left: 4px;
  padding: 0;
  font-style: normal;
  color: #fff;
  height: 38px;
  width: 96px;
  transition: all 0.3s;
  vertical-align: bottom;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .btn-checkout:hover {
  background-color: #266619;
}
@media screen and (min-width: 768px) {
  .modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .price {
    font-size: 40px;
  }
  .modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .input-group-btn {
    width: 60%;
  }
  .modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .submit.btn.btn-primary {
    background-size: 35px;
    background-position: 92% 2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    height: 47px;
    width: 125px;
    max-width: 125px;
  }
  .modal.fade.in .modal-dialog .modal-content #pushed-success .panel-body .btn-checkout {
    font-size: 20px;
    height: 47px;
    width: 126px;
  }
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .btn-group .btn {
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  height: auto;
}
@media screen and (max-width: 375px) {
  .modal.fade.in .modal-dialog .modal-content #pushed-success .btn-group .btn {
    font-size: 9px;
  }
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .btn-group .btn.btn-success:hover {
  background-color: #a3d7a3;
  border-color: #a3d7a3;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .btn-group .btn.btn-primary {
  background-color: #CBC4BF;
}
.modal.fade.in .modal-dialog .modal-content #pushed-success .btn-group .btn.btn-primary:hover {
  background-color: #868686;
}
.modal.fade.in#modal-success .modal-body {
  padding: 20px;
  background: #f8f8f8;
}
.modal.fade.in#modal-success .modal-dialog {
  max-width: 640px;
}
.modal.fade.in#modal-success .modal-dialog .modal-title {
  font-weight: bold;
  color: #fff;
  font-size: 22px !important;
}
.modal.fade.in#modal-success .modal-dialog .modal-content {
  border-width: 2px;
}
.modal.fade.in#modal-success .modal-dialog .modal-content .modal-header {
  border-radius: 7px 7px 0 0;
}
.modal.fade.in#modal-success .modal-dialog .modal-content #pushed-success .panel-body .attributes {
  margin-bottom: 50px;
  margin-left: 2%;
}
.modal.fade.in#modal-success .modal-dialog .modal-content #pushed-success .panel-body .attributes .panel-body {
  justify-content: flex-start;
}
.modal.fade.in#modal-success .modal-dialog .modal-content #pushed-success .panel-body .price-wrapper {
  white-space: nowrap;
}
.modal.fade.in#modal-success .modal-dialog .modal-content #pushed-success .panel-body .price {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.modal.fade.in#modal-success .modal-dialog .modal-content #pushed-success .panel-body .price .price {
  width: auto;
}
.modal.fade.in#modal-success .modal-dialog .modal-content #pushed-success .panel-body .price .coin {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.modal.fade.in#modal-success .modal-dialog .modal-content #pushed-success .panel-body .price + .bottom {
  font-style: italic;
  font-size: 12px;
  margin-left: -5px;
  display: inline-block;
}
.modal.fade.in#modal-success .success-block {
  max-width: none;
}
.modal.fade.in#modal-success .success-block .product-cell {
  margin-bottom: 30px;
}
.modal.fade.in#modal-success .success-block .btn-group {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.modal.fade.in#modal-success .success-block .btn-group .btn {
  padding: 10px 15px;
  font-style: italic;
  width: 225px;
  max-width: 40%;
}
.modal.fade.in#modal-success .success-block .btn-group .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.modal.fade.in#modal-success .success-block .btn-group .btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.modal.fade.in#modal-success .success-block .btn-group .btn-primary {
  border-color: #CBC4BF;
  color: #393939;
}
.modal.fade.in#modal-success .panel-body > div {
  flex-grow: 1;
  max-width: 100%;
}
.modal.fade.in#modal-success .panel-body > div.separator {
  flex-grow: 0;
}
.modal.fade.in#modal-success .caption {
  margin-bottom: 30px;
}
.modal.fade.in#modal-success dl {
  margin: 0 -10px;
}

@media print {
  * {
    overflow: hidden;
    page-break-after: auto;
  }
  .image-gallery {
    max-height: 500px;
    width: auto;
    display: block;
  }
  .farbe-st {
    display: none;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 6px;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}

.tab-content {
  padding-top: 0;
}

ul.artikel-tabelle {
  line-height: 18px;
  list-style: none;
  padding-left: 5px;
}

@media only screen and (min-width: 1200px) {
  ul.artikel-tabelle {
    width: 540px;
  }
}
ul.artikel-tabelle li {
  margin: 10px 0;
}

ul.artikel-tabelle li.zusatz {
  margin: 20px 0 10px !important;
}

ul.artikel-tabelle:after,
ul.artikel-tabelle li:after {
  content: "";
  clear: both;
  width: 100%;
  display: table;
}

ul.artikel-tabelle {
  margin-bottom: 0;
}

ul.artikel-tabelle li span {
  float: right;
  width: 70%;
}

.breadcrumb {
  margin-bottom: 3px;
}
.breadcrumb > li {
  font-size: 8px;
  font-weight: 700;
}

.form-column .col-xs-17 .help-block.small {
  display: none !important;
}
.form-column .col-xs-17 .checkbox,
.form-column .col-xs-17 p {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.subtotal .edit-block[_ngcontent-c0] {
  position: static !important;
  top: auto !important;
  transform: none !important;
  display: none !important;
  padding: 1px 6px;
}
@media (min-width: 768px) {
  .subtotal .edit-block[_ngcontent-c0] {
    display: inline-block !important;
    padding: 1px 3px;
  }
}

.subtotal .fa-pencil-square {
  background: transparent !important;
  color: #777 !important;
  font-size: 21.5px !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .products-table .btn-andern[_ngcontent-c0] span[_ngcontent-c0],
  .products-table tbody td:last-child button i:last-child {
    font-size: 10px !important;
    padding-left: 5px;
    font-style: italic;
  }
}

.subtotal .btn {
  height: auto !important;
  width: auto !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #content-wrapper .steps-list li {
    max-width: none !important;
  }
  .products-table[_ngcontent-c0] th[_ngcontent-c0],
  .products-table[_ngcontent-c0] td[_ngcontent-c0] {
    padding: 10px 3px !important;
  }
  .def-list[_ngcontent-c0] dt[_ngcontent-c0], .def-list[_ngcontent-c0] dd[_ngcontent-c0] {
    padding: 0 3px;
  }
  .products-table .def-list {
    font-size: 10px;
  }
  .drop-holder.active[_ngcontent-c2] {
    position: absolute;
  }
  .btn-andern[_ngcontent-c0],
  .products-table tbody td:last-child button i:last-child {
    font-size: 10px;
    height: auto;
    width: auto;
  }
  .products-table .btn-andern[_ngcontent-c0] span[_ngcontent-c0],
  .products-table tbody td:last-child button i:last-child {
    padding-top: 3px;
    font-size: 11px;
  }
  .products-table tbody td:last-child button .fa {
    font-size: 15px;
  }
}
.password-note {
  font-size: 11px;
  color: #c82932;
  font-style: italic;
}

.img_rollover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  margin-top: 0px;
  margin-left: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 566px) {
  .img_rollover {
    max-width: 230px;
    transform: translateX(-50%);
    left: 50%;
    aspect-ratio: 1;
  }
}

select.form-control > option[value="0"],
#kommentar, .btn-andern,
.delivery-placeholder.total,
.form-group.password2 {
  display: none;
}

.field-icon {
  font-size: 1.4em;
  float: right;
  margin-left: -25px;
  margin-top: -27px;
  position: relative;
  z-index: 2;
}

.fa-eye::before, .fa-eye-slash::before {
  margin-left: -15px;
}

#panel-register-form legend {
  border-bottom: 1px solid #393939;
}

@media screen and (min-width: 768px) {
  .login-header .lh-right {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1206px) {
  #copyright .container {
    padding: 6px 16px 30px;
  }
}
.product-info .article-st {
  display: inline-block;
}
.product-info .delivery-status .estimated-delivery .a2 {
  font-weight: normal;
}
.product-info .article-st span, .product-info .farbe-st span:first-child, .product-info .product-info .delivery-status .estimated-delivery .a2 span {
  font-weight: bold;
}
.product-info .estimated-delivery .a2 span {
  font-weight: bold;
}

#cfg-container dl:first-child {
  display: none;
}

#suche2 input.submit {
  width: auto;
}

body[data-page="19"] #shipping-estimate-form,
body[data-page="31"] #shipping-estimate-form {
  padding-top: 20px;
}

body[data-page="19"] #shipping-estimate-form .form-control,
body[data-page="31"] #shipping-estimate-form .form-control {
  height: 26px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

body[data-page="19"] #shipping-estimate-form .country-select,
body[data-page="31"] #shipping-estimate-form .country-select {
  min-width: 13em;
}

body[data-page="19"] #shipping-estimate-form .panel-heading,
body[data-page="31"] #shipping-estimate-form .panel-heading {
  display: none;
}

body[data-page="19"] #shipping-estimate-form input[name=plz],
body[data-page="31"] #shipping-estimate-form input[name=plz] {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

body[data-page="19"] #shipping-estimate-form .primary-btn,
body[data-page="31"] #shipping-estimate-form .primary-btn {
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid #000;
  color: #fff;
  border-radius: 6px;
  padding: 2px 15px;
  background-color: #40a52b;
  font-weight: bold;
}

@media (min-width: 768px) {
  ul.dropdown-menu.keepopen.last-keepopen {
    left: -220px !important;
  }
}
.slide-1 .main-slider-text h1 {
  background-color: transparent !important;
}
.slide-1 .content-gallery-wrapper.top {
  top: 45px;
}
.slide-1 .main-slider-part1 {
  font-size: 30px;
  display: block;
  line-height: 1;
  font-style: italic;
}
.slide-1 .main-slider-part2 {
  color: #222;
  display: block;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
  font-size: 48px;
}
.slide-1 .main-slider-slogan {
  font-weight: bold;
  font-style: italic;
  width: 190px;
}
.slide-1 .main-slider-slogan + .text-right {
  margin-top: 0;
}
@media screen and (min-width: 747px) {
  .slide-1 .main-slider-text, .slide-1 .main-slider-slogan {
    max-width: 48%;
    width: auto;
    display: block !important;
    position: relative;
    left: 50%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    transform: translateX(10px);
    text-align: left;
  }
  .slide-1 .main-slider-text h1, .slide-1 .main-slider-slogan h1 {
    margin-bottom: 0;
  }
  .slide-1 .main-slider-slogan {
    max-width: 240px !important;
    font-size: 10px;
    padding-left: 0;
  }
  .slide-1 .main-slider-part1 {
    font-size: 36px;
  }
  .slide-1 .main-slider-part2 {
    font-size: 58px;
  }
  .slide-1 .main-slider-slogan + .text-right {
    max-width: 85%;
    margin-top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .slide-1 .main-slider-text, .slide-1 .main-slider-slogan {
    left: 52%;
  }
  .slide-1 .content-gallery-wrapper.top {
    top: 15%;
  }
  .slide-1 .main-slider-slogan + .text-right {
    max-width: 93%;
    margin-top: -5px;
  }
}
@media screen and (min-width: 992px) {
  .slide-1 .content-gallery-wrapper.top {
    top: 38%;
  }
  .slide-1 .main-slider-part1 {
    font-size: 45px;
  }
  .slide-1 .main-slider-part2 {
    font-size: 70px;
  }
  .slide-1 .main-slider-slogan {
    max-width: 285px !important;
    font-size: 12px;
    padding-left: 0;
  }
  .slide-1 .main-slider-slogan + .text-right {
    max-width: 85%;
    margin-top: -25px;
  }
}
@media screen and (min-width: 1370px) {
  .slide-1 .main-slider-part1 {
    font-size: 64px;
  }
  .slide-1 .main-slider-part2 {
    font-size: 100px;
  }
  .slide-1 .main-slider-slogan {
    max-width: 320px !important;
    font-size: 13px;
    padding-left: 0;
  }
  .slide-1 .main-slider-slogan + .text-right {
    margin-top: 0;
  }
}

.no-scroll .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

.bg-gallery p {
  padding-left: 0;
  font-size: 11px;
}
.bg-gallery .btn.btn-green {
  background: #fff;
}

#pushed-success .recommendations {
  margin-top: 25px;
}
#pushed-success .recommendations .panel-title {
  font-size: 20px;
}
#pushed-success .recommendations .thumbnail {
  padding-top: 20px;
}
#pushed-success .price > .panel {
  justify-content: center;
}
#pushed-success .panel-slider {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
#pushed-success .panel-slider + .panel-slider {
  margin-top: 50px;
}
#pushed-success .slick-track {
  display: flex;
}
#pushed-success .slick-track .slick-slide {
  display: flex;
  height: auto;
  float: none;
  align-items: self-start;
  justify-content: center;
}
#pushed-success .slick-track .slick-slide > div {
  max-width: 125px;
  flex: 0 0 100%;
}
#pushed-success .image-wrapper {
  padding-top: 100%;
  height: 0 !important;
  min-height: 0 !important;
  position: relative;
  overflow: hidden;
}
#pushed-success .image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 95%;
  object-fit: contain;
}
#pushed-success .row.gallery .product-wrapper, #pushed-success .gallery.slick-slide .product-wrapper {
  padding: 0 5px !important;
}
#pushed-success .slick-list {
  margin-right: -7px;
  margin-left: -7px;
}
#pushed-success .slick-list h2 {
  font-size: 10px;
  margin-top: 0;
  height: 24px;
}
#pushed-success .product-wrapper .thumbnail .caption {
  margin-bottom: 0 !important;
  padding: 10px 0 0;
}
#pushed-success .product-wrapper .thumbnail:hover {
  box-shadow: none !important;
}
#pushed-success .btn.btn-success.btn-basket {
  padding-top: 0;
  padding-bottom: 0;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  width: 100%;
  max-width: 100px;
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
}
#pushed-success .caption {
  margin-bottom: 5px;
  font-size: 10px;
  font-style: italic;
}
#pushed-success .caption .btn {
  font-size: 12px;
  border-radius: 4px;
}
#pushed-success .slick-slide .thumbnail {
  border: none;
}
#pushed-success .slick-slide + .slick-slide {
  position: relative;
}
#pushed-success .slick-slide + .slick-slide:before {
  content: "";
  width: 1px;
  background: #545454;
  position: absolute;
  top: 20px;
  bottom: 10px;
  left: -1px;
}
#pushed-success .price {
  display: block;
  text-align: center;
}
#pushed-success .price > div {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .bg-image-header-account {
    /*   background-color: #ffa3cb;
    	 background-repeat: repeat;*/
    min-height: 366px;
  }
  .login-block {
    margin-top: 150px;
  }
  .account-block {
    margin-top: 180px;
  }
  .resetpw {
    position: relative;
    left: 140px;
  }
  .list-group-item-account {
    display: inline;
  }
  .account-menu {
    margin-bottom: 15px;
  }
  td {
    border-top-color: black;
  }
  th {
    border-bottom-color: black !important;
  }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: default;
  }
  .products-table.drop-holder > .drop-body {
    padding-bottom: 22px;
  }
  tr.customerorder_th {
    color: #fff;
    background-color: #393939;
    border-color: #393939;
  }
  tr.info.info-gesamtsumme .text-right {
    background-color: #999 !important;
  }
  .form-group.pagination-group {
    position: relative;
    left: 400px;
    float: left !important;
  }
  span.text-muted.pages-info {
    position: relative;
    left: 650px;
  }
}
legend-account {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #292b2c;
  border: 0;
  border-bottom: 1px solid #292b2c;
}

label.control-label.password-label {
  margin-top: 10px;
}

label.control-label.login-label {
  margin-top: 10px;
}

.container-title-desc {
  padding-top: 20px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000;
  cursor: default;
}

.rounded-0 {
  border-radius: 0px !important;
}

tr.info.info-gesamtsumme .text-right {
  background-color: #999 !important;
}

@media (max-width: 768px) {
  a.resetpw {
    float: right;
  }
  .title-desc {
    margin-top: 10px;
  }
  .account-block {
    margin-top: 180px;
  }
  #panel-register-form.account-block {
    margin-top: 20px;
  }
  .customerorder-row {
    display: flex;
    flex-wrap: nowrap !important;
  }
  table#customerorder {
    table-layout: fixed;
  }
  table#customerorder {
    table-layout: fixed;
  }
  .customerorder-column {
    white-space: normal;
  }
  #customerorder td {
    white-space: normal;
    overflow: hidden;
  }
  .account-menu {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .btn-group-justified-change-password {
    display: grid !important;
  }
  .pages-info {
    float: right !important;
    margin-top: 28px;
  }
  .pagination {
    float: left !important;
  }
  .contacts-edit {
    margin-top: -100px;
  }
}
table#customerorder {
  margin-top: 15px;
}

ul.children_ex {
  list-style-type: none;
}

ul.children_ex > li {
  text-indent: -35px;
}

ul.children_ex > li:before {
  content: "- ";
  text-indent: -35px;
}

.drop-title {
  margin-left: 6px;
}

.druckLabel {
  margin-left: 10px;
  margin-top: 9px;
  margin-bottom: 12px;
}

.druckTitle {
  margin-left: 18px !important;
}

.multiple-seite {
  margin-left: 10px !important;
  margin-top: 9px !important;
  margin-bottom: 12px !important;
}

.order-sm-1 {
  order: 1 !important;
}

.order-sm-2 {
  order: 2 !important;
}

.order-sm-3 {
  order: 3 !important;
}

.order-sm-1:before {
  content: "" !important;
  position: absolute !important;
  left: 100% !important;
  top: 50px !important;
  bottom: 0 !important;
  width: 1px !important;
  background: #393939 !important;
}

.order-sm-3:before {
  content: "" !important;
  position: absolute !important;
  left: -1px !important;
  top: 50px !important;
  bottom: 0 !important;
  width: 1px !important;
  background: #393939 !important;
}

.print-logo {
  display: none !important;
}

@media print {
  .breadcrumb-wrapper,
  #quantity-grp,
  .download-pdf,
  #opc,
  .footer-h,
  #copyright,
  .tab-description .tab-links {
    display: none !important;
  }
  .tab-description .tab-default li {
    margin: 0;
  }
  .block-description {
    display: none;
  }
  .clearfix + .block-description {
    display: block;
  }
  #gallery * {
    overflow: visible;
  }
  .sub-product-gallery span {
    display: inline-block;
  }
  .img_rollover {
    display: block !important;
  }
  #logo {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .print-logo {
    display: block !important;
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 2;
  }
  .print-logo img {
    position: absolute;
    right: 55px;
    top: 0;
    width: 200px;
    height: 40px;
    object-fit: contain;
    object-position: center;
  }
  #product-offer .product-info .product-configuration .group.panel-body .input-group, #product-offer .product-info .product-configuration .panel-body .quantity, #product-offer .product-info .product-configuration .panel-body .btn.dropdown-toggle {
    width: 100%;
  }
  .product-info .panel-heading {
    padding-left: 0;
    width: 50%;
  }
  .product-info .group.panel-body {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .info-st {
    font-size: inherit;
  }
}
.password-input {
  display: flex;
}
.password-input input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-grow: 1;
  width: 100%;
  box-shadow: none !important;
  outline: none !important;
  border-collapse: collapse;
}
.password-input button {
  border-collapse: collapse;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 36px;
  box-shadow: none !important;
  outline: none !important;
  margin-left: -2px;
  background: url("../../img/icons/eye-close.svg") center no-repeat;
}
.password-input input, .password-input button {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.password-input input[type=text] + button {
  background: url("../../img/icons/eye-open.svg") center no-repeat;
}
.password-input:focus-within {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.password-input:focus-within input, .password-input:focus-within button {
  border-color: #66afe9;
}

.has-error .password-input input, .has-error .password-input button {
  border-color: #a94442 !important;
}
.has-error .password-input:focus-within {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.category-wrapper-body .trb-aimg {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1.75;
}

#product-list .product-wrapper .product-cell .image-wrapper {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1;
}

/*# sourceMappingURL=style.css.map */
