/*----# plg_extravote - ExtraVote Plugin-------------------------------------------------------------------------*/
.extravote {
  margin: 0 0 10px;
  text-align: center;
  clear: both
}

.extravote div:first-child {
  font-size: 18px;
  color: #d83004;
  margin-bottom: 6px;
}

.extravote div:last-child {
  position: relative;
  margin-bottom: 40px;
  margin-top: 18px;
  padding-top: 25px;
  box-shadow: 0px -28px 56px -32px rgba(0, 0, 0, .1);
}

.extravote-small {
}

.extravote-stars, .extravote-info {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  vertical-align: middle
}

.extravote-stars, .extravote-star a, .extravote-info, .extravote-stars .current-rating {
  height: 25px;
  line-height: 34px
}

.extravote-stars {
  font-size: 1em;
  overflow: hidden;
  width: 125px
}

.extravote-info {
  font-size: 1.2em;
  margin: 7px 0 10px !important;
  color: #4f5b67;
}

.extravote-small .extravote-stars, .extravote-small .extravote-star a, .extravote-small .extravote-info, .extravote-small .extravote-stars .current-rating {
  height: 22px;
  line-height: 22px
}

.extravote-small .extravote-stars {
  width: 110px
}

.extravote-star {
  background-position: 0 !important;
  background-image: none;
  display: inline;
  margin: 0 !important;
  padding: 0 !important
}

.extravote-stars, .extravote-star a:hover, .extravote-stars .current-rating {
  background-image: url(/plugins/content/extravote/images/star.png) !important;
  background-color: transparent !important;
  background-repeat: repeat-x !important
}

.extravote-star a:hover, .extravote-stars .current-rating {
  background-position: left -1000px
}

.extravote-small .extravote-stars, .extravote-small .extravote-star a:hover, .extravote-small .extravote-stars .current-rating {
  background-image: url(/plugins/content/extravote/images/star_small.png) !important
}

.extravote-star a, .extravote-stars .current-rating {
  border: medium none;
  cursor: pointer;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: -1000em !important;
  top: 0
}

.extravote-star a:hover {
  background-position: left bottom !important
}

.extravote-star a:focus, .extravote-star a:active {
  background: none !important
}

.extravote-stars .current-rating {
  background-position: left center;
  z-index: 1
}

.extravote-star a.ev-5-stars, .extravote-star a.ev-10-stars, .extravote-star a.ev-15-stars, .extravote-star a.ev-20-stars, .extravote-star a.ev-25-stars, .extravote-star a.ev-30-stars, .extravote-star a.ev-35-stars, .extravote-star a.ev-40-stars, .extravote-star a.ev-45-stars, .extravote-star a.ev-50-stars {
  margin: 0;
  padding: 0
}

.extravote-star a.ev-5-stars {
  width: 10%;
  z-index: 12
}

.extravote-star a.ev-10-stars {
  width: 20%;
  z-index: 11
}

.extravote-star a.ev-15-stars {
  width: 30%;
  z-index: 10
}

.extravote-star a.ev-20-stars {
  width: 40%;
  z-index: 9
}

.extravote-star a.ev-25-stars {
  width: 50%;
  z-index: 8
}

.extravote-star a.ev-30-stars {
  width: 60%;
  z-index: 7
}

.extravote-star a.ev-35-stars {
  width: 70%;
  z-index: 6
}

.extravote-star a.ev-40-stars {
  width: 80%;
  z-index: 5
}

.extravote-star a.ev-45-stars {
  width: 90%;
  z-index: 4
}

.extravote-star a.ev-50-stars {
  width: 100%;
  z-index: 3
}

div.uptl_toolbar.uptl_toolbar_simple.__utl-reset.uptl_toolbar_like {
  text-align: center;
  clear: both
}

@media screen and (max-width: 620px) {
  div.uptl_toolbar.uptl_toolbar_simple.__utl-reset.uptl_toolbar_like ul {
    white-space: normal;
    width: 255px;
    margin: 0 auto 35px;
  }
  div.uptl_toolbar.uptl_toolbar_simple.__utl-reset.uptl_toolbar_like ul li {
    margin-bottom: 10px;
    margin-right: 10px
  }
  div.uptl_toolbar.uptl_toolbar_simple.__utl-reset.uptl_toolbar_like ul li:nth-child(4) {
    margin-right: 14px
  }
}
