@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

ul, li, ol, li {
  list-style-type: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  text-decoration: none;
  line-height: 22px;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
}

.more a {
  color: #e72d33;
  font-size: 16px;
  float: right;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.more a:hover {
  color: #ca171d;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.width {
  max-width: 1280px;
  margin: auto;
}

.ka-heading {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: solid 1px #e72c32;
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 600;
  padding-top: 5px;
}

.ka-header {
  padding: 10px 0;
}
.ka-logo {
  float: left;
}
.ka-ad {
  float: left;
  margin-left: 120px;
}
.ka-wrapper-text {
  background: #e3111a;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
  border-top: solid 4px #fae600;
}
.ka-year-list ul {
  text-align: center;
  font-size: 0;
  border-bottom: solid thin #999999;
}
.ka-year-list ul li {
  display: inline-block;
}
.ka-year-list ul li a {
  display: block;
  font-size: 20px;
  padding: 10px 25px;
  color: #999999;
  text-decoration: none;
  position: relative;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.ka-year-list ul li a:hover {
  color: #000000;
}
.ka-year-list ul li.active a {
  color: #e3111a;
  font-weight: bold;
  border-right: solid thin #999999;
  border-left: solid thin #999999;
}
.ka-year-list ul li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #ffffff;
}
.ka-count {
  max-width: 920px;
  margin: auto;
  height: 150px;
}
.ka-count-text {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding: 20px 0;
}

.ka-party .ka-party-det {
  position: relative;
}
.ka-party .ka-party-name {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
}
.ka-party .ka-party-name span {
  display: block;
  color: #000000;
  font-size: 34px;
  font-weight: normal;
}
.ka-party .ka-party-candidate {
  border: solid 3px #ffffff;
  position: absolute;
  border-radius: 50%;
  -moz-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
}
.ka-party .ka-party-candidate img {
  width: 100%;
  display: block;
}
.ka-party.party1 .ka-party-det {
  float: left;
}
.ka-party.party1 .ka-party-candidate {
  left: -110px;
  top: -46px;
}
.ka-party.party1 .ka-party-name {
  padding-left: 20px;
}
.ka-party.party2 .ka-party-det {
  float: right;
  text-align: right;
}
.ka-party.party2 .ka-party-candidate {
  right: -110px;
  top: -46px;
}
.ka-party.party2 .ka-party-name {
  padding-right: 20px;
}

.party-divider {
  width: 40px;
  height: 40px;
  background: #fff200 url("/elections-common/media/images/web/party-divider.png") no-repeat center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  border-radius: 50%;
  border: solid 3px #ffffff;
  top: -7px;
}

.ka-map {
  padding-bottom: 80px;
}
.ka-map .map-left {
  margin: 80px 0 0;
  width: 950px;
  float: left;
  position: relative;
}
.ka-map .map-left .map-image {
  position: absolute;
  left: 0;
  top: -80px;
  display: none;
}
.ka-map .map-left .map-wrapper {
  width: 700px;
  background: #f5f5f5;
  border: solid thin #d5d5d5;
  float: right;
}
.ka-map .map-right {
  width: 300px;
  float: right;
}
.ka-map .map-right .ad-300-250 {
  padding: 20px 0 0;
}

.live-block-video {
  margin: 10px 0;
}

.live-block-video .video img {
  width: 100%;
}

.live-block-head {
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-size: 0;
  margin-left: 10px;
}

.live-block-head i {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  bottom: -8px;
  right: -15px;
  background: #000000;
  border-radius: 50%;
  z-index: 9;
  box-shadow: -3px -2px 3px #fff;
}

.live-block-head i:before {
  position: absolute;
  content: "";
  top: 0;
  left: 3px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  margin: auto;
  display: block;
  border-left: solid 10px #ffffff;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
}

.live-block-head:before, .live-block-head:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
}

.live-block-head:before {
  left: -9px;
  border-left: solid 8px transparent;
  border-bottom: solid 35px #e3111a;
  border-top: solid 0px transparent;
}

.live-block-head:after {
  right: -9px;
  border-right: solid 8px transparent;
  border-top: solid 35px #e3111a;
  border-bottom: solid 0px transparent;
}

.live-block-video .text {
  font-size: 16px;
  padding-top: 10px;
  line-height: 20px;
}

.live-blog-capsule {
  position: relative;
  display: inline-block;
  background: #e3111a;
  text-transform: uppercase;
  color: #fff;
  float: left;
  padding: 0 10px 0 24px;
  width: 50px;
  height: 35px;
}

