@import url(http://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:400,700);
/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}.budget-logo,.citibank,.sbi-life,.silver-sponsorbx{border-right:1px solid #cfcfcf}.va{vertical-align:bottom}.vm{vertical-align:middle}.tc{display:table-cell;box-sizing:border-box}.maindv{margin:0 auto;max-width:978px}.sponsorsbx{background:#fff;border-bottom:1px solid #cfcfcf;display:table;padding:5px 0;height:64px;text-align:center;width:100%}.budget-logo{padding-right:15px}.silver-sponsorbx{padding:10px 15px 0}.associate-sponsorbx{padding:10px 0 0 15px}.citibank,.sbi-life,.silver-txt{padding-right:12px}.silver-txt{color:#6b6b6b;font:400 12px/16px Arial,Helvetica,sans-serif;text-align:right}.prima{padding-left:12px}.american-express{padding:0 12px}.bankbazaar{border-left:1px solid #cfcfcf;padding-left:12px}.fixed{position:fixed}.hide1px{display:block}.add-left,.add-right{position:fixed;top:56px;z-index:9999;display:none}.breaking-news,.container-header,.footer-group .details,nav ul{max-width:990px!important}.add-left,.add-right,.scorenone,img#wpstats{display:none}body{background:#efefef;font-family:Roboto,sans-serif;line-height:1}.add-left{right:50%;margin:0 510px 0 0}.add-right{margin:0 0 0 510px;left:50%}.breakingbx .bx-controls{right:-27px!important}.breakingbx .bx-next{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -695px -84px no-repeat;right:0}.breakingbx .bx-prev{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -654px -84px no-repeat;left:2px}.breakingbx .bx-controls-auto .bx-stop{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -45px -77px no-repeat}.breakingbx .bx-controls-auto .bx-start{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -10px -76px no-repeat}.footer-group .details{margin:0 auto;overflow:hidden;padding:0;position:relative;width:100%}.breadcrumb{height:20px;padding:0 0 10px 10px}.breadcrumb ul{list-style:none;margin:0}.breadcrumb ul li{font-size:11px;font-weight:400;float:left;padding:0}.breadcrumb ul li:first-child a{display:block;line-height:16px;padding:0 8px 0 0}.breadcrumb ul li a,.breadcrumb ul li span{color:#787878;padding:0 8px;line-height:16px}.breadcrumb ul li a{background:url(/wp-content/themes/vip/indianexpress/style/../images/bredcum.png) right 7px no-repeat;text-decoration:none}.breadcrumb ul li a:hover{text-decoration:underline}.breadcrumb ul li span{display:block;text-transform:capitalize}.secvideo .othervideos{clear:both;overflow:hidden;padding:10px 0 0}.secvideo .othervideos ul{list-style:none;margin:0;padding:0}.secvideo .othervideos ul li{border-top:1px solid #dbdbdb;display:block;line-height:16px;padding:10px 0;overflow:hidden;position:relative}.secvideo .othervideos ul li:first-child{border-top:0 none}.secvideo .othervideos ul li a pre.video{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -371px -194px no-repeat;height:40px;margin-left:27px;margin-top:28px;position:absolute;padding:0;top:0;left:7%;width:40px;z-index:985}.secvideo .othervideos ul li a{color:#000;font-family:'Roboto Condensed',sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0;padding:0;text-decoration:none}.secvideo .othervideos ul li a img{display:block;float:left;height:78px;padding-right:10px;width:140px}.secvideo .othervideos ul li a:hover{text-decoration:none}.secvideo .js-video{padding:25px 0 54%!important}.rightpanel .home-technology{background:#fff;margin:10px 5px 25px;overflow:hidden;padding:10px;-moz-box-shadow:0 0 5px 5px #dfdfdf;-webkit-box-shadow:0 0 5px 5px #dfdfdf;box-shadow:0 0 5px 5px #dfdfdf;width:100%}.rightpanel .home-technology h4{color:#000;font-size:24px;font-weight:400;line-height:1;margin:0;padding:0 0 5px;text-transform:uppercase}.rightpanel .home-technology h4 a{background:url(/wp-content/themes/vip/indianexpress/style/../images/link-arrow.png) right 7px no-repeat;color:#000;font-size:22px;font-weight:400;padding:0 15px 0 0;text-transform:uppercase}.rightpanel .home-technology h4 a:hover{color:#a32020}.rightpanel .home-technology .techie-feed li{border-bottom:1px solid #dbdbdb;float:left;font-family:'Roboto Condensed',sans serif;margin:12px 5px 0;list-style-type:none;min-height:155px;width:124px}.rightpanel .home-technology .techie-feed li:last-child{border-bottom:0}.rightpanel .home-technology .techie-feed li:nth-child(3){border-bottom:0}.rightpanel .home-technology .techie-feed li a img{margin:0 auto;display:block;height:100px;text-align:center;width:80px}.rightpanel .home-technology .techie-feed li a b{color:#000;display:block;font-size:15px;line-height:20px;padding-top:5px}.shareicon .at4-jumboshare .at4-count{font-size:30px;line-height:36px}.shareicon .at4-jumboshare .at4-count-container{padding-right:10px;min-width:110px}.shareicon .at4-jumboshare .at4-share-container{padding-left:10px}@media (max-width:1024px){.container-header{max-width:990px;margin:0 auto;width:95%}nav ul{max-width:990px!important}.breaking-news{max-width:990px;margin:0 auto;width:97%}.breakingbx .bx-controls{right:-27px!important}.footer-group .details{margin:0 auto;max-width:990px;overflow:hidden;padding:0;position:relative;width:100%}}@media (max-width:800px){.breaking-news,.container-header,.footer-group .details{margin:0 auto;max-width:800px;width:95%}.footer-group .details .express-group,.social-header ul li a.apps,.social-header ul li a.rss,nav ul{display:none}.breaking-news{background:#fff;border:1px solid #dadada;height:32px;font-family:'Roboto Condensed',sans-serif;overflow:hidden;z-index:14800}.footer-group .details{overflow:hidden;padding:0;position:relative}.footer-group .details .copyright{width:100%}}.section li a,.section strong{font-family:'Roboto Condensed',sans serif}@media (max-width:640px){.navi{width:50px;float:left;left:0;position:relative}.breaking-news,.social-header{display:none}.mainbox-score{width:96%}.footer-group .details{background:0 0;margin:0 auto;max-width:640px;overflow:hidden;padding:0;width:95%}.footer-group .details .social-icons{clear:both;display:block;overflow:hidden;padding:5px 0 15px}.footer-group .details .social-icons ul li{float:left;height:25px;padding:0 0 10px;width:25px}.footer-group .details .social-icons ul li.no-mob{display:none}.footer-group .details .copyright{padding:5px 0;width:100%}.footer-group .details .copyright .privacy{display:block;float:none;width:100%}.footer-group .details .copyright .wp{display:block;float:none;text-align:left;padding:5px 0}}#body-section{clear:both;padding:0}#body-section .container{clear:both;margin:0 auto;max-width:990px;padding:5px 0 25px;width:100%}#body-section .container .row{clear:both;max-width:990px;padding:0;width:100%}#body-section .container .row .leftpanel{display:block;float:left;overflow:hidden;max-width:665px;width:100%}#body-section .container .row .rightpanel{float:left;margin:0 0 0 10px;max-width:310px;padding:0 0 0 10px;width:100%}.gradientimg{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.95)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.95) 100%);bottom:0;content:"";display:table;left:0;position:absolute;padding:0 10px 5px;text-shadow:1px 1px 1px #000;vertical-align:bottom!important;width:100%;z-index:0}.leftpanel .first-frame,.section{background:#fff;clear:both;overflow:hidden;-webkit-box-shadow:0 0 5px 5px #dfdfdf}.section{margin:10px 0 20px;padding:0;-moz-box-shadow:0 0 5px 5px #dfdfdf;box-shadow:0 0 5px 5px #dfdfdf}.section select{display:none}.section strong{color:#a32020;float:left;font-size:22px;font-weight:700;padding:8px 10px}.section ul{float:right;list-style:none}.section li{border-left:1px solid #dbdbdb;display:inline;float:left;padding:11px}.section li:first-child{border-left:none}.section li a{color:#a09f9f;font-size:16px;font-weight:400;text-decoration:none}.articles-videos ul li a,.first-frame h1,.leftpanel .category h3 a,.leftpanel .thumbnails ul li a{font-family:'Roboto Condensed',sans-serif}.section li a:hover{color:#d80202}.leftpanel .first-frame{margin:10px 10px 25px;padding:10px;-moz-box-shadow:0 0 5px 5px #dfdfdf;box-shadow:0 0 5px 5px #dfdfdf}.leftpanel .category,.rightpanel .viewedvid{-webkit-box-shadow:0 0 5px 5px #dfdfdf;overflow:hidden;clear:both}.lead-story{float:left;margin:0;overflow:hidden;padding:0;position:relative;width:65%}.lead-story a img{display:block;height:226px;width:100%}.articles-videos ul li a pre.video,.lead-story a pre.video{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -419px -186px no-repeat;height:55px;left:50%;z-index:985}.lead-story a pre.video{margin-left:-25px;margin-top:-25px;position:absolute;padding:0;top:50%;width:55px}.first-frame h1{color:#fff;font-size:26px;font-weight:700;line-height:32px}.articles-videos{float:left;width:35%}.articles-videos ul{list-style:none;margin:0;padding:0 0 0 10px}.articles-videos ul li{display:block;margin:0 0 10px;overflow:hidden;position:relative;width:100%}.articles-videos ul li:last-child{margin:0}.articles-videos ul li a pre.video{margin-left:-30px;margin-top:-45px;position:absolute;padding:0;top:55%;width:55px}.articles-videos ul li a{color:#fff;text-decoration:none}.articles-videos ul li a h3{color:#fff;font-size:15px;font-weight:700;line-height:20px;margin:0;padding:0;text-decoration:none}.articles-videos ul li a img{display:block;height:108px;overflow:hidden;padding:0;width:100%}.leftpanel .category{background:#fff;margin:10px 10px 25px;padding:10px 0 0;-moz-box-shadow:0 0 5px 5px #dfdfdf;box-shadow:0 0 5px 5px #dfdfdf}.leftpanel .category h3{border-bottom:1px solid #dbdbdb;margin:0;padding:0 0 5px 10px;text-transform:uppercase}.leftpanel .category h3 a{color:#000;font-size:26px;font-weight:400;text-decoration:none}.leftpanel .category h3 a:hover{color:#a32020}.leftpanel .thumbnails{clear:both;overflow:hidden}.leftpanel .thumbnails ul{list-style:none;margin:0;padding:0}.leftpanel .thumbnails ul li{display:block;float:left;line-height:16px;margin:10px;overflow:hidden;position:relative;width:30.2%}.leftpanel .thumbnails ul li:last-child{margin:10px}.leftpanel .thumbnails ul li a pre.video{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -419px -186px no-repeat;height:55px;margin-left:27px;margin-top:27px;position:absolute;padding:0;top:2%;left:20%;width:55px;z-index:985}.leftpanel .thumbnails ul li a{color:#000;font-size:15px;font-weight:700;line-height:20px;margin:0;padding:0;text-decoration:none}.leftpanel .thumbnails ul li a img{display:block;height:108px;overflow:hidden;padding:0 0 5px;width:100%}.leftpanel .thumbnails ul li a:hover{color:#a32020;text-decoration:none}.rightpanel .add-first{margin:10px auto 25px;max-width:300px;text-align:center;width:100%}.rightpanel .viewedvid{background:#fff;margin:10px 0 25px;max-width:300px;padding:10px;-moz-box-shadow:0 0 5px 5px #dfdfdf;box-shadow:0 0 5px 5px #dfdfdf;width:300px}.rightpanel .viewedvid h4,.rightpanel .viewedvid h4 a{font-size:24px;line-height:0;margin:0;color:#000;font-family:'Roboto Condensed',sans-serif;font-weight:400;text-transform:uppercase}.rightpanel .viewedvid h4{border-bottom:1px solid #dbdbdb;padding:10px 0 20px}.rightpanel .viewedvid ul li{border-bottom:1px solid #dbdbdb;overflow:hidden;padding:10px 0;position:relative}.rightpanel .viewedvid ul li:last-child{border-bottom:none;overflow:hidden;padding:10px 0 0}.rightpanel .viewedvid ul li pre.video{border:none;background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -197px -75px no-repeat;height:30px;left:5px;padding:0;position:absolute;top:10px;width:26px;z-index:985}.rightpanel .viewedvid ul li a{color:#000;font-family:'Roboto Condensed',sans-serif;font-size:15px;font-weight:400;line-height:20px;text-decoration:none;padding:0}.rightpanel .viewedvid ul li a img{float:left;height:78px;overflow:hidden;margin:0 10px 0 0;width:140px}.rightpanel .viewedvid ul li a:hover{color:#a32020;text-decoration:none}.secvideo{background:#fff;clear:both;margin:10px 0 25px 10px;overflow:hidden;padding:10px;-moz-box-shadow:0 0 5px 5px #dfdfdf;-webkit-box-shadow:0 0 5px 5px #dfdfdf;box-shadow:0 0 5px 5px #dfdfdf}.secvideo .sideleft{float:left;max-width:610px;width:100%}.secvideo .sideleft h1{color:#000;font-size:32px;font-weight:700;font-family:'Roboto Condensed',sans serif;line-height:38px;margin:0 0 20px}.leftpanel .populars h3,.leftpanel .populars ul li a{font-family:'Roboto Condensed',sans-serif;font-weight:400}.secvideo .by-line{clear:both;color:#83817e;font-size:11px;line-height:18px;padding:0 0 10px}.secvideo .by-line span{color:#fff;font-size:11px}.secvideo .by-line span a{color:#59b7ff;text-decoration:none}.secvideo .js-video{height:0;padding-top:25px;padding-bottom:50%;margin-bottom:10px;position:relative;overflow:hidden}.secvideo .js-video.widescreen{padding-bottom:56.34%}.secvideo .js-video.vimeo{padding-top:0}.js-video iframe,.js-video object,.js-video video,.secvideo .js-video embed{top:0;left:0;width:100%;height:100%;position:absolute}.secvideo .sideright{float:left;margin:0 0 0 30px;width:310px}.secvideo .sideleft .pods{clear:both}.sideleft p{color:#000;font-size:14px;line-height:20px;margin:5px 0 30px}.sideleft p a{color:#59b7ff;text-decoration:none}.sideleft .shareicon{float:left}.buttons{font-size:13px;font-weight:400;float:right;padding:5px 0 0}.buttons .likdis .likes,.buttons .likdis .likes a img{padding:0 10px 0 0;float:left}.buttons .likdis{float:left;color:#000}.buttons .likdis .dislikes a,.buttons .likdis .likes a{color:#fff;font-size:13px;text-decoration:none}.buttons .likdis .likes{border-right:1px solid #595959;width:70px}.buttons .likdis .dislikes{float:left;padding:0 0 0 10px;width:70px}.buttons .likdis .dislikes a img{float:left;padding:0 10px 0 0}.buttons .comnts{float:right;padding-left:40px}.leftpanel .outbrainadd,.leftpanel .wrappers{clear:both;overflow:hidden;padding:10px;-moz-box-shadow:0 0 5px 5px #dfdfdf;-webkit-box-shadow:0 0 5px 5px #dfdfdf}.buttons .comnts a{color:#000;font-size:13px;text-decoration:none}.stButton .stButton_gradient,.stButton .stFb,.stButton .stMainServices,.stButton .stTwbutton{height:23px!important;line-height:23px!important}.stButton .stButton_gradient{height:22px!important;line-height:22px!important}.sideright .vidadd{clear:both;margin:0;padding-top:10px}.leftpanel .gallery-section,.leftpanel .outbrainadd,.leftpanel .wrappers{background:#fff;margin:10px 10px 25px}.leftpanel .outbrainadd{box-shadow:0 0 5px 5px #dfdfdf}.leftpanel .outbrainadd img{height:auto;width:100%}.leftpanel .wrappers{box-shadow:0 0 5px 5px #dfdfdf}.leftpanel .gallery-section,.leftpanel .gallerysec{-moz-box-shadow:0 0 5px 5px #dfdfdf;-webkit-box-shadow:0 0 5px 5px #dfdfdf;clear:both;overflow:hidden}.leftpanel .gallery-section{padding:10px 0 0;box-shadow:0 0 5px 5px #dfdfdf}.leftpanel .populars{clear:both;margin:0 0 25px;overflow:hidden}.leftpanel .populars h3{color:#000;font-size:26px;margin:0 0 10px 10px;padding:0;text-transform:uppercase}.leftpanel .populars h3 span{color:#a32020;margin:0}.leftpanel .populars ul li{display:block;float:left;line-height:16px;margin:10px 5px 30px;overflow:hidden;position:relative;width:31.3%}.leftpanel .populars ul li:first-child{margin:10px 5px 30px 10px}.leftpanel .populars ul li:last-child{margin:10px 5px 30px}.leftpanel .populars ul li i{color:#fff;display:block;font-size:22px;line-height:26px;position:absolute;padding:5px;top:0;left:0;text-shadow:1px 1px 1px #5d5d5d}.leftpanel .populars ul li a.video{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -156px -75px no-repeat;height:32px;position:absolute;padding:0;top:12px;right:12px;width:32px;z-index:985}.leftpanel .populars ul li a{color:#000;font-size:15px;line-height:20px;margin:0;padding:0;text-decoration:none}.leftpanel .populars ul li a img{display:block;height:auto;overflow:hidden;padding:0 0 5px;width:100%}.leftpanel .populars ul li a:hover{color:#a32020;text-decoration:none}.leftpanel .gallerysec{background:#fff;margin:10px 10px 25px;padding:0;box-shadow:0 0 5px 5px #dfdfdf}.leftpanel .gallerysec ul{list-style:none;margin:0;padding:0}.leftpanel .gallerysec ul li{display:block;float:left;line-height:16px;min-height:190px;margin:10px;overflow:hidden;position:relative;width:30.2%}.leftpanel .gallerysec .view span,.leftpanel .gallerysec ul li a{font-family:'Roboto Condensed',sans-serif;font-size:15px;font-weight:700;line-height:20px}.leftpanel .gallerysec ul li a pre.video{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -419px -186px no-repeat;height:55px;margin-left:27px;margin-top:27px;position:absolute;padding:0;top:2%;left:20%;width:55px;z-index:985}.leftpanel .gallerysec ul li a{color:#000;margin:0;padding:0;text-decoration:none}.leftpanel .gallerysec ul li a img{display:block;height:108px;overflow:hidden;padding:0 0 5px;width:100%}.leftpanel .gallerysec ul li a:hover{color:#a32020;text-decoration:none}.leftpanel .gallerysec .view{clear:both;display:block;margin:0 auto;padding:20px 0;text-align:center}.leftpanel .gallerysec .view img{cursor:pointer}.leftpanel .gallerysec .view span{color:#a32020;clear:both;display:block;margin:0 0 15px}.rightpanel .editor-pic{background:#fff;clear:both;overflow:hidden;margin:10px 0 25px;max-width:300px;padding:10px;-moz-box-shadow:0 0 5px 5px #dfdfdf;-webkit-box-shadow:0 0 5px 5px #dfdfdf;box-shadow:0 0 5px 5px #dfdfdf;width:300px}.rightpanel .editor-pic h4,.rightpanel .editor-pic h4 a{font-size:24px;line-height:0;margin:0;text-transform:uppercase;color:#000;font-family:'Roboto Condensed',sans-serif;font-weight:400}.rightpanel .editor-pic h4{border-bottom:1px solid #dbdbdb;padding:10px 0 20px}.editor-pic ul li{border-bottom:1px solid #dbdbdb;overflow:hidden;padding:10px 0;position:relative}.rightpanel .editor-pic ul li:last-child{border-bottom:none;overflow:hidden;padding:10px 0 0}.rightpanel .editor-pic ul li a{color:#000;display:block;font-family:'Roboto Condensed',sans-serif;font-size:15px;font-weight:400;line-height:20px;text-decoration:none;padding:0}.rightpanel .editor-pic ul li a img{float:left;height:78px;overflow:hidden;margin:0 10px 0 0;width:140px}.rightpanel .editor-pic ul li a.name{color:#a32020;display:block;font:400 11px Arial,Helvetica,sans-serif;line-height:14px;text-decoration:none;padding:0}.rightpanel .editor-pic ul li a:hover{color:#a32020;text-decoration:none}.social-icon-wap{display:none}@media (min-width:801px) and (max-width:1024px){#body-section .container{max-width:1024px;width:95%}.breaking-news,.container-header,.footer-group .details{max-width:990px!important}#body-section .container .row .leftpanel{max-width:650px}.articles-videos ul li a img{height:106px}.leftpanel .thumbnails ul li{width:30%}.leftpanel .thumbnails ul li a img{height:105px}.leftpanel .thumbnails ul li a pre.video{margin-left:10px;margin-top:10px}.leftpanel .populars ul li{min-height:150px}.secvideo .sideleft{max-width:610px!important}.secvideo .sideright{margin:0 0 0 20px}.section{margin:10px 0 20px}.section select{display:none}.section li{padding:11px 15px}.leftpanel .gallerysec ul li{height:auto;min-height:190px;width:30%}.leftpanel .gallerysec ul li a img{height:105px}.leftpanel .gallerysec ul li a pre.video{top:0;left:20%}}@media (min-width:641px) and (max-width:800px){#body-section .container .row .rightpanel,#showmenu,.breaking-news{display:none}header#common{padding:0!important}#banner-section{padding:70px 0 0!important}#body-section .container{max-width:800px;width:95%}.articles-videos ul li a img,.leftpanel .thumbnails ul li a img{height:121px}.leftpanel .thumbnails ul li{width:30.5%}.leftpanel .thumbnails ul li a pre.video{margin-left:35px;margin-top:35px}.leftpanel .populars ul li{min-height:170px}.secvideo{margin:10px 10px 25px}.secvideo .sideleft{max-width:800px}.secvideo .sideright{margin:10px 0 0;width:100%}.secvideo .sideright .pods{border-right:5px solid #fff;float:left;margin:0 20px 0 0;padding:0 20px 0 0;width:53%}.lead-story a img{display:block;height:253px;width:100%}.sideright p{margin:0;padding:0 0 15px 15px}.sideright .vidadd{clear:none;float:left;margin:0}#body-section .container .row .leftpanel{clear:both;float:none;max-width:800px;width:100%}.section{margin:10px 10px 20px}.section strong{font-size:18px}.section select{display:none}.section li{padding:11px 3px}.section li:first-child{font-size:16px;padding:11px 10px}.section li a{font-size:14px}.leftpanel .gallerysec ul li{height:auto;min-height:200px;width:30.5%}.leftpanel .gallerysec ul li a img{display:block;height:120px}.leftpanel .gallerysec ul li a pre.video{left:22%;top:4%}.secvideo .othervideos ul li a pre.video{left:3%}}@media (max-width:640px){.articles-videos ul li a img,.leftpanel .thumbnails ul li a img{height:auto}#body-section .container{max-width:640px;width:95%}#body-section .container .row{max-width:640px;width:100%}header#common{padding:0!important}#body-section .container .row .leftpanel{clear:both;float:none;max-width:640px}#body-section .container .row .rightpanel{display:none}.gradientimg{background:0 0;position:static;padding:10px 0;text-shadow:none}.lead-story{clear:both;float:none;margin:0 0 11px;overflow:hidden;padding:0;position:relative;width:100%}.lead-story a img{display:block;height:auto;width:100%}.first-frame h1{color:#000;font-size:22px;line-height:28px}.articles-videos{clear:both;float:none;width:100%}.articles-videos ul{padding:0}.articles-videos ul li{float:left;width:48%}.articles-videos ul li a{color:#000}.articles-videos ul li:first-child{margin:0 4% 0 0}.articles-videos ul li a h3{color:#000;font-size:14px;font-weight:400;line-height:18px}.leftpanel .thumbnails{padding:10px}.leftpanel .thumbnails ul li{display:block;float:left;line-height:16px;margin:0;min-height:150px;overflow:hidden;position:relative;width:48%}.articles-videos ul li a pre.video,.articles-videos ul li:first-child a pre.video,.leftpanel .thumbnails ul li a pre.video{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -373px -197px no-repeat;height:35px;width:35px}.leftpanel .thumbnails ul li:first-child{margin:0 4% 0 0}.leftpanel .thumbnails ul li:last-child{display:none}.leftpanel .thumbnails ul li a pre.video{margin-left:50px;margin-top:50px}.lead-story a pre.video{margin-top:-75px}.articles-videos ul li:first-child a pre.video{margin-left:-22px;margin-top:-45px}.articles-videos ul li a pre.video{margin-left:-18px;margin-top:-53px}.leftpanel .populars ul li{min-height:auto}.leftpanel .category h3 a{font-size:20px}.leftpanel .thumbnails ul li a{font-size:14px;line-height:18px}.leftpanel .populars h3{font-size:20px}.secvideo{margin:10px 10px 25px}.secvideo .sideleft h1{font-size:22px;line-height:28px;margin:0 0 10px}.secvideo .sideleft{max-width:640px;padding:0 10px}.secvideo .sideright{margin:10px 0 0;width:100%}.sideright .vidadd{clear:none;float:left;margin:0}.buttons,.sideleft .shareicon{float:none}.buttons{padding:0;width:auto}.section,.st_googleplus_hcount{display:none}.section select{border:none;color:#a32020;display:block;font-size:15px;font-weight:700;margin:0 auto;padding:10px;width:240px}.leftpanel .gallerysec ul li{min-height:195px;width:46.5%}.leftpanel .gallerysec ul li a img{height:152px}.mobile{margin:0 auto;width:320px}.social-icon-web{display:none}.social-icon-wap{display:block}.secvideo .othervideos ul li a pre.video{left:4%}.leftpanel .populars ul li{margin:0 10px 20px;width:46.5%}.leftpanel .populars ul li:last-child{margin-top:0}}@media (max-width:480px){.mobile{margin:0 auto;width:320px}#body-section .container{max-width:480px}#body-section .container .row{max-width:480px;width:100%}.secvideo{margin:10px 0 25px;padding:10px 2px}.leftpanel .thumbnails ul li a pre.video{margin-left:8%;margin-top:8%}.st_googleplus_hcount{display:none}.buttons{margin:0 auto;padding:0;width:auto}.sideright .vidadd{clear:both;float:none;margin:20px auto 0;width:300px}.leftpanel .gallerysec ul li{height:auto;min-height:auto;width:94%}.leftpanel .gallerysec ul li a img{display:block;height:auto;width:100%}.leftpanel .gallerysec ul li a pre.video{left:28%;margin-left:13%;margin-top:13%;top:12%}.social-icon-wap{display:block}.secvideo .othervideos{padding:10px}.secvideo .othervideos ul li a pre.video{left:5%}.leftpanel .populars ul li{margin:0 10px 20px;width:43.5%}.leftpanel .populars ul li:last-child{margin-top:0}}.mainbox{max-width:990px!important}.play-video{width:94%}.no-js .slides>li:first-child,html[xmlns] .slides{display:block}.flex-container a:active,.flexslider a:active,.work-slide{outline:0}.flex-control-nav,.flex-direction-nav,.slides{list-style:none;margin:0;padding:0}.flexslider,.work-slide{margin:0 0 30px;padding:0;width:100%;position:relative;zoom:1}.flexslider .slides img,.work-slide .slides img{display:block;height:auto;max-width:100%;width:100%}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";clear:both;display:block;height:0;line-height:0;visibility:hidden}* html .slides{height:1%}.flexslider .slides,.work-slide .slides{zoom:1}.flexslider .slides>li,.work-slide .slides>li{display:none;position:relative}.flex-container{position:relative;zoom:1}.flex-caption{zoom:1;bottom:0;background:rgba(0,0,0,.3);color:#fff;font-size:14px;line-height:18px;left:0;padding:2%;position:absolute;text-shadow:0 -1px 0 rgba(0,0,0,.3);width:96%}.flex-direction-nav li a{cursor:pointer;display:block;filter:alpha(opacity=80);height:63px;margin:0;opacity:.8;position:absolute;top:156px;text-indent:-9999px;width:35px}.flex-direction-nav li a.flex-next{background:url(/wp-content/themes/vip/indianexpress/microsites/responsive/style/../images/sprite.png) -467px -45px no-repeat;right:0}.flex-direction-nav li a.flex-prev{background:url(/wp-content/themes/vip/indianexpress/microsites/responsive/style/../images/sprite.png) -431px -45px no-repeat;left:0}.flex-direction-nav li a.disabled{cursor:default;filter:alpha(opacity=30);opacity:.3}.flex-direction-nav li a.next:hover,.flex-direction-nav li a.prev:hover{filter:alpha(opacity=100);opacity:1}.flexslider .slides .caption{border-left:6px solid #a32020;clear:both;margin:20px 0 0;overflow:hidden;padding:0 10px}.flexslider .slides .caption.home{border-left:none;clear:both;margin:10px 0 0;overflow:hidden;padding:0}.flexslider .slides .caption.home strong{display:block;line-height:22px;padding:0 0 5px}.flexslider .slides .caption.home strong a{color:#000;font-family:'Open Sans Condensed',sans-serif;font-size:20px;font-weight:400;line-height:22px;text-decoration:none}.flexslider .slides .caption.home strong a:hover{color:#a32020;text-decoration:none}.flexslider .slides .caption.home span{color:#444;display:block;font-size:13px;font-weight:400;line-height:16px;width:100%}.flexslider .slides .caption .title{color:#a32020;font:400 11px Arial,Helvetica,sans-serif;padding:0 0 5px}.flexslider .slides .caption .title a{color:#a32020;font:400 11px Arial,Helvetica,sans-serif;padding:0}.flexslider .slides .caption h5{line-height:22px}.flexslider .slides .caption h5 a{color:#000;font-family:'Open Sans Condensed',sans-serif;font-size:20px;font-weight:400;line-height:22px;text-decoration:none}.flexslider .slides .caption h5 a:hover{color:#a32020}.flexslider .slides .caption p{color:#444;font-size:13px;font-weight:400;line-height:16px;padding:5px 0 0}.flex-control-nav{position:absolute;right:0}.flex-control-nav li{*display:inline;display:inline-block;margin:0 0 0 5px;zoom:1}.flex-control-nav li:first-child{margin:0}.flex-control-nav li a{background:url(/wp-content/themes/vip/indianexpress/microsites/responsive/style/../images/sprite.png) -255px -38px no-repeat;cursor:pointer;display:block;height:14px;text-indent:-9999px;width:14px}.flex-control-nav li a.flex-active{background:url(/wp-content/themes/vip/indianexpress/microsites/responsive/style/../images/sprite.png) -238px -38px no-repeat;cursor:default}@media screen and (min-width:320px) and (max-width:480px){.flexslider .slides .caption{border-left:6px solid #a32020;clear:both;margin:15px 0 0;overflow:hidden;padding:0 10px}.flexslider,.work-slide{margin:0 0 10px;padding:0;width:100%}.flex-direction-nav li a{cursor:pointer;display:block;filter:alpha(opacity=80);height:63px;margin:0;position:absolute;opacity:.8;top:55px;text-indent:-9999px;width:35px}.flexslider .slides .caption.home strong a{color:#000;font-family:'Open Sans Condensed',sans-serif;font-size:16px;font-weight:400;line-height:0;text-decoration:none}}@media screen and (min-width:481px) and (max-width:560px){.flexslider .slides .caption{padding:0 10px}.flexslider .slides .caption.home strong{display:block;line-height:20px;padding:0 0 5px}.flexslider .slides .caption.home strong a{color:#000;font-family:'Open Sans Condensed',sans-serif;font-size:18px;font-weight:400;line-height:0;text-decoration:none}}@media screen and (min-width:561px) and (max-width:639px){.flexslider .slides .caption{padding:0 10px}.flexslider .slides .caption.home strong{display:block;line-height:20px;padding:0 0 5px}.flexslider .slides .caption.home strong a{color:#000;font-family:'Open Sans Condensed',sans-serif;font-size:18px;font-weight:400;line-height:20px;text-decoration:none}}@media screen and (min-width:641px) and (max-width:800px){.flexslider .slides .caption{padding:0 10px}}@media screen and (min-width:320px) and (max-width:800px){.flexslider .slides .caption{border-left:6px solid #a32020;clear:both;margin:15px 0 0;overflow:hidden;padding:0 10px}.flexslider .slides .caption h5 a{color:#000;font-family:'Open Sans Condensed',sans-serif;font-size:16px;font-weight:400;line-height:18px;text-decoration:none}}.navi li.mainnav,.showmenu ul li a,a{text-decoration:none}.menu-sub,.navi li.mainnav,.showmenu ul li,.social-header ul,nav ul{list-style:none}.add-first,.topnav-slide,.topnav-slide a,nav ul,nav ul li{text-align:center}.clear,.top-menu,header#common,hr,nav{clear:both}.breaking-news,.first-menu,.showmenu{overflow:hidden}.breakingbx ul,.footer-group .details .social-icons ul,.techie-feed li{list-style-type:none}a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{border:0;margin:0;padding:0;font:inherit}article,aside,audio,canvas,figcaption,figure,figure img,footer,header,hgroup,nav,section,video{display:block}::selection{background:#2e73b1;color:#fff}::-moz-selection{background:#2e73b1;color:#fff}img::selection{background:#2e73b1}img::-moz-selection{background:#2e73b1}input[type=text]:focus{outline:0}a img,a img:hover{border:none;outline:0}a,a:hover{outline:0}hr{background:#dbdbdb;padding:0}.showmenu,.showmenu ul li,.top-menu{background:#3f3f3f}p:empty{display:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{outline:0}*,:after,:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}.scorenone{display:none}body{font-family:Roboto,sans-serif;line-height:1}.breaking-news,.showmenu ul li a,nav ul li,nav ul li a strong{font-family:'Roboto Condensed',sans-serif}.add-first{max-width:300px;margin:10px auto 25px;width:100%}header#common{padding:0 0 10px}.top-menu{height:55px;padding:0;position:fixed;top:0;width:100%;z-index:15000}.container-header{max-width:990px;margin:0 auto;width:100%}.showmenu{height:533px}.showmenu ul li{border-bottom:1px dashed #4c4b4b;display:block}.showmenu ul li a{color:#fff;display:block;font-size:16px;font-weight:400;padding:12px 0 12px 12px}.menu-sub,.topnav-slide a#navprev{display:none}.showmenu ul li a span{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) no-repeat;padding:12px 5px 12px 40px}.showmenu ul li a span.home{background-position:-7px -595px}.showmenu ul li a span.nation{background-position:-50px -595px}.showmenu ul li a span.election{background-position:-93px -631px}.showmenu ul li a span.world{background-position:-95px -595px}.showmenu ul li a span.business{background-position:-141px -595px}.showmenu ul li a span.cities{background-position:-185px -595px}.showmenu ul li a span.sports{background-position:-228px -595px}.showmenu ul li a span.t20wc{background-position:-50px -629px}.showmenu ul li a span.entertainment{background-position:-273px -595px}.showmenu ul li a span.lifestyle{background-position:-318px -595px}.showmenu ul li a span.technology{background-position:-361px -595px}.showmenu ul li a span.opinion{background-position:-408px -595px}.showmenu ul li a span.photos{background-position:-452px -595px}.showmenu ul li a span.videos{background-position:-497px -595px}.showmenu ul li a span.epaper{background-position:-114px -595px}.showmenu ul li a span.today-paper{background-position:-161px -595px}.showmenu ul li a span.explained{background-position:-630px -595px}.showmenu ul li a span.good-news{background-position:-675px -595px}.showmenu ul li a span.trending{background-position:-718px -595px}.showmenu ul li a span.astrology{background-position:-764px -595px}.showmenu ul li a span.photonews{background-position:-8px -630px}.showmenu ul li a span.education{background-position:-140px -632px}.showmenu ul li a span.olympics{background-position:-186px -632px}.showmenu ul li a span.todays-paper{background:url(/wp-content/themes/vip/indianexpress/style/../images/w_todays-paper.png) 4px 9px no-repeat}.showmenu ul li a:hover{background:#dc0c07;color:#fff}.menu-sub{position:absolute;top:55px;left:0;width:250px;background-color:#3f3f3f;z-index:999999;box-shadow:11px 8px 5px -6px rgba(0,0,0,.2);-webkit-box-shadow:11px 8px 5px -6px rgba(0,0,0,.2)}.navi{width:50px;float:left;position:relative}.navi li.mainnav{width:50px;padding:22px 0;cursor:pointer}.navi li.mainnav a.navactive{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -170px -18px no-repeat}.navi ul li.mainnav a#menu{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -270px -533px no-repeat;list-style:none;padding:27px 20px;position:absolute;top:0}.navi ul li.mainnav a#menuclose{display:none;background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -319px -541px no-repeat;padding:23px 20px;position:absolute;top:8px}.first-menu ul,.social-header{position:relative}.topnav-slide{background:#3f3f3f;height:30px;line-height:30px;padding:0}.topnav-slide a{color:#fff;font-size:15px!important;font-weight:300!important;line-height:14px;padding:5px 10px;width:230px}.topnav-slide a:hover{color:#fff!important}.topnav-slide a#navnext,.topnav-slide a#navprev{text-transform:uppercase}.techie-feed li{border-bottom:1px solid #dbdbdb;float:left;margin:12px 5px 0;min-height:155px;width:130px}.techie-feed li:last-child{border-bottom:0 none}.techie-feed li:nth-child(3){border-bottom:0 none}.techie-feed li img{margin:0 auto;display:block;text-align:center;height:100px;width:80px}.techie-feed li b{color:#000;display:block;font-size:15px;line-height:20px;padding-top:5px}.ie-bdrtop{display:block;border-top:1px solid #dbdbdb}.social-header{float:right;padding:0;right:0;top:0}*+html .social-header{float:right;padding:0;position:relative;right:5px;top:-49px}.social-header ul li{display:inline;float:left;padding:0}.social-header ul li a{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) no-repeat;padding:9px 17px;text-decoration:none}.social-header ul li a.fb,.social-header ul li a.share{background-position:-113px -537px}.social-header ul li a.rss{background-position:-43px -537px}.social-header ul li a.apps{background-position:-79px -537px}.social-header .icons-share #twitter-widget-0{margin:0 0 0 5px;visibility:visible!important}.social-header .icons-share{background:#3f3f3f;border:1px dashed #4c4b4b;color:#fff;position:absolute;padding:7px;height:30px;right:7px;top:30px;width:205px;z-index:200}.social-header form{background:#636363;height:25px;margin:0 5px 0 0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;width:125px}.logo,nav ul{margin:0 auto}.social-header form label{display:none}.social-header form input[type=text]{background:0 0;border:none;color:#fff;float:left;font-size:12px;height:20px;outline:0;padding:0 5px 0 10px;position:relative;top:3px;width:82px}nav ul li a,nav ul li a strong,nav ul li a.bold{font-size:16px;text-decoration:none}.social-header form input[type=submit]{border:none;background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -151px -550px no-repeat;cursor:pointer;float:right;height:25px;text-indent:99px;width:25px}.logo{display:block;width:360px}.logo a{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -439px -522px no-repeat;text-decoration:none;padding:10px 177px 35px}*+html .logo a{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -198px -10px no-repeat;display:block;padding:10px 197px 55px;text-decoration:none}nav{padding:0}nav ul{border-bottom:1px solid #dadada;max-width:990px;padding:0 0 15px;width:100%;z-index:14900}nav ul li{display:inline-block;height:26px;padding:0;position:relative}nav ul li.home-menu-active a,nav ul li.home-menu-active a:hover{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -763px -83px no-repeat;display:inline;height:26px;padding:3px 13px 5px;width:26px}nav ul li.home-menu a,nav ul li.home-menu a:hover{display:inline;padding:3px 12px 5px;width:26px;height:26px}nav ul li.home-menu a{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -733px -83px no-repeat}nav ul li.home-menu a:hover{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -764px -83px no-repeat}nav ul li a{color:#827e7e;font-weight:400;height:26px;line-height:26px;padding:2px 6px}nav ul li a strong{color:#827e7e}nav ul li a.bold{color:#acacac;font-weight:400;padding:3px 10px}nav ul ul.code li a,nav ul ul.comprice li a,nav ul ul.coupon li a{border-bottom:1px solid #f2f2f2;font-size:14px;line-height:18px;text-align:right}nav ul li.active a,nav ul li:hover a{background:#c70702;color:#fff}nav ul li.insurance{background:#0181cc;height:25px}nav ul li.insurance a{color:#fff}@keyframes blink{0%{background-color:#fff150;padding:2px 7px}100%{background-color:#c70702;padding:2px 7px;box-shadow:1px 1px 1px 1px #ccc}}nav ul li ul.code,nav ul li ul.comprice,nav ul li ul.coupon,nav ul li ul.health{box-shadow:0 3px 6px 1px #ccc}@-webkit-keyframes blink{0%{background-color:#fff150;padding:2px 7px}100%{background-color:#ea8b00;padding:2px 7px}}blink{-webkit-animation:blink 2s steps(2,start) infinite;-moz-animation:blink 2s steps(2,start) infinite;animation:blink 2s steps(2,start) infinite;padding:2px 7px}nav ul li.property a span{display:none}nav ul li.property{margin:0 0 0 5px}nav ul li.compare,nav ul li.health{margin-right:-4px}nav ul li.property a:hover span{background:url(/wp-content/themes/vip/indianexpress/style/../microsites/responsive/images/property.png) no-repeat;display:block;height:80px;left:-18px;position:absolute;padding:25px;top:18px;width:110px;z-index:9999}nav ul li:hover ul.comprice,nav ul li:hover ul.coupon{width:106px;right:0;top:25px;z-index:9999;position:absolute}nav ul li ul.health,nav ul li.health{display:none}nav ul li.health a{background:#c70702;color:#fff;padding:2px 8px}nav ul li ul.comprice{display:none}nav ul li.compare a{background:#9a1777;color:#fff;padding:2px 8px}nav ul li:hover ul.comprice{background:#fff;display:block;margin:0;padding:0}nav ul ul.comprice li{display:block}nav ul ul.comprice li a{background:#fff;color:#827e7e;display:block}nav ul ul.comprice li a:hover{background:#9a1777;color:#fff}nav ul li ul.coupon{display:none}nav ul li.coupons{margin-right:-4px}nav ul li.coupons a{background:#027cd5;color:#fff;padding:2px 8px}nav ul li:hover ul.coupon{background:#fff;display:block;margin:0;padding:0}nav ul ul.coupon li{display:block}nav ul ul.coupon li a{background:#fff;color:#827e7e;display:block}nav ul ul.coupon li a:hover{background:#027cd5;color:#fff}nav ul li ul.code{display:none}nav ul li.code{margin-right:-4px}nav ul li.code a{background:#ffa800;color:#fff;padding:2px 8px}nav ul li:hover ul.code{background:#fff;display:block;right:0;position:absolute;top:25px;width:124px;z-index:9999;margin:0;padding:0}#banner-section,#banner-section .ipad,#banner-section .ipad div{margin:0 auto;text-align:center}nav ul ul.code li{display:block}nav ul ul.code li a{background:#fff;color:#827e7e;display:block}nav ul ul.code li a:hover{background:#ffa800;color:#fff}@-moz-document url-prefix(){nav ul li:hover ul.code{right:0}}#banner-section{clear:both;display:block;padding:70px 0 15px;width:100%}#banner-section .ipad{padding:0;width:100%}.breakingbx .bx-controls{background:#a6a6a6;position:absolute;right:-27px;top:0;width:85px;height:32px}.breaking-news{background:#fff;border:1px solid #dadada;border-top:none;height:32px;max-width:990px;margin:0 auto;width:100%;z-index:14800}.breaking-title{background:#d80202;color:#fff;float:left;font-size:16px;font-weight:400;margin:0 10px 0 0;padding:8px 0;text-align:center;width:112px}.breakingbx{color:#000;height:32px;float:left;position:relative;width:85%}.breakingbx ul{margin:0;padding:0}.breakingbx li{color:#333;font-size:17px;line-height:32px;margin:0;padding:0 115px 0 0}.breakingbx li a{color:#333;font-size:17px;display:block;float:left;text-decoration:none}.breakingbx .bx-pager{display:none}.breakingbx .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{float:right;margin:0 19px 0 0;width:34px}.breakingbx .bx-controls-auto .bx-controls-auto-item,.breakingbx .bx-pager .bx-pager-item{display:inline-block}.breakingbx .bx-controls-auto .bx-start{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -10px -76px no-repeat;display:block;height:30px;margin:0;outline:0;text-indent:-9999px;width:30px;z-index:9999}.breakingbx .bx-controls-auto .bx-stop{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -46px -77px no-repeat;display:block;height:30px;margin:0;outline:0;text-indent:-9999px;width:30px;z-index:99995}.breakingbx .bx-controls-direction a{height:30px;margin-top:0;outline:0;position:absolute;text-indent:-9999px;top:0;width:30px;z-index:9990}.breakingbx .bx-prev{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -654px -84px no-repeat;left:2px}.breakingbx .bx-next{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -693px -84px no-repeat;right:0}.footer-group,footer{background:#2a2a2a;clear:both;overflow:hidden}footer{border-top:1px solid #1e191a;display:block;margin:20px 0 0;padding:0;width:100%}.footer-group{margin:0 auto;padding:20px 0 0}.footer-group .details{margin:0 auto;max-width:990px;overflow:hidden;padding:0;position:relative;width:100%}.footer-group .details .social-icons{clear:both;overflow:hidden;padding:10px 0 20px}.footer-group .details .social-icons ul li{float:left;padding:0;margin:0 24px 0 0}.footer-group .details .social-icons ul li a{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png);text-decoration:none}.footer-group .details .social-icons ul li a.print-edition{background-position:-799px 5px;padding:8px 12px}.footer-group .details .social-icons ul li a.mobile{background-position:-830px 5px;padding:8px 6px}.footer-group .details .social-icons ul li a.iPhone{background-position:-848px 5px;padding:8px 6px}.footer-group .details .social-icons ul li a.iPad{background-position:-868px 5px;padding:8px 11px}.footer-group .details .social-icons ul li a.android{background-position:-897px 5px;padding:8px 10px}.footer-group .details .social-icons ul li a.rss{background-position:-925px 5px;padding:8px 10px}.footer-group .details .social-icons ul li a.ePaper{background-position:-954px 5px;padding:8px 9px}.footer-group .details .social-icons ul li a.facebook{background-position:-979px 5px;padding:8px 6px}.footer-group .details .social-icons ul li a.twitter{background-position:-997px 5px;padding:8px 11px}.footer-group .details .social-icons ul li a.gplus{background-position:-1025px 5px;padding:8px 10px}.footer-group .details .social-icons ul li a.youtube{background-position:-1053px 5px;padding:8px 11px}.footer-group .details .social-icons ul li a.tumblr{background-position:-1084px 5px;padding:8px 6px}.footer-group .details .social-icons ul li a.pintrest{background-position:-1100px 3px;padding:8px 11px}.footer-group .details .express-group{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -1131px -2px;height:91px;padding:0;position:absolute;right:0;top:18px;width:78px}.overlay1,.subscribe_popup{z-index:999999;display:none;position:fixed}.footer-group .details .group{clear:both;overflow:hidden;width:100%}.footer-group .details .group ul{list-style-type:none;padding:0;margin:0}*+html .footer-group .details .group ul{clear:both;padding:0 0 .5%;width:100%}.footer-group .details .group ul li{border-left:1px dotted #797575;float:left;line-height:10px;margin:0 0 5px;padding:0 1%}.footer-group .details .group ul li:first-child{border-left:none;float:left;line-height:10px;padding:0 7px 0 0}.footer-group .details .group ul li a{color:#cbcccb;font:400 11px/14px Arial,Helvetica,sans-serif;text-decoration:none}.footer-group .details .group ul li a:hover{outline:0;text-decoration:underline}.footer-group .details .copyright{border-top:1px dotted #797575;clear:both;margin:10px 0 0;overflow:hidden;padding:5px 0;width:90%}.footer-group .details .copyright .privacy{color:#565656;font-size:11px;font-weight:400;float:left;line-height:16px;padding:7px 0 0;width:50%}.footer-group .details .copyright .wp{float:left;text-align:right;width:50%}img#wpstats{display:none}.overlay1{background-color:#000;opacity:.8;width:100%;float:left;left:0;top:0;height:100%}.subscribe_popup{border:6px solid #eee;left:50%;top:130px;margin-left:-170px;width:344px;background:#fff;border-radius:5px;color:#666;padding:15px}.subscribe_popup .close{right:6px;top:6px;width:13px;height:13px;display:block;background-size:100%;position:absolute;z-index:9999}#custlogsub,.btn{background:#F9F9F9}.subscribe_popup .close:hover{cursor:pointer}.subscribe_popup img{margin-bottom:17px}#custlog_email,#custlog_pass,.subscribe_popup .frmfield{margin-bottom:10px}.registerbtn{padding-right:10px}.subscribe_popup h1{font-size:18px;line-height:24px;padding-bottom:15px;text-align:center}.subscribe_popup .frmfield label{font-size:14px;line-height:20px;padding-bottom:3px}.subscribe_popup input{border:1px solid #ddd;border-radius:3px;box-sizing:border-box;padding:8px;width:100%}.btn{border:1px solid #D3D3D3!important}#user-login{font-size:18px;line-height:24px;padding-bottom:15px;text-align:center}#custlogsub,#reglink{font-size:14px;cursor:pointer;text-align:center}#custlogsub{border:1px solid #D3D3D3;padding:8px;border-radius:3px;margin:0 auto 10px;width:120px}#reglink{line-height:22px;color:#233FA9;border-top:1px solid #f2f2f2;padding:5px;background:#f6f6f6;border-radius:3px}#msgbox{height:100%;border:0}#msgbox textarea{background:#fff;color:#08802D;font-size:16px;border:0;box-sizing:border-box;text-align:center;width:100%}.welcomebx{color:#fff;font-size:11px;font-weight:700;padding-right:10px;text-transform:capitalize}#closebox+a.close{display:none}@media (max-width:800px){.breaking-news,.container-header,.footer-group .details{margin:0 auto;max-width:800px;width:95%}.footer-group .details .express-group,.social-header ul li a.apps,.social-header ul li a.rss,nav ul{display:none}.breaking-news{background:#fff;border:1px solid #dadada;height:32px;font-family:'Roboto Condensed',sans-serif;overflow:hidden;z-index:14800}.footer-group .details{overflow:hidden;padding:0;position:relative}.footer-group .details .copyright{width:100%}}.buyhatke-widget,.buyhatke-widget-right{border-bottom:1px solid #ccc;clear:both;overflow:hidden}.buyhatke-widget .buyhakte-text,.buyhatke-widget-right .buyhakte-text-right{color:#444;cursor:pointer;font-family:'Roboto Condensed',sans serif;font-weight:700;text-align:left}@media (max-width:640px){.navi{width:50px;float:left;left:0;position:relative}.breaking-news,.social-header{display:none}.logo,.logo a{display:block}.logo{margin:0 auto;width:246px}.logo a{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -548px 5px no-repeat;text-decoration:none;padding:20px 0 35px}.mainbox-score{width:96%}.footer-group .details{background:0 0;margin:0 auto;max-width:640px;overflow:hidden;padding:0;width:95%}.footer-group .details .social-icons{clear:both;display:block;overflow:hidden;padding:5px 0 15px}.footer-group .details .social-icons ul li{float:left;height:25px;padding:0 0 10px;width:25px}.footer-group .details .social-icons ul li.no-mob{display:none}.footer-group .details .copyright{padding:5px 0;width:100%}.footer-group .details .copyright .privacy{display:block;float:none;width:100%}.footer-group .details .copyright .wp{display:block;float:none;text-align:left;padding:5px 0}}.buyhatke-widget{display:block;margin:25px 0;padding:0}.buyhatke-widget .buyhakte-img{float:left;margin:0 0 10px;width:66px}.buyhatke-widget .buyhakte-img img{float:left;height:36px!important;width:66px!important}.buyhatke-widget .buyhakte-text{font-size:14px;line-height:18px;margin:0 0 0 10px}.buyhatke-widget-right{display:block;margin:0;padding:0 0 10px;width:100%}.buyhatke-widget-right .buyhakte-image-right{float:left;margin:0 10px 0 0;width:66px}.buyhatke-widget-right .buyhakte-image-right img{display:block;height:36px!important;width:66px!important}.buyhatke-widget-right .buyhakte-text-right{display:block;float:left;font-size:13px;line-height:16px;margin:0;text-decoration:none;width:210px}.zedo-ad{position:absolute;display:block;top:180px;left:50%;margin-left:-320px}.photo-bx-slider .vuukle-powerbar{position:relative;bottom:25px}