/*
 * General Elements Styles
 */
@import url(https://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: #000;font-family: 'Open Sans', 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%;}

#wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 5px !important;
    width: 1000px !important;
}

.heading_div {
font-size: 15px !important;
line-height: 20px;
}

/*
 * Header Styles
 */

#header {
	width: 998px;
	margin: 0 auto;
	padding-top: 5px;
}
.header-left {
	float: left;
	width: 250px;
}

.languages {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #cac8c8;
    color: #000;
    float: right;
    font-size: 13px;
    height: 30px;
    margin-top: 25px;
}
.languages a {
	padding: 0 5px;
	color: #000;
	border-right: 1px solid #cac8c8;
	height: 30px;
	line-height: 30px;
	float: left;
}
.languages a.last {
	border-right: 0 none;
}
.header-right {
	float: right;
	width: 728px;
}
.logo {padding-top: 5px;}

.headerpromo {
    color: #0066cc;
    float: left;
    font: bold 15px/21px verdana;
    padding-top: 35px;
    text-align: center;
    width: 450px;
}
.headerpromo a {
	color: #0066cc;
}

.headerTopAd{clear: both; margin-top: 10px; width: 998px; text-align: center;}
/*
 * Primary Navigation Styles
 */
.navigation {
	background: #1b1d22;
	height: 52px;
	position: relative;
	width: 998px;
}
.topnavigation ul li {
	list-style-type: none;
	float: left;
}
.topnavigation ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 52px;
	 margin: 0 5px;
	display: block;
}

.topnavigation ul li a.photos {
    background: url(/images/filmibeat-sprite.png) no-repeat -122px -50px;
    width: 30px;
    height: 24px;
    text-indent: -9999px;
    margin-top: 15px;
}
.topnavigation ul li a.videos {
    background: url(/images/filmibeat-sprite.png) no-repeat -152px -48px;
    width: 26px;
    height: 24px;
    text-indent: -9999px;
    margin-top: 15px;
}

.topnavigation ul li a.home {
	background: url(/images/filmibeat-sprite.png) no-repeat 0 0;
	width: 26px;
	height: 20px;
	text-indent: -9999px;
	margin-top: 15px;
}

.topnavigation ul li a.social-share {
	background: url(/images/filmibeat-sprite.png) no-repeat -78px 0;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	margin-top: 16px;
}
.topnavigation ul li a.search {
	background: url(/images/filmibeat-sprite.png) no-repeat -26px 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	margin-top: 16px;
}
.topnavigation ul li a.menu {
	background: url(/images/filmibeat-sprite.png) no-repeat -46px 0;
	width: 32px;
	height: 22px;
	text-indent: -9999px;
	margin-top: 15px;
}

.header-search-block {
	position: absolute;
	/*top: -45px;*/
	top: 52px;
	right: 0;
	width: 400px;
	background: #fff;
	display: none;
	border: 1px solid #ccc;
	padding: 10px;
	z-index: 10000;
}

.primary-links {
	position: absolute;
	top: 52px;
	right: 0;
	width: 262px;
	font-size: 16px;
	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;
	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: 52px;
	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: 52px;
	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: 14px 10px 10px 10px;
}
.headerfix-right a.menu {
	background: url(/images/filmibeat-sprite.png) no-repeat -46px 0;
	width: 32px;
	height: 22px;
	text-indent: -9999px;
}
.headerfix-right a.search {
	background: url(/images/filmibeat-sprite.png) no-repeat -26px 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.headerfix-right a.social-share {
	background: url(/images/filmibeat-sprite.png) no-repeat -78px 0;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
}


.search-button {   
    height: 36px;
    border: 0 none;
    padding: 5px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: #422476 url(/images/search-icon.png) no-repeat center center;
    text-indent: -99999px;
    width: 40px;
}

.social-share-block {
	position: absolute;
	top: 52px;
	right: 0;
	padding: 10px;
	background: #1b1d22;
	display: none;
	z-index: 10000;
}
.social-share-block a {
	text-indent: -99999px;
	float: left;
	margin: 0 8px;
}
.social-share-block a.mail-icon {
	width: 28px;
	height: 25px;
	background: url(/images/filmibeat-sprite.png) no-repeat -101px 0;
}
.social-share-block a.facebook-icon {
	width: 14px;
	height: 28px;
	background: url(/images/filmibeat-sprite.png) no-repeat -129px 0;
}
.social-share-block a.twitter-icon {
	width: 25px;
	height: 21px;
	margin-top: 5px;
	background: url(/images/filmibeat-sprite.png) no-repeat -145px 0;
}
.social-share-block a.gplus-icon {
	width: 27px;
	height: 26px;
	background: url(/images/filmibeat-sprite.png) no-repeat -170px 0;
}






/*
 * Layout Styles
 */

#container {
	padding: 5px 0 10px 0;
}



/*
 * 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;
    padding-bottom: 80px;
}
.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 */




/* 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;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#oneindiaLinks a {
	color: #fff;
	line-height: 17px;
	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 */


/*For Right Include*/

.rightInlcudecollection {
    border-bottom: 1px solid #c4c4c4;
    clear: both;
    display: block;
    height: 74px;
    padding: 15px 0;
}
.articleImg {
    float: left;
    margin-right: 10px;
    width: 100px;
}
.articleInfo {
    color: #232323;
    float: right;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    width: 190px;
}

.articleInfo a{
    color: #232323;
   
}

.articleInfo h5 a{
	font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
/*For Right Include*/


/*For Header Search*/
.header-search-box {
    background: #fff;
    height: 42px;
    border-radius: 5px;
}
.search-textbox {
    background: #fff;
    border: 0 none;
    padding: 6px 10px 6px 25px;
    width: 210px;
    font-size: 16px;
    font-weight: 400;
    color: #989898;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/common/images/search-icon.jpg) no-repeat left center;
}
.header-search-text {
    float: left;
    width: 250px;
    margin: 4px 0 0 4px;
}
.header-search-selbox {
    width: 150px;
    float: left;
    height: 42px;
    padding: 0;
    overflow: hidden;
    background: #cfd1d2 url(/common/images/search-arrow.jpg) no-repeat 120px center;
}
.search-selectbox {
    background: transparent;
    border: 0 none;
    width: 170px;
    color: #313132;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 5px 5px;
}
.search-selectbox option {
    padding: 4px;
}
.header-search-btn {
    float: right;
}
.search-button {   
    height: 42px;
    border: 0 none;
    padding: 5px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: #0481e2;
    background-image: linear-gradient(#1d9afb, #1693f4 60%, #017edf);
    text-indent: 0;
    width: 100%;
}
.header-search-block {
    position: absolute;
    top: 52px;
    right: 0;
    width: 500px;
    background: #1b1d22;
    display: none;
    border: 1px solid #010202;
    border-top: 0 none;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    z-index: 10000;
}
.suggestionsBoxHeader {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 5px 0 0;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    width: 268px;
    z-index: 999;
}
.suggestionList {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.suggestionList li {
    cursor: pointer;
    font-size: 12px;
    list-style: none outside none;
    margin: 0 0 3px;
    padding: 3px;
}
/*For Header Search*/