.live-blog-capsule::before {
  content: " LIVE ";
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 6px;
  margin-right: 3px;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  display: block;
  line-height: 35px;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.map-place {
  padding: 75px 0;
  padding-left: 180px;
  width: 300px;
}
.map-place .name {
  font-size: 22px;
  font-weight: bold;
}
.map-place .name span {
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding-top: 5px;
}
.map-place ul {
  padding: 20px 0 0;
}
.map-place ul li {
  padding-bottom: 10px;
}
.map-place ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.map-place ul li a .image {
  float: left;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: solid 5px #ffffff;
  -moz-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
}
.map-place ul li a .name {
  font-size: 16px;
  margin-left: 95px;
  padding: 20px 0 0;
}
.map-place ul li a .name strong {
  color: #6d6d6d;
}
.map-place ul li a .name span {
  font-weight: normal;
}

.election-guru {
  background: #e5e5e5;
  border-top: solid thin #d5d5d5;
}
.election-guru-b {
  padding: 15px 0;
  padding-left: 220px;
}
.election-guru .head {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.election-guru .select-candidate {
  position: relative;
  height: 36px;
  padding-top: 10px;
  margin-right: 10px;
}
.election-guru .select-candidate span, .election-guru .select-candidate select {
  position: absolute;
  background: #ffffff;
  display: block;
  padding: 11px 15px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.election-guru .select-candidate span {
  border: solid thin #d5d5d5;
  border-radius: 3px;
  font-size: 15px;
}
.election-guru .select-candidate span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: solid 2px #686868;
  border-bottom: solid 2px #686868;
  position: absolute;
  right: 15px;
  top: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.election-guru .select-candidate select {
  opacity: 0;
  width: 100%;
  z-index: 1000;
}

.party-list {
  position: absolute;
  right: 80px;
  top: 15px;
}
.party-list ul li {
  padding-bottom: 5px;
}
.party-list ul li span.inc {
  background: #00cc33;
}
.party-list ul li span:hover.inc {
  background: #009926;
}
.party-list ul li span.bjp {
  background: #f68220;
}
.party-list ul li span:hover.bjp {
  background: #da6909;
}
.party-list ul li span.jds {
  background: #007de7;
}
.party-list ul li span:hover.jds {
  background: #0061b4;
}
.party-list ul li span.kps {
  background: #8209c8;
}
.party-list ul li span:hover.kps {
  background: #620797;
}
.party-list ul li span.ind {
  background: #810606;
}
.party-list ul li span:hover.ind {
  background: #500404;
}
.party-list ul li span.oth {
  background: #078877;
}
.party-list ul li span:hover.oth {
  background: #05574d;
}
.party-list ul li span {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.party-list ul li span a {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url("/elections-common/media/images/web/double-arrow.png") center no-repeat;
  top: 10px;
  right: -60px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.party-list ul li:hover span a {
  opacity: 1;
  visibility: visible;
  right: -45px;
}

.video-icon .image {
  position: relative;
}
.video-icon .image:before, .video-icon .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.video-icon .image:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(238, 22, 59, 0.5);
  border: solid 3px rgba(255, 255, 255, 0.5);
}
.video-icon .image:after {
  width: 0;
  height: 0;
  left: 0;
  border-left: solid 10px rgba(255, 255, 255, 0.5);
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}
.video-icon .image:hover:before {
  background: #ee163b;
  border: solid 3px white;
}
.video-icon .image:hover:after {
  border-left: solid 10px white;
}

.ka-videos {
  background: #e6eaef;
  padding: 30px 0;
}
.ka-videos .ka-left {
  width: 850px;
  float: left;
}
.ka-videos .ka-right {
  width: 400px;
  float: right;
  height: 520px;
  overflow-y: auto;
}
.ka-videos .ka-right ul {
  margin: 20px 0 0;
}
.ka-videos .ka-right ul li {
  padding-bottom: 15px;
}
.ka-videos .ka-right ul li a {
  display: table;
}
.ka-videos .ka-right ul li a .image {
  display: table-cell;
  width: 195px;
}
.ka-videos .ka-right ul li a .text {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 22px;
  color: #000000;
}
.ka-videos-main {
  margin: 20px 0 0;
}
.ka-videos-main .video img {
  width: 100%;
}
.ka-videos-main .text {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0 0;
  position: relative;
}

.leaders-candidates {
  padding: 20px 0;
  border-bottom: solid thin #dbdbdb;
}
.leaders-candidates .ka-left {
  width: 48%;
  float: left;
}
.leaders-candidates .ka-left ul {
  margin: 20px 0 0;
}
.leaders-candidates .ka-left ul li {
  width: 190px;
  float: left;
  margin-right: 22px;
  position: relative;
}
.leaders-candidates .ka-left ul li:nth-child(3n) {
  margin-right: 0;
}
.leaders-candidates .ka-left ul li .text {
  position: absolute;
  bottom: 0;
  background: #e72d33;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 0;
  height: 22px;
  overflow: hidden;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.leaders-candidates .ka-left ul li .text span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 10px 0 0;
}
.leaders-candidates .ka-left ul li:hover .text {
  height: 42px;
}
.leaders-candidates .ka-left ul li:hover .text span {
  padding: 5px 0 0;
}
.leaders-candidates .ka-left .more {
  padding: 20px 0 0;
}
.leaders-candidates .ka-right {
  width: 48%;
  float: right;
}

.candidates-block {
  margin: 20px 0 0;
  border: solid thin #dbdbdb;
  padding: 10px;
}

.consituency-select {
  height: 50px;
}
.consituency-select .text {
  float: left;
  width: 50%;
  text-align: right;
  padding: 10px 0 0;
}
.consituency-select .text span {
  display: block;
  padding: 0 15px;
  font-size: 16px;
}
.consituency-select .select {
  float: left;
  width: 50%;
  position: relative;
}
.consituency-select .select span, .consituency-select .select select {
  position: absolute;
  background: #ffffff;
  display: block;
  padding: 11px 15px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.consituency-select .select span {
  border: solid thin #d5d5d5;
  border-radius: 3px;
  background: #eeeeee;
}
.consituency-select .select span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: solid 2px #686868;
  border-bottom: solid 2px #686868;
  position: absolute;
  right: 15px;
  top: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.consituency-select .select select {
  opacity: 0;
  width: 100%;
}

.consituency-name {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
}

.consituency-slider ul {
  padding: 0 30px;
}
.consituency-slider ul li a {
  padding: 0 30px 50px;
  color: #000000;
  display: block;
}
.consituency-slider ul li a > div {
  float: left;
}
.consituency-slider ul li a .image {
  border: solid 5px #fece00;
  border-radius: 50%;
  position: relative;
  width: 75px;
  height: 75px;
}
.consituency-slider ul li a .image span {
  position: absolute;
}
.consituency-slider ul li a .text {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
}
.consituency-slider .bx-viewport {
  z-index: 99;
}
.consituency-slider .bx-wrapper {
  position: relative;
  margin: 0 10px;
}
.consituency-slider .bx-wrapper .bx-controls-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.consituency-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  width: 25px;
  height: 45px;
  background: #e6e6e6;
  top: -30px;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.consituency-slider .bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: solid 2px #646464;
  border-bottom: solid 2px #646464;
}
.consituency-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -26px;
}
.consituency-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.consituency-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: -27px;
}
.consituency-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.consituency-slider .bx-wrapper .bx-controls-direction a:hover {
  background: #cdcdcd;
}

.bjp-icon {
  bottom: -25px;
  right: -50px;
  padding-left: 60px;
  line-height: 40px;
  font-weight: 600;
  color: #000000;
}
.bjp-icon:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  padding: 3px;
  width: 44px;
  height: 34px;
  background: #fece00 url(/elections-common/media/images/web/bjp-icon.png) center no-repeat;
}

.opinion-predict {
  padding: 20px 0;
  border-bottom: solid thin #dbdbdb;
}
.opinion-predict .ka-left {
  width: 48%;
  float: left;
}
.opinion-predict .ka-right {
  width: 48%;
  float: right;
}

.opinion-block {
  margin: 20px 0 0;
  border: solid thin #dbdbdb;
  background: #f1f1f1;
}
.opinion-left {
  float: left;
  width: 59%;
}
.opinion-left .channel {
  display: none;
}
.opinion-left .channel:first-child {
  display: block;
}
.opinion-right {
  float: left;
  width: 41%;
}
.opinion-right ul li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  padding: 19px 0;
  border-bottom: solid thin #dbdbdb;
  border-left: solid thin #dbdbdb;
  background: #ffffff;
}
.opinion-right ul li.active a {
  background: #f1f1f1;
  border-left: solid thin transparent;
}
.opinion-right ul li:last-child a {
  border-bottom: solid thin transparent;
}
.opinion-news ul {
  padding: 10px 0 0;
}
.opinion-news ul li {
  width: 49%;
  float: left;
  padding: 5px 0;
}
.opinion-news ul li:nth-child(2n) {
  float: right;
}
.opinion-news ul li a {
  color: #000000;
  font-size: 14px;
}

.election-prediction-party {
  margin: 20px 0 0 0;
  border: solid thin #cccccc;
}
.election-prediction-top {
  padding: 15px 20px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: solid thin #cccccc;
  position: relative;
}
.election-prediction-top strong {
  color: #e72d33;
  font-size: 32px;
  font-weight: 600;
}

.election-prediction-list-block {
  background: #f6f5f2;
  padding: 7px 30px;
}

.election-prediction-list-left {
  float: left;
  font-size: 14px;
}

.election-prediction-list-right {
  float: right;
}

.election-prediction-list-right select {
  width: 200px;
  height: 25px;
  font-size: 14px;
  border: solid thin #cccccc;
}

.election-prediction-party-inner {
  margin: 0 30px 0 10px;
}

.election-prediction-party-inner h1, .election-prediction-party h1 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0 5px;
}

.election-prediction-party-list {
  padding: 10px 0;
  position: relative;
}

.tamil-total-party-votes {
  position: absolute;
  top: 52px;
  left: 493px;
  color: #666666;
  font-size: 12px;
}

.election-prediction-party-list-left {
  float: left;
}

