@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}.trending-left,.trending-right{position:absolute;top:305px;width:160px}#trendhome .articles li,#trendie .catlist ul,.navigationdown ul{list-style:none}.fa-ul,footer .footer-group .details .social-icons ul,ul.top-link,ul.top-link-right{list-style-type:none}a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,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}article,aside,audio,canvas,figcaption,figure,figure img,footer,header,hgroup,nav,section,video{display:block}a{outline:0;text-decoration:none}a:hover{outline:0;color:#a32020}p:empty{display:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{outline:0}img#wpstats{display:none}body{font-family:Roboto,sans-serif;line-height:1;overflow-x:hidden}.trending-left{margin:0 510px 0 0;right:50%}.trending-right{margin:0 0 0 510px;left:50%}.sidebarFixed{position:fixed!important;top:0!important}#trendie{background:url(/wp-content/themes/vip/indianexpress/style/../images/trending-header.jpg) center no-repeat;background-size:cover;-moz-background-size:cover;clear:both;display:block;margin:0;max-width:100%;min-height:170px;width:100%}.midrow{margin:0 auto;max-width:990px;min-height:145px;padding:15px 0 0;position:relative;width:100%}.midrow h1{display:block;margin:0 auto;padding:0;width:220px}.midrow h1 a{text-decoration:none}.midrow h1 a img{height:auto;width:100%}.add-main{clear:both;margin:25px auto;width:990px}#trendie .menus{clear:both;margin:0;padding:0}.navigationdown{display:none;float:left;position:relative}.navigationdown li.ielogo a{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -123px -116px no-repeat;height:24px;padding:13px 94px;text-decoration:none;width:180px}#trendie .social{position:absolute;right:10px}#trendie .social li{display:inline;float:left;padding:0 6px}#trendie .social li:last-child{padding:0 0 0 10px}#trendie .social li a i{color:#bab8b6;font-size:30px;text-decoration:none}#trendie .social li:hover i{color:#fff}#trendie .social form{background:#8a8782;height:30px;margin:0;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;width:120px}#trendie .social form label{display:none}#trendie .social form input[type=text]{background:0 0;border:none;box-sizing:border-box;color:#fff;float:left;font-size:12px;height:20px;outline:0;padding:0 5px 0 10px;position:relative;top:3px;width:82px}#trendie .social form input[type=submit]{border:none;background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -319px -129px no-repeat;cursor:pointer;float:right;height:27px;text-indent:9999px;width:30px}#trendie .catlist{position:absolute;left:10px;top:20px;width:170px}#trendie .catlist ul li{display:block;margin:0 0 10px;text-transform:uppercase}#banner-section,#banner-section .ipad,#banner-section .ipad div{margin:0 auto;text-align:center}#trendie .catlist ul li a{color:#ccc9c5;font-family:'Roboto Condensed',sans serif;font-size:18px;font-weight:400;padding:5px}#trendie .catlist ul li a:hover{color:#d70808}#trendie .catlist ul li.active a{background-color:rgba(215,8,8,.7);display:block;padding:5px}footer,footer .footer-group{background:#2a2a2a;overflow:hidden;clear:both}#trendie .catlist ul li.active a:hover{color:#ccc9c5}#banner-section{clear:both;padding:15px 0;width:100%}#banner-section .ipad{padding:0;width:100%}#banner-section .mobile{display:none}footer{border-top:1px solid #1e191a;display:block;margin:0;padding:0;width:100%}footer .editors-pics{clear:both;display:block;margin:0 auto;max-width:990px;overflow:hidden;padding:10px 0;width:100%}footer .editors-pics .editor-pods{float:left;margin:0 0 0 2%;padding:0;width:15%}footer .editors-pics .editor-pods.first{border-left:none;float:left;margin:0;padding:0;width:15%}footer .editors-pics .editor-pods .sections{font-family:'Roboto Condensed',sans-serif;line-height:14px;padding:0}footer .editors-pics .editor-pods .sections a{color:#000;font-size:14px;font-weight:700;text-decoration:none;text-transform:uppercase}footer .editors-pics .editor-pods .sections a:hover{text-decoration:none}footer .editors-pics .editor-pods .short-img{clear:both;height:82px;overflow:hidden;padding:5px 0;width:148px}footer .editors-pics .editor-pods .short-img a img{display:block;height:auto;text-decoration:none;width:100%}footer .editors-pics .editor-pods h5{line-height:18px;padding:5px 0}footer .editors-pics .editor-pods h5 a{color:#000;font-family:'Roboto Condensed',sans-serif;font-size:14px;font-weight:400;text-decoration:none}footer .editors-pics .editor-pods h5 a:hover{color:#a32020;text-decoration:none}footer .footer-group{margin:0 auto;padding:20px 0 0}footer .footer-group .details{margin:0 auto;max-width:990px;overflow:hidden;padding:0;position:relative;width:100%}footer .footer-group .details .social-icons{clear:both;overflow:hidden;padding:3px 0 20px}footer .footer-group .details .social-icons ul li{float:left;padding:0;margin:0 24px 0 0}footer .footer-group .details .social-icons ul li a.print-edition{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -799px 5px;height:25px;padding:8px 12px;text-decoration:none;width:25px}footer .footer-group .details .social-icons ul li a.mobile{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -830px 3px;height:25px;padding:8px 6px;text-decoration:none;width:14px}footer .footer-group .details .social-icons ul li a.iPhone{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -848px 3px;height:25px;padding:8px 6px;text-decoration:none;width:15px}footer .footer-group .details .social-icons ul li a.iPad{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -868px 3px;height:25px;padding:8px 11px;text-decoration:none;width:25px}footer .footer-group .details .social-icons ul li a.android{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -897px 3px;height:25px;padding:8px 10px;text-decoration:none;width:22px}footer .footer-group .details .social-icons ul li a.rss{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -925px 3px;height:25px;padding:8px 10px;text-decoration:none;width:24px}footer .footer-group .details .social-icons ul li a.ePaper{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -954px 3px;height:25px;padding:8px 9px;text-decoration:none;width:24px}footer .footer-group .details .social-icons ul li a.facebook{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -979px 3px;height:25px;padding:8px 6px;text-decoration:none;width:13px}footer .footer-group .details .social-icons ul li a.twitter{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -997px 3px;height:25px;padding:8px 11px;text-decoration:none;width:25px}footer .footer-group .details .social-icons ul li a.gplus{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -1025px 3px;height:25px;padding:8px 10px;text-decoration:none;width:22px}footer .footer-group .details .social-icons ul li a.youtube{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -1054px 3px;height:25px;padding:8px 11px;text-decoration:none;width:25px}footer .footer-group .details .social-icons ul li a.tumblr{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -1084px 3px;height:25px;padding:8px 6px;text-decoration:none;width:16px}footer .footer-group .details .social-icons ul li a.pintrest{background:url(/wp-content/themes/vip/indianexpress/style/../images/sprite.png) -1100px 3px;height:25px;padding:8px 11px;text-decoration:none;width:24px}footer .footer-group .details .social-icons ul li a{text-decoration:none}footer .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:10px;width:78px}footer .footer-group .details .group{clear:both;overflow:hidden;width:100%}footer .footer-group .details .group ul{list-style-type:none;padding:0;margin:0}footer .footer-group .details .group ul li{border-left:1px dotted #797575;float:left;line-height:10px;margin:0 0 5px;padding:0 1%}footer .footer-group .details .group ul li:first-child{border-left:none;float:left;line-height:10px;padding:0 7px 0 0}footer .footer-group .details .group ul li a{color:#cbcccb;font:400 11px/14px Arial,Helvetica,sans-serif;text-decoration:none}#trendhome .articles li h3 a,#trendhome .view span{font-family:'Roboto Condensed',sans-serif}footer .footer-group .details .group ul li a:hover{outline:0;text-decoration:underline}footer .footer-group .details .copyright{border-top:1px dotted #797575;clear:both;color:#f9f9f9;font-size:11px;font-weight:400;margin:5px 0 0;overflow:hidden;padding:.7% 0;width:90%}footer .footer-group .details .copyright .privacy{float:left;width:50%}footer .footer-group .details .copyright .wp{float:left;text-align:right;width:50%}#closebox+a.close{display:none}#trendhome{clear:both;margin:15px auto;max-width:990px;width:100%}#trendhome .articles{clear:both;margin:10px 0 0;padding:0}#trendhome .articles li{background:#fff;border:1px solid #dbdbdb;box-sizing:border-box;float:left;height:270px;margin:0 1% 3%;width:31%}#trendhome .articles li.trending-add{background:#f2f2f2;border:none;height:270px;margin:0 1% 3%;padding:0;position:relative;width:32%}#trendhome .articles li figure figcaption,#trendhome .articles li figure.noimg figcaption{background:#d01415;padding:5px 10px;color:#fff;font-size:12px;font-weight:400;font-style:normal}#trendhome .articles li.trending-add .trend-advt{height:250px;left:50%;margin:-125px 0 0 -150px;position:absolute;top:50%;width:300px}#trendhome .articles li figure{display:block;position:relative;width:100%}#trendhome .articles li figure img{height:169px;width:100%}#trendhome .articles li figure figcaption{left:0;position:absolute;top:0}#trendhome .articles li figure.noimg{clear:both;display:block;height:20px;width:100%;margin:0 0 8px}#trendhome .articles li figure.noimg figcaption{margin:0 0 0 5px}#trendhome .articles li figure a{color:#fff;font-size:12px;font-weight:400;text-decoration:none}#trendhome .articles li h3{padding:10px}#trendhome .articles li h3 a{color:#3f3d3e;font-size:18px;font-weight:700;line-height:24px;text-decoration:none}#trendhome .articles li h3 a:hover{color:#a32020}#trendhome .articles li p{color:#777;display:none;font-size:14px;font-weight:400;line-height:20px;padding:0 10px}#trendhome .articles li p strong{font-weight:700}#trendhome .articles li em{clear:both;display:block;font-style:normal;padding:10px}#trendhome .articles li em a{color:#d71315;font-size:14px;font-weight:400;line-height:22px;text-decoration:none}#trendhome .trend-pagination{margin:15px 20px}#trendhome .view{clear:both;display:block;margin:0 auto;padding:20px 0;text-align:center}#trendhome .view img{cursor:pointer}#trendhome .view span{color:#a32020;clear:both;display:block;font-size:15px;font-weight:700;line-height:20px;margin:0 0 15px}#trendhome .trend-pagination{clear:both;font-family:'Roboto Condensed',sans serif;padding:`0 0 40px}#trendhome .trend-pagination ul{list-style:none;margin:0 0 10px;padding:0;text-align:left}#trendhome .trend-pagination li{float:left;font-size:14px;height:20px;margin:0 5px 10px 0;padding:0 0 10px}#trendhome .trend-pagination a,.pagination a:visited{border:1px solid #cdccc7;color:#000;font-size:14px;margin:0 0 10px;padding:4px 8px;text-decoration:none}#trendhome .trend-pagination .current,#trendhome .trend-pagination a:active,#trendhome .trend-pagination a:hover{border:1px solid #017ac9;background:#017ac9;color:#fff;padding:4px 8px}ul.top-link li a:hover,ul.top-link-right li a:hover{text-decoration:underline}#trendhome .trend-pagination .current{cursor:default;font-size:14px;font-weight:700}ul.top-link li a,ul.top-link-right li a{color:#000}#trendhome .trend-pagination a.disablelink,#trendhome .trend-pagination a.disablelink:hover{background:#fff;border:1px solid #cdccc7;cursor:default;color:#000;font-weight:400}.top-strip-wrap{width:100%;background:#fff;font-family:'Open Sans',sans-serif}.top-strip{margin:0 auto;max-width:990px;padding:5px 0;background:url(/wp-content/themes/vip/indianexpress/style/../images/torch-icon.png) 0 1px no-repeat}.top-strip:after{width:100%;content:"";height:0;clear:both;display:block}ul.top-link{float:left;padding-top:4px;margin-left:4px}ul.top-link li{font-size:12px;float:left;margin:0 10px;position:relative}ul.top-link li:first-child a{text-transform:uppercase;font-weight:700}ul.top-link li:first-child:after{width:1px;content:"";position:absolute;background:#aaa;right:-12px;top:1px;height:12px}ul.top-link-right{float:right}ul.top-link-right li{font-size:12px;float:left;margin:0 5px;position:relative}ul.top-link-right li a img{vertical-align:middle;display:inline-block;margin:0 5px 0 0}@media only screen and (max-width:1024px){.midrow{margin:0 auto;max-width:1024px;padding:0;width:95%}#trendie .menus{padding:14px 0 0}#trendhome{clear:both;margin:15px auto;max-width:1024px;width:98%}#trendhome .articles li{height:330px}#trendhome .articles li figure img{height:166px;width:100%}#trendhome .articles li.trending-add{height:330px}footer .footer-group .details{max-width:990px;width:95%}}@media only screen and (max-width:800px){#trendhome,.midrow{width:95%;max-width:800px}.midrow{padding:0}#trendie{height:226px;width:100%}#trendie .menus{padding:14px 0 25px}#trendhome{clear:both;margin:15px auto}#trendhome .articles li,#trendhome .articles li.trending-add{width:47%;height:350px}#trendhome .articles li figure img{height:189px;width:100%}footer .footer-group .details{max-width:800px;width:95%}}@media only screen and (max-width:640px){.midrow{max-width:640px;padding:0;width:95%}.midrow h1{margin:0 auto;padding:0;width:240px}#trendie .social{float:none;position:absolute;right:0;top:10px}#trendie .social ul li{display:none}#trendie .social ul li:first-child{display:block}#trendie .catlist{display:none}#banner-section .mobile{display:block;margin:0 auto;padding:15px 0;text-align:center;width:320px}#trendhome{clear:both;margin:15px auto;max-width:640px;width:95%}#trendhome .articles li{background:#fff;border:1px solid #dbdbdb;float:left;list-style:none;height:320px;margin:0 2% 5%;width:46%}#trendhome .articles li.trending-add{margin:0 0 3%;padding:0;position:static;width:100%;height:280px}#trendhome .articles li.trending-add .trend-advt{margin:0 auto;position:static;padding:2% 0}#trendhome .articles li h3 a{font-size:16px;line-height:22px}#trendhome .articles li figure img{height:154px;width:100%}.top-strip-wrap,footer .footer-group .express-group{display:none}footer .footer-group .details{max-width:640px;width:95%}footer .footer-group .details .social-icons{clear:both;display:block;overflow:hidden;padding:5px 0 15px}footer .footer-group .details .social-icons ul li{float:left;height:25px;padding:0 0 10px;width:25px}footer .footer-group .details .social-icons ul li.no-mob{display:none}footer .footer-group .details .copyright{padding:5px 0;width:100%}footer .footer-group .details .copyright .privacy{display:block;float:none;width:100%}footer .footer-group .details .copyright .wp{display:block;float:none;text-align:left;padding:5px 0}}.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 only screen and (max-width:480px){#trendie .catlist,#trendie .social{display:none}.midrow h1{margin:0 auto;padding:0;width:240px}.navigationdown{float:left;height:45px;position:relative}#trendhome{clear:both;margin:15px auto;max-width:480px;width:95%}#trendhome .articles li{background:#fff;border:1px solid #dbdbdb;clear:both;height:auto;float:none;list-style:none;margin:0 0 5%;width:100%}#trendhome .articles li.trending-add{margin:0 0 3%;padding:0;position:static;width:100%}#trendhome .articles li.trending-add .trend-advt{margin:8% auto 0;position:static;padding:2% 0}#trendhome .articles li figure img{height:auto;width:100%}}.buyhatke-widget,.buyhatke-widget-right{border-bottom:1px solid #ccc;clear:both;overflow:hidden;display:block}.buyhatke-widget{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{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}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(/wp-content/themes/vip/indianexpress/style/../../fonts/fontawesome-webfont.eot?v=4.3.0);src:url(/wp-content/themes/vip/indianexpress/style/../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(/wp-content/themes/vip/indianexpress/style/../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(/wp-content/themes/vip/indianexpress/style/../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(/wp-content/themes/vip/indianexpress/style/../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(/wp-content/themes/vip/indianexpress/style/../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}. fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-home:before{content:"\f015"}.fa-file-text-o:before{content:"\f0f6"}.fa-circle:before{content:"\f111"}.fa-angle-right:before{content:"\f105"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-filter:before{content:"\f0b0"}.fa-arrows-v:before{content:"\f07d"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-google-plus:before{content:"\f0d5"}.fa-search:before{content:"\f002"}