.nav-tabs-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 {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }.nav-tabs-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;
}@media (min-width: 768px) {.navbar {
    border-radius: 4px;
  }}@media (min-width: 768px) {.navbar-header {
    float: left;
  }}.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}.navbar-collapse.in {
  overflow-y: auto;
}@media (min-width: 768px) {.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-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;
  }}.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}@media (min-width: 768px) {.container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}@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;
}.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  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: -15px;
  }}.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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 -15px;
}.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;
    -webkit-box-shadow: none;
            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 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}@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 {
  margin-top: 10px;
  margin-bottom: 10px;
}.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}@media (min-width: 768px) {.navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }}@media (min-width: 768px) {.navbar-left {
    float: left !important;
  }.navbar-right {
    float: right !important;
    margin-right: -15px;
  }.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-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-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-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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}.navbar-inverse .navbar-text {
  color: #9d9d9d;
}.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}.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: #080808;
}.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-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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}@media (max-width: 767px) {.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }.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: #080808;
  }.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-link {
  color: #9d9d9d;
}.navbar-inverse .navbar-link:hover {
  color: #fff;
}.navbar-inverse .btn-link {
  color: #9d9d9d;
}.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
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: "/\00a0";
}.breadcrumb > .active {
  color: #777;
}.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.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #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 > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}.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;
}.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 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: #eee;
}.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}.label:empty {
  display: none;
}.btn .label {
  position: relative;
  top: -1px;
}.label-default {
  background-color: #777;
}.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}.label-primary {
  background-color: #337ab7;
}.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}.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: baseline;
  background-color: #777;
  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;
}a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  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;
}.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}.jumbotron > hr {
  border-top-color: #d5d5d5;
}.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}.jumbotron .container {
  max-width: 100%;
}@media screen and (min-width: 768px) {.jumbotron {
    padding: 48px 0;
  }.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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}.thumbnail .caption {
  padding: 9px;
  color: #333;
}.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;
  }
}@-o-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, .1);
          box-shadow: inset 0 1px 2px rgba(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: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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-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;
}a.list-group-item {
  color: #555;
}a.list-group-item .list-group-item-heading {
  color: #333;
}a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}.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: #777;
}.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #c7ddef;
}.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}a.list-group-item-success {
  color: #3c763d;
}a.list-group-item-success .list-group-item-heading {
  color: inherit;
}a.list-group-item-success:hover,
a.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 {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}a.list-group-item-info {
  color: #31708f;
}a.list-group-item-info .list-group-item-heading {
  color: inherit;
}a.list-group-item-info:hover,
a.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 {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}a.list-group-item-warning {
  color: #8a6d3b;
}a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}a.list-group-item-warning:hover,
a.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 {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}a.list-group-item-danger {
  color: #a94442;
}a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}a.list-group-item-danger:hover,
a.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 {
  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;
}.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}.panel-body {
  padding: 15px;
}.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}.list-group + .panel-footer {
  border-top-width: 0;
}.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}.panel-group {
  margin-bottom: 20px;
}.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}.panel-group .panel + .panel {
  margin-top: 5px;
}.panel-group .panel-heading {
  border-bottom: 0;
}.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}.panel-group .panel-footer {
  border-top: 0;
}.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}.panel-default {
  border-color: #ddd;
}.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}.panel-primary {
  border-color: #337ab7;
}.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}.panel-success {
  border-color: #d6e9c6;
}.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}.panel-info {
  border-color: #bce8f1;
}.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}.panel-warning {
  border-color: #faebcc;
}.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}.panel-danger {
  border-color: #ebccd1;
}.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}.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, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}.well blockquote {
  border-color: #ddd;
  border-color: rgba(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: .2;
}.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}.modal-dialog {
  position: relative;
  margin: 10px;
}.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}.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: .5;
}.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}.modal-header .close {
  margin-top: -2px;
}.modal-title {
  margin: 0;
  line-height: 1.42857143;
}.modal-body {
  position: relative;
  padding: 15px;
}.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}.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 {    
    margin: 30px auto;
  }.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(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-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .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-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}.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;
}.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-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(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-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;
}.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}.popover > .arrow {
  border-width: 11px;
}.popover > .arrow:after {
  content: "";
  border-width: 10px;
}.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(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: #999;
  border-right-color: rgba(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: #999;
  border-bottom-color: rgba(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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}.carousel {
  position: relative;
}.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}@media all and (transform-3d), (-webkit-transform-3d) {.carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }.carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }.carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }.carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }}.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}.carousel-inner > .active {
  left: 0;
}.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}.carousel-inner > .next {
  left: 100%;
}.carousel-inner > .prev {
  left: -100%;
}.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}.carousel-inner > .active.left {
  left: -100%;
}.carousel-inner > .active.right {
  left: 100%;
}.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}.carousel-control .icon-prev:before {
  content: '\2039';
}.carousel-control .icon-next:before {
  content: '\203a';
}.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}.carousel-caption .btn {
  text-shadow: none;
}@media screen and (min-width: 768px) {.carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }.carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }.carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }.carousel-indicators {
    bottom: 20px;
  }}.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.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;
  }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;
  }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: 1199px) {.visible-md {
    display: block !important;
  }table.visible-md {
    display: table;
  }tr.visible-md {
    display: table-row !important;
  }th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }}@media (min-width: 992px) and (max-width: 1199px) {.visible-md-block {
    display: block !important;
  }}@media (min-width: 992px) and (max-width: 1199px) {.visible-md-inline {
    display: inline !important;
  }}@media (min-width: 992px) and (max-width: 1199px) {.visible-md-inline-block {
    display: inline-block !important;
  }}@media (min-width: 1200px) {.visible-lg {
    display: block !important;
  }table.visible-lg {
    display: table;
  }tr.visible-lg {
    display: table-row !important;
  }th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }}@media (min-width: 1200px) {.visible-lg-block {
    display: block !important;
  }}@media (min-width: 1200px) {.visible-lg-inline {
    display: inline !important;
  }}@media (min-width: 1200px) {.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: 1199px) {.hidden-md {
    display: none !important;
  }}@media (min-width: 1200px) {.hidden-lg {
    display: none !important;
  }}.visible-print {
  display: none !important;
}@media print {.visible-print {
    display: block !important;
  }table.visible-print {
    display: table;
  }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;
  }}label {
    display: inline;
    max-width: 100%;
    font-weight: normal;
}input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0;
}.row .row {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
}[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}hr {
    margin-top: 40px;
    margin-bottom: 40px;
}.checkout-cart-index .modal-body h1 {
    margin-top: 0px;
}.checkout-cart-index .cart-total-msg {
    color: #37C68F;
    dispaly: block;
    margin-top: 10px;
    font-size: 21px;
    font-weight: normal;
}.checkout-cart-index .options-container {
    width: 96%;
    margin: 0 12px;
    background-color: #F5F5F5;
}.checkout-cart-index .address_select_container .dd-container label {
    font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;
    color: #C60B3F;
    font-size: 16px;
}.button-green-filled-place-order, .button-green-filled-place-order:hover, .button-green-filled-place-order:active, .button-green-filled-place-order:focus {
    background-color: #37C68F;
    color: #FFF;
}.checkout-cart-index  .please-note {
    color: #C60B3F;
    font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;
    font-size: 16px;
}.checkout-cart-index  .confirmation-modal  .pending-order-icon {
    bottom: -100%;
}.pager li > a, .pager li > span {
    display: block;
    padding: 0;
    border: none;
    border-radius: 0px;
}h3.product-name {font-size: 12px;}.products-list__item-details h1 {font-size: 26px;}body.customer-market-selector  {
    background: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/world_map.png) no-repeat center 60px;
}body.customer-market-selector .site-header__logo  {
    background: url("https://pt.wellastore.com/skin/frontend/wella-resp/default/images/wella-logo-landing.png") left no-repeat;
    height: 100px;
    width: 165px;
}body.customer-market-selector  .main {
    background: none;
}body.customer-market-selector .country_selector {
    color: #C60B3F;
    font-family: ClanWeb-NarrowBook, arial narrow, helvetica, sans-serif;
}body.customer-market-selector .country_selector p {
    font-size: 48px;
    font-family: ClanWeb-NarrowThin, arial narrow, helvetica, sans-serif;
}body.customer-market-selector .no-padding {
    padding-top: 0px;
}body.customer-market-selector .main .market_link {
    display: block;
    padding: 10px;
    border: 5px solid #C60B3F;
    color: #C60B3F;
    text-align: center;
    text-transform: uppercase;
}body.customer-market-selector .main .market_link span {
    font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;
}body.customer-market-selector .main .market_link#Greece span{
    font-family: Arial narrow, helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}body.customer-market-selector  .main .market_link:hover {
    background-color: #C60B3F;
    color: #FFF;
}body.customer-market-selector  .main .market_link:hover {
    text-decoration: none;
}.wrapper, .content-wrapper {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
}header .top-wrapper, .footer-container {
    background-color: #F5F5F5;
    color: #000;
}header .top-wrapper p {
    margin: 0px;
}.europe_map {margin: 0 auto;}.store_selector span.glyphicon {
    position: absolute;
    top: 0px;
    right: 3px;
}header .site-header_top .hotline,
header .site-header_top .email,
header .site-header .store_selector {
    font-size: 13px;
}.sticky-cart {
    position: fixed;
    top: 0px;
    border-right: 4px solid #E8E8E8;
    border-left: 4px solid #E8E8E8;
    border-bottom: 4px solid #E8E8E8;
    padding: 10px;
    z-index: 99999;
    right: 0px;
    background: #FFF;
}.top-cart__quantity.sticky-cart .cart-loader {
    top: 8px;
}.contact-email {overflow: hidden;}.contact-email span {
    float: left; display: block;
}.contact-email a {
    color: #000; float: left; margin-left: 2px;
}.footer__links a:hover, .footer__links a:active, .footer__links a:focus {
    color: #000;
}.user-form-login,  .user-form-register {}.user-form-login {
    background: #F5F5F5;
    
    
}.user-form-login #send2 {
    margin-top: 22px;
}.contacts-index-index .col-md-8 {
    background: #F5F5F5;
    margin-bottom: 20px;
}.contacts-index-index .col-md-8 .contact-form {
    margin-bottom: 20px;
}.user-form-login  .standard-heading strong {
    color: #C60B3F;
}.user-form-register  .standard-heading strong {
    color: #C60B3F;
}.user-form-login, .col-md-6 {
    padding-left: 25px;
    padding-right: 25px;
}.user-form-register .col-md-6 {
    padding-left: 25px;
    padding-right: 25px;
}.flexslider .slides .item p {margin: 0px}.salesrep-image img {width: 263px !important;height: 263px !important;}.register-info-items {
    max-width: 375px;
}.top-cart__quantity .glyphicon-shopping-cart {margin-right: 5px; color: #C60B3F}.top-cart__quantity:hover, .top-cart__quantity:focus, .top-cart__quantity:active {text-decoration: none; color: #37C68F;}.top-cart__quantity .cart-loader { display: none; position: absolute; top: 18px; right: 30px; background: url("https://pt.wellastore.com/skin/frontend/wella-resp/default/images/ss-loader.gif") 0 0 no-repeat; width: 32px; height: 32px; }.cartheader-items {border-bottom: 4px solid; font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif; }.cartheader-items  span { font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;}.cartheader-items .mobile-visbility, .cartheader-items-loggedout .mobile-visbility{display: none}.cartheader-items-loggedout {border-bottom: 4px solid; font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif; }.user-form__list .validation-advice, #contactForm .validation-advice { position: relative;top: auto;padding: 0.33333em 0 0 0;}.user-form__list .validation-advice:after, #contactForm .validation-advice:after { display:none}.activation-loading {
    background: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/ss-loader.gif) 0 0 no-repeat;
    margin: 10px;
    display: none;
}.activation-loading span {
    margin-left: 26px;
    vertical-align: top;
    position: absolute;
    top: 8px;
}textarea {resize: none;}.cart-qty {font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif; }.my-cart-txt {color: #333; font-size: 14px; text-transform: uppercase}.col-search-container {padding-top: 0px;}.promos-bottom .container {padding-top: 15px;}.promos-bottom .container .row div:first-child {padding-bottom: 0px;}.promos-bottom img {width:100%}.site-header .bottom-wrapper {margin-bottom: -15px;}.mobileNavigation .level0 {clear: both;}.mobileNavigation {background-color: #F5F5F5;overflow: hidden;-webkit-backface-visibility: hidden;position: fixed!important;top: 0;left: 15px;z-index: 99999999;width: 100%;height: 100%!important;overflow-y: auto; display: none;}.mobileNavigation .main-nav-mobile-holder li a {text-transform: uppercase; display: block; color: #000; padding: 4px 0; font-size: 16px;}.mobileNavigation .main-nav-mobile-holder li.level0 > a {font-weight: bold}.mobileNavigation .main-nav-mobile-holder li a:hover, .mobileNavigation .main-nav-mobile-holder li a:active, .mobileNavigation .main-nav-mobile-holder li a:focus {text-decoration: none; color: #000}.mobileNavigation .main-nav-mobile-holder  .main-nav_mobile_subnav {display: none}.mobileNavigation .main-nav-mobile-holder .main-nav_mobile_subnav li a {font-size: 15px; margin-left: 3%}.mobileNavigation .main-nav-mobile-holder .main-nav__view-all {font-size: 12px; margin-left:3%; background: none;}.mobileNavigation .main-nav-mobile-holder .main-nav__view-all a {font-size: 12px; padding: 0px;}.mobileNavigation .close-menu{ position: absolute; right: 10px;top: 10px;color: #000; font-size: 2em; }.toggle-mobile-menu, .toggle-mobile-menu:active, .toggle-mobile-menu:focus {position: absolute; left: 10px; top: 10px; font-size: 2em;color: #000; z-index: 99; -webkit-overflow-scrolling: touch;}.toggle-mobile-menu span { font-size: 34px;background: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/menu-icon.png);width: 32px;height: 21px;}.toggle-mobile-menu .hamburger-text { clear: both; display: block; font-size: 10px; text-transform: uppercase; line-height: 1px; }.mobileNavigation  .button--brand-color {margin: 0px; padding: 2px 0px; display: inherit; text-align: left; font-family: inherit; border: 0px; background: transparent}.mobileNavigation  .button--brand-color a {padding: 4px 0;}.toggle-mobile-menu:hover {color: #000}.mobileNavigation .main-nav-mobile-holder a br {display: none}.site-header__links {float: right; margin-top: 0;padding: 5px 0px 5px 0;}.site-header__links.no-padding {padding: 0;}.sales-order-confirmation .cart__buttons {width: 100%;}.sales-order-confirmation .cart__buttons .cart__print-button {margin: 10px;}.sales-order-confirmation .cart__buttons .cart__continue-button--home {margin: 0px 10px;}.bx-caption {display: block;margin: 0 auto;position: absolute;bottom: 5%;left:0;right:0;text-align:center ;}.bx-wrapper .bx-caption.start,.bx-wrapper .bx-caption.play {display:block;}.bx-wrapper .item img {width: 100%}.bx-wrapper .item a {display: block;}.caption1 {
    font-weight:bolder;
    font-size: 29px;
    color:#fff ;
    z-index:30;
    padding:0;
    -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
    -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
    animation: fadeInRight 0.8s ease-in 1s backwards;
    opacity: 1;
    line-height:29px;
    letter-spacing: 2px;
}.caption1 span{
    font-size: 29px;
    font-weight:bolder ;
    color:#d6644a ;
}.caption2 {
    text-shadow: none;
    z-index:40;
    padding:8px 0 0;
    -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    opacity:1;
}.caption2  p{
    font-weight:normal;
    font-family: "Raleway";
    font-size: 15px;
    font-weight:bold;
    line-height:20px;
    letter-spacing: 0;
    text-align: center;
    text-transform:uppercase;
    color: #fff;
    position:relative;
}.caption3 {
    cursor: pointer;
    font-weight: bold;
    line-height: 43px;
    padding: 0 42px;
    text-align: center;
    font-size:12px;
    position:relative ;
    z-index:50;
    -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    animation: fadeInUp 0.8s ease-in 1.7s backwards;
    opacity:1;
    display:inline-block;
    margin:0;
}.caption3 a:hover {
    color: #d6644a;
}.caption3 a {
    color:#fff;
}.caption4 {
    font-weight:bold;
    border:1px solid rgba(0, 0, 0, 0.5);
    font-size:13px;
    -moz-animation: fadeInLeft 1s ease-in 2s backwards;
    -webkit-animation: fadeInLeft 1s ease-in 2s backwards;
    animation: fadeInLeft 1s ease-in 2s backwards;
    position:absolute;
    bottom:80px;
    right:80px;
    z-index:60;
    padding:5px;
    opacity:1;
    cursor:pointer;
}.banner { position: relative; min-height: 200px; }.banner p {margin: 0px; padding: 0px;}.banner .banner-inner { position: relative; }.banner img {margin-bottom:0;}.banner .box-text-no-image h3 {color: #000 !important;}.banner .box-texts {top: 59% ; }.banner .box-texts-right{top: 45% ; }.banner .box-text.box-02 { margin: 0 ; top: 30% ; }.banner .box-text h3 {text-transform: uppercase; margin:0; letter-spacing: 1px; font-family: 'Raleway', sans-serif; font-weight: 700; line-height:30px; color:#fff!important; position:absolute; bottom: 10px; left: 14px; text-shadow: 1px 1px 2px rgba(0,0,0,0.8)}.banner .box-text h3.text1 {padding:0 0 15px;}.banner .box-text h3.text1:before{border-bottom: 2px solid #ffffff;bottom: 8px;content: "";height: 2px;left: 0;margin: auto;position: absolute;width: 40%;z-index: 0;}.banner .box-text h3.text2 {padding:0 0 10px; text-align:center ; position:relative;}.banner .box-text h3.text2:before{border-top: 2px solid #ffffff;bottom: 5px; content: "";height: 2px;left: 0;margin: auto;position: absolute;right: 0;width: 50%;z-index: 0;}.banner .box-text h3.text2:after{ border-bottom: 2px solid #ffffff;content: "";height: 2px;left: 0;margin: auto;position: absolute;right: 0;top: -5px;width: 50%;z-index: 0;}.banner .box-text h3 .sales-rep-name {font-size: 0.65em; font-weight: normal;}.banner .box-text a {background-color: #000;color: #ffffff;display: inline-block;font-family: "Raleway",sans-serif;font-size: 11px;font-weight: 700; margin: 5px 0 0;padding: 6px 16px;letter-spacing: 1px;}.banner .box-text a:hover {background-color:#d6644a ;}.banner .box-text p{font-size: 13px ;letter-spacing: 1px; line-height:18px; color:#fff;  font-weight: 700 ; }.banner.banner-bt {min-height: 200px; padding:30px 0 0;}.date-selector {
    display: block;
    background: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/date-select.png) no-repeat;
    width: 46px;
    height: 46px;
    float: left;
    margin-top: 1px;
    margin-right: 15px;
    margin-left: 5px;
}.data-table-container table.dataTable .po-number {color: #cd1041; font-weight: bold;}.data-table-container table.dataTable .billing-document-number {font-weight: bold;}.data-table-container table.dataTable .billing-net-value{color: #3BC794 }.cart-totals-container {
    background: #F5F5F5;
    margin: 25px 0;
}.discount .validation-advice {top: 54px; padding: 0 0 0 100px}.discount .validation-advice:after {display: none;}.discount .button, .discount .button--brand-color {width: 100%; margin: 0px; padding: 14px 10px}.discount .input-box div {padding: 0px 8px;}.products-list--cart .products-list__item--headings ul li{font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif; font-size: 14px; }.products-list--cart .products-list__item--headings .promo-header .products-list__quantity { text-align: center}.products-list--cart .products-list__quantity {width: 10%; text-align: center;}.products-list--cart .products-list__delete {
    width: 5%;
    padding: 10px 0px 0px 10px;
}.products-list--cart .products-list__delete button{
    color: #cd1041;
    background-color: transparent;
    font-size: 24px;
}.products-list--cart .products-list__delete button:active, .products-list--cart .products-list__delete button:focus {
    border: none;
    outline: none;
}.cart__category-title {
    padding: 18px 15px 14px 10px;
    font-size: 22px;
    font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;
    color: #C60B3F;
    margin: 0px;
    width: 100%;
}header.category-header {
    margin-top: 10px;
}header.category-header .standard-heading--category {
    color: #C60B3F;
    font-size: 2.1em;
    font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;
}.recomended-update-basket {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 25px;
}.recomended-update-basket .button {
    background-color: #9A9A9A;
    text-transform: uppercase;
}.button--brand-color:active, .button--brand-color:focus, .button:active, .button:focus {
    outline: none !important;
}.mobileNavigation .main-nav .button--brand-color {
        margin-bottom: 0px;
}.main-nav .button--brand-color {
    float: left;
    display:none;
}.main-nav .button--brand-color.last {display: block; margin-bottom: 30px;}.main-nav .main-nav__frisur {
    display: block;
    margin: 0 10px 0.38462em 10px;
}@media (min-width: 768px) and (max-width: 1198px) {.banner .box-texts,.banner .box-text {;margin: 0 10px !important;  }.banner .box-text h3 {font-size:15px !important ; line-height:15px !important ; }}@media (min-width: 994px) and (max-width: 1198px) {.salesrep-image img {width: 213px !important;height: 213px !important;}}@media (min-width: 768px) and (max-width: 994px) {.flexslider.bx-wrapper .slides .item img {height: 345px;}.banner .banner-inner img {height: 158px !important; width: 158px !important;}.banner.banner-bt, .banner {min-height: 0px;}.banner.banner-bt {padding: 29px 0 0}.products-list .products-list__item-details .products-list__name--long,
  .products-list .products-list__item-details .products-list__name,
  .products-list--minimal .products-list__item-details .frisur-list__name {
    padding-left: 0px;
    margin-left: -5px;
  }}@media(max-width:767px) {::-webkit-input-placeholder {
        color: #000;
    }.banner .banner-inner img {width: 100% !important; height: 100%  !important;}:-moz-placeholder { 
        color: #000;
    }::-moz-placeholder {  
        color: #000;
    }:-ms-input-placeholder {
        color: #000;
    }.filter-container .right-actions .export_csv {  float: none;}.filter-container .right-actions .export_pdf { margin-top: 10px; margin-left: 0px; float: none;}.banner img {
        width: 100%;
    }.site-header__logo {
        background-position: left;
    }.contact__header--success span {
        margin: -13px 0 0 -39px;
    }.main-nav-holder {display: none;}.layered-nav__item {
        width: 100%;
        margin: 1.68em 0 0;
    }.layered-nav__item.name,
    .layered-nav__item.size,
    .layered-nav__item.availability,
    .layered-nav__item.producttype {
        width: 100%;
    }.layered-nav__item.depth,
    .layered-nav__item.tone {
        width: 49.3%;
    }.layered-nav__item.tone {
        margin-top: 1.68em;
    }.layered-nav__item.tone .input-standard {
        width: 96%;
        text-align: left;
        float: right;
    }.layered-nav__item.tone:before {
        font-size: 1.6em;
        margin: 12px 0 0 -1.0%;
    }.layered-nav__item.longevity {
        margin: 1.68em 0 0;
        width: 100%;
    }.layered-nav__item input[type="text"] {
        font-size: 1.4em!important;
    }.layered-nav__item.name::after {
        top: 12px;
    }.products-controls-holder .accsess-equipment-holder .layered-nav__item.name { width: 100%; }.products-filters-holder {
        width: 100%;
    }.products-view-controls {
        display: none;
    }.selectBox-dropdown {
        height: 3em;
        line-height: 2.6em;
        font-size: 1.6em;
    }.selectBox-dropdown .selectBox-arrow {
        top: 30px;
        right: 12px;
    }.selectBox-dropdown-menu li a {
        font-size: 1.4em;
    }.products-list .products-list__quantity,
    .products-list--minimal .products-list__quantity,
    .products-list--cart .products-list__quantity {
        float: right!important;
        width: 19.4%!important;
    }.products-list--minimal .products-list__item-details .products-list__brand,
    .products-list .products-list__item-details .products-list__thumnbnail {
        width: 24%;
        font-size: 1.2em;
        padding-left: 0;
    }.products-list__item-details .products-list__name,
    .products-list__item-details .products-list__name--long {
        width: 45%;
        padding-left: 1.2em !important;
    }.products-list__item-details .products-list__name span,
    .products-list__item-details .products-list__name--long span {
        font-size: 1.3em;
        padding-bottom: 4%;
        text-overflow: ellipsis;
        overflow: hidden;
        font-family: ClanWeb-NarrowBook, arial narrow, helvetica, sans-serif;
    }.products-list__name .ratings,
  .frisur-list__name .rating-review,
  .products-list__name .rating-review {
    display: none;
  }.products-list__item-details .products-list__name__colour_technical span {
        font-size: 1.3em;
    }.products-list__item-details .products-list__family,
    .products-list__item-details .products-list__depth-tone,
    .products-list__item-details .products-list__longevity,
    .products-list__item-details .products-list__size,
    .products-list__item-details .products-list__availability,
    .products-list__item-details .products-list__generic {
        display: none;
    }.products-list__item-details .quantity-controls-holder {
        width: auto;
        float: right;
        margin-right: 10px;
    }.promo-list .products-list__thumnbnail {
        width: 100% !important;
    }.promo-list .products-list__thumnbnail img {
        width: 100%;
        height: 100%
    }.promo-list .description-container {
        width: 100% !important;
    }#promotions-tabs .promo-list__item {
        margin: 15px 0;
    }#promotions-tabs .promo-list .products-list__item-details .products-list__quantity {
        width: 65.4%!important;
    }#promotions-tabs .promo-list__item .description-container {
        width: 47%;
        border-bottom: 2px solid #fff;
    }#promotions-tabs .products-list .promo-list__item {
        background-color: #F5F5F5 !important;
    }#promotions-tabs .promo-list__item .description-container .products-list__name {
        width: 100%;
    }.products-list__related {
        width: 100%;
    }.products-list__related a.relatedProductItem {
        margin-right: 1%;
    }.products-list__related .related-product-block .products-list__name span {
        font-size: 1.2em;
    }.products-list__related .related-product-block .products-list__quantity {
        padding-left: 0;
    }.products-list__notification {
        width: 6.625% !important;
    }.cart__status--error {
        overflow: hidden!important;
    }.modal .product-modal__header .product-modal__brand {
        margin-bottom: 0;
    }.modal .product-modal__content div,
    .modal .product-modal__content span,
    .modal .product-modal__content p {
        font-size: 18px;
    }.modal .product-modal__header div,
    .modal .product-modal__header span,
    .modal .product-modal__header p {
        font-size: 14px;
        margin-bottom: 0;
    }.modal .product-modal__content #customer-reviews .user-name {
        font-size: 1.12em;
    }.modal .product-modal__content #customer-reviews .date {
        font-size: 1.0em;
    }.modal .product-modal__content #customer-reviews .description {
        font-size: 1.14em;
    }.modal .quantity-controls__control {
        line-height: 1.1em;
    }.modal .product-modal__quantity {
        line-height: 2.8em;
    }.modal .product-modal__quantity .quantity-controls-holder {
        margin-top: 0.65em;
        margin-left: 0;
    }.modal .confirmation-modal .place_order_user_options li {
        padding-top: 0;
    }.modal .confirmation-modal .place_order_user_options .option_value input,
    .modal .confirmation-modal .place_order_user_options .deliverydate-container input {
        position: relative;
    }.frisur-header .selectBox-dropdown {
        width: 100% !important;
    }.cartheader-items span.mobile-visbility,.cartheader-items-loggedout span.mobile-visbility {display: inline !important;}.cartheader-items, .cartheader-items-loggedout { border: none}.cartheader-items .qty-items, .cartheader-items-loggedout .qty-items {display:none}}@media (min-width: 768px) {.paymentterm-container li {margin-top: -25px;}}@media (max-width: 420px) {.contact-email a {
        margin-left: 0px;
    }}@media (min-width: 1200px) {.place_order_user_options .purchase-order-container input, .place_order_user_options .deliverydate-container input {
        width: 80%;
    }}@media only screen and (max-width: 767px) {.site-header_top .help {
        display: none;
    }.site-header_top .help-popup {
        opacity: 0;
        position: absolute;
        left: 0; top: -110px;
        width: 100%;
        background: #fff;
	border: 2px solid #c60b3f;
        z-index: 9999;
        cursor: pointer;
        -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
        -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
        -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
        -ms-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
    }.site-header_top .help-popup > div {
        width: 100%;
    }.site-header_top .help-popup.visible {
        opacity: 1;
        left: 0; top: 60px;
    }.site-header_top .help-popup .glyphicon {
        color: #c60b3f;
        font-size: 16px;
    }.site-header_top .help-popup .description,
    .site-header_top .help-popup .description a {
        color: #c60b3f;
        font-size: 13px;
        text-transform: initial;
        padding-left: 4px;
        font-family: ClanWeb-NarrowBook, arial narrow, helvetica, sans-serif;
    }.site-header_top .help-popup .arrow-before, .site-header_top .help-popup .arrow-after {
        bottom: 100%;
        left: 55%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }.site-header_top .help-popup .arrow-after {
        border-color: rgba(198, 11, 63, 0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;
    }.site-header_top .help-popup .arrow-before {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #c60b3f;
        border-width: 11px;
        margin-left: -11px;
    }.site-header__links li:last-child {
        display: inline-block;
    }.cart__category-title-items {position: relative; float: none; margin-left: 20px;}ul.promotions-nav li {margin-left: 0px; padding-left: 0px;}ul.promotions-nav li a {margin-left: 0px;}.data-table-container table.dataTable thead {
        display: none;
    }.data-table-container table.dataTable td {display: block;}.data-table-container table.dataTable  .td-selector {float: left; height: 110px; width: 7%;}.data-table-container table.dataTable .sales-creation-date {float: left; width: 40%;}.data-table-container table.dataTable .po-number {float: right; width: 40%; text-align: right; font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;}.my-account table.dataTable tbody td.order-download {padding-left: 7px !important; width: 40%}.data-table-container table.dataTable .sales-document-number {float: left; padding-left: 7px !important;}.data-table-container table.dataTable .sales-net-value {float: right; width: 40%; text-align: right}.data-table-container table.dataTable .sales-status {float: left; width: 40%}.data-table-container table.dataTable .billing-document-number {float: left; width: 70%; text-align: left}.data-table-container table.dataTable .billing-net-value {float: left; width: 40%; text-align: right; position: absolute; right: 0px; margin-top: 90px; font-size: 1.4em; font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;}.data-table-container table.dataTable .billing-creation-date {float: left; width: 40%}.data-table-container table.dataTable .billing-document-number {float: right; width: auto; text-align: right}.data-table-container table.dataTable .tax-amount {float: right; width: 40%; text-align: right}.data-table-container table.dataTable .billing-sum-value {float: left; width: 40%}.data-table-container table.dataTable .baseline {float: right; width: 40%; text-align: right}.my-account table.dataTable tbody td.pdf-loading {background: url("https://pt.wellastore.com/skin/frontend/wella-resp/default/images/ajax-loader.gif") no-repeat 60% 0}.my-account__block .filter-container {padding-bottom: 10px;}.my-account .dataTables_wrapper .dataTables_processing {
        background-color: #fff;
        height: auto;
        margin-top: -156px;
        padding-bottom: 90px;
        padding-top: 90px;
    }.my-account__save-button  { margin: 0px 22.5% 0 0 !important;}.my-account__block .user-form__list {
        width: 100%
    }.sales-order-view .my-account__block {
        overflow: hidden;
    }.my-account__orders-table th{
        padding-right: 0;
    }.my-account__orders-table tbody span {
        padding: 0;
    }.my-account__orders-table tbody td {
        font-size: 14px;
    }.my-account__orders-table th.order-total span {
        padding: 0;
    }.my-account__orders-table .not-visible {
        display: none;
    }.my-account__orders-table .order-totals {
        display: none;
    }.customer-account-edit .my-account .button, .newsletter-manage-index .my-account .button, .sales-order-view .my-account .button {
        width: 100%;
        padding: 1.28571em 0.42857em;
        margin: 5px 0px !important;
    }.filter-container .left-action {padding: 15px; }.my-account__block .filter-container label.date-selector {float: right; margin-right: 0px}.my-account #from_date, .my-account #to_date {float: right; width: 70%}.filter-container .left-action .button--brand-color {width: 100%; margin-left: 0px;}.site-header__logo {
        background-position: left;
    }.contact__header--success span {
        margin: -13px 0 0 -39px;
    }.cart-success__summary {margin-top: -30px;}.cart-success__summary-print, .cart-success__summary-print .button {
        width: 100%;
    }.cart-success__address_container {padding: 0 15px;}.cart__summary .cart__buttons {
        width: 100%;
        margin-top: 40px;
    }.cart__summary .cart__buttons .cart__continue-button--home{
        margin: 10px 0 0 0;
    }.main-nav-holder {display: none;}.products-list-holder .products-list__item-details .products-list__favorite {
        position: absolute;
        bottom: 0;
        left: 26%;
    }}@media (max-width: 600px) {.my-account #from_date, .my-account #to_date {width: 60%}}@media (max-width: 560px) {body.customer-market-selector .country_selector p {font-size: 36px;}.filter-container .right-actions {width: 75%;}.filter-container .right-actions a.deselect_all {margin-left: 30px;}.products-list .products-list__item,
    .products-list--minimal .products-list__item {
        overflow: hidden;
    }.products-list__item-details .products-list__family,
    .products-list__item-details .products-list__depth-tone,
    .products-list__item-details .products-list__longevity,
    .products-list__item-details .products-list__size,
    .products-list__item-details .products-list__availability,
    .products-list__item-details .products-list__generic {
        display: none;
    }.products-list__item-details .products-list__name,
    .products-list__item-details .products-list__name--long,
    .products-list--minimal .products-list__item-details .frisur-list__name{
        width: 50%;
        padding-left: 0.6em !important;
    }.products-list .products-list__item-details .products-list__brand,
    .products-list--minimal .products-list__item-details .products-list__brand {
        padding-left: 0.6em;
        padding-bottom: 0;
    }.products-list-holder .products-list__item-details .products-list__name,
    .products-list--minimal .products-list__item-details .frisur-list__name {
        min-height: 90px;
    }.products-list-holder .products-list__item-details .products-list__favorite {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 10px;
    }.products-list-holder .products-list__related a.relatedProductItem {
        margin-right: 1%;
    }.products-list-holder .products-list .products-list__related a.relatedProductItem {
        top: 94px;
    }.products-list-holder .products-list__item-details .products-list__quantity {
        position: absolute;
        width: 34.6%!important;
        right: 0;
    }.products-list-holder .products-list__item-details .products-list__quantity.openstore-message {
        width: 23% !important;
        margin-right: 5px;
    }.products-list__related .products-list__item-details .products-list__thumnbnail,
    .products-list-holder .products-list__item-details .products-list__thumnbnail {
        width: 22%;
        padding-left: 0;
    }.products-list-holder .products-list__item-details .products-list__thumnbnail img{
        height: auto;
    }.products-list__related .products-list__item-details .products-list__name {
        padding-left: 15px;
    }.products-list--search .products-list__item-details .products-list__name {
        width: 45%;
    }.products-list--search .products-list__brand {
        display: none;
    }.products-list__name .rating-review {
        position: absolute;
        right: 36%;
    }.favsList .products-list__item-details .products-list__brand {
        width: 60% !important;
    }.favsList .products-list__item-details .products-list__brand span {
        padding-left: 2.8em;
        text-overflow: ellipsis;
        overflow: hidden;
    }.favsList .products-list__item-details .products-list__name {
        width: 82% !important;
        padding: 5px 0 5px;
    }.favsList .products-list__item-details .products-list__name span {
        padding-bottom: 0;
    }.favsList .products-list__item-details .products-list__notification {
        display: none;
    }.favsList .products-list__favorite .favs-list-item {
        right: 2px;
    }.frisur-list__name .rating-review {
        position: absolute;
        left: 42%;
        font-size: 13px;
    }.frisur-frisur-product .products-list-holder {
        padding: 0;
    }.promo-list .products-list__thumnbnail {
        width: 100% !important;
    }.promo-list .description-container {
        width: 100% !important;
    }#promotions-tabs .products-list-holder .products-list__thumnbnail {
        display: block;
    }.cart__recommended-list .cart__recommended-title {
        font-weight: bold;
    }.cart__header .mobile-dependent {
        display: none;
    }.products-list--cart .products-list__percentage {
        width: 30% !important;
    }.products-list--cart .products-list__item-details .products-list__name--long {
        width: 53%;
    }.quantity-controls__control {
        width: 26px;
        height: 26px;
        line-height: 1.4em;
    }.quantity-controls__input {
        width: 26px;
        height: 26px;
    }}@media only screen and (max-width: 460px) {.my-account #from_date, .my-account #to_date {
        width: 40%
    }.filter-container .right-actions a.select_all {
        margin-top: 20px;
    }.frisur-header .cms-block-title {
        font-size: 4.5em !important;
    }.frisur-content .selectBox-dropdown {
        width: 100%!important;
    }.my-account #from_date, .my-account #to_date {width: 40%}.filter-container .right-actions a.select_all {margin-top: 20px;}.products-list__item-details .products-list__notification {
        padding: 0 34px !important;
    }.cart__category-list {
        margin-top: 0;
    }.cart-success .products-list--cart .products-list__price {
        clear: both;
        padding-top: 0;
    }.cart-success .products-list--cart .products-list__price span.price {
        font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;
    }.data-table-container .dataTables_wrapper .dataTables_length {
        display: none;
    }.data-table-container table.dataTable .po-number {
        width: auto;
    }.data-table-container table.dataTable .sales-status span {
        color: #3D3D3D !important;
        font-size: 16px !important;
    }}@media (min-width: 992px) {.col-search-container {
        margin-top: -20px;
        padding: 0 0 15px 0;
    }.checkout-cart-index .cart__recommended-list .products-list__name--long,    .checkout-cart-index .cart__recommended-list .products-list__name  {
        width: 63%;
    }}@media (min-width: 1200px) {body.customer-market-selector  .col-lg-2.no-padding {margin: 0 18px}}@media only screen and (max-width: 991px) {.col2-left-layout .col-left {
        width: 100%;
    }.my-account__navigation li {
        float: none;
        width: 100%;
        margin: 15px 0px;
    }.my-account__navigation li.current {
        border-bottom-style: none;
    }.user-form-login,  .user-form-register {width: 100%;}.user-form-login {margin-right: 0%;}.contact-success__message {
        min-height: 11em;
    }.cart__category-title {width: 100%;}.cart__category-title-items {right: 10px}.products-list .products-list__quantity,
    .products-list--minimal .products-list__quantity,
    .products-list--cart .products-list__quantity {
        float: right!important;
        width: 13%;
    }.products-list .products-list__size,
    .products-list--minimal .products-list__size,
    .products-list .products-list__generic,
    .products-list--minimal .products-list__generic,
    .products-list .products-list__availability,
    .products-list--minimal .products-list__availability {
        width: 8.35417%;
    }.modal .product-modal__header .ratings {
        clear: both;
    }.modal .product-modal__header .rating-box {
        margin-left: 0;
    }.products-list .products-list__thumnbnail,
    .products-list--minimal .products-list__thumnbnail,
    .products-list--search .products-list__thumnbnail {
        width: 18.79167%;
    }.products-list__related .related-product-block .products-list__name {
        width: 56%;
    }.favsList .products-list--cart .products-list__brand {
        width: 30%;
    }.favsList .products-list--cart .products-list__name {
        width: 36%;
    }.favsList .products-list--cart .products-list__quantity {
        padding: 15px;
    }.frisur-header .cms-block-title {
        font-size: 6.5em;
        top: 18%;
    }.frisur-header .scroll-title {
        font-size: 1.6em;
        top: 65%;
    }.frisur-header .scroll-title,
    .frisur-header .scroll-icon {
        display: none;
    }.products-list__depth-tone {
        display: none;
    }.cart .products-list--cart .products-list__item--headings,
    .cart-success .products-list--cart .products-list__item--headings,
    .favsList .products-list__item--headings svg {
        display: none
    }.products-list--cart .products-list__delete button {
        display: block;
        height: 130px;
        width: 100%;
        background-color: #cd1041;
        color: #FFF;
    }.products-list--cart .products-list__delete button span {
        vertical-align: middle;
    }.products-list--cart .products-list__delete {
        width: 36px;
    }.products-list--cart .products-list__item {
        position: relative;
        min-height: 140px;
    }.cart__recommended-list .products-list--cart  .products-list__quantity {
        position: relative;
    }.products-list--cart .products-list__quantity {
        position: absolute;
        right: 10px;
        top: 0px;
        width: auto !important;
    }.products-list--cart .products-list__line-total {
        position: absolute;
        right: 0px;
        top: 78px; 
        width: auto;
        font-size: 16px;
    }.sales-order-confirmation .products-list--cart .products-list__line-total {
        padding-top: 0px;
        padding-bottom: 0px;
        top: 55px;
    }.products-list--cart .products-list__brand,
    .products-list--cart .products-list__name--long,
    .products-list--cart .products-list__name {
        width: 60% ;
        padding: 5px 10px 0px;
    }.products-list--cart .products-list__name--long, .products-list--cart .products-list__name {
        padding-bottom: 10px;
    }.products-list--cart .products-list__price {
        width: 43%;
        padding: 10px 10px 0px;
    }.products-list--cart .products-list__price  span{
        margin-right: 50px;
    }.products-list--cart  .products-list__price_net {
        margin-top: -10px;
    }.products-list--cart .products-list__percentage {
        width: 50%;
        padding: 10px 10px 0px;
    }.products-list--cart .products-list__delete {
        padding: 0 0 0 10px;
        margin-left: -10px;
    }.products-list--cart  .products-list__item-details .products-list__brand {
        font-size: 12px;
    }.products-list--cart .products-list__item-details .quantity-controls-holder {
        width: auto;
    }.products-list--cart.promotions .products-list__item-details-details  .products-list__line-total {
        top: 0px;
        display: none;
    }.products-list--cart.promotions .products-list__item-details-details .products-list__price,
    .products-list--cart.promotions .products-list__item-details-details .products-list__percentage {
        display: none;
    }.products-list--cart.promotions .products-list__item-details-details .products-list__name--long {
        font-family: ClanWeb-NarrowBook, arial narrow, helvetica, sans-serif;
    }.products-list--cart.promotions .products-list__item-details-details .products-list__name--long span {
        font-size: 12px;
        padding: 0px;
    }.products-list--cart.promotions .products-list__item-details-details li.products-list__name--long,
    .products-list--cart.promotions .products-list__item-details-details li.products-list__price,
    .products-list--cart.promotions .products-list__item-details-details li.products-list__percentage,
    .products-list--cart.promotions .products-list__item-details-details li.products-list__line-total
    {
        width: auto !important;
        padding: 5px 10px;
    }.products-list--cart.promotions .products-list__item-details .products-list__delete button {
        height: 100px;
    }.sales-order-confirmation .cart__buttons .cart__print-button {margin: 0px;}.sales-order-confirmation .cart__buttons .cart__continue-button--home {margin: 0px;}}@media (max-width: 500px) {.products-list--cart .products-list__price {
        width: 50%;
    }}@media (max-width: 600px) {.products-list--cart .products-list__price  span{
        margin-right: 0px;
    }}@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) and (min-width: 992px) {.modal-body {
        width: 100% !important;
    }}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {.catalog-category-view .selectBox-dropdown-menu li {
        width: 100% !important;
    }.ui-tooltip {
        right: 0;
    }.ui-tooltip .arrow:after {
        left: 77%;
    }.data-table-container table.dataTable thead th.sales-status {display: none;}.data-table-container table.dataTable tbody td {font-size: 12px;}.data-table-container table.dataTable tbody td.sales-status {display: none;}}@media only screen and (max-device-width: 480px) {.user-form-register .user-form__list li.terms-conditions {
        padding-top: 5.2em;
    }.favs-link {
        margin-right: 4%;
    }}@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (orientation: portrait),