.election-prediction-party-list-right {
  background: #f3f3f3;
  border: solid thin #999999;
  border-radius: 5px;
  margin: 5px 0 5px 80px;
  font-family: latha, TSCu_paranar, Arial, Helvetica, sans-serif;
}

.election-prediction-party-list-right a {
  font-size: 13px;
  color: #0089e5;
  padding: 0 0 0 20px;
  display: block;
  line-height: 32px;
}

.election-prediction-party-list-right span {
  color: #fff;
  float: right;
  display: block;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.election-prediction-party-list-right span i.tamil-vote-before::before {
  content: "";
  background: url("/elections-common/media/images/web/election-party-sprite.png") no-repeat -1px -47px;
  width: 21px;
  height: 21px;
  float: left;
  margin: 5px 10px 5px 0;
  display: block;
  font-style: normal;
}

.election-prediction-party-list-right span i {
  font-style: normal;
  display: block;
  width: 70px;
}

.election-prediction-party-list-right span i.tamil-vote-before {
  display: block;
}

.election-prediction-party-list-right span i.tamil-vote-after {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.election-total-votes {
  background: #ececec;
  text-align: right;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  padding: 5px 10px;
}
.election-total-votes .input {
  width: 450px;
  text-align: center;
  float: left;
}
.election-total-votes .total {
  width: 120px;
  float: right;
  margin-top: 10px;
  background: #f1f1f1;
  padding: 7px 0;
  text-align: center;
  border: solid thin #dbdbdb;
}

.election-slider-list {
  padding: 10px;
}

.election-slider-list-left {
  float: left;
}

.election-slider-block {
  float: left;
  padding: 15px 10px;
  width: 420px;
}

.election-slider-block a {
  color: #0089e5;
  font-size: 14px;
  display: block;
  padding: 0 0 5px;
}

.election-slider-list-right {
  float: right;
}

.election-slider-list-right input[type="text"] {
  background: #f1f1f1;
  color: #000000;
  width: 90px;
  border: solid thin #dbdbdb;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0 15px;
}

.election-slider-list-right input[type="text"]:focus {
  color: #fff;
  background: #0b99bc;
}

.election-prediction-slider {
  padding: 10px 0;
}

.ui-slider {
  position: relative;
  text-align: left;
  border-radius: 10px !important;
}

.ui-widget-content {
  color: #222222;
  background: #b5b5b5;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal {
  height: 8px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  border-radius: 3px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  /**background: url(/elections-common/media/images/web/handle.png) 0 0 no-repeat;**/
  font-weight: normal;
  color: #555555;
}

.ui-state-default {
  background: #f9831d;
  position: relative;
}
.ui-state-default:before {
  position: absolute;
  display: block;
  content: "BJP";
  text-align: center;
  line-height: 45px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

#party-1 .ui-state-default {
  background: #f9831d;
}
#party-1 .ui-state-default:before {
  content: "bjp";
}
#party-1 .ui-widget-header {
  background: #f9831d;
}

#party-2 .ui-state-default {
  background: #1f9737;
}
#party-2 .ui-state-default:before {
  content: "inc";
}
#party-2 .ui-widget-header {
  background: #1f9737;
}

#party-3 .ui-state-default {
  background: #39a9e0;
}
#party-3 .ui-state-default:before {
  content: "jds";
}
#party-3 .ui-widget-header {
  background: #39a9e0;
}

#party-4 .ui-state-default {
  background: #dd4b39;
}
#party-4 .ui-state-default:before {
  content: "oth";
}
#party-4 .ui-widget-header {
  background: #dd4b39;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -24px;
  margin-left: -10px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 45px;
  border: solid 5px #ffffff;
  -moz-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  cursor: default;
  border-radius: 50%;
  padding: 0;
}

.ui-widget-content a {
  color: #222222;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #0b99bc;
  color: #222222;
  font-weight: bold;
}

.election-prediction-border-bottom {
  border-bottom: solid thin #ccc;
}

.election-total-votes input[type="submit"] {
  border: none;
  background: #fece00;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 44px;
  margin: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.election-total-votes input[type="submit"]:hover {
  background: #e5b900;
}

.election-slider-headings {
  font-size: 14px;
  color: #333333;
  padding: 10px 20px 0;
}

.election-slider-start {
  float: left;
  width: 100px;
}

.election-slider-end {
  float: left;
  width: 320px;
  text-align: right;
}

.election-slider-enter {
  float: right;
  width: 70px;
  text-align: left;
}

.election-social-links {
  position: absolute;
  right: 10px;
  top: 10px;
}

.election-social-links a {
  background: url(/elections-common/media/images/web/social-icons.png) no-repeat;
  width: 40px;
  height: 39px;
  margin: 2px 10px 0 0;
  float: left;
}
.election-social-links a.election-fb {
  background-position: 0 0;
}
.election-social-links a.election-twitter {
  background-position: -83px 0;
}
.election-social-links a.election-gplus {
  background-position: -124px 0;
  margin-right: 0;
}

.leaders-manifestos {
  padding: 20px 0;
  border-bottom: solid thin #dbdbdb;
}
.leaders-manifestos .ka-left {
  width: 72%;
  float: left;
}
.leaders-manifestos .ka-right {
  width: 26%;
  float: right;
}
.leaders-manifestos .more {
  padding-top: 20px;
}

.debate-with-leaders {
  margin: 20px 0 0;
}
.debate-with-leaders ul li {
  width: 285px;
  float: left;
  margin-right: 30px;
  border: solid thin #dadada;
}
.debate-with-leaders ul li a {
  display: block;
  padding: 10px 2px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}
.debate-with-leaders ul li a .image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: solid 6px #fece00;
  margin: 0 10px;
  float: left;
}
.debate-with-leaders ul li .comments {
  text-align: right;
  background: #ececec;
  font-size: 12px;
  padding: 5px 10px;
}
.debate-with-leaders ul li .comments span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  background: url("/elections-common/media/images/web/comment-icon.png") left center no-repeat;
}
.debate-with-leaders ul li:nth-child(3n) {
  margin-right: 0;
}

