
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

.gr-topnavigation ul li .subnavigation .subnav-articles ul li:last-child{
	border-right:  0 none;
}

/*
 * Navigation Styles
 */
*
{
	margin:0;
	padding:0;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/** classroom **/


/** end defaults **/




.gr-topnavigation {
	background: #96281b;
	 height: 55px !important;
    box-shadow: 2px 4px 5px #ccc;
	position: relative;
	font-family: "Open Sans",sans-serif;
	clear: both;
	z-index: 99999;
}
.gr-topnavigation ul 
{
    padding: 3px 0 0;
}
.gr-topnavigation ul li {
    float: left;
    list-style-type: none;
}

.gr-topnavigation ul li a.mainmenu {
     color: #fff;
    display: block;
    margin: 0 0px;
    text-decoration: none;
    font-weight: 400;
    background: #96281b;
    border-radius: 5px 5px 0 0;
    font-size:14px;
    padding: 10px 6px 11px;
    margin: 11px 0 0 0;
    transition: background 100ms ease-out,color 100ms ease-out;
    -moz-transition: background 100ms ease-out,color 100ms ease-out;
    -ms-transition: background 100ms ease-out,color 100ms ease-out;
    -o-transition: background 100ms ease-out,color 100ms ease-out;
}

.gr-topnavigation ul li a.selected
{
    background: #ffffff;
    color: #fd483f;
    font-weight: 600;
    border-radius: 0;
    line-height: 10px;
    margin-top: 5px;
    padding: 7px 10px;
}
.gr-topnavigation ul li:hover a.mainmenu {
	background: #f6f4f5;
	color:#96281b;
}
.gr-topnavigation ul li a.menu {
	background: url("/images/menu-icon1.png") no-repeat center;
    height: 20px;
    padding:5px 9px 9px;
    text-indent: -9999px;
    width: 31px;
    display: block;
}
.gr-topnavigation ul li a.home
{
    background: url("/images/home-icon1.png") no-repeat center;
    height: 23px;
    padding: 6px 10px 5px;
    text-indent: -9999px;
    width: 23px;
    display: block;
}
.gr-topnavigation ul li .subnavigation {
    background: #f6f4f5;
   	display:none;
    height: 195px;
    left: 0;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 10000;
  /** box-shadow: 2px 3px 3px #cccccc;**/
    border:solid thin #96281b;
    border-bottom:solid 5px #96281b;
    border-top:transparent;
   /** opacity:0;
    visibility:hidden;
    -webkit-transform: scale(0.8) translateY(0px);
    transform: scale(0.8) translateY(0px);
    -webkit-transition: opacity .35s ease-in-out , -webkit-transform .35s ease-in-out;
   transition: opacity .35s ease-in-out , transform .35s ease-in-out;**/
    
}
.gr-topnavigation ul li.hover .subnavigation {
	display: block;
	transform: scale(1.0);
	opacity: 1;
    visibility:visible;
}
.gr-topnavigation ul li .subnavigation .subnav-links {
	float: left;
	width: 175px;
	height: 195px;
    background: #cecccd;
    border-right:solid thin #96281b;
}
.subnav-links ul
{
	padding:0;
	margin:0;
}
.subnav-links-nosublinks ul
{
	height: 190px;
}
.gr-topnavigation ul li .subnav-links ul li,
.gr-topnavigation ul li .subnav-links-nosublinks ul li
{
	height:auto;
}
.gr-topnavigation ul li .subnav-links-nosublinks ul li a:hover span.selected-arrow,
.gr-topnavigation ul li .subnav-links ul li a:hover span.selected-arrow,
.gr-topnavigation ul li .subnav-links ul li a.active span.selected-arrow,
.gr-topnavigation ul li .subnav-links ul li.hover a span.selected-arrow
{

	width:15px;
	height:15px;
	position: absolute;
	right:15px;
	top:5px;
}

.gr-topnavigation ul li .subnavigation .subnav-links ul li {
	display: block;
	list-style-type: none;
	float: none;
	padding-bottom: 0;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li a {
	display: block;
	font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #000000;
    border-bottom: 1px solid #96281b;
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
    padding: 0 10px;
    line-height: 38px;
    border-left:solid 5px transparent;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li:hover a,
.gr-topnavigation ul li .subnavigation .subnav-links ul li.hover a, 
.gr-topnavigation ul li .subnavigation .subnav-links ul li a.active
{
	background: #f5f3f4;
	color:#96281b;
    border-left:solid 5px #f47322;
    left:1px;
}
.gr-topnavigation ul li .subnav-links-nosublinks ul li a:hover{
	background: #f5f3f4;
	color:#96281b;
    border-left:solid 5px #f47322;
}

.gr-topnavigation ul li .subnav-articles{
	padding:12px 23px;
	position: absolute;
	left: 175px;
	top: 0;
/*	display: none;*/
}
.gr-topnavigation ul li	.subnav-links ul li.hover .subnav-articles{
	display: block;
}
.gr-topnavigation ul li .subnavigation .subnav-linklists {
	position: absolute;
	padding: 8px 20px;
	left: 175px;
	top: 0;
	display: none;
	height: 314px;
	width: 810px;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li.hover .subnav-linklists
 {display: block;}
.gr-topnavigation ul li .subnavigation .subnav-articles ul li {
	float: left;
    list-style-type: none;
    padding: 0 9px;
    border-right: solid thin #a5a5a5;
    width:171px;
}
.gr-topnavigation ul li .subnavigation .subnav-articles ul li a {
	text-decoration: none;
	border-left:none!important;
	line-height: 18px;
	border-right:none;
	border-bottom:none;
}
.gr-topnavigation ul li .subnavigation .subnav-articles ul li span {display: block;}

.gr-topnavigation ul li .subnavigation .subnav-articles ul.gr-last li a
{
	color:#000000;
}
.gr-topnavigation ul li .subnavigation .subnav-articles ul.gr-last li a:hover
{
	color:#96281b;
}
.gr-topnavigation ul li .subnavigation .subnav-linklists ul li {
	list-style-type: none;
	display: block;
	float: none;
	padding: 0;
}
.gr-topnavigation ul li .subnavigation .subnav-linklists ul li a {
	font-size: 14px;
	color: #fff;	
	background: #1e6b94;
	border: 0 none;
	padding: 4px 0 4px 10px;
	display: inline-block;
}

.gr-topnavigation ul li:hover .subnavigation .subnav-linklists ul li a {
   border: 0 none;
   left: 0;
   color:#96281b;
}


.gr-topnavigation ul li .subnavigation .menu-special-block-container {
	width: 420px;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 0 0 0 30px;
	z-index: 10000;
	height: 285px;
	border-left: 1px solid #fff;
}
.special-block-heading {
	text-align: center;
	padding: 10px 0;
}
.special-block-details {
	font-size: 20px;
	color: #fff;
	padding-bottom: 10px;
	line-height: 26px;
}
.special-block-author-name {
	font-size: 18px;
	color: #fff;
	text-align: right;
}
.gr-topnavigation ul li .subnavigation .subnav-linklists {z-index: 100001;}
.clasroom-subnav-articles {
}
.clasroom-subnav-articles ul
{
	padding:20px;
}
.clasroom-subnav-articles ul li
{
	width:150px;
	margin:0 20px;
	height: auto;
}
.clasroom-subnav-articles ul li a
{
	text-decoration: none;
	line-height: 20px;    
	height: auto;
    color: #000000;
}
.clasroom-subnav-articles ul li a:hover{
	color:#96281b;
}
.menu-article-img img
{
	width:150px;
	display: block;
	text-align: center;
}
.menu-article-title {
    font-size: 14px;
    padding: 0;
    line-height: 18px;
    display: block;
    margin: 5px 0 0px;
}
.col1 ul
{
	width:100%;
}
.col2 ul
{
	width:49.5%;
}
.col3 ul
{
	width:33%;
}
.col4 ul
{
	width:24.5%;
}
.col5 ul
{
	width:19.9%;
}
.col6 ul
{
	width:16.6%;
}
.subnav-links-nosublinks ul
{
	float:left;   
	border-right:solid thin #a5a5a5;    
}
.subnav-links-nosublinks ul li
{
	float:none;
	padding:0 10px;
}
.subnav-links-nosublinks ul.gr-last,ul.gr-last,.subnav-articles-rates ul.gr-last,.subnav-articles .gr-last li.gr-last
{
	border-right:none!important;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li a.gr-last
{
	border-bottom:none;
	line-height: 38px;
}
.gr-topnavigation ul li .subnav-links-nosublinks ul li a
{
	text-decoration: none;
	color:#000000;
	font-size:14px;
	display: block;
    padding: 5px;
    border-bottom: solid #e6e6e6 thin;
  	text-decoration: none;
}

.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul li
{
	padding: 0 4px;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul.subnav-artciles li
{
	padding: 0 24px;
	border-right:solid thin #a5a5a5; 
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul.subnav-artciles li:last-child
{
	border-right: 0 none;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul.subnav-artciles li a
{
	padding:0;
	border:none;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul.subnav-artciles li a
{
	border-bottom:none!important; 
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul.subnav-artciles li a:hover
{
	font-weight:400;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul li a:hover,
.gr-topnavigation ul li .subnav-links-nosublinks ul li a:hover
{
	border:none; 
	border-bottom: solid #e6e6e6 thin;
	background: #e4e3e3;
}
div.subnav-articles-rates
{
	position: absolute;
	left:175px;
	top:0px;
	display: none;
	padding: 0 1px;
    width: 820px;
    height: 195px;
}
.subnav-articles-rates ul
{
	float:left;    
	padding: 10px 0px;
    border-right: solid thin #a5a5a5;
	height: 190px;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul li a
{
    color: #000000!important;
    border-left: none;
    border-bottom: none;
    padding: 5px 2px;
    line-height: normal;
    display: block;
    width: auto;
    border-bottom: solid #e6e6e6 thin;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul li a:hover
{
	color:#96281b!important;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li .subnav-articles-rates ul li a
{
	
}
.gr-topnavigation ul li .subnavigation .subnav-links ul li.hover .subnav-articles-rates
 {display: block;}
 
.gr-topnavigation ul li .subnavigation .subnav-links ul.subnav-artciles
{
	width: 639px;
    padding: 10px 0 0;
}
.gr-topnavigation ul li .subnavigation .subnav-links ul.subnav-artciles li
{
    width: 150px;
    float: left;	padding:0;
}

.bank-interest-rate
{
	width:180px;
}




/* super menu navigationHeader */
#oneindiaLinksMain {
	
	height: 20px;
	background: url(/img/topMenuBgStrip.jpg) repeat-x left top;
	margin: 0 auto;
	padding:0 6px;
}
#oneindiaLinks {
	width: 988px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	font-family: Arial;
	margin: 0 auto;
}
#oneindiaLinks a {
	color: #fff;
	line-height: 17px;
	float: left;
	text-decoration: none;
	padding: 0 13px;
}
#oneindiaLinks a.oneindia {
	background: url(/img/oneIcon.png) no-repeat left center;
	padding-left: 40px;
}
#oneindiaLinks span {
	float: left;
	line-height: 17px;
}
#oneindiaLinks a span {
	float: none;
	line-height: 17px;
}
#oneindiaLinks a.active {
	background: url(/img/topMenuActiveBgStrip.png) repeat-x left 1px;
}
.dividing_span_line {
	float: left;
	padding-top: 4px;
}
/* super menu navigationHeader */


input,button
{
margin: 0;
	padding: 0;
	/*border: 0;*/
	vertical-align: baseline;
} 

/* Other Channel Promo */
.new_englishtitletab_new1 {
	font-family: Arial;
	font-size: 14px;
	padding-right: 5px;
}
.new_gujaratititletab_new1 {
	font-family: Shruti, Arial;
	font-size: 15px;
	padding-right: 7px;
}
.new_hindititletab_new1 {
	font-family: Mangal, Arial;
	font-size: 16px;
	padding-right: 7px;
}
.new_kannadatitletab_new1 {
	font-family: "Lohit Kannada", Tunga, Arial;
	font-size: 16px;
	padding-right: 7px;
}
.new_malayalamtitletab_new1 {
	font-family: Kartika, AnjaliOldLipi;
	font-size: 15px;
	padding-right: 7px;
}
.new_tamiltitletab_new1 {
	font-family: latha, TSCu_paranar;
	font-size: 14px;
	padding-right: 7px;
}
.new_telugutitletab_new1 {
	font-size: 17px;
	font-family: Gautami, Pothana2000;
	margin-bottom: 0px;
	padding-right: 5px;
}
/* Other Channel Promo */

/* Header Ad and Logo */

#lanChannelPromo a {
	color: #000000;
	text-decoration: none;
}
#headerTopAd {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
.headerTextPromo {
	color: #0066CC;
	font: 15px/21px verdana;
	padding-bottom: 4px;
	padding-top: 2px;
}
.headerTextPromo a {
	color: #0066CC !important;
	font: bold 15px/21px verdana;
}
#channelLogo {
	float: left;
	padding-top: 11px;
	width: 260px;
}
.lanPortal {
	color: #F57421;
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}
#lanChannelPromo {
	float: left;
    line-height: 17px;
    padding-left: 30px;
    padding-top: 5px;
}
#searchBlock {
	float: right;
	padding-right: 27px;
	padding-top: 22px;
	width: 300px;
}
.searchText {
	clear: both;
	font: 14px/18px Arial;
	text-align: left;
}
#searchMain {
	display: block;
	width: 300px;
}
.searchMain {
	padding-top: 0;
	width: 329px;
}
.headerClear {
	clear: both;
}
.gap10 {
	clear: both;
	padding-top: 10px;
}





/* Footer start  */


#footer {
		clear: both;
		padding-bottom: 10px;
}


.footerLanguageLinks {
    border: 1px solid #A1A1A1;
    float: left;
    margin-right: 13px;
    overflow: hidden;
    padding: 2px;
    width: 231px;
}
.footerLanguageLinks.last {
	margin-right: 0px;
}


.footerLanguageTitle {
    background-color: #58585A;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 5px;
    text-align: center;
}
.footerNewsLinks {
	height: 240px;
	overflow: hidden;
	margin-bottom: 5px;
	
}
.footerNewsLinks ul {
	list-style-type: none;
	padding: 2px;
	margin: 0;
}

.footerNewsLinks ul li {
    border-bottom: 1px dotted #9C9C9C;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0;
    padding-bottom: 9px;
}


.footerNewsLinks ul li a {
	color: #000;
}

.moreNews {
    color: #0066CC;
    font-family: Arial;
    font-size: 14px;
    text-align: right;
    background-color: #E9E9E9;
    padding:4px;
}


#footerPromoLinks{clear: both; padding-top: 15px; border-top: 2px solid #000000; margin-top: 15px;}

.footerArrow {
    color: #59A01E;
    font-family: arial;
    font-size: 15px;
    padding-left: 2px;
}
#fullwrapper_header{width: 100% ;}


.footerNewsImg{width: 181px; height: 136px; border: 0;}
/* Footer End  */

.menu-ajaxLoader {
	position: absolute;
	top: 50%;
	left: 50%;
}

.searchText {
	clear: both;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.newsletter_form_name {
	float: left;
	padding-left: 0;
	padding-top: 0;
}

.newsletterTextbox {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #948F8F;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	margin-right: 5px;
	padding: 5px;
	width: 192px;
}


.newsletter_form_submit{float:left;}

#fullwrapper {
	width: 988px;
	margin: 0 auto;
	padding: 0 6px;
}



.clear {
	clear: both;
}

#mainContent {
	z-index: 9999 !important;
}

