@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;
}

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;
}

.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;
}

.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%;
}

.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;
}

.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;
    max-height: 370px;
    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: 6px 0 0;
    font-size: 16px;
}

.pl-candidate-list ul li a .text span {
    color: #8f8f8f;
    display: block;
}

.pl-candidate-list ul li a:hover {
    text-decoration: none;
}

.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;
}

.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: 0 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: 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-header-tabs ul {
    margin: 0 5px;
    padding-bottom: 15px;
    white-space: nowrap;
    width: 100%;
}
.strike-rate.team2 .party-per-text {line-height: inherit;margin-top: 5px;}
/*
 * Election Guru Styles
 */
.election-guru-wrapper {
    width: 950px;
    float: left;
    position: relative;
}

.election-guru-wrapper .election-guru {
    background: #e5e5e5;
    border: solid thin #d5d5d5;
    padding: 20px;
    margin: 0 0 20px 0;
}

.election-guru-wrapper .election-guru-b {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}

.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;
}

.election-guru-wrapper .candidate-list {
    height: 300px;
    overflow: auto;
}

.election-guru-heading {
    font-size: 24px;
    color: #000;
    padding: 5px 0;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
}

.election-guru-tabs {
    float: right;
}

.election-guru-tabs ul li {
    float: left;
}

.election-guru-tabs ul li a {
    font-size: 14px;
    color: #7b7b7b;
    background: #ececec;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    font-weight: 600;
    display: block;
}

.election-guru-tabs ul li a.active {
    background: #e82b32;
    color: #fff;
}

.election-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-guru-tabs {
    width: 230px;
    position: relative;
}

.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);
}

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

.mla-thumbimg {
    float: left;
    width: 150px;
    border-right: solid thin #dadada;
}

.mla-block .left .qna-block {
    margin-left: 170px;
}

.mla-block .right {
    margin-right: 10px;
}

.mla-block .right .qna-comments {
    border: 0 none;
    padding: 0;
}

.mla-block .left .qna-options {
    margin-top: 10px;
    text-align: center;
}

.mla-block .left .qna-title {
    margin: 0;
}

.mla-block .right .qna-comments-block textarea {
    height: 40px;
}

.ka-party .ka-party-candidate {
    overflow: hidden;
    width: 112px;
    height: 112px;
}

.ka-party .ka-party-candidate img {
    height: 100%;
}

.mapMenu {
    z-index: 999999;
    position: absolute;
    top: -75px;
    right: 0;
}

.viewType {
    color: #333;
}

.viewType.active {
    color: #e72c32;
}

.ka-election-grid-heading {
    padding: 5px 0;
    text-align: center;
}

.subTitleTag {
    padding: 5px 0px;
    line-height: 20px;
    font-weight: bold;
    font-size: 17px;
}

.region-list-container {
    float: right;
    padding: 5px 0;
}

.region-list {
    width: 142px;
    margin: 0 auto;
}

.election-result-block-left {
    padding: 0px;
    width: 100%;
}

.listview {
    max-height: 665px;
    list-style: none;
    overflow-y: auto;
    padding: 0 10px;
    min-height: 200px;
}

.listview ul {
    padding: 0;
    margin: 0;
}

.listview ul li {
    text-align: center;
    font-size: 14px;
    list-style-type: none;
    float: left;
    width: 25%;
}

.listview ul li a {
    color: #000;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
    text-decoration: none;
}

.listview ul li:nth-child(4n) a {
    margin-right: 0;
}

#locResultView {
    border: 1px solid #c7c7c7;
}

.result-ordering {
    text-align: right;
    padding: 10px 0;
    font-size: 13px;
    color: #333;
}

.result-ordering a {
    color: #333;
}

.result-ordering a.active {
    color: #e72c32;
}

.clear {
    clear: both;
}

.locresult-topblock {
    background: #ececec;
    height: 82px;
    border-bottom: 1px solid #c7c7c7;
}

.locresult-tabs ul li {
    list-style-type: none;
    float: left;
}

.locresult-tabs ul li a {
    line-height: 80px;
    height: 80px;
    background: #ececec;
    padding: 0 25px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: block;
    position: relative;
    border-top: 2px solid #ececec;
}

.locresult-tabs ul li a.active {
    color: #e72c32;
    background: #fff;
    top: 1px;
    border-top: 2px solid #e72c32;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
}

.locresult-tabs ul li:first-child a.active {
    border-left: 0 none;
}

.locresult-conslist {
    float: right;
    position: relative;
    height: 36px;
    padding-top: 20px;
    margin-right: 10px;
    width: 300px;
}

.locresult-conslist span {
    border: solid thin #d5d5d5;
    border-radius: 3px;
}

.locresult-conslist span, .election-guru select {
    position: absolute;
    background: #ffffff;
    display: block;
    padding: 11px 15px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.locresult-conslist select {
    opacity: 0;
    width: 100%;
    z-index: 1000;
    height: 36px;
}

.locresult-conslist 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);
}