.manifestos {
  margin: 20px 0 0;
  border: solid thin #dadada;
  padding-bottom: 30px;
}
.manifestos ul {
  padding: 25px 0 15px;
}
.manifestos ul li {
  float: left;
}
.manifestos ul li a {
  background: url("/elections-common/media/images/web/election/election-party-sprite.png") no-repeat;
  width: 60px;
  height: 60px;
  margin: 0 11px;
  display: block;
  position: relative;
}
.manifestos ul li a:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  border: solid 5px #f3f3f3;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
}
.manifestos ul li a.bjp:before {
  background: url(/elections-common/media/images/web/m-bjp-icon.png) no-repeat;
}
.manifestos ul li a.cong:before {
  background: url(/elections-common/media/images/web/m-cong-icon.png) no-repeat;
}
.manifestos ul li a.jds:before {
  background: url(/elections-common/media/images/web/m-jds-icon.png) no-repeat;
}
.manifestos ul li a.other:before {
  background: url(/elections-common/media/images/web/m-other-icon.png) no-repeat;
}
.manifestos ul li a span {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.manifestos ul li:nth-child(4n) {
  margin-right: 0;
}

.dream-cabinet {
  background: #e6eaef;
  padding: 10px 0;
}

.election-news {
  padding: 20px 0;
}
.election-news .more {
  padding-top: 15px;
}
.election-news .ka-left {
  width: 955px;
  float: left;
}
.election-news .ka-right {
  width: 300px;
  float: right;
}

ul.newslist {
  margin: 20px 0 0;
}
ul.newslist li.first {
  width: 100%;
}
ul.newslist li.first .image, ul.newslist li.first .text {
  width: 100%;
}
ul.newslist li.first .image {
  float: none;
}
ul.newslist li.first .image img {
  width: 100%;
}
ul.newslist li.first .text {
  font-weight: 600;
  padding: 10px 0;
}
ul.newslist li.first a {
  font-size: 16px;
  padding: 0;
}
ul.newslist li a {
  color: #000000;
  display: block;
  padding: 6px 0;
  font-size: 14px;
  border-bottom: dashed 1px #dadada;
  line-height: 20px;
}
ul.newslist li a .image {
  width: 80px;
  margin-right: 15px;
  float: left;
}

.col3 .news-block {
  width: 400px;
  float: left;
  margin-right: 40px;
}
.col3 .news-block:nth-child(3n) {
  margin-right: 0;
}

.col-75 .news-block {
  float: left;
}
.col-75 .news-block:first-child {
  width: 655px;
}
.col-75 .news-block:last-child {
  float: right;
  width: 300px;
}
.col-75 .news-block .half-block {
  width: 300px;
  float: left;
  margin-right: 30px;
}
.col-75 .news-block .half-block:last-child {
  margin-right: 0;
}

.flashback ul.newslist li:first-child a {
  padding-top: 0;
}

.poll-block {
  margin: 20px 0 0;
}

.top10issues-citizenvoice {
  padding: 20px 0;
  border-bottom: solid thin #dbdbdb;
}
.top10issues-citizenvoice .ka-left {
  width: 49%;
  float: left;
}
.top10issues-citizenvoice .ka-right {
  width: 49%;
  float: right;
}
.top10issues-citizenvoice .more {
  padding-top: 20px;
}

.top10issues {
  margin: 20px 0 0;
}
.top10issues .select {
  background: #e6eaef;
  padding: 10px 0;
  height: 40px;
}
.top10issues .select-block {
  max-width: 450px;
  margin: auto;
  position: relative;
}
.top10issues .select-block span, .top10issues .select-block select {
  position: absolute;
  background: #ffffff;
  display: block;
  padding: 11px 15px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.top10issues .select-block span {
  border: solid thin #d5d5d5;
  border-radius: 3px;
}
.top10issues .select-block span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: solid 2px #686868;
  border-bottom: solid 2px #686868;
  position: absolute;
  right: 15px;
  top: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top10issues .select-block select {
  opacity: 0;
  width: 100%;
}
.top10issues .district-head {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.top10issues .district-image {
  width: 50%;
  float: left;
}
.top10issues .district-image img {
  width: 100%;
}
.top10issues .district-news {
  width: 50%;
  float: left;
}
.top10issues .district-news ul {
  padding-left: 35px;
}
.top10issues .district-news ul li a {
  display: block;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
  padding-left: 20px;
  border-bottom: solid thin #dadada;
  font-size: 16px;
}
.top10issues .district-news ul li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  background: #e72d33;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
}
.top10issues .district-news ul li:last-child a {
  border-bottom: solid thin transparent;
}

.citizen {
  margin: 20px 0 0;
}
.citizen p {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 10px;
}
.citizen-video {
  height: 240px;
  overflow: hidden;
}
.citizen-video img {
  width: 100%;
}
.citizen-upload {
  background: #e6eaef;
  padding: 20px 30px;
  text-align: right;
}
.citizen-upload button {
  display: inline-block;
  border: none;
  outline: none;
  padding: 0 10px;
  line-height: 40px;
  padding-left: 50px;
  position: relative;
  background: #fece00 url(/elections-common/media/images/web/video-icon.png) no-repeat 10px center;
  border-radius: 2px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.citizen-upload button:hover {
  background-color: #e5b900;
}

.memes {
  padding: 20px 0 0;
}
.memes-block {
  margin: 20px 0 0;
}
.memes-block ul li {
  float: left;
  position: relative;
}
.memes-block ul li div {
  border-left: solid thin #ffffff;
  border-bottom: solid thin #ffffff;
}
.memes-block ul li a {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 230px;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.memes-block ul li a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.memes-block .mem-col3 li {
  width: 33.33%;
}
.memes-block .mem-col4 li {
  width: 25%;
}

.photos {
  padding: 20px 0;
}
.photos-block {
  margin: 20px 0 0;
}
.photos-block ul li {
  width: 297px;
  float: left;
  margin-right: 30px;
}
.photos-block ul li:nth-child(4n) {
  margin-right: 0;
}
.photos-block ul li .image img {
  width: 100%;
}
.photos-block ul li .text {
  padding: 10px 0 0;
}
.photos-block ul li a {
  font-size: 16px;
  color: #000000;
}

.cmlist .ka-left {
  width: 955px;
  float: left;
}
.cmlist .ka-right {
  width: 300px;
  float: right;
  margin: 20px 0 0;
}
.cmlist .ka-right .ad-300-250 {
  margin: 25px 0 0;
}
.ka-left {
  width: 955px;
  float: left;
}
.ka-right {
  width: 300px;
  float: right;
  margin: 20px 0 0;
}
.cmlist-table {
  height: 250px;
  overflow-y: scroll;
  margin: 20px 0 0;
}

.cmlist-table table {
  border: solid thin #cecece;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

.cmlist-table table td {
  border: solid thin #cecece;
  padding: 5px 10px;
}

.cmlist-table table td a {
  color: #000000;
}

.cmlist-table table tr th {
  background: #e72d33;
  border: solid thin #cecece;
  padding: 5px 10px;
  text-align: left;
  color: #ffffff;
}

.cmlist-table table tr:nth-child(even) {
  background: #f5f5f5;
}

.cmlist-table table tr:nth-child(odd) {
  background: #e9edee;
}

.cmlist-table::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.cmlist-table::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #cecece;
}

/* Handle */
.cmlist-table::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #b4b4b4;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.social-feed {
  margin: 20px 0 0;
}

.campaign-vision {
  background: #e6eaef;
  padding: 30px 0;
}
.campaign-vision .ka-left, .campaign-vision .ka-right {
  background: #ffffff;
  border-radius: 5px;
}
.campaign-vision .ka-left {
  float: left;
  width: 600px;
  padding: 10px 40px 0;
}
.campaign-vision .ka-right {
  float: right;
  width: 570px;
  padding: 10px 0 18px;
}

.campaign-slider {
  margin: 10px 0 0;
}
.campaign-slider ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 3px;
  display: block;
}
.campaign-slider ul li a span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.campaign-slider ul li a .text {
  padding: 5px 0 0;
}
.campaign-slider .bx-viewport {
  z-index: 99;
}
.campaign-slider .bx-wrapper {
  position: relative;
  margin: 0 10px;
}
.campaign-slider .bx-wrapper .bx-controls-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.campaign-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  width: 25px;
  height: 45px;
  background: #e6e6e6;
  top: -30px;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.campaign-slider .bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: solid 2px #646464;
  border-bottom: solid 2px #646464;
}
.campaign-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -40px;
}
.campaign-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.campaign-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: -40px;
}
.campaign-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.campaign-slider .bx-wrapper .bx-controls-direction a:hover {
  background: #cdcdcd;
}