only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: portrait),
only screen and (min-device-pixel-ratio: 1.5) and (orientation: portrait) {.site-header__logo {
        background-size: contain;
        margin: 0;
        width: 100%;
    }}@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 1.5) and (orientation: landscape) {.site-header__logo {
        background-size: contain;
        margin: 0;
        width: 70%;
    }}.pmTermTitle {
    font-family: ClanWeb-NarrowBold, arial narrow, helvetica, sans-serif;
}.pTMsg {
    margin-bottom: 0px;padding-bottom: 0px;
}ul.desktop-navigation li.button--brand-color, ul.desktop-navigation li.button--brand-color.last {padding: 0px; display: inline-block; float: none; vertical-align: top; margin-top: 5px; margin-bottom: 0;}ul.desktop-navigation li.button--brand-color a {padding: 0.35714em 1em 0.21429em 1em; margin: 0px;}.main-nav-mobile-holder .main-nav .button--brand-color.last {margin-bottom: 0px;}.main-nav-mobile-holder .main-nav .button--brand-color {float: none;}.main-nav-mobile-holder .main-nav .main-nav__frisur {margin: 0}.checkout-cart-index .coupon-loader {
    display: none;
    position: absolute;
    top: 4px;
    left: 40%;
    background: url("https://pt.wellastore.com/skin/frontend/wella-resp/default/images/ss-loader.gif") 0 0 no-repeat;
    width: 32px;
    height: 32px;
}.site-header__links.left-links li {
    width: auto;
    font-size: 14px;
}.logo-container {
    text-align: center;
}@media (min-width: 768px) {.col-search-container {
        margin-top: -20px;
    }.main-nav-holder {
        text-align: center;
    }.main-nav-holder li.level0 {
        float: none;
        display: inline-block;
    }.main-nav-holder li.level0 .level-top {
        float: left;
    }.main-nav__subnav {
        top: 41px;
    }.main-nav.desktop-navigation {
        margin-bottom: -10px;
    }}@media (min-width: 992px) {.col-search-container {
        margin-top: -96px;
    }.col-search-container .header-search {
        width: 50%;
        margin: 0;
    }}@media (min-width: 768px) and (max-width: 992px) {.top-cart {margin-top: 15px;}.favs-link {margin-right: 0px; margin-top: 15px;}}.newest-products .carousel-title,
