/* poll module css starts */
.poll-content-module {
  font-family: "BTFont Regular";
  text-align: left;
}

.poll-content-module .poll-module-highlight {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #272727;
}

.poll-content-module p {
  margin: 0 0 11px;
  font-size: 20px;
  text-align: left;
  color: #272727;
}

.poll-content-module h3 {
  font-size: 36px;
  line-height: 32px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 20px;
}

.poll-content-module h3 a {
  text-decoration: none;
  color: #333333;
}

.poll-content-module {
  margin-bottom: 10px;
  margin-top: 30px;
}

.poll-content-module .poll-module {
  display: block;
  margin-bottom: 30px;
}

.poll-content-module .poll-module .poll-module-overlay {
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  padding-bottom: 56.25%;
}

.poll-content-module .poll-module .poll-module-overlay > :first-child {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.poll-content-module .poll-module a {
  text-decoration: none;
}

.poll-content-module .poll-module-detail {
  overflow: hidden;
}

.poll-content-module .poll-module-detail ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}

.poll-content-module .poll-module-detail li {
  border: solid 2px #666666;
  border-radius: 5px;
  /*height: 30px;
line-height: 30px;*/
  margin-bottom: 10px;
  padding: 6px 0 5px 24px;
}

.poll-content-module .poll-module-detail li a {
  display: block;
  font-size: 16px;
  text-align: left;
  color: #272727;
  /*height: 19px;
margin: 6px 0 5px 24px;
line-height: 19px;*/
}

.poll-content-module .poll-module-detail li:hover {
  border: solid 2px #6400aa;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  background-color: #6400aa;
}

.poll-content-module .poll-module-detail li a:hover {
  color: #fff;
  border: none;
  border-radius: 0;
}

.poll-title-new a {
  /*width: 372px;*/
  height: 34px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-align: left;
  color: #272727;
}

#myProgress li {
  width: 100%;
  background-color: #fff;
}

#myBar,
#myBar2, #myBar3, #myBar4 {
  width: 0%;
  height: 10px;
  text-align: center;
  line-height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 12px;
  border-radius: 5px;
  display: none;
  background-color: #6400aa;
}

#poll-percentage-text,
#poll-percentage-text2,
#poll-percentage-text3,
#poll-percentage-text4 {
  width: 49px;
  height: 27px;
  line-height: 27px;
  float: left;
  margin-right: 14px;
  display: none;
  text-align: left;
  font-size: 24px;
  color: #6400aa;
}

#poll-percentage-text a {
  float: left;
}

#poll-percentage-text2 a {
  float: left;
}

#poll-percentage-text3 a {
  float: left;
}

#poll-percentage-text4 a {
  float: left;
}

.poll-content-module .poll-module-detail ul#myProgress li:hover {
  background-color: #6400aa;
  color: #fff;
}

.barWidth,
.barWidth2,
.barWidth3,
.barWidth4 {
  width: 99%;
  background-color: #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 12px;
  border-radius: 5px;
  float: left;
}

.poll-text-hover,
.poll-text-hover2,
.poll-text-hover3,
.poll-text-hover4 {
  color: #000 !important;
  line-height: 27px !important;
  margin-top: 0px !important;
  padding: 2px 0 0 0;
}

.poll-divHeight-click {
  height: auto;
}

#myProgress li {
  color: #272727;
  float: left;
}

.floatLeft {
  float: left;
}

.bgAnimation {
  background-color: #d8bfea;
  position: relative;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-name: example;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  /*-webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;*/
  /* Standard syntax */
  animation-name: example;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  /*animation-iteration-count: infinite;
  animation-direction: alternate;*/
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0% {
    background-color: #d8bfea;
  }
  50% {
    background-color: #d8bfea;
  }
  100% {
    background-color: #fff;
  }
}

/* Standard syntax */
@keyframes example {
  0% {
    background-color: #d8bfea;
  }
  50% {
    background-color: #d8bfea;
  }
  100% {
    background-color: #fff;
  }
}

/* code for RC Slots starts*/
.rhr-col .poll-content-module .img-holder .col-md-6,
.rhr-col .poll-content-module .img-holder .col-sm-9.poll-detail-center {
  width: 100%;
}

.rhr-col .poll-content-module .img-holder .poll-detail-center {
  margin-left: 0;
}

/* code for RC Slots ends*/
.poll-photos #myProgress li {
  float: left;
  padding: 10px;
  margin-right: 8%;
  display: inline-block;
  margin-bottom: 20px;
  border: solid 2px #666666;
  border-radius: 5px;
}

.poll-content-module .poll-photos .poll-module-detail li img {
  margin-bottom: 12px;
}

.poll-detail-center.poll-photos {
  margin-left: 0;
  width: 100%;
}

.poll-photos-hover {
  border: solid 1px #6400aa;
}

@media (min-width: 768px) {
  .poll-detail-center {
    padding-left: 0;
    padding-right: 0;
    margin-left: 105px;
    margin-bottom: 30px;
  }
  .poll-detail-center.poll-photos {
    margin-left: 7px;
  }
}

#myProgress li .poll-middle-text {
  height: auto;
  line-height: 15px;
  float: left;
}

@media (max-width: 1025px) {
  .poll-photos #myProgress li {
    margin-right: 4%;
    width: 46%;
  }
}

@media (min-width: 1024px) {
  .poll-content-module {
    padding-left: 0;
  }
  .poll-photos #myProgress li.col-md-3 {
    width: 23%;
    margin-right: 2%;
  }
  .poll-photos #myProgress li {
    width: 100%;
    background-color: #fff;
  }
  .poll-photos #myProgress li.col-md-3 {
    margin-right: 2%;
  }
  #myProgress li.poll-divHeight-click .poll-middle-text {
    max-width: 500px;
  }
}

@media (max-width: 319px) {
  .poll-photos #myProgress li {
    height: 150px;
    line-height: 150px;
  }
}

.poll-photos-mobile {
  margin-right: 0 !important;
}

.poll-photos-Width {
  width: 100% !important;
}

.poll-content-module .poll-module-detail ul#myProgress li.bgWhite3:hover {
  background-color: #fff;
}

.poll-cursor-default {
  cursor: default;
}

.poll-cursor-hand {
  cursor: pointer;
}

.rhr-col .poll-photos #myProgress li.col-md-3 {
  width: 48%;
  margin-right: 2%;
}

.rhr-col .poll-content-module .poll-photos .poll-module-detail li {
  width: 100%;
}

.rhr-col .poll-content-module .img-holder .poll-detail-center.poll-photos {
  margin-left: 7px;
}

@media (max-width: 767px) {
  .poll-photos #myProgress li {
    height: 150px;
    line-height: 150px;
  }
  .poll-content-module .poll-module-highlight {
    font-size: 22px;
  }
  .poll-content-module p {
    font-size: 16px;
  }
  #myProgress li.poll-divHeight-click .poll-middle-text {
    max-width: 77%;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  #myProgress li.poll-divHeight-click .poll-middle-text {
    max-width: 87%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .poll-content-module .poll-module-highlight {
    font-size: 24px;
  }
  .poll-content-module p {
    font-size: 16px;
  }
  #myProgress li.poll-divHeight-click .poll-middle-text {
    max-width: 475px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #myProgress li.poll-divHeight-click .poll-middle-text {
    max-width: 418px;
  }
}

/* poll module css ends */