.ele-const-vote-block {border: 1px solid #c3c3c3;margin-bottom: 20px;}
.vote-cat {padding: 5px 2px;}
.ele-votes {background: #e5e5e5;border-top: 1px solid #c3c3c3;text-align: center;line-height: 20px;font-size: 16px;}
.ele-votes .total-vote {float: left;width: 50%;border-right: 1px solid #c3c3c3;padding: 10px 0;}
.ele-votes .vote-rate {float: right;width: 49%;padding: 10px 0;}
.ele-votes span {font-weight: bold;display: block; }
.ele-const-pervote-block {padding: 20px 0;height: 40px;}
.ele-header-band {float: left;height: 40px;position: relative;}
.ele-const-pervote-block .team-logo {position: absolute; width: 60px; height: 60px; 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); top: -20px; overflow: hidden;}											
.ele-const-pervote-block .team-seats {font-size: 15px;color: #fff;padding-left: 60px;padding-top: 10px;}
.ele-const-pervote-block .team-logo img {height: 100%;width: 100%;}
.ele-const-pervote-block .team1 .team-logo {left: -20px;}
.ele-const-pervote-block .team2 .team-logo {right: -20px;}
.ele-const-pervote-block .team2 .team-seats {padding-left: 10px;}
.ele-const-pervote-block .team-seats span {font-weight: bold;font-size: 18px;} 
.ele-const-desc {padding: 10px 0;}
.ele-const-desc p {font-size: 12px;color: #000;line-height: 16px;}
.ele-pollbooth-link {background: #3781fe;border-radius: 30px;height: 45px;cursor: pointer;text-align: center;vertical-align: middle;font-size: 16px;color: #fff;text-transform: uppercase;line-height: 22px;position: relative}
.ele-vote-icon {position: absolute;background: url(/elections-common/media/images/web/vote-icon-small.png) no-repeat 0 0;left: 2px;top: 3px;width: 60px;height: 40px;}
.ele-map-icon {background: #e3111a;border-radius: 0 30px 30px 0;height: 45px;position: absolute;top: 0;right: 0;width: 50px;line-height: 45px;text-align: center;font-size: 35px;color: #fff;}

/*election booth styles*/

.election-db__booth {
    padding: 10px 0;
}

.election-booth__head {
    background: #e7e7e9;
}
.election-booth__head > div {
    float: left;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.election-booth__head > div span {
    display: block;
    padding: 0 15px;
}
.election-booth__section-left {
    float: left;
    width: 60%;
}
.election-booth__section-left ul {
    height: 565px;
    overflow: auto;
}
.election-booth__section-left ul li {
    padding: 10px 0;
}
.election-booth__section-left ul li > div {
    float: left;
    font-size: 15px;
}
.election-booth__section-left ul li > div span {
    padding: 0 15px;
    display: block;
}
.election-booth__section-left ul li:nth-child(2n) {
    background: #f6f6f6;
}
.election-booth__section-left .booth-no {
    width: 8.33%;
    width: calc((5 / 60 ) * 100%);
}
.election-booth__section-left .booth-address {
    width: 91.66%;
    width: calc((55 / 60 ) * 100%);
}
.election-booth__section-right {
    float: left;
    width: 40%;
}

.booth-no {
    width: 5%;
    text-align: center;
}
.booth-address {
    width: 55%;
}
.booth-map {
    width: 40%;
    text-align: center;
}

.election-db__search .election-db__head {
    padding-top: 0;
    text-align: center;
}

.election-booth__section-left ul li {cursor: pointer;}
.election-booth__section-left ul li.active {background: #e5f3ff;}
.election-db__head {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
}

 .electionDataHideCls{
      display:none;
  }
.ele-const-description {
}
.ele-const-description p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: justify;
}
.candidate-list-table {
    height: 450px;
    overflow: auto;
}

 
				.ele-header{-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);}
				.ele-header-ad {text-align: center;margin: 0 auto;}
				.ele-header-ad img {display: inline-block;}
				.ele-header-left {float: left;width: 150px;padding: 13px 10px;height: 50px;}
				.ele-header-right {margin-left: 170px;position: relative;}
				.ele-heading-text {background: #f2f2f2;padding: 8px 10px;text-align: center;color: #d80e04;font-size: 16px;font-weight: 700;text-transform: uppercase;}
				.ele-header-nav {background: #e3111a;height: 40px;padding-left: 30px;border-top: solid 4px #fae600;}
				.ele-header-nav ul li {list-style-type: none;float: left;}
				.ele-header-nav ul li a {color: #fff;display: block;padding: 5px;border-bottom: 2px solid #e3111a;margin: 0 5px}
				.ele-header-nav ul li a.active {border-bottom: 2px solid #fff;}
				.ele-social-links {position: absolute;right: 10px;top: 5px;}
				.ele-social-links a {display: inline-block;width: 24px;height: 20px !important;line-height: 20px !important;border-radius: 4px;margin: 0 5px;color: #1f1f1f;text-align: center;}
				.ele-social-links a i {font-size: 17px;}
 
                .ele-header-nav ul li {position: relative;}
                .ele-other-states ul li {float: none;display: block;}
                .ele-other-states {display: none;position: absolute;top: 40px;left: 0;background: #1f1f1f;z-index: 1000;width: 250px;font-size: 14px;}
                .ele-header-nav ul li.other-elections.show a i {transform: rotate(180deg);}
                .ele-header-nav ul li.other-elections.show .ele-other-states {display: block;}
                
                .election-pastlist table {
  font-size: 14px;
  width: 100%;
  border: solid thin #c0c0c0;
}

.election-pastlist table tr th, .election-pastlisttable tr td {
  padding: 0 10px;
  height: 40px;
  border: solid thin #c0c0c0;
}

.election-pastlist table tr th {
  background: #034fb1;
  color: #ffffff;
  font-weight: 600;
}

.election-pastlist table tr td {
  background: #f5f5f5;
  font-size: 16px;
}

.election-pastlist table tr td:nth-child(1) {
  background: #fffef7;
}

.election-pastlist table {
  table-layout: fixed;
  border: solid thin #c0c0c0;
  border-collapse: collapse;
}

.election-pastlist table tr th {
  font-size: 16px;
}

.election-pastlist table tr td {
  font-size: 14px;
}

.election-pastlist table tr td, .election-pastlist table tr th {
  padding: 0;
  border: none;
  text-align: center;
}

.election-pastlist table tr td table, .election-pastlist table tr th table {
  margin: 0;
}

.election-pastlist table tr td table tr td, .election-pastlist table tr td table tr th, .election-pastlist table tr th table tr td, .election-pastlist table tr th table tr th {
  padding: 10px;
  border-top: solid thin #c0c0c0;
}

.election-pastlist table tr td table tr td:nth-child(n), .election-pastlist table tr td table tr th:nth-child(n), .election-pastlist table tr th table tr td:nth-child(n), .election-pastlist table tr th table tr th:nth-child(n) {
  padding: 10px;
}

.election-pastlist table tr td:first-child, .election-pastlist table tr th:first-child {
  border-top: solid thin #c0c0c0;
  border-bottom: solid thin #c0c0c0;
  width: 80px;
}

.election-pastlist table tr td:first-child table tr td, .election-pastlist table tr th:first-child table tr td {
  padding: 0;
}

.election-pastlist table tr td td:first-child, .election-pastlist table tr td th:first-child, .election-pastlist table tr th td:first-child, .election-pastlist table tr th th:first-child {
  font-weight: 600;
}

.election-pastlist table tr th table, .election-pastlist table tr td table {
  border: none;
}

.election-pastlist table tr th table tr th, .election-pastlist table tr th table tr td, .election-pastlist table tr td table tr th, .election-pastlist table tr td table tr td {
  border-bottom: none;
}

.election-pastlist table tr th table tr th:first-child, .election-pastlist table tr th table tr td:first-child, .election-pastlist table tr td table tr th:first-child, .election-pastlist table tr td table tr td:first-child {
  border: none;
}

.election-pastlist table tr th table tr th:last-child, .election-pastlist table tr th table tr td:last-child, .election-pastlist table tr td table tr th:last-child, .election-pastlist table tr td table tr td:last-child {
  border-right: none;
}

.election-pastlist table tr th:nth-child(2) table, .election-pastlist table tr td:nth-child(2) table {
  border: none;
}

.election-pastlist table tr th:nth-child(2) table tr th:first-child, .election-pastlist table tr th:nth-child(2) table tr td:first-child, .election-pastlist table tr td:nth-child(2) table tr th:first-child, .election-pastlist table tr td:nth-child(2) table tr td:first-child {
  border-top: solid thin #c0c0c0;
  border-bottom: none;
  width: 200px;
}

.election-pastlist table tr th:nth-child(2) table tr td, .election-pastlist table tr td:nth-child(2) table tr td {
  background: #f5f5f5;
}

.election-pastlist table tr th:nth-child(2) table tr th, .election-pastlist table tr td:nth-child(2) table tr th {
  border-top: none;
}

.election-pastlist table tr th:nth-child(2) table tr th:first-child, .election-pastlist table tr td:nth-child(2) table tr th:first-child {
  border-top: none;
}

.election-pastlist table tr:nth-child(2n-1) td:nth-child(2) table tr td {
  background: #e9edee;
}

.strike-rate-wrapper {width: 450px;float: left;}
.strike-rate-content {background: #d5d2d2;}
.strike-rate-heading {font-size: 24px;font-weight: 700;color: #000; padding: 5px;text-align: center;text-transform: uppercase;}
.strike-rate-desc {font-size: 12px;color: #000;padding: 10px;text-align: center;}
.strike-rate {float: left;height: 40px;position: relative;}
.inc {color: #00cc33 !important;background: #00cc33 !important;}
.bjp {color: #f68220 !important;background: #f68220 !important;}
.jd_s_ {color: #007de7 !important;background: #007de7 !important;}
.oth {color: #078877 !important;background: #078877 !important;}
.party-per-text {font-size: 16px;color: #fff;font-weight: 700;line-height: 40px;}
.party-logo {position: absolute;top: -55px;width: 40px;padding: 5px;border-radius: 5px;height: 50px;background: #fff;-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-logo img {max-width: 100%;width: 100%;height: 100%;} 
.strike-rate.team1 .party-logo {left: -5px;}
.strike-rate.team2 .party-logo {right: -5px;}
.strike-rate.team1 .party-per-text {text-align: left;margin-left: 100px;}
.strike-rate.team2 .party-per-text {text-align: right;margin-right: 100px;}

.ele-vote-share-block {border: 1px solid #d9d9d9;padding: 10px;text-align: center;}
.ele-vote-share-title {font-size: 16px;color: #000;padding-bottom: 10px;text-transform: uppercase;font-weight: bold;}
.innermap-right .vuukle-powerbar {text-align: right;padding-bottom: 30px;}
.innermap-right .ele-pollbooth-link {margin-bottom: 30px;}
.ele-asmbly-wrapper .ka-right {height: auto;}
.ele-asmbly-wrapper .innermap-left {width: 45%;}
.ele-asmbly-wrapper .innermap-right {width: 50%;}
.ele-stats-block {margin-bottom: 20px;}

#map {padding-top: 50px; height: 266px;}

.max-width {max-width: 1280px;margin: 0 auto;}
.bye-ele-wrapper {margin: 20px auto 0 auto;}
.sec-wrapper {margin-bottom: 0px;}
.sec-wrapper:after {clear: both;display: table;content: '';}

.ele-wrap-left {float: left;width: 950px;}
.assembly-details-block {margin-bottom: 20px;}
.assembly-video-block {float: right;width: 400px;margin-left: 30px;}
.assembly-const-text {padding: 5px;height: 153px;overflow: hidden;}
.assembly-const-text p {font-size: 14px;color: #000;line-height: 22px;}
.videos-content {margin: 0;}
.videos-thumbimg {position: relative;}
.videos-thumbimg img {display: block;}
.videos-title {display: none;}
.videos-time {position: absolute;bottom: 0;z-index: 9999999;color: #fff;padding: 8px 15px 8px 35px;background-position: 4px 0px;left: 0;background-color: rgba(0,0,0,0.6);box-sizing: border-box;}
.videos-time::before {content: "";position: absolute;left: 5px;top: 0;bottom: 0;margin: auto;width: 20px;height: 20px;display: inline-block;background: url(../images/play-button.svg) no-repeat 0px 0;opacity: 0.5;}
.assembly-const-text.expand {height: auto;}
.assembly-const-moretext {background: #999;width: 30px;height: 30px;font-size: 28px;color: #fff;text-align: center;cursor: pointer;border-radius: 50%;margin: 5px auto 0 auto;line-height: 30px;}
.assembly-const-moretext.expand i {-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.assembly-current-status {padding: 10px;border: 1px solid #ccc;width: 380px;float: right;margin-left: 30px;}
.assembly-current-status ul li {float: left;width: 25%;text-align: center;}

.assembly-party-icon {width: 65px;height: 65px;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);overflow: hidden;margin: 10px auto;}
.assembly-party-icon img {height: 100%;width: 100%;}

.assembly-party-title {font-size: 16px;color: #000;font-weight: bold;text-align: center;padding: 5px 0;}
.assembly-party-seats {font-size: 18px;font-weight: bold;text-align: center;padding: 5px 0;}
.assembly-search-block {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex !important;}
.dropdown-list li a:hover {background: #dedede;font-weight: bold;}
.ele-wrap-right {width: 300px; float: right;} 
.dropdown-list .election-db__search-block {margin: 5px;}
.max-width {max-width: 1280px;margin: 0 auto;}
.bye-ele-wrapper {margin: 20px auto 0 auto;}
.sec-wrapper {margin-bottom: 20px;}
.sec-wrapper:after {clear: both;display: table;content: '';}

/*//prediction css//*/
.oi-ele-prediction-wrapper {margin: 15px auto;border: 1px solid #d2d0d0;}
.oi-ele-prediction-header {padding: 15px;color: #000;font-size: 20px;font-weight: 600;text-align: center;text-transform: uppercase;background-image: -webkit-linear-gradient(to right, #fef5de, #d7f3d6);background-image: -moz-linear-gradient(to right, #fef5de, #d7f3d6);background-image: -o-linear-gradient(to right, #fef5de, #d7f3d6);background-image: -ms-linear-gradient(to right, #fef5de, #d7f3d6);background-image: linear-gradient(to right, #fef5de, #d7f3d6);border-bottom: 1px solid #b8b8b8;}
.oi-ele-prediction-container {padding: 10px;background: #dedede;}
.oi-ele-prediction-content {border: 2px solid #fff;box-shadow: 2px 2px 5px #b9b9b9;border-radius: 5px;}
.oi-ele-prediction-content:after, .oi-ele-prediction-details:after {content: '';display: table;clear: both;}
.oi-ele-prediction-content ul li {list-style-type: none;position: relative;float: left;cursor: pointer;}
.oi-ele-prediction-content ul.colm-2 li {width: 50%;}
.oi-ele-prediction-content ul.colm-3 li {width: 33.3333333%;}
.oi-ele-prediction-content ul.colm-4 li {width: 25%;}
.oi-ele-prediction-content ul li:nth-child(1) {background: #fdedf4;}
.oi-ele-prediction-content ul li:nth-child(2) {background: #e1ecf8;}
.oi-ele-prediction-content ul li:nth-child(3) {background: #fdedf4;}
.oi-ele-prediction-details {padding: 15px;}
.oi-ele-prediction-content ul li:nth-child(1):after, .oi-ele-prediction-content ul.colm-3 li:nth-child(2):after {content: '';position: absolute;right: 0;top: 0;height: 100%;width: 2px;background: #fff;}


.oi-ele-prediction-candimg {border-radius: 50%;width: 90px;height: 90px;border: 5px solid #fff;overflow: hidden;float:left;margin-right: 10px;box-shadow: 1px 3px 5px #666;position: relative;}
.oi-ele-prediction-candimg img {width: 100%;height: 100%;}
.oi-ele-prediction-data {margin-left: 110px;margin-top: 20px;min-height: 65px;}
.oi-ele-prediction-cand {margin-right: 105px;padding-top: 10px;}
.oi-ele-prediction-candname {font-size: 16px;color: #000;font-weight: bold;padding-bottom: 5px;}
.oi-ele-prediction-candparty {font-size: 16px;color: #8d8d8d;font-weight: normal;}
.oi-ele-prediction-candpartyimg {border-radius: 50%;width: 50px;height: 50px;border: 3px solid #fff;overflow: hidden;float:right;margin-right: 45px;box-shadow: 1px 3px 5px #999;}
.oi-ele-prediction-btn {float: right;padding: 8px 0;background: #395fe9;font-size: 16px;font-weight: bold;text-align: center;width: 150px;color: #fff;border-radius: 5px;}

.oi-ele-prediction-content ul li:nth-child(2) .oi-ele-prediction-btn {float: left;}
.oi-ele-prediction-content ul li:nth-child(2) .oi-ele-prediction-candimg {float: right;margin-left: 10px;margin-right: 0;}
.oi-ele-prediction-content ul li:nth-child(2) .oi-ele-prediction-data {margin-left: 0px;margin-right: 110px;}
.oi-ele-prediction-content ul li:nth-child(2) .oi-ele-prediction-candpartyimg {margin-right: 0px;float: left;margin-left: 45px;}
.oi-ele-prediction-content ul li:nth-child(2) .oi-ele-prediction-cand {text-align: right;margin-right: 0;margin-left: 105px;}
.oi-ele-prediction-vs {position: absolute;top: 45px;left: -20px;border-radius: 50%;width: 40px;height: 40px;background: #fff;box-shadow: 2px 3px 4px #cdcdcd;text-align: center;line-height: 40px;font-size: 20px;font-weight: bold;}

.oi-ele-prediction-vs::before {content: '';height: 2px;width: 40px;left:-40px;top: 20px;background: #fff;position: absolute;}
.oi-ele-prediction-vs::after {content: '';height: 2px;width: 40px;right:-40px;top: 20px;background: #fff;position: absolute;}

.oi-ele-prediction-content ul li::before {content: '';height: 3px;width: 0;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;background-color:#999;opacity: 0;}		
.oi-ele-prediction-content ul li:hover::before {width: 100%;opacity: 1;}	



.oi-ele-prediction-content ul.colm-3 li .oi-ele-prediction-candimg {float: none;margin: 0 auto;}	
.oi-ele-prediction-content ul.colm-3 li .oi-ele-prediction-data {margin-left: 0;margin-top: 10px;margin-right: 0;}
.oi-ele-prediction-content ul.colm-3 li .oi-ele-prediction-btn {float: none;margin: 0 auto;}
.oi-ele-prediction-content ul.colm-3 li .oi-ele-prediction-candpartyimg {float: right!important;margin-right: 0;margin-left: 0;}
.oi-ele-prediction-content ul.colm-3 li .oi-ele-prediction-cand {margin-left: 0;text-align: left;margin-right: 65px;}

.oi-ele-predicted {display: none;}
.oi-ele-prediction-content.predicted .oi-ele-predicted {display: block;}
.oi-ele-prediction-content.predicted .oi-ele-prediction-btn {display: none;}
.oi-ele-prediction-content.predicted ul li::before {opacity: 0!important;}
.oi-ele-prediction-content.predicted ul li.voted::before {opacity: 1!important;width: 100%;}
.oi-ele-prediction-content.predicted ul li.voted .oi-ele-prediction-candimg:after {content: '';position: absolute;width: 24px;height: 24px;bottom: 2px;left: 0;right: 0;margin: auto;background: #dedede url(/elections-common/media/images/common/course-tick.svg) no-repeat 0 0;border-radius: 50%;box-shadow: 1px 3px 5px #333;}

.oi-ele-predict-bar {border-radius: 8px;height: 15px;border: 1px solid #fff;width: 190px;overflow: hidden;float: left;margin-top: 5px;}
.oi-ele-predict-barline {background: rgba(233, 237, 238, 1);height: 15px;}
.oi-ele-predict-barline span {display: block;background: rgba(149, 2, 29, 1);height: 15px;border-radius: 5px;}
.oi-ele-predict-percentage {font-size: 20px;font-weight: 400;color: #000;float: right;margin-right: 50px;}

.oi-ele-prediction-content ul li:nth-child(2) .oi-ele-predict-bar {float: right;}
.oi-ele-prediction-content ul li:nth-child(2) .oi-ele-predict-percentage {float: left;margin-left: 50px;margin-right: 0;}
.oi-ele-prediction-content ul li:nth-child(2) .oi-ele-predict-barline span {float: right;}

.oi-ele-prediction-content ul.colm-3 li .oi-ele-predict-percentage {margin-right: 0;}
.oi-ele-prediction-content ul.colm-3 li:nth-child(2) .oi-ele-predict-bar {float: left;}
.oi-ele-prediction-content ul.colm-3 li:nth-child(2) .oi-ele-predict-percentage {float: right;margin-left: 45px;margin-right: 0px;}
.oi-ele-prediction-content ul.colm-3 li:nth-child(2) .oi-ele-predict-barline span {float: left;}
.oi-ele-predicted-winner {
    color: green;
    font-size: 14px;
    font-weight: bold;
}

/*https://oneindia.greynium.com/elections-common/pc-media/css/common/election-db.css?ver=1.3.4*/

.oi-wrapper.oi-election-db {
  max-width: 1280px;
}
.oi-wrapper.oi-election-db .oi-header-left {
  width: 150px;
}
.oi-wrapper.oi-election-db .oi-header-right {
  float: left;
  width: 1110px;
}
.election-db {
  background: #f6f6f6;
  padding: 20px 0;
  /**** Navigation ***/
}
.election-db__profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.election-db__profile-img {
  position: absolute;
  left: 0;
  border-radius: 10px;
  width: 302px;
  height: 402px;
  background: #ffffff;
  -moz-box-shadow: 5px 5px 0px 0 #e0e0e0;
  -webkit-box-shadow: 5px 5px 0px 0 #e0e0e0;
  box-shadow: 5px 5px 0px 0 #e0e0e0;
}
.election-db__profile-img img {
  width: 100%;
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: 50%;
  margin: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.election-db__profile-img a {
  display: block;
  position: absolute;
  width: 100%;
  height: 402px;
}
.election-db__profile-views {
  position: absolute;
  width: 70px;
  height: 70px;
  border: solid 6px #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTNlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGJkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e3e3), color-stop(100%, #dcdbdb));
  background-image: -moz-linear-gradient(top, #e4e3e3, #dcdbdb);
  background-image: -webkit-linear-gradient(top, #e4e3e3, #dcdbdb);
  background-image: linear-gradient(to bottom, #e4e3e3, #dcdbdb);
  background: #e2e2e2;
  border-radius: 50%;
  right: -10px;
  bottom: 0;
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.election-db__profile-views span {
  display: block;
  padding-top: 25px;
  text-align: center;
  color: #03434c;
  font-size: 24px;
  font-weight: 600;
}
.election-db__profile-views span.trending.up {
  background: url(../../images/db/trending-icon-up.png) no-repeat center 8px;
}
.election-db__profile-views span.trending.down {
  background: url(../../images/db/trending-icon-down.png) no-repeat center 8px;
}
.election-db__profile-details, .election-db__home-block {
  margin-left: 330px;
  margin-right: 20px;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  position: relative;
  max-width: 630px;
}
.election-db__profile-name, .election-db__home-title {
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 5px;
}
.election-db__home-title{
  width: 875px;
}
.election-db__profile-text, .election-db__home-text {
  font-weight: 600;
  height: 120px;
  overflow: hidden;
}
.election-db__profile-text span, .election-db__home-text span {
  font-size: 22px;
  display: inline-block;
  padding-bottom: 5px;
}
.election-db__profile-text p, .election-db__home-text p {
  font-size: 16px;
}
.election-db__profile-text.show, .show.election-db__home-text {
  height: auto;
}
.election-db__profile-more, .election-db__home-more {
  width: 35px;
  height: 35px;
  display: block;
  margin: auto;
  background: #999999;
  border-radius: 50%;
  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;
  margin-top: 20px;
}
.election-db__profile-more::before, .election-db__home-more::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-left: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -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-db__profile-more:hover, .election-db__home-more:hover {
  background: gray;
}
.election-db__profile-more.show::before, .show.election-db__home-more::before {
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.election-db__profile-social {
  position: absolute;
  right: 0;
  top: 8px;
}
.election-db__profile-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.election-db__profile-social a.social-fb {
  background: url(../../images/db/fb-icon.jpg) no-repeat center;
}
.election-db__profile-social a.social-twitter {
  background: url(../../images/db/twitter-icon.jpg) no-repeat center;
}
.election-db__ad {
  width: 300px;
}
.election-db__nav {
  margin-top: 20px;
  padding: 22px 0;
  background: #ffffff;
  border-top: solid thin #c4c3c3;
  border-bottom: solid thin #c4c3c3;
}
.election-db__nav-block {
  margin-left: 325px !important;
}
.election-db__nav ul li {
  display: inline-block;
}
.election-db__nav ul li a {
  display: block;
  padding: 0 40px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
.election-db__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.election-db__container-left {
  width: 302px;
  padding-top: 60px;
}
.election-db__container-right {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background: #ffffff;
  padding: 0 30px;
  padding-top: 20px;
}
.election-db__container-right .election-db__personal {
  border-bottom: none;
}
.election-db__personal {
  padding: 0 0 10px;
  border-bottom: solid thin #d5d2d2;
}
.election-db__personal-block {
  padding-bottom: 10px;
  font-size: 16px;
}
.election-db__personal-block:last-child {
  padding-bottom: 0;
}
.election-db__personal-block strong {
  display: block;
}
.election-db__personal-block img {
  margin-top: 5px;
}
.election-db__personal-block .election-db__profile-social {
  position: static;
  padding: 10px 0;
}
.election-db__personal-block .election-db__profile-social a {
  width: 26px;
  height: 26px;
  background-size: cover;
}
.election-db__personal-section, .election-db__section {
  padding: 10px 0;
  border-bottom: solid thin #d5d2d2;
}
.election-db__personal-assets {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.election-db__personal-assets-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  padding: 0 15px;
  font-size: 22px;
  font-weight: bold;
  background: #f6f6f6;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.election-db__personal-assets-block > div span {
  display: inline-block;
  vertical-align: middle;
}
.election-db__personal-assets-block > div span:first-child {
  width: 140px;
}
.election-db__personal-assets-block > div i {
  font-style: normal;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
.election-db__personal-assets-block > div strong {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.election-db__personal-assets-block:last-child {
  margin-right: 0;
}
.election-db__leaders {
  padding: 10px 0 0;
}
.election-db__leaders a {
  color: #000000;
}
.election-db__leaders ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.election-db__leaders ul li {
  max-width: 195px;
  margin-right: 46px;
  width: 22%;
}
.election-db__leaders ul li:last-child {
  margin-right: 0;
}
.election-db__leaders ul li:hover .leaders-image {
  -moz-box-shadow: 5px 5px 0px 0 #adadad;
  -webkit-box-shadow: 5px 5px 0px 0 #adadad;
  box-shadow: 5px 5px 0px 0 #adadad;
}
.election-db__head {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}
.cartoon-head{
  font-size: 18px;
  font-weight: 600;
  padding: 5px 8px;
  background: #000;
  color: #fff;
}
.election-db__political {
  border: solid thin #d5d2d2;
  border-bottom: none;
}
.election-db__political-career ul li {
  padding: 10px 20px;
  border-bottom: solid thin #d5d2d2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.election-db__political-career ul li.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.election-db__political-year {
  font-size: 18px;
  position: relative;
}
.election-db__political-year::before {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: solid 8px #d8d8d8;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
}
.election-db__political-year strong {
  display: block;
  width: 80px;
}
.election-db__political-details {
  font-size: 16px;
  max-width: 800px;
}
.election-db__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.election-db__social-block {
  margin-right: 20px;
}
.election-db__news ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.election-db__news ul li {
  max-width: 210px;
  margin-right: 26px;
}
.election-db__news ul li:last-child {
  margin-right: 0;
}
.election-db__news ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.election-db__news.video-news .news-image {
  position: relative;
}
.election-db__news.video-news .news-image::before, .election-db__news.video-news .news-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.election-db__news.video-news .news-image::before {
  width: 24px;
  height: 24px;
  border: solid 4px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(238, 22, 59, 0.5);
}
.election-db__news.video-news .news-image::after {
  width: 0;
  height: 0;
  left: 5px;
  border-left: solid 10px rgba(255, 255, 255, 0.5);
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
}
.election-db__news.video-news:hover .news-image::before {
  border: solid 4px rgba(255, 255, 255, 0.8);
  background: rgba(238, 22, 59, 0.8);
}
.election-db__news.video-news:hover .news-image::after {
  border-left: solid 10px rgba(255, 255, 255, 0.8);
}
.election-db__readmore {
  text-align: right;
  font-size: 14px;
  padding: 10px 0;
}
.election-db__readmore a {
  color: #0066CC;
  font-weight: 600;
}
.election-db__breadcrumb {
  padding: 0 0 15px;
}
.election-db__breadcrumb > div {
  display: inline-block;
}
.election-db__breadcrumb > div > span {
  color: #000000;
  font-size: 14px;
}
.election-db__breadcrumb a, .election-db__breadcrumb span {
  font-size: 14px;
}
.election-width {
  max-width: 1280px;
  margin: auto;
}

.leaders-image {
  border-radius: 10px;
  margin-bottom: 10px;
  -moz-box-shadow: 5px 5px 0px 0 #e0e0e0;
  -webkit-box-shadow: 5px 5px 0px 0 #e0e0e0;
  box-shadow: 5px 5px 0px 0 #e0e0e0;
  -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;
  display: block;
}
.leaders-image img {
  width: 100%;
  display: block;
}
.leaders-text {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

.news-image {
  margin-bottom: 10px;
}
.news-image img {
  width: 100%;
  display: block;
}
.news-text {
  font-size: 14px;
  padding: 0 0 10px;
}

.no-border {
  border-bottom: none !important;
}

.election-db__home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.election-db__home-block {
  margin-left: 0;
  max-width: 960px;
}
.election-db__home-text p {
  line-height: 24px;
}
.election-db__search {
  margin-top: 10px;
  padding: 15px 0;
  background: #ffffff;
  border-top: solid thin #c4c3c3;
  border-bottom: solid thin #c4c3c3;
}
.election-db__search-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
}
.election-db__search-block {
  position: relative;
  margin-right: 20px;
  border: solid thin #c4c3c3;
  background: #fff;
}
.election-db__search-block:last-child {
  margin-right: 0;
}
.election-db__search-block span, .election-db__search-block input[type="text"] {
  display: block;
  padding: 5px 10px;
  border-radius: 2px;
  line-height: inherit;
  height: 35px;
  font-size: 14px;
  vertical-align: middle;
}
.election-db__search-block input[type="text"] {
  border: none;
  outline: none;
  width: 100%;
}
.election-db__search-block select {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  line-height: 45px;
  height: 45px;
  z-index: 1;
}
.election-db__search-block.state {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.election-db__search-block.party {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.election-db__search-block.leader {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.election-db__search-block i {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #c4c3c3;
  font-size: 32px;
}
.election-db__search-list {
  position: absolute;
  background: #ffffff;
  top: 45px;
  left: -1px;
  right: -1px;
  border: solid thin #c4c3c3;
}
.election-db__search-list ul li a {
  display: block;
  padding: 7px 10px;
  border-bottom: solid thin #c4c3c3;
  color: #000000;
  font-size: 14px;
}
.election-db__search-list ul li:last-child a {
  border-bottom: none;
}
.election-db__search-input {
  overflow: hidden;
}
.election-db__container-homepage {
  background: #ffffff;
}
.election-db__container-homepage .election-db__container-left {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding-top: 0;
  max-width: 948px;
  margin-right: 30px;
}
.election-db__container-homepage .election-db__container-right {
  width: 310px;
  padding: 0 10px;
  background: #f6f6f6;
  -webkit-box-flex: inherit;
  -moz-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}
.election-db__container-homepage .election-db__leaders {
  padding: 10px 30px 0;
}
.election-db__container-homepage .election-db__leaders ul li {
  max-width: 100%;
  padding-right: 5px;
}
.election-db__container-homepage .election-db__leaders .bx-wrapper {
  position: relative;
}
.election-db__container-homepage .election-db__leaders .bx-controls-direction a {
  position: absolute;
  top: 0;
  bottom: 42px;
  margin: auto;
  width: 15px;
  height: 15px;
  display: block;
  border-left: solid 3px #c4c3c3;
  border-bottom: solid 3px #c4c3c3;
  text-indent: -9999px;
  overflow: hidden;
}
.election-db__container-homepage .election-db__leaders .bx-controls-direction a.bx-prev {
  left: -20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.election-db__container-homepage .election-db__leaders .bx-controls-direction a.bx-next {
  right: -20px;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.election-db__container-homepage .election-db__news ul li {
  max-width: 220px;
  width: 23%;
}
.election-db__tabs ul {
  text-align: center;
}
.election-db__tabs ul li {
  display: inline-block;
  margin: 0 30px;
}
.election-db__tabs ul li a {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #000000;
  border-bottom: solid 4px transparent;
}
.election-db__tabs ul li a.selected {
  border-color: #000000;
}
.election-db__tabs-content {
  margin: 15px 0 0;
  border: solid thin #d5d2d2;
}
.election-db__tabs-block {
  padding: 20px 30px;
  display: none;
}
.election-db__tabs-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.election-db__tabs-block ul li {
  max-width: 130px;
  margin-right: 50px;
  width: 16%;
}
.election-db__tabs-block ul li:last-child {
  margin-right: 0;
}
.election-db__tabs-block ul li a {
  color: #000000;
  text-align: center;
  display: block;
}
.election-db__tabs-block ul li a strong {
  display: block;
  font-size: 16px;
}
.election-db__tabs-block ul li a .leaders-text {
  padding-top: 10px;
  display: block;
  font-size: 14px;
}
.election-db__reach {
  padding: 15px 20px;
  border: solid thin #d5d2d2;
}
.election-db__reach .election-db__search-block {
  margin-right: 10px;
}
.election-db__reach .election-db__search-block:last-child {
  margin-right: 0;
}
.election-db__reach-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 0 10px;
}
.election-db__reach-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.election-db__reach-mla {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.election-db__reach-mla > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.election-db__reach-mla-profilename {
  text-align: center;
  padding-bottom: 10px;
}
.election-db__reach-mla-profilename strong {
  display: block;
}
.election-db__reach-mla-profilename strong span {
  font-weight: normal;
}
.election-db__reach-mla-details .election-db__profile-social {
  position: static;
  text-align: center;
}
.election-db__reach-mla-details .election-db__profile-social a {
  margin-right: 5px;
}
.election-db__reach-mla-fulldetails .election-db__personal-block {
  font-size: 14px;
  font-weight: 600;
}
.election-db__birthday-block {
  padding-top: 10px;
}
.election-db__birthday-block ul li {
  margin-bottom: 15px;
}
.election-db__birthday-block ul li:last-child {
  margin-bottom: 0;
}
.election-db__birthday-block ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
.election-db__birthday-block ul li a strong {
  display: block;
  padding-bottom: 5px;
}
.election-db__birthday-block ul li a button {
  display: block;
  background: #ffffff url(../../images/db/tweet-icon.png) no-repeat 90% center;
  border: solid thin #d4d2d2;
  padding: 5px;
  padding-right: 50px;
  text-align: left;
  margin-top: 10px;
  border-radius: 5px;
  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-db__birthday-block ul li a button:hover {
  background-color: #fefefe;
}
.election-db__birthday-block ul li a span {
  display: block;
}
.election-db__birthday-block ul li a span.leaders-image {
  width: 80px;
  float: left;
  font-size: 14px;
}
.election-db__birthday-block ul li a span.leaders-text {
  text-align: left;
  padding: 0;
  font-size: 14px;
  margin-left: 95px;
}
.election-db__richest-select .election-db__search-block {
  margin: 0 0 15px;
  background: #ffffff;
}
.election-db__richest-block ul li {
  margin-bottom: 15px;
}
.election-db__richest-block ul li:last-child {
  margin-bottom: 0;
}
.election-db__richest-block ul li a {
  color: #000000;
}
.election-db__richest-block ul li a strong, .election-db__richest-block ul li a span {
  display: block;
}
.election-db__richest-block ul li a .leaders-image {
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  margin-bottom: 5px;
}
.election-db__richest-block ul li a .leaders-text {
  display: block;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
.election-db__richest-block ul li a .leaders-text strong {
  font-size: 18px;
  padding-bottom: 5px;
}
.election-db__richest-block ul li a .leaders-text .assets {
  font-size: 18px;
  padding-top: 5px;
}
.election-db__richest-block ul li a .leaders-text .assets strong {
  display: inline-block;
  margin-right: 5px;
}
.election-db__socialstream {
  margin-bottom: 15px;
}

.birthday-wishes .election-db__birthday-wishes {
  width: 210px;
}
.birthday-wishes .election-db__birthday-wishes a {
  font-size: 14px;
  padding-left: 40px;
}

.election-db__birthday-wishes {
  position: absolute;
  display: block;
  bottom: 15px;
  left: 10px;
  right: 10px;
  height: 40px;
}
.election-db__birthday-wishes a {
  display: block;
  border: solid thin #33aaf4;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 50px;
  height: auto;
  border-radius: 3px;
  background: #ffffff;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.election-db__birthday-wishes a:before, .election-db__birthday-wishes a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
.election-db__birthday-wishes a:before {
  background: url(../../images/db/birthday-icon.png) no-repeat;
  width: 32px;
  height: 32px;
  left: 5px;
}
.election-db__birthday-wishes a:after {
  background: #33aaf4 url(../../images/db/twitter-white.png) center no-repeat;
  width: 45px;
  height: 40px;
  right: 0;
}

/*** safari fix **/
.safari .election-db__personal-assets-block {
  display: block;
}
.safari .election-db__container-homepage .election-db__leaders ul li {
  margin-right: 30px;
}
.safari .election-db__container-homepage .election-db__news ul li {
  max-width: 210px;
}
.safari .election-db__container-homepage .election-db__reach-content > div {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.safari .election-db__container-homepage .election-db__reach-mla > div {
  display: inline-block;
  vertical-align: middle;
}
.safari .election-db__container-homepage .election-db__reach-mla-details {
  padding-left: 10px;
}
.safari .election-db__leaders-women ul {
  display: block;
  font-size: 0;
}
.safari .election-db__leaders-women ul li {
  display: inline-block;
  margin-right: 46px !important;
}
.safari .election-db__leaders-women ul li:nth-child(4n) {
  margin-right: 0 !important;
}
.safari .election-db__leaders-logo ul {
  display: block;
  font-size: 0;
}
.safari .election-db__leaders-logo ul li {
  display: inline-block;
  margin-right: 24px !important;
  vertical-align: top;
}
.safari .election-db__leaders-logo ul li:nth-child(4n) {
  margin-right: 0 !important;
}
.safari .election-db__leaders-logo ul li a .leaders-text {
  height: 60px;
  overflow: hidden;
}
.safari .election-db__homepage-political .election-db__news ul li {
  max-width: 235px;
}
.safari .election-quickfacts__left {
  width: 400px;
  display: block;
}
.safari .election-quickfacts__map {
  display: block;
}

/***** ie fix **/
.fix-ie .election-db__profile > div {
  display: inline-block;
  vertical-align: top;
}
.fix-ie .election-db__profile > div.election-db__profile-details, .fix-ie .election-db__profile > div.election-db__home-block {
  max-width: 625px;
}
.fix-ie .election-db__container > div {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.fix-ie .election-db__container > div.election-db__container-right {
  max-width: 910px;
}
.fix-ie .election-db__leaders ul {
  font-size: 0;
}
.fix-ie .election-db__leaders ul li {
  display: inline-block;
  width: 21%;
}
.fix-ie .election-db__news ul li {
  display: inline-block;
  width: 22%;
}
.fix-ie .election-db__political-career ul li.show {
  display: block;
}
.fix-ie .election-db__political-career ul li.show > div {
  display: inline-block;
  vertical-align: middle;
}
.fix-ie .election-db__political-career ul li.show > div.election-db__political-details {
  max-width: 775px;
}
.fix-ie .election-db__personal-assets > div {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
.fix-ie .election-db__social > div {
  display: inline-block;
  vertical-align: top;
}
.fix-ie .election-db__social > div.election-db__social-block {
  max-width: 585px;
}
.fix-ie .election-db__home > div {
  display: inline-block;
  vertical-align: top;
}
.fix-ie .election-db__home-block {
  max-width: 955px;
}
.fix-ie .election-db__search-content > div {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}
.fix-ie .election-db__container-homepage .election-db__container-left {
  max-width: 915px;
}
.fix-ie .election-db__container-homepage .election-db__leaders ul li {
  margin-right: 38px;
}
.fix-ie .election-db__container-homepage .election-db__leaders ul li:last-child {
  margin-right: 0;
}
.fix-ie .election-db__container-homepage .election-db__news ul li {
  margin-right: 32px;
}
.fix-ie .election-db__container-homepage .election-db__news ul li:last-child {
  margin-right: 0;
}
.fix-ie .election-db__tabs-block ul {
  font-size: 0;
}
.fix-ie .election-db__tabs-block ul li {
  display: inline-block;
  vertical-align: top;
}
.fix-ie .election-db__reach-content > div {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.fix-ie .election-db__reach-mla > div {
  display: inline-block;
  vertical-align: middle;
}
.fix-ie .election-db__reach-mla-details {
  padding-left: 10px;
}
.fix-ie .election-db__leaders-logo ul li {
  width: 22%;
  display: inline-block;
  margin-right: 27px !important;
  vertical-align: top;
}
.fix-ie .election-db__leaders-logo ul li:nth-child(4n) {
  margin-right: 0 !important;
}
.fix-ie .election-db__leaders-logo ul li a .leaders-text {
  height: 60px;
  overflow: hidden;
}
.fix-ie .election-db__homepage-political .election-db__news ul li {
  max-width: 227px;
}
.fix-ie .election-quickfacts__details {
  font-size: 0;
}
.fix-ie .election-quickfacts__details > div {
  display: inline-block;
  vertical-align: top;
}
.fix-ie .election-quickfacts__left {
  width: 400px;
}
.fix-ie .election-quickfacts__right {
  width: 878px;
}
.fix-ie .election-quickfacts__morelinks a {
  font-size: 16px;
}
.fix-ie .election-quickfacts__leaders-list ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.fix-ie .election-quickfacts__morelinks a {
  margin-bottom: 10px;
}
.fix-ie .election-previous__ls {
  font-size: 0;
}
.fix-ie .election-previous__ls > div {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.election-db-stats {border: 1px solid #ccc;background: #fff;margin-bottom: 15px;}
.election-db-stats-search {background: #f6f6f6;padding: 10px;}
.election-db-stats-search .election-db__search-block {background: #fff;}
.election-db-stats-content {padding: 10px;background: #fff;position: relative;}
.election-db-stats-heading {font-size: 22px;font-weight: bold;padding: 10px 0;text-align: center;}
.election-db-statsgraph {float: left;}
.election-db-stats-embed {position: absolute;right: 10px;top: 100px;width: 350px;}
.election-db-stats-embed-code {padding: 10px;background: #f6f6f6;}
.election-db-stats-embed-title {font-size: 16px;color: #000;text-align: left;padding: 0 0 10px 0;}
.election-db-embed-codetext {background: transparent;width: 100%;height: 150px;border: 0 none;text-align: left;}
.election-db-stats-subheading {font-size: 24px;text-align: center;padding: 10px;font-weight: bold;background: #267cd3;color: #fff;}
.election-db-stats-res {border: 1px solid #ccc;}
.election-db-candidate-list {overflow: auto;}
.election-db-candidate-list table {border-collapse: collapse;width: 100%;}
.election-db-candidate-list table th {background: #04256c;font-size: 14px;font-weight: bold;color: #fff;padding: 10px;}
.election-db-candidate-list table td {font-size: 14px;color: #000;padding: 8px;text-align: left;}
.election-db-candidate-list table tr:nth-child(odd) {background: #fff;}
.election-db-candidate-list table td:first-child,.election-db-candidate-list table td:last-child {text-align: center;}
.election-db-candidate-list table tr:nth-child(even) {background: #f6f6f6;}


/*inline css*/

.liveblinking {width: 10px;height: 10px;background: #ff0000;border-radius: 50%;display: inline-block;margin-left: 4px;
							-moz-animation-duration: 500ms;
							-moz-animation-name: blink;
							-moz-animation-iteration-count: infinite;
							-moz-animation-direction: alternate;
							-webkit-animation-duration: 500ms;
							-webkit-animation-name: blink;
							-webkit-animation-iteration-count: infinite;
							-webkit-animation-direction: alternate;
							animation-duration: 500ms;
							animation-name: blink;
							animation-iteration-count: infinite;
							animation-direction: alternate;
						}
						
						@-moz-keyframes blink {
							from {
								opacity: 1;
							}
							to {
								opacity: 0;
							}
						}
						@-webkit-keyframes blink {
							from {
								opacity: 1;
							}
							to {
								opacity: 0;
							}
						}
						@keyframes blink {
							from {
								opacity: 1;
							}
							to {
								opacity: 0;
							}
						}
						.candidate-list table tr th {background: #22292f;}
						.oth { background: #078877 !important;}
						.candidate-list table tr td:nth-child(1) {    background: none;}
						.candidate-list table tr td {  background: none;}
						.election-pastlist table tr th {background: #22292f;}
						.election-pastlist table tr th:nth-child(2) table tr td, .election-pastlist table tr td:nth-child(2) table tr td { background: #fff;}
						.election-pastlist table tr:nth-child(2n-1) td:nth-child(2) table tr td {background: #fff;}
						.ka-heading {margin-bottom: 10px; }
						.news-block {background: #012b55; padding: 10px; border-radius: 5px;}
						 ul.newslist li a {color: #fff;}
						.strikerate-wrap {padding: 20px 0;}
						.strikerate-wrap .strike-rate-wrapper {width: 100%;float: none;}					
						.strikerate-wrap .party-logo {border-radius: 50%; width: 50px;height: 50px;overflow: hidden;top: -12px;}					
						.strikerate-wrap .party-logo img {border-radius: 50%;}			
						.strikerate-wrap .strike-rate-content {margin: 20px 20px 0px 20px;}		
						.strikerate-wrap .strike-rate.team1 .party-logo {left: -15px;}	
						.strikerate-wrap .strike-rate.team2 .party-logo {right: -15px;}
						.assembly-const-text {overflow: visible;}
						.oi-ele-const-list ul li {float: left;width: 25%;margin: 5px 0;}
						.oi-ele-const-list ul li a {display: block;font-size: 14px;color: #06c;}
						.ele-asmbly-wrapper .innermap-left {width: 40%;}
						.ele-asmbly-wrapper .innermap-right {width: 58%;}
						.strike-rate-wrapper {width: 530px;float: left;}
						.assembly-const-text {height: auto!important;}
						.strike-rate.aifb .party-per-text {color: #000;}
						.strike-rate.aifb .party-per-text {color: #000;}    
						.mamak {background: #000000 !important;}
						.rsp {background: #d70000 !important;}
						.hpu {background: #8a0b4f!important;}
						.ahl {background: #f6931e!important;}
						.npc {background: #7861a9!important;}
						.nnd {background: #7861a9!important;}
						.udf {background: #b73b3b!important;}
						.nno {background: #b73b3b!important;}
						.ufn {background: #084884!important;}
						.bjs {background: #f68220!important;}
						.hpd {background: #1237e4!important;}
						.hvc {background: #7861a9!important;}
						.ndpp {background: #b73b3b!important;}
						.udp {background: #b73b3b!important;}
            #results1.candidate-list {max-height: 420px;overflow-y: auto;}
            .ele-topblock-right {float: right;width: 350px;}
            .ele-topblock-left {float: left;width: 520px;margin-top: 12px;}											
            .assembly-const-text {clear: both;}
            .oi-social-shareicon {display: inline-block;text-indent: -99999px;margin:5px;background: url('https://www.oneindia.com/images/oneindia-sprite-icons.png') no-repeat 0 0;width: 22px;height: 22px;background-position: 0 -43px;}
            .ele-topblock-socialblock {float: left;width: 50px;position: relative;}
            .ele-share-block {position: absolute;right: 40px;top: -4px;margin: 0;width: 180px;display: none;}
            .ele-topblock-searchblock {float: right;width: 300px; margin-top: -10px;}
            .ele-topblock-socialblock.open-social .ele-share-block {display: block;}
            .ele-polling-datesblock {margin: 20px auto 10px auto;}
            .ele-polling-datesblock:after {clear: both;display: table;content: '';}
            .ele-pollingdate {float: left;width: 48%;margin-right: 4%;margin-bottom: 10px;}
            .ele-pollingdate-counting {float: left;width: 48%;}
            
            
            .oi-quicklinks-wrap {margin: 15px auto 30px auto;border: 1px solid #ccc;border-radius: 5px;position: relative;padding: 0 0 20px 0;}
            .oi-quicklinks-heading {font-size: 16px;color: #000;padding: 10px;text-align: center;text-transform: uppercase;background: #f0f4ff;border-radius: 5px 5px 0 0;font-weight: 600;border-bottom: 1px solid #ccc;line-height: 22px;}
            .oi-quicklinks-listing {padding: 10px;height: 85px;overflow: hidden;-moz-transition: all 0.27s ease-in;-o-transition: all 0.27s ease-in;-webkit-transition: all 0.27s ease-in;transition: all 0.27s ease-in;}
            .oi-quicklinks-listing.showmore {min-height: 225px;overflow-y: auto;}
            .oi-quicklinks-listing ul {display: flex;flex-direction: row;flex-wrap: wrap;padding-left: 20px;}
            .oi-quicklinks-listing ul li {font-size: 14px;color: #000;font-weight: normal;text-align: left;display: flex;flex-direction: column;flex-basis: 100%;flex: 50%;position: relative;}
            .oi-quicklinks-listing ul li:before {background: url(https://www.oneindia.com/elections-common/media/images/common/arrow-down-orange.svg) no-repeat 0 0;width: 10px;height: 10px;border-radius: 50%;position: absolute;left: -15px;top: 12px;content: '';-moz-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-o-transform: rotate(-90deg);}
            .oi-quicklinks-listing ul li a {display: block;color: #06c;padding: 5px;text-decoration: none;}
            
            .oi-quicklinks-showmore {position: absolute;left: 0;right: 0;bottom: -15px;margin: 0 auto;max-width: 130px;text-align: center;}
            .oi-quicklinks-showmore a {font-size: 12px;color: #06c;font-weight: normal;padding: 8px;border-radius: 15px;text-transform: uppercase;background: #f0f4ff;z-index: 1000;display: block;border: 1px solid #ccc;text-decoration: none;}
            .oi-quicklinks-showmore a.showmore, .oi-quicklinks-showmore.showmore a.showless {display: block;}
            .oi-quicklinks-showmore a.showless, .oi-quicklinks-showmore.showmore a.showmore {display: none;}
            .oi-down-arrow {background: url(https://www.oneindia.com/elections-common/media/images/common/arrow-down-blue.svg) no-repeat 0 0;width: 10px;height: 10px;vertical-align: middle;display: inline-block;}
            .oi-up-arrow {background: url(https://www.oneindia.com/elections-common/media/images/common/arrow-down-blue.svg) no-repeat 0 0;width: 10px;height: 10px;vertical-align: middle;display: inline-block;-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);}
            
            #toTop {width: 30px;height: 30px;position: fixed;right: 20px;bottom: 20px;background: #ff7500;border-radius: 5px;z-index: 100000;}
            #toTop:before {border: solid #fff;border-width: 0 3px 3px 0;display: inline-block;padding: 4px;transform: rotate(-135deg);-webkit-transform: rotate(-135deg);content: '';position: absolute;top: 10px;left: 10px;}
            #toTop.sticky {display: block;}
            
            
            .strike-rate-wrapper {width: 100%;margin-bottom: 20px;float: none;}
            .strike-rate-heading { font-size: 24px;font-weight: 700;color: #000;padding: 15px 5px;text-align: center;text-transform: uppercase;}
            .party-logo {width: 40px;height: 45px;top: -55px;}
            .strike-rate.team1 .party-per-text {text-align: center;margin-left: 0px;margin-right: 5px;line-height: 25px;font-size: 14px;}
            .strike-rate.team2 .party-per-text {text-align: center;margin-right: 0px;margin-left: 5px;line-height: 25px;margin-top: 0;font-size: 14px;}
            .strike-rate {height: 25px;}
            .candidate-list {clear: both;padding-top: 20px;}
            .assembly-const-text {clear: none;}
            .ele-topblock-right .assembly-video-block {float: none;width: 100%;margin-left: 0;}
            .ele-topblock-right {margin-left: 20px;width: 400px;}

 