/*
 * General Elements Styles
 */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
* {margin: 0;padding: 0;}
header, footer, article, section, figure, nav, aside {display: block;}
body {color: #333333;font-family: 'Roboto Slab', Georgia, Arial, Helvetica,sans-serif;	height: 100%;background: #fff;}
a {color: #0066CC;	text-decoration: none;	outline: none;}
a:hover {text-decoration: underline;}
img {border: 0 none;max-width: 100%;}

body{
	background: #f1f1f1;
}

/*
 * Header Styles
 */

#header {
	width: 998px;
	margin: 0 auto;
	padding-top: 10px;
}
.header-top{
	width: 988px;
	margin: 0 auto;
}
.header-left {
	float: left;
	width: 245px;
}
.header-left .logo{
	padding-bottom: 10px;
}
.languages {
	border: 1px solid #cac8c8;
	background: #f6f6f6;	
	color: #000;
	height: 27px;		
}
.languages a {
	padding: 0 2px;
	color: #000;
	font-size:13px;
	font-size:12px \9;
	text-align:center;
	border-right: 1px solid #cac8c8;
	height: 27px;
	line-height: 27px;
	display: inline-block;	
}

.languages a.last {
	border-right: 0 none;
}
.header-right {
	float: right;
	width: 728px;
}
.header-bot{
	width: 988px;
	float: left;
}
.headerpromo {
	clear: both;
	padding: 10px 0px;
	color: #0066cc;
    font: bold 15px/21px verdana;
    text-align: center;
}
.headerpromo a {
	color: #0066cc;
}
.searchMain{
	text-align: center;
	width:300px;
	padding-left:45px;
}
.header-mid {
	float: left;
	width: 420px;
}
.header-ad {
	text-align: center;
	margin: 10px auto 0 auto;
}
.header-languages {
	float: right;
	margin-top:20px;
}
/*
 * Primary Navigation Styles
 */
.navigation {
	background: #1c1c1c;
	height: 34px;
	position: relative;	
	width: 998px;
	border-bottom: 4px solid #568d1e;
}
.topnavigation ul li {
	list-style-type: none;
	float: left;
}
.topnavigation ul li a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 38px;	
	margin: 0 7px 0 7px;	
	*margin: 0 7px;
	display: block;
	text-decoration: none;
}
.topnavigation ul li a.submenu{
	padding-right:14px;
	background:url(/images/wtiarrow.png) no-repeat right 16px;
	text-transform:uppercase;
}

.topnavigation ul li a.submenu1{
	padding-right:14px;
	text-transform:uppercase;
}
.topnavigation ul li a.home {
	background:#568d1e url(/images/gizbot-sprite.png) no-repeat 0 0;
	width: 26px;
	height: 20px;
	padding:7px 3px;
	text-indent: -9999px;
}

.topnavigation ul li a.social-shares {
	background: url(/images/gizbot-sprite.png) no-repeat -78px 0;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	margin-top: 16px;
}
.topnavigation ul li a.search {
	background: url(/images/gizbot-sprite.png) no-repeat -26px 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	margin-top: 16px;
}
.topnavigation ul li a.menu {
	background: url(/images/gizbot-sprite.png) no-repeat -55px 0;
	width: 32px;
	height: 22px;
	text-indent: -9999px;
	margin:7px 0 0 5px;		
}
.topnavigation .last{
	float: right;
	margin-right: 10px;
}
.header-search-block {
	position: absolute;
	/*top: -45px;*/
	top: 38px;
	right: 0;
	width: 400px;
	background: #fff;
	display: none;
	border: 1px solid #ccc;
	padding: 10px;
	z-index: 1000;
}

.primary-links {
	position: absolute;
	top: 38px;
	right: 0;
	width: 262px;
	font-size: 14px;
	background: #1b1d22;
	display: none;
	z-index: 10000;
}
.primary-links ul li {list-style-type: none;}
.primary-links ul li a {
	color: #fff;
	display: block;
	padding: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
}
.primary-links ul li a:hover {
	background: #444;
}

.navigation.sticky {
	position: fixed;
	top: 0;
	z-index: 10000;
}
.navigation.sticky .topnavigation {
	display: none;
}
#headerfixed {
	display: none;
	
}
.navigation.sticky #headerfixed {
	display: block;	
	}

#headerfixed .logo {
	padding: 5px 10px;
	margin-right: 10px;
	float: left;
}
#headerfixed .language-links {
	float: left;
	position: relative;
	width: 100px;
}
.language-links a.lang-selected {
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	padding: 0 8px;
}
.lang-arrow {
	background: url(/images/lang-arrow.png) no-repeat 0 0;
	width: 12px;
	height: 12px;
	display: inline-block;
}

