/*
 * General Elements Styles
 */
* {margin: 0;padding: 0;}
header, footer, article, section, figure, nav, aside {display: block;}
body {color: #000;font-family: Shruti,Arial,Helvetica,sans-serif;	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 Styles
 */
#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: 360px;
	padding-left: 54px;
}
.languages {
	border: 1px solid #cac8c8;
	background: #f6f6f6;
	font-size: 13px;
	color: #000;
	height: 30px;
	/*margin-top: 25px;*/
	margin-bottom:10px;
	
}
.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: 5px;
	width: 250px;
	height: 80px;
}
.google-search {
 line-height: 15px;
    padding-bottom: 14px;
    height: 37px;
}
.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;
}
@-moz-document url-prefix() { 
  #container {
     padding: 1px 9px 0 9px;
  }
}

/*
 * Primary Navigation
 */
.topnavigation {
	background: #0089e5;
	height: 42px;
	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: 17px;
    font-weight: normal;
    height: 34px;
    line-height: 42px;
    padding: 0 9px;
    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: 38px;
	z-index: 10000;
	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;
	font-family: arial;
}
.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;
}


/*
 * Footer Styles
 */

#news-footer {
    background: none repeat scroll 0 0 #ffffff;
 /*   border-top: 1px solid #acacac;
    font-family: Arial,Helvetica,sans-serif;*/
    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: 196px;
}
.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: 16px;
	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:40px !important;}
	






.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;
}
	  .wrap {
	clear: both;
	margin-bottom: 10px;
}

#spike_wrapper_div{
            z-index:999;
            margin: 0!important;
            position: relative!important;
            background: #fff;
            height: auto!important;
}
/* full width design new style */
.navWidth{
	max-width: 1280px;
	margin: 0 auto;
}
.topnavigation ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 8px;
    display: block;
    line-height: 37px;
}

.bs-logo {
    float: left;
    height: 39px;
    background: #fff;
    padding: 1px 0;
    margin-right: 5px;
    width: 140px;
}
.bs-logo img {
    display: block;
    width: 140px;
    height: 38px;
}

.os-lang {
    float: left;
    padding:9px 0 0px 0px;
    width: 60px;
}
.os-lang a {
    font-size: 14px;
    color: #fff!important;
}
.topMenu li a{
	padding-top:13px;
}

.os-main-menu {
	float: left;
	position: relative;
	width: 40px;
	padding: 0 10px;
	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: -515px;
	width: 181px;
	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: 40px;}
.os-menu-lists ul li a {
	font-size: 13px;
	color: #fff;
	padding: 5px;
	display: block;
}
.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: 40px;
  opacity: 1;
  visibility: visible;
  background: #0089e5;
}
.os-lang-block {
  position: absolute;
  top: 20px;
  left: 199px;
  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;
}

.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(https://www.mykhel.com/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;
}

.nav-notification {
    float: left;
    height: 40px!important;
}

 .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: 0;
}

.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;}
.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;
}
.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: 39px;
}