.date-slider {
  padding: 20px 10px 0;
}
.date-slider ul:before {
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  height: 1px;
  background: #e72c32;
  top: 0;
}
.date-slider ul li {
  text-align: center;
  font-size: 14px;
}
.date-slider ul li a {
  position: relative;
  display: block;
  padding-top: 15px;
  color: #000000;
  text-decoration: none;
}
.date-slider ul li a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  background: #c8c8c8;
  top: -8px;
}
.date-slider ul li a.active:before, .date-slider ul li a:hover:before {
  background: #e72d33;
}
.date-slider .bx-viewport {
  z-index: 99;
  padding: 10px 0;
}
.date-slider .bx-wrapper {
  position: relative;
  margin: 0 10px;
}
.date-slider .bx-wrapper .bx-controls-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.date-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: solid thin #dadada;
  border-radius: 50%;
  top: -30px;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.date-slider .bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-left: solid 2px #646464;
  border-bottom: solid 2px #646464;
}
.date-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -41px;
}
.date-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 5px;
}
.date-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: -41px;
}
.date-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 5px;
}
.date-slider .bx-wrapper .bx-controls-direction a:hover {
  background: #f2f2f2;
}

.ka-view {
  position: absolute;
  top: -40px;
  right: 0;
  width: 200px;
  text-align: right;
}
.ka-view > div {
  display: inline-block;
  padding: 5px 10px;
}
.ka-view > div a {
  color: #e72c32;
}

.main-example {
  margin: 0 auto 0;
}

.main-example .countdown-container {
  height: 100px;
  margin: 5px 0 0;
}

.main-example .time {
  border-radius: 5px;
  display: inline-block;
  margin: 0 25px;
  text-align: center;
  position: relative;
  height: 60px;
  width: 80px;
  line-height: 60px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  -o-perspective: 500px;
  perspective: 500px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-example .count {
  color: #e62c32;
  display: block;
  font-size: 50px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}

.main-example .count.top {
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.main-example .count.bottom {
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.main-example .label {
  margin-top: 10px;
  display: block;
  position: absolute;
  letter-spacing: 1px;
  line-height: normal;
  bottom: -20px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}

/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}

.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}

/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.election-countdown {
  background: #e1e1e1;
  margin-bottom: 1px;
}

.countdown-left {
  width: 40%;
  float: left;
}
.countdown-right {
  width: 60%;
  float: left;
  text-align: left;
}
.countdown-heading {
  width: 250px;
  float: right;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  padding: 30px 0 0;
}
.countdown-heading span {
  display: block;
  font-size: 18px;
  color: #e72c32;
  padding-top: 5px;
}

#main-example {
  padding-left: 50px;
}
#main-example .time {
  position: relative;
}
#main-example .time span {
  background: #e1e1e1;
}
#main-example .time:after {
  content: ":";
  position: absolute;
  right: -32px;
  font-size: 48px;
  top: -3px;
  color: #e62c32;
  font-weight: normal;
}
#main-example .time:last-child:after {
  content: "";
}

.keydates {
  padding: 20px 0;
}
.keydates-block {
  margin: 30px 0 0;
}
.keydates-block ul {
  font-size: 0;
  text-align: center;
  position: relative;
}
.keydates-block ul:after {
  content: "";
  position: absolute;
  height: 15px;
  left: 0;
  right: 0;
  background: #44adae;
  display: block;
  top: 115px;
  z-index: -9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0YWRhZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmN2I5NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #44adae), color-stop(100%, #3f7b97));
  background-image: -moz-linear-gradient(left, #44adae, #3f7b97);
  background-image: -webkit-linear-gradient(left, #44adae, #3f7b97);
  background-image: linear-gradient(to right, #44adae, #3f7b97);
}
.keydates-block ul li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.keydates-block ul li:before {
  content: "";
  position: absolute;
  height: 15px;
  left: 0;
  right: 0;
  display: block;
  top: 115px;
}
.keydates-block ul li .date {
  font-size: 16px;
  width: 100px;
  height: 80px;
  border-radius: 50%;
  border: solid 15px transparent;
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  padding-top: 20px;
  color: #e72d33;
  -moz-box-shadow: inset 4px 3px 14px -6px #000;
  -webkit-box-shadow: inset 4px 3px 14px -6px #000;
  box-shadow: inset 4px 3px 14px -6px #000;
}
.keydates-block ul li .date span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.keydates-block ul li .text {
  font-size: 16px;
  padding-top: 50px;
  position: relative;
}
.keydates-block ul li .text:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 1px;
  left: 0;
  right: 0;
  border-top: solid 15px #000000;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  margin: auto;
  top: 15px;
}
.keydates-block ul li:nth-child(4n + 1) .date {
  border-color: #44adae;
}
.keydates-block ul li:nth-child(4n + 1):before {
  background: #44adae;
}
.keydates-block ul li:nth-child(4n + 1) .text:before {
  border-top-color: #44adae;
}
.keydates-block ul li:nth-child(4n + 2) .date {
  border-color: #fdc92a;
}
.keydates-block ul li:nth-child(4n + 2):before {
  background: #fdc92a;
}
.keydates-block ul li:nth-child(4n + 2) .text:before {
  border-top-color: #fdc92a;
}
.keydates-block ul li:nth-child(4n + 3) .date {
  border-color: #e33a59;
}
.keydates-block ul li:nth-child(4n + 3):before {
  background: #e33a59;
}
.keydates-block ul li:nth-child(4n + 3) .text:before {
  border-top-color: #e33a59;
}
.keydates-block ul li:nth-child(4n + 4) .date {
  border-color: #3f7b97;
}
.keydates-block ul li:nth-child(4n + 4):before {
  background: #3f7b97;
}
.keydates-block ul li:nth-child(4n + 4) .text:before {
  border-top-color: #3f7b97;
}

.partylist {
  padding-top: 20px;
  border-bottom: solid thin #dbdbdb;
}
.partylist .video {
  margin-top: 10px;
}
.partylist .ka-videos-main {
  margin-top: 30px;
}
.partylist .ka-videos-main a {
  color: #000000;
}
.partylist .ka-videos-main .text {
  font-size: 16px;
  line-height: 22px;
}

.party-block {
  padding: 75px 0 160px;
  padding-left: 180px;
}
.party-image {
  float: left;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 5px #ffffff;
  -moz-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
}
.party-text {
  padding: 60px 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 210px;
}
.party-text .select-party {
  position: relative;
  height: 36px;
  padding-top: 20px;
  margin-right: 10px;
}
.party-text .select-party span, .party-text .select-party select {
  position: absolute;
  background: #ffffff;
  display: block;
  padding: 11px 15px;
  left: 0;
  right: 0;
  cursor: pointer;
}
.party-text .select-party span {
  border: solid thin #d5d5d5;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  text-transform: initial;
}
.party-text .select-party span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: solid 2px #686868;
  border-bottom: solid 2px #686868;
  position: absolute;
  right: 15px;
  top: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.party-text .select-party select {
  opacity: 0;
  width: 100%;
}

.toprating-wrapper {
  margin: 30px 0 0;
}
.toprating-list {
  margin: 20px 0 0;
}
.toprating-list ul {
  border: solid thin #dbdbdb;
}
.toprating-list ul li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 20px 0;
}
.toprating-list ul li a {
  color: #000000;
  text-decoration: none;
}
.toprating-list ul li a .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  border: solid 5px #fece00;
}
.toprating-list ul li a .image img {
  width: 100%;
  display: block;
}
.toprating-list ul li a .text .name {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0 0;
}
.toprating-list ul li a .text .rating {
  padding: 10px 10px 0;
  text-align: left;
}
.toprating-list ul li a .text .rating-text {
  float: left;
  color: #5a5a5a;
  font-weight: 600;
}
.toprating-list ul li a .text .rating-img {
  float: left;
  padding-left: 15px;
}
.toprating-list ul li a .text .rating-img span {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(/elections-common/media/images/web/star-default.png) no-repeat;
}
.toprating-list ul li a .text .rating-img span.green {
  background: url(/elections-common/media/images/web/star-green.png) no-repeat;
}
.toprating-list ul li:nth-child(2n-1) {
  background: #f4f4f4;
}