.show-languages {
	position: absolute;
	top: 38px;
	right: 0;
	width: 100px;
	font-size: 14px;
	background: #1b1d22;
	display: none;
}
.show-languages ul li {
	list-style-type: none;
}
.show-languages ul li a {
	color: #fff;
	display: block;
	padding: 6px 8px;
	border-bottom: 1px solid #ccc;
}
#headerfixed .headerfix-right {
	float: right;
}

.headerfix-right a {
	float: left;
	color: #fff;
	font-size: 14px;
	margin: 7px 10px 10px 10px;
}
.headerfix-right a.menu {
	background: url(/images/gizbot-sprite.png) no-repeat -55px 0;
	width: 32px;
	height: 22px;
	text-indent: -9999px;
}
.headerfix-right a.search {
	background: url(/images/gizbot-sprite.png) no-repeat -35px 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.headerfix-right a.social-shares {
	background: url(/images/gizbot-sprite.png) no-repeat -87px 0;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
}
.social-share-block {
	position: absolute;
	top: 38px;
	right: 0;
	padding: 10px;
	background: #1b1d22;
	display: none;
}
a.facebook-icon, a.twitter-icon, a.gplus-icon, a.youtube-icon   {
	text-indent: -99999px;
	float: left;
	margin: 3px 8px;
}
a.facebook-icon {
	width: 15px;
	height: 31px;
	background: url(/images/gizbot-sprite.png) no-repeat -111px 0;
}
a.twitter-icon {
	width: 25px;
	height: 21px;
	margin-top: 7px;
	background: url(/images/gizbot-sprite.png) no-repeat -125px 0;
}
a.gplus-icon {
	width: 27px;
	height: 26px;
	background: url(/images/gizbot-sprite.png) no-repeat -151px 0;
}
a.youtube-icon {
	width: 23px;
	height: 24px;
	background: url(/images/gizbot-sprite.png) no-repeat -228px 0;
}

/*
 * Secondary Navigation Styles
 */
.topnavigation ul li .subnav {
	display: none;
	position: absolute;
	top: 38px;
	z-index: 10000;
	background: #1c1c1c;
	left: 10px;
	right: 10px;
	height: 258px;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 16px;
	border-radius: 0 0 5px 5px;
}
.topnavigation ul li.hover .subnav {
	display: block;
	transition: all 500ms linear 0s;
}
.subnavLinks {
	width: 120px;
	background: #282828;
	height: 258px;
	overflow: hidden;
	float: left;
	
}
.topnavigation ul li .subnav .subnavLinks ul li {
	display: block;
	float: none;
	border-bottom: 1px solid #1c1c1c;
}
.topnavigation ul li .subnav .subnavLinks ul li a {
	line-height: 28px;
	margin: 0;
	font-size: 12px;
	color: #757575;
	padding: 0 5px;
	transition: all 500ms linear 0s;
}
.topnavigation ul li .subnav .subnavLinks ul li a:hover {
	background: #383838;
}
.topnavigation ul li .subnav .subnavLinks ul li a.active, .topnavigation ul li .subnav .subnavLinks ul li a:hover {
	background: #383838;
	color: #fff;
}
.topnavigation ul li .subnav .subnavDesc ul li {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    display: inline-block;
    float: none;
    margin: 0;
    text-align: center;
    vertical-align: text-top;
    white-space: nowrap;
}
.topnavigation ul li .subnav .subnavDesc ul li a {
    color: #000;
    float: left;
    margin: 0px 9px 0 9px;
    padding: 0;
    white-space: normal;
    width: 180px;
}
.topnavigation ul li .subnav .subnavDesc ul li a span.menu-article-img {height: 135px;overflow:hidden;}
.topnavigation ul li .subnav .subnavDesc ul li a:hover {
	opacity: 0.8;
}
.topnavigation ul li .subnav .subnavDesc ul li.first a {
	margin: 0px 9px 0 18px;
}
.topnavigation ul li .subnav .subnavDesc ul li.last a {
	margin: 0px 0px 0 9px;
}
.topnavigation ul li .subnav .subnavDesc ul li a span {
    display: block;
}
.menu-article-img img {
	display: block;
}
.menu-article-title {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 22px;
    background: #282828;
    border-top: 10px solid #383838;
    height: 80px;
    overflow: hidden;
    padding: 8px 5px;
    text-align: left;
    transition: all 500ms linear 0s;
}
.menu-article-title:hover {
	background: #333;
}
.menu-more-link {
	background: #0c0c0c;
	font-size: 12px;
	color: #70b926;
	padding: 2px 5px;
	text-align: right;
	line-height: 22px;
}

/*
 * Layout Styles
 */
#wrapper {
	background-color: #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);     
	margin: 0 auto;
	padding:0;
    width: 998px;
}








