/*
 * Election page Styles
 */
.main-headings a{font-size:24px;}
#home-election-lead .grid_ab {
    float: left;
    margin: 0;
    width: 72%;
}
#home-election-lead .grid_ab .grid_5 {
    width: 54%;
}
#home-election-lead .grid_ab .grid_4 {
    width: 38%;
}
#home-election-lead .grid_c.grid_3 {
    width: 24%;
}
#election-banner {
	background: #f6f6f6;
	border: 1px solid #999999;
	margin: 10px 2% 20px 2%;
	height: 100px;
	overflow: hidden;
}
.election-memberImgs {
	border-right: 1px solid #999999;
	height: 90px;
	float: left;
	width: 32%;
	padding-top: 10px;
}
.election-stateHeading {	
	text-align: center;
	width: 25%;
	height: 80px;
	padding: 10px 5% 0 5%;
	float: left;
}
.election-stateHeading h1 {
	font-size: 2.4em;
	text-transform: uppercase;
	color: #b73d32;
	font-weight: normal;
}
.election-partyImgs {
	border-left: 1px solid #999999;
	height: 90px;
	float: left;
	width: 32%;
	padding-top: 10px;
}
.election-memberImgs ul li, .election-partyImgs ul li {
	float: left;
	margin: 3px 8px;
	list-style-type: none;
}
.news-electionResultTable {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
}
.news-electionResultTable th {
	background: #026fb0;
	padding: 8px 5px;
	text-align: center;
	border: 1px solid #cccccc;
}
.news-electionResultTable th h2 {
	font-size: 2.4em;
	color: #fff;
	font-weight: normal;
}
.news-electionResultTable td {
	background: #f6f6f6;
	padding: 8px 5px;
	text-align: center;
	border: 1px solid #cccccc;
	font-size: 1.8em;
	color: #000;
}
.news-electionResultTable .news-tableheading td {
	background: #e2e0e1;
}
.election-mapblock {
	border: 1px solid #adabac;
}

.other-polls {
	margin: 10px 2%;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 10px;
	font-size: 1.6em;
	color: #000;
	font-weight: bold;
}
.other-polls span {
	padding: 10px;
	float: left;
}
.other-polls a {
	padding:  10px 15px;
	color: #0066cc;
	float: left;
}
.other-polls a.election-loksabha {
	float: right;
	border-left: 1px solid #cccccc;
}
.election-state-details {
	border-top: 1px solid #adabac;
	padding: 10px;
	font-size: 1.6em;
	color: #000;
	text-align: center;
	background: #f6f6f6;
}
.news-candidatesWonList {
	font-size: 1.5em;
	color: #000;
	width: 100%;
	border-collapse: collapse;
	text-transform: uppercase;
}
.news-candidatesWonList td {
	padding: 5px;
}

.election-topics {
	background: #f6f6f6;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 0;
	margin: 20px 2%;
	font-size: 1.6em;
	color: #000;
}
.election-topics a {
	color: #0066cc;
	padding: 0 10px;
}
.election-importantDates ul {
	padding-left: 15px;
}
.election-importantDates ul li {
	font-size: 1.6em;
	color: #000;
	padding: 5px 0;
	list-style-image: url(/images/bullet-red.png);
}
.election-importantDates ul li a {
	color: #000;
}


#home-election-gal-video .morenews-content {
    margin: 10px 3%;
    width: 28%;
    float: left
}
#home-election-gal-video .morenews-content.first {
	margin-left: 0;
}
.photosImg, .videosImg {
    position: relative;
}
.video-play, .photos-icon {
    background: none repeat scroll 0 0 #222222;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 100%;
}
.photos-icon a {
    background: url("/images/sprite.png") no-repeat scroll -346px 0;
    display: block;
    float: right;
    height: 9px;
    margin: 5px 10px;
    text-indent: -99999px;
    width: 11px;
}
.video-play a {
    background: url("/images/sprite.png") no-repeat scroll -327px 0;
    display: block;
    float: right;
    height: 11px;
    margin: 5px 10px;
    text-indent: -99999px;
    width: 19px;
}

