.poll {
    background-color: #dedede;
    padding: 20px 50px 20px 40px;
    text-align: right;
    margin: 0 auto 30px;
}
.poll .poll-title {
    font-family: "Fjalla One";
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}
.poll-option {
	cursor: pointer;
	background-color: #ec4012;
	margin-bottom: 10px;
	padding: 15px 0 15px 17px;
	font-family: "Fjalla One";
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	-o-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
	text-align: left;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(136,136,136,1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(136,136,136,1);
	box-shadow: 1px 1px 1px 1px rgba(136,136,136,1);
}
.cmspoll-voted .poll-option {
	box-shadow: none;
}
.poll-option .chk,
.poll-option input[type=radio]{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.poll-option .poll-content{
	display: inline-block;
	vertical-align: middle;
	max-width: -o-calc(100% - 50px);
	max-width: -moz-calc(100% - 50px);
	max-width: -webkit-calc(100% - 50px);
	max-width: -ms-calc(100% - 50px);
	max-width: calc(100% - 50px);
	z-index: 20;
	position: relative;
}

.cmspoll-voted .poll-option .poll-content{
	max-width: -o-calc(100% - 75px);
	max-width: -moz-calc(100% - 75px);
	max-width: -webkit-calc(100% - 75px);
	max-width: -ms-calc(100% - 75px);
	max-width: calc(100% - 75px);
}

.poll-option .result{
	z-index: 20;
	font-size: 25px;
	opacity: 0;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
    	-ms-transform: translate(0, -50%);
    	transform: translate(0, -50%); 
}

.poll-multi-entries > label:hover {
	background-color: #a0a0a0;
}
.cmspoll-voted .poll-multi-entries > label:hover {
	background-color: #bcbcbc;
}
.cmspoll-voted .poll-option {
	background-color: #bcbcbc;
}
.percentage {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: #a0a0a0;
}

.percentage.win{
	background-color: #ec4012;
}

.poll-total{
	width: 100%;
	text-align: center;
	margin: 30px 0 0;
}
.poll-total p, .poll-total span {
	display: inline-block;
	vertical-align: middle;
	color: #797979;
	font-size: 14px !important;
	margin-bottom: 0 !important;
	line-height: 15px !important;
	font-weight: 400 !important;
}

.redes{
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 0;
}
.poll-redes{
	text-align: center;
	padding: 20px 9px 0 0;
}
blockquote .poll-redes{
	padding: 0;
	margin-left: -21px;
}
.poll-redes p{
	display: inline-block;
	vertical-align: middle;
	color: #797979;
	font-size: 14px !important;
	margin-bottom: 0 !important;
	line-height: 15px !important;
	font-weight: 400 !important;
}
.redes a,
.poll-redes a{
  padding: 6px;
  margin-left: 8px;
}
.poll-redes a{
	border-radius: 0 !important;
	margin-left: 14px;
	vertical-align: middle;
	padding: 7px;
}
.poll-redes a:first-of-type{
	margin-left: 9px;
}
a.ic-f{
  background-color:#425a99;
}
a.ic-t{
  background-color:#60aaf1;
}
a.ic-w{
  background-color:#95d258;
}
a.ic-m{
  background-color:#006595;
}
a.ic-yt{
  background-color:#dc472e;
}
a.ic-gplus{
  background-color:#dd4b39;
}
.redes a:hover{
  background-color:#2d2d2d;
}
.redes a[class^="ic-"] img,
.poll-redes a[class^="ic-"] img{
  width: 100%;
  height: auto;
  width: 18px;
}
.poll-redes a[class^="ic-"] img{
	width: 16px;
}