/*
 * Fonts
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 8, 2014 */
@font-face {
  font-family: 'montserratregular';
  src: url('fonts/montserrat/montserrat-regular-webfont.eot');
  src: url('fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff'), url('fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'), url('fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('fonts/montserrat/montserrat-bold-webfont.eot');
  src: url('fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff'), url('fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * IMPORT
 */
.header {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0;
  position: absolute;
  /* top: 20px; */
  z-index: 500;
}
.header-container {
  width: 1010px;
  margin: 0 auto;
}
.header-logo {
  width: 160px;
  height: 40px;
  display: inline-block;
  background: url(../biomed/img/new-version/header/logo.png) no-repeat center;
}
.header-connect-button {
  width: 160px;
  margin-left: 15px;
}
.header-connect-button:hover {
  background-color: #c5280d !important;
}
.header-connect-button.active {
  background-color: #c5280d !important;
}
.header-lang-button {
  width: 40px;
  height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: 15px;
  float: right;
}
.header-right-box {
  float: right;
  line-height: 40px;
  position: relative;
}
.header-menu {
  list-style-type: none;
  display: inline-block;
  float: left;
}
.header-menu-item {
  display: inline-block;
  float: left;
  margin-left: 15px;
  line-height: 40px;
}
.header-menu-item:first-child {
  margin-left: 0;
}
.header-menu-item-link {
  font-size: 12px;
  color: #7f7f81;
  text-decoration: none;
  text-transform: uppercase;
}
.header-menu-item-link:hover {
  color: #232325;
}
.header-menu-item-link:focus,
.header-menu-item-link:active {
  color: #ee4224;
}
.header-menu-item.selected .header-menu-item-link {
  color: #ee4224;
}
.header-user {
  display: inline-block;
  float: right;
  margin-left: 20px;
}
.header-user-item {
  display: inline-block;
  float: left;
  position: relative;
}
.header-user-item:nth-child(1) .header-user-item-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  color: #ee4224;
  font-size: 12px;
}
.header-user-item:nth-child(1) .header-user-item-link:hover {
  color: #ffffff;
}
.header-user-item:nth-child(2) .header-user-item-link:hover #shopping-cartCounter {
  background-color: #ffffff;
  color: #ee4224;
}
.header-user-item:nth-child(3) .header-user-item-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.header-user-item-link {
  border: 1px solid #dddddd;
  text-decoration: none;
  color: #7f7f81;
  padding: 0px 15px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  height: 40px;
  float: left;
  line-height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.header-user-item-link:hover {
  background-color: #ee4224;
  color: #ffffff;
  border-color: #ee4224;
}
.header-user #shopping-cartCounter {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  font-family: 'montserratregular';
  font-size: 9px;
  background-color: #ee4224;
  color: #ffffff;
  width: 14px;
  height: 14px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  line-height: 14px;
  margin-top: 3px;
}
.header-user-sub-menu {
  position: absolute;
  display: inline-block;
  width: 170px;
  top: 100%;
  margin-top: 15px;
  left: -60px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  padding: 5px 0;
}
.header-user-sub-menu::before {
  content: '';
  width: 11px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -5.5px;
  background: url(../biomed/img/new-version/select/triangle.png) no-repeat center;
}
.header-user-sub-menu-item-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  color: #7f7f81;
}
.header-user-sub-menu-item-link:hover {
  background-color: #ee4224;
  color: #ffffff;
}
.header-connect-form {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  margin-top: 15px;
  padding: 25px 20px;
  width: 260px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.header-connect-form::before {
  content: '';
  width: 11px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -5.5px;
  background: url(../biomed/img/new-version/select/triangle.png) no-repeat center;
}
.header-connect-form .login-form {
  width: 100%;
}
.footer-promo {
  width: 100%;
  background-color: #f0f0f0;
  font-size: 0;
}
.footer-promo-title {
  font-family: 'montserratregular';
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer-promo-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 25px;
  width: 460px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}
.footer-promo-catalog {
  height: 330px;
  padding: 70px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #ee4224;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
.footer-promo-catalog-button {
  width: 270px;
  border: 1px solid #ffffff !important;
}
.footer-promo-newsletter {
  height: 330px;
  padding: 70px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #4e4e50;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
.footer-promo-newsletter-button {
  width: 270px;
}
.footer-promo-form {
  width: 270px;
  margin: 0 auto;
}
.footer-promo-input {
  width: 270px;
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
}
.footer-promo-input:focus {
  text-align: left;
}
.footer-promo.footer-promo-light .footer-promo-text {
  display: none;
}
.footer-promo.footer-promo-light .footer-promo-catalog {
  height: 222px;
}
.footer-promo.footer-promo-light .footer-promo-newsletter {
  height: 222px;
}
.footer-promo.footer-promo-light .footer-promo-form {
  width: auto;
}
.footer-promo.footer-promo-light .footer-promo-input {
  margin-right: 20px;
}
.footer {
  width: 100%;
  background-color: #f0f0f0;
  padding: 40px 0 60px;
  margin-top: 10px;
}
.footer-container {
  width: 1010px;
  margin: 0 auto;
}
.footer-menu {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.footer-menu-item {
  list-style: none;
  margin-bottom: 10px;
}
.footer-menu-item-link {
  text-decoration: none;
  color: #4e4e50;
  text-transform: uppercase;
  font-size: 12px;
}
.footer-right-section {
  width: 39%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.footer-right-section-logo {
  text-indent: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  background: url(../biomed/img/new-version/footer/logo-footer.png) no-repeat right center;
  height: 16px;
  margin-bottom: 30px;
}
.footer-right-section-title {
  text-transform: uppercase;
  color: #4e4e50;
  font-size: 12px;
  margin-bottom: 10px;
}
.footer-right-section-menu-item {
  list-style: none;
  margin-bottom: 7px;
}
.footer-right-section-menu-item-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #7f7f81;
}
.footer-right-section-menu-item-link i {
  color: #ee4224;
  font-size: 17px;
  margin-left: 10px;
}
.footer-right-section-menu-item-link:hover {
  color: #4e4e50;
}
.sub-footer {
  width: 100%;
  background-color: #f0f0f0;
  padding: 30px 0;
  border-top: 1px solid #dcdcdc;
}
.sub-footer-container {
  width: 1010px;
  margin: 0 auto;
}
.sub-footer-left {
  display: inline-block;
}
.sub-footer-left-item {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #7f7f81;
  margin-right: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #7f7f81;
  font-size: 12px;
}
.sub-footer-left-item:last-child {
  border: none;
}
.sub-footer-left-item-link {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #7f7f81;
  font-size: 12px;
}
.sub-footer-right {
  text-align: right;
  float: right;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  color: #7f7f81;
  font-size: 12px;
}
.sub-menu {
  background: #f0f0f0;
  height: 60px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
  line-height: 60px;
}
.sub-menu-container {
  width: 1010px;
  margin: 0 auto;
}
.sub-menu-container.news-home {
  width: 650px;
}
.sub-menu-container.news-home .sub-menu-filters {
  margin-left: -10px;
  margin-right: -10px;
}
.sub-menu-container.catalog-menu .sub-menu-filters {
  margin-left: -10px;
  margin-right: -10px;
}
.sub-menu-container.catalog-menu .bootstrap-select {
  width: 25%;
  float: left;
  margin-left: 0;
  padding-left: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.sub-menu-filters label {
  display: none;
}
.sub-menu-filters-item .btn {
  background-color: #f0f0f0;
}
.sub-menu-list {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sub-menu-list-item {
  display: inline-block;
}
.sub-menu-list-item-link {
  padding: 19px 30px;
  font-size: 18px;
  display: block;
}
.sub-menu-list-item.selected .sub-menu-list-item-link {
  color: #ee4224;
  background: #ffffff;
}
.sub-menu-list-item-link {
  color: #4e4e50;
  text-decoration: none;
}
.sub-menu-list-item-link:hover {
  color: #ee4224;
}
.sub-menu .bootstrap-select .dropdown-toggle {
  background-color: #f0f0f0;
}
/*
 * Colors
 */
/*
 * Sizes
 */
/*
 * 
 */
.textoverflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-container {
  height: 675px;
  width: 100%;
}
.swiper-container .swiper-wrapper {
  list-style-type: none;
}
.swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide::after {
  content: '';
  background-color: #000;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide-container {
  width: 1010px;
  display: block;
  margin: 0 auto;
  margin-top: 345px;
  z-index: 1;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide-title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 15px;
}
.swiper-container .swiper-wrapper .swiper-slide-desc {
  margin: 0;
  margin-bottom: 25px;
  font-size: 14px;
  color: #ffffff;
  width: 50%;
}
.swiper-container .swiper-wrapper .swiper-slide-button {
  width: 270px;
}
.swiper-container .swiper-wrapper::after {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  box-shadow: 0px 0px 100px 15px rgba(0, 0, 0, 0.55);
}
.swiper-container #arrow-left,
.swiper-container #arrow-right {
  width: 23px;
  height: 41px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../biomed/img/new-version/slider/arrows.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.swiper-container #arrow-left {
  background-position: left center;
  left: 20px;
}
.swiper-container #arrow-right {
  background-position: right center;
  right: 20px;
}
.swiper-container .pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border: none;
}
.swiper-container .pagination .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-container .pagination .swiper-pagination-switch:first-child {
  margin-left: 0;
}
.swiper-container .pagination .swiper-pagination-switch.swiper-active-switch {
  background-color: #ffffff;
}
.home-register {
  /*position: absolute;*/
  top: 215px;
  z-index: 2;
  width: 100%;
  height: auto;
}
.home-register-container {
  /*width: 1010px;*/
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: right;
}
.home-register-box {
  padding: 40px 20px;
  /*position: absolute;*/
  background-color: #ffffff;
  border-radius: 10px;
  right: 0;
  width: 310px;
  text-align: left;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  left: -25%;
  display: inline-block;
}
.home-register-title {
  color: #606062;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-register-sub-title {
  color: #4e4e50;
  font-size: 36px;
  margin-bottom: 20px;
}
.home-register-desc {
  color: #7f7f81;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 25px;
}
.home-register-button {
  width: 100%;
}
.home-register-button.red {
  margin-bottom: 10px;
}
.banners .banner {
  font-size: 0;
  height: 370px;
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.banners .banner:first-child {
  padding-top: 10px;
}
.banners .banner-text-container {
  width: 330px;
  margin: 0 auto;
}
.banners .banner-text {
  width: 37.5%;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: top;
  height: 100%;
}
.banners .banner-title {
  font-size: 22px;
  color: #4e4e50;
  margin-bottom: 20px;
}
.banners .banner-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #606062;
  margin-bottom: 20px;
}
.banners .banner-desc {
  color: #7f7f81;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
}
.banners .banner-button {
  width: 270px;
}
.banners .banner-image {
  width: 62.5%;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.banners .banner:nth-child(even) .banner-text {
  float: right;
}
.banners.banners-about .banner-image {
  width: 37.5%;
}
.banners.banners-about .banner-text {
  width: 62.5%;
  background-color: #f0f0f0;
  padding: 60px 100px;
}
.banners.banners-about .banner-text-container {
  width: 520px;
}
.banners.banners-about .banner:nth-child(odd) .banner-text {
  float: right;
}
.banners.banners-about .banner:nth-child(even) .banner-text {
  float: none;
}
.banners.banners-about .banner:nth-child(even) .banner-text-container {
  float: right;
}
.home-news {
  padding: 55px 0;
  background-color: #f0f0f0;
}
.home-news-container {
  width: 80%;
  margin: 0 auto;
}
.home-news-container-half {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  /*margin: 0 auto;*/
}
.home-news-title {
  width: 50%;
  color: #4e4e50;
  font-size: 22px;
  display: inline-block;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}

.home-news-list {
  list-style-type: none;
  font-size: 0;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.home-news-item {
  height: 215px;
  border-bottom: 1px solid #dcdcdc;
  display: inline-block;
  width: 33.3333334%;
  vertical-align: top;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.home-news-item-date {
  font-size: 12px;
  color: #606062;
  text-transform: uppercase;
}
.home-news-item-title {
  color: #ee4224;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.home-news-item-desc {
  font-size: 14px;
  color: #7f7f81;
  margin-bottom: 10px;
  display: block;
}
.home-news-item-link {
  text-transform: uppercase;
  color: #ee4224;
  font-size: 12px;
  text-decoration: none;
}
.home-news-item-link i {
  font-size: 15px;
  margin-left: 5px;
}
.home-news-item-link:hover {
  color: #c5280d;
}
.home-news-item-link:focus,
.home-news-item-link:active {
  color: #4e4e50;
}
.home-news-button {
  width: 270px;
  display: block !important;
  margin: 0 auto;
}
.jobs {
  padding: 30px 0 100px;
}
.jobs-title {
  text-align: center;
  margin-bottom: 20px;
  color: #4e4e50;
  font-size: 22px;
  margin-bottom: 50px;
}
.jobs-container {
  width: 1010px;
  margin: 0 auto;
}
.jobs-number {
  color: #606062;
  font-size: 12px;
  padding-left: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.jobs-list {
  list-style-type: none;
}
.jobs-list-item {
  margin-top: 10px;
}
.jobs-list-item:first-child {
  margin-top: 0;
}
.jobs-list-item-link {
  display: block;
  padding: 15px 30px;
  background: #f0f0f0;
  text-decoration: none;
  position: relative;
}
.jobs-list-item-link::before {
  content: '';
  width: 25px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  background: url(../biomed/img/new-version/jobs/arrows.png) no-repeat top center;
}
.jobs-list-item-link:hover {
  background-color: #ee4224;
}
.jobs-list-item-link:hover .jobs-list-item-title {
  color: #ffffff;
}
.jobs-list-item-link:hover .jobs-list-item-desc {
  color: #ffffff;
}
.jobs-list-item-link:hover::before {
  background-position: bottom center;
}
.jobs-list-item-title {
  color: #4e4e50;
  font-size: 22px;
  margin-bottom: 5px;
}
.jobs-list-item-desc {
  color: #4e4e50;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"] {
  border-radius: 5px;
  height: 40px;
  font-family: 'montserratregular';
  -webkit-font-smoothing: antialiased;
  text-align: left;
  background-color: #ffffff;
  border: none;
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #7f7f81;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="password"]:focus {
  outline: none;
}
input[type="text"].error,
input[type="email"].error,
input[type="phone"].error,
input[type="password"].error {
  border: 1px solid #ee4224;
  margin-bottom: 0;
  position: relative;
  background: url(../biomed/img/new-version/header/warning.png) no-repeat right center;
}
label.error {
  font-size: 10px;
  font-weight: normal;
  padding-left: 10px;
  color: #ee4224;
  text-transform: uppercase;
  display: inline-block;
  height: 30px;
}
textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  resize: none;
  padding: 20px;
  height: 80px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #7f7f81;
  font-size: 12px;
  font-family: 'montserratregular';
  -webkit-font-smoothing: antialiased;
}
textarea:focus {
  outline: none;
}
textarea.error {
  border: 1px solid #ee4224;
  position: relative;
}
.bootstrap-select {
  width: 218px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.bootstrap-select .dropdown-menu.open {
  display: none;
}
.bootstrap-select.open .dropdown-menu.open {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 15px;
  overflow: visible !important;
}
.bootstrap-select.open .dropdown-menu.open::before {
  content: '';
  width: 11px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: -7px;
  right: 20px;
  background: url(../biomed/img/new-version/select/triangle.png) no-repeat center;
}
.bootstrap-select.open .dropdown-menu.open .selectpicker {
  overflow: auto;
  max-height: 170px !important;
  padding: 10px 0;
}
.bootstrap-select.open .dropdown-menu.open .selectpicker li {
  margin-top: 5px;
}
.bootstrap-select.open .dropdown-menu.open .selectpicker li:first-child {
  margin-top: 0;
}
.bootstrap-select.open .dropdown-menu.open .selectpicker li a {
  cursor: pointer;
  padding: 10px 25px;
  display: block;
  color: #7f7f81;
}
.bootstrap-select.open .dropdown-menu.open .selectpicker li a:hover {
  background-color: #ee4224;
}
.bootstrap-select.open .dropdown-menu.open .selectpicker li a:hover span {
  color: #ffffff;
}
.bootstrap-select.open .dropdown-menu.open .selectpicker li a:focus {
  outline: none;
}
.bootstrap-select.open .dropdown-menu.open .selectpicker li a span {
  text-transform: uppercase;
  font-family: 'montserratregular';
  font-size: 12px;
  color: #7f7f81;
}
select.error + .bootstrap-select {
  margin-bottom: 0;
}
select.error + .bootstrap-select .dropdown-toggle {
  border-color: #ee4224;
}
.btn {
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  height: 40px;
  position: relative;
}
.btn:hover .filter-option {
  opacity: 1;
}
.btn .filter-option {
  text-transform: uppercase;
  font-family: 'montserratregular';
  font-size: 12px;
  color: #7f7f81;
  opacity: 0.7;
  text-align: left;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn .caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  top: 11px;
  right: 15px;
}
.btn .caret::before {
  content: "\f107";
}
.btn:focus {
  outline: none;
}
input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  vertical-align: bottom;
}
input[type=checkbox]::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  cursor: pointer;
}
input[type=checkbox]:disabled:after {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
input[type=checkbox]:disabled:before {
  dispaly: none;
}
input[type=checkbox]:disabled:hover:after {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
input[type=checkbox]:disabled:hover:before {
  dispaly: none;
}
input[type=checkbox]:checked:after,
input[type=checkbox]:hover:after {
  background-color: #ee4224;
  border-color: #ee4224;
}
input[type=checkbox]:checked:before,
input[type=checkbox]:hover:before {
  content: '\f00c';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  position: absolute;
  margin-left: 4px;
  margin-top: 4px;
  cursor: pointer;
}
/*
   * Error form
  */
.errorlist li {
  font-size: 12px;
  color: red;
}
.login-title {
  font-size: 22px;
  color: #4e4e50;
  text-align: center;
  line-height: 28px;
  margin-bottom: 30px;
}
.login-form {
  width: 270px;
  display: block;
  margin: 0 auto;
}

.login-form .form-input {
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0 20px;
}

.form-input:focus {
  border-color: rgb(238, 66, 36);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(238, 66, 36);
}

.login-form-button {
  width: 100%;
  margin-bottom: 5px;
}
.login-form-title {
  font-size: 12px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.login-form-link {
  color: #7f7f81;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: normal;
  text-decoration: none;
  float: left;
}
.login-form-link.red {
  color: #ee4224;
  float: right;
}

.form-control:focus {
  border-color: rgb(238, 66, 36);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(238, 66, 36);
}

.reset-form {
  width: 270px;
  display: block;
  margin: 0 auto;
}
.pagination {
  margin-top: 60px;
  display: block;
  border-top: 1px solid #dcdcdc;
  text-align: center;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pagination .totop {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -1px;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url(../biomed/img/new-version/pagination/arrow.png) no-repeat center;
}
.pagination .display-all {
  position: absolute;
  right: 60px;
  top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a8a8a9;
}
.pagination .display-all:hover {
  color: #ee4224;
}
.pagination-container {
  display: inline-block;
  margin-top: -1px;
}
.pagination-item {
  display: inline-block;
  width: 35px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a8a8a9;
  float: left;
  padding-top: 20px;
}
.pagination-item.current {
  border-top: 1px solid #ee4224;
}
.pagination-item.current .pagination-item-link {
  color: #ee4224;
}
.pagination-item-link {
  text-decoration: none;
  color: #a8a8a9;
}
.cms-content {
  font-family: Arial, Helvetica, sans-serif;
  color: #7f7f81;
}
.cms-content h1 {
  font-size: 36px;
  color: #4e4e50;
}
.cms-content h2 {
  font-size: 22px;
  color: #4e4e50;
}
.cms-content h3 {
  font-size: 16px;
  color: #4e4e50;
}
.cms-content p {
  font-size: 14px;
  color: #7f7f81;
}
.cms-content p strong {
  font-weight: bold;
}
.cms-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.cms-content ul li {
  font-size: 14px;
  color: #7f7f81;
}
.cms-content a {
  color: #ee4224;
}
.tractrOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700;
  background: gray;
  opacity: 0.7;
}
.tractrBox {
  position: fixed;
  top: 120px;
  left: 50%;
  margin-left: -505px;
  z-index: 900;
  background: transparent;
  display: none;
}
.tractrBox-modify-info {
  font-size: 14px;
  color: #ee4224;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  display: block;
  margin-bottom: 25px;
}
.tractrBox-modify-info:before {
  content: '\f040';
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tractrBox-link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.tractrBox-title {
  font-size: 18px;
  color: #7f7f81;
}
.tractrBox-date {
  font-size: 14px;
  color: #7f7f81;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'montserratregular';
}
.tractrBox .box-content {
  width: 1010px;
  background: #ffffff;
  overflow: auto;
  margin: 0;
  padding: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #dcdcdc;
}
.tractrBox .box-content.contact-page {
  padding: 20px 150px;
}
.tractrBox .box-content .writeus-telephone {
  display: block;
  text-align: center;
}
.tractrBox .close {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: -10px;
  right: -10px;
  z-index: 900;
}
.tractrBox .close:after {
  content: '\f00d';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 14px;
}
.tractrBox .close:before {
  content: '';
  display: inline-block;
  background-color: #4e4e50;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.tractrBox .total {
  background-color: #ffffff;
}
.tractrBox .total td {
  border-top: 1px solid #dcdcdc;
}
.tractrBox .total td,
.tractrBox .big-total td {
  font-size: 14px;
  font-weight: bold;
  color: #4e4e50;
}
.cart-title {
  font-size: 12px;
  color: #4e4e50;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  margin-top: 30px;
}
.cart-action-comment {
  width: 50%;
  display: inline-block;
  float: left;
}
.cart-action-button {
  width: 50%;
  display: inline-block;
  text-align: right;
}
.cart-action-button .valid {
  width: 145px;
  margin-left: 20px;
}
.cart-action-button .continue {
  width: 200px;
}
.cart-action-legend {
  font-size: 12px;
  color: #4e4e50;
  font-family: Arial, Helvetica, sans-serif;
}
.page {
  padding: 50px 0;
}
.page-container {
  width: 1010px;
  margin: 0 auto;
}
.page.login {
  padding-bottom: 145px;
  padding-top: 105px;
}
.alert {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.alert-success {
  color: #5cb85c;
  background: #99d999;
}
.alert-danger {
  color: #4e4e50;
  background: #eb918e;
}
.alert-warning {
  color: #f0ad4e;
  background: #f7d28d;
}
table {
  width: 100%;
  border: none;
}
table thead tr th {
  padding: 15px 20px;
  color: #4e4e50;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
table tbody tr td {
  padding: 15px 20px;
  color: #7f7f81;
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
table tbody tr td.waiting {
  color: #7f7f81;
}
table tbody tr td.shipped {
  color: #06bd9d;
}
table tbody tr td.making {
  color: #4e4e50;
}
table tbody tr td input {
  width: 40px;
  padding: 10px !important;
}
.iebigbox {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.iebigbox .iebox {
  margin-top: 50px;
  padding: 0 0 50px 0;
  border: 5px solid #cccccc;
  background-color: white;
  overflow: hidden;
  -moz-box-sizing: over-box;
       box-sizing: over-box;
}
.iebigbox .iebox .logo-band {
  height: 100px;
  background-color: #ffffff;
  background-image: url(../biomed/img/new-version/header/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
}
.iebigbox .iebox span {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
  margin-left: 30px;
}
.iebigbox .iebox p {
  font-size: 18px;
  margin-bottom: 50px;
  margin-right: 30px;
  margin-left: 30px;
}
.iebigbox .iebox ul {
  list-style-type: none;
  margin: 0;
  margin-right: 30px;
  margin-left: 30px;
}
.iebigbox .iebox ul li {
  text-align: center;
  width: 25%;
  display: inline-block;
  float: left;
}
.iebigbox .iebox ul li .title-list-ie8 {
  font-size: 18px;
  margin-bottom: 10px;
}
.iebigbox .iebox ul li span {
  font-size: 14px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.iebigbox .iebox ul li img {
  width: 140px;
}
.iebigbox .iebox ul li a {
  color: #ee4224;
}
.page-header {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.page-header-container {
  width: 1010px;
  margin: 0 auto;
  position: relative;
}
.page-header-title {
  position: absolute;
  left: 0;
  top: 240px;
  color: #ffffff;
  font-size: 36px;
}
.page-header.news-header {
  margin-bottom: 0;
}
.page-content {
  padding: 40px 0;
  text-align: justify;
  background: #f0f0f0;
  color: #4e4e50;
}
.page-content-container {
  width: 545px;
  margin: 0 auto;
}
.page-content-title {
  font-size: 22px;
  color: #4e4e50;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
}
.page-content p,
.page-content ul,
.page-content li {
  color: #7f7f81;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.page-content p strong,
.page-content ul strong,
.page-content li strong {
  font-family: 'montserratregular';
  color: #606062;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: normal;
}
.page-content li {
  list-style: initial;
}
.page-contentbg {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-contentbg-title {
  font-size: 22px;
  color: #4e4e50;
  margin-bottom: 30px;
  text-align: center;
}
.page-contentbg-container {
  width: 545px;
  margin: 0 auto;
}
.page-contentbg p {
  font-size: 16px;
  text-align: justify;
  color: #4e4e50;
  margin: 0;
  font-family: 'montserratregular';
  line-height: 22px;
}
.writeus {
  background-color: #ffffff;
  padding: 50px 0;
}
.writeus-container {
  width: 680px;
  margin: 0 auto;
  display: block;
}
.writeus-title {
  font-size: 22px;
  color: #4e4e50;
  margin-bottom: 40px;
  text-align: center;
}
.writeus-button {
  width: 270px;
  display: block !important;
  margin: 0 auto 30px;
}
.writeus-telephone {
  font-size: 14px;
  color: #4e4e50;
  display: inline-block;
  margin: 0;
}
.writeus-telephone strong {
  font-weight: bold;
}
.writeus-warning a {
  font-size: 22px;
  text-align:center;
  padding: 5px;
}
.writeus-warning-link {
  display: block;
}
.writeus label.error {
  display: none !important;
}
.writeus-form-container {
  margin: 0 -5px;
}
.writeus-box {
  display: inline-block;
  width: 33.33333333%;
  float: left;
  padding: 0 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.writeus-box .bootstrap-select {
  margin-left: 0;
  width: 100%;
  padding: 0;
}
.writeus-input {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 12px;
  color: #7f7f81;
  padding: 0 20px;
}
.writeus-textarea {
  margin-bottom: 30px;
}
.writeus-disclaimer {
  font-size: 14px;
  color: #909090;
}
.writeus .button {
  clear: both;
  margin-top: 40px;
}
.team {
  background: #f0f0f0;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 10px;
}
.team-container {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.team-title {
  color: #4e4e50;
  margin-bottom: 50px;
  font-size: 22px;
}
.team-list {
  font-size: 0;
}
.team-list-item {
  display: inline-block;
  width: 50%;
  min-width: 100px;
  font-size: 14px;
  margin-bottom: 50px;
}
.team-list-item-img {
  width: 110px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.team-list-item-name {
  text-transform: uppercase;
  font-size: 12px;
  color: #4e4e50;
  margin-bottom: 10px;
}
.team-list-item-phone {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 3px;
}
.team-list-item-email {
  color: #ee4224;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 3px;
}
.team-list-item-desc {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
}
.map {
  position: relative;
  margin-bottom: 10px;
}
.map-info {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 33%;
  padding: 70px 0;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 1;
}
.map-info:after {
  content: '';
  background-color: #ffffff;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}
.map-title {
  font-size: 22px;
  color: #4e4e50;
  margin-bottom: 40px;
}
.map-subtitle {
  font-size: 12px;
  color: #606062;
  margin-bottom: 3px;
}
.map-desc {
  margin: 0;
  color: #7f7f81;
  font-size: 14px;
}
.map-desc a {
  color: #ee4224;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.map-iframe {
  height: 415px;
  width: 100%;
  display: block;
}
.news {
  padding: 60px 0 75px;
}
.news-container {
  width: 650px;
  margin: 0 auto;
}
.news-item {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dcdcdc;
}
.news-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.news-item-link {
  text-decoration: none;
}
.news-item-header {
  font-family: 'montserratregular';
  margin-bottom: 30px;
}
.news-item-time {
  color: #4e4e50;
  font-size: 12px;
  text-transform: uppercase;
}
.news-item-cat {
  color: #ee4224;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
}
.news-item-title {
  color: #606062;
  font-size: 22px;
}
.news-item-desc {
  color: #7f7f81;
  font-size: 18px;
  line-height: 26px;
}
.view-news {
  padding-top: 20px;
  margin-bottom: 50px;
}
.view-news-back {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  color: #ee4224;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.view-news-container {
  width: 970px;
  margin: 0 auto;
  position: relative;
}
.view-news-share {
  position: absolute;
  left: -50px;
  top: 84px;
}
.view-news-share a {
  color: #4e4e50;
}
.view-news-share a:hover {
  color: #ee4224;
}
.view-news-attachment {
  color: #ee4224;
  padding: 7px 20px;
  display: inline-block;
  border: 1px solid #ee4224;
  font-size: 16px;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
}
.view-news-attachment:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background: url(../biomed/img/new-version/header/download.png) no-repeat center;
  margin-right: 10px;
  vertical-align: middle;
}
.catalog-results-number {
  color: #7f7f81;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.catalog-order-form {
  color: #ee4224;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  float: right;
}
.catalog-order-form i {
  margin-right: 5px;
}
.catalog-container {
  width: 1010px;
  margin: 0 auto;
}
.catalog-list {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-list-item {
  padding: 0 15px;
  width: 25%;
  float: left;
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 30px;
}
.catalog-list-item-more {
  opacity: 0;
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 12px;
  color: #7f7f81;
  text-transform: uppercase;
}
.catalog-list-item-link {
  display: inline-block;
  width: 100%;
}
.catalog-list-item-link:hover .catalog-list-item-more {
  opacity: 1;
}
.catalog-list-item-link:hover .catalog-list-item-img {
  opacity: 0.2;
}
.catalog-list-item-link-head {
  border: 1px solid #dedede;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  position: relative;
  height: 225px;
  line-height: 225px;
}
.catalog-list-item-link-footer {
  background-color: #f0f0f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 20px;
}
.catalog-list-item-link-footer h5 {
  text-transform: uppercase;
  color: #4e4e50;
  font-size: 12px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-list-item-link-footer p {
  margin: 0;
  font-size: 14px;
  color: #7f7f81;
}
.catalog-list-item-link-footer p .available {
  color: #ee4224;
}

.catalog-list-item-link-footer p .prebooking {
  color: red;
}

.catalog-list-item-img {
  vertical-align: middle;
  border: none;
  max-width: 154px;
  max-height: 154px;
}
.catalog-list-item-img-unavailable {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

.catalog-list-item-img-prebooking {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

.catalog-list-item-img-new {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.express {
  padding-top: 50px;
}
.express-title {
  font-size: 16px;
  color: #4e4e50;
  margin-bottom: 30px;
}
.express-title-small {
  font-size: 12px;
  color: #4e4e50;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.express .list-products {
  width: 100%;
}
.express .list-products input {
  width: 40px;
  float: left;
  margin-right: 10px;
  padding: 7px;
}
.express .list-products tr {
  background-color: #ffffff;
}
.express .list-products tr td strong {
  font-weight: normal;
}
.express .list-products tr td ul li {
  display: inline-block;
  width: 33.33333333%;
  float: left;
  line-height: 40px;
}
.express .list-products tr td ul li span {
  line-height: normal;
  display: inline-block;
}
.express .list-products tr td ul li span i {
  font-style: normal;
  color: #f16850;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.express .list-products tr.alt {
  background: #f0f0f0;
}
.store {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 40px;
}
.store-action {
  padding: 30px;
  text-align: right;
}
.store-action-button {
  width: 150px;
  display: inline-block;
}
.recap-table {
  border: 1px solid #dcdcdc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.recap-total {
  border: 1px solid #dcdcdc;
  border-top: none;
  text-align: right;
  margin-bottom: 40px;
}
.recap-total tr {
  background-color: #ffffff !important;
}
.recap-total-title {
  color: #4e4e50;
  font-size: 12px;
  font-family: 'montserratbold';
}
.recap-total-number {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #7f7f81;
  padding-right: 100px;
  width: 200px;
}
.comment-box {
  width: 60%;
  margin-bottom: 40px;
}
.form-rep-container {
  margin: 0 -10px;
}
.form-rep-box {
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 33.33333333%;
  display: inline-block;
  float: left;
}
.form-rep-box-item {
  margin-bottom: 20px;
}
.form-rep-box-item input {
  width: 100%;
  font-size: 12px;
  padding: 0 20px;
}
.form-rep-box-item textarea {
  width: 100%;
  min-height: 100px;
}
.form-rep p {
  font-size: 14px;
  color: #7f7f81;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.form-action-express {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
}
.form-action-express-item {
  display: inline-block;
  margin-left: 20px;
}
.form-action-express-button {
  width: 150px;
}
.account {
  padding-top: 60px;
  padding-bottom: 100px;
}
.account .half {
  width: 35%;
  display: inline-block;
  float: left;
}
.account-container {
  width: 1010px;
  margin: 0 auto;
}
.account-section {
  margin: 0 -10px 20px;
}
.account-section-title {
  font-size: 12px;
  color: #4e4e50;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.account-section-item {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.account-section-item.checkbox {
  min-height: 40px;
}
.account-section-item .bootstrap-select {
  width: 100%;
  margin-left: 0;
}
.account-section-item input[type="text"],
.account-section-item input[type="email"],
.account-section-item input[type="phone"],
.account-section-item input[type="password"] {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #7f7f81;
  padding: 0 20px;
}
.account-section-item input[type="text"]:placeholder,
.account-section-item input[type="email"]:placeholder,
.account-section-item input[type="phone"]:placeholder,
.account-section-item input[type="password"]:placeholder {
  text-transform: uppercase;
}
.account-section-item textarea {
  text-transform: uppercase;
}
.account-section-label {
  color: grey;
  font-size: 12px;
  text-transform: uppercase;
}
.product {
  padding: 60px 0;
}
.product-container {
  width: 1010px;
  margin: 0 auto;
}
.product-back {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom: 20px;
}
.product-table {
  display: table;
}
.product-images {
  width: 25%;
  display: table-cell;
  vertical-align: top;
}
.product-images-header {
  height: 380px;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  line-height: 380px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.product-img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.product-images-footer {
  background: #f0f0f0;
  padding: 20px;
  padding-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product-thumbnails {
  margin-left: -8px;
  margin-right: -8px;
}
.product-thumb {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.product-thumb-link {
  text-decoration: none;
}
.product-thumb-img {
  border: 1px solid #dcdcdc;
  background: #ffffff;
  padding: 6px;
  width: 30px;
}
.product-thumb-desc {
  color: #7f7f81;
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
  width: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-details {
  width: 75%;
  display: table-cell;
  vertical-align: top;
  padding-left: 80px;
}
.product-details-title {
  font-size: 22px;
  color: #4e4e50;
  margin-bottom: 40px;
}
.product-details-definition {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}
.product-details-definition-item {
  width: 200px;
  display: inline-block;
  float: left;
}
.product-details-definition-item dd {
  margin-left: 0;
}
.product-order {
  border: 1px solid #dcdcdc;
}
.product-order-tab {
  background-color: #f0f0f0;
}
.product-order-tab-link {
  padding: 20px 30px;
  display: inline-block;
  color: #7f7f81;
  font-size: 18px;
}
.product-order-tab-link.actif {
  color: #ee4224;
  background-color: #ffffff;
}
.product-order-action {
  text-align: right;
  padding: 30px;
}
.product-order-action-submit {
  width: 220px;
}
.wholesaler {
  padding: 35px 20px 15px;
}
.wholesaler .bootstrap-select {
  margin-bottom: 20px;
  margin-left: 0;
}
.wholesaler-label {
  color: #7f7f81;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  width: 140px;
}
.wholesaler-info {
  color: #7f7f81;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
#msg_addedItem {
  padding-left: 30px;
  font-style: italic;
}
.list-orders {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.page-view {
  margin: 60px 0;
}
.page-view-container {
  width: 650px;
  margin: 0 auto;
  position: relative;
}
.page-view-share {
  position: absolute;
  left: -70px;
}
.page-view-share-link {
  margin-left: 7px;
  color: #4e4e50;
}
/*
 * GENERAL
 */
body,
html {
  font-family: 'montserratregular';
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  line-height: normal;
  color: #ee4224;
  text-decoration: none;
}
a:hover {
  color: #c5280d;
}
a:focus,
a:active {
  color: #4e4e50;
}
p {
  font-family: Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
dl dt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: grey;
  font-weight: bold;
}
dl dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: grey;
  font-weight: normal;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
/*
 * Button
 */
.button {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}

.button:disabled {
    cursor:not-allowed
}

.button:focus {
  outline: none;
}
.button.red {
  color: #ffffff;
  background-color: #ee4224;
  border: 1px solid #ee4224;
  border-bottom: 1px solid #c5280d;
}
.button.red:hover {
  background-color: #f0553a;
}
.button.red:focus,
.button.red:active {
  background-color: #c5280d;
}
.button.red.border:hover {
  background-color: #ffffff;
  color: #ee4224;
}
.button.red.border:focus,
.button.red.border:active {
  color: #ee4224;
  background-color: #f7a192;
  border-color: transparent;
}
.button.white {
  color: #7f7f81;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}
.button.white:hover {
  border-color: #a8a8a9;
  color: #606062;
}
.button.white:focus,
.button.white:active {
  border-color: #dcdcdc;
  color: #7f7f81;
  background-color: #f0f0f0;
}

div.map div#map {
    width: 100%;
    height: 415px;
}

/*Training*/

.training-box {
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 50%;
  display: inline-block;
  float: left;
}
.training-box-item {
  margin-bottom: 20px;
}
.training-box-item input {
  width: 100%;
  font-size: 12px;
  padding: 0 20px;
}
.training-box-item textarea {
  width: 100%;
  min-height: 100px;
}
.training-inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.training-inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .training-inputfile + label {
    display: none;
}

.training-inputfile:focus + label,
.training-inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.training-inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.training-inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.training-inputfile-1 + label {
    color: #f1e5e6;
    background-color: #ee4224;
    border-radius: 5px;
}

.training-inputfile-1:focus + label,
.training-inputfile-1.has-focus + label,
.training-inputfile-1 + label:hover {
    background-color: #f0553a;
}