.india1_lan_pot {
	color: #F57421 !important;
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}
#socialMediaHeader {
	float: right;
	padding-right: 0;
	padding-top: 5px;
	width: 312px;
}
.socialBox {
	float: right;
	padding-top: 5px;
}
.socialTwitter {
	float: left;
	font: 12px/14px Arial;
	padding-right: 10px;
}
.socialGplus {
	float: left;
	padding-right: 10px;
	width: 30px;
}
.socialFacebook {
	float: left;
}
.socialGap5 {
	clear: both;
	padding-top: 10px;
}
.social_list_of_icons_new{
	float: right;
	padding-right: 8px;
}
a.icons {
	float: left;
	height: 29px;
	margin-right: 7px;
	text-indent: -99999px;
	width: 30px;
}
.fb {
	background: url("/images/social-sprites.png") no-repeat scroll 0 0 transparent;
	height: 29px;
	width: 30px;
}
.twitter {
	background: url("/images/social-sprites.png") no-repeat scroll -32px -1px transparent;
	height: 29px;
	width: 30px;
}
.google-plus {
	background: url("/images/social-sprites.png") no-repeat scroll -65px -1px transparent;
	height: 29px;
	width: 30px;
}
.andriod {
	background: url("/images/social-sprites.png") no-repeat scroll -96px -1px transparent;
	height: 29px;
	width: 30px;
}
.apple {
	background: url("/images/social-sprites.png") no-repeat scroll -127px -1px transparent;
	height: 29px;
	width: 30px;
}
.rss-new {
	background: url("/images/social-sprites.png") no-repeat scroll -158px 0 transparent;
	height: 29px;
	width: 30px;
}
a.info {
    color: #000000;
    position: relative;
    text-decoration: none;
    z-index: 24;
}

