@font-face {
  font-family: 'Ek Mukta';
  font-style: normal;
  font-weight: 400;
  src: local('Ek Mukta'), local('EkMukta-Regular'), url('/common/adaptive/mobi/fonts/bq4jR8816PJP11INbgjnTXYhjbSpvc47ee6xR_80Hnw.woff') format('woff');
}
/*
 * General Elements Styles
 */
* {margin: 0;padding: 0;}
header, footer, article, section, figure, nav, aside {display: block;}
body {color: #000;font-family: "Ek Mukta",sans-serif,Arial;	height: 100%;}
a {color: #0066CC;	text-decoration: none;	outline: none;}
a:hover {text-decoration: underline;}
img {border: 0 none;max-width: 100%;}


.india1_lan_pot {
    color: #f57421 !important;
    float: left;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}
/* header full width style starts here */
.navigation.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 9999999;
    box-shadow: 0 1px 6px -2px #000000;
}
.navWidth{
        max-width: 1280px;
        margin: 0 auto;
}
.topnavigation ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 6px;
    display: block;
    line-height: 49px!important;
}
.bs-logo {
    float: left;
    height: 50px;
    background: #fff;
    margin-right: 5px;
    width: 120px;
}
.bs-logo img {
    display: block;
    width: 120px;
    height: 50px;
}
.os-lang {
    float: left;
    padding:9px 0 0px 0px;
    width: 60px;
}
.os-lang a {
    font-size: 13px;
    color: #fff;
}
.topMenu li a{
        padding-top:13px;
}

.os-main-menu {
        float: left;
        position: relative;
        width: 40px;
        padding: 0 10px;
        height: 33px;
        margin-top: 7px;
}
.os-main-menu span {
        cursor: pointer;
        display: block;
}
.os-main-menu span i {
    background: #ffffff;
    display: inline-block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
    width:24px;
}
.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: -515px;
        width: 161px;
        background: #0089e5;
        z-index: 10000;
        padding: 10px;
        transition: top 0.4s ease-in-out 0s;
}
.os-main-menu.menu-open{background: #0089e5;}
.os-menu-lists.menu-open {top: 50px;}
.os-menu-lists ul li a {
        font-size: 15px;
        color: #fff;
        padding: 5px;
        display: block;
        line-height: 30px!important;
}
.os-main-menu.menu-open {background: #0089e5;}

.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 {
  top: 50px;
  opacity: 1;
  visibility: visible;
  background: #0089e5;
  z-index: 999999;
}
.os-lang-block {
  position: absolute;
  top: 20px;
  left: 215px;
  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: #0089e5;
  width: 150px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
.os-lang-block ul {
  padding: 5px 0;
}
.os-lang-block ul li {
  padding: 2px 10px;
  clear: both;
}
.os-lang-block ul li span.allLanguages {
  color: #ffffff;
}

.os-lang-block ul li a {
   color: #ffffff;
    display: block;
    font-size: 13px;
    line-height: 30px!important;
}
.os-lang span {
    margin-top: 4px;
    display: block;
    float: left;
    padding-right: 5px;
    padding-left: 2px;
    font-size: 14px;
}
.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: 10px 14px;
    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;
}
.header-search-block{
        position: absolute;
    right: 0;
    width: 350px;
    background: #0089e5;
    border: 1px solid #0089e5;
    border-top: 0 none;
    padding: 6px;
    z-index: 10000;
        top:50px;
}
.navigation ul li a.submenu{
        line-height: 29px;
}

.nav-notification {
    border-left: 0 none!important;
    float: left;
    height: 38px!important;
}
#user_current_weather {
    width: 300px;
    height: 35px;
    padding-top: 5px;
}
/* header full width style ends here */

/*
 * Header Styles
 */

.social-share-new{
	clear: both;
	padding-bottom:5px;
		
}
	
.social-share-new-fb{
	background: url(/images/social-icons-header.png) no-repeat 0 0;
	width: 37px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 10px;	
	display: block;
	float: left;
		
}

.social-share-new-tw{
	background: url(/images/social-icons-header.png) no-repeat -36px 0;
	width: 36px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 10px;	
	display: block;
	float: left;
		
}	

.social-share-new-gp{
	background: url(/images/social-icons-header.png) no-repeat -72px 0;
	width: 37px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 10px;
	display: block;
	float: left;
		
}		
	
#quick-weather{
	height: 33px;
}