.ipl-auctionlink {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
}

.pl-candidate {
  margin: 30px 0 0;
}
.pl-candidate-list ul {
  margin: 20px 10px;
  padding: 20px 10px 0;
  border: solid thin #dbdbdb;
  height: 350px;
  overflow-y: auto;
}
.pl-candidate-list ul li {
  width: 33.3%;
  float: left;
}
.pl-candidate-list ul li a {
  display: block;
  padding: 10px;
  margin: 0 10px 20px;
  color: #000000;
  font-weight: 600;
  border: solid thin #dbdbdb;
  border-radius: 5px 5px 0 0;
  -moz-box-shadow: 3.5px 6.062px 0px 0px rgba(215, 215, 215, 0.27);
  -webkit-box-shadow: 3.5px 6.062px 0px 0px rgba(215, 215, 215, 0.27);
  box-shadow: 3.5px 6.062px 0px 0px rgba(215, 215, 215, 0.27);
}
.pl-candidate-list ul li a .image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: solid 5px #f3f3f3;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  -moz-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
}
.pl-candidate-list ul li a .text {
  padding: 10px 0 0;
  font-size: 16px;
}
.pl-candidate-list ul li a .text span {
  color: #8f8f8f;
  display: block;
}

.ad-full {
  padding: 10px 0;
  text-align: center;
  border-bottom: solid thin #dbdbdb;
}
.ad-full img {
  display: inline;
}

.pl-topleaders {
  margin: 30px 0 0;
}
.pl-topleaders .width {
  border-bottom: solid thin #dbdbdb;
}
.pl-topleaders-list ul {
  margin: 20px 0 0;
}
.pl-topleaders-list ul li {
  margin-right: 22px;
  position: relative;
}
.pl-topleaders-list ul li a {
  text-decoration: none;
  line-height: 22px;
  outline: none;
}
.pl-topleaders-list ul li a .text {
  position: absolute;
  bottom: 0;
  background: #e72d33;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 0;
  height: 22px;
  overflow: hidden;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pl-topleaders-list ul li a .text span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 5px 0 0;
}
.pl-topleaders-list ul li:hover .text {
  height: 42px;
}
.pl-topleaders-list .bx-viewport {
  z-index: 99;
  height: 240px !important;
}
.pl-topleaders-list .bx-wrapper {
  position: relative;
  margin: 0 10px;
}
.pl-topleaders-list .bx-wrapper .bx-controls-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pl-topleaders-list .bx-wrapper .bx-controls-direction a {
  position: absolute;
  width: 25px;
  height: 45px;
  background: #e6e6e6;
  top: -30px;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pl-topleaders-list .bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-left: solid 2px #646464;
  border-bottom: solid 2px #646464;
}
.pl-topleaders-list .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -26px;
}
.pl-topleaders-list .bx-wrapper .bx-controls-direction a.bx-prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pl-topleaders-list .bx-wrapper .bx-controls-direction a.bx-next {
  right: -27px;
}
.pl-topleaders-list .bx-wrapper .bx-controls-direction a.bx-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pl-topleaders-list .bx-wrapper .bx-controls-direction a:hover {
  background: #cdcdcd;
}

.pl-debate {
  margin: 30px 0 0;
}
.pl-debate .width {
  border-bottom: solid thin #dbdbdb;
  padding-bottom: 20px;
}
.pl-debate .debate-with-leaders {
  padding-bottom: 20px;
}
.pl-debate .debate-with-leaders ul li {
  width: 295px;
}
.pl-debate .debate-with-leaders ul li:nth-child(n) {
  margin-right: 30px;
}
.pl-debate .debate-with-leaders ul li:nth-child(4n) {
  margin-right: 0;
}

.ka-inner .width {
  border-bottom: solid thin #dbdbdb !important;
  padding-bottom: 20px;
}

.ka-party-videos {
  padding: 0 0 10px;
  border-bottom: solid thin #dbdbdb !important;
}
.ka-party-videos ul {
  padding: 20px 0 0;
}
.ka-party-videos ul li {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.ka-party-videos ul li:nth-child(2n) {
  margin-right: 0;
}
.ka-party-videos ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.ka-party-videos ul li a .image img {
  width: 100%;
  display: block;
}
.ka-party-videos ul li a .text {
  padding: 10px 0 0;
}

.comments-section {
  padding: 20px 0;
}
.comments-block {
  padding: 20px 0;
}
.comments-title {
  font-size: 16px;
  font-weight: bold;
}
.comments-textarea {
  padding: 20px 0 0;
}
.comments-textarea textarea {
  width: 98%;
  padding: 10px 1%;
  display: block;
  resize: none;
  overflow: hidden;
  height: 180px;
  color: #989898;
  outline: none;
  background: #eeeeee;
  border: solid thin #dadada;
  border-radius: 3px;
}
.comments-submit {
  padding: 30px 0 0;
}
.comments-submit input[type='submit'] {
  border: none;
  background: #fece00;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 44px;
  border-radius: 3px;
  cursor: pointer;
}
.comments-submit-left {
  float: left;
}
.comments-submit-left input[type='submit'] {
  background: #e6eaef;
  color: #7f7f7f;
}
.comments-submit-right {
  float: right;
}

.cloud-image {
  margin: 0 0 20px;
}
.cloud-image-block {
  margin: 20px 0 0;
}

.ka-inner {
  margin: 30px 0 0;
}
.ka-inner .width {
  border-bottom: solid thin #dbdbdb;
}
.ka-inner .ka-left {
  width: 955px;
  float: left;
}
.ka-inner .ka-right {
  width: 300px;
  float: right;
}
.ka-inner .ka-right .ad-300-250 {
  padding-bottom: 20px;
}
.ka-inner .ka-right .election-guru {
  margin-top: 20px;
}
.ka-inner .ka-right .election-guru-b {
  padding: 15px 10px;
}
.ka-inner .ka-right .election-guru .select-candidate {
  margin-right: 0;
  padding: 0;
  height: 41px;
}
.ka-inner-head {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  background: #e5e5e5;
  text-transform: uppercase;
  border: solid thin #d5d5d5;
}
.back-home {float: left;width: 67px;height: 67px;text-indent: -9999px;background: url(/elections-common/media/images/web/back-home.png) no-repeat 0 0;}
.ka-inner-heading {float: left;padding: 20px 15px 0 15px;}
.ka-inner-head .select {
  position: absolute;
  width: 350px;
  right: 15px;
  top: 15px;
  margin: auto;
}
.ka-inner-head .select span, .ka-inner-head .select select {
  position: absolute;
  background: #ffffff;
  display: block;
  padding: 11px 15px;
  left: 0;
  right: 0;
  cursor: pointer;
  font-size: 14px;
}
.ka-inner-head .select span {
  border: solid thin #d5d5d5;
  border-radius: 3px;
  text-transform: initial;
}
.ka-inner-head .select span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: solid 2px #686868;
  border-bottom: solid 2px #686868;
  position: absolute;
  right: 15px;
  top: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ka-inner-head .select select {
  opacity: 0;
  width: 100%;
}
.ka-inner.assmebly-election .width {
  border: none;
}
.ka-inner.assmebly-election .ka-left {
  width: 855px;
}
.ka-inner.assmebly-election .ka-right {
  width: 400px;
}
.ka-inner.assmebly-election .citizen-video {
  height: auto;
}
.ka-inner.assmebly-election .citizen-upload {
  text-align: center;
  padding: 10px 0;
}
.ka-inner.assmebly-election .citizen {
  margin-bottom: 20px;
}
.ka-inner.assmebly-election ul.newslist li a {
  padding: 10px 0;
}

.ka-innermap {
  padding: 20px 0;
}

.innermap-left {
  float: left;
  width: 55%;
}

.innermap-right {
  float: right;
  width: 43%;
}
.innermap-right h2 {
  margin-bottom: 10px;
}
.innermap-right p {
  line-height: 20px;
  font-size: 14px;
}
.innermap-right .more {
  border-bottom: solid thin #dbdbdb;
  padding-bottom: 10px;
}

.ka-votes {
  margin-top: 20px;
  position: relative;
}
.ka-votes:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  display: block;
  border-radius: 50%;
  background: #114f7f url(/elections-common/media/images/web/total-vote-icon.png) no-repeat left center;
  border: solid 5px #ffffff;
  top: -7px;
}
.ka-votes > div {
  padding-left: 75px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0 15px 15px 0;
}
.ka-votes > div span {
  font-size: 22px;
  font-weight: bold;
}
.ka-votes .total-vote {
  background: #70ad46;
  margin-right: 20px;
}
.ka-votes .vote-rate {
  background: #058c67;
  margin-right: 40px;
}

