@charset "UTF-8";
/* Imports */
@import url('flexslider.css');
@import url('prettyPhoto.css');

/* Partners */
.badge-partner-promo {
  align-content: stretch;
  align-items: center;
  background-color: #e6e6e6;
  display: flex;
  flex-flow: row nowrap;
  height: 50px;
  padding: 0 3px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 1;
  display: -webkit-flex;
}

.badge-partner-promo-tag {
  align-self: center;
  background-color: #fedd00;
  border-radius: 3px;
  clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0% 100%);
  color: #333;
  display: block;
  flex: 0 0 135px;
  margin: 0 5px;
  padding: 6px 0 6px 8px;
  -webkit-flex: 0 0 135px;
}

.badge-partner-promo-name {
  display: block;
  flex: 0 0 calc(100% - 285px);
  -webkit-flex: 0 0 calc(100% - 285px);
  margin: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.badge-partner-promo-price {
  display: block;
  flex: 0 0 120px;
  font-size: 2.5rem;
  margin: 0 5px;
  text-align: center;
  -webkit-flex: 0 0 120px;
}

.contact-info-list {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, .05);
  list-style: none;
  margin: 15px 0;
  padding: 5px 10px;
}

.contact-info-list-item {
  align-items: stretch;
  align-content: stretch;
  display: flex;
  flex-flow: row wrap;
  padding: 7px 0;
  text-shadow: 0 0 0;
  width: 100%;
  display: -webkit-flex;
}

.contact-info-list a {
  color: #3483fa;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-info-list a+a:before {
  color: #ccc;
  content: '/';
}

.contact-info-list-icon {
  align-self: center;
  flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  max-width: 20%;
  min-width: 20%;
  width: 20%;
}

.contact-info-list-icon i {
  background-color: #2b4783;
  border-radius: 100px;
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}

.contact-info-list-text {
  align-self: center;
  color: #707070;
  flex: 0 0 80%;
  -webkit-flex: 0 0 80%;
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 80%;
  min-width: 80%;
  width: 80%;
}

.contact-info-list-item+li {
  border-top: 1px solid #ddd;
}