#headerMain {
	background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin: 0 auto;
    width: 998px;
}
#header {
	width: 998px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.header-left {
	float: left;
	width: 210px;
	padding-left: 5px;
}
.header-mid {
	float: left;
	width: 373px;
	padding-left: 30px;
}
.languages {
	border: 1px solid #cac8c8;
	background: #f6f6f6;
	font-size: 13px;
	color: #000;
	height: 30px;
	/*margin-top: 25px;*/
	margin-bottom:10px;
	float: right;
	
}
.languages a {
	padding: 0 5px;
	color: #000;
	border-right: 1px solid #cac8c8;
	height: 30px;
	line-height: 36px;
	float: left;
}
.languages a.last {
	border-right: 0 none;
}
#headerPromotionText { clear: both;
    color: #0066cc !important;
    font: bold 15px/21px arial;
    margin-top: 10px;
    text-align: center;
    }
.header-right {
	float: right;
	margin-right: 10px;
	width: 250px;
	height: 80px;
}
.google-search {
 line-height: 15px;
    padding-bottom: 4px;
    height: 45px;
}
.social-share {
	
}
.social-share a.ios-app {
	width: 19px;
	height: 19px;
	text-indent: -99999px;
	background: url(/images/sprite.png) no-repeat -99px -63px;
	display: inline-block;
}
.social-share a.android-app {
	width: 19px;
	height: 19px;
	text-indent: -99999px;
	background: url(/images/sprite.png) no-repeat -80px -63px;
	display: inline-block;
}
.header-ad {
	margin: 10px auto;
	text-align: center;
}

.topnavigation ul li a.android-icon {
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    background: url(/images/sprite.png) no-repeat 0 -89px;
    float: left;
    margin: 5px;
}

	.topnavigation ul li a.sixty-second-icon {
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    background: url(/images/sprite-new2.png) no-repeat -50px -89px;
    float: left;
    margin: 5px;
}

.topnavigation ul li a.ios-icon {
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    background: url(/images/sprite.png) no-repeat -25px -89px;
    float: left;
    margin: 5px;
} 

/*
 * Layout Styles
 */
#wrapper {
	width: 1000px;
	margin: 0 auto;
}




#containerMain {
	width: 100%;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding: 10px 9px 0 9px;
	border: 1px solid #d9d9d9;
	border-top: 0 none;
	background: #fff;
}


/*
 * Primary Navigation
 */
.topnavigation {
	background: #0089e5;
	height: 50px;
	position: relative;
}
.topnavigation.sticky {
	position: fixed;
	top: 0;
	width: 1000px;
	z-index: 100000;
}
.topnavigation .logo {
	float: left;
	margin: 0 5px;
	display: none;
	background: #fff;
	height: 38px;
}
.topnavigation.sticky .logo {
	display: block;
}
.topnavigation.sticky ul li a.mainmenu.home  {display: none;}
.topnavigation ul li {
	list-style-type: none;
	float: left;
} 
.topnavigation ul li a.mainmenu {
    border-bottom: 4px solid #0089e5;
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    line-height: 44px;
    padding: 0 7px;
    text-decoration: none;
}
.topnavigation ul li a.mainmenu.active, .topnavigation ul li a.mainmenu:hover, .topnavigation ul li.hover a.mainmenu {
	border-bottom: 4px solid #990000;
}
.topnavigation ul li a.mainmenu.home {
	height: 20px;
    padding: 8px 10px 6px 10px;
    text-indent: -9999px;
    width: 26px;
    background: url(/images/home-icon.png) no-repeat center center;
    display: block;
}
/*
 * More Submenu Styles
 */
