.ufwp-badge {
  padding: 0 8px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.ufwp-star-rating {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 80px;
  background-image: url('../img/star.png');
  background-repeat: repeat-x;
  background-position: left center;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  vertical-align: top;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .ufwp-star-rating {
    background-image: url('../img/star@2x.png');
  }
}
.ufwp-star-rating > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 16px;
  width: 80px;
  background-image: url('../img/star-active.png');
  background-repeat: repeat-x;
  background-position: left center;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  vertical-align: top;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .ufwp-star-rating > span {
    background-image: url('../img/star-active@2x.png');
  }
}
.ufwp {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ufwp *,
.ufwp *:before,
.ufwp *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ufwp .ufwp-course {
  margin: 0 0 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  color: #1E2C35;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.ufwp .ufwp-course:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.ufwp .ufwp-course a {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1E2C35;
  text-decoration: none;
}
.ufwp .ufwp-course a:visited {
  color: #1E2C35;
}
.ufwp .ufwp-course a:hover,
.ufwp .ufwp-course a:focus,
.ufwp .ufwp-course a:active {
  border: none;
  color: #1E2C35;
  outline: none;
  text-decoration: none;
}
.ufwp .ufwp-course__link {
  display: block;
}
.ufwp .ufwp-course__content {
  display: block;
  padding: 10px;
}
.ufwp .ufwp-course__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.ufwp .ufwp-course__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
}
.ufwp .ufwp-course__details {
  display: block;
  color: #304756;
}
.ufwp .ufwp-course__footer {
  display: block;
  margin-top: 10px;
}
.ufwp .ufwp-course__footer .ufwp-course__price,
.ufwp .ufwp-course__footer .ufwp-course__rating,
.ufwp .ufwp-course__footer .ufwp-course__meta {
  display: inline-block;
  margin-bottom: 3px;
}
.ufwp .ufwp-course__footer .ufwp-course__rating,
.ufwp .ufwp-course__footer .ufwp-course__meta {
  margin-left: 4px;
}
.ufwp .ufwp-course__footer .ufwp-course__rating:before,
.ufwp .ufwp-course__footer .ufwp-course__meta:before {
  content: '\2022';
  margin-right: 6px;
  font-weight: bold;
}
.ufwp .ufwp-course__price {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  vertical-align: -6%;
}
.ufwp .ufwp-course__price + .ufwp-course__price {
  margin-left: 5px;
}
.ufwp .ufwp-course__price--list {
  color: #686f7a;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.ufwp .ufwp-standard .ufwp-course {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.ufwp .ufwp-standard .ufwp-course:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.ufwp .ufwp-standard .ufwp-course__link {
  position: relative;
  padding: 10px;
}
.ufwp .ufwp-standard .ufwp-course__badge {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 6;
}
.ufwp .ufwp-standard .ufwp-course__badge + .ufwp-course__badge {
  margin-top: 30px;
}
.ufwp .ufwp-standard .ufwp-course__img {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  display: block;
  height: auto;
  max-width: 225px;
}
@media (max-width: 900px) {
  .ufwp .ufwp-standard .ufwp-course__img {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  .ufwp .ufwp-standard .ufwp-course__img {
    position: static;
    max-width: 100%;
    margin: 0 auto;
  }
}
.ufwp .ufwp-standard .ufwp-course__content {
  margin-left: 245px;
  min-height: 127px;
  padding: 0;
}
@media (max-width: 900px) {
  .ufwp .ufwp-standard .ufwp-course__content {
    margin-left: 170px;
  }
}
@media (max-width: 480px) {
  .ufwp .ufwp-standard .ufwp-course__content {
    margin: 10px 0 0;
    min-height: 0;
  }
}
.ufwp .ufwp-standard .ufwp-course__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .ufwp .ufwp-standard .ufwp-course__title {
    margin-bottom: 10px;
    line-height: 20px;
  }
}
.ufwp .ufwp-standard .ufwp-course__instructors {
  display: block;
  margin-bottom: 10px;
  color: #304756;
  font-style: italic;
}
.ufwp .ufwp-standard .ufwp-course__headline {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 480px) {
  .ufwp .ufwp-standard .ufwp-course__meta {
    display: none;
  }
}
.ufwp .ufwp-standard.ufwp-style-clean .ufwp-course {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.ufwp .ufwp-standard.ufwp-style-clean .ufwp-course a {
  color: inherit;
}
.ufwp .ufwp-standard.ufwp-style-clean .ufwp-course a:visited {
  color: inherit;
}
.ufwp .ufwp-standard.ufwp-style-clean .ufwp-course a:hover,
.ufwp .ufwp-standard.ufwp-style-clean .ufwp-course a:focus,
.ufwp .ufwp-standard.ufwp-style-clean .ufwp-course a:active {
  color: inherit;
}
.ufwp .ufwp-standard.ufwp-style-clean .ufwp-course__details {
  color: inherit;
}
.ufwp .ufwp-standard.ufwp-style-light .ufwp-course {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course {
  background-color: #222;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  color: #f2f2f2;
}
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course a {
  color: #fff;
}
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course a:visited {
  color: #fff;
}
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course a:hover,
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course a:focus,
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course a:active {
  color: #fff;
}
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course__instructors {
  color: #f2f2f2;
}
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course__headline {
  color: #ccc;
}
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course__price {
  color: #fff;
}
.ufwp .ufwp-standard.ufwp-style-dark .ufwp-course__price--list {
  color: #d9d9d9;
}
.ufwp .ufwp-grid {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 104%;
  margin-left: -4%;
}
.ufwp .ufwp-grid .opera-only :-o-prefocus,
.ufwp .ufwp-grid {
  word-spacing: -0.43em;
}
@media (min-width: 481px) {
  .ufwp .ufwp-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ufwp .ufwp-grid__item {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 96%;
  margin-left: 4%;
}
@media (min-width: 481px) {
  .ufwp .ufwp-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .ufwp .ufwp-grid__item > * {
    max-width: 100%;
  }
}
@media (min-width: 481px) {
  .ufwp .ufwp-grid--col-2 .ufwp-grid__item {
    width: 46%;
  }
  .ufwp .ufwp-grid--col-3 .ufwp-grid__item {
    width: 29.33%;
  }
  .ufwp .ufwp-grid--col-4 .ufwp-grid__item {
    width: 21%;
  }
  .ufwp .ufwp-grid--col-5 .ufwp-grid__item {
    width: 16%;
  }
  .ufwp .ufwp-grid--col-6 .ufwp-grid__item {
    width: 12.66%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .ufwp .ufwp-grid--col-3 .ufwp-grid__item,
  .ufwp .ufwp-grid--col-4 .ufwp-grid__item,
  .ufwp .ufwp-grid--col-5 .ufwp-grid__item,
  .ufwp .ufwp-grid--col-6 .ufwp-grid__item {
    width: 46%;
  }
}
.ufwp .ufwp-grid .ufwp-course {
  position: relative;
  padding-bottom: 30px;
}
.ufwp .ufwp-grid .ufwp-course__badge {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 6;
}
.ufwp .ufwp-grid .ufwp-course__badge + .ufwp-course__badge {
  margin-top: 30px;
}
.ufwp .ufwp-grid .ufwp-course__rating {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ufwp .ufwp-grid .ufwp-course__price {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.ufwp .ufwp-grid .ufwp-course__price--list {
  display: none;
}
.ufwp .ufwp-grid .ufwp-course--sale .ufwp-course__price {
  margin-left: 0;
}
@media (max-width: 480px) {
  .ufwp .ufwp-grid .ufwp-course--sale .ufwp-course__price {
    left: 55px;
  }
  .ufwp .ufwp-grid .ufwp-course--sale .ufwp-course__price--list {
    left: 10px;
    display: block;
  }
}
@media (min-width: 481px) {
  .ufwp .ufwp-grid.ufwp-grid--col-1 .ufwp-course--sale .ufwp-course__price,
  .ufwp .ufwp-grid.ufwp-grid--col-2 .ufwp-course--sale .ufwp-course__price,
  .ufwp .ufwp-grid.ufwp-grid--col-3 .ufwp-course--sale .ufwp-course__price {
    left: 65px;
  }
  .ufwp .ufwp-grid.ufwp-grid--col-1 .ufwp-course--sale .ufwp-course__price--list,
  .ufwp .ufwp-grid.ufwp-grid--col-2 .ufwp-course--sale .ufwp-course__price--list,
  .ufwp .ufwp-grid.ufwp-grid--col-3 .ufwp-course--sale .ufwp-course__price--list {
    left: 10px;
    display: block;
  }
}
.ufwp .ufwp-list {
  margin: 0 0 20px;
}
.ufwp .ufwp-list .ufwp-course {
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ufwp .ufwp-list .ufwp-course:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ufwp .ufwp-list .ufwp-course__link {
  position: relative;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .ufwp .ufwp-list .ufwp-course__link {
    padding: 10px;
  }
}
.ufwp .ufwp-list .ufwp-course__badge {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 6;
}
.ufwp .ufwp-list .ufwp-course__badge + .ufwp-course__badge {
  margin-top: 30px;
}
.ufwp .ufwp-list .ufwp-course__content {
  margin-left: 165px;
  min-height: 84px;
  padding: 0;
}
@media (max-width: 480px) {
  .ufwp .ufwp-list .ufwp-course__content {
    margin: 10px 0 0;
    min-height: 0;
  }
}
.ufwp .ufwp-list .ufwp-course__img {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: auto;
  max-width: 150px;
}
@media (max-width: 480px) {
  .ufwp .ufwp-list .ufwp-course__img {
    position: static;
    max-width: 100%;
    margin: 0 auto;
  }
}
.ufwp .ufwp-list .ufwp-course__title {
  margin-bottom: 5px;
}
.ufwp .ufwp-list .ufwp-course__footer {
  margin-top: 7px;
}
@media (max-width: 900px) {
  .ufwp .ufwp-list .ufwp-course__footer .ufwp-course__meta {
    display: none;
  }
}
.ufwp .ufwp-list__item {
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ufwp .ufwp-list__item:hover {
  background: #eee;
}
.ufwp .ufwp-list__item:first-child {
  border-top: 1px solid #eee;
}
.ufwp .ufwp-widget .ufwp-course__link {
  position: relative;
}
.ufwp .ufwp-widget .ufwp-course__badge {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 6;
}
.ufwp .ufwp-widget .ufwp-course__badge + .ufwp-course__badge {
  margin-top: 30px;
}
.ufwp .ufwp-widget .ufwp-course__footer {
  zoom: 1;
}
.ufwp .ufwp-widget .ufwp-course__footer:before,
.ufwp .ufwp-widget .ufwp-course__footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ufwp .ufwp-widget .ufwp-course__footer:after {
  clear: both;
}
.ufwp .ufwp-widget .ufwp-course__price,
.ufwp .ufwp-widget .ufwp-course__rating {
  margin-bottom: 0;
}
.ufwp .ufwp-widget .ufwp-course__price {
  float: left;
}
.ufwp .ufwp-widget .ufwp-course__rating {
  float: right;
}
.ufwp .ufwp-widget .ufwp-course__rating:before {
  display: none;
}
.ufwp .ufwp-widget.ufwp-style-light .ufwp-course {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.ufwp .ufwp-widget.ufwp-style-clean .ufwp-course {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.ufwp .ufwp-widget.ufwp-style-clean .ufwp-course a {
  color: inherit;
}
.ufwp .ufwp-widget.ufwp-style-clean .ufwp-course a:visited {
  color: inherit;
}
.ufwp .ufwp-widget.ufwp-style-clean .ufwp-course a:hover,
.ufwp .ufwp-widget.ufwp-style-clean .ufwp-course a:focus,
.ufwp .ufwp-widget.ufwp-style-clean .ufwp-course a:active {
  color: inherit;
}
.ufwp .ufwp-widget.ufwp-style-clean .ufwp-course__details {
  color: inherit;
}
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course {
  background-color: #222;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  color: #f2f2f2;
}
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course a {
  color: #fff;
}
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course a:visited {
  color: #fff;
}
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course a:hover,
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course a:focus,
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course a:active {
  color: #fff;
}
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course__details {
  color: #ccc;
}
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course__price {
  color: #fff;
}
.ufwp .ufwp-widget.ufwp-style-dark .ufwp-course__price--list {
  color: #d9d9d9;
}
.ufwp .ufwp-widget-small .ufwp-course {
  position: relative;
}
.ufwp .ufwp-widget-small .ufwp-course__badge {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 6;
  font-size: 8px;
}
.ufwp .ufwp-widget-small .ufwp-course__badge + .ufwp-course__badge {
  margin-top: 30px;
}
.ufwp .ufwp-widget-small .ufwp-course__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block !important;
  height: 100% !important;
  width: 75px !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.ufwp .ufwp-widget-small .ufwp-course__content {
  margin-left: 75px;
  min-height: 75px !important;
  padding: 5px 10px;
}
.ufwp .ufwp-widget-small .ufwp-course__title {
  margin-bottom: 5px;
  font-size: 12px;
}
.ufwp .ufwp-widget-small .ufwp-course__footer {
  zoom: 1;
  margin-top: 5px;
}
.ufwp .ufwp-widget-small .ufwp-course__footer:before,
.ufwp .ufwp-widget-small .ufwp-course__footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ufwp .ufwp-widget-small .ufwp-course__footer:after {
  clear: both;
}
.ufwp .ufwp-widget-small .ufwp-course__price,
.ufwp .ufwp-widget-small .ufwp-course__rating {
  margin-bottom: 0;
}
.ufwp .ufwp-widget-small.ufwp-style-light .ufwp-course {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.ufwp .ufwp-widget-small.ufwp-style-clean .ufwp-course {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.ufwp .ufwp-widget-small.ufwp-style-clean .ufwp-course a {
  color: inherit;
}
.ufwp .ufwp-widget-small.ufwp-style-clean .ufwp-course a:visited {
  color: inherit;
}
.ufwp .ufwp-widget-small.ufwp-style-clean .ufwp-course a:hover,
.ufwp .ufwp-widget-small.ufwp-style-clean .ufwp-course a:focus,
.ufwp .ufwp-widget-small.ufwp-style-clean .ufwp-course a:active {
  color: inherit;
}
.ufwp .ufwp-widget-small.ufwp-style-clean .ufwp-course__details {
  color: inherit;
}
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course {
  background-color: #222;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  color: #f2f2f2;
}
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course a {
  color: #fff;
}
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course a:visited {
  color: #fff;
}
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course a:hover,
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course a:focus,
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course a:active {
  color: #fff;
}
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course__details {
  color: #ccc;
}
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course__price {
  color: #fff;
}
.ufwp .ufwp-widget-small.ufwp-style-dark .ufwp-course__price--list {
  color: #d9d9d9;
}