a.info:hover span {
    background-color: #DBDBDB;
    border: 1px solid #8A2529;
    color: #000000;
    display: block;
    font: 14px/18px arial;
    left: -13em;
    position: absolute;
    text-align: center;
    top: -1em;
    width: 15em;
}

a.info span {
    display: none;
}



/* For Right Include*/

.right_include_links{clear: both; padding-top:10px;}
.right_include_headline_heading{font-size: 23px; padding-bottom: 10px;}

.rightInlcudecollection {
    height: 92px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
}

.rightInlcudecollection:hover {
    background-color:#CCCCCC;
}
.articleImg img{
   border: 1px solid #9C9C9C;
    float: left;
    height: 75px;
    margin-top: 3px;
    padding: 1px;
    width: 100px;
}
.articleInfo {
    float:left;
    width:192px;
    margin-right:3px;
    font-family: Georgia, 'Times New Roman', serif;
   }
.articleInfo h5{
    margin-top: 9px;
    margin-bottom: 0;
}

.articleInfo h5 a{color: #333333;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;}

#msg_gal{
    color:blue;
    font-size:14px;
}
.article_cat{
	margin-top: 5px;
}
.article_cat a{
	color: green;
	font-size:15px;
	font-weight: bold;
	text-transform: uppercase;
}