.topnavigation ul li .subnav {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 10000000;
	background: #fff;
	left: 0px;
	right: 0px;
	height: 220px;
	box-shadow: 2px 8px 8px #666666;
	border: 1px solid #666666;
	border-top: 0 none;
	margin: 0 auto;
	max-width: 1440px;
	overflow: hidden;
	
}
.topnavigation ul li.hover .subnav {
	display: block;
}
.topnavigation ul li.more .more-submenu-content ul {
	padding: 0px 0 0 0;
	height: 220px;
}
.topnavigation ul li.more .more-submenu-content ul li {
	width: 180px;	
	display: inline-block;
	border-right: 1px solid #ccc;
}
.topnavigation ul li.more .more-submenu-content ul li.verticals {
	width: 390px;	
}
.topnavigation ul li.more .more-submenu-content ul li.verticals ul li .verticalLinks {
	width: 50%;
	float: left;
}
.topnavigation ul li.more .more-submenu-content ul li.last {
	border-right: 0 none;
}
.topnavigation ul li.more .more-submenu-content ul li ul {
	padding: 0 10px 0 10px;
}
.topnavigation ul li.more .more-submenu-content ul li.verticals ul li ul {
	padding: 0 0px 0 0px;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li {
	display: block;
	float: none;
	border-right: 0 none;
	width: 100%;
	height: auto;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li.header {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}
.topnavigation ul li.more .more-submenu-content ul  li ul li a {
	color: #000;
	padding: 4px 5px 3px 5px;
	font-size: 13px;
  line-height: 15px!important;
}


/*
 * Footer Styles
 */

#news-footer {
    background: none repeat scroll 0 0 #ffffff;
    font-size: 13px;
    margin: 0 auto;
    max-width: 1440px;
    padding: 10px 0;
    text-align: center;
}
.news-footer-links.bottomline {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 5px;
    padding-bottom: 20px;
}
.news-footer-links {
    padding: 5px 0;
}
.news-footer-links a {
    color: #000000 !important;
    padding: 0 4px;
}
.copyright {
    padding: 5px 0;
}
.copyright a {
    color: #000 !important;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {	clear: both;	display: block;	overflow: hidden;	visibility: hidden;	width: 0;	height: 0;}
.clearfix:after {	clear: both;	content: ' ';	display: block;	font-size: 0;	line-height: 0;	visibility: hidden;
	width: 0;	height: 0;}
.clearfix {	display: inline-block;}
* html .clearfix {	height: 1%;}
.clearfix {	display: block;}

/* subscribe styles */


.gap10{clear: both; padding-top: 10px;}



/*Newsletter style*/

	.searchText {
    clear: both;
    color: #000000;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
}


.newsletterTextbox {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #948f8f;
    color: #666666;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 18px;
    margin-right: 5px;
    margin-top: 2px;
    padding: 5px;
    width: 190px;
}
.newsletter_form {
   	clear:both;
    padding: 5px 0;
    text-align: center;
    width: 300px;
}

.newsletter_form_submit {
    float: left;
    padding: 4px 0 0 2px;
    text-align: center;
}

.newsletter_form_name {
    float: left;
    padding-left: 0;
    padding-top: 0;
}



/*Tab Wise Right Include*/
.right-news-block{
				width:300px;
			}
			
			.right-news-block ul{
				padding: 0;
				margin: 0;
				clear: both;
			}
			
			
			
/*			.tabs li {
	float: left;
    list-style-type: none;
    text-align: center;
    width: 50%;
			}

			.tabs a {
	border-bottom: 8px solid #fff;
    color: #858587;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
			}*/

			.tabs a.active {
	border-bottom: 8px solid #bb3f14;
    color: #1b1d22;
			}

/*Tab Wise Right Include*/

/* for mouse over sub menu*/

			.subnavLinks {
	background: #e4e4e4;
	border-bottom: 1px solid #d1d1d1;
	padding-left: 10px;
}
.topnavigation ul li .subnav .subnavLinks ul li {
	float: left;
}	
.topnavigation ul li .subnav .subnavLinks ul li a {
	display: block;
	padding: 8px;
	font-size: 15px;
	line-height:30px!important;
	color: #000;
	position: relative;
	top: 1px;
	border: 1px solid #e4e4e4;
	border-bottom: 0 none;
}
.topnavigation ul li .subnav .subnavLinks ul li a.active, .topnavigation ul li .subnav .subnavLinks ul li a:hover {
	background: #ffffff;
	border: 1px solid #d0d0d0;
	border-bottom: 0 none;
}
	
	.topnavigation ul li .subnav{height:47px !important;}
	

	.twitter-img {
    float: left;
    padding-right: 8px;
}
.gplus-img {
    float: left;
    padding-right: 8px;
}
.oneindia-dashboard-block{padding: 0 5px!important;}
.login-with-gplus{padding-top: 0!important;}

.wrap {
    padding:5px 0;
}



.tabs {
    width:100%;
    display:inline-block;
}


    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }

.tab-links{
    display:none;
    margin:0;
    padding: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:9999px;
            margin: 0!important;
            z-index: 9999;
            position: relative!important;
            background: #fff;
            height: auto!important;
        } 
        
        
        
        



          .galleryWrapper {
                  float: none;
                  clear: both;
                  width: 100%;
                  position: relative;
                /*  padding-bottom: 50%;
 *                    padding-top: 130px;*/
                  height: 0;
                }
                .galleryWrapper iframe {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
	          overflow: hidden;		
                }

.extensionElem {
    position: relative;
}

.get-extension {
    border: thin solid #ccc;
    background: #fff;
    position: absolute;
        width: 160px;
    top: 43px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 5px;
    right: 6px;
}

.arrow-up {
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    right: 10px;
    top: -5px;
    background: #fff;
}
.get-extension span {
    border-style: double;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
}