#container {
	width:974px;
	padding: 10px 12px 10px 12px;	
}
.container-block{
	float: left;	
}
.left-container{
	width: 642px;
	padding-right:32px;
	float: left;
}

.right-container{
	width: 300px;
	float: left;
}
/*
 * Footer Styles
 */

#footer{
	 background: url(/images/footer-bg.jpg);
	 margin:12px auto 0 auto;
	 width: 974px;
}
#footer h2 {
	font-size: 18px;
	line-height:30px;
	text-transform: uppercase;
	color: #71b30f;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom:10px;
	background: url(/images/heading-bg.png) repeat-x bottom;

}

.footer-block-a, .footer-block-b, .footer-block-c {
	float: left;
	width: 314px;
	margin: 20px 12px;
}
.footer-block-a{
	background: url("/images/divider.png") no-repeat 102px 46px;
}
.footer-block-b{
	width: 295px;
}
.recent-vds{
position: relative;
}
.recent-vds .play-video{
	position:absolute;
    width: 24px;
	height: 24px;
	right: 60px;
	bottom: 32px;
   background: url("/images/gizbot-sprite.png") no-repeat 0px -37px;
   opacity: 0.9;
    filter: alpha(opacity=90); 	
} 
.footer-block-a ul li, .footer-block-b ul li, .footer-block-c ul li{
	list-style: none;
	float: left;	
}
.footer-block-a ul li {
	padding: 5px 10px;
	width: 100px;
}
.footer-block-a ul li a{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #fff;
}
.footer-block-a ul li img, .footer-block-b ul li img, .footer-block-c ul li img{
border: 1px solid #d5d5d5;	
}
.footer-block-b ul li{
	padding: 1px;
}
.footer-block-c{
	width: 293px;
}
.footer-block-c ul li{
	padding: 2px 7px;
}

.news-footer-links {
border-bottom: 1px solid #4d4d4d;
margin-bottom: 5px;
padding-bottom: 20px;
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
text-align: center;
}
.news-footer-links  a {
color: #fff ;
padding: 0 4px;
}
.copyright {
font-size: 12px;
text-align: center;
color: #fff;
line-height: 20px;
padding-bottom: 10px;
}
.copyright a{
color:#fff;
font-family: 'Open Sans', sans-serif;
}

/* share btns styles */
.social-share{
	position:absolute;
	left: 0;
	right: 0;
	text-align: center;
	transition: all 0.8s ease 0s;	
	-moz-transition:  all 0.8s ease 0s;
	-o-transition:  all 0.8s ease 0s;
	top: 0px;
	opacity: 0;
	zoom: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
}
.social-share a{
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #202020;
	color: #fff;
	display: inline-block;
	margin: 0 1px;
}
.hot-products .social-share a{
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	margin: 0 0.5px;
}
.social-share .facebook:hover{
	background:#3081D8;
}
.social-share .twitter:hover{
	background:#2DAAE1;
}
.social-share .google-plus:hover{
	background:#F63E28;
}
.article-content .left-img:hover, .left-ins .left-img:hover{
	opacity: 0.9;	
}
.left-img:hover .social-share{
	top: 50%;
	margin-top: -16px;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}


/* 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 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/common/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('/common/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('/common/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('/common/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('/common/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fblike{background-color:#FFF!important;}



/* super menu navigationHeader */
#oneindiaLinksMain{width:100%;height:20px;background:url(/img/topMenuBgStrip.jpg) repeat-x left top;margin-bottom:0;}
#oneindiaLinks{width:988px;font-size:12px;font-weight:700;color:#fff;font-family: Arial;margin:0 auto;}
#oneindiaLinks a{color:#fff;line-height:19px;float:left;text-decoration:none;padding:0 11px;}
#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 */

.breadcrumb-nav{float: left; padding: 0 5px; line-height: 20px;}

.content-article nav div{float: left;}
.breadcrump a {float: left; line-height: 20px;}

.wrap {
    padding:5px 0;
}



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


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

.tab-links{
    display:none;
}
    .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;
        } 