.btn_more_news{
    background: #E7E7E7;
    border: 1px solid #BCC0C4;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    width: 300px;
   
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.btn_more_news:hover{
        text-decoration:none;
}
.more_news{
        text-align:left;
}

.more_news a{color: #000;}

#wrapper{margin: 0 auto; }





#fullwrapper_footer{ margin: 0 auto; clear: both; padding-top: 10px;}



/*For Social Share*/
	
#share1 {
    background-color: #f0f0f0;
    border: 1px solid #dbdbdb;
    clear: both;
    margin-bottom: 8px;
    margin-top: 3px;
    padding: 5px 0;
    width: 655px;
}
    

    
.sprite1 { background: url('/images/social-sprite2.png') no-repeat;} 
.sprite1.fshare {background-position: 0 0px;} 
.sprite1.tweet {background-position: -121px 0px;} 
.sprite1.gplus {background-position: -242px 0px;} 
.sprite1.comments {background-position: -363px 0px;}
.sprite1.mail {background-position: -484px 0px;}
.shareClear{clear: both;} 


a.sprite1 {
    color: #fff!important;
    float: left;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    width: 121px;
    height: 30px;
    display: block;
    margin:0 5px;
    text-decoration: none!important;
}


.shareTitle1{
	font-size:13px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 10px;
	line-height: 13px;
	padding-bottom: 3px;
	color:#ef5821!important;
}

/*For Social Share*/


.languagesHeader {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #cac8c8;
    clear: both;
    font-size: 13px;
    margin-top: 6px;
    float: right;
}
.languagesHeader a {
    border-right: 1px solid #cac8c8;
    color: #000!important;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}
.languagesHeader a.last {
    border-right: 0 none;
}



	
.sprite2 {
    background-image: url(/images/social-sprite1.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}

.sprite-an {
    width: 30px;
    height: 29px;
    background-position: -5px -5px;
}

.sprite-ap {
    width: 30px;
    height: 29px;
    background-position: -45px -5px;
}

.sprite-fb {
    width: 30px;
    height: 29px;
    background-position: -5px -44px;
}

.sprite-fe {
    width: 30px;
    height: 29px;
    background-position: -45px -44px;
}

.sprite-go {
    width: 30px;
    height: 29px;
    background-position: -85px -5px;
}

.sprite-tw {
    width: 30px;
    height: 29px;
    background-position: -85px -44px;
}

	
.followGr{
	border: 1px solid #999;
	width: 278px;
	padding: 20px 10px;
	/*height: 130px;*/
	background-color: #e5e5e5;
	
}	
.followGr h3{
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}
.social_list_of_icons{
	text-align: center;
	clear: both;
	height: 32px;
	
}

.social_list_of_icons a{
	margin: 0 30px;
	float: left;
}

.followGr-nl{
clear: both;
margin-top: 10px;
padding: 10px 5px 5px;
border-top: 1px solid #d95b46;	
}
.newsletterText{
	background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #948f8f;
    color: #000;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 18px;
    padding: 3px;
    width: 163px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;

}	

.newsletter_form{
	width: 165px;
	float: left;
}
.newsletter_form_submit {
    float: right;
}
#subscribeBtn {
    background-color: #d95b46;
    border: 1px solid #999;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    margin: 0 auto;
    padding: 0px 10px 1px;
    width: 99px;
}
.followText{
	font-family: Arial;
	font-size:17px;
	line-height: 20px;
	color: #666;
	margin-bottom: 10px;
	text-align: center;
}

/* search code starts */
.srch-outer{
			width: 301px;
			height: 33px;
			border-radius:4px;			
			border: 1px solid #afafaf;
		}
		.gr-select{
			border: medium none;
    color: #333;
    font-size: 14px;
    padding: 3px;
    outline: medium none;
    width: 74px;		
		}
		.gr-input{
			width: 125px;
			color:#333333;
			font-size:14px;
			border: none;
			margin:2px 0;
			height:25px;
			outline:none;
			padding:0 5px;
			line-height: 25px;
		}
		.gr-submit{
			width: 60px;
			height: 33px;
			line-height: 31px;
			color:#fff;
			font-size:16px;
			font-weight:600;
			background: #D95B46;
			border: none;			
			cursor: pointer;
			float: right;
			-webkit-border-radius: 0;
    		border-radius: 0;
    		-webkit-appearance:none; 
		}
		.rightSeperator{height:40px!important;}
		.rightHeading{ font-size: 22px; margin-bottom: 4px;}
/* search code ends */
		


a.commonFooterLinks:link {text-decoration: none; color: #333333;}
a.commonFooterLinks:visited {text-decoration: none;color:#333333;}
a.commonFooterLinks:active {text-decoration: none;color:#333333;}
a.commonFooterLinks:hover {color:#333333;text-decoration: underline;}
#channelPromoMain{border-top: 2px solid #000000; clear: both; padding-top: 10px; width: 988px; margin: 10px auto 0;}
.channelPromoBlock{clear: both; text-align:center; padding: 8px 0; line-height: 17px;}
.commonFooterLinks{font-family:Arial;font-size:12px;color:#333333 !important;}
.footerDividerLine{font-family:Arial;font-size:11px;color:#333333 !important;padding:5px 5px 5px 4px;}
.channelPromoBlockLast{clear:both; padding: 8px 0; text-align:center; font-family:Arial; font-size:12px; line-height: 17px;}
.channelPromoBorder{border-bottom:1px solid #DFDFDF; margin: 0 auto; clear: both; padding-top: 5px; }
.chanelBoldLink{font-weight: bold;}


#news-footer {
background: none repeat scroll 0 0 #FFFFFF;
border-top: 1px solid #ACACAC;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
margin: 0 auto;
max-width: 1440px;
padding: 10px 0;
text-align: center;
}
.news-footer-links {
padding: 5px 0;
}
.news-footer-links a {
color: #000000 !important;
padding: 0 4px;
}
.news-footer-links.bottomline {
border-bottom: 1px solid #AAAAAA;
margin-bottom: 5px;
padding-bottom: 20px;
}
.copyright {
padding: 5px 0;
}
.copyright a{
color:#000 !important;
}



.bse-quotes {
    background-color: #F6F6F6;
    border-bottom: 1px solid #FFFFFF;
    font-family: arial;
    font-size: 14px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.nse-quotes {
    background-color: #EEEEEE;
    border-bottom: 1px solid #FFFFFF;
    font-family: arial;
    font-size: 14px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.quote-positive {
    color: #009900;
    font-family: arial;
    font-size: 14px;
    padding: 0 5px 0 0;
}
.quote-nagative {
    color: #CC0000;
    font-family: arial;
    font-size: 14px;
    padding: 0 5px 0 0;
}
.quote-text {
    color: #000000;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 0 5px;
}
.quote-title {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 10px;
    background-color: #EEEEEE;
}
.quote-value {
    font-family: arial;
    padding: 10px 10px 0 0;
}
.quote-diff-positive {
    color: #009900;
    font-family: arial;
    padding: 0 0 0 15px;
}
.quote-diff-nagative {
    color: #CC0000;
    font-family: arial;
    padding: 0 0 0 15px;
} 


/*For  Facebook Promotion in the Article By Raja */
.mobilePromotionBlock {
background: #edeef3;
margin: 10px 0;
clear: both;
}
.mobilePromoImg {
float: left;
width: 180px;
height: 57px;
}
.mobilePromoText {
margin-left: 220px;
font-size: 14px;
color: #000;
padding: 5px 10px;
}
.mobilePromoText span.colorblue {
color: #0066cc;
float: none;
margin: 0;
}
.mobilePromoText div {
padding-bottom: 5px;
}
.mobilePromoText div span {
float: left;
margin-right: 10px;
margin-top: 5px;
}
a.mobileAppIcons {
text-indent: -9999px;
width: 30px;
height: 29px;
float: left;
margin-left: 5px;
}
a.mobileAppIcons.android {
background: url(https://www.oiscripts.com/images/social.png) no-repeat -96px 0;
}
a.mobileAppIcons.ios {
background: url(https://www.oiscripts.com/images/social.png) no-repeat -128px 0;
}
.mobile_content_text{
       padding-top: 10px;
      font-size :18px; 
} 

/*For  Facebook Promotion in the Article By Raja */

#inread1_26817 table, #inread1_26817 table td { border:none; padding:0; }



/* For Facebook and Twitter promotion between image and content in article pages by RAJA */

.share-actions {
      bottom: 0;
      float: right;
      padding-right: 50px;
}
.share-actions a {
      width: 19px;
      height: 18px;
      display: inline-block;
      text-indent: -9999px;
}
.share-actions a.fb-share {
      background: url(https://www.oiscripts.com/images/social-share.png) no-repeat 0 0;
}
.share-actions a.tw-share {
      background: url(https://www.oiscripts.com/images/social-share.png) no-repeat -19px 0;
}
.share-actions a.fb-share:hover {
      background: url(https://www.oiscripts.com/images/social-share.png) no-repeat 0 -18px;
}
.share-actions a.tw-share:hover {
      background: url(https://www.oiscripts.com/images/social-share.png) no-repeat -19px -18px;
} 

.normalText {
    color: #636161;
    font-size: 12px;
    clear: both;
    margin: 5px 0;
}

.wrap {
    padding:5px 0;
}



.tabs {
    width:100%;
    display:inline-block;
}


    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }

.tab-links{
    display:none;
    padding: 0;
    margin: 0;
}
    .tab-links li {
        float:left;
        list-style:none;

        width: 50%;
    }

        .tab-links a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    text-align: center;
}

        .tab-links a:hover {
            background:#dedede;
            text-decoration:none;
        }

    .tab-links li.active a, .tab-links li.active a:hover {
        background:#dedede;
        border-bottom: 1px solid #dedede;
        color:#4c4c4c;
    }

    .tab-content {
        padding:0;
        border-top: 1px solid;
         background:#4a98d3;


        background:#fff;
    }

        .tab {
            display:none;
        }

        .tab.active {
            display:block;
        }

        #spike_wrapper_div{
            z-index:9999;
            margin: 0!important;
            z-index: 9999;
            position: relative!important;
            background: #fff;
            height: auto!important;
        } 


.oneindia-articleImg img{
	width: 150px;
	height: 113px;
}


.oneindia-articleTitle{
	   display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 3px 0 0;
    padding: 0;
    color: #000;
}

.oneindia-articleTitle:hover{
	color: #96281b;
}

.headerPromotionText a{
    color: #06c !important;
}
.headerPromotionText {
   clear:both;
  padding-top:5px;
}
.topnavigation ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 6px;
    display: block;
    line-height: 37px!important;
}
.bs-logo {
     float: left;
    background: #fff;
    padding: 2px 5px 2px 0;
    margin-right: 5px;
    width: 130px;
    position: relative;
    height: 49px;
}
.bs-logo img {
    display: block;
    width: 140px;
    height: 36px;
}
.os-lang {
    position: absolute;
    bottom: 5px;
    right: 0px;
    left: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: right;
}
.topMenu li a{
	padding-top:13px;
}

.os-main-menu {
	float: left;
	position: relative;
	width: 40px;
	padding: 0px 20px 0px 2px;
	height: 40px;
}
.os-main-menu span {
	cursor: pointer;
	display: block;
}
.os-main-menu span i {
    background: #ffffff;
    display: inline-block;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 35px;    
}
.os-main-menu span i:nth-child(1) {top: 8px;}
.os-main-menu span i:nth-child(2) {bottom: 0;top: 0;}
.os-main-menu span i:nth-child(3) {bottom: 8px;}

.os-main-menu.menu-open span i:first-child {bottom: 8px;top: 10px;transform: rotate(135deg);}
.os-main-menu.menu-open span i:nth-child(2) {opacity: 0;visibility: hidden;}
.os-main-menu.menu-open span i:last-child {top: 10px;transform: rotate(-135deg);}
.os-menu-lists {
	position: absolute;
	top: -598px;
	width: 156px;
	background: #96281b;
	z-index: 10000;
	padding: 10px;
	transition: top 0.4s ease-in-out 0s;
}
.os-main-menu.menu-open{background: #96281b;}
.os-menu-lists.menu-open {top: 40px;}
.os-menu-lists ul li a {
	font-size: 13px;
	color: #fff;
	padding: 5px;
	display: block;
}
.os-main-menu.menu-open {background: #96281b;}

.os-menu span.menu-arrow {
    background: url("/images/arrow-on.png") no-repeat scroll center center;
    height: 25px;
    width: 25px;
    margin: 14px;
}
.os-menu.os-open span.menu-arrow {background: url("/images/arrow-off.png") no-repeat scroll center center;}
.os-menu-lists ul li {
    height: 32px;
    overflow: hidden;
    clear: both;
}
.os-lang.show .os-lang-block {
  opacity: 1;
  visibility: visible;
  background: #96281b;
  z-index: 99999;
}
.os-lang-block {
  position: absolute;
    top: 22px;
    left: 0;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    background: #96281b;
    width: 140px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    line-height: 25px;
}
.os-lang-block ul {
  padding: 5px 0;
}
.os-lang-block ul li {
    padding: 2px 10px;
    clear: both;
    float: none;
}
.os-lang-block ul li span.allLanguages {
  color: #ffffff;
}

.os-lang-block ul li a {
      color: #ffffff!important;
    display: block;
    font-size: 13px;
    text-align: left;
}

.os-lang-block ul li {
    padding: 2px 10px;
}

.os-header-rt-search {
    height: 50px;
    float: right;
}
.os-header-rt-search-b {
    display: inline-block;
    width: 20px;
    height: 20px;
   margin: 20px 5px 0px 5px ;
    background: url(/images/search.svg) no-repeat;
    background-size: cover;
}

.os-header-rt-search .os-search-block {
    position: absolute;
    right: 35px;
    top: 10px;
    width: 300px;
}

.ds-overlay {
    position: fixed;
    width: 100%;
    margin: auto;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
	.ds-overlay.active {

    z-index: 9999;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}

.navigation ul li a.submenu{
	line-height: 29px;
}
.header-search-block {
    position: absolute;
    right: 0;
    width: 350px;
    background: #96281b;
    border: 1px solid #96281b;
    border-top: 0 none;
    padding: 6px;
    z-index: 10000;
    top: 55px;
}
img {
  max-width: 100%;
}
.nav-notification {
  height: 38px!important;
  margin-top: 12px;
}

.os-lang a {
    font-size: 12px;
    color: #96281b !important;
    text-decoration: none;
    text-align: right;
    padding-right: 10px;
}
#notify-subscribe{
    font-weight: bold;
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
}

.gr-topnavigation{
width:100%;
}
 #notification-link{
    font-size: 17px;
    line-height: 24px;

}
.browser_extension {margin: 16px 5px !important;}
span.notification-num{    top: 9px!important;
    right: 10px!important;}