.vote-cat > div {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  padding-bottom: 30px;
  padding-top: 20px;
  text-transform: uppercase;
}
.vote-cat > div strong {
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
}
.vote-cat > div.male {
  background: url(/elections-common/media/images/web/male-icon.png) left center;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.vote-cat > div.male strong {
  color: #4473c5;
}
.vote-cat > div.female {
  background: url(/elections-common/media/images/web/female-icon.png) left center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.vote-cat > div.female strong {
  color: #d72b6e;
}
.vote-cat > div.transgender {
  background: url(/elections-common/media/images/web/transgender-icon.png) left center;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.vote-cat > div.transgender strong {
  color: #a204bf;
}
.vote-cat > div:last-child {
  margin-right: 0;
}

.candidates-wrapper {
  margin: 30px 0 0;
}

.candidate {
  border: solid thin #dbdbdb;
  margin: 20px 0 0;
}
.candidate-block {
  width: 33.3%;
  float: left;
  padding: 10px 0;
  position: relative;
}
.candidate-block:after {
  content: "";
  display: block;
  width: 1px;
  background: #dadada;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.candidate-block:last-child:after {
  background: none;
}
.candidate-heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
  padding-left: 110px;
}

.mla-wrapper {
  margin: 30px 0 0;
}
.mla-block {
  margin: 20px 0;
  padding: 20px 0;
  border-top: solid thin #dadada;
  border-bottom: solid thin #dadada;
}
.mla-block .left {
  width: 48%;
  float: left;
}
.mla-block .left .image {
  width: 100px;
  height: 100px;
  border: solid 5px #fece00;
  border-radius: 50%;
  margin: auto;
}
.mla-block .left .image img {
  width: 100%;
  display: block;
}
.mla-block .left .name, .mla-block .left .party {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 0;
}
.mla-block .left p {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 0;
}
.mla-block .right {
  width: 48%;
  float: right;
}
.mla-block .right .dream-priorities-wrapper {
  border: none;
  padding: 0;
}
.mla-block .right .qna-block {
  padding: 0;
}
.mla-block .right .qna-title {
  margin-left: 0;
}
.mla-block .right .qna-max-min {
  padding: 10px 0;
}
.mla-block .right .qna-max-min span {
  padding: 0;
}
.mla-block .right .qna-options {
  background: none;
}
.mla-block .right .qna-option-radiochoice {
  padding: 0 5px;
}
.mla-block .right .qna-option-label {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 6px;
}
.mla-block .right .qna-outer-circle {
  border: solid thin #706b6b;
}
.mla-block .right .isChecked .qna-outer-circle {
  border: solid thin #e53f46;
}
.mla-block .right .qna-comments {
  border-top: solid thin #dadada;
  padding: 5px 0 0;
}
.mla-block .right .qna-comments-block {
  padding: 10px 0 0;
}
.mla-block .right .qna-comments-block textarea {
  width: 96%;
  padding: 10px 2%;
  display: block;
  resize: none;
  overflow: hidden;
  height: 50px;
  color: #989898;
  outline: none;
  background: #eeeeee;
  border: solid thin #dadada;
  border-radius: 3px;
}
.mla-block .right .qna-comments-block textarea:focus {
  color: #000000;
}

.qna-submit-left {
  float: left;
}
.qna-submit-right {
  float: right;
}
.qna-submit input[type="submit"] {
  border: none;
  background: #fece00;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 44px;
  margin: 10px 0;
  border-radius: 3px;
  cursor: pointer;
}
.qna-submit .qna-submit-left input[type="submit"] {
  background: #e6eaef;
  color: #7f7f7f;
}

.biodata {
  padding: 20px 0;
}
.biodata-wrapper {
  margin: 30px 0 0;
}
.biodata-block {
  padding: 15px;
  border-radius: 5px;
  border: solid thin #dadada;
  margin-bottom: 15px;
}
.biodata-block:last-child {
  margin-bottom: 0;
}
.biodata-block > div {
  float: left;
}
.biodata-block .name {
  width: 250px;
}
.biodata-block .name > div {
  display: inline-block;
  vertical-align: middle;
}
.biodata-block .name .image {
  border: solid 5px #fece00;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-right: 15px;
}
.biodata-block .name .text {
  font-size: 16px;
}
.biodata-block .name .text span {
  display: block;
  font-weight: 600;
}
.biodata-block .asset {
  width: 600px;
}
.biodata-block .asset table {
  border: solid thin #3478be;
  table-layout: fixed;
  width: 100%;
}
.biodata-block .asset table tr th, .biodata-block .asset table tr td {
  padding: 10px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-right: solid thin #ffffff;
  background: #ededed;
}
.biodata-block .asset table tr th:last-child, .biodata-block .asset table tr td:last-child {
  border: none;
}
.biodata-block .asset table tr th {
  background: #3478be;
  color: #ffffff;
}
.biodata-block .desc {
  width: 380px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 18px;
}

.candidate-list table {
  margin: 20px 0 10px;
  font-size: 14px;
  width: 100%;
  border: solid thin #c0c0c0;
}
.candidate-list table tr th, .candidate-list table tr td {
  padding: 0 10px;
  height: 40px;
  border: solid thin #c0c0c0;
}
.candidate-list table tr th {
  background: #e3111a;
  color: #ffffff;
  font-weight: 600;
}
.candidate-list table tr td {
  background: #f5f5f5;
  font-size: 16px;
}
.candidate-list table tr td:nth-child(1) {
  background: #fffef7;
}
.candidate-list.year table {
  table-layout: fixed;
  border: solid thin #c0c0c0;
  border-collapse: collapse;
}
.candidate-list.year table tr th {
  font-size: 16px;
}
.candidate-list.year table tr td {
  font-size: 14px;
}
.candidate-list.year table tr td, .candidate-list.year table tr th {
  padding: 0;
  border: none;
  text-align: center;
}
.candidate-list.year table tr td table, .candidate-list.year table tr th table {
  margin: 0;
}
.candidate-list.year table tr td table tr td, .candidate-list.year table tr td table tr th, .candidate-list.year table tr th table tr td, .candidate-list.year table tr th table tr th {
  padding: 10px;
  border: solid thin #c0c0c0;
}
.candidate-list.year table tr td table tr td:nth-child(n), .candidate-list.year table tr td table tr th:nth-child(n), .candidate-list.year table tr th table tr td:nth-child(n), .candidate-list.year table tr th table tr th:nth-child(n) {
  padding: 10px;
}
.candidate-list.year table tr td:first-child, .candidate-list.year table tr th:first-child {
  border-bottom: solid thin #c0c0c0;
  width: 80px;
}
.candidate-list.year table tr td:first-child table tr td, .candidate-list.year table tr th:first-child table tr td {
  padding: 0;
}
.candidate-list.year table tr td td:first-child, .candidate-list.year table tr td th:first-child, .candidate-list.year table tr th td:first-child, .candidate-list.year table tr th th:first-child {
  font-weight: 600;
}
.candidate-list.year table tr th table, .candidate-list.year table tr td table {
  border: none;
}
.candidate-list.year table tr th table tr th, .candidate-list.year table tr th table tr td, .candidate-list.year table tr td table tr th, .candidate-list.year table tr td table tr td {
  border-bottom: none;
}
.candidate-list.year table tr th table tr th:first-child, .candidate-list.year table tr th table tr td:first-child, .candidate-list.year table tr td table tr th:first-child, .candidate-list.year table tr td table tr td:first-child {
  border: none;
}
.candidate-list.year table tr th table tr th:last-child, .candidate-list.year table tr th table tr td:last-child, .candidate-list.year table tr td table tr th:last-child, .candidate-list.year table tr td table tr td:last-child {
  border-right: none;
}
.candidate-list.year table tr th:nth-child(2) table, .candidate-list.year table tr td:nth-child(2) table {
  border: none;
}
.candidate-list.year table tr th:nth-child(2) table tr th:first-child, .candidate-list.year table tr th:nth-child(2) table tr td:first-child, .candidate-list.year table tr td:nth-child(2) table tr th:first-child, .candidate-list.year table tr td:nth-child(2) table tr td:first-child {
  border: solid thin #c0c0c0;
  border-bottom: none;
  width: 200px;
}
.candidate-list.year table tr th:nth-child(2) table tr td, .candidate-list.year table tr td:nth-child(2) table tr td {
  background: #f5f5f5;
}
.candidate-list.year table tr th:nth-child(2) table tr th, .candidate-list.year table tr td:nth-child(2) table tr th {
  border-top: none;
}
.candidate-list.year table tr th:nth-child(2) table tr th:first-child, .candidate-list.year table tr td:nth-child(2) table tr th:first-child {
  border-top: none;
}
.candidate-list.year table tr:nth-child(2n-1) td:nth-child(2) table tr td {
  background: #e9edee;
}

.assembly-graph {
  margin: 20px 0;
}
.assembly-graph .graph {
  margin: 20px 0;
  padding: 10px;
  border: solid thin #dadada;
}
.assembly-graph .graph img {
  width: 100%;
  display: block;
}

.meme-cartoon {
  margin-top: 20px;
}
.meme-cartoon ul {
  padding-bottom: 15px;
}
.meme-cartoon:last-child {
  border: none !important;
}

.info-graph-block {
  margin-top: 20px;
  border: solid thin #dbdbdb;
  padding: 15px;
  height: 720px;
  overflow: hidden;
  margin-bottom: 20px;
}
                     
/*
 * Election Guru Styles
 */                        
.election-guru-wrapper {
    width: 950px;
    float: left;
    position: relative;
}
.election-guru-wrapper .election-guru {background: #e5e5e5;border: solid thin #d5d5d5;margin: 0 0 20px 0;}
.election-guru-wrapper .election-guru-b {margin: 10px auto 0 auto;padding: 0 0 0 75px;}
.election-guru-wrapper .election-guru-b .head {float: left;margin-right: 20px;padding: 10px 0 0 0;}
.election-guru-wrapper .election-guru-b .select-candidate {float: right;width: 400px;padding: 0;font-size: 14px;}
.election-guru-wrapper .candidate-list {height: 300px;overflow: auto;}
.election-guru-heading {font-size: 24px;color: #000; padding: 5px 0 15px 0;float: left;font-weight: 600;text-transform: uppercase;}
.election-guru-tabs {width: 230px;position: relative; float: right;}
.election-guru-tabs .select-candidate {
    float: right;
    width: 200px;
    padding: 0;
}
.election-guru-tabs .select-candidate span {
    border: solid thin #d5d5d5;
    border-radius: 3px;
}
.election-guru-tabs .select-candidate span, .election-guru-tabs .select-candidate select {
    position: absolute;
    background: #ffffff;
    display: block;
    padding: 11px 15px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.election-guru-tabs .select-candidate select {
    opacity: 0;
    width: 100%;
}
.election-guru-tabs .select-candidate span::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: solid 2px #686868;
    border-bottom: solid 2px #686868;
    position: absolute;
    right: 15px;
    top: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ection-guru-tabcontent {padding: 20px;border: 1px solid #ccc;margin: 10px 0 20px 0;}
.candidate-detail-graph {text-align: center;position: relative;}
.election-guru-headtext {font-size: 18px;color: #000;position: absolute;left: 50px;text-transform: uppercase;width: 200px;text-align: right;top: 50%;}
.candidate-detail-graph img {display: inline-block;}
.candidates-details p {font-size: 14px;color: #000;padding: 0 0 10px 0;line-height: 22px;}
.news-block {margin: 20px 0 0 0;}


.ele-home-left {
    width: 950px;
    float: left;
}



.ka-count-block {position: relative;padding: 0;height: 10px;background: #ccc;}
.ka-party {position: absolute;height: 10px;width: 50%;}
.ka-party.party1 {left: 0;}
.ka-party.party2 {right: 0;}
.party-divider {
  width: 40px;
  height: 40px;
  background: #fff200 url("/elections-common/media/images/web/party-divider.png") no-repeat center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  border-radius: 50%;
  border: solid 3px #ffffff;
  top: -15px;
}
.bjp {background: #da6909!important;}
.ind {background: #810606!important;}
.inc {background: #00cc33!important;}
.jd_s_ {background: #0061b4!important;}
.kjp {background: #6B9656!important;}
.oth {background: #05574d!important;}
.election-mlas-wrapper .candidate-list {
    height: auto;
    overflow: visible;
  }
  
  .assembly-const-text {
  text-align: left;
  padding-top: 10px;
  line-height: 22px;
  font-size: 16px;
  }{}
  .oi-trending-articles-title a{
  line-height: 17px !important;
  }