@media only screen 
and (min-width : 728px)
and (max-width : 1024px){
	#home-election-lead .grid_ab, #home-election-lead .grid_c.grid_3 {
		width: auto;
		float: none;
	}
}
@media only screen 
and (min-width : 0px)
and (max-width : 727px){
	#home-election-lead .grid_ab, #home-election-lead .grid_ab .grid_5, #home-election-lead .grid_ab .grid_4, #home-election-lead .grid_c.grid_3 {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.election-memberImgs, .election-partyImgs {
		display: none;
	}
	.election-stateHeading {
		float: none;
		width: auto;
	}
	#home-india .home-india-morenews .morenews-content {
	    margin: 5px 0;
	    width: 100%;
	}
	.home-contentImg .home-imgBlock, .morenews-content .home-imgBlock {
	    float: left;
	    width: 44%;
	}	
	.home-contentImg .heading2, .morenews-content .heading3 {
	    margin-left: 49%;
	    font-size: 1.6em;
	}	
	#home-election-gal-video .morenews-content .heading3 {
		margin-left: 0;
	}
	#home-election-gal-video .grid_6 {
		clear: both;
	}
}
@media only screen 
and (min-width : 0px)
and (max-width : 400px){
	#home-election-gal-video .morenews-content {
	    width: auto;
		float: none;
		margin-bottom: 20px;
	}
}
@media only screen 
and (min-width : 0px)
and (max-width : 319px){
	.home-contentImg .home-imgBlock, .morenews-content .home-imgBlock {
	    float: none;
	    width: 100%;
	}	
	.home-contentImg .heading2, .morenews-content .heading3 {
	    margin-left: 0;
	}
}



/*
 * Latest Added for Loksabha Election
 */
.news-election-banner {
	border: 1px solid #5a0000;
	background: #990002;
	margin: 20px 2%;
	height: 100px;
	overflow: hidden;
}
.news-election-title {
	width: 30%;
	float: left;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.parliament-img {
	width: 35%;
	float: left;
	padding: 5px 0;
}
.parliament-img img {
	vertical-align: bottom;
	display: block;
	text-align: center;
}
.leaders-img {
	width: 35%;
	float: left;
}
.leaders-img img {
	float: right;
	margin-right: 10px;
}
.did-you-know-block {
	border: 1px solid #b3b3b3;
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 30px;
}
.election-heading1 {
	font-size: 1.8em;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}
.election-heading1 a {
	color: #0066cc;
}
.election-title1 {
	font-size: 24px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 5px;
}
.election-heading2 {
	font-size: 17px;
    font-weight: normal;
    padding: 5px 0;
}
.written-by {
	font-size: 1.4em;
    color: #666;
}
.election-gallery {
	float: left;
	margin: 10px 2%;
	width: 46%;
}
.election-videos {
	float: left;
	margin: 10px 2% 35px 2%;
	width: 46%;
}
.election-gallery .morenews-content {
	float: left;
	width: 45%;
	margin-left: 0;
	margin-right: 0;
}
.election-gallery .morenews-content.first {
	margin-right: 10%;
}
@media only screen 
and (min-width : 728px)
and (max-width : 1000px) {	
	.leaders-img, .election-india-map .speechmap {display: none;}
	#home-election .grid_ab {
		float: left;
		width: 48%;
		margin-right: 2%;
	}	
	#home-election .grid_ab .grid_4 {
		float: none;
		clear: both;
		width: auto;
	}
	#home-election .grid_4.grid_c {
		float: left;
		width: 46%;
	}	
	.news-election-title {
		width: 40%;
	}
	.parliament-img {
		width: 60%;
	}
}	
@media only screen 
and (min-width : 0px)
and (max-width : 727px) {	
	.election-gallery {
		float: none;
		margin: 10px 2%;
		width: auto;
	}
	.election-videos {
		float: none;
		width: auto;
	}
	#home-india .home-india-morenews .morenews-content {
		margin: 5px 2%;
	}
	.parliament-img, .leaders-img, .election-india-map .speechmap {display: none;}
	.news-election-title {
		width: auto;
		float: none;
		font-size: 30px;
	}
}
@media only screen 
and (min-width : 0px)
and (max-width : 319px) {	
	.election-gallery .morenews-content {
		float: none;
		width: auto;
	}
	.election-gallery .morenews-content.first {
		margin-right: 0;
	}
	.election-mapimg {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	.election-mapdesc {
		float: none;
		width: auto;	
		margin-right: 0;
	}
}












.mixedbag-slider-container {
		padding: 10px 30px;
		border: 1px solid #d8d8d6;
		position: relative;
		background: #f6f5f1;
	}
	.mixedbag-slider-container ul {
		list-style-type: none;
	}
	.mixedbag-slider-container ul li .slide-img {
		position: relative;
	}
	.mixedbag-slider-container ul li .slide-img a.video-icon {
		position: absolute;
		top: 45%;
		left: 45%;
		width: 48px;
		height: 48px;
		background: url(/images/sprite2.png) no-repeat 0px -29px;
		text-indent: -99999px;
	}
	.mixedbag-slider-container ul li .slide-img a.video-icon:hover {
		background: url(/images/sprite2.png) no-repeat -48px -29px;
	}
	h2.slide-heading  {
		font-size:15px;
		font-weight: normal;
		padding: 5px;
	}
	h2.slide-heading a {
		color: #0066cc;
	}
	.mixedbag-slider-container .bx-wrapper .bx-controls-direction a  {
		position: absolute;
		top: 50%;
		width: 27px;
		height: 63px;
		text-indent: -99999px;
	}
	.mixedbag-slider-container .bx-wrapper .bx-controls-direction a.bx-prev  {
		left: 0;
		background: url(/images/sprite2.png) no-repeat -60px -125px;
	}
	.mixedbag-slider-container .bx-wrapper .bx-controls-direction a.bx-next  {
		right: 0;
		background: url(/images/sprite2.png) no-repeat -87px -125px;
	}
	.mixedbag-slider-container .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	    right: 0;
	    width: 35px;
	}
	.mixedbag-slider-container .bx-wrapper .bx-controls-auto {
	    text-align: center;
	}
	.mixedbag-slider-container .bx-wrapper .bx-pager, .mixedbag-slider-container .bx-wrapper .bx-controls-auto {
	    bottom: -30px;
	    position: absolute;
	    width: 100%;
	}	
	.mixedbag-slider-container .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	    text-align: left;
	    width: 80%;
	}
	.mixedbag-slider-container .bx-wrapper .bx-pager {
	    color: #666666;
	    font-family: Arial;
	    font-size: 0.85em;
	    font-weight: bold;
	    padding-top: 20px;
	    text-align: center;
	}
	.mixedbag-slider-container .bx-wrapper .bx-pager .bx-pager-item, .mixedbag-slider-container .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	    display: inline-block;
	}
	.mixedbag-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
	    background: none repeat scroll 0 0 #000;
	    border-radius: 5px;
	    display: block;
	    height: 10px;
	    margin: 0 3px;
	    outline: 0 none;
	    text-indent: -9999px;
	    width: 10px;
	}
	.mixedbag-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .mixedbag-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
	    background: none repeat scroll 0 0 #0066cc;
	}	
	.mixedbag-slider-container .bx-wrapper .bx-controls-auto .bx-start {
	    background: url(/images/sprite2.png) no-repeat scroll -114px -136px;
	    display: block;
	    height: 11px;
	    margin: 0 3px;
	    outline: 0 none;
	    text-indent: -9999px;
	    width: 10px;
	}
	.mixedbag-slider-container .bx-wrapper .bx-controls-auto .bx-start:hover, .mixedbag-slider-container .bx-wrapper .bx-controls-auto .bx-start.active {
	    background-position: -114px -125px;
	}
	.mixedbag-slider-container .bx-wrapper .bx-controls-auto .bx-stop {
	    background: url(/images/sprite2.png) no-repeat scroll -114px -169px;
	    display: block;
	    height: 11px;
	    margin: 0 3px;
	    outline: 0 none;
	    text-indent: -9999px;
	    width: 9px;
	}
	.mixedbag-slider-container .bx-wrapper .bx-controls-auto .bx-stop:hover, .mixedbag-slider-container .bx-wrapper .bx-controls-auto .bx-stop.active {
	    background-position: -114px -158px;
	}
	