.hairdressers-products .carousel-title {
    font-weight: bold;
    margin-bottom: 20px;
}.hairdressers-products .show-favlist {
    background-color: #cd1041;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    width: 40%;
    display: block;
    margin: 0 auto;
}.newest-products .owl-carousel .owl-item a img {margin: 0 auto; width: 80%; margin-bottom: 10px;}.hairdressers-products .owl-carousel .owl-item a img {margin: 0 auto; width: 80%; margin-bottom: 10px;}.first-carousel-homepage {padding: 0;}.first-carousel-homepage .owl-dots {position: absolute; bottom: 7%; width: 100%; margin: 0 auto; text-align: center;}.first-carousel-homepage .owl-theme .owl-dots .owl-dot.active span, .first-carousel-homepage .owl-theme .owl-dots .owl-dot:hover span {
    background: #cd1041;
}.first-carousel-homepage .owl-theme .owl-dots .owl-dot span {
    border-radius: 15px;
    background: transparent;
    border: 1px solid #cd1041;
}.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 75%;
}.owl-carousel.owl-theme .owl-nav .owl-prev, .owl-carousel.owl-theme .owl-nav .owl-next  {
    background: none;
    color: #000;
    position: absolute;
    font-size: 50px;
}.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
}.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}.owl-carousel-small-promotions.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -10px;
}.owl-carousel-small-promotions.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -10px;
}.promotions-carousel-homepage .carousel-title {
    font-weight: bold;
    margin-bottom: 20px;
}.other-pages-homepage h2 {
    font-weight: bold;
    margin-bottom: 20px;
}.inspiration-block-homepage h2 {
    font-weight: bold;
    margin-bottom: 20px;
}.product-modal__desc .popup-video {
    margin-top: 20px;
}.category-landing {display: none}.category-landing .image-wrapper {text-align: center}.category-landing .image-wrapper img {max-height: 250px; width: auto;}.category-landing p.categ-name {font-size: 30px; line-height: 30px; margin: 0px; padding-top: 10px; }.footer-wrapper .columns h3 {
    font-size: 14px;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 25px;
}.footer-wrapper .columns ul li {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    padding-right: 12px;
}.footer-wrapper .columns ul li:last-child {
    padding-right: 0;
}.footer-wrapper .columns ul li a, .footer-wrapper .columns ul li a:active  {
    color: #000;
    padding-left: 10px;
    background: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/foot-arrow.png) no-repeat 0 center;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}.footer-wrapper .columns ul li a:hover{
    color: #aeaeae;
}.footer-wrapper .columns ul.otherBrands li a, .footer-wrapper .columns ul.followUs li a {
    background: none;
}.footer-wrapper .columns ul.otherBrands li img {
    max-width: 100px;
}.footer-wrapper .columns ul.followUs .ico_facebook {
    background-image: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/sprite-redesign.png);
    background-position: -542px -463px;
    width: 24px;
    height: 26px;
}.footer-wrapper .columns ul.followUs .ico_tweet {
    background-image: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/sprite-redesign.png);
    background-position: -251px -425px;
    width: 26px;
    height: 26px;
}.footer-wrapper .columns ul.followUs .ico_pint {
    background-image: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/sprite-redesign.png);
    background-position: -160px -171px;
    width: 24px;
    height: 26px;
}.footer-wrapper .columns ul.followUs .ico_youtube {
    background-image: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/sprite-redesign.png);
    background-position: -458px -404px;
    width: 37px;
    height: 26px;
}.footer-wrapper .columns ul.followUs .ico_istagram {
    background-image: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/sprite-redesign.png);
    background-position: -541px -429px;
    width: 26px;
    height: 26px;
}.footer-wrapper .columns ul.followUs .ico_wellablog {
    background-image: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/sprite-redesign.png);
    background-position: -251px -391px;
    width: 26px;
    height: 26px;
}.footer-wrapper .columns ul.followUs .ir {
    text-indent: -9000em;
    outline: none;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: block;
}.footer-wrapper .columns ul.followUs a:hover {
    opacity: 0.7;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}.footer-wrapper .columns.column-middle {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}.footer-wrapper .wrapper-row {
  margin-top: 30px;
}.footer-wrapper .wrapper-row h1,
.footer-wrapper .wrapper-row h2,
.footer-wrapper .wrapper-row h3,
.footer-wrapper .wrapper-row h4,
.footer-wrapper .wrapper-row h5,
.footer-wrapper .wrapper-row h6
{
  margin-top: 0;
}.footer-countrySelector>a {
    margin: 0 auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 20px;
    position: relative;
    text-align: left;
    background: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/country-logo-ico-dark.png) no-repeat 0 3px;
    line-height: 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #4a4a4a;
}.footer-countrySelector>a:hover{
    color: #aeaeae;
}ul.footer-bottom-links li{
    display: inline-block;
}ul.footer-bottom-links li a{
    position: relative;
    padding: 0 20px 0 0;
    margin-left: 12px;
    color: #4d4d4d;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 12px;
}ul.footer-bottom-links li a:hover {
    color: #aeaeae;
}ul.footer-bottom-links li a:before{
    content: "";
    border-top: 1px solid #757575;
    width: 4px;
    height: 1px;
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
}ul.footer-bottom-links li:first-child a:before{
    content: "";
    border: 0 !important;
}.footer-copyright {
    padding-top: 0;
    padding-bottom: 0;
}.footer-copyright p  {
    margin: 0;
    padding: 0;
    font-size: 12px;
}.footer-copyright, .footer-copyright p  {
    color: #4d4d4d;
}@media screen and (max-width: 992px) {.footer-wrapper .columns.column-middle {
        border: none;
    }}@media screen and (max-width: 767px) {.footer-wrapper .columns ul.followUs .ico_facebook {
        background-position: -394px -420px;
        width: 18px;
        height: 18px;
    }.footer-wrapper .columns ul.followUs .ico_tweet {
        background-position: -113px -482px;
        width: 18px;
        height: 18px;
    }.footer-wrapper .columns ul.followUs .ico_pint {
        background-position: -394px -379px;
        width: 18px;
        height: 18px;
    }.footer-wrapper .columns ul.followUs .ico_youtube {
        background-position: -238px -222px;
        width: 26px;
        height: 18px;
    }.footer-wrapper .columns ul.followUs .ico_istagram {
        background-position: -212px -553px;
        width: 17px;
        height: 17px;
    }.footer-wrapper .columns ul.followUs .ico_wellablog {
        background-position: -229px -553px;
        width: 17px;
        height: 17px;
    }}.bt-chat-container {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 65px;
    z-index: 9999;
}.bt-chat-container .bt-chat-initial-state {
    display: block;
    background-image: url(https://pt.wellastore.com/skin/frontend/wella-resp/default/images/chat-2.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #c6143e;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 15px;
}.bt-chat-container .bt-chat-initial-state:hover {
  background-color: #454545;
}.bt-chat-container .bt-chat-opened {
    display: none;
    width: 280px;
    background-color: #FFF;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}.bt-chat-container .bt-chat-opened .chat-header {
    text-align: center;
    background: #c6143e;
    color: #FFF;
    font-size: 16px;
    padding: 10px 0 7px;
    line-height: 16px;
    position: relative;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}.bt-chat-container .bt-chat-opened .chat-footer {
    padding: 8px 15px;
    text-align: center;
    border: 1px solid #b2b2b2;
}.bt-chat-container .bt-chat-opened .chat-footer button {
    background: #c6143e;
    padding: 7px 0 5px 0;
    color: #FFF;
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
}.bt-chat-container .bt-chat-opened .chat-content {
    height: 400px;
    overflow-y: scroll;
    padding: 20px;
    border: 1px solid #c2c2c2;
    border-top: none;
    border-bottom: none;
}.bt-chat-container .bt-chat-opened .chat-content.logged-in-chat {
    height: 340px;
}.bt-chat-container .bt-chat-opened .chat-content.chat-iframe-opened {
  padding: 0;
  overflow-y: hidden;
  height: 480px;
}.bt-chat-container .iframe-chat-content {
  display: none;
}.bt-chat-container .response_offline_msg {
  padding: 40px 10px 0;
}.bt-chat-container .bt-chat-opened .chat-content .welcome-message {
    padding-bottom: 20px;
}.bt-chat-container .bt-chat-opened .chat-content .chat-form-list .validation-advice {
    padding: 0;
    position: relative;
    top: 0;
}.bt-chat-container .bt-chat-opened .chat-content .chat-form-list .validation-advice:after {
    display: none;
}.bt-chat-container .bt-chat-opened .chat-content .chat-form-list li label {
    font-weight: bold;
}.bt-chat-container .bt-chat-opened .chat-content .chat-form-list .message-wrapper {
    padding-top: 20px;
}.bt-chat-container .bt-chat-opened .chat-content .chat-form-list li .input-box {
    margin: 0 0 8px 0;
}.bt-chat-container .bt-chat-opened .chat-content .chat-form-list li .input-box .chat-input{
    width: 100%;
    padding: 5px 4%;
    font-size: 16px;
    border: 1px solid #CBCBCB;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}.bt-chat-container .bt-chat-opened .chat-header .title {
    font-weight: bold;
}.bt-chat-container .bt-chat-opened .chat-header .bt-minimize,
.bt-chat-container .bt-chat-opened .chat-header .bt-maximize,
.bt-chat-container .bt-chat-opened .chat-header .bt-close
{
    position: absolute;
    display: block;
    font-size: 18px;
    font-weight: bold;
    top: 8px;
    cursor: pointer;
}.bt-chat-container .bt-chat-opened .chat-header .bt-minimize {
    right: 33px;
}.bt-chat-container .bt-chat-opened .chat-header .bt-maximize {
    right: 33px;
    top: 10px;
    font-size: 24px;
}.bt-chat-container .bt-chat-opened .chat-header .bt-close {
  right: 10px;
}@media screen and (max-width: 360px) {.bt-chat-container {
    right: 40px;
  }.btt-button {
    right: 10px;
  }}@media screen and (min-width: 769px) {.bt-chat-container .bt-chat-opened {
    width: 330px;
  }}img.lazy {
  opacity: 0.5;
  filter: alpha(opacity=50);
}