#opinion-poll {
		margin-bottom: 30px;
	}
	.article-contentmain {
		background: #d3cacb;
		border: 1px solid #B0AFAF;
		padding: 10px;
	}
	.article-img-content {
		position: relative;
		text-align: center;
	}
	.article-img-content img {
		padding: 3px;
		background: #fff;
		box-shadow: 0 2px 2px 1px #B0AFAF;
		max-width: 98%;
	}
	.article-content-wrapper {
		padding-top: 10px;
	}
	.article-content h2 {
		color: #000000;
		font-size: 1.8em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	.article-content h2 a {
		color: #000000;
	}
	.poll-options a.poll-button {
		background: #D8D6D6 url(/images/poll-option-bg-strip.jpg) repeat-x 0 0;
		border: 1px solid #90908F;
		border-radius: 5px;
		color: #000000;
		cursor: pointer;
		display: block;
		font-size: 1.4em;
		margin: 15px 0;
		padding: 8px;
		text-decoration: none;
	}
	.bordercolor1 {
		border-bottom: 10px solid #D95B46;
	}
	.bordercolor2 {
		border-bottom: 10px solid #38B2D5;
	}
	.bordercolor3 {
		border-bottom: 10px solid #00B0A6;
	}
	.bordercolor4 {
		border-bottom: 10px solid #91C065;
	}
	.bordercolor5 {
		border-bottom: 10px solid #35495A;
	}
	.bordercolor6 {
		border-bottom: 10px solid #EDBD56;
	}





.election-mapblock {
	border: 1px solid #adabac;
	margin-bottom: 30px;
}
.election-mapimg {
	width: 58%;
	float: left;
}
.election-mapdesc {
	float: right;
	width: 38%;	
	margin-right: 2%;
}
.election-mapblock .election-mapdesc {
	margin-top: 20px;
}
.election-mapblock.speechmap .election-mapdesc {
	margin-top: 10px;
}
.election-mapdesc h2 {
	font-size:24px;
    font-weight: normal;
    margin-bottom: 5px;
}
.election-mapdesc div {
	font-size:15px;
	color: #000;
}
