/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 5px; /*margin: 0 auto 60px; */
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	top:0px;
	padding-top: 0px;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bxslider_wrapper_home .bx-wrapper .bx-pager,
.bxslider_wrapper_home .bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 5px;
	right: 0px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(clientlibs/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #c1c1c1;
	padding-top: 6px;
	z-index: 12;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #c1c1c1;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #01b1ec;
}
.crick_Slider .bx-wrapper .bx-pager, .crick_Slider .bx-wrapper .bx-controls-auto {
	text-align: center;
	position: absolute;
	bottom: -24px !important;
	width: 100%;
	background-color: #000000;
	padding: 8px 0px;
	display: block;
}
.crick_Slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #696969;
}
.crick_Slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.crick_Slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00AA00;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	
}

.bx-wrapper .bx-next {
	right: 10px;

}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 12;
}
.bxslider_wrapper_home .bx-wrapper .bx-prev{
	left: 0px;
	background-repeat: no-repeat;
	background-image: url(clientlibs/img/l-arrow-deactive.png);
	background-position: left center;
}
.bxslider_wrapper_home .bx-wrapper .bx-next {
	right: 0px;
	background-repeat: no-repeat;
	background-image: url(clientlibs/img/r-arrow-deactive.png);
	background-position: right center;
}
.bxslider_wrapper_home .bx-wrapper .bx-prev:hover{
	background-image: url(clientlibs/img/r-left-active.png);
	background-position: left center;
}
.bxslider_wrapper_home .bx-wrapper .bx-next:hover{
	background-image: url(clientlibs/img/r-arrow-active.png);
	background-position: right center;
}
.bxslider_wrapper_movie .bx-wrapper .bx-prev, .bxslider_wrapper_wide_carousel .bx-wrapper .bx-prev, .bxslider_wrapper_hgt_carousel .bx-wrapper .bx-prev, .wrapper_story_carousel .bx-wrapper .bx-prev, .wrapper_movie_carousel .bx-wrapper .bx-prev, .wrapper_astro .bx-wrapper .bx-prev, .wrapper_music_carousel .bx-wrapper .bx-prev{
	left: 0px;
	background-image: url(clientlibs/img/slide-arrow-icon.png);
	background-repeat: no-repeat;
}
.bxslider_wrapper_movie .bx-wrapper .bx-next, .bxslider_wrapper_wide_carousel .bx-wrapper .bx-next, .bxslider_wrapper_hgt_carousel .bx-wrapper .bx-next, .wrapper_story_carousel .bx-wrapper .bx-next, .wrapper_movie_carousel .bx-wrapper .bx-next, .wrapper_astro .bx-wrapper .bx-next, .wrapper_music_carousel .bx-wrapper .bx-next{
	right: 0px;
	background: url(clientlibs/img/slide-arrow-icon.png);
	background-repeat: no-repeat;

}
.bxslider_wrapper_movie .bx-wrapper .bx-prev, .wrapper_astro .bx-wrapper .bx-prev{
		background-position: -97px 0;
}
.bxslider_wrapper_movie .bx-wrapper .bx-next, .wrapper_astro .bx-wrapper .bx-next{
	background-position: -32px 0;
}
.bxslider_wrapper_movie .bx-wrapper .bx-prev:hover, .wrapper_astro .bx-wrapper .bx-prev:hover  {
	background-position: -68px 0px;
}

.bxslider_wrapper_movie .bx-wrapper .bx-next:hover , .wrapper_astro .bx-wrapper .bx-next:hover {
	background-position: -3px 0px;
}
.bxslider_wrapper_wide_carousel .bx-wrapper .bx-prev, .wrapper_story_carousel .bx-wrapper .bx-prev{
	margin-left: -40px;
}
.bxslider_wrapper_hgt_carousel .bx-wrapper .bx-prev{
	margin-left: -45px;
}
.wrapper_movie_carousel .bx-wrapper .bx-prev,.wrapper_music_carousel .bx-wrapper .bx-prev{
	margin-left: -45px;
}
.bxslider_wrapper_wide_carousel .bx-wrapper .bx-prev.disabled, .bxslider_wrapper_hgt_carousel .bx-wrapper .bx-prev.disabled, .wrapper_story_carousel .bx-wrapper .bx-prev.disabled, .wrapper_movie_carousel .bx-wrapper .bx-prev.disabled, .wrapper_music_carousel .bx-wrapper .bx-prev.disabled{
	background-position: -97px -8px;
	cursor: default;
	opacity: 0.6;
}
.bxslider_wrapper_wide_carousel .bx-wrapper .bx-next, .wrapper_story_carousel .bx-wrapper .bx-next{
	margin-right: -40px;
}
.bxslider_wrapper_hgt_carousel .bx-wrapper .bx-next{
	margin-right: -45px;
}
.wrapper_movie_carousel .bx-wrapper .bx-next,.wrapper_music_carousel .bx-wrapper .bx-next{
	margin-right: -45px;
}
.bxslider_wrapper_wide_carousel .bx-wrapper .bx-next.disabled, .bxslider_wrapper_hgt_carousel .bx-wrapper .bx-next.disabled, .wrapper_story_carousel .bx-wrapper .bx-next.disabled, .wrapper_movie_carousel .bx-wrapper .bx-next.disabled, .wrapper_music_carousel .bx-wrapper .bx-next.disabled{
	background-position: -32px -8px;
	cursor: default;
	opacity: 0.6;
}
.bxslider_wrapper_wide_carousel .bx-wrapper .bx-prev, .bxslider_wrapper_hgt_carousel .bx-wrapper .bx-prev, .wrapper_story_carousel .bx-wrapper .bx-prev, .wrapper_movie_carousel .bx-wrapper .bx-prev, .wrapper_music_carousel .bx-wrapper .bx-prev{
	background-position: -68px -8px;
}
.bxslider_wrapper_wide_carousel .bx-wrapper .bx-next, .bxslider_wrapper_hgt_carousel .bx-wrapper .bx-next, .wrapper_story_carousel .bx-wrapper .bx-next, .wrapper_movie_carousel .bx-wrapper .bx-next, .wrapper_music_carousel .bx-wrapper .bx-next{
	background-position: -3px -8px;
}
.bxslider_wrapper_article .bx-wrapper .bx-prev {
	left: 10px;
	background: url(clientlibs/img/article-slide-icons.png);
	background-repeat: no-repeat;
	background-position: -55px 0px;
}
.bxslider_wrapper_article .bx-wrapper .bx-next {
	right: 10px;
	background: url(clientlibs/img/article-slide-icons.png);
	background-repeat: no-repeat;
	background-position: -165px 0px;
}

.bxslider_wrapper_article .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bxslider_wrapper_article .bx-wrapper .bx-next:hover {
	background-position: -110px 0;
}

.crick_Slider .bx-wrapper .bx-prev{
	background-position: left top;
	left: 0px;
	float: left;

}
.crick_Slider .bx-wrapper .bx-next {
	background-position: -44px top;
	right: 0px;
	float: right;
}
.crick_Slider .bx-wrapper .bx-prev:hover{
	background-position: left top;
	left: 0px;
	float: left;
}
.crick_Slider .bx-wrapper .bx-next:hover{
	background-position: -44px top;
	right: 0px;
	float: right;
}
.wrapper_astro .bx-wrapper .bx-prev{
	margin-left: -47px;
	border: 1px solid #e3e3e3;
}
.wrapper_astro .bx-wrapper .bx-next{
	margin-right: -47px;
	border: 1px solid #e3e3e3;
}

.wrapper_compare_carousel .bx-wrapper .bx-prev.disabled, .wrapper_compare_carousel .bx-wrapper .bx-prev{
	background-repeat: no-repeat;
	left: 0px;
	float: left;
	margin-left: -48px;
}
.wrapper_compare_carousel .bx-wrapper .bx-prev.disabled{
	cursor: default;
	opacity: 0.6;
	background-image: url('clientlibs/img/grey-ar-left.png');
}
.wrapper_compare_carousel .bx-wrapper .bx-prev{
	background-image: url('clientlibs/img/red-ar-left.png');
}
.wrapper_compare_carousel .bx-wrapper .bx-next.disabled, .wrapper_compare_carousel .bx-wrapper .bx-next{
	background-repeat: no-repeat;
	right: 0px;
	float: right;
	margin-right: -55px;
}
.wrapper_compare_carousel .bx-wrapper .bx-next.disabled{
	cursor: default;
	opacity: 0.3;
	background-image: url('clientlibs/img/grey-ar.png');
}
.wrapper_compare_carousel .bx-wrapper .bx-next{
	background-image: url('clientlibs/img/red-ar.png');
}
.wrapper_slidetext_carousel .bx-wrapper .bx-prev.disabled, .wrapper_slidetext_carousel .bx-wrapper .bx-prev{
	background-image: url('clientlibs/img/circle-arr-left.png');
	background-repeat: no-repeat;
	left: 0px;
	float: left;
	margin-left: -40px;
}
.wrapper_slidetext_carousel .bx-wrapper .bx-next.disabled, .wrapper_slidetext_carousel .bx-wrapper .bx-next{
	background-image: url('clientlibs/img/circle-arr-right.png');
	background-repeat: no-repeat;
	right: 0px;
	float: right;
	margin-right: -45px;
}
.wrapper_slidetext_carousel .bx-wrapper .bx-prev.disabled, .wrapper_slidetext_carousel .bx-wrapper .bx-next.disabled{
	cursor: default;
	opacity: 0.3;
}
.img_slideshow_wrapper .bx-wrapper .bx-prev.disabled, .img_slideshow_wrapper .bx-wrapper .bx-prev{
	background-image: url('clientlibs/img/slideshow_left_arr.png');
	background-repeat: no-repeat;
	left: 0px;
	float: left;
}
.img_slideshow_wrapper .bx-wrapper .bx-next.disabled, .img_slideshow_wrapper .bx-wrapper .bx-next{
	background-image: url('clientlibs/img/slideshow_rght_arr.png');
	background-repeat: no-repeat;
	right: 0px;
	float: right;
}
.img_slideshow_wrapper .bx-wrapper .bx-prev.disabled, .img_slideshow_wrapper .bx-wrapper .bx-next.disabled{
	cursor: default;
	opacity: 0.3;
}
.wrapper_silde_carousel .bx-wrapper .bx-prev.disabled, .wrapper_silde_carousel .bx-wrapper .bx-prev{
	background-position: 0px 0px;
	left: 0px;
	float: left;
	margin-left: -90px;
}
.wrapper_silde_carousel .bx-wrapper .bx-next.disabled, .wrapper_silde_carousel .bx-wrapper .bx-next{
	background-position: -44px 0px;
	right: 0px;
	float: right;
	margin-right: -90px;
}
.wrapper_silde_carousel .bx-wrapper .bx-prev.disabled, .wrapper_silde_carousel .bx-wrapper .bx-next.disabled{
	cursor: default;
	opacity: 0.3;
}
.bxslider_wrapper_home .bx-wrapper .bx-controls-direction a, .bxslider_wrapper_article .bx-wrapper .bx-controls-direction a, .bxslider_wrapper_movie .bx-wrapper .bx-controls-direction a , .bxslider_wrapper_wide_carousel .bx-wrapper .bx-controls-direction a, .bxslider_wrapper_hgt_carousel .bx-wrapper .bx-controls-direction a , .crick_Slider .bx-wrapper .bx-controls-direction a, .wrapper_story_carousel .bx-wrapper .bx-controls-direction a, .wrapper_movie_carousel .bx-wrapper .bx-controls-direction a, .wrapper_compare_carousel .bx-wrapper .bx-controls-direction a , .wrapper_slidetext_carousel .bx-wrapper .bx-controls-direction a, .img_slideshow_wrapper .bx-wrapper .bx-controls-direction a , .wrapper_astro .bx-wrapper .bx-controls-direction a , .wrapper_silde_carousel .bx-wrapper .bx-controls-direction a, .wrapper_music_carousel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	text-indent: -9999px;
	z-index: 12;
}
.bxslider_wrapper_home .bx-wrapper .bx-controls-direction a{
	top: 50%;
	margin-top: -32px;
	width: 30px;
	height: 64px;
}
.bxslider_wrapper_article .bx-wrapper .bx-controls-direction a {
	top: 43%;
	margin-top: -17.5px;
	width: 35px;
	height: 35px;
}
.bxslider_wrapper_movie .bx-wrapper .bx-controls-direction a,.wrapper_astro .bx-wrapper .bx-controls-direction a  {
	top: 50%;
	margin-top: -64px;
	width: 30px;
	height: 64px;
}
.bxslider_wrapper_wide_carousel .bx-wrapper .bx-controls-direction a{
	top: 45px;
	width: 28px;
	height: 43px;
	border: 1px solid #e3e3e3;
}
.bxslider_wrapper_hgt_carousel .bx-wrapper .bx-controls-direction a{
	top: 55px;
	width: 28px;
	height: 43px;
	border: 1px solid #e3e3e3;
}
.crick_Slider .bx-wrapper .bx-controls-direction a{
	width: 40px;
	height: 65px;
	background-image: url('clientlibs/img/cricket-slide-arrow.png');
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -32px;
}
.wrapper_story_carousel .bx-wrapper .bx-controls-direction a{
	top: 20px;
	width: 28px;
	height: 43px;
	border: 1px solid #e3e3e3;
}
.wrapper_movie_carousel .bx-wrapper .bx-controls-direction a{
	top: 55px;
	width: 28px;
	height: 43px;
	border: 1px solid #e3e3e3;
}
.wrapper_compare_carousel .bx-wrapper .bx-controls-direction a{
	top: 95px;
	width: 50px;
	height: 50px;
}
.wrapper_slidetext_carousel .bx-wrapper .bx-controls-direction a{
	top: 5px;
	width: 41px;
	height: 45px;
}
.img_slideshow_wrapper .bx-wrapper .bx-controls-direction a{
	top: 50%;
	width: 51px;
	height: 83px;
	margin-top: -42px;
}
.wrapper_silde_carousel .bx-wrapper .bx-controls-direction a{
	top: 40px;
	width: 44px;
	height: 65px;
	background-image: url('clientlibs/img/cricket-slide-arrow.png');
	background-repeat: no-repeat;
}
.wrapper_music_carousel .bx-wrapper .bx-controls-direction a{
	top: 55px;
	width: 28px;
	height: 43px;
	border: 1px solid #e3e3e3;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 62px;
	height: 64px;
	outline: 0;
	background: url(clientlibs/img/slide-arrow-icon.png) -142px 0px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -142px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 62px;
	height: 64px;
	outline: 0;
	background: url(clientlibs/img/slide-arrow-icon.png) -210px 0px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -210px 0px ;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	left: 50%;
	top: 50%;
	width: 62px;
	height: 64px;
	overflow: hidden;
	margin-top: -34px;
	margin-left: -30px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*******************************/
.bxslider_wrapper_home{
	clear: both;
	display: block;
	overflow: hidden;
}
.bxslider_wrapper_wide_carousel{
	clear: both;
	padding: 0 40px;
	display: block;
	overflow: hidden;
}
.bxslider_wrapper_hgt_carousel{
	padding: 15px 45px;
	display: block;
	overflow: hidden;
	background-color: #f8f8f8;
}
.bxslider_wrapper_article{
	clear: both;
	position: relative;
}
.wrapper_compare_carousel{
	padding: 15px 55px;
	display: block;
	overflow: hidden;
	background-color: #f6f6f6;
	clear: both;
}
.wrapper_slidetext_carousel{
	padding: 15px 50px;
	display: block;
	overflow: hidden;
	background-color: #0d0d0d;
	clear: both;
}
.img_slideshow_wrapper{
	clear: both;
	overflow: hidden;
}
.wrapper_astro{
	padding: 15px 48px;
	overflow: hidden;
	background-color: #F4F4F4;
	clear: both;
}
.wrapper_silde_carousel{
	padding: 15px 90px;
	display: block;
	overflow: hidden;
	clear: both;
}
.wrapper_astro  .horoscope_listing_block{
	background-color: #fff;
	border: 1px solid #EEF1F5;
	padding-left: 5px;
	padding-right: 5px;
}
.wrapper_story_carousel{
	clear: both;
	padding: 0 40px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px; 
	-webkit-box-shadow: 0px 5px 6px -3px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 5px 6px -3px rgba(8,8,8,0.33);
	box-shadow: 0px 5px 6px -3px rgba(8,8,8,0.33);
}
.bxslider_img_overlay_box{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.crick_Slider {
	background-color: #000000;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}
.cric_title{
	clear: both;
}
.wrapper_movie_carousel{
	padding: 15px 45px;
	display: block;
	overflow: hidden;
	background-color: #f8f8f8;
}
.wrapper_music_carousel{
	padding: 15px 45px;
	display: block;
	overflow: hidden;
	background-color: #f8f8f8;
}
.display_visible{
	visibility: visible;
	height: auto;
	padding-bottom: 16px;
	overflow: hidden;
	display: block !important;
}
.home_slide_ol_content, .article_video_slide_ol_content, .movie_slide_ol_content, .slideshow_ol_content{
	color: #fff;
	position: absolute;
}
.home_slide_ol_content{
	font-size: 16px;
	bottom: 0px;
	padding-top: 20px;
	width: 100%;
	background-image: url(clientlibs/img/bg-gradient.png);
	background-repeat: repeat-x;

	background-position: left top;
}
.article_video_slide_ol_content{
	border: 1px solid #40403F;
	font-size: 16px;
	bottom: 5%;
	float: left;
	background-image: url(clientlibs/img/article-slide-bg.png);
	background-repeat: repeat;
	left: 2%;
	border-radius: 5px;
	cursor: pointer;
}
.movie_slide_ol_content{
	font-size: 16px;
	bottom: 0px;
	width: 100%;
	background-image: url(clientlibs/img/article-slide-bg.png);
	background-repeat: repeat;
	background-position: bottom;
	text-align: left;
}

.slideshow_ol_content{
	bottom: 0px;
	width: 100%;
	background-image: url(clientlibs/img/article-slide-bg.png);
	background-repeat: repeat;
	background-position: bottom;
}
.article_slider_head{
	font-family: "EGGIndulekhaUni";
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px;
}
.article_slider_para{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	font-family: "PanchariUni";
}
.article_slider_head a, .article_slider_para a, .movie_slider_title a, .slideshow_art_title a, .slideshow_art_para a , .article_slider_head a:hover, .article_slider_para a:hover, .movie_slider_title a:hover,.slideshow_art_title a:hover, .slideshow_art_para a:hover{
	color: #fff;
	text-decoration: none;
}
.movie_slider_title{
	overflow: hidden;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
.movie_slider_title_eng{
	font-family: Arial;
	font-size: 14px;
}
.movie_slider_title_mal, .slider_video_para_mal, .slider_bottom_summary_mal{
	font-family: "PanchariUni" !important;
	font-size: 18px !important;
	font-weight: normal !important;
}
.movie_slider_title a{
	padding: 10px;
	display: block;
}
.bxslider_top_title{
	padding: 6px 10px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	background:#e9e9e9;
	text-transform: uppercase;
	color: #000;
}
.bxslider_top_title a {
	background:#e9e9e9;
}

.slider_bottom_summary, .slider_video_head{
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;

}
.slider_bottom_summary{
	padding: 6px 10px;	
	background:#e9e9e9;
	text-align:left;
	color: #5D5D5D;
	line-height: 18px;
}

.slider_video_head{
	color: #fff;
	padding: 0px 10px 5px 33px;
	background-image: url(clientlibs/img/arrow-icon-deactive.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px 10px 5px;
	height: 30px;
}
.article_video_slide_ol_content:hover .slider_video_head, .article_video_slide_ol_content:hover .slider_video_head:hover {
	background-image: url(clientlibs/img/arrow-icon-active.png);
}
.play_kicker, .play_counter{
	display: inline-block;
	padding-top: 10px;
	text-transform: uppercase;
}
.play_kicker{
	line-height: 16px;
}
.play_counter{

}
.slider_video_para{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px 15px;
	font-family: Arial;
}
.slider_video_head a, .slider_video_para a{
	color: #fff;
	text-decoration: none;
}
.wide_carousel_header{
	font-family: Arial;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}
.wide_carousel_article{
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.wide_carousel_image{
	float:left;
	/*width: 110px;
	height: 58px;*/
	padding: 0 5px 0 0;
}
.wide_carousel_image img{
	width: 100%;
	height: auto;
}
.wide_carousel_title{
	font-family: "PanchariUni";
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}
li.selected .wide_carousel_title  a{
	color: #009CE0;
}
.wide_h_carousel_article{
	width: 140px;
	height: 166px;
	overflow: hidden;
}
.wide_h_carousel_image{
	float:left;
	width: 140px;
	height: 100px;
	padding: 0;
}
.wide_h_carousel_image img{
	width: 100%;
	height: auto;
}
.wide_h_carousel_title{
	font-family: "PanchariUni";
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	border: 1px solid #e0e6ed;
	height: 64px;
	
}
.wide_h_carousel_title a {
	padding: 5px;
	display: inline-block;
	line-height: 19px;
	
}

.sliderArrowPrev{
	width:135px!important;
	background-color:#E8E8E8!important;
}
.sliderArrowNext{
	width:135px!important;
	background-color:#E8E8E8!important;
}
.bx-prev img{
	width: 100px;
	height: 50px;
	margin-top: 7px;
	position: relative
}
.bx-next img{
	width: 100px;
	height: 50px;
	margin-top: 7px;
	left: 8px;
	position: relative
}
.caro_bgprev
{
	background-color:#ccc!important;
	width: 107px;
	position: relative;
	right: -28px;
}
.caro_bgnext
{
	width: 107px;
	position: relative;
}
/* Article video */
.video_wrapper{
	width: 100%;
	display:none;
	height:auto;
}
.video_wrapper img{
	width: 100%;
	height: auto;
}
.video_wrapper_display{
	position: absolute;
	z-index: 12;
	display: block !important;
	top: 0;
	left:0;
}
.close_btn{
	width: 29px;
	height: 29px;
	background-image: url('clientlibs/img/close-button.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.mov_carousel_article{
	width: 100px;
	height: 210px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	padding: 9px;
}
.mov_carousel_article img{
	width: 100%;
	height: auto;
}
.mov_carousel_article .name_slot{
	text-align: center;
	padding: 5px;
	height: 32px;
	font-family: Arial;
	font-size: 14px;
	line-height:18px;
	-ms-word-break: normal;
	word-break: normal;
	overflow: hidden;
}
.mov_carousel_article .rate_slot{
	padding: 5px 0px;
}
.compare_carousel_article{
	width: auto ;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 20px 20px 15px;
}
.compare_c_block{
	margin: 0px 0px 10px;
	overflow: hidden;
}
.compare_carousel_sec_1, .compare_carousel_sec_2{
	width: 146px;
	height: 172px;
}
.compare_carousel_sec_1{
	float: left;
}
.compare_carousel_sec_2{
	float: right;
}
.compare_c_image, .compare_c_name, .compare_c_price{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
.compare_c_name, .compare_c_price{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	line-height: 16px;
}
.compare_c_price{
	color: #818F9E;
}
.compare_c_image img{
	width: 100%;
	height: auto;
}
.float_lt{
	float: left !important;
}
.float_rt{
	float: right !important;
}
.float_no{
	float: none !important;
}
.slidetext_text{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
}
.slide_overlay_wrapper{
	width: 980px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
	background-color: #0d0d0d;
}
.slideshow_img_overlay{
	position: relative;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.slideshow_img_overlay .advt-300-250{
	margin: 0 auto;
	text-align: center;
}
.slideshow_img_overlay img{
	width: auto;
	margin: 0 auto;
}
.slideshow_art_title{
	font-family: Arial;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px;
}
.slideshow_art_para{
	font-family: Arial;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.slideshow_btm_overlay{
	overflow: hidden;
	background-color: #161616;
}
.slideshow_btm_overlay .rating_box_art{
	width: 42%;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #919191;
	border-right: 1px solid #282828;
	padding: 5px 0px;
}
.slideshow_btm_overlay .slide_count{
	width: 18%;
	padding: 15px 0px 10px;
	float: left;
	text-align: center;
}
.slideshow_btm_overlay .slide_sharebox{
	width: 38%;
	float: right;
	overflow: hidden;
	padding: 0px;

}
.slideshow_btm_overlay .movieRatings, .slideshow_btm_overlay  .movie-rating-status{
	margin: 0px;
	padding: 5px;
}
.slideshow_btm_overlay .movieRatings{
	padding-left: 10px;
}
.slideshow_btm_overlay .movieRatings strong, .slideshow_btm_overlay .movie-rating-status, .slideshow_btm_overlay .rate-number{
	color: #909090;
	font-weight: normal;
	font-size: 13px;
}
.slideshow_btm_overlay .movieRatings strong, .slideshow_btm_overlay  .movie-rating-status{
	line-height: 18px;
}
.slideshow_btm_overlay .slide_count, .slideshow_btm_overlay .hide_option, .slideshow_btm_overlay .autoplay_option, .slideshow_btm_overlay .show_option, .slideshow_btm_overlay .stop_autoplay, .slideshow_btm_overlay .share_option{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.current_slide, .total_slide{
	overflow: hidden;
	padding: 0px 5px;
}
.slideshow_btm_overlay .hide_option, .slideshow_btm_overlay .autoplay_option, .slideshow_btm_overlay .show_option, .slideshow_btm_overlay .stop_autoplay, .slideshow_btm_overlay .share_option{
	padding: 10px 0px;
	margin: 0px 1%;
	line-height: 18px;
	float: left;
	text-align: center;
}
.slideshow_btm_overlay .hide_option, .slideshow_btm_overlay .show_option{
	width: 34%;
}

.slideshow_btm_overlay .autoplay_option, .slideshow_btm_overlay .stop_autoplay{
	width: 28%;
}
.slideshow_btm_overlay .share_option{
		width: 26%;
		float: right;
}
.slideshow_btm_overlay .hide_option .caption_txt, .slideshow_btm_overlay .show_option .caption_txt, .slideshow_btm_overlay .autoplay_option .play_txt, .slideshow_btm_overlay .stop_autoplay .play_txt, .slideshow_btm_overlay .share_option .slideshare_txt{
	background-repeat: no-repeat;
	cursor: pointer;

}
.slideshow_btm_overlay .hide_option .caption_txt, .slideshow_btm_overlay .show_option .caption_txt{
	padding: 5px 5px 5px 22px;
	background-image: url('clientlibs/img/hidecaption.png');
	background-position: left center;
}
.slideshow_btm_overlay .autoplay_option .play_txt{
	background-image: url('clientlibs/img/autoplay-grey.png');
	background-position: left 0px;
	padding: 5px 5px 5px 16px;
 }
.slideshow_btm_overlay .stop_autoplay .play_txt{
	background-image: url('clientlibs/img/autopause-grey.png');
	background-position: left 0px;
	padding: 5px 5px 5px 16px;
}
.slideshow_btm_overlay .share_option .slideshare_txt{
	background-image: url('clientlibs/img/share-icon-slide.png');
	background-position: left center;
	padding: 5px 2px 5px 20px;
}
.slideshow_btm_overlay .show_option , .slideshow_btm_overlay .stop_autoplay{
 	display: none;
 }
 .slide_caro_article{
	overflow: hidden;
	cursor: pointer;
 }
 .slide_caro_img{
	overflow: hidden;
	background-color: #4B4B4B;
	padding:5px;
 }
 .bx-wrapper .slide_caro_img img{ width: auto; margin: 0 auto; height: 104px;}
 .slide_caro_txt{
	font-family: Arial;
	font-size: 12px;
	color: #919191;
	padding: 15px 2px 10px;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
}

/*******/
.music_carousel_article{
	width: 100px;
	height: 252px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	padding: 9px;
}
.music_carousel_article img{
	width: 100%;
	height: auto;
}
.music_carousel_article .name_slot{
	text-align: center;
	padding: 5px;
	height: 45px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	color: #072B5F;
	margin-top: 8px;
}
.music_carousel_article .name_slot a{
	color: #072B5F;
}
.music_carousel_article .rate_slot{
	padding: 5px 0px;
}
.music_carousel_article .music_rupees_box{
	text-align: center;
	overflow: hidden;
	margin: 15px 0px 5px;
}
.music_carousel_article .music_rupees_txt{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 14px;
	background: url('clientlibs/img/rupee-icon-black.png') no-repeat left center;
}

/*** vertical slider****/
.slide_wrapper_vertical{
	overflow: hidden;
	padding: 32px 0px;
}
.slide_wrapper_vertical .bx-wrapper, ul.slide_vertical{
	margin: 0px auto;
	padding: 0px;
}
 
.slide_wrapper_vertical .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: inherit;
	margin-top: 0px;
	left: 0px;
	outline: 0;
	width: 98%;
	height: 28px;
	text-indent: -9999px;
	z-index: 12;
 }
.vertical_caro_article {
	width: 98%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 0px;
	border-bottom: 1px #808080 dotted;
}

.vertical_caro_image {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
}

.vertical_caro_title, .vertical_caro_title a{
	font-family: "PanchariUni";
	font-size: 18px;
	color: #072B5F;
	font-weight: normal;
	text-decoration: none;
}
.vertical_caro_title {
	clear: both;
	display: inline;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 0px;
	margin: 0px;
	float: left;
}
.slide_wrapper_vertical a.bx-next, .slide_wrapper_vertical a.bx-prev{
	background-color: #F2F2F2;
	border: 1px #DDDDDD solid;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.slide_wrapper_vertical .bx-wrapper .bx-controls-direction a.bx-next{
	bottom: -32px !important;
	background-image: url('clientlibs/img/video-bottom-scroll.png');
}
.slide_wrapper_vertical .bx-wrapper .bx-controls-direction a.bx-prev{
	top: -32px !important;
	background-image: url('clientlibs/img/video-top-scroll.png');
}
.slide_wrapper_vertical a.bx-next.disabled, .slide_wrapper_vertical a.bx-prev.disabled{
	opacity: 0.5;
	cursor: default;
}
/*** vertical slider ends ***/

.wrapper_story_carousel ul li, .wrapper_movie_carousel ul li, .bxslider_wrapper_hgt_carousel ul li, .bxslider_wrapper_wide_carousel ul li{
	list-style: none;
	float: left;
}
.slidetext_carousel li { word-break: normal; word-wrap: break-word;}

/************Responsive Media Queries*****************/
@media screen and (max-width:800px)
{
	.slide_overlay_wrapper{
		width: 100%;
	}
	.slideshow_img_overlay img{
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		float: none !important;
	}
	.slideshow_img_overlay .advt-300-250{
		width: 300px !important;
		float: none !important;
		margin: 0 auto !important;
	}
	.slideshow_img_overlay .advt-300-250 img{
		float: none !important;
	}
	.slideshow_btm_overlay .rating_box_art{
		float: left;
		width: 32%;
	}
	.slideshow_btm_overlay .slide_count{
		width: 9%;
		padding: 27px 0px;
	}
	.slideshow_btm_overlay .slide_sharebox{
		width: 56%;
	}
	.slideshow_btm_overlay .hide_option, .slideshow_btm_overlay .autoplay_option, .slideshow_btm_overlay .show_option, .slideshow_btm_overlay .stop_autoplay, .slideshow_btm_overlay .share_option{
		padding: 24px 0px;
	}
}
@media screen and (max-width:640px)
{
	.slideshow_btm_overlay .rating_box_art{
	width: 96%;
	border-right: none;
	border-bottom: 1px solid #282828;
	}
	.slideshow_btm_overlay .slide_count{
		width: 14%;
		padding: 13px 0px;
	}
	.slideshow_btm_overlay .slide_sharebox{
		width: 85%;
	}
	.slideshow_btm_overlay .hide_option, .slideshow_btm_overlay .show_option{
		width: 42%;
	}
	.slideshow_btm_overlay .share_option{
		width: 23%;
	}
	.slideshow_btm_overlay .hide_option, .slideshow_btm_overlay .autoplay_option, .slideshow_btm_overlay .show_option, .slideshow_btm_overlay .stop_autoplay, .slideshow_btm_overlay .share_option{
		padding: 10px 0px;
	}
	.img_slideshow_wrapper .bx-wrapper .bx-controls-direction a{
		width: 35px;
		height: 56px;
		background-size: 35px;
		top: 38%;
	}
}
@media screen and (max-width:480px)
{
	.slideshow_img_overlay .slideshow_art_para{
		display: none;
	}
	.compare_car_bg .compare_carousel_article {
		padding: 20px 10px 15px !important;
	}
	.vertical_caro_image{
		width: 35%;
		padding: 0px 10px 10px 0px;
		float: left;
	}
	.vertical_caro_title{
		float: none;
	}
	.vertical_caro_article{
		padding-top: 5px;
	}
	.current_slide, .total_slide{padding: 0px 4px;}
	.slideshow_btm_overlay .slide_count{font-size: 11px;}
}
@media screen and (max-width:360px)
{
	.compare_carousel_sec_1, .compare_carousel_sec_2 {
		margin: 0px auto;
		float: none;
	}
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
   -ms-word-break: break-all;
	word-break: break-all;
}
h2 {
	-ms-word-break: normal;
	word-break: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
	text-decoration: none;
	outline: none;
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}
a:hover {
	vertical-align: baseline;
	background: transparent;
	color: #009CE0;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/***Common CSS***/
.container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.music_temp {
	width: 1000px !important;
	overflow-x: scroll;
	overflow-y: hidden;
}
.mal_header{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}
.mal_wrapper, .mal_black_wrapper {
	width: 100%;
	height: auto;
	background-color: transparent;
	margin: 0px auto;
	overflow: hidden;
}
.mal_footer{
	width: 100%;
	height: auto;
	background-color: #f5f8f9;
	border-top: 3px #000000 solid;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.outhers_in_sec_list_items, .other_branding_site_dropdown_arrow, .common_dropdown, .drp-down-li-position {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
	background-color: #FFFFFF;
	background-image: url('clientlibs/img/drop-d-icon.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-image: none\0;
	border: 0px;
	padding: 5px 25px 5px 5px;
	padding-right: 0px\0;
	margin: 0px;
	-webkit-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	float: right;
	outline: 0px;
}
.other_branding_site_dropdown_arrow {
	float: none;
	cursor: pointer;
}
.text_alg_rig {
	text-align: right !important;
}
.scroll-help {
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	background-image: url(clientlibs/img/scroll-btn.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
	z-index: 99999;
}
.zoom_icon {
	width: 30px;
	height: 30px;
	background-image: url(clientlibs/img/enlarge-ph-icon.png);
	background-repeat: no-repeat;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
}
.display-block {
	display: block !important;
}
/***Common CSS Ends***/

/***Advertisement Start***/
.ad_top_970x90 {
	width: 970px;
	height: auto;
	padding: 0;
	margin: 0px auto;
}
.advt-slot300-600 {
	width: 300px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 10px 0px;
	display: inline-block;
	overflow: hidden;
}
/***Advertisement End***/

/***Header Start***/
.section_bar {
	width: 100%;
	background-color: #F4F4F4;
	border-top: 1px #E9E9E9 solid;
	border-bottom: 1px #E9E9E9 solid;
	padding: 8px 0px;
	margin-bottom: 5px;
	display: inline-block;
}
#sticky_navarticle.section_bar {
	margin-bottom: 0px;
}
.section_block {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
}
.mal_container {
	width: 980px;
	padding: 0px 10px;
	margin: 0px auto 10px auto;
}
.section_menu, .apps_block, .social_medias_block, .add_cart_block {
	border-left: 1px #E2E2E2 solid;
	padding: 0px 0px 0px 10px;	
	*float: left;
	display: inline-block;
}

.section_menu, .apps_block, .social_medias_block {	
	overflow: hidden;	
}

.social_medias_list {
	width: auto;
	float: left;
}
.section_menu {
	vertical-align: middle;
	border-left: 0px !important;
	margin-top: 3px;
	float: left;
	cursor: pointer;
}
.section_menu_icon {
	width: 19px;
	height: 15px;
	background-image: url('clientlibs/img/section-icon.png');
	background-repeat: no-repeat;
	margin-right: 10px;
	float: left;
}
.section_menu_text {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-right: 10px;
}
.top_apps_icons {
	width: 16px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.apps_text, .subscribe_digital_text, .add_cart_text, .sign_in_text, .register_text, .other_branding_site > ul >  li, .header_date_time .months_year, .header_date_time .day, .header_date_time .time, .section_sn_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	float: left;
}
.apps_text, .subscribe_digital_text, .add_cart_text, .sign_in_text, .register_text, .header_date_time .months_year, .header_date_time .day, .section_sn_text {
	padding-right: 10px;
}
.apps_text, .apps_text a, .sign_in_text, .sign_in_text a, .register_text, .register_text a, .other_branding_site > ul > li, .section_sn_text, .section_sn_text a, .other_branding_site > ul > li a {
	color: #808080;
}
.apps_text a:hover, .sign_in_text a:hover, .register_text a:hover, .section_sn_text a:hover, .subscribe_digital_text a:hover {
	color: #009CE0 !important;
}
.section_sn_icons {
	width: auto;
	height: auto;
	margin-right: 10px;
	float: left;
}
.section_sn_text {
	display: none;
}
.section_rightside_block {
	float: right;
}
.subscribe_digital_text, .subscribe_digital_text a {
	color: #D26249 !important;
	border-left: 0px !important;
}
.subscribe_digital_text, .sign_in_text, .register_text {
	border-left: 1px #E2E2E2 solid;
	padding-left: 10px;
}
.add_cart_block {
	border-left: 1px #E2E2E2 solid;
	border-right: 0px !important;
	padding: 0px 10px !important;
	float: left;
	position:relative;
}
.add_cart_icon {
	width: 17px;
	height: 19px;
	background-image: url('clientlibs/img/add-cart-icon.png');
	background-repeat: no-repeat;
	margin: 3px 10px 0px 0px;
	float: left;
}
.add_cart_text {
	min-width: 18px;
	line-height: 20px !important;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px #E2E2E2 solid;
	border-radius: 50%;
	padding: 0px 3px;
}
.header_branding {
	width: 980px;
	padding: 5px 10px 0px 10px;
	margin: 0px auto 10px auto;
	overflow: hidden;
}
.header_date_time, .header_weather, .section_sponcers {
	width: 17.4%;
	overflow: hidden;
}
.header_date_time {
	vertical-align: middle;
	margin-top: 20px;
	float: left;
}
.header_date_time_blk {
	width: auto;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}
.header_weather {
	vertical-align: middle;
	float: right;
}
.header_date_block {
	font-family: Arial;
	font-size: 52px;
	color: #333333;
	font-weight: bold;
	line-height: 45px;
	margin-right: 3px;
	float: left;
}
.branding_logo_block {
	width: 63.1%;
	margin: 0px 0.6%;
	float: left;
}
.branding_logo {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.other_branding_site {
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
}
.other_branding_site > ul {
	display: inline-block;
}
.other_branding_site > ul > li {
	line-height: 11px !important;
	border-right: 1px #E2E2E2 solid;
	padding: 0px 3px;
	list-style: none;
	float: left;
}
.other_branding_site > ul > li.active, .other_branding_site > ul > li a:hover {
	color: #DB664C;
}
.header_date_time .months_year, .header_date_time .day, .header_date_time .time {
	color: #009CE0;
	line-height: 14px !important;
	float: none !important;
}
.other_branding_site_dropdown {
	height: auto;
	padding: 10px;
	overflow: hidden;
	position: absolute;
	z-index: 15;
	display: none;
}
/***Header End***/

/***Weather Start***/
.section_weather_outer {
	width: 100%;
	height: auto;
	margin: 0px 0px 15px 0px;
	float: left;
}
.QkSearchOuter {
	width: 100%;
	float: left;
}
.WeatherContainer {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.weathercontainer2 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.WeatherHeader {
	float: left;
	width: 100%;
}
.WeatherHeader h2 {
	float: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.drop-down-block {
	background-color: #FFFFFF;
	margin: 0px 10px 6px 0px;
	display: none;
	float: right;
}
.drp-down-li-position {
	margin: 0px 5px 0px 0px;
}
.WeatherHeader p {
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top-weather-block {
	width: 100%;
	float: left;
}
.TabW {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	background-color: #029BDE;
	padding: 6px 0px 0px 0px;
	border-top: 2px #01709E solid;
}
.TabW ul {
	width: 100%;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
.TabW ul li {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 180%;
}
.TabW ul li.TabSelect, .TabW ul li.TabDeselect {
	width: auto;
	height: 30px;
	float: left;
}
.TabW ul li.TabSelect {
	
	margin: 0px 0px 0px 5px;
	padding: 0px 20px 0px 20px;
	color: #10436D;
}
.TabW ul li.TabDeselect {
	margin: 0px 0px 0px 5px;
	padding: 0px 20px 0px 20px;
	color: #000000;
}
.TabW ul li.TabDeselect a, .TabW ul li.TabDeselect a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.TabW ul li.TabSelect a, .TabW ul li.TabSelect a:hover {
	color: #10436D;
	text-decoration: none;
}
.weatherBlock {
	width: 280px;
	height: 250px;
	float: left;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin: 10px;
	background-color: #FFFFFF;
}
.weatherBlockhead {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.lead-w-1-p-weather-txt2 {
	float: left;
	width: auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lead-w-1-p2 {
	float: left;
	width: 85%;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 130%;
	padding-left: 5px;
	margin-top: 15px;
}
.middle-weathe-inside-box2 {
	width: 29%;
	height: 230px;
	background-color: #FFFFFF;
	border: 1px dotted #AEAEAE;
	padding: 6px;
	margin: 1.1%;
	float: left;
}
.middle-weathe-inside-box2 h5 {
	width: 92%;
	background-color: #FFFFFF;
	padding-top: 1.51515%;
	padding-bottom: 1.51515%;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.weather-middle-img-block2 {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: end;
}
.weather-middle-unit-block2 {
	width: 58%;
	float: left;
	padding-top: 10px;
	text-align: center;
	padding-left: 5px;
}
.weather-middle-unit-block2 p {
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.weatherstatustexts {
	width: 98%;
	float: left;
	padding-left: 5px;
}
.weatherstatustexts p {
	width: 100%;
	float: left;
	padding-top: 8px;
	text-align: left;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
}
.subTabw {
	width: 99%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subTabw ul {
	width: 100%;
	height: auto;
	list-style-type: none;
	float: left;
}
.subTabw ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-right: 20px;
	padding-left: 2px;
	line-height: 20px;
}
.subTabw ul li.tabselect a, .subTabw ul li.tabselect a:hover {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
}
.subTabw ul li.tabdeselect a, .subTabw ul li.tabdeselect a:hover {
	color: #666666;
	text-decoration: none;
}
.weather-box {
	width:100% !important;
	border:5px solid #E5E5E5 !important;
}
.TabSelect-backgnd, .TabSelect {
	background-color: #FFFFFF;
}
.powered-by-grey { 
	width: 100%;
	text-align: left;
	color: gray;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	text-align: right;
	padding: 8px 0px 0px 0px;
	float: right;
}
.powered-by-grey a { 
	color: gray;
	text-decoration:none;
}
.grey-txt-weather { 
	width: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-left: 2px;
}
.lead-w-1-p {
	float: left;
	width: 85%;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 130%;
	padding-left: 5px;
}
.weather-fig-outer {
	width: 90%;
	height: auto;
	float: left;
}
.lead-w-1-p-weather-txt {
	float: left;
	width: auto;
	font-family: arial;
	font-size: 70px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.degree {
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	width: 20px;
	height: 20px;
	float: left;
}
.lead-w-other-details-outer {
	width: 40%;
	float: left;
	margin-left: 1.515%;
}
.lead-w-1-other-details-txt {
	float: left;
	width: 100%;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 130%;
}
.weather-middle-outer {
	padding: 1.51515%;
	width: 96.9697%;
	float: left;
	background-color: #E5E5E5;
	margin-top: 1.51515%;
}
.middle-weathe-inside-box {
	width: 18.75%;
	height: 210px;
	background-color: #FFFFFF;
	padding-top: 1.51515%;
	padding-bottom: 1.51515%;
	float: left;
	margin-right: 1.5625%;
}
.middle-weathe-inside-box h5 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 1.51515%;
	padding-bottom: 1.51515%;
	float: left;
	margin-right: 1.5625%;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.middle-weathe-inside-box P {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 1.51515%;
	padding-bottom: 1.51515%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	text-align: center;
	line-height: 130%;
}
.middle-weathe-inside-box-wb {
	width: 18.46154%;
	height: 210px;
	background-color: #FFFFFF;
	padding-top: 1.51515%;
	padding-bottom: 1.51515%;
	float: left;
}
.weather-middle-img-block {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: end;
	padding-left: 30px;
}
.weather-middle-unit-block {
	width: 100px;
	height: auto;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	vertical-align: top;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}
.middle-weathe-inside-box-wb P {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 1.51515%;
	padding-bottom: 1.51515%;
	float: left;
	margin-right: 1.5625%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	text-align: center;
	line-height: 130%;
}
.weather-middle-unit-block p {
	width: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-left: 3px;
}
.weather-middle-unit-degree {
	width: auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.weather-middle-sub-unit-block {
	width: 100px;
	height: auto;
	text-align: center;
	color: #808080;
	vertical-align: top;
	margin: 0px auto;
	overflow: hidden;
	display: block;
}

.weather-middle-sub-unit-block p {
	width: auto;
	float: left;
	margin-left: 1.5%;
	padding-left: 3px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
}
.middle-weather-details-txt {
	width: 100%;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
.middle-weathe-inside-box-wb h5 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 1.51515%;
	padding-bottom: 1.51515%;
	float: left;
	margin-right: 1.5625%;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}



.WeatherWrap {
	width: auto;
	height: auto;
	float: right;
	overflow: hidden;
}
.powby_ad_88x31 {
	margin-left: 6px;
	overflow: hidden;
}
.weather_powby_block, .weather_image_clus {
	width: auto;
	float: right;
	overflow: hidden;
}
.WeatherLocation {
	width: 80%;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #009CE0;
	text-align: left;
	float: right;
}
.WeatherLocation a.linkcol, .WeatherLocation a.linkcol:hover {
	color: #009CE0;
}
.weatherRead {
	width: 80px;
	height: auto;
	margin: 4px 0px 2px 10px;
	float: left;
}
.tempNow {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
.weatherstatus {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 12px;
	float: left;
}
.weather_dropdown {
	width: 89%;
	height: auto;
	font-weight: normal !important;
	color: #333333 !important;
}
.Sunny-s, .PartlySunny-s, .PartlyCloudy-s, .ChanceofRain-s, .Scatteredthunderstorm-s, .Wind_s, .Cloudy-s, .Rain-s, .Thunderstorm-s, .ClearNight-s, .PartlyNight-s, .PartlyCloudyNight-s, .ChanceofrainNight-s, .ScatteredthunderNight-s, .LightSnow2-s, .LightSnow1-s, .Snow-s, .NotAvailable-s, .thunder-s, .Fog-mist-s, .Sunny-snow-thunder-s, .Night-snow-thunder-s {
	float: left;
	width: 70px;
	height: 55px;
}
.Sunny-s {
	background-image: url('clientlibs/img/Sunny-s.png');
}
.PartlySunny-s {
	background-image: url('clientlibs/img/PartlySunny-s.png');
}
.PartlyCloudy-s {
	background-image: url('clientlibs/img/PartlyCloudy-s.png');
}
.ChanceofRain-s {
	background-image: url('clientlibs/img/ChanceofRain-s.png');
}
.Scatteredthunderstorm-s {
	background-image: url('clientlibs/img/Scatteredthunderstorm-s.png');
}
.Wind_s {
	background-image: url('clientlibs/img/Wind_s.png');
}
.Cloudy-s {
	background-image: url('clientlibs/img/Cloudy-s.png');
}
.Rain-s {
	background-image: url('clientlibs/img/Rain-s.png');
}
.Thunderstorm-s {
	background-image: url('clientlibs/img/Thunderstorm-s.png');
}
.ClearNight-s {
	background-image: url('clientlibs/img/ClearNight-s.png');
}
.PartlyNight-s {
	background-image: url('clientlibs/img/PartlyNight-s.png');
}
.PartlyCloudyNight-s {
	background-image: url('clientlibs/img/PartlyCloudyNight-s.png');
}
.ChanceofrainNight-s {
	background-image: url('clientlibs/img/ChanceofrainNight-s.png');
}
.ScatteredthunderNight-s {
	background-image: url('clientlibs/img/ScatteredthunderNight-s.png');
}
.LightSnow2-s {
	background-image: url('clientlibs/img/LightSnow2-s.png');
}
.LightSnow1-s {
	background-image: url('clientlibs/img/LightSnow1-s.png');
}
.Snow-s {
	background-image: url('clientlibs/img/Snow-s.png');
}
.NotAvailable-s {
	background-image: url('clientlibs/img/NotAvailable-s.png');
}
.thunder-s {
	background-image: url('clientlibs/img/thunder-s.png');
}
.Fog-mist-s {
	background-image: url('clientlibs/img/Fog-mist-s.png');
}
.Sunny-snow-thunder-s {
	background-image: url('clientlibs/img/Sunny-snow-thunder-s.png');
}
.Night-snow-thunder-s {
	background-image: url('clientlibs/img/Night-snow-thunder-s.png');
}

.large-weather-common{
	width: 180px;
	height: 120px;
	background-repeat: no-repeat;
	float: left;
	padding-left: 155px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E5E5E5;
}
.lead-w-sunny {
	background-image: url('clientlibs/img/lead-w-sunny.png');
}
.lead-w-partly-sunny {
	background-image: url('clientlibs/img/lead-w-partly-sunny.png');
}
.lead-w-partly-cloudy {
	background-image: url('clientlibs/img/lead-w-partly-cloudy.png');
}
.lead-w-chance-of-rain {
	background-image: url('clientlibs/img/lead-w-chance-of-rain.png');
}
.lead-w-scattered-thunderstorms {
	background-image: url('clientlibs/img/lead-w-scattered-thunderstorms.png');
}
.lead-w-wind {
	background-image: url('clientlibs/img/lead-w-wind.png');
}
.lead-w-cloudy {
	background-image: url('clientlibs/img/lead-w-cloudy.png');
}
.lead-w-rain {
	background-image: url('clientlibs/img/lead-w-rain.png');
}
.lead-w-thunder-storm {
	background-image: url('clientlibs/img/lead-w-thunder-storm.png');
}
.lead-w-clear-night {
	background-image: url('clientlibs/img/lead-w-clear-night.png');
}
.lead-w-partly-night {
	background-image: url('clientlibs/img/lead-w-partly-night.png');
}
.lead-w-partly-cloudy-night {
	background-image: url('clientlibs/img/lead-w-partly-cloudy-night.png');
}
.lead-w-chance-of-rain-night {
	background-image: url('clientlibs/img/lead-w-chance-of-rain-night.png');
}
.lead-w-scattered-thunderstorm-night {
	background-image: url('clientlibs/img/lead-w-scattered-thunderstorm-night.png');
}
.lead-w-light-snow-2 {
	background-image: url('clientlibs/img/lead-w-light-snow-2.png');
}
.lead-w-light-snow-1 {
	background-image: url('clientlibs/img/lead-w-light-snow-1.png');
}
.lead-w-snow {
	background-image: url('clientlibs/img/lead-w-snow.png');
}
.lead-w-NA {
	background-image: url('clientlibs/img/lead-w-NA.png');
}
.lead-w-thunder {
	background-image: url('clientlibs/img/lead-w-thunder.png');
}
.lead-w-fog-mist {
	background-image: url('clientlibs/img/lead-w-fog-mist.png');
}
.lead-w-sunny-snow-thunder {
	background-image: url('clientlibs/img/lead-w-sunny-snow-thunder.png');
}
.lead-w-night-snow-thunder {
	background-image: url('clientlibs/img/lead-w-night-snow-thunder.png');
}
/***Weather End***/

/***Border Padding Margin Start***/
.mar_top_8 {
	margin-top: 8px !important;
}
.mar_btm_8 {
	margin-bottom: 8px !important;
}
.mar_btm_10{
	margin-bottom: 10px !important;
}
.margin_btm_5 {
	margin-bottom: 5px;
}
.bor_rt_none {
	border-right: 0px !important;
}
.bor_btm_4gray {
	border-bottom: 5px #EEF1F5 solid !important;
}
/***Border Padding Margin End***/

/***Images 100% Start***/
.ad_top_970x90 img, .stories_slot_img img, .image-common img, .promo_300_100 img, .highlight_story_content_blk img, .highlight_video_call_blk img, .template_call img, .specialpromotionblock img, .Landscapeimage img, .section_sng_col_top_news_img img, .news-home-thumb-srory img, .section_sng_col_sub_sec_thumb_news_img img, .advt-300-250 img, .advt-slot300-600 img, .section_sng_col_sub_sec_img_blk img, .book_cover img {
	width: 100%;
	height: auto;
}
.stories_slot_img img, .image-common img, .promo_300_100 img, .template_call img, .specialpromotionblock img, .Landscapeimage img, .section_sng_col_top_news_img img, .news-home-thumb-srory img, .section_sng_col_sub_sec_thumb_news_img img, .advt-300-250 img, .advt-slot300-600 img, .section_sng_col_sub_sec_img_blk img, .book_cover img {
	float: left;
}
/***Images 100% End***/

/*************Menu****************/
.menu_bar{
	width: 100%;
	height:30px;
	background-color: #fff;
	border-top: 3px #E9E9E9 solid;
	border-bottom: 2px #000 solid;
	padding: 0px 0px;
}
.menu_section{
	width: 980px;
	padding: 0px 10px;
	margin: 0px auto;
}
.menu_section ul{
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-top:-3px;
	display: -webkit-flex; 
	display: flex; 
	-webkit-box-orient: horizontal; 
	-webkit-box-direction: normal; 
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
}
.menu_section ul li{
	float: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.mal_home_menu a {
	padding: 6px 7px 6px 7px !important;
	margin-top: -2px !important;
}
.menu_section ul li a {
	width: auto;
	height: auto;
	padding: 9px 7px 9px 7px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-left:1px #E8E8E8 solid;
	overflow: hidden;
	display: block;
}
.menu_section ul li a:hover {
	border-bottom: 2px #FFFFFF solid;
	*padding-bottom: 7px;
}
.more_menu a {
	background-color:#f4f4f4;
}
.menu_section ul li.more_menu a {
	*padding: 9px 7px 8px 7px;
}
.more_menu .dots{
	width: 22px;
	height: 8px;
	background-image: url('clientlibs/img/more-sec-dot-icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}

.vvblue_bor {border-top: 3px solid #00B8F0 !important;}
.red_bor {border-top: 3px solid #C40000 !important;}
.dkcyan_bor {border-top: 3px solid #00AE83 !important;}
.dkmagenta_bor {border-top: 3px solid #6A1C84 !important;}
.vvpink_bor {border-top: 3px solid #FF0D6D !important;}
.dkpink_bor {border-top: 3px solid #990066 !important;}
.blue_bor {border-top: 3px solid #0066CB !important;}
.ltred_bor {border-top: 3px solid #F07DA3 !important;}
.mrblue_bor {border-top: 3px solid #6D4DCE !important;}
.green_bor {border-top: 3px solid #8FD22B !important;}
.verydkcyan_bor {border-top: 3px solid #026C45 !important;}
.redpunch_bor {border-top: 3px solid #D82B2F !important;}
.chestnutrose_bor {border-top: 3px solid #E4473F !important;}
.brown_bor {border-top: 3px solid #783E0A !important;}
.violet_bor {border-top: 3px solid #A81C8F !important;}
.strongcyan_bor {border-top: 3px solid #15A1C5 !important;}
.dkblue_bor {border-top: 3px solid #00487D !important;}
.dklimegreen_bor {border-top: 3px solid #2C9B11 !important;}
.vdklimegreen_bor {border-top:3px solid #13461B !important;}
.modlimegreen_bor {border-top: 3px solid #3ECA48 !important;}
.ltmaroon_bor {border-top: 3px solid #731236 !important;}
.vdarkred_bor {border-top: 3px solid #5F211A !important;}
.vviorange_bor {border-top:3px solid #FFA317 !important;}
.pureorange_bor {border-top: 3px solid #FF6600 !important;}
.dkgrishcyan_bor {border-top: 3px solid #859F96 !important;}
.grey_bor { border-top: 3px solid #F4F4F4 !important;}
.white_bor { border-top: 3px solid #FFFFFF !important;}
.black_bor { border-top: 3px solid #000000 !important;}
.vdkgrey_bor { border-top: 3px solid #333333 !important;}

.dotted_title_box_common.vvblue_bor, .dotted_title_box_common.red_bor, .dotted_title_box_common.dkcyan_bor, .dotted_title_box_common.dkmagenta_bor, .dotted_title_box_common.vvpink_bor, .dotted_title_box_common.dkpink_bor, .dotted_title_box_common.blue_bor, .dotted_title_box_common.ltred_bor, .dotted_title_box_common.mrblue_bor, .dotted_title_box_common.green_bor, .dotted_title_box_common.verydkcyan_bor, .dotted_title_box_common.redpunch_bor, .dotted_title_box_common.chestnutrose_bor, .dotted_title_box_common.brown_bor, .dotted_title_box_common.violet_bor, .dotted_title_box_common.strongcyan_bor, .dotted_title_box_common.dkblue_bor, .dotted_title_box_common.dklimegreen_bor, .dotted_title_box_common.vdklimegreen_bor, .dotted_title_box_common.modlimegreen_bor, .dotted_title_box_common.ltmaroon_bor, .dotted_title_box_common.vdarkred_bor, .dotted_title_box_common.vviorange_bor, .dotted_title_box_common.pureorange_bor, .dotted_title_box_common.dkgrishcyan_bor, .dotted_title_box_common.grey_bor, .dotted_title_box_common.white_bor, .dotted_title_box_common.black_bor {
	border-top-width: 2px !important;
	border-top-style: dotted !important;
}

.vvblue_btm_bor {border-bottom: 5px solid #00B8F0 !important;}
.red_btm_bor {border-bottom: 5px solid #C40000 !important;}
.dkcyan_btm_bor {border-bottom: 5px solid #00AE83 !important;}
.dkmagenta_btm_bor {border-bottom: 5px solid #6A1C84 !important;}
.vvpink_btm_bor {border-bottom: 5px solid #FF0D6D !important;}
.dkpink_btm_bor {border-bottom: 5px solid #990066 !important;}
.blue_btm_bor {border-bottom: 5px solid #0066CB !important;}
.ltred_btm_bor {border-bottom: 5px solid #F07DA3 !important;}
.mrblue_btm_bor {border-bottom: 5px solid #6D4DCE !important;}
.green_btm_bor {border-bottom: 5px solid #8FD22B !important;}
.verydkcyan_btm_bor {border-bottom: 5px solid #026C45 !important;}
.redpunch_btm_bor {border-bottom: 5px solid #D82B2F !important;}
.chestnutrose_btm_bor {border-bottom: 5px solid #E4473F !important;}
.brown_btm_bor {border-bottom: 5px solid #783E0A !important;}
.violet_btm_bor {border-bottom: 5px solid #A81C8F !important;}
.strongcyan_btm_bor {border-bottom: 5px solid #15A1C5 !important;}
.dkblue_btm_bor {border-bottom: 5px solid #00487D !important;}
.dklimegreen_btm_bor {border-bottom: 5px solid #2C9B11 !important;}
.vdklimegreen_btm_bor {border-bottom: 5px solid #13461B !important;}
.modlimegreen_btm_bor {border-bottom:5px solid #3ECA48 !important;}
.ltmaroon_btm_bor {border-bottom: 5px solid #731236 !important;}
.vdarkred_btm_bor {border-bottom: 5px solid #5F211A !important;}
.vviorange_btm_bor {border-bottom: 5px solid #FFA317 !important;}
.pureorange_btm_bor {border-bottom: 5px solid #FF6600 !important;}
.dkgrishcyan_btm_bor {border-bottom: 5px solid #859F96 !important;}
.grey_btm_bor { border-bottom: 5px solid #F4F4F4 !important;}
.white_btm_bor { border-bottom: 5px solid #FFFFFF !important;}
.black_btm_bor { border-bottom: 5px solid #000000 !important;}
.vdkgrey_btm_bor { border-bottom: 5px solid #333333 !important;}



.six_sto_nav ul li.active {
		border-bottom-width: 3px !important;
}



.vvblue_bg {background-color: #00B8F0 !important;}
.red_bg {background-color: #C40000 !important;}
.dkcyan_bg {background-color: #00AE83 !important;}
.dkmagenta_bg {background-color: #6A1C84 !important;}
.vvpink_bg {background-color: #FF0D6D !important;}
.dkpink_bg {background-color: #990066 !important;}
.blue_bg {background-color: #0066CB !important;}
.ltred_bg {background-color: #F07DA3 !important;}
.mrblue_bg {background-color: #6D4DCE !important;}
.green_bg {background-color: #8FD22B !important;}
.verydkcyan_bg{background-color: #026C45 !important;}
.redpunch_bg {background-color: #D82B2F !important;}
.chestnutrose_bg {background-color: #E4473F !important;}
.brown_bg {background-color: #783E0A !important;}
.violet_bg {background-color: #A81C8F !important;}
.strongcyan_bg { background-color: #15A1C5 !important;}
.dkblue_bg { background-color: #00487D !important;}
.dklimegreen_bg { background-color: #2C9B11 !important;}
.vdklimegreen_bg { background-color: #13461B !important;}
.modlimegreen_bg { background-color: #3ECA48 !important;}
.ltmaroon_bg { background-color: #731236 !important;}
.vdarkred_bg { background-color: #5F211A !important;}
.vviorange_bg { background-color: #FFA317 !important;}
.pureorange_bg { background-color: #FF6600 !important;}
.dkgrishcyan_bg { background-color: #859F96 !important;}
.grey_bg { background-color: #F4F4F4 !important;}
.white_bg { background-color: #FFFFFF !important;}
.black_bg { background-color: #000000 !important;}
.vdkgrey_bg {background-color: #333333 !important;}





.menu_section ul li.vvblue_bor a:hover, .vvblue_font, .vvblue_font a, .menu_drop_down_more_outer ul li.vvblue_font_hov a:hover {color: #00B8F0 !important;}
.menu_section ul li.red_bor a:hover, .red_font, .red_font a, .menu_drop_down_more_outer ul li.red_font_hov a:hover {color: #C40000 !important;}
.menu_section ul li.dkcyan_bor a:hover, .dkcyan_font, .dkcyan_font a, .menu_drop_down_more_outer ul li.dkcyan_font_hov a:hover {color: #00AE83 !important;}
.menu_section ul li.dkmagenta_bor a:hover, .dkmagenta_font, .dkmagenta_font a, .menu_drop_down_more_outer ul li.dkmagenta_font_hov a:hover {color: #6A1C84 !important;}
.menu_section ul li.vvpink_bor a:hover, .vvpink_font, .vvpink_font a, .menu_drop_down_more_outer ul li.vvpink_font_hov a:hover {color: #FF0D6D !important;}
.menu_section ul li.dkpink_bor a:hover, .dkpink_font, .dkpink_font a, .menu_drop_down_more_outer ul li.dkpink_font_hov a:hover {color: #990066 !important;}
.menu_section ul li.blue_bor a:hover, .blue_font, .blue_font a, .menu_drop_down_more_outer ul li.blue_font_hov a:hover {color: #0066CB !important;}
.menu_section ul li.ltred_bor a:hover, .ltred_font, .ltred_font a, .menu_drop_down_more_outer ul li.ltred_font_hov a:hover {color: #F07DA3 !important;}
.menu_section ul li.mrblue_bor a:hover, .mrblue_font, .mrblue_font a, .menu_drop_down_more_outer ul li.mrblue_font_hov a:hover {color: #6D4DCE !important;}
.menu_section ul li.green_bor a:hover, .green_font, .green_font a, .menu_drop_down_more_outer ul li.green_font_hov a:hover {color: #8FD22B !important;}
.menu_section ul li.verydkcyan_bor a:hover, .verydkcyan_font, .verydkcyan_font a, .menu_drop_down_more_outer ul li.verydkcyan_font_hov a:hover {color: #026C45 !important;}
.menu_section ul li.redpunch_bor a:hover, .redpunch_font, .redpunch_font a, .menu_drop_down_more_outer ul li.redpunch_font_hov a:hover {color: #D82B2F !important;}
.menu_section ul li.chestnutrose_bor a:hover, .chestnutrose_font, .chestnutrose_font a, .menu_drop_down_more_outer ul li.chestnutrose_font_hov a:hover {color: #E4473F !important;}
.menu_section ul li.brown_bor a:hover, .brown_font, .brown_font a, .menu_drop_down_more_outer ul li.brown_font_hov a:hover {color: #783E0A !important;}
.menu_section ul li.violet_bor a:hover, .violet_font, .violet_font a, .menu_drop_down_more_outer ul li.violet_font_hov a:hover {color: #A81C8F !important;}
.menu_section ul li.strongcyan_bor a:hover, .strongcyan_font, .strongcyan_font a, .menu_drop_down_more_outer ul li.strongcyan_font_hov a:hover { color: #15A1C5 !important;}
.menu_section ul li.dkblue_bor a:hover, .dkblue_font, .dkblue_font a, .menu_drop_down_more_outer ul li.dkblue_font_hov a:hover { color: #00487D !important;}
.menu_section ul li.dklimegreen_bor a:hover, .dklimegreen_font, .dklimegreen_font a, .menu_drop_down_more_outer ul li.dklimegreen_font_hov a:hover { color: #2C9B11 !important;}
.menu_section ul li.vdklimegreen_bor a:hover, .vdklimegreen_font, .vdklimegreen_font a, .menu_drop_down_more_outer ul li.vdklimegreen_font_hov a:hover { color: #13461B !important;}
.menu_section ul li.modlimegreen_bor a:hover, .modlimegreen_font, .modlimegreen_font a, .menu_drop_down_more_outer ul li.modlimegreen_font_hov a:hover { color: #3ECA48 !important;}
.menu_section ul li.ltmaroon_bor a:hover, .ltmaroon_font, .ltmaroon_font a, .menu_drop_down_more_outer ul li.ltmaroon_font_hov a:hover { color: #731236 !important;}
.menu_section ul li.vdarkred_bor a:hover, .vdarkred_font, .vdarkred_font a, .menu_drop_down_more_outer ul li.vdarkred_font_hov a:hover { color: #5F211A !important;}
.menu_section ul li.vviorange_bor a:hover, .vviorange_font, .vviorange_font a, .menu_drop_down_more_outer ul li.vviorange_font_hov a:hover { color: #FFA317 !important;}
.menu_section ul li.pureorange_bor a:hover, .pureorange_font, .pureorange_font a, .menu_drop_down_more_outer ul li.pureorange_font_hov a:hover { color: #FF6600 !important;}
.menu_section ul li.dkgrishcyan_bor a:hover, .dkgrishcyan_font, .dkgrishcyan_font a, .menu_drop_down_more_outer ul li.dkgrishcyan_font_hov a:hover { color: #859F96 !important;}
.menu_section ul li.grey_bor a:hover, .grey_font,  .grey_font a, .menu_drop_down_more_outer ul li.grey_font_hov a:hover { color: #F4F4F4 !important;}
.menu_section ul li.white_bor a:hover, .white_font, .white_font a, .menu_drop_down_more_outer ul li.white_font_hov a:hover {color: #FFFFFF !important;}
.menu_section ul li.black_bor a:hover, .black_font, .black_font a, .menu_drop_down_more_outer ul li.black_font_hov a:hover { color: #000000 !important;}
.menu_section ul li.vdkgrey_bor a:hover, .vdkgrey_font, .vdkgrey_font a, .menu_drop_down_more_outer ul li.vdkgrey_font_hov a:hover {color: #333333 !important;}




.mar_top_none { margin-top: 0px !important; }
.mar_btm_none { margin-bottom: 0px !important; }
.mar_rgt_none { margin-right: 0px !important; }
.mar_lft_none { margin-left: 0px !important; }
.mar_rgt_8 { margin-right: 8px !important; }
.pad_top_none { padding-top: 0px !important; }
.pad_btm_none { padding-bottom: 0px !important; }
.pad_rgt_none { padding-right: 0px !important; }
.pad_lft_none { padding-left: 0px !important; }
.bor_btm_none { border-bottom: none !important; }
.mar_top_15 { margin-top: 15px !important; }



.ltgrey_rgt_bor{ border-right: 1px solid #282828;}
/***Menu Ends***/

/***Container***/
.BreakingNewsBlock {
	width: 980px;
	height: auto;
	background-color: #A40102;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.small_ID{
	height: 40px !important;
}
.large_ID{
	height: 68px !important;
}
.small_ID .bre_news_label, .large_ID .bre_news_label {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	float: left;
	left: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.small_ID .bre_news_label {
	font-size: 15px;
	padding: 13px 1% 12px 1%;
}
.large_ID .bre_news_label {
	font-size: 24px;
	line-height: 26px;
	padding: 21px 1% 21px;
}
.bre-news-blk {
	width: 100%;
	float: left;
	overflow: hidden;
}
.bre-news-blk ul {
	padding: 10px 1% 8px 1%;
	margin: 0px;
	overflow: hidden;
}
ul.newsticker {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	list-style-type: none;
}
.small_ID li {
	height: 22px !important;
	font-size: 22px !important;
	line-height: 22px !important;
	background-position: left 5px;
}
.bre-news-blk ul li {
	width: auto;
	font-family: "EGGIndulekhaUni";
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 22px;
	list-style: none;
	background-image: url('clientlibs/img/ticker-bullet.png');
	background-repeat: no-repeat;
	padding: 0px 10px 0px 15px;
	margin: 0px 10px 10px 0px;
	float: left;
}
.large_ID li {
	height: 46px !important;
	font-size: 46px !important;
	line-height: 46px !important;
	background-position: left 17px;
	margin: 4px 20px 5px 0px !important;
}
.arial-bold {
	line-height: 150%;
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	width: auto;
}
.bre-news-blk ul li.arial-bold a, .bre-news-blk ul li.arial-bold a:hover {
	color: #FFFFFF !important;
}
.carousel, .sec_cric_slot, .home_news_slot {
	height:auto;
	display: block;
}
.trending_block, .sec_home {
	height: auto;
	overflow: hidden;
}
.trending_block.mar_btm_10 {
	margin-bottom: 4px !important
}
.trending_block {
	width: 980px;
	padding-bottom:5px;
	padding-top: 5px;
	margin: 0px auto;
}
.sec_home {
	margin-bottom: 15px;
}
.trend_sec{
	width: 70%;
	height: auto;
	float: left;
	padding-top:10px;
}
.trend_title{
	width: auto;
	float: left;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	margin-right: 2%;
}
.trend_sec ul{
	float: left;
	width: 80%;
	height: 19px;
	padding: 0px;
	margin: -3px 0px 0px 0px;
	list-style-type: none;
	overflow: hidden;
}
.trend_sec ul li{
	float: left;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	line-height: 150%;
	margin-right: 15px;
}
.outhers_in_sec_box-area, .trend_box-area, .panel_inside_box_area, .mypayments_top_nav_box-area {
	width: auto;
	height: auto;
	border: 1px solid #E9E9E9;
	padding: 0px 3px 0px 0px;
	float: left;
	overflow: hidden;
}
.outhers_in_sec_box-area {
	margin-right: 15px;
	margin-bottom: 4px;
	float: left !important;
}
.trend_box-area, .panel_inside_box_area, .mypayments_top_nav_box-area {
	display: none;
}
.trend_box-area, .panel_inside_box_area {
	margin: -5px 0px 0px 0px;
}
.trend_list_items, .six_sto_nav_drodow_list, .panel_inside_list_items, .mypayments_top_nav_list_items {
	float: left;
	width: auto;
	border: 0px;
	padding: 3px 0px;
	margin: 0px;
}
.SearchBox1 {
	width: 30%;
	height: auto;
	float: right;
}
.search-area {
	width: 100%;
	height: 30px;
	background-color: #F8F8F8;
	border: 1px solid #e9e9e9;
	float: right;
	position: relative;
	display: inline-block;
}
.input-text-bg {
	border-color: inherit;
	border-width: 0px;
	border-style: none;
	width: 88%;
	height: 28px;
	float: left;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8F8;
	margin: 0px 3px 0px 3px;
}
.search-area .input-text-bg {
	border-radius: 0px;
}
.bg-search-icon {
	border-color: inherit;
	border-width: 0px;
	border-style: none;
	width: 9%;
	height: 30px;
	float: right;
	background-color: #333333;
	background-image: url('clientlibs/img/search-icon-white.png');
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	outline: 0px;
}
.bor_btm_grey{
	border-bottom:1px #EEF1F5 solid;
}
/***Cricket Live Start***/
.cric_title {
	height: 30px;
	background: #008000;
	background: -moz-linear-gradient(top, #008000 0%, #006a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008000), color-stop(100%,#006a00));
	background: -webkit-linear-gradient(top, #008000 0%,#006a00 100%); 
	background: -o-linear-gradient(top, #008000 0%,#006a00 100%); 
	background: -ms-linear-gradient(top, #008000 0%,#006a00 100%); 
	background: linear-gradient(to bottom, #008000 0%,#006a00 100%); 
}
.cric_title_header {
	width: auto;
	height: 20px;
	background: #008000; 
	background: -moz-linear-gradient(top, #008000 0%, #005100 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008000), color-stop(100%,#005100)); 
	background: -webkit-linear-gradient(top, #008000 0%,#005100 100%); 
	background: -o-linear-gradient(top, #008000 0%,#005100 100%); 
	background: -ms-linear-gradient(top, #008000 0%,#005100 100%); 
	background: linear-gradient(to bottom, #008000 0%,#005100 100%); 
	border-right: 1px #005100 solid;
	padding: 5px;
	float: left;
}
.cric_ball_icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	float: left;
}
.cric_header_text {
	height: 20px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	background-image: url('clientlibs/img/yellow-arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
	float: left;
}
.cric_header_matches {
	height: 20px;
	border-left: 1px #00AA00 solid;
	padding: 5px 30px 5px 5px;
	display: block;
	overflow: hidden;
	position: relative;
}
.round-plus_icon {
	width: 20px;
	height: 20px;
	background-image: url('clientlibs/img/round-plus.png');
	background-repeat: no-repeat;
	margin-left: 10px;
	float: right;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	right: 5px;
}
.cric_header_teams, .cric_header_score {
	width: auto;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 22px;
	margin-left: 10px;
	float: left;
}
.cric_header_teams, .cric_header_teams a {
	color: #66FF99;
	font-weight: bold;
	margin-left: 0px !important;
}

.cric_desc-slide {
	background: #303131;
	background: -moz-radial-gradient(center, ellipse cover,  #303131 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#303131), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover,  #303131 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover,  #303131 0%,#000000 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  #303131 0%,#000000 100%);
	background: radial-gradient(ellipse at center,  #303131 0%,#000000 100%);
	display: block;
	position: relative;
}
.cric_desc-slide li {
	list-style: none;
	overflow: hidden
}
.cric_number_of_slide {
	text-align: center;
	background-color: #000000;
	padding: 5px;
	display: none;
}
.cric_number_of_slide ul {
	display: inline-block;
}
.cric_number_of_slide ul li {
	font-family: Arial;
	font-size: 32px;
	color: #696969;
	font-weight: normal;
	line-height: 10px;
	list-style: none;
	margin: 0px 1px;
	float: left;
	cursor: pointer;
}
.cric_number_of_slide ul li.active {
	color: #00AA00;
}
.cric_teams_ttl_blk, .cric_teams_detail_blk {
	border: 1px #272727 solid;
	padding: 5px 5px;
	display: block;
	overflow: hidden;
}
.cric_teams_ttl_blk {
	margin-bottom: 10px;
}
.cric_teams_ttl_left, .cric_teams_ttl_right, .cric_innings {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
	margin: 0px 5px;
}
.cric_teams_ttl_left {
	float: left
}
.cric_teams_ttl_right {
	float: right;
}
.cric_innings {
	text-align: left;
	margin: 0px;
}
.cric_teams_score_wrp {
	text-align: center;
	display: block;
	overflow: hidden;
}
.cric_teams_score_blk, .cric_live_ad_blk {
	display: inline-block;
	overflow: hidden;
}
.cric_teams_blk, .cric_logo_name_blk, .cric_teams_detail_blk ul {
	width: auto;
	display: inline-block;
}
.cric_teams_blk, .cric_live_ad_blk, .cric_teams_blk, .cric_teams_detail_blk ul, .cric_number_of_slide ul {
	*display: inline !important;
}
.cric_teams_score_blk {
	margin: 0px 50px;
}
.cric_teams_logo, .cric_teams_name {
	width: 50px;
	height: 50px;
	float: left;
}
.cric_teams_name {
	margin: 0px 5px;
}
.cric_teams_name, .cric_teams_score, .cric_teams_overs, .cric_live_ad_blk {
	font-family: Arial;
	color: #00AA00;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}
.cric_teams_name, .cric_teams_name a {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF !important;
	line-height: 50px !important;
	background-color: #2F2F2F;
	text-align: center;
}
.cric_teams_score {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.cric_teams_overs {
	font-size: 12px;
	margin-top: 5px;
}
.cric_live_ad_blk {
	text-align: center !important;
	margin: 0px 20px;
}
.cric_live_blk {
	font-size: 12px !important;
	color: #FFFFFF !important;
	line-height: 10px !important;
	background-color: #FF0000;
	padding: 5px;
	margin: 0px 42px 10px 42px;;
	display: inline-block;
	font-weight: bold;
}
.cric_ad_blk {
	width: 120px;
	height: 60px;
}
.cric_teams_detail_blk {
	text-align: center;
}
.cric_teams_detail_blk ul li {
	width: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	list-style: none;
	border-right: 1px #333333 solid;
	padding: 0px 5px;
	float: left;
}
.cric_teams_detail_blk ul li, .cric_teams_detail_blk ul li a {
	color: #999999;
}
.cric_slide_prv_arw, .cric_slide_next_arw {
	width: 40px;
	height: 65px;
	background-image: url('clientlibs/img/cricket-slide-arrow.png');
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -32px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.cric_slide_prv_arw {
	background-position: left top;
	left: 0px;
	float: left;
}
.cric_slide_next_arw {
	background-position: -44px top;
	right: 0px;
	float: right;
}
.round-minus{
	background-image: url('clientlibs/img/round-minus.png')!important;

}
/***Cricket Live End***/

/***US Manorama***/
.sec_us_mm, .region_right_side_outer {
	float: left;
	margin: 0px 0px 20px 0px;
	width : 100%;
}
.region_rig_side_sub_nav {
 	width: 100%;
 	height: auto;
 	padding-top: 5px;
 	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
.region_rig_side_sub_nav ul {
	list-style: none;
	overflow: hidden;
}
.region_rig_side_sub_nav ul li {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	border-right: 1px solid #EEF1F5;
	padding: 0px 5px 0px 0px;
	margin-right: 5px;
	float: left;
	overflow: hidden;
}
.region_sub_nav_active {
	color: #C40000 !important;
}
.region_rig_side_sub_nav ul li:last-child {
	border-right: 0px;
	padding: 0px;
	margin-right: 0px;
}
.common_title_box {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #EEF1F5;
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
	float: left;
}
.common_title, .Heading-Justin {
	height: auto;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
	display: block;
	float: left;
}
.arrow_right {
	width: 9px;
	height: 12px;
	background-image: url('clientlibs/img/arrow-right.png');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 5px;
	display: inline-block;
}
.region_logo {
	width: 298px;
	padding: 10px 0px 8px 0px;
	float: left;
}
.stories_slot {
	width: 100%;
	height: auto;
	border-bottom: 1px #EEF1F5 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}
.stories_slot_img {
	width: 150px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.malayalam_head, .indepth_malayalam_head {
	font-family: "EGGIndulekhaUni";
	font-size: 25px;
	font-weight: normal;
	color: #072B5F;
	line-height: 100%;
	margin-bottom: 10px;
	display: block;
}
#regiondiv .stories_slot .malayalam_head {
	margin-bottom: 0px;
}
.indepth_malayalam_head {
	font-size: 32px !important;
	border-bottom: 1px #EEF1F5 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.malayalam_head a, .storyclass1 h4 a, .right_side_latest_news_art li a, .section_sng_col_justin_news ul li a, .mynewslist ul li a, .section_sng_col_sub_sec_bull_news ul li a {
	color: #072B5F;
}
.malayalam_head a:hover, .panel_other_stories ul li a:hover, .bottom-linkB2 ul li a:hover, .bottom-linkB3 UL li a:hover, .bottom-linkB3 UL li.TextNormal02 a:hover, .Boottom-rightSlot ul li a:hover, .six_sto_nav ul li a:hover, .title_listing_nav ul li a:hover, .wide_carousel_title a:hover, .wide_h_carousel_title a:hover, .wide_h_carousel_title_eng a:hover, .trailers_poster_name_list_blk h2 a:hover, .subsec_top_trls_player_outer h2 a:hover, .trailers_popup_player_outer h2 a:hover {
	color: #009CE0;
}
.panchari_Normal {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
}
.sec_us_mm .panchari_Normal {
	padding: 5px 0px;
}
.panel_other_stories {
	width: 100%;
	float: left;
}
.panel_other_stories ul {
	display: block;
}
.panel_other_stories ul li {
	padding: 0px 5px 5px 0px;
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #072B5F;
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 115%;
	border-bottom: 1px #EEF1F5 solid;
	list-style: none;
	word-break: normal;
}
.panel_other_stories ul li a {
	color: #072B5F;
}
.CommentIconH {
	background-image: url('clientlibs/img/comment-icon01.png');
	background-repeat: no-repeat;
}
.VideoIconH {
	background-image: url('clientlibs/img/video-icon01.png');
	background-repeat: no-repeat;
}
.AudioIconH {
	background-image: url('clientlibs/img/audio-icon01.png');
	background-repeat: no-repeat;
}
.CameraIconH {
	background-image: url('clientlibs/img/photo-icon01.png');
	background-repeat: no-repeat;
}
.CommentIconH, .VideoIconH, .AudioIconH, .CameraIconH {
	background-position: left top;
	width: 14px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 5px;
	display: inline-block;
}
.normal_eng_font {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}
.choose_box-area {
	font-weight: normal !important;
	color: #333333 !important;
	border: 1px solid #e9e9e9;
	float: left;
	height: 25px;
	padding: 0px 5px 0px 0px;
	margin: 5px 0px;
}
.font_size_14 {
	font-size: 14px !important;
}
/***US Manorama Ends***/
/***Container Ends***/

/***Footer***/
.bottom-01 {
	width: 980px;
	padding: 15px 10px 0px 10px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.bottom-left-b {
	width: 380px;
	height: auto;
	float: left;
	margin: 0px 10px 10px 0px;
}
.app-slot-b {
	float: left;
	height: auto;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.full-width-padding {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 5px 0px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000;
}
.image-left-padding {
	padding: 0px 10px 10px 0px;
	float: left;
}

.arial-half-width {
	height: auto;
	padding: 5px 0px 5px 0px;
	color: #80818C;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 150%;
	display: block;
}
.subBtn, .getBtn{
	width:auto;
	color:#000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	text-decoration:none;
	padding: 6px 10px;
	border:1px solid #ccc;
}
.eTxt{
	color:#000;
}
.getBtn, .subBtn{
	background-color:#f1f1f1;
}
.FollowUsSlot {
	width: 98%;
	height: 90px;
	float: left;
	padding: 10px 0px 5px 0px;
}
.folTxt{
	color:#000!important;
}
.footer_sn_icons {
	float: left;
	width: auto;
	height: auto;
	margin: 10px 15px 0px 0px;
}
.bottom-linkB2 {
	width: 140px;
	height: auto;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px dashed #ccc;
}
.bottom-linkB3 {
	width: 130px;
	height: auto;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px dashed #CCCCCC;
}
.bottom-linkB4 {
	width: 265px;
	border-left: 1px dashed #CCCCCC;
	padding-left: 10px;
	float: left;
}
.arial-grey4 {
	float: left;
	width: 98%;
	height: auto;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	line-height: 160%;
}
.LogoSlotBottom {
	float: left;
	width: 214px;
	height: 44px;
	margin: 10px 0px 10px 0px;
	background:url(clientlibs/img/logo-bottom.png) no-repeat;
}
.SearchFieidBottom {
	height: 30px;
	width: 95%;
	padding: 10px 5px 0px 5px;
	float: left;
}
.InputTextBgBottom {
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	width: 88%;
	height: 20px;
	float: left;
	padding: 3px 0px 0px 5px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #373C42;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.full-width-padding-search{
	width: 100%;
	height: auto;
	float: left;
	padding: 5px 0px 5px 0px;
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
	color:#1777b4;
}
.input-text-bg2 {
	margin: 0px;
	width: 100%;
	height: 29px;
	float: left;
	-webkit-box-shadow: inset 2px 2px 2px 0px #C8C8C8;
	-moz-box-shadow: inset 2px 2px 2px 0px #C8C8C8;
	box-shadow: 2px 2px 2px 0px #2D3135 inset;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #484F57;
	color: #FFFFFF;
	background-color: #373C42;
}
.formSubmit {
	float: right;
	background-color: #373C42;
	background-image: url('clientlibs/img/search-icon-white.png');
	background-position: 0px 0px;
	width: 21px;
	height: 20px;
	border-color: inherit;
	border-width: 0px;
	border-style: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	cursor: pointer;
	margin-top: 4px;
}
.bottom-linkB2 ul {
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: auto;
	float: left;
	display: block;
	list-style-type: none;
}
.bottom-linkB3 ul {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: auto;
	float: left;
	display: Block;
	list-style-type: NONe;
}
.bottom-linkB2 ul li, .bottom-linkB3 ul li, .bottom-linkB3 ul li.TextNormal02, .Boottom-rightSlot ul li {
	padding: 0px 0px 6px 0px;
	width: 94%;
	height: auto;
	float: left;
	display: Block;
	list-style-type: none;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	line-height: 160%;
}
.bottom-linkB2 ul li a, .bottom-linkB3 UL li a, .bottom-linkB3 UL li.TextNormal02 a, .Boottom-rightSlot ul li a {
	color: #666666;
}
.textColorBlue {
	color: #000000 !important;
	font-weight: bold !important;
}
.Boottom-rightSlot ul {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 5px 0px;
	display: block;
	list-style-type: none;
}
.Boottom-rightSlot {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 5px 0px;
}
/***********Footer Ends*************/

.menuSecBGColor{
	background-color:#eeeeee!important;
}
.menuSecMrgnBtm0{
	margin-bottom:0px!important;
}
.menuSecDispNone{
	display:none!important;
}
.menuSecDispBlk{
	display:block!important;
}
.sec_home:nth-child(n+5):not(:nth-last-child(-n+0)){
	display:block;
}
.sec_home block_1_2:nth-child(3n+20), .sec_home block_2_2:nth-child(3n+20){
	display:none;
}

/******** Section dropdown styles starts *******/
.menu_container_main{
	width: 250px;
	float:left;
	height: auto;
	left:-252px;
	background-color: #FFFFFF;
	border: 1px solid #E9E9E9;
	-webkit-box-shadow: 2px 2px 7px 1px #ACACAC;
	-moz-box-shadow: 2px 2px 7px 1px #ACACAC;
	box-shadow: 2px 2px 7px 1px #ACACAC;
	overflow: auto;	
	position:fixed;
	z-index:100000;
	opacity:0;
	overflow-x:hidden;
}
.menu_video_disp {
	width: 100%;
}
.menu_list{
	float: left;
	width: 100%;
	padding: 5px 0px 3px 0px;
	height: auto;
	border-bottom: 1px solid #EAEAEA;
	background-color: #FFFFFF;	
}
.menu_list_text{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: Bold;
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
	line-height: 26px;
	overflow: hidden;
	padding: 0px;
}
.menu_list a {
	color: #000000;
	text-decoration:none;
	padding: 0px 0px 0px 10px;
	display: block;
}
.menu_list:hover {
	color: #000000;
	text-decoration:none;
	background-color: #F4F4F4;
}
.menu_list a.active {
	color: #FE9900;
	text-decoration:none;
	background-color: #F4F4F4;
}
.icon_block_right {
	float: right;
	width: 15px;
	height: 15px;
	margin: 5px 5px 0px 0px !important;
}
.icon_max{
	background-position: left top;
	background-image: url('clientlibs/img/max-icon.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.icon_min{
	background-position: left top;
	background-image:url(clientlibs/img/min-icon.png);
	background-repeat:no-repeat;
}
.sub_sec_dropdown {
	width: 100%;
	float:left;
	display:none;
}
.sub_sec_dropdown ul {
	width: 100%;
}
.sub_sec_dropdown ul li {
	float: left;
	width: 96%;
	padding: 5px 0px 3px 10px;
	height: 30px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	line-height: 26px;
	overflow: hidden;
}
.sub_sec_dropdown ul li a {
	color: #818181;
	text-decoration: none;
}
.sub_sec_dropdown ul li a:hover {
	color: #23A8E3;
	text-decoration: none;
}
.sub_sec_dropdown ul li:last-child {
    border-bottom: 0px;
}
/******** Section dropdown styles ends *******/
.align_right_100 { 
	float: right !important; 
	width: 100% !important; 
	text-align: right !important;
}
.user_post_bg {
	background-image:url('clientlibs/img/users-post-icon.png');
	background-repeat:no-repeat;
	background-position:right center;	
	padding-right: 36px !important;
}
.e_edition_sec{
	width: 100%;
	height: auto;
	float:left;
	margin: 0px 0px 10px 0px;
}
.common_art_right {
	height: auto;
	padding: 0px 10px 10px 10px;
	overflow:hidden;
}
.compare_car .common_art_right {
	padding: 0px 0px 10px 0px !important;
}
.title_block, .title_listing_block {
	padding: 2px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	overflow: hidden;
}
.powby_block {
	width: auto;
	float: left;
	margin: 0px 0px 0px 5px;
	overflow: hidden;
}
.right_slot_01 {
	width: auto;
	float: right;
}
.right_slot_logo {
	width: auto;
	float: right;
	margin: 5px 0px 0px 0px;
}
.right_slot_mar_r, .title_box_common .powered_by {
	width: auto;
	float: right;
	margin: 0px 5px 0px 0px;
}
.right_slot_mar_r img {
	float: left;
}
.block_1_2 {
	width: 660px;
	padding-right: 10px;
	float: left;
}
.block_1_2_bor{
	border-right: 1px #EEF1F5 solid !important;
	padding-right: 8px !important;
}
.sub_title_1 {
	height: auto;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	display: block;
	color: #000000;
}
.title_box_common {
	height: auto;
	padding: 5px 0px 6px 0px;
	display: block;
	overflow: hidden;
}
.sub_title_2 {
	height: auto;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 0px 8px;
	display: block;
	float: left;
	color: #ffffff;
}
.compare_car_vehicle .sub_title_2{
	word-break: normal;
}
.e_edition_block {
	height: auto;
	padding: 10px;
	overflow: hidden;
}
.mm_videos_block, .mm_videos_block img {
	width: 100%;
	height: auto;
	float: left;
}
.mm_videos_block .panchari_Normal {
	padding: 10px;
	overflow: hidden;
}
.block_2_2 {
	width: 300px;
	float: left;
	margin-left: 10px;
}
.image_left {
	width: auto;
	height: auto;
	padding: 0px 8px 0px 0px;
	float: left;
}
.block_common_53 {
	width: 53%;
	height: auto;
	float: left;
	padding: 5px 0px 5px 0px;
}
.button_common {
	background-position: left bottom;
	width: auto;
	height: auto;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 4px 10px;
	margin: 0px 0px 5px 0px;
	border-radius: 4px;
	border: 1px solid #C4C4C6;
	background-image: url('clientlibs/img/gradient-btn-bg.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
}
.button_common_form_submit {
	width: auto;
	height: auto;
	padding: 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	border: none;
	border-radius: 2px;	
}
.astro_form_button_position {
	width: auto;
	margin-left: 100px;
	float: left;

}
.order_summery_box-my-account, .popup_summery_box {
	width: 100%;
	float: left;
}
.button_common a:hover {
	color: #C40000;
}
.mm_tv_video_h {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}
.panchari_Normal a:hover, .normal_eng_font a:hover {
	color: #009CE0;
}
.advt-300-250 {
	width: 300px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	/*overflow: hidden;  removed for video ad*/
}
.advt-300-250 img, .advt-slot300-600 img {
	max-width: 300px;
}
.right_nav {
	width: auto;
	float: right;
	margin: 5px 0px 0px 0px;
}
.right_nav ul {
	list-style: none;
}
.right_nav ul li {
	width: auto;
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 5px 8px;
	border-right: 1px solid #e1e1e1;
	position:relative;
	right:0px;
}
.right_nav ul li:last-child {
	width: auto;
	float: right;
	border-right: none;
}
.bold {	font-weight:bold !important; }
.no-border {border-bottom: 0px !important; }
.promo_300_100, .specialpromotionblock {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	/*float: left;*/
}
.powered_by {
	width: 125px;
	float: left;
	height: 22px;
	margin: 2px 0px 0px 10px;
}
.slideshow_300 {
	width: 100%;
	height: auto;
	float: left;
}
.movie_1_2 {
	width: 48.48%;
	height: auto;
	float: left;
	padding: 0%;
	margin: 0% 3.03% 0% 0%;
	overflow: hidden;
}
.movie_2_2 {
	width: 48.48%;
	height: auto;
	float: left;
	padding: 0%;
	margin: 0%;
	overflow: hidden;
}
.width_full {
	width: 98%;
	float: left;
}
.grey_line { 
	height: 0%;
	float: left;
	border-bottom: 4px #EFF1F0 solid;
	width: 100%;
	margin: 5px 0% 5px 0%;
}
.movie_re_h {
	width: 100%;
	float: left;
	height: auto;
}
.review_box {
	width: 31.25%;
	height: auto;
	margin: 0px 3.12% 0px 0px;
	float: left;
}
.review_box img {
	width: 100%;
	height: auto;
}
.review_box p {
	width: 100%;
	height: 50px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 5px 0px 0px 0px;
	line-height: 16px;
	overflow: hidden;
	word-break: normal;
}
.review_box p.review_title_mal{
	font-family: "PanchariUni";
	font-size: 19px;
}
.rate_slot {
	height: auto;
	display: block;
	overflow: hidden;
}
.music_carousel_article .rate_slot{clear: both;}
.ratings_active {
	background-position: left  top;
	float: left;
	background-image: url('clientlibs/img/rate-icon.png');
	width: 14px;
	height: 14px;
	margin-left: 4px;
}
.ratings_deactive {
	background-position: 14px top;
	float: left;
	background-image: url('clientlibs/img/rate-icon.png');
	width: 14px;
	height: 14px;
	margin-left: 4px;
}
.ratings_halfactive {
	background-position: 32px top;
	float: left;
	background-image: url('clientlibs/img/rate-icon.png');
	width: 14px;
	height: 14px;
	margin-left: 4px;
}
.multi_outer {
	height: auto;
	margin: 0px 0px 10px 0px;
	display: block;
	overflow: hidden;
}
.multi_box {
	width: 33.2%;
	height: auto;
	float: left;
	margin: 0px 1px 0px 0px;
}
.multi_box img {
	width: 100%;
	height: auto;
	float: left;
}
.multi_box:last-child {
	margin: 0px !important;
}
/****** reuse css from english starts ******/
.SectionHcommon {
	height: auto;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	overflow: hidden;
}
.LeftMainStory {
	width: 48.48%;
	height: auto;
	margin: 0% 3.03% 0% 0%;
	padding: 0%;
	float: left;
	overflow: hidden;
}
.image-common {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
	vertical-align: bottom;
	position: relative;
	margin-bottom: 5px;
}
.Georgia01 {
	width: 100%;
	height: auto;
	color: #072B5F;
	font-family: "EGGIndulekhaUni";
	font-weight: normal;
	font-style: normal;
	float: left;
	font-size: 25px;
	padding: 0px;
	margin: 5px 0 5px 0;
	line-height: 110%;
}
.Georgia01 a, .Georgia02 a, .OtherStorySlot ul li a, .panchari_Normal a, .wide_carousel_title a, .wide_h_carousel_title a, .wide_h_carousel_title_eng a, .column_head_section a, .eng_desc_font_normal a, .eng_head_font_normal a {
	color: #072B5F;
	text-decoration: none;
}
.Georgia01 a:hover, .Georgia02 a:hover, .OtherStorySlot ul li a:hover, .GeorgiaNormal04 a:hover, .column_head_section a:hover, .sec_panel_other_stories ul li a:hover, .eng_desc_font_normal a:hover, .eng_head_font_normal a:hover {
	color: #007CC3;
}
.wide_h_carousel_title_eng a {
	padding: 5px;
	display: inline-block;
	line-height: 19px;
}
.wide_h_carousel_title_eng {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
  	line-height: 21px;
  	overflow: hidden;
  	border: 1px solid #e0e6ed;
  	height: 64px;
  	word-break:	normal;
}
.GeorgiaNormal03 {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	display: inline;
}
.MiddleStoryThumb {
	width: 22.72%;
	height: auto;
	padding: 0% 0% 0% 0%;
	margin: 0% 3.03% 1% 0%;
	overflow: hidden;
	float: left;
}
.MiddleStoryThumb h2 {
	float: none;
	display: inline;
}
.Georgia02 {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	padding: 0;
	display: inline;
}
.RightThumbRight, .RightThumbRight02 {
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 1% 0%;
}
.RightStoryThumb, .RightThumbRight, .RightThumbRight02 {
	float: left;
	width: 22.72%;
	height: auto;
}
.grey-line325 {
	height: 0%;
	float: left;
	border-bottom: 5px #EEF1F5 solid;
	width: 48.48%;
	margin: 10px 0% 10px 0%;
}
.OtherStorySlot {
	width: 48.48%;
	height: auto;
	float: left;
	padding: 0%;
	margin: 0% 0% 0% 0%;
}
.OtherStorySlot ul {
	list-style-type: none;
	display: block;
	width: 100%;
	height: auto;
}
.OtherStorySlot ul li {
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 18px;
	height: auto;
	padding: 0px 0px 10px 0px;
	margin: 0% 0% 5px 0%;
	border-bottom: 1px #EEF1F5 solid;
}
/****** reuse css from english ends ******/
.GeorgiaNormal04 {
	font-family: Georgia !important;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding: 0;
	display: inline;
	line-height: 160% !important; 
	word-break: normal;
}
.SectionHcommon_Eng .Georgia01{
	font-family: "georgia" !important;
	font-size: 22px !important;
	line-height: 130% !important;
}
.SectionHcommon_Eng .GeorgiaNormal03{
	font-family: Georgia !important;
	font-size: 13px !important;
	padding: 5px 5px 5px 0;
	line-height: 160% !important; 
}
.SectionHcommon_Eng .Georgia02{
	font-family: Georgia !important;
	font-size: 14px !important;
	margin: 5px 0 2px 0;
	line-height: 120% !important; 
	font-weight: bold;
}
.SectionHcommon_Eng .OtherStorySlot ul li{
	font-family: Georgia !important;
	font-size: 14px !important;
	line-height: 150% !important; 
}
.storycontent .Malayalam-head {
	font-family:"EGGIndulekhaUni";
	font-size: 22px;
	font-weight:bold;
	color:#072B5F;
	}

/**** opinion poll css from mmtv starts *****/
.OpinionPoll {
	padding: 0px 10px 10px 10px;
	float: left;
	background-color: #F4F4F4;
}
.Common-Sec .Malayalam-head {
	font-family: "PanchariUni";
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 21px;
	padding: 0;
	display: inline;
}
.Poll-Slot, .astro_form_radio_slot {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.astro_form_radio_slot {
	margin: 0px;
	width: 50%;
}
.astro_form_radio_slot_3 {
	margin: 0px;
	width: 90%;
	
}
.astro_form_radio_slot_2 {
	margin-top: 10px;
	width: auto;
	
}
.Poll-Slot ul  {
	display: block;
}
.astro_form_radio_slot ul {
	display: block;
	
}
.astro_form_radio_slot_2 ul {
	display: block;
}
.astro_form_radio_slot_3 ul {
	display: block;
}

.Poll-Slot ul li.box1 {
	list-style-type: none;
	float: left;
	width: auto;
	padding-left: 0px;
	padding-right: 3%;
}
.astro_form_radio_slot ul li {
	list-style-type: none;
	float: left;
	width: auto;
	padding-left: 0px;
	padding-right: 3%;
}
.astro_form_radio_slot_2 ul li {
	list-style-type: none;
	float: left;
	width: auto;
	padding-left: 0px;
	padding-right: 3%;
}
.astro_form_radio_slot_3 ul li {
	list-style-type: none;
	float: left;
	width: auto;
	padding-left: 0px;
	padding-right: 3%;
}

.Poll-Slot ul li.box1 input {
    margin-top: 0px;
}
.astro_form_radio_slot ul li {
    margin-top: 0px;
}
.astro_form_radio_slot_2 ul li {
    margin-top: 0px;
}
.astro_form_radio_slot_3 ul li {
    margin-top: 0px;
}
.Poll-Slot ul li {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 145%;
	list-style-type: none;
}
.astro_form_radio_slot ul li {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 16px;
	list-style-type: none;
}
.astro_form_radio_slot_2 ul li {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 16px;
	list-style-type: none;
}
.astro_form_radio_slot_3 ul li {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 16px;
	list-style-type: none;
}
.submit-bu {
	height: auto;
	width: auto;
}
.Mynews-submit {
	background-position: left bottom;
	width: auto;
	height: auto;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 4px 10px;
	margin: 6px 0px 5px 0px;
	border-radius: 4px;
	border: 1px solid #C4C4C6;
	background-image: url('clientlibs/img/gradient-btn-bg.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
}
input, select {
	vertical-align: middle;
}
/***** opinion poll css from mmtv ends ******/

.MiddleStoryThumb img, .RightThumbRight img, .LeftMainStory img {
	width: 100%;
	height: auto;
}
.manorama_news_sec {
	width: 100%;
	height: auto;
	float:left;
	margin: 0px 0px 10px 0px;
}
.manorama_news_sec .title_box_common {
	padding-right: 5px;
}
.movie_sec_slide {
	width: 100%;
	height: auto;
	float:left;
	margin: 0px 0px 10px 0px;
}
.common_section {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.heading_img_desc_1_3 {
	width: 74%;
	height: auto;
	border-right: 1px #EEF1F5 solid;
	padding: 0% 2% 0% 0%;
	float: left;
}
.img_desc_full {
	width:  22%;
	height: auto;
	padding: 0% 0% 0% 1.5%;
	float: right;
}
.img_desc_full .stories_slot_img {
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 5px;
}
.Common-Eng-Heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #C40000;
	text-transform: uppercase;
}
.Latest-Videos-indepth-right .Common-Eng-Heading {
	height: auto;
	border-bottom: 5px #EEF1F5 solid;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	display: block;
}
.Common-Sec .Common-Eng-Heading {
	background-color: #783E0A;
	color: #ffffff;
	padding: 7px 36px 6px 8px;
	border-bottom: 0px;
	margin-bottom: 10px;
}
.color-line, .color-line-NoPadding {
	display: none;
}
/*************Home Business Start*************/
.home_bus_cha_sec, .home_bus_cur_rat_sec, .currency_rates_blk, .six_sto_nav, .title_listing_nav {
	height: auto;
	display: block;
	overflow: hidden;
}
.title_listing_block .six_sto_nav {
	margin-top: 8px;
}
.six_sto_nav, .title_listing_nav {
	margin-bottom: 10px;
	overflow: hidden;
}
.six_sto_nav ul, .title_listing_nav ul {
	height: 25px;
	list-style: none;
	border-bottom: 1px #EEF1F5 solid;
}
.six_sto_nav ul li, .title_listing_nav ul li {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin-right: 25px;
	float: left;
	overflow: hidden;
}
.six_sto_nav ul li, .six_sto_nav ul li a, .title_listing_nav ul li, .title_listing_nav ul li a {
	color: #333333;
}
.six_sto_nav ul li:last-child, .title_listing_nav ul li:last-child {
	margin-right: 0px;
}
.title_listing_nav ul li.active {
	border-bottom: 3px #C40000 solid;
}
.six_sto_nav_drodow {
	width: auto;
	height: auto;
	border: 1px solid #E9E9E9;
	padding: 0px 3px 0px 0px;
	float: left;
	overflow: hidden;
	display: none;
}
.home_bus_cha_sec, .home_bus_cur_rat_sec {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.home-business-components {
	height: auto;
	background-color: #F4F4F4;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	display: block;
	overflow: hidden;
}
.business-home-nav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block;
	float: none;
	overflow: hidden;
}
.business-home-nav li, .sensex-nifty-subsection, .currency_name, .currency_rate {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.business-home-nav li {
	width: auto;
	height: auto;
	color: #000000;
	padding: 7px 10px 7px 10px;
	margin: 0;
	display: inline;
	list-style-type: none;
	float: left;
}
.business-home-nav li a, .business-home-nav li a:hover {
	color: #000000;
	text-decoration: none;
}
.business-home-nav li.selected, .business-home-nav li.selected a, .business-home-nav li.selected a:hover {
	background-color: #FFFFFF;
	color: #C40000;
}
.sensex-nifty {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0;
	float: left;
}
.home-business-chart {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	float: left;
}
.home-business-chart img, .currency_rate_up_down img {
	width: 100%;
	height: auto;
	float: left
}
.home-business-chart img {
	max-width: 290px;
	float: none;
}
.sensex-nifty {
	padding: 0 0 15px 0 !important;
}
.sensex-nifty-subsection {
	width: auto;
	margin:0px 10px 0px 0px;
	float: left;
}
.green {
	color: #009E00 !important;
}
.red {
	color: #C40000 !important;
}
.currency_rates_blk ul, .currency_rates_blk ul li {
	list-style: none;
	overflow: hidden;
}
.currency_rates_blk ul li {
	padding: 6px 10px;
}
.currency_rates_blk ul li:nth-child(even) {
	background-color: #FFFFFF;
}
.currency_name, .currency_rate {
	font-size: 12px !important;
	margin-right: 3%;
	float: left;
	overflow: hidden;
}
.currency_name {
	width: 70%;
}
.currency_rate {
	width: 18%;
}
.currency_rate_up_down {
	width: 11px;
	height: 6px;
	margin-top: 3px;
	float: left;
	overflow: hidden;
}
.currency_rates_blk .more_arrow_icon {
	margin: 10px 10px 10px 0px;
}
.Common-Sec {
	width: 100%;
	background-color: #F4F4F4;
	margin: 0 0 10px 0;
	overflow: hidden;
}
/*************Home Business Ends*************/

.display_none {
	display: none !important;
}
.display_block {
	display: block !important;
}
.font_size_30 {
	font-size: 30px !important;
}
.lock_icon_inline {
	width: 10px;
	height: 12px;
	background-image: url('clientlibs/img/lock-icon.png');
	margin: 5px 0px 0px 5px;
	display: inline-block;
	cursor: pointer;
}
.panchari_Normal .comment_icon_inline, .panchari_Normal .video_icon_inline, .panchari_Normal .audio_icon_inline, .panchari_Normal .photo_icon_inline {
	margin-top: 0px !important;
}
.story_time_blk {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
}
.story_banner_blk {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C40000;
	padding: 5px;
	margin-bottom: 5px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 16px;
}
.more_arrow_icon, .BreakingNews .show-more-stories {
	font-family: Arial;
	font-size: 11px;
	color: #072B5F;
	text-align: right;
	margin-bottom: 5px;
	display: block;
}
.more_arrow_icon a {
	color: #D26249 !important;
}
.BreakingNews .show-more-stories, .BreakingNews .show-more-stories p {
	font-weight: normal;
	background-color: transparent;
	background-image: none;
	border: 0px;
	padding: 0px;
}
::selection {
	color: #FFFFFF;
	background-color: #009CE0;
}
.search-area input {
	color: #999999 !important;
	outline: 0px;
}
.branding_list_items {
	width: auto;
	border: 0px;
	padding: 5px 0px 5px 5px;
	margin: 0px auto;
	display: none;
}
.branding_list_items, .trend_list_items, .six_sto_nav_drodow_list, .list_items_left, .panel_inside_list_items, .mypayments_top_nav_list_items {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	background-color: transparent;
	background-image: url('clientlibs/img/drop-d-icon.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-image: none\0;
	padding-right: 25px;
	padding-right: 0px\0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	outline: 0px;
}
select {
	border: 1px #E9E9E9 solid;
}
.search_link_blk {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin: 0px 3px 0px 3px;
	top: 10px;
	left: 0px;
	position: absolute;
}
.search_link {
	margin: 0px 0px 0px 6px;
	float: left;
}
.search_link {
	color: #999999;
}
.search_link a, .search_link a:hover {
	color: #009CE0;
}
.search_link a:hover {
	text-decoration: underline;
}
.user_login_blk, .user_login_list {
	width: auto;
	float: left;
	display: block;
}
.user_login_arrow {
	width: 14px;
	height: 16px;
	background-image: url('clientlibs/img/user-account.png');
	background-repeat: no-repeat;
	margin: 3px 0px 6px 0px;
	float: left;
	display: none;
}
.white_up_arrow {
	width: 15px;
	height: 8px;
	background-image: url('clientlibs/img/white-up-arrow.png');
	background-repeat: no-repeat;
	margin: -8px 8px 0px 0px;
	float: right;
	display: none;
}

/**********Text Sharing******************/
.share-highlight-btn {
    position: absolute;
    width: 300px;
    top: 25px;
    left: -30px;
} 
.btn-caret {
  background: url(clientlibs/img/topArrow.png) no-repeat 0px 0px;
  width: 14px;
  height: 7px;
  position: absolute;
  top: -6px;
  left: 14px;
}

.btn-left, .btn-right {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.save-pref-btn {
  width: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;  
          border-radius: 4px;  
}


.btn-left, .btn-right, .save-pref-btn {
  padding: 0 10px;
  border: 1px solid #bbbbbb;
  border-bottom-width: 2px;
  cursor: pointer;
  font: bold 14px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  text-shadow: white 0 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px;
     -moz-box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px;
          box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px;
}

.btn-left, .btn-right, button.save-pref-btn {
  background: #cccccc;
  background: -moz-linear-gradient(top,  #f9f9f9 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#cccccc));
  background: -webkit-linear-gradient(top,  #f9f9f9 0%,#cccccc 100%);
  background: -o-linear-gradient(top,  #f9f9f9 0%,#cccccc 100%);
  background: -ms-linear-gradient(top,  #f9f9f9 0%,#cccccc 100%);
  background: linear-gradient(to bottom,  #f9f9f9 0%,#cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0 );
}

.btn-left:hover, .btn-right:hover, .save-pref-btn:hover {
  background: #eeeeee;
  background: -moz-linear-gradient(top,  #f9f9f9 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
  background: -o-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top,  #f9f9f9 0%,#eeeeee 100%);
  background: linear-gradient(to bottom,  #f9f9f9 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 );
}

.btn-left {
  border-right-color: #ffffff;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;  
          border-radius: 4px 0 0 4px;  
}

.btn-right {
  border-left-color: #999999;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
.tipPop {
float: left;
list-style-type: none; 
width: 100%;
margin-top: 3px;
margin-bottom: 2px;
}
.tipPop li{
height: 25px;
width: 25px;
float: left;
margin: 0px 10px 0px 0px;
background-repeat: no-repeat;
}
.highlighter-container
{
	display: none;
	position: absolute;
	top: 178.4375px;
	left: 646px;
	z-index:100;
}
.blogImgWrap iframe{ 
	width:100%;
}

.imgSelector{
	width:98%!important;
	background-color:blue;
	opacity:0.9;
	border: black dotted 2px;
}
.fullImgProp{
	width: 100%!important;
	padding-bottom: 5px;
	float: none!important;
}
.fltLft{
	float:left!important;
}
.fltRght{
	float:right!important;
	margin:5px 0px 0px 5px!important;
}
.imgFullFit{
	width:100%!important;
	padding-bottom:5px;
	float:none!important;
}
/*****************TExt Sharing Ends**************/

.searchMalID, .searchEngID, .searchProID{color:#009CE0!important;cursor:pointer;}

.searchMalID:hover, .searchEngID:hover, .searchProID:hover{text-decoration: underline;}
.scrollStatic{
	position:static;
	top:223px;
	right:625px;
}
.scrollFixed{
	position:fixed;
	bottom:0px;
	right:229px;
}
.sticky_position{
	position: fixed;
	left: 0;
	top:0;
	z-index: 22;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 1px 5px 0px rgba(8,8,8,0.33);
	box-shadow: 0px 1px 5px 0px rgba(8,8,8,0.33);
	-moz-animation: dropHeader 1s ease-in 1;
	-webkit-animation: dropHeader 1s ease-in 1;
    animation: dropHeader 1s ease-in 1;
}
@-moz-keyframes dropHeader {
    0% {-moz-transform: translateY(-40px);}
    100% {-moz-transform: translateY(0);}
}
@-webkit-keyframes dropHeader {
    0% {-webkit-transform: translateY(-40px);}
    100% {-webkit-transform: translateY(0);}
}
@keyframes dropHeader {
    0% {transform: translateY(-40px);}
    100% {transform: translateY(0);}
}

.sub_sec_title {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 5px #EEF1F5 solid;;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-transform: uppercase;
}
.template_call, .specialpromotionblock, .specialpromotionblock.section {
	margin-bottom: 10px !important;
	overflow: hidden
}
.sd_bar_ID .promo_300_100, .block_2_2 .promo_300_100, .sd_bar_ID .specialpromotionblock, .block_2_2 .specialpromotionblock {
	margin-bottom: 10px !important;
}
.sub_sec_story_listing_sec, .col_author_story_outer, .col_author_story_list_outer, .col_author_details_blk, .col_author_name_follow, .search_listing_outer, .sub_sec_obituary_listing_sec {
	margin-bottom: 10px;
	overflow: hidden;
}
.col_author_details_blk {
	background-color: #F4F4F4;
	border-bottom: 1px #EEF1F5 solid;
	padding: 10px;
	margin-bottom: 15px !important;
}
.col_author_name_follow .authorName, .col_author_name_follow .authorName_mal {
	margin: 0%;
	float: left;
}
.col_author_name_follow .authorFollow {
	float: right;
}
.col_author_name_follow .authorFollow, .col_author_name_follow .authorDetails, .col_author_name_follow .authorTwitter, .col_author_name_follow .authorFb {
	margin: 0px;
}
.highlight_story_art, .story_listing_art, .columns_listing_art, .highlight_video_art, .specials_page_inside_block, .horoscope_listing_block, .obituary_listing_art, .topstoryoverlayimage {
	border-bottom: 1px #EEF1F5 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.columns_listing_art .malayalam_head, .columns_listing_art  .panchari_Normal,.match_maker_result_block .panchari-Normal{
	word-break: normal;
}

.highlight_story_content_blk, .highlight_video_call_blk {
	overflow: hidden;
	position: relative;
}
.highlight_story_content_blk img, .highlight_video_call_blk img {
	float: left;
}
.highlight_story_text_blk {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	background-image: url('clientlibs/img/bg-gradient.png');
	background-repeat: repeat-x;
	background-position: left top;
	bottom: 0px;
	padding: 10px 0 10px 0;
	display: block;
}
.highlight_story_header {
	font-family: EGGIndulekhaUni;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	padding: 0 10px 0 10px;
	display: block;
}
.highlight_story_header, .highlight_story_header a, .highlight_story_header a:hover {
	color: #FFFFFF;
}
.highlight_story_intro {
	font-family: PanchariUni;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 10px 0 10px;
}
.story_share_blk {
	margin-top: 10px;
	float: right;
	overflow: hidden;
}
.story_share_text {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	line-height: 14px;
	float: left;
}
.story_share_icon {
	width: 14px;
	height: 14px;
	margin: 0 0 0 10px;
	float: left;
	overflow: hidden;
}
.show_more_stories_blk {
	width: 100%;
	text-align: center;
	margin-top: -10px;
	display: block;
	overflow: hidden;
}
.show_more_listing_num_outer {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	float: left;
}
.show_more_listing_prev, .show_more_listing_next, .show_more_listing_blk li {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.show_more_listing_prev, .show_more_listing_next, .show_more_listing_blk li {
	width: auto;
	padding: 5px 6px;
	overflow: hidden;
	float: left;
}
.show_more_listing_blk {
	width: auto;
	float: left;
	list-style: none;
}
.show_more_listing_prev, .show_more_listing_next, .show_more_listing_num_outer li {
	border-left: 1px #EEF1F5 solid;
	float: left;
}
.show_more_listing_prev {
	border-left: 0px !important;
	padding-left: 0px !important;
}
.show_more_listing_arrow {
	font-size: 15px !important;
	line-height: 10px;
}
.show_more_listing_num_outer li.active, .show_more_listing_num_outer li.active a {
	color: #FFFFFF !important;
}
.video_listing_page_outer .one-column-right .show_more_stories_blk {
	float: left;
}
.show_more_stories_area {
	background-image: url('clientlibs/img/gray-down-arrow.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	margin: 0px auto;
	display: inline-block;
}
.show_more_stories_text {
	width: auto;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
	background-color: #F5F5F5;
	padding: 6px;
}
.right_side_latest_news_sec, .right_side_latest_news_art {
	width: 100%;
	overflow: hidden;
	display: block;
}
.right_side_latest_news_sec {
	margin-bottom: 10px;
}
.right_side_latest_news_art ul {
	display: block;
}
.right_side_latest_news_art ul li {
	padding: 0px 5px 5px 0px;
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #072B5F;
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 115%;
	border-bottom: 1px #EEF1F5 solid;
	list-style: none;
}
.right_side_latest_news_art ul li:last-child {
	border-bottom: 0px;
}
/*************Menu Drop Down Starts*************/
.menu_drop_down_sec {
	width: 980px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
	box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
}
.menu_drop_down_more_outer {
	height: auto;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
	box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
	display: inline-block;
}
.menu_drop_down_section_art {
	height: auto;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 2px 4px 0px rgba(8,8,8,0.33);
	box-shadow: 0px 2px 4px 0px rgba(8,8,8,0.33);
	display: inline-block;
}
.menu_drop_down_more_outer ul, .menu_drop_down_section_art ul, .other_branding_site_dropdown ul.other_branding_site_dropdown_list {
	width: 100%;
	float: left;
}
.menu_drop_down_more_outer ul li, .menu_drop_down_section_art ul li, .other_branding_site_dropdown ul.other_branding_site_dropdown_list li, .other_branding_site_dropdown_active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: black;
	list-style: none;
}
.other_branding_site_dropdown ul.other_branding_site_dropdown_list {
	background-color: #FFFFFF;
	border-top: 1px #EEF1F5 solid;
	display: none;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
	box-shadow: 0px 5px 4px 0px rgba(8,8,8,0.33);
}
.other_branding_site_dropdown ul.other_branding_site_dropdown_list li, .other_branding_site_dropdown_active {
	font-family: Arial, Helvetica, sans-serif;
}
.other_branding_site_dropdown_active {
	color: #DB664C;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	outline: 0px;
	cursor: pointer;
	display: inline-block;
}
.menu_drop_down_more_outer ul li a, .menu_drop_down_section_art ul li a, .other_branding_site_dropdown ul.other_branding_site_dropdown_list li a {
	text-decoration: none;
	padding: 10px;
	display: block;
}
.menu_drop_down_section_art ul li a:hover, .other_branding_site_dropdown ul.other_branding_site_dropdown_list li a:hover {
	color: #FFFFFF;
	background-color: #00B8F0;
}
.menu_drop_down_inside_outer {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px #E0E0E0 dotted;
	overflow: hidden;
}
.drop_down_more_heading {
	padding: 6px 10px 0px 10px;
	border-bottom: 0px;
}
.drop_down_more_heading_listing {
	padding: 6px 10px 10px 10px;
}
.menu_drop_down_inside_outer .common_title {
	padding-top: 0px;
}
/*************Menu Drop Down Ends*************/

.breadcrumb {
	height: auto;
	border-bottom: 1px #EEF1F5 solid;
	margin: 0 0 10px 0;
	display: block;
	overflow: hidden;
}
.breadcrumb ul {
	width: 75%;
	list-style-type: none;
	margin-top: 5px;
	display: inline;
	overflow: hidden;
	float: left;
}
.breadcrumb ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 6px 4px 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	width: auto;
	line-height: 16px;
}
.breadcrumb ul li.article {
	width: 460px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.breadcrumb ul li.home, .breadcrumb ul li.section {
	margin-right: 6px;
	background-position: right center;
	background-image: url('clientlibs/img/bresdcrumb-arrow.png');
	background-repeat: no-repeat;
	padding-right: 15px;
}
.breadcrumb ul li.article {
	float: left;
}
.breadcrumb ul li a {
	color: #000000;
	text-decoration: none;
	background-image: none;
}
.breadcrumb ul li.breadcrumb_hyphen {
	margin-right: 6px;
	background-position: right center;
	background-image: url('clientlibs/img/bresdcrumb-arrow.png');
	background-repeat: no-repeat;
	padding-right: 10px;
}
/* article content area starts*/
.sidebar, .sub_section_sidebar, .section_right_block_outer {
width: 300px;
height: auto;
margin-left: 10px;
float: left;
/* overflow: hidden; */
}
.primary-colclose, .sub_section_left_column, .section_left_block_outer {
	float: left;
	width: 660px;
	padding-right: 9px;
	border-right: 1px #EEF1F5 solid;
}
#contentBody {
	float: left;
	width: 100%;
}
.articleTop {
	width: 100%;
	float: left;
}
.ToparticleLeft {
	float: left;
	width: 99%;
	padding-right: 1%;
}
.articleheadingPage {
	font-family: "EGGIndulekhaUni";
	font-size: 32px;
	color: #072B5F;
	font-weight: normal;
	line-height: 100%;
	display: block;
	word-break: normal;
}
.entryDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797777;
	margin: 1% 0 0 0;
	display: block;
}
.author {
	width: 100%;
	float: left;
	margin: 1% 0 0 0;
}
.author img, .col_author_img_blk {
	width: 50px;
	height: 50px;
	float: left;
	margin: 1% 1% 1% 0;
}
.col_author_details_blk .col_author_img_blk {
	margin: 0px 10px 0px 0px;
}
.bywhom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797777;
	margin-right: 1%;
}
.authorName, .authorName_mal {
	color: #1B5288;
	margin: 0% 0% 1.5% 0%;
	display: block;
}
.authorName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.authorName a, .authorName_mal a {
	color: #1B5288;
	text-decoration: none;
}
.authorTitle, .author_description, .author_description_mal {
	color: #666666;
	display: block;
}
.authorTitle, .author_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.authorName_mal{
	font-family: "EGGIndulekhaUni";
	font-size: 17px;
	line-height: 19px;
}
.author_description_mal{
	font-family: "PanchariUni";
	font-size: 16px;
	line-height: 18px;
}
.author_description {
	line-height: 17px;
}
.authorFollow {
	margin-top: 2px;
	display: block;
	overflow: hidden;
}
.authorTwitter {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url('clientlibs/img/Icons-author-share.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	padding: 1px 8px 3px 16px;
	margin-top: 7px;
	float: left;
}
.authorTwitter a, .authorFb a  {
	color: #999999;
	text-decoration: none;
}
.authorFb {
	float: left;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url('clientlibs/img/Icons-author-share.png');
	background-repeat: no-repeat;
	background-position: left -25px;
	padding: 1px 8px 3px 16px;
	margin-top: 7px;
}
.authorDetails {
	float: left;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url('clientlibs/img/Icons-author-share.png');
	background-repeat: no-repeat;
	background-position: left -56px;
	padding: 1px 8px 3px 16px;
	margin-top: 7px;
	cursor: pointer;
}
.Landscapeimage {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1%;
}
.Landscapeimage img {
	width: 100%;
}
.caption, .caption_eng {
	background-color: #EFEFEF;
	font-weight: normal;
	background-color: #EFEFEF;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: hidden;
}
.caption {
	font-family: "PanchariUni";
	font-size: 19px;
	line-height: 18px !important;
}
.caption_eng {
	font-family: Arial;
	font-size: 13px;
	line-height: 20px !important;
}
.storycontent {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	float: left;
	width: 100%;
	display: inline;
}
.storycontent p {
	line-height: 120%;
	margin-bottom: 15px;
	display: block;
}
.storycontent p a {
	color: #00B8F0;
	text-decoration: none;
}
.storycontent p a:hover {
	color: #009CE0;
}

.relatedBlock {
	width: 100%;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 3px #333333 solid;
}
.relatedHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 100%;
	height: auto;
	font-style: normal;
	text-transform: uppercase;
}
.topstory {
	float: left;
	width: 100%;
}
.topstory ul {
	float: left;
}
.topstory ul li {
	float: left;
	display: block;
	color: #072B5F;
	list-style-type: none;
	border-bottom: 1px #EEF1F5 solid;
	font-family: "PanchariUni";
	font-weight: normal;
	font-size: 19px;
	line-height: 18px;
	padding: 10px 10px 5px 0px;
	text-align: left;
	overflow: hidden;
}
.topstory ul li:last-child {
	border-bottom: none;
}
.topstory ul li a {
	color: #072B5F;
	text-decoration: none;
}
.topstory ul li a:hover, .Promo1Intro a:hover, .menu_dropdown_story_txt_common a:hover, a:hover .share_box_text, a:hover .tool_box_text {
	color: #009CE0;
	text-decoration: none;
	outline: none;
	-webkit-transition-property: color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property: color, text;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property: color, text;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: linear, ease-in;
}
.promo-block {
	float: left;
	width: 660px;
}
.promoBlok2 {
	float: left;
	width: 48%;
	margin: 1% 2% 2% 0%;
	display: inline;
}
.Promo1Text {
	font-family: "EGGIndulekhaUni";
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px 0;
	display: block;
}
.Promo1Text a {
	color: #01446B;
	text-decoration: none;
}
.Promo1Intro {
	font-family: Georgia, "Times New Roman", Times, serif, panchariUni;
	font-size: 14px;
	color: #01446B;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
	margin-left: 6px;
	display: block;
}
.Promo1Intro a {
	color: #01446B;
	text-decoration: none;
}
.Promo1Image {
	height: 110px;
	border: 1px dashed #CCC;
    padding: 6px;
}
.Promo1Intro2, .Promo1Intro2 a {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #01446B;
	font-weight: normal;
	display: inline;
	padding: 10px 0px 0px 0px;
	line-height: 110%;
}
.actionInner {
	float: left;
	width: 150px;
	padding-left: 10px;
}
.share_block_art {
	margin: 5px 0px;
	float: left;
}
.share_block_text{
	width: auto;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: Bold;
	text-decoration: none;
	line-height: 170%;
	padding: 0px 0px 0px 0px;
}
.share_block_text a {
	color: #000000;
	text-decoration:none;
}
.share_icon_right {
	float: right;
	width: 15px;
	height: 15px;
	margin: 5px 5px 0px 0px !important;
}
.icon_max_black, .icon_min_black {
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
.icon_max_black {
	background-image: url('clientlibs/img/max-icon-black.png');
}
.icon_min_black {
	background-image:url(clientlibs/img/min-icon-black.png);
}
.share_block_sub{
	float: left;
	width: 100%;
	display:block;
}
.share_block_sub ul{
	width: 100%;
}
.share_block_sub ul li {
	font-family: Arial;
	font-size: 12px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	line-height: 26px;
	margin-right: 15px;
	overflow: hidden;
	float: left;
}
.share_img_box, .share_img_box img {
	float: left;
}
.share_img_box {
	margin-right: 6px;
}
.art_left_block{
	width: 100%;
	height: auto;
	float: left;
}
.tool_box_set {
	height: auto;
	margin: 5px 0px;
	float: left;
}
.tool_box {
	height: auto;
	list-style: none;
	padding: 0px;
	margin-right: 15px;
	float: left;
}
.tool_box_fontsize {
	margin-right: 0px;
	float: right;
}
.icon_art {
	width: 24px;
	height: 24px;
	float: left;
	margin: 2px 6px 2px 0px;
}
.share_box_text, .tool_box_text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 26px;
	padding: 1px 0px 1px 0px;
	margin-right: 8px;
	overflow: hidden;
	float: left;
}
.movieRatings {
	float: left;
	width: auto;
	margin: 2% 2% 2% 0%;
	height: auto;
}
.movieRatings strong {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.movieRatings-active {
	background-position: left top;
	float: left;
	background-image: url('clientlibs/img/rate-icon.png');
	width: 14px;
	height: 14px;
	margin: 1px 0px 0px 4px;
}
.movieRatings-deactive {
	background-position: 14px top;
	float: left;
	background-image: url('clientlibs/img/rate-icon.png');
	width: 14px;
	height: 14px;
	margin: 1px 0px 0px 4px;
}
.slideshow_btm_overlay .movieRatings-active, .slideshow_btm_overlay .movieRatings-deactive{
	cursor: pointer;
}
.movie-rating-status { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: left;
	margin: 2% 0% 2% 0%;
}
.rate-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #00AE83;
	font-weight: bold;
	float: none;
}
.rating_box_art {
	width: 100%;
	height: auto;
	float: left;
}
.shareBar {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
}
.sharingBlock-FBLike {
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0% 1% 1% 0%;
	width: auto;
}
.tagsBlock {
	width: 100%;
	height: auto;
	float: left;
}
.storyTags {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	width: 100%;
}
.storyTags strong {
	color: #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 6px 6px 0px 0px;
}
.storyTags a {
	padding: 6px 10px;
	margin: 0 5px 5px 5px;
	background-color: #EAEAEA;
	border-radius: 5px;
	float: left;
	font-size: 12px !important;
	color: #01446B;
	text-decoration: none;
}
.storyTags a:hover {
	color: #009CE0;
	text-decoration: underline;
	background-color: #EAEAEA;
}

/* Comment Module styles */

.top-story-img, .top-story-Sc .top-story-bg, .show-more-stories p, .regions-blocks {
	width:100%;
}
.TabFocusText {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 140%;
	padding: 0px 2% 5px 0%;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 98%;
	height: auto;
}
#CommentsBlock {
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
}
.storyclass1 {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #EEF1F5 solid;
}
.show-more-stories {
	border: 1px solid #E2E2E2;
	overflow: hidden;
	background-color: #E5E5E5;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 15px 1% 15px 1%;
	margin: 0 0 35px 0;
	display: block;
	width: 98%;
	cursor:pointer;
}
.show-more-stories p {
	overflow: hidden;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-image: url('clientlibs/img/sh-more-arrow-art.jpg');
	background-repeat: no-repeat;
	background-position: 96px 2px;
	padding: 0px 25px 0px 0px;
}
.main-title-txt {
	padding: 5px 5px 5px 0px;
	color: #072B5F;
	font-family: "EGGIndulekhaUni";
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	float: left;
	width: auto;
}
.Comment-Head-Color {
	color: #000000;
	padding:10px 0px 10px 0px;
	font-family: Arial;
	font-size: 17px;
	font-weight: Bold;
	font-style: normal;
	width: 100%;
	border-top: 3px #00B8F0 solid;
	border-bottom: 1px #EEF1F5 solid;
}
.Comment-text-right {
	width: auto;
	height: auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8B898B;
	line-height: 15px;
	overflow: hidden;
	float: right;
	margin:5px 0px 0px 5px;
}
.Comment-text-left {
	width: auto;
	height: auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8B898B;
	line-height: 160%;
	overflow: hidden;
	float: left;
	margin: 5px 5px 0 0;
}
.Comment-font-black-100 {
	width: 100%;
	height: auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 160%;
	overflow: hidden;
	margin: 5px 0 0 0;
	float: left;
	font-style: normal;
}
.Comment-slot-100 {
	margin: 5px 0 0 0;
	float: left;
	width: 100%;
	padding-top: 5px;
}
.Comment-slot-100-border {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
	border-bottom: 1px dotted #E0E0E0;
	border-bottom-color: #C9C9C9;
	padding-bottom: 10px;
}
.Comment-slot-50 {
	margin: 10px 5px 0 0;
	float: left;
	width: 49%;
	padding: 0px 0 0 0;
}
.Comment-slot-50-rgt {
	margin: 10px 0px 0 0;
	float: left;
	width: 49%;
	padding: 0px 0 0 0;
}
.Comment-image-slt {
	float: left;
	width: 82px;
	height: 40px;
	margin-left: 10px;
}
.Post-Comment-btn-Cmt {
	background-color: #029BDE;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	padding: 8px;
	border: 0px;
	outline: none;
	cursor: pointer
}
.Comment-label-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	margin:5px 0px 5px 0;
	width: 100%;
}
.Replay-Btn {
	border: 1px solid #DADADA;
	padding: 8px;
	float: left;
	width: auto;
	display: block;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	background-color: #F5F5F5;
	margin: 5px 15px 0 0;
	cursor: pointer;
}
.Comment-Btm-slot {
	float: left;
	width: 100%;
	padding: 0 0 5px 0;
	margin: 5px 0 5px 0;
	height: auto;
}
.Comment-Btm-slot ul {
	float: left;
	width: 100%;
	display: block;
	}

.Comment-Btm-slot ul li {
	width: auto;
	height: auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8B898B;
	line-height: 160%;
	overflow: hidden;
	float: left;
	margin: 8px 8px 0 0;
}
.Comment-slot-40 {
	margin: 0px 5px 0 0;
	float: left;
	width: 45%;
	padding: 0px 0 0 0;
}
.Description-shadow-100 {
	padding:5px;
	float: left;
	box-shadow: 0px 0px 0px;
	height: 85px;
	width: 97%;
	border: 1px solid #E2E2E2;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: 0 0 10px #E6E6E6 inset;
	resize: none;
}
.shadow-inbox-100 {
	float: left;
	box-shadow: 0px 0px 0px;
	height: 25px;
	padding: 5px;
	width: 97%;
	border: 1px solid #E2E2E2;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: 0 0 10px #E6E6E6 inset;
}
#post-reply-slot {
	display: none;
}
.location-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099FF;
	margin: 0px 0px 0px 5px;
	display: inline-block;
}
.Comment-slot-bg {
	float: left;
	width: 92%;
	margin: 10px 2% 2px 0;
	background-color: #EFEFEF;
	padding: 2% 2% 2% 6%;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #C9C9C9;
}
.Comment-slot-bg-sub01 {
	float: left;
	width: 86%;
	margin: 0px 0 2px 0;
	background-color: #EAFAFF;
	padding: 2% 2% 0% 12%;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #C9C9C9;
}
.features_box_art {
	width: 100%;
	float: left;
	margin: 10px 0px;
	padding: 0px;
}
.features_box_1 {
	width: 100%;
	float:left;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px #D9D9D9 dotted;
}
.features_box_2 {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px #EEF1F5 solid;
}
.features_box_2 .normal_eng_font {
	padding-bottom: 0px;
	margin-top: 7px;
}
.font_eng, .box_40, .box_60  {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 150%;
	float: left;
}
.box_40 {
	width: 38% !important;
	margin: 5px 10px 5px 0px;
}
.box_60 {
	width: 58% !important;
	margin: 5px 0px 5px 0px;
}
.view_full_btn {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 145%;
	color: #333333;
	padding: 0px 20px 0px 0px;
	width: 190px;
	float: left;
}
.view_full_btn:hover {
	color: #333333;
	cursor: pointer;
}
.two_column_content_wrapper, .astro_specs_outer, .astro_top_block, .more_astro_reports_block, .astro_spec_content_form_block  {
	width: 100%;
	overflow: hidden;
}
.astro_banner, .view_reports_txt_block, .buy_other_reports_block   {
	width: auto;
	float: left;
}
.astro_banner img {
	width: 100%;
}
.astro_banner {
	margin-bottom: -3px;
}
.view_reports_txt_block {
	padding: 10px 10px 10px 24px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 145%;
	color: white;
	background-image: url('clientlibs/img/report_icon.png');
	background-repeat: no-repeat;
	background-position: left;
}
.buy_other_reports_block {
	float: right;
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.buy_other_reports_txt {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 145%;
	color: white;
	float: left;
	margin-right: 10px;
}
.astro_spec_left_block {
	width: 50%;
	margin: 10px;
	float: left;
}
.astro_spec_left_content{
	display: block;
}
.astro_spec_left_content li {
	width: 95%;
	float: left;
	font-family: PanchariUni;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	list-style-image: url('clientlibs/img/list_icon.png');
	list-style-position: outside;
	margin-left: 15px;
	
}
.view_reports_txt_block a {
	text-decoration: none;
	color: white;
}
.astro_spec_form_field{
	box-shadow: 0px 0px 1px 0px #DFDFDF;
	width: 45%;
	float: right;
	margin: 10px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}
.ad_slot_in {
	width: 100%;
	height: auto;
	float: left;
}
.ad_slot_in .advt-300-250 {
	margin: 0px 20px 10px 0px;
	float: left;
	width: 300px;
	height: auto;
	text-align: center;
}
.ad_slot_in .right {
	margin: 0px;
	float: left;
	width: 300px;
	height: 250px;
}
.logo_1_art {
	margin: 0px;
	width: auto;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px !important;
	border-left: 1px #E2E2E2 solid;
	padding: 0px 0px 0px 10px;
}
.logo_2_art {
	margin: 0px;
	width: auto;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	margin: 0px 10px 0px 0px !important;
	border-left: 1px #E2E2E2 solid;
	padding: 3px 0px 0px 10px;
	text-transform: uppercase;
}
.logo_2_art a {
	color: #333333!important;
	text-decoration: none;
	background-image: url('clientlibs/img/arrow-right.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 13px;
}
.logo_1_art, .logo_2_art, .logo_1_art a, .logo_2_art a, .apps_block {
	float: left;
}
.section_submenulist_bu {
	width: 21px;
	height: 17px;
	background-color: transparent;
	background-image: url('clientlibs/img/drop-d-icon.png');
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 6px;
	float: left;
	cursor: pointer;
}
.scroll_box_art {
	width: 45%;
	text-align: left;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	float: left;
}
.scroll_box_art h2 {
	font-family: "PanchariUni";
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	overflow:hidden; 
    text-overflow: ellipsis;
    height: 20px;
	white-space: nowrap;
}
.share_icon_list {
	float: right;
	margin: 0px 0px 0px 10px;
	width: auto;
}
.share_text {
	width: auto;
	float:left;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
/*************Common CSS Ends*************/

/*--previous next start--*/
.previous-article, .next-article {
	width: 35px;
	*width: 50px;
	height: 82px;
	top: 50%;
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	overflow: hidden;
	position: fixed;
	z-index: 99999;
	-webkit-transition: height 1s, width 1s, margin 1s;
    -moz-transition: height 1s, width 1s, margin 1s;
    -ms-transition: height 1s, width 1s, margin 1s;
    transition: height 1s, width 1s, margin 1s;
	
}
.previous-article {
	left: 0px;
	margin: -41px 0px 0px 0px;
}
.next-article {
	right: 0px;
	margin: -41px 0px 0px 0px;
}
.previous-article-arrow, .next-article-arrow  {
	width: 35px;
	height: 82px;
	background-color: #303030;
	background-image: url('clientlibs/img/pre-next-w-icon.png');
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 99999;
	-webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    transition: height 1s;
}
.previous-article-arrow {
	background-position: -10px center;
	float: left;
	left: 0;
}
.next-article-arrow {
	background-position: -66px center;
	float: right;
	right: 0;
}
.previous-article h2, .next-article h2  {
	width: 220px;
	height: 74px;
	font-family: Georgia;
	font-size: 16px;
	color: #FFFFFF !important;
	font-weight: normal;
	padding: 0px;
	line-height: 130%;
	background-color: #161616;
	padding: 10px !important;
	margin: 0px;
	overflow: hidden;
	cursor: pointer;
	/*display: none;*/
	float: left;
	z-index: 13;
	vertical-align: middle;
	position: absolute;
	left: 0;
	-webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition:left 1s;
    transition: left 1s;
}
.next-article h2{
	float: right;
}
.previous-article h2 a, .next-article h2 a {
	color: #FFFFFF;
}
.previous-article h2.egg-indulekha, .next-article h2.egg-indulekha  {
	font-family:  EGGIndulekhaUni;
	font-size: 17px !important;
	font-weight: bold !important;
}
.egg-indulekha  {
	font-family:  EGGIndulekhaUni !important;
	font-size: 17px !important;
	font-weight: bold !important;
}
.previous-article-arrow:hover, .next-article-arrow:hover {
	background-color: #3F3F3F;
}
.previous-article:hover h2{
	left: 35px;
}
.next-article:hover h2 {
	right: 35px;
}

.previous-article:hover, .next-article:hover{
	width: 275px;
	*width: 290px;
	opacity: 100;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	z-index: 2;
	margin: -47px 0px 0px 0px;
}
.previous-article:hover, .next-article:hover, .previous-article:hover .previous-article-arrow, .next-article:hover .next-article-arrow{
	height: 94px;
}
/*--previous next end--*/
.inside_news_outer {
	float: left;
	width: 305px;
	padding-right: 5px;
}
.mar_right_10px {
	margin-right: 10px;
}
.menu_dropdown_img_outer {
	width: 110px;
	height: 58px;
	float: left;
}
.menu_dropdown_story_txt_common {
	font-family: PanchariUni;
	font-size: 18px;
	font-weight: normal;
	width: auto;
	line-height: 20px;
}
.menu_dropdown_story_txt_common, .menu_dropdown_story_txt_common a {
	color: #072B5F;
}
.grey_border_left_1px {
	float: left;
	width: 320px;
	padding-right: 10px;
	border-left: 1px #DFDFDF solid;
}
.border_1px_grey_right {
	margin-right: 10px;
	border-right: 1px #EEF1F5 solid;
}
.border_1px_grey_bottom {
	border-bottom: 1px #EEF1F5 solid;
}
ul.menu_dropdown_listing {
	list-style-type: none;
}
.menu_dropdown_listing li {
	list-style-type: none;
	width: auto;
	float: left;
	background-image: url('clientlibs/img/black-dot.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 15px 5px 10px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

/************Fasttrack CSS**************/
.four_image{
	background-color: #2f2f2f;
	float:left;
	width:100%;
	margin-bottom:10px;
	list-style-type:none;
}
.four_image_desc{
	float:left;
	width:22.5%;
	margin: 2% 0% 2% 2%;
}
.four_image_img{
	width: 100%;
	height: auto;
	margin: 0px 0px 5px 0px;
}
.four_image_title{
	background-color: #D82B2F;
	color: #fff;
	width: auto;
	float: left;
	padding: 2px 5px;
	margin: 0px 5px 5px 0px;
	font-family: arial;
	font-size: 13px;
}
.four_image_txt{
	font-family: "PanchariUni";
	font-size: 19px;
	color: #fff;
	font-weight: normal;
	line-height: 22px;
	padding: 0;
	display: inline-block;
}
.compare_car_brand, .compare_car_model, .compare_car_variant{
	font-weight: normal !important;
	color: #333333 !important;
	border: 1px solid #e9e9e9;
	float: left;
	padding: 0px;
	margin: 5px 0px;
	padding-right:2%;
	width:98%;
}
.compare_car_txt{
	font-family: arial;
	font-size: 12px;
	word-break: normal;
	line-height: 16px;
	margin-bottom: 5px;
}
.compare_car_sec{
	width: 100%;
	float: left;
}
.compare_car_img img, .four_image_img img, .popular_comp_img img, .grey_arrow img, .red_arrow img, .comparison_img img{
	width:100%;
	height:auto;
}
.compare_car_sec1{
	width: 48%;
	float:left;
	margin-right:2%;
}
.compare_car_sec2{
	width: 48%;
	float:right;
}
.compare_car_btn{
	float: right;
	padding: 5px 19px;
	margin-top: 5px;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	display:block;
}
.compare_car_btn:hover{
	color:#fff;
}
.bor_btm_grey_line{
	border-bottom: 1px #EEF1F5 solid;
	float: left;
	position: relative;
	width: 100%;
	margin: 10px 0px;
}
.popular_comparison_txt{
	float:left;
	font-family:arial;
	font-weight:bold;
	font-size:16px;
}
.grey_linebold {
	height: 0%;
	float: left;
	border-bottom: 5px #EEF1F5 solid;
	width: 100%;
	margin: 10px 0% 10px 0%;
}
.popular_comparison_bg{
	float: left;
	background-color: #f2f2f2;
	width: 94%;
	padding: 3%;
}
.popular_comp{
	width: 100%;
	float:left;
	margin-bottom:10px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.popular_comp_cars{
	width: 45%;
	float: left;
}
.popular_comp_cars2{
	width: 45%;
	float: right;
}
.popular_comp_vs{
	width: 9%;
	float: left;
	margin-top: 25px;
	text-align: center;
}
.compare_car_outer {
	display: block;
	overflow: hidden;
}
.compare_car_bg{
	float: left;
	background-color: #f6f6f6;
	width:94%;
	padding:3%;
}
.compare_car_block{
	width: 100%;
	margin-bottom: 10px;
	float: left;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.red_arrow, .grey_arrow{
	width: 5%;
	float: left;
	margin-top:12%;
}
.compare_car_vehicle{
	width: 17%;
	height: auto;
	float: left;
	margin: 1.5%;
}
.compare_car_section{
	float: left;
	background-color:#fff;
	padding:5%;
	width:90%;
}
.compare_car_btn_add,.compare_car_btn_vehcle, .compare_car_btn_vehcle-popup{
	background-color: #dadada;
	padding: 5px 10px;
	float: left;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
.compare_car_add_box, .compare_car_vehcle_box{
	overflow: hidden;
}
.compare_car_add_box{
	height: 135px;
}
.compare_car_vehcle_box{
	display: none;
}
.compare_car_cname, .compare_car_cprice{
	padding: 5px 10px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.compare_car_cprice{
	padding-bottom: 15px;
}
.title_box_comp{
	height: auto;
	padding: 5px;
	display: block;
	overflow: hidden;
}
.compare_btn{
	margin: 0px auto;
	text-align: center;
	width: 100px;
	float:none;
	display:block;
}
.compare_btn:hover{
	color:#fff;
}
.compare_btn_sec{
	float: left;
	width: 100%;
	position: relative;
}
.fasttrack_dropdown
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
	background-color: #FFFFFF;
	background-image: url('clientlibs/img/drop-d-icon.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-image: none\0;
	border: 0px;
	padding: 5px 20% 5px 0px;
	padding-right: 0px\0;
	margin: 0px;
	-webkit-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	float: right;
	outline: 0px;
}
.compare_car_add_box .compare_car_brand .fasttrack_dropdown, .compare_car_add_box .compare_car_model .fasttrack_dropdown, .compare_car_add_box .compare_car_variant .fasttrack_dropdown {
	width: 100%;
}
.comparison_menu_ul{
	list-style-type:none;
	font-family:arial;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin-bottom: 5px;
	width: 100%;
	float: left;
}
.comparison_menu_item{
	float: left;
	margin: 0px 10px 5px 10px;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
}
.comparison_menu_item a{
	color: #fff;
}
.comparison_result, .comparison_menu{
	width: 100%;
	float: left;
}
.comparison_result_sec{
	width: 24%;
	border-right: 1px #ccc solid;
	float: left;
}
.comparison_result_sec_det{
	width: 18%;
	border-right: 1px #ccc solid;
	float: left;
}
.comparison_result_top{
	width: 100%;
	height: 200px;
	border-bottom: 1px #ccc solid;
}
.comparison_head_ul, .comparison_item_ul{
	list-style-type: none;
	padding: 3% 3% 3% 0%;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.comparison_item_ul{
	padding: 3% 3% 3% 6%;
	font-weight:normal;
}
.comparison_item{
	margin-bottom: 30px;
	height:30px;
}
.comparison_img{
	padding: 0% 6% 2%;
}
.comparison_car_name{
	font-family: arial;
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
	padding: 5px 6% 3px;
	height: 39px;
	line-height: 19px;
}
.comparison_car_price{
	font-family: arial;
	font-size: 14px;
	color: #818f9e;
	margin-bottom: 10px;
	padding: 5px 6% 8px;
}
.comparison_car_btn{
	background-color: #dadada;
	color: #000;
	margin: 0% 10% 0% 6%;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	display:block;
}
.comparison_car_btn:hover{
	color:#000;
	background-color: #dadada;
}
.comp_overview{
	height:auto;
}
.comparison_result_desc{
	width: 100%;
	height: auto;
	float: left;
}
/************Fasttrack CSS Ends*********/
.section_fullslide_block, .Section_sub_book_listing_outer {
	height: auto;
	overflow: hidden;
}
.section_fullslide_block {
	margin-bottom: 10px;
}
.section_fullslide_block {
	margin-bottom: 10px;
}
.Section_sub_outer, .Sub_section_sub_outer, .Section_sub_outer_two_col, .Section_sub_outer_slide, .specials_slider_outer, .reviews_slider_outer, .trailers_slider_outer, .sub_section_specials_outer, .section_sub_literature_block, .astro_download_slide, .section_spotlight_outer, .section_music_downloads_outer  {
	width: 100%;
	height: auto;
	margin: 0px 0px 15px 0px;
	float: left;
}
.section_sponcers {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section_sponcers img {
	float: right;
}
.section_sub_listing_inside_row {
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.Section_sub_book_block {
	width: 47.5%;
	height: 170px;
	padding: 0px 1.2% 0px 0px;
	margin: 0px 1.2% 15px 0px;
	float: left;
}
.Section_sub_book_block:nth-child(odd) {
	border-right: 1px #EEF1F5 solid;
}
.Grey_border_right_1px {
	border-right: 1px #E4E4E4;
	border-right-width: 3px;
}
.book_cover {
	float: left;
	width: 100px;
	height: auto;
	margin-right: 10px;
}
.book_title, .blog_article_headline_malayalam, .book_title a, .blog_article_headline_malayalam a  {
	font-family: "EGGIndulekhaUni";
	font-size: 22px;
	color: #072B5F;
	line-height: 26px;
	margin-bottom: 5px;
}
.book_title a, .book_writer a, .book_publisher a, .book_categories_title a {
	text-decoration: none;
}
.blog_article_headline_malayalam a:hover, .book_title a:hover{
	text-decoration: none;
	color: #009CE0;
}
.book_writer, .book_writer a  {
	font-family: PanchariUni;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
}
.book_publisher, .book_publisher a {
	font-family: PanchariUni;
	font-size: 17px;
	color: #000000;
	line-height: 21px;
	font-weight: normal;
}
.book_price {
	font-family: PanchariUni;
	color: #783E0A;
	font-size: 17px;
	line-height: 21px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.book_categories_title, .book_categories_title a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.book_list_desc-rig_blk, .blog_column_rig_blk, .promo_dropdown_rig_blk {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.Section_sub_book_block_right {
	overflow: hidden;
	display: block;
}
.book_review_txt_outer {
	margin-top: 10px;
	display: block;
	overflow: hidden;
}
.new_arrivel_inside_row, .blogger-row {
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.section_sub_blog_block {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	display: block;
}
.blogger-img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.blogger_name_malayalam {
	font-family: PanchariUni;
	font-size: 17px;
	color: #666666;
	line-height: 21px;
	font-weight: normal;
}
.blog_article_headline_English {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #072B5F;
	line-height: 24px;
	font-weight: normal;
}
.blogger_name_English {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 21px;
	font-weight: normal;
}
.Blog_English_normal {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	padding: 0;
	display: inline;
}
.e_novel_img {
	width: 300px;
	height: auto;
	overflow: hidden;
}
.e_novel_img img {
	width: 100%;
	height: auto;
	float: left;
}
.select_E_novel_block {
	float: left;
	width: auto;
	display: block;
	padding-top: 10px;
}
.common_dropdown_left {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: none\0;
	border: 0px;
	padding: 5px 25px 5px 5px;
	padding-right: 0px\0;
	margin: 0px;
	-webkit-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	float: left;
	outline: 0px;
}
.Choose_category_block {
	display: block;
	background-color: #F7F7F7;
	border: 1px solid #F2F2F2;
	overflow: hidden;
	padding: 10px;
	margin-bottom:10px;
}
.book_details_txt_outer {
	display: block;
	padding-top: 10px;
}
#popup_common_Wrapper, .popup-common-car-compare {
	overflow: hidden;
	width: 600px;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border: 15px solid #EFEFEF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 1px 10px 1px rgba(8,8,8,0.33);
	box-shadow: 0px 0px 10px 1px rgba(8,8,8,0.33);
}
.popup-common-car-compare {
	width: 180px;	
}

.Popup_form_submit_common, .Popup_form_reset_common {
	color: #FFFFFF;
	float: left;
	width: auto;
	height: auto;
	padding: 8px 15px;
	margin: 5px 10px 0px 0px;
	text-decoration: none;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	outline: 0px;
	cursor: pointer;
}
.Popup_form_submit_common {
	background-color: #FFA317;
}
.Popup_form_reset_common {
	background-color: #BEBEBE;
}
.label-box {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px 0px 5px 0px;
}
.form_field_inside_right .label-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	margin:0px 0px 8px 0;
	width: 100%;
	line-height: 14px;
}
.shadow-inbox-MN {
	float: left;
	box-shadow: 0px 0px 0px;
	padding: 5px;
	height: 25px;
	width: 98%;
	border: 1px solid #E2E2E2;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: 0 0 10px #E6E6E6 inset;
	-ms-box-shadow: 0 0 10px #E6E6E6 inset;
}
.label-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	margin:18px 0px 8px 0;
	width: 100%;
	line-height: 14px;
}
.form_field_txt_left {
	width: 20%;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	line-height: 16px;
	
}
.form_field_inside_right {
	width: 75%;
	margin: 4px;
	float: right;
}
.box_txt_normal {
	width: auto;
	padding: 5px 10px;
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

.Popup_common_title {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFA317;
	font-weight: bold;
	display: block;
	float: left;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.close{
	background-position: center center;
	float: right;
	width: 28px;
	height: 28px;
	background-image: url('clientlibs/img/close_icon.png');
	background-repeat: no-repeat;
}
.popup_common_inside_outer, .popup_form_field_outer {
	float: left;
	width: 100%;
}
.normal_font_grey {
	height: auto;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}
.label-font .normal_font_grey {
	line-height: 14px;
}
.common_close_outer {
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Popup_left_outer {
	width: 48%;
	float: left;
	display: block;
	margin-right: 3%;
}
.Popup_right_outer {
	width: 48%;
	float: left;
	display: block;
	margin: 0;
}
.popup_inside_left_outer {
	float: left;
	width: 50%;
}
.slote_full_width {
	width: 98%;
	float: left;
}
.Comment-slot-40 {
	margin: 0px 5px 0 0;
	float: left;
	width: 45%;
	padding: 0px 0 0 0;
}
.Comment-image-slt {
	float: left;
	width: 82px;
	height: 40px;
}
.Refresh-btn-Cmt {
	width: 30px;
	height: 30px;background-position: left top;
	background-image: url('clientlibs/img/refresh-img-sample.gif');
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 5px;
	float: left;
}
.shadow_inbox_txt_area {
	height: 75px;
	width: 97%;
	border: 1px solid #E2E2E2;
	padding: 3px 1%;
	resize: none;
	float: left;
	box-shadow: 0px 0px 0px;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: 0 0 10px #E6E6E6 inset;
	-ms-box-shadow: 0 0 10px #E6E6E6 inset;
}
.right-side-section {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}
.arial-05 {
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	float: left;
	width: 96%;
	height: auto;
	padding: 5px 0px 0px 5px;
	line-height: 150%;
}
.georgia-normal-04-column {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    width: auto;
    height: auto;
    padding: 0px 10px;
    line-height: 150%;
}
.ColumnSlot-H {
    margin: 0px;
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 5px;
}
.ColumnSlot-H .ColumnRightBox .image-common02 {
	margin-left: 10px !important;
}
.common-slotFull-Border {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px #EEF1F5 solid;
    padding: 0px 0px 5px;
    margin: 5px 0px;
}
.ColumnRightBox {
    width: 35%;
    padding: 0px;
    float: right;
    margin: 0px;
    height: auto;
}
.image-common02 {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    height: auto;
}
.Quote-icon {
	width: 15px;
	height: 20px;
	float: left;
	padding: 0px 5px 5px;
	background-image: url('clientlibs/img/Column-Quotes.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-right: 5px;
}
.georgia-normal-04-column {
    font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	padding: 0;
}
.column_head_section {
	padding: 0px 0px 10px 0px;
	font-family: "EGGIndulekhaUni";
	font-size: 22px;
	font-weight: bold;
	color: #072B5F;
}
.arial_normal {
	font-family: "Arial" !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #000000 !important;
}
.other-videos .arial_Normal a, .other-videos .panchari_Normal a, .next-up-list .arial_Normal a, .next-up-list .panchari_Normal a {
	color: #FFFFFF;
}
.dowload_plans_veedu_outer {
	width: auto;
	height: auto;
	border: 1px solid #CCCCCC;
	padding:5px;
	overflow: hidden;
}
.dowload_plans_veedu_outer img {
	width: 100%;
	float: left;
}
.downlaod_plans_txt, .downlaod_plans_txt_mal {
	font-weight: bold;
	text-transform: none;
	padding: 5px;
	color: #000000;
	display: block;
}
.downlaod_plans_txt {
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
}
.downlaod_plans_txt_mal {
	font-family: "PanchariUni";
	font-size: 18px;
	line-height: 100%;
}
.download_plans_ounter_main {
	width: 31.8%;
	height: 186px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}
.astrology_dowmloads_img {
	width: 210px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.astro_downloads_title {
 	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}

.astro_report_inside_outer {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 12px;
}
.sample_report_outer, .price_buy_outer, .sample_report_outer_block {
	width:auto;
	height:auto;
	padding-top:5px;
	float:left;
}
.sample_report_outer_block {
	width: 100%;
	padding-top: 10px;
	border-top: 1px #DADADA dotted;  
}
.price_buy_outer {
 	padding-top:0px;
	float: right;
	width: auto;
}

.sample_report_txt {
	font-family: arial, Helvetica, sans-serif;
	width: auto;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 7px;
	padding-bottom: 7px;
}
.sam_reports_button, .sam_reports_button_white_txt {
	width: auto;
	background-color: #EFF1F0;
	float: left;
	font-family: arial;
	color: #4C4C4C;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 7px 10px 7px 10px;
	border-radius: 12px;
	margin-right:10px;	
}
.sam_reports_button_white_txt {
	color: white;
}
.astro_price_txt {
	color: #CC0000;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	background-image: url('clientlibs/img/Rupee_icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: auto;
}
.panchangam_listing_outer {
	width: 100%;
	display: block;
}
.astro_form_row {
	width: 95%;
	padding: 5px 10px;
	float: left;
}
.astro_form_headline {
	font-family: Arial;
	font-weight: bold;
	width: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
}


.panchangam_listing_outer li {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	float: left;
}
.panchangam_txt {
	width: 45%;
	float: left;
	font-family: PanchariUni;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding: 5px 6px 5px 6px;
}
.star_prediction_result_outer {
	width: 660px;
	background-color: #FFFFFF;
	float: left;
}
.star_pre_inside_top_block {
	width: 96%;
	margin: 10px;
	padding-bottom: 10px;
	display: block;
	overflow: hidden;
	border-bottom: 1px #EEF1F5 solid;
}
.rashi_txt {
	font-family: EGGIndulekhaUni;
	font-size: 22px;
	font-weight: bold;
	color: #072B5F;
}
.black_txt_prediction {
	color:black;
}
.astro_prediction_period_result_txt {
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:black
}
.inside_result_box_astro {
	width: 50%;
	float: left;
	margin-left: 1%;
}
.astro_results_inside_astrologer_name_txt {
	width:40%;
	font-family: "PanchariUni";
	font-size:18px;
	font-weight:normal;
	text-align:right;
	line-height:22px;
	color:#666666;
	float:left;
	margin-left:10px;
	
}
.astro_pre_inside_cont_block {
 	width: 96%;
 	height:155px;
	margin: 10px;
	display:block;
	overflow-x:hidden;
	overflow-y:auto;
	
}
.astro_pre_inside_cont_block p {
	width:96%;
	height:auto;
	font-family: "PanchariUni";
	font-size:18px;
	line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.slideshow_sec{
	width: 96%;
	float: left;
	padding: 4px 2%;
	background-color: #0d0d0d;
}

.full_width_img_option{
	width: 100%;
	float: left;
	background-color: #111111;
	border-top: 1px solid #4B4B4B;
}
.more_campus{
	float: left;
	padding: 15px 10px 16px 24px;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #333333;
	background-image: url('clientlibs/img/min-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	cursor: pointer;
}
.more_campus_hide{
	background-image: url('clientlibs/img/max-icon.png');
}
.slideshow_carousel{
	overflow: hidden;
	width: 100%;
	height: auto;
 }
.images_search_area {
	width: 220px;
	height: 30px;
	background-color: #333333;
	border: 1px solid #333333;
	margin: 5px 10px 5px 0px;
	float: right;
	position: relative;
	display: inline-block;
}
.images_search_area .images_input_text_bg {
	width: 83%;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
	background-color: #333333;
	border: 0px;
	margin: 0px 3px 0px 3px;
	overflow: auto;
	float: left;
	outline: 0px;
}
.images_search_area .images_bg_search_icon {
	width: 9%;
	height: 30px;
	background-color: #0C0C0C;
	background-image: url('clientlibs/img/search-icon-white.png');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 6%;
	border: 0px;
	float: right;
	cursor: pointer;
	outline: 0px;
}


.features_box_inside {
	width: 100%;
	float: left;
	display: none;
	margin: 0px;
	padding: 0px;
}
.Comment-switch-slot {
	margin: 8px 0 0 0;
	float: left;
	width: 100%;
}
.Comment-switch-slot ul {
	float: left;
}
.Comment-switch-slot ul li {
	border: 1px solid #DADADA;
	padding: 8px;
	margin: 1px;
	float: left;
	width: auto;
	display: block;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #888888;
	background-color: #F5F5F5;
}
.Comment-switch-slot ul li:hover, .Comment-switch-slot ul li a, .Comment-switch-slot ul li.Commentactive {
	color: #000000;
}
.sec_full_block {
	height: auto;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: block;
	overflow: hidden;
}
.sec_full_block .box_1, .sec_full_block .box_2 {
	width: 48.48%;
	height: auto;
	margin: 0% 3.03% 0% 0%;
	padding: 0%;
	float: left;
	overflow: hidden;
}
.sec_full_block .box_2 {
	margin: 0% 0% 0% 0% !important;
}
.advt-300-600 {
	width: 300px;
	height: 600px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	float: left;
}
.sec_right_common, .sec_rig_num_list_story, .sec_rig_main_list_story, .social_media_call_outer, .social_media_call_blk {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	width: 100%;
}
.panel_num_list {
	width: 100%;
	float: left;
}
.panel_num_list ul {
	display: block;
}
.panel_num_list ul li {
	padding: 10px 0px 10px 30px;
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #072B5F;
	list-style-type: none;
	margin: 0px;
	line-height: 115%;
	border-bottom: 1px #EEF1F5 solid;
	list-style: none;
}
.panel_num_list ul li:last-child {
	border-bottom: none;
}

.panel_num_list ul li a {
	color: #072B5F;
}
.panel_num_list ul li a:hover {
	color: #009CE0;
}
.number_box {
	width: 17px;
	height: 24px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-image: url('clientlibs/img/circle-bg.png');
	background-position: left 0px;
	background-repeat: no-repeat;
	padding: 1px 0px 0px 8px;
	margin: 0 5px 0 -30px;
	float: left;
}
.slide_show_sec {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	float: left;
}
.section_slide_outer {
	height: auto;
	background-color: #000000;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.sec_slide_box_1 {
	width: 48.50%;
	float: left;
	margin: 0px 0% 6px 1%;
	position: relative;
}
.sec_slide_box_2 {
	width: 31.90%;
	float: left;
	margin: 0px 0% 6px 1%;
	position: relative;
}
.sec_slide_box_1 img, .sec_slide_box_2 img  {
	width: 100%;
}
	.top-story-bg {
		width: 100%;
		height: auto;
		position: absolute;
		z-index: 5;
		background-image: url(clientlibs/img/article-slide-bg.png); 
		background-position: left;
		bottom: 0px;
		display: block;
	}
	.slide_para, .slide_para a {
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		padding: 10px;
		font-family: Arial;
		line-height: 120%;
	}
	.sec_panel_other_stories {
		float: left;
		width: 100%;
	}
	.sec_panel_other_stories ul {
		display: block;
	}
	.sec_panel_other_stories ul li {
		padding: 0px 5px 5px 0px;
		font-family: "PanchariUni";
		font-size: 19px;
		font-weight: normal;
		color: #072B5F;
		list-style-type: none;
		margin-bottom: 10px;
		line-height: 115%;
		border-bottom: 1px #EEF1F5 solid;
		list-style: none;
	}
	.sec_panel_other_stories ul li:last-child {margin-bottom: 0px;}
	.sec_panel_other_stories ul li a {
		color: #072B5F;
	}
	.sec_stories_slot {
		width: 100%;
		height: auto;
		border-bottom: 1px #EEF1F5 solid;
		padding-bottom: 10px;
		margin-bottom: 10px;
		float: left;
		overflow: hidden;
	}
	.sec_stories_slot_img {
		width: 100%;
	}

/****** stylwe from english *******/
.travel-sect-heading {
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #ff708e;
	margin: 0 0 8px 0;
	padding: 7px 0px 5px 0px;
	border-top:3px solid #ff708e;
	float: left;
}
.language-tips-details {
	width: 100%;
	height: auto;
	background-color: #F7F7F7;
	float: left;
}
.language-tips-details ul{
	list-style-type: none;
	padding-left: 2%;
}
.language-tips-details ul li{
	height: 52px;
	float: left;
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	width: 46%;
}


.travel-subsection-sub-head-half {
	width: 100%;
	height: auto;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 8px 0;
	float: left;
}
.about-kerala-block {
	width: 100%;
	height: auto;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	float: left;
}
.travel-guide-block {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	width: 100%;
}
.travel-guide-block .travel-sect-heading {
	height: auto;
	padding: 5px 0px 6px 5px;
	display: block;
	overflow: hidden;
	background-color: #F07DA3 !important;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.travel-guide-details {
	width: 100%;
	height: auto;
}
.travel-guide-details ul {
	width: 100%;
	display: block;
	list-style-type: none;
}
.travel-guide-details li {
	width: 96%;
	height: auto;
	float: left;
	display: block;
	list-style-type: none;
	padding: 10px 0px 10px 5px;
	margin: 0px 5px 0px 0px;
	font-family: arial ;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 160%;
	border-bottom: 1px #EEF1F5 solid;
}
.travel-guide-details li:last-child {
	border-bottom: none;
}
.travel-guide-details li a {
	text-decoration: none;
	color: #000000;
}
.travel-guide-details li a:hover  {
	text-decoration: underline;
	color: #007CC3;	
}
.image-left {
	width: auto;
	vertical-align: top;
	padding: 2px 5px 0 0;
	float: left;
}
.travel-guide-list-number {
	width: auto;
	margin: 0px 0px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}
/****** stylwe from english *******/
.block_bor_top {
	background-color: #FEF1F5;
	border-top: 5px #F07DA3 solid;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	display: block;
}
.block_bor_top .common_art_right {
	border-bottom: 1px #FFF solid;
	padding: 10px;
}
.search-listing-box {
	overflow: hidden;
	padding: 10px;
	background-color: whiteSmoke;
	margin-top: 15px;
	float: left;
	width: 96.9697%;
}
.listingAdtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	float: left;
	padding-top: 3px;
	margin-right: 5px;
	width: auto;
}
.listingAdlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #8C3625;
	float: left;
}
.listingAdlink a {
	color: #8C3625;
	text-decoration: none;
}
.count2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	margin-top: 15px;
	float: left;
	width: 100%;
}
.Headinglist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	width: 100%;
	float: left;
}
.listing-location {
	color: #333333;
	font-size: 13px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 100%;
}
.listingicon {
	float: left;
	width: 25px;
}
.listing-content {
	float: left;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height:140%;
	color: #4F4F4F;
	width: 90%;
	height: auto;
	padding-bottom: 5px;
}
.listing-area {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.listingAdtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	float: left;
	padding-top: 3px;
	margin-right: 5px;
	width: auto;
}
.SearchListQk {
	float: left;
	width: 100%;
}
.input-text-bg-n-4 {
	width: 245px;
	height: 22px;
	padding: 4px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	-webkit-box-shadow: inset 2px 2px 2px 0px #C8C8C8;
	-moz-box-shadow: inset 2px 2px 2px 0px #C8C8C8;
	box-shadow: inset 2px 2px 2px 0px #C8C8C8;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #D3D3D3;
	color: #000000;
}
.top-box-common { 
	width: 100%;
	float: left;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
}
.icon-box-60 {
	float: left;
	width: 59%;
	height: auto;
	padding: 0px;
}
.featured-recipe-title {
	float: left;
	width: Auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	padding: 0px;
}
.input-text-bg-n-5 {
	width: 99%;
	height: 85px;
	float: left;
	padding: 4px 0px 0px 5px;
	margin: 0px;
	border: 1px solid #E2E2E2;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: 0 0 10px #E6E6E6 inset;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	resize: none;
}
.ask-expert-top-box {
	width: 980px;
	float: left;
	height: auto; 
	margin: 0px 0px 10px 0px;
}
.ask-left-box { 
	width: 41%;
	float: left;
	height: auto;
	background-color: #F4F4F4;
	padding: 0px 1%;
}
.ask-right-box { 
	width: 54%;
	float: left;
	padding: 0px 1%;
}
.chef-slot-1 {
	display: block;
	padding: 5px 5px 5px 0px;
	float: left;
	height: 270px;
	margin-bottom: 0px;
}
.slot-25 {
	width: 30%;
	float: left;
	margin-right: 5px;
}
.input-text-bg-n-4 {
	width: 99%;
	height: 22px;
	float: left;
	padding: 4px 0px 0px 5px;
	margin: 0px;
	border: 1px solid #E2E2E2;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: 0 0 10px #E6E6E6 inset;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.submit-icon {
	border: none;
	margin: 10px 2% 5px 31%;
	padding: 10px 15px;
	width: auto;
	float: left;
	height: auto;
	background-color: #FFA317;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;	
}
.reset-icon { 
	border: none;
	background-color: #BEBEBE;
	margin: 10px 0px 5px 0px;
	padding: 10px 15px;
	width: auto;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;	
}
.chef-details-txt { 
	font-family: "EGGIndulekhaUni";
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: 0px 0px 10px 0px;
	line-height: 110%;
	width: auto;
	height: auto;
	word-break: normal;
	word-wrap: break-word;
}
.chef-intro-text { 
	font-family: "PanchariUni";
	font-size: 19px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 110%;
	display: block;
	margin: 0px 0px 10px 0px;
	word-break: normal;
	word-wrap: break-word;
}
.posted-by-txt { 
	width: 98%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	line-height: 20px;
	vertical-align: top;
	text-align: right;
	padding: 5px 0px 5px 0px;
}
.chef-photo {
	width: auto;
	height: auto;
	margin: 0px 10px 0px 0px;
	float: left;
}
.quest_ans_outer {
	float: left;
	height: auto;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.pad_left_10 {
	padding-left: 10px !important;
}
.question_answer_area { 
	width: 98%; 
	float: left;
	padding: 0px 1% 10px 1%;
	margin: 0px 0px 0px 0px;
	border-bottom: 	1px #EEF1F5 solid;
}
.quest_font {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	display: block;
	line-height: 180%;
	float: left;
}

.letters-slot {
	height: auto;
	margin-bottom: 5px;
	overflow: hidden;
}
.letters-slot ul {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
}
.letters-slot ul li { 
	float: left;
	display: block;
	list-style-type: none;
	font-family: arial, "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 37px;
	padding: 0px 10px 0px 10px;
}
.letters-slot ul li a, .letters-slot ul li a:active, .letters-slot ul li a:link, .letters-slot ul li a:visited {
	color: #000000;
	text-decoration: none;
	outline: none;
}
.letters-slot ul li a:hover {
	color: #000000;
	text-decoration: underline;
	outline: none;
}
.letters-slot ul li.select-grey-slot {
	background-image: url('clientlibs/img/health-a-z-bg.png');
	background-repeat: no-repeat;
	background-position: -44px top;
	width: auto;
	height: 50px;
	float: left;
	margin-right: 6px;
}
.letters-slot ul li.selection-slot {
	background-image: url('clientlibs/img/health-a-z-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF !important;
	width: auto;
	height: 50px;
	float: left;
	margin-right: 5px;
}
.select-letter {
	width: auto;
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	color: #F07DA3;
	padding-left: 10px;
	overflow: hidden;
}
.select-letters-list {
	height: auto;
	padding: 5px;
	overflow: hidden;
}
.select-letters-list ul {
	width: 100%;
	float: left;
}
.select-letters-list ul li {
	list-style-type: none;
	float: left;
	width: auto;
}
.select-letters-list ul li.select-letters-name-1 { 
	width: 17.3%; /*13.9%; */
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 15px;
	color: #000000;
	padding: 0.5%;
	float: left;
	margin: 0px 1.6% 10px 0px; 
	word-break: normal;
}
.select-letters-list ul li a, .select-letters-list ul li a:active, .select-letters-list ul li a:link, .select-letters-list ul li a:visited {
	color: #000000;
	text-decoration: none;
	outline: none;
}
.select-letters-list ul li a, .select-letters-list ul li a:active, .select-letters-list ul li a:link, .select-letters-list ul li a:visited {
	color: #000000;
	text-decoration: none;
	outline: none;
}
.label_box_02 {
font-weight: normal !important;
color: #333333 !important;
border: 1px solid #e9e9e9;
float: left;
height: 25px;
padding: 5px;
margin: 0px 1% 0px 0%;
width: 65%;
}
.label_box_02_no_bor {
float: left;
margin: 0px 1% 0px 0%;
width: 65%;
}
.label_box_02_30 {
	font-weight: normal !important;
	color: #333333 !important;
	border: 1px solid #e9e9e9;
	float: left;
	height: 25px;
	padding: 5px;
	margin: 0px 1% 0px 0%;
	width: 30%;
}
.label_box_03_10 {
	font-weight: normal !important;
	color: #333333 !important;

	border: 1px solid #e9e9e9;
	float: left;
	height: 25px;
	padding: 5px 5px 5px 0px;
	margin: 0px 2% 0px 0%;
	width: 20%;
}
.label_box_03_11, .label_box_04_41, .label_box_05_20 {
	font-weight: normal !important;
	color: #333333 !important;
	border: 1px solid #e9e9e9;
	float: left;
	height: 25px;
	padding: 5px 5px 5px 0px;
	margin: 0px 2% 0px 0%;
	width: 10%;
}
.label_box_04_41 {
	width: 41%;
}
.label_box_05_20 {
	width: 25%;
}
.label_box_03_11 {
	width: 18%;
}


.Popup_box_20 {
	width: auto;
	float: left;
	display: block;
	margin: 5px 0px 0px 10px;
	}
.Popup_left_outer_90 {
	width: 90%;
	float: left;
	margin: 0px 0px 10px 0px;
	}
.Poll-Slot ul li.normal {
	font-weight: normal !important;
	}

.list_items_left {
	width: 98%;
	border: 0px;
	padding: 5px 0px 5px 5px;
	margin: 0px auto;
	display: block;
	}
.astro_details_tab {
	overflow: hidden;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	}
.astro_details_tab ul {
	width: 100%;
	}
.astro_details_tab ul li {
	width: auto;
	float: left;
	font-family: "PanchariUni";
	font-size: 19px;
	color: #990066;
	font-weight: normal;
	line-height: 18px;
	list-style: none;
	padding-left: 1%;
	}
.icon_box_left {
	width: auto;
	float: left;
	margin-right: 5px;
	}
.astro_download_slide, .star_prediction_box, .prayer_time_box, .rahu_time_box { 
	height: auto;
	margin: 0px 0px 15px 0px;
	width: 100%;
	float: left;
	}
.rahu_time_box {
	display: none;
}
.prayer_time_box_left  { 
	height: auto;
	margin: 0px 0px 15px 0px;
	}
.astro_help_right_box {
	width: auto;
	height: auto;
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 116%;
	margin: 5px 10px 5px 0px;
	}
.astro_tab_block {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 100%;
	}
.astro_tab_outer {
	width: 300px;
	float: left;
	margin: 0px 0% 0px 1%;
	}
.astro_tab_outer ul {
	width: 100%;
	}
.astro_tab_outer ul li {
	width: 45%;
	float: left;
	color: #5F5F5F;
	font-family: "EGGIndulekhaUni";
	font-weight: normal;
	font-size: 20px;
	padding: 8px 0px 8px 0px;
	margin: 0px 0 0px 0;
	list-style: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	}
.astro_tab_outer ul li.astro_tab_active{
	/*color: #990066 !important; */
	background-color: #FFFFFF;
	}
.astro_tab_right {
	font-weight: normal !important;
	color: #333333 !important;
	background-color: #FFFFFF;
	border: 1px solid #e9e9e9;
	float: right;
	height: 22px;
	padding: 2px;
	margin: 3px 1% 0px 0%;
	width: 25%;
	}
.astro_pred_inside, .astro_pred_inside_2_2 {
	float: left;
	width: 100%;
	}
.astro_pred_inside_2_2 {
	display: none;
	}
.inside_box_astro {
	width: 31%;
	float: left;
	margin-left: 1%;
	}
.inside_box_text {
	color: #5F5F5F;
	font-family: "EGGIndulekhaUni";
	font-weight: normal;
	font-size: 20px;
	padding: 10px 0px 0px 0px;
	}	
.prayer_tab_outer {
	width: 98%;
	float: left;
	margin: 4px 0% 0px 2%;
	}
.prayer_tab_outer ul {
	width: 100%;
	}
.prayer_tab_outer ul li {
	width: 40%;
	float: left;
	color: #FFFFFF;
	font-family: "EGGIndulekhaUni";
	font-weight: normal;
	font-size: 20px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	}
	.prayer_tab_outer ul li.prayer_tab_active{
	color: #000000 !important;
	background-color: #FFFFFF;
	}
	
.Gridbox, .tGrid {
	text-align: left !important;
	width: 100%;
	float: left;
	}	
.Gridbox .HeadLeft, .Gridbox .HeadCenter, .Gridbox .HeadRight {
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	font-variant: normal;
	line-height: 20px;
	padding: 5px;
	}
.Gridbox ul {
	width: 100%;
	float: left;
	height: auto;
	list-style: none;
	border-left: 1px #E8E8E8 solid;
}
.Gridbox ul li {
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	font-variant: normal;
	line-height: 20px;
	padding: 5px 0px 5px 0px; 
	width: 14.4%; 
	float: left;
}
.Gridbox ul li:last-child {
	width: 12% !important;
	}
.border04 { 
	border: 1px #E8E8E8 solid; 
	}
.border03 {
	border-right: 1px #E8E8E8 solid;
	border-top: 1px #E8E8E8 solid;
	}
.border02{
	border-right: 1px #E8E8E8 solid;
	border-top: 1px #E8E8E8 solid;
	border-bottom : 1px #E8E8E8 solid;
	}	
.Gridbox01-rahu {
	text-align: left !important;
	width: 100%;
	float: left;
	}
.Gridbox02-rahu {
	text-align: left !important;
	width: 100%;
	float: left;
	}
.Gridbox02-rahu ul {
	text-align: left !important;
	width: 100%;
	float: left;
	list-style: none;
	border-left: 1px #E8E8E8 solid;
	}
.Gridbox02-rahu ul li {
	float: left;
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	font-variant: normal;
	line-height: 20px;
	padding: 5px 0px 5px 0px;
	}
.Gridbox02-rahu-left { 
	width: 58% !important ; 
	}
.Gridbox02-rahu-center {
	width: 18.3% !important;
	padding: 6px 1% !important;
	}
.Gridbox02-rahu-right {
	width: 18.3% !important ; 
	padding: 6px 1% !important;
	}
.Gridbox03-rahu {
	text-align: left !important;
	width: 100%;
	float: left;
	border-bottom : 1px #E8E8E8 solid;
	}
.Gridbox03-rahu ul {
	text-align: left !important;
	width: 100%;
	float: left;
	list-style: none;
	border-left: 1px #E8E8E8 solid;
	}
.Gridbox03-rahu ul li {
	float: left;
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	font-variant: normal;
	line-height: 20px;
	padding: 6px 0px 6px 0px; 
	}
.Gridbox03-10 {
	width: 9% !important ;  
	}
.Gridbox03-12{
	width: 12.3% !important;
	}
.Gridbox03-20 {
	width: 18.3% !important;
	padding: 6px 1% !important;
	}	
.HeadLeft {
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-variant: normal;
	line-height: 20px;
	padding: 5px;
	}
.HeadLeft02 {
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-variant: normal;
	line-height: 20px;
	padding: 8px;
	float: left;
	}	
.astro_horoscope_block {
	width: 100%;
	float: left;
	}
.astro_dropdown_box {
	font-weight: normal !important;
	color: #333333 !important;
	background-color: #FFFFFF;
	border: 1px solid #e9e9e9;
	float: left;
	height: 25px;
	padding: 0px;
	margin: 5px 0px;
	padding-right: 2%;
	width: 98%;
	}
.astro_dropdown_sec1 {
	width: 49%;
	float: left;
	margin: 0px 2% 5px 0%;
	}
.astro_mach_maker, .numerology_widget {
	height: auto;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
.astro_mach_maker .panchari_Normal {
	word-break: normal;
}
.your_star_result_block, .match_maker_result_block {
	height: auto;
	padding: 0px 5px 5px 0px;
	overflow:hidden;
}
.match_maker_result_block .box01 {
	height: auto;
	width: 45%;
	float: left;
	padding: 5px 0px 5px 10px;
}
.match_maker_result_block .box02 {
	height: auto;
	width: 28%;
	float: left;
	padding: 5px 0px 5px 10px;
}
.section_single_columns {
	height: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}
.section_sng_col_1_2_1_left_news_sec, .section_sng_col_1_2_1_middle_news_sec, .section_sng_col_1_1_2_story_news_sec {
	height: auto;
	overflow: hidden;
	display: block;
}
.section_sng_col_top_news {
	width:  63.3%;
}
.section_sng_col_top_news .malayalam_head {
	font-size: 30px !important;
}
.section_sng_col_justin {
	width:   30.6%;
}
.section_sng_col_1_2_1_left, .section_sng_col_1_2_1_right {
	width:  20.4%;
}
.section_sng_col_1_2_1_middle {
	width:  47.2%;
}
.section_sng_col_1_1_2_story {
	width:  30.6%;
}
.section_sng_col_1_1_2_adv, .section_sng_col_1_1_2_adv .advt-300-250 {
	width:  300px;
	margin: 0px;
}
.section_sng_col_1_1_2_adv {
	padding-top: 32px;
}
.section_sng_col_top_news, .section_sng_col_justin, .section_sng_col_1_2_1_left, .section_sng_col_1_2_1_middle, .section_sng_col_1_2_1_right, .section_sng_col_1_1_2_story, .section_sng_col_1_1_2_adv {
	overflow: hidden;
	float: left;
}
.section_sng_col_title_box, .Heading-Justin, .section_sng_col_justin_news, .mynewslist, .section_sng_col_sub_sec_bull_news {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.section_sng_col_justin .BreakingNews .mynewslist {
	margin-bottom: 0px;
}
.section_sng_col_title_box .common_title, .Heading-Justin {
	padding: 0px !important;
}
.section_sng_col_top_news, .section_sng_col_1_2_1_left, .section_sng_col_1_2_1_middle {
	border-right: 1px #EEF1F5 solid;
	padding-right:  2.8%;
	margin-right:  3.0%;
}
.section_sng_col_1_1_2_story {
	border-right: 1px #EEF1F5 solid;
	padding-right:  1.9%;
	margin-right:  2.0%;
}
.section_sng_col_top_news_img, .section_sng_col_sub_sec_thumb_news_img, .section_sng_col_1_2_1_middle_img_hed, .section_sng_col_1_2_1_left_img_hed, .section_sng_col_1_2_1_left_img, .section_sng_col_sub_sec_img_blk {
	height: auto;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.section_sng_col_justin_news ul, .mynewslist ul, .section_sng_col_sub_sec_bull_news ul {
	display: block;
}
.section_sng_col_justin_news ul li, .mynewslist ul li, .section_sng_col_sub_sec_bull_news ul li {
	padding: 0px 0px 5px 0px;
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #072B5F;
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 115%;
	list-style: none;
}
.section_sng_col_sub_sec_bull_news ul li:last-child, .section_single_columns:last-child, .section_sng_col_1_2_1_middle_img_hed:last-child .section_sng_col_sub_sec_thumb_news {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.section_sng_col_sub_sec_thumb_news, .section_sng_col_1_1_2_story_thumb_news, .section_sng_col_sub_sec_img {
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
.section_sng_col_sub_sec_thumb_news, .section_single_columns, .section_sng_col_justin_news ul li, .mynewslist ul li, .section_sng_col_sub_sec_bull_news ul li, .result-block, .indepth-top-sec, .mm-stories, .Blog-Frame, .arialFont, .helpline ul li, .panel-other-stories ul li, .trailers_listing_movie_blk {
	border-bottom: 1px #EEF1F5 solid;
}
.common_sub_title {
	height: auto;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	display: block;
}
/*************Search Results Start*************/
.result-block {
	width: 98%;    
	height: auto;
	color: #000000;   
	font-weight: normal;
	background-color: #F4F4F4;
	padding: 20px 10px 20px 10px;
	overflow: hidden;
	display: block;
}
.result-block-font {   
	font-family: Arial;
	font-size: 23px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
}
.result-block p {
	height: auto;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	display: block;
}
.storyclass1 img {
	float: left;
	width: 275px;
	height: 145px;
	margin: 0 10px 0 0;
}
.storyclass1 h4 {
	font-family: "EGGIndulekhaUni";
	font-size: 22px;
	font-weight: normal;
	color: #072B5F;
	line-height: 110%;
	margin-bottom: 10px;
	display: block;
}
.storyclass1 p {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 120%;
	padding: 0;
	display: inline;
}
.storyclass1_img {
	width: 150px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.storyclass1_img img {
	width: 100%;
	height: auto;
	float: left;
}
/*************Search Results Ends*************/

/*************Indepth Start*************/
.indepth-top-sec {
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}
.mm-s-stories-noborder {
	float: left;
	padding-bottom: 15px;
	width: 100%;
}
.mm-s-stories-noborder img {
	float: left;
}
.Malayalam-head {
	font-family: "EGGIndulekhaUni";
	font-size: 25px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 5px;
	display: block;
}
.Malayalam-head, .Malayalam-head a, .panel-other-stories ul li a, .trailers_poster_name_list_blk h2 a, .subsec_top_trls_player_outer h2 a, .trailers_popup_player_outer h2 a, .faq_eng_header, .faq_eng_header a {
	color: #072B5F;
}
.panel-other-stories ul li a:hover, .BreakingNews .show-more-stories p:hover, .mynewslist ul li a:hover {
	color: #009CE0;
	text-decoration: none;
}
.mm-stories .Malayalam-head, .Latest-Videos-indepth-right .Malayalam-head {
	font-size: 22px;
}
.panchari-Normal,.panchari-Normal-Timeline {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 120%;
	padding: 0;
	display: inline;
}
.Blog-Frame .panchari-Normal.display-block {
	color: #666666;
	line-height: 100%;
}
.videoicon {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.Column-340-indepth, .Column-340 {
	width: 50%;
	padding-right: 9px;
	border-right: 1px #EEF1F5 solid;
	float: left;
}
.column-300-indepth {
	width: 46%;
	float: right;
	margin-left: 10px;
}
.Latest-Videos-indepth, .Latest-Videos-indepth-right, .Latest-Videos {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;	
}
.mm-stories {
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.mm-stories img {
	float: left;
}
.Blog-Frame {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
}
.Blog-Frame img {
	float: left;
	padding-right: 10px;
}
.arial-orange {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
.arialFont {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #000000;
	padding-bottom: 10px;
	margin: 10px 0px 0px 0px;
	display: block;
}
.helpline {
	width: 100%;
	float: left;
}
.helpline ul {
	list-style-type: none;
}
.helpline ul li {
	width: 100%;
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.panel-other-stories {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.panel-other-stories ul {
	display: block;
}
.panel-other-stories ul li {
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #072B5F;
	line-height: 22px;
	list-style-type: none;
	padding: 0px 0px 3px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
}
/*************Indepth Ends*************/

/*************Movie Start*************/
.social_media_call_blk {
	margin-bottom: 0px !important;
}
.buy_movie_tickets_outer, .buy_movie_tickets_banner, .num_top_rating_outer, .sec_rig_num_list_story_eng {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.buy_movie_tickets_outer {
	border-top: 5px #FFDD00 solid;
}
.buy_movie_tickets_text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	margin-bottom: 10px;
	overflow: hidden;
}
.buy_movie_tickets_text {
	margin-right: 10px;
	margin-left: 10px;
}
.movie_tickets_dropdown_blk {
	margin: 0px 10px 10px 10px;
	overflow: hidden;
}
.buy_movie_tickets_dropdown {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
	background-color: #FFFFFF;
	background-image: url('clientlibs/img/buy-movie-tickets-dropdown.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-image: none\0;
	-webkit-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	border: 1px #2C7E6B solid;
	padding: 8px 35px 7px 5px;
	padding-right: 5px\0;
	margin: 0px;
	outline: 0px;
}
.movie_tickets_submit_btm {
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(top, #ffff00 0%, #f9ed06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(100%,#f9ed06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffff00 0%,#f9ed06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffff00 0%,#f9ed06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffff00 0%,#f9ed06 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffff00 0%,#f9ed06 100%); /* W3C */
	border: 1px #2C7E6B solid;
	border-radius: 6px;
	margin: 0px;
	padding: 6px 10px;
	float: left;
	cursor: pointer;
}
.check_full_movie_list_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: #2C7E6B;
	border-top: 1px #00AE83 dashed;
	padding: 10px;
	overflow: hidden;
}
.check_full_movie_list_blk a, .check_full_movie_list_blk a:hover {
	color: #FFFFFF;
}
.dotted_title_box_common {
	height: auto;
	padding: 8px 36px 9px 0px;
	display: block;
	overflow: hidden;
}
.panel_num_list_eng {
	width: 100%;
	float: left;
	overflow: hidden;
}
.panel_num_list_eng ul {
	display: block;
}
.panel_num_list_eng ul li {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #072B5F;
	line-height: 22px;
	border-top: 1px #EEF1F5 solid;
	padding: 10px 10px 10px 40px;
	margin: 0px;
	list-style: none;
}
.panel_num_list_eng ul li .rate_slot {
	margin-top: 6px;
}
.panel_num_list_eng ul li .number_box {
	background-image: url(clientlibs/img/circle-white-bg.png);
}
.panel_num_list_eng ul li .description {color: #666666; font-weight: normal;}
.ticket_listing_movie_blk {
	border-bottom: 1px #EEF1F5 solid;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.movie_poster_name_list_blk {
	width: 15.7%;
	height: 210px;
	background-color: #FFFFFF;
	border: 1px #EEF1F5 solid;;
	padding: 1.3%;
	margin: 0 1.3% 30px 0;
	float: left;
	overflow: hidden;
}
.movie_poster_name_list_blk img {
	width: 100%;
	height: auto;
}
.movie_poster_name_list_blk p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 5px 0px 0px 0px;
	line-height: 18px;
}
.ticket_listing_movie_outer, .movie_subsec_top_trls_outer, .trailers_listing_movie_outer, .sub_sec_ft_forms {
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}
.subsec_top_trls_player_outer, .subsec_top_trls_player, .trailers_popup_player_outer {
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
.subsec_top_trls_player_outer, .trailers_popup_player_outer {
	overflow: hidden;
	display: block;
}
.subsec_top_trls_player_outer {
	padding-bottom: 10px;
}
.subsec_top_trls_player_outer {
	border-bottom: 1px #EEF1F5 solid;
}
.subsec_top_trls_player_outer h2, .trailers_poster_name_list_blk h2, .trailers_popup_player_outer h2 {
	width: 100%;
	color: #072B5F;
	padding: 5px 0px 0px 0px;
	line-height: 18px;
}
.trailers_poster_name_list_blk h2.font_eng, .trailers_popup_player_outer h2.font_eng {
	font-family: Arial;
	font-size: 14px;
}
.trailers_poster_name_list_blk h2.font_mal, .trailers_popup_player_outer h2.font_mal {
	font-family: "EGGIndulekhaUni";
	font-size: 18px;
}
.subsec_top_trls_player_outer h2, .trailers_popup_player_outer h2 {
	font-size: 17px;
}
.trailers_poster_name_list_blk h2 {
	font-size: 14px;
}
.subsec_top_trls_player_outer p, .trailers_poster_name_list_blk p, .trailers_popup_player_outer p {
	color: #000000;
	padding: 5px 0px 0px 0px;
	line-height: 18px;
}
.subsec_top_trls_player_outer p.font_eng, .trailers_poster_name_list_blk p.font_eng, .trailers_popup_player_outer p.font_eng {
	font-family: Arial;
	font-size: 12px;
}
.subsec_top_trls_player_outer p.font_mal, .trailers_poster_name_list_blk p.font_mal, .trailers_popup_player_outer p.font_mal {
	font-family: "PanchariUni";
	font-size: 19px;
}
.trailers_listing_movie_blk {
	border-bottom: 1px #EEF1F5 solid;
	padding-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
.trailers_poster_name_list_blk {
	width: 30.7%;
	height: 246px;
	margin: 0 1.3% 30px 1.3%;
	float: left;
	overflow: hidden;
}
.trailers_poster_name_list_blk img, .subsec_top_trls_player img {
	width: 100%;
	height: auto;
}
.trailers_popup_outer, .article_popup_outer {
	width: 680px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 1px 10px 1px rgba(8,8,8,0.33);
	box-shadow: 0px 0px 10px 1px rgba(8,8,8,0.33);
}
.article_popup_outer{
	width: 784px;
}
.trailers_popup_close_outer, .article_popup_close_outer {
	overflow: hidden;
	display: block;
}
.trailers_popup_close_btn, .article_popup_close_btn {
	width: 85px;
	height: 24px;
	background-image: url('clientlibs/img/popup-close-icon.png');
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
}
/*************Movie Ends*************/

/*************Fasttrack Start*************/
.sub_sec_ft_forms {
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}
.gray_box_title {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	background-color: #F4F4F4;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.sub_sec_ft_forms_list_head, ul.sub_sec_ft_forms_listing, ul.sub_sec_ft_forms_listing li {
	overflow: hidden;
	display: block;
}
.sub_sec_ft_forms_list_head .sub_sec_ft_forms_listing_links, .sub_sec_ft_forms_list_head .sub_sec_ft_forms_listing_dsrp {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}
ul.sub_sec_ft_forms_listing  {
	list-style: none;
}
.sub_sec_ft_forms_listing_links, .sub_sec_ft_forms_listing_dsrp {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	float: left;
	overflow: hidden;
}
.sub_sec_ft_forms_listing_links {
	width: 130px;
	height: auto;
	font-weight: bold;
	padding: 10px 0px;
}
.sub_sec_ft_forms_listing_dsrp {
	height: auto;
	color: #000000;
	padding: 10px 0px 10px 10px;
	border-left: 1px #EEF1F5 solid;
	float: none;
	overflow: hidden;
}
.video_listing_page_outer {
	margin-bottom: 15px;
	height: auto;
	overflow: hidden;
}
.Video-PlayerArea {
	width: 100%;
	background-color: #252525;
	overflow: hidden
}
.VideoPlayer-Right-Area {
	width: 22%;
	float: left;
	margin-left: 1.53846%;
}
.videoPage_PlayerBlock_ID .VideoPlayer-Right-Area {
	width: 30.29%;
}
.sharingBlock, .toolsGroup, .video_rating_blk {
	width: 100%;
	border-bottom: 1px #2E2E2E solid;;
	padding-top: 12px;
	padding-bottom: 12px;
	float: left;
}
.sharingBlock ul {
	float: left;
	display: block;
	list-style-type: none;
}
.sharingBlock ul li {
	float: left;
	display: block;
	list-style-type: none;
	margin-right: 8px;
}
.sharingBlock ul li.FbShare, .sharingBlock ul li.TwtShare, .sharingBlock ul li.GoogleShare {
	float: left;
}
.toolsGroup ul {
	float: left;
	display: block;
	list-style-type: none;
	width: auto;
}
.toolsGroup ul li {
	width: auto;
	font-family: Arial;
	font-size: 12px;
	list-style-type: none;
	display: block;
	float: left;
}
.toolsGroup ul li, .toolsGroup ul li .EmailShare, .toolsGroup ul li .shareTool, .sharingBlock p, .video_rating_blk p {
	color: #838383;
}
.toolsGroup ul li .EmailShare {
	background-position: 0px 0px;
	margin-right: 20px;
}
.toolsGroup ul li .shareTool {
	background-position: -101px 0px;
}
.toolsGroup ul li .shareTool, .toolsGroup ul li .EmailShare {
	background-image: url('clientlibs/img/email-print-share-cons-3-in-1.png');
	background-repeat: no-repeat;
	padding-top: 30px;
	float: left;
}
.sharingBlock p, .video_rating_blk p {
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.plusMinus {
    float: right;
    height: 12px;
    width: 11px;
	margin-right:15px;
}
.plus {
	background: url(clientlibs/img/max-icon.png) no-repeat;
}
.panel-inside {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.panel-inside ul {
	list-style-type: none;
	display: block;
}
.panel-inside ul li {
	width: 35.71429%;
	margin-left: 7.14286%;
	margin-right: 7.14286%;
	margin-top: 10px;
}
.one-column-left .panel-inside {
	padding-bottom: 0px;
}
.one-column-left .panel-inside ul{
	height: auto;
}
.one-column-left .panel-inside ul li {
	width: auto;
	margin: 0px;
}
.video_listing_page_outer .next-up-list .videoicon, .video_listing_page_outer .other-videos .videoicon {
	width:100%;
	height: auto;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	position: relative;
}
.video-NextUp-Block .videoicon {
	margin: 0px 0px 0px 0px;
}
.videoicon img {
	width: auto;
	*width: auto;
	height: auto;
	float: left;
	margin: 0 !important;
}
.next-up-list .videoicon img, .other-videos .videoicon img {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 !important;
}
.videoicon-wrapper .add-queue {
	width: auto;
	height: auto;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 11px;
	background-color: #000000;
	top: 0px;
	left: 0px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	z-index: 1;
	float: left;
	cursor: pointer;
	display:block;
}
.videoicon-wrapper .add-queue:hover .add-queue-text {
	display: inline-block;
}
.one-column-left {
	width: 20.40816% ;
	height: auto;
	float: left;
	overflow: hidden;
}
.prgmms, .video-NextUp-Block {
	width: 100%;
	height: auto;
	background-color: #252525;
	padding: 0px;
	margin: 0 0 10px 0;
	float: left;
}
.prgmms-header, .prgmms-header-active {
	height: 23px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	top: 0px;
	background-color: #111111;
	padding: 12px 0 0 10px;
	display: block;
	overflow: hidden;
}
.prgmms-header-active {
	background-color: #111111;
}
.prgmms ul {
	height: auto;
	padding: 0px;
	margin: 0;
	display: block;
	list-style: none;
}
.prgmms ul li {
	height: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px #2E2E2E solid;
	padding: 15px 10px;
	margin: 0;
	list-style: none;
	display: block;
}
.prgmms ul li a {
	color: #838383;
}
.prgmms ul li a:hover {
	color: #E3E3E3;
}
.prgmms ul li.prgmms_active {
	font-weight: bold;
	color: #00B8F0;
}
.clear-all-button {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-radius: 2px;
	outline: none;
	background-color: #FBFBFB;
	border: 1px #CCCCCC solid;
	margin: -3px 10px 0px 0px;
	cursor: pointer;
	display: inline;
	float: right;
}
.one-column-right {
	width: 78.57143%;
	height: auto;
	padding: 0px;
	margin: 0 0 0 1%;
	float: left;
	overflow: hidden;
}
.indulekha-video-header {
	font-family: "EGGIndulekhaUni";
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 110%;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.arial-video-header {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.next-up-list {
	height: auto;
	border-bottom: 1px #2E2E2E solid;
	padding: 14.28571%;
	margin: 0px;
	display: block;
	overflow: hidden;
}
.next-up-delete-bu {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #000000;
	border: none;
	padding: 3px 7px;
	margin: 10px 0 0 0;
	cursor: pointer;
	outline: none;
}
.video-section-header {
	font-family: Arial;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px #434343 solid;
	padding-top: 20px;
	margin: 15px 0 10px 0;
	display: block;
	overflow: hidden;
}
.other-videos {
	width: 19.2%;
	height: 185px;

	background-color: #252525;
	padding: 1.2%;
	margin: 0 3.4% 30px 0;
	float: left;
	overflow: hidden;
}
.other-videos .panchari_Normal {
	height: 37px;
	overflow: hidden;
}
.videoicon-wrapper .add-queue p  {
	float: left;
}
.videoicon-wrapper .add-queue .add-queue-text  {
	color: #00B8F0;
	margin: 0 0 0 7px;
	display: none;
}
.story-date-time {
	width: 100%;
	height: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 0px;
	margin: 5px 0 5px 0;
	float: left;
}
.videocontent {
	width: 100%;
	line-height: 150%;
	border-bottom: 1px #434343 solid;
	margin: 15px 0 10px 0;
	display: inline;
	float: left;
}
.videocontent .videoicon {
	width: 100%;
	margin: 0px;
}
.video-Player-2 {
	width: 63%;
	float: left;
	height: auto;
}
.videoPage_PlayerBlock_ID .video-Player-2 {
	width: 67%;
}
.video-Player-2 img, .videoPage_PlayerBlock_ID .video-Player-2 img {
	width: 100%;
	height: auto;
	float: left;
}
.marRight0 {margin-right: 0px !important;}
.videoicon-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
/*************Fasttrack Ends*************/

/*************mal black wrapper Start*************/
.mal_black_wrapper .trend_title, .mal_black_wrapper .trend_sec ul li, .mal_black_wrapper .trend_sec ul li a, .mal_black_wrapper .breadcrumb ul li, .mal_black_wrapper .breadcrumb ul li a {
	color: #838383;
}
.blk_wrapper_align { padding-top: 10px !important; margin-top: -10px !important;}
.mal_black_wrapper .trend_sec ul li a:hover {
	color: #E3E3E3;
}
.mal_black_wrapper .trending_block, .mal_black_wrapper .breadcrumb {
	border-bottom: 1px #4B4B4B solid;
}
.mal_black_wrapper .panchari_Normal, .mal_black_wrapper .arial_Normal {
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	margin: 5px 0 0 0;
	display: inline-block;
}
.mal_black_wrapper .panchari_Normal {
	font-family: "PanchariUni";
	font-size: 19px;
}
.mal_black_wrapper .arial_Normal {
	font-family: Arial;
	font-size: 14px;
}
.mal_black_wrapper .next-up-list .panchari_Normal, .mal_black_wrapper .next-up-list .arial_Normal {
	margin: 5px 0 0 0;
	display: inline-block;
}
.mal_black_wrapper .show_more_stories_blk .show_more_stories_text {
	color: #FFFFFF;
	background-color: #252525;
}
.mal_black_wrapper .sharingBlock p, .mal_black_wrapper .video_rating_blk p {
	color: #838383;
	margin-bottom: 10px;
}
.mal_black_wrapper .rate_slot {
	width: 100%;
}
.mal_black_wrapper .trend_box-area, .mal_black_wrapper .panel_inside_box_area {
	border: 1px solid #4B4B4B;
}
.outhers_in_sec_list_items, .mal_black_wrapper .trend_list_items, .mal_black_wrapper .panel_inside_list_items, .mypayments_top_nav_list_items, .breadcrumb .outhers_in_sec_box-area .outhers_in_sec_list_items option {
	color: #838383;
}
.breadcrumb .outhers_in_sec_box-area .outhers_in_sec_list_items {
	color: #D26249 !important;
}
.breadcrumb .outhers_in_sec_box-area .outhers_in_sec_list_items option:checked  {
	color: #d26249 !important;
}
.mal_black_wrapper .panel_inside_box_area {
	padding: 5px;
	margin-top: 5px;
	float: none;
	overflow: hidden;
}
.mal_black_wrapper .panel_inside_box_area .panel_inside_list_items {
	width: 100%;
}
.related-lead-txt, .vid-lead-txt-wrapper {
	height: auto;
	display: block
}
.rel-le-txt-1 {
	height: auto;
	color: #072B5F;
	font-family: "EGGIndulekhaUni";
	font-weight: normal;
	font-size: 22px;
	margin: 5px 0 5px 0;
	line-height: 110%;
	width: 100%;
}
.rel-le-txt-1 a, .Rel-rit-txt a {
	color: #072B5F;  
}
.rel-le-txt-1 a:hover {
	color: #007CC3;
}
.rel-le-txt-2 {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	padding: 0;
	display: inline;
}
.section-left-block {
	margin: 0 0 15px 0;
}
.Headlines-tv-red {
	height: auto;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #00AE83;
	padding: 7px 0px 5px 0px;
	margin: 0% 0% 10px 0%;
	border-top: 3px #00AE83 solid;
	border-bottom: 1px #EEF1F5 solid;
	display: block;
	overflow: hidden;
}
.vid-lead-block {
	width: 68.18182%;
	margin: 5px 0% 0px 0%;
	float: left;
}
.vid-lead-block img {
	width: 100%;
}
.vid-scroll-button, .vid-scroll-button-bottom  {
	width: 98%;
	height: 28px;
	background-color: #F2F2F2;
	border: 1px #DDDDDD solid;
	float: left;
	margin: 5px 0% 10px 0%;
}
.VideoScrollArea {
	width: 30.30303%;
	margin: 0px 0% 0px 1.51515%;
	float: left;
}
.vid-scroll-button {
	background-image: url('clientlibs/img/video-top-scroll.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.vid-scroll-button-bottom {
	background-image: url('clientlibs/img/video-bottom-scroll.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.vid-block-right-1 {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px #808080 dotted;
	margin: 0px 0% 10px 0%;
	padding-bottom: 5px;
}
.vid-block-right-1 img {
	width: 100%;
}
.vid-block-right-1 .Rel-rit-txt {
	margin: 0px 0% 10px 0%;
}
.scrollingArea {
	width: 100%;
	height: 355px;
	overflow: hidden;
	float: left;
}
.section-left-block {
	width: 100%;
	height: auto;
	float: left;
}
.Rel-rit-txt {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #072B5F;
	font-weight: normal;
	line-height: 20px;
	display: inline;
}
.storycontent.article_lit .Landscapeimage {
	width: 250px;
	height: auto;
	float: left;
	margin: 0px 10px 12px 0px;
}
.storycontent.article_lit .Landscapeimage .caption {
	display: block;
}
	
.storycontent.article_lit .Landscapeimage img {
		width: 100%;
}
.lit_art_auther_details {
	display: block;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

/************Music channel**************/
.music_spotlight_inside-cont_block, .celb_courner_basic_info_box, .celb_courner_exclusic_interview_box, .cel_courner_famous_tracks_box, .cel_courner_famous_tracks_box ul, .celb_courner_shop_albums_block, .music_top_10_outer, .music_top_10_block, .music_top_10_block ul {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px !important;
	overflow:hidden;
}

.cel_courner_famous_tracks_box li {
    padding: 5px 5px 5px 40px;
    overflow: hidden;
    list-style: none;
}

.music_top_10_block li {
    padding: 10px 0px 10px 20px;
    overflow: hidden;
    list-style: none;
    background-position:right;
}
.top_10active_tab {
 	padding: 10px 0px 10px 20px;
    overflow: hidden;
    list-style: none;
	background-color: #EEF1F5 !important;
	padding-left: 10px;
	background-position:right;
	
}
.arrow_tab_icon_selected, .arrow_tab_icon {
	width: 12px;
	height: 12px;
	float: right;
	background-image:url('clientlibs/img/down-arrow-grey.png');
	background-repeat: no-repeat;
	background-position:center;
	margin-right: 10px;	
}
.arrow_tab_icon {
	background-image:url('clientlibs/img/arrow-right.png');
}
.top10_votenow_position {
 	width: auto;
 	height: auto;
 	float: left;
 	margin-left: 10px;
}
.cel_courner_famous_tracks_box .rate_slot {
	float: right !important;
	
}
.spotlight_inside_box {
   width: 320px;
   height: 350px;
   margin: 5px;
   float: left;
	
}
.spotlight_img, .music_interview_img {
	width: auto;
	height: auto;
	display: block;
}
.spotlight_title_txt, .celb_courner_sub_headlines {
	padding: 3px 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.music_celb_corner_block .spotlight_title_txt, .music_celb_corner_block .spotlight_sub_txt {
	padding: 3px 0px;
}
.celb_courner_sub_headlines {
  margin-bottom:7px !important;
	
}
.music_interview_img {
	float: left !important;
	margin-right: 5px !important;
}

.spotlight_sub_txt, .tracks_movie_name_txt_english {
    padding: 3px 5px; 
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
	display: block;
}
.tracks_movie_name_txt_english {
	width: 50%;
	float: left;
}

.music_addtocart_txt {
	width: auto;
	height: auto;
	font-family: Arial;
	font-weight: normal;
	font-size:12px;
	padding: 7px 0px 7px 20px;
	background-image:url('clientlibs/img/add-cart-icon-yellow.png');
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	margin-left: 5px;

}
.music_download_carosel {
	width: 100%;
	float: left;
}
.play_icon, .pause_icon {
	width: 26px;
	height: 26px;
	float: left;
	background-image:url('clientlibs/img/play_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -40px;
	
}
.music_top_10_block li .play_icon, .music_top_10_block li .pause_icon {
	margin-left: -10px;
}
.pause_icon {
	background-image:url('clientlibs/img/pause_icon.png');
}
.audio_track_line_txt {
	width: 60%;
	overflow: hidden;
	font-family: EGGIndulekhaUni;
	font-weight: normal;
	font-size: 18px;
	color: #072B5F;
	line-height: 26px;
	
}
.shop_albums_block_right {
	height: auto;
	padding: 5px 0px;
	overflow:hidden;
}
.music_celb_corner_block {
    border-bottom-width: 3px !important;
    margin-bottom: 10px !important;	
}
.top10_radio_button_align {
	float: left;
	margin-right: 4px;
}
.audio_track_line_sub_txt {
    font-family: PanchariUni;
    font-weight: normal;
    color: #666666 ;
    font-size: 16px;
    margin-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.music_celb_corner_block .image-common {
	width: 100%;
}
.popup_top10.panel_num_list, .music_player_inside_content_outer {
	width: 100%;
	float: left;
}
.music_player_inside_content_outer {
	overflow: hidden;
}
.popup_top10.panel_num_list ul {
	display: block;
}
.popup_top10.panel_num_list ul li {
	height: auto;
	padding: 5px 0px 10px 30px;
	font-family: "EGGIndulekhaUni";
	font-size: 22px;
	font-weight: normal;
	color: #072B5F;
	list-style-type: none;
	margin: 0px;
	line-height: 115%;
	border: none;
	list-style: none;
	float: left;
	width: 95%;
}
.number_box_popup_top10  {
	width: auto;
	height: 24px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 1px 0px 0px 8px;
	margin: 0 5px 0 -30px;
	float: left;
}
.top_10_rate_box {
	float: right;
	width: 190px;
	height: auto;
	margin-right: 2%;
}
.top_10_rate_box_text {
	width: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
.top_10_rate_outer {
	width: 75%;
	float: left;
	height: 20px;
	background-color: #E9E9E9;
	border-radius: 5px;
}
.top_10_rate {
	width: 100%;
	height: 100%;
	background-color: #6A1B84;
	background-image:url('clientlibs/img/rate-graph-bg.png');
	background-repeat: repeat-x;
	float: left;
	border-radius: 5px;
}
.music_player_outer {
	position: fixed;
	width: 100%;
	height: auto;
	top: auto;
	right: auto;
	bottom: 0px;
	left: auto;
	border-top: 2px #6A1C84 solid;
	background-color: #361742;
	z-index: 15;
}
.music_control_block, .music_player_song_details_block, .music_player_add_to_cart_block, .music_player_audio_mute_block, .music_player_audio_mute_on_block {
	width: auto;
	padding-right: 10px;
	height: 70px;
	border-right: 1px #6A1C84 solid;
	float: left;
	margin-right: 10px;
}
.music_player_add_to_cart_block {
	margin-right: 0px!important;
}
.music_player_audio_mute_block, .music_player_audio_mute_on_block {
	padding-left: 20px;
	float: left;
	background-image: url('clientlibs/img/music_mute_off.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0px !important;
	cursor: pointer;	
}
.music_player_audio_mute_on_block {
	background-image: url('clientlibs/img/music_mute_on.png');
	display: none;
}
.music_player_album_cover {
	width: 69px;
	height: 70px;
	float: left;
	margin-right: 10px;
}
.music_control_left, .music_control_play_function, .music_control_right, .music_control_pause_function {
	width: 40px;
	height: 40px;
	margin: 17px 5px 0px 0px;
	background-image: url('clientlibs/img/music_control_left_music_player.png');
	background-repeat: no-repeat;
	background-position: center;
	float: left;	
}
.music_control_play_function {
	background-image: url('clientlibs/img/play_icon_music_player.png') !important;
}

.music_control_pause_function {
	background-image: url('clientlibs/img/pause_icon_music_player.png') !important;
}
.music_control_right {
	background-image: url('clientlibs/img/music_control_right_music_player.png') !important;
	margin-right: 0px !important;
}
.music_player_song_details_block {
	width:auto;
	border-right: none !important;
}
.music_player_song_details_txt {
	display: block;
	width: auto;
	height: auto;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: white;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
}
.margin-top-18px {
	margin-top: 18px;
}
.music_player_time_block {
	width: auto;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 60px;
	font-family: Arial;
	color: #A351C6;
	font-size: 12px;
	float: left;
	border-right: 1px #6A1C84 solid;

}

.music_player_sponcership_block {
	width: 137px;
	padding-right: 10px;
	height: 52px;
	float: left;
	margin-top: 10px;
	
}

.music_minimise_button, .music_maximise_button {
	width: 20px;
	height: 18px;
	background-image: url(clientlibs/img/minimise-btn.png);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 20;
	margin-left: auto ;
	margin-top: -16px;
	margin-right: auto;
	
}
.music_maximise_button {
	background-image: url(clientlibs/img/maximise-btn.png) !important;
}
.music_song_tim_outer {
	width: auto;
	float: left;
	overflow: hidden;
}
.music_player_buynow_sponcer_outer {
	width: auto;
	float: right;
}
.grey-txt, .grey-txt a {
	color: #999999;
	text-decoration: none;
	
}



/*************My Payments CSS Start*************/
.mypayments_outer, .mypayments_top_nav, .mypayments_top_nav ul, .mypayments_listing_outer, .mypayments_listing_header, .mypayments_listing_blk {
	overflow: hidden;
	display: block;
	clear: both;
}
.mypayments_top_nav {
	width: 100%;
	margin: 10px 0px;
	float: left;
}
.mypayments_top_nav ul, .mypayments_listing_blk ul {
	list-style: none;
}
.mypayments_top_nav ul li {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 120%;
	border-right: 1px #EEF1F5 solid;
	padding-right: 10px;
	margin-right: 10px;
	display: block;
	float: left;
}
.mypayments_top_nav ul li.mypayments_active, .mypayments_top_nav ul li.mypayments_active a {
	color: #00B8F0;
}
.mypayments_top_nav ul li:last-child {
	border-right: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.mypayments_listing_header, .mypayments_listing_blk ul li {
	padding: 13px 1%;
}
.mypayments_order_no_blk, .mypayments_date_blk , .mypayments_products_blk, .mypayments_amount_blk, .mypayments_status_blk {
	margin: 0% 1%;
	float: left;
}
.mypayments_listing_header, .mypayments_listing_blk ul li {
	font-family: Arial;
	color: #000000;
	line-height: 130%;
}
.mypayments_listing_blk ul li {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px #EEF1F5 solid;
	display: block;
	overflow: hidden;
}
.mypayments_listing_blk ul li:last-child {
	border-bottom: 0px;
}
.mypayments_listing_header {
	font-size: 14px;
	font-weight: bold;
}
.mypayments_order_no_blk, .mypayments_date_blk, .mypayments_products_blk {
	width: 23%;
}
.mypayments_amount_blk {
	width: 11%;
}
.mypayments_status_blk {
	width: 10%;
}
.mypayments_listing_blk ul li .mypayments_status_blk {
	color: #009900;
}
/*************My Payments CSS Ends*************/

/*************Just In Starts*************/

.BreakingNews .Georgia01{
	font-family: "EGGIndulekhaUni";
	font-size: 25px;
	font-weight: normal;
	color: #072B5F;
	line-height: 90%;
	margin-bottom: 6px;
	display: block;
	float: none;
}
.latest_news_block .Georgia01 {
	line-height: 90%;
	margin-top: 0px;
}
.latest_news_main {
    border-bottom: 1px #EEF1F5 solid;
    padding-bottom: 10px;
    margin-bottom: 6px;
    float: left;
    overflow: hidden;
}
.latest_news_main .latest_news_main_related_stories:first-child li {
	margin-top: 5px;
}
.BreakingNews .GeorgiaNormal03, .latest_news_block .GeorgiaNormal03, .latest_news_main_related_stories{
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	word-break: normal;
}
.BreakingNews {
	overflow: hidden;
}
.JustInText, .JustIn01{
	width: 100%;
	height: auto;
}
.JustInText{
	display: block;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	float: left;
	color: #C40000;
	padding: 10px 0px 8px 0px;
	border-top: 3px solid #C40000;
	border-bottom: 1px solid #EEF1F5;
}
.comment-text{
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	margin-bottom: 5px;
	font-weight: normal;
}
.JustIn01{
	border-bottom: 1px #EEF1F5 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}
.JustIn01.border-b-no{
	border: none !important ;
}

.JustIn01 .common-slotFull04-Border{
	text-align: right;
	clear: both;
}
.JustIn01 .common-slotFull04-Border a{
	color: #D26249;
}
.JustIn01 .common-slotFull04-Border a:hover{
	color: #009CE0;
}
.more-newsR{
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	margin-bottom: 5px;
	overflow: hidden;
}
/************* JustIn_blk_two New*************/
.JustIn_blk_two .Georgia01{
	font-family: "EGGIndulekhaUni";
	font-size: 25px;
	font-weight: normal;
	color: #072B5F;
	line-height: 90%;
	margin-bottom: 2px;
	display: block;
	float: none;
}
.JustIn_blk_two .GeorgiaNormal03{
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
}
.JustIn_blk_two {
	overflow: hidden;
}
.JustIn_blk_main_img {
	width: 100%;
	height: auto;
	margin: 0px 0px 5px 0px;
	float: left;
}
.JustIn_blk_main_img img {
	width: 100%;
}
.font_size_36 {
	font-size: 36px !important;
}

/************* JustIn_blk_two New*************/

/*************Just In Ends*************/

/*************Astrology new CSS starts*************/
.order_box_outer  {
	width: 100%;
	overflow: hidden;
}
.order_tab_box {
	width: 98%;
	float: left;
	margin: 4px 0% 0px 2%;
}
.order_tab_box ul {
	width: 100%;
}
.order_tab_box ul li {
	width: 26%;
	float: left;
	color: #FFFFFF;
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	word-break: normal;
	padding: 10px;
	margin: 5px 0px 0px 0px;
	list-style: none;
	vertical-align: middle;
	text-align: center;
}
.order_tab_box ul li.tab_active {
	color: #000000 !important;
	background-color: #FFFFFF;
}
.order_summery_box {
	width: 100%;
	overflow: hidden;
}
.astro_receipt_outer, .astro_receipt_outer p {
	width: 98%;
	padding: 1%;
}
.astro_receipt_outer p {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: black;
	float: left;
	padding: 5px 10px;
	
}
.width_70_right {
	width: 70% !important;
	float: right !important;
}
.order_summery_box_inside, .billing_box_inside {
	float: left;
	overflow: hidden;
	margin: 0 2% 2% 2%;
	background-color: #FFFFFF;
	padding: 2% 42% 2% 2%;
}
.billing_box_inside {
	display: none;
}
.right_align {
	float: right !important;
}
.astro_order_txt_left, .popup-astro-receipt-right {
	width: 26%;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	margin-right: 2%;
	margin-top: 4px;
	line-height: 16px;
}
.download-report-txt, .download-report-txt a {
	width: auto;
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	
}
.download-report-txt a {
	color: #009CE0;
	background-image: url('clientlibs/img/download-icon-receipt.png');
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;

	

}
.popup-astro-receipt-right {
	width:70%;
	margin-right: 0px;
}
.download-report-txt a:hover {
	text-decoration: underline;
}
.astro_form_row_02 {
	width: 95%;
	padding: 10px 10px;
	float: left;
	text-decoration: none;
}

.label_box_order_summery {
	font-weight: normal !important;
	color: #333333 !important;
	border: 1px solid #E2E2E2;
	float: left;
	height: 25px;
	padding: 5px;
	margin: 0px 1% 0px 0%;
	width: 98%;
}
.edit_icon_02 {
	width: 22px;
	height: 16px;
	float: right;
	margin: 5px 0px 0px 0px;
	background-image: url(clientlibs/img/edit-icon02.png);
	background-position: 28px top;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	padding: 3px 30px 0px 0px;
}
/*.WeatherLocation .edit_icon_02 {
	width: 18px;
	height: 18px;
	background-position: left top;
	padding: 0px;
	margin: 0px 0px -4px 5px;
	float: none;
	display: inline-block;
}*/
.other_con_txtbox{
	display : none;
	margin-top: 10px;
}
/*************Astrology new CSS starts*************/

/*************mail this article css starts*************/
#wrapper-mynews {
	overflow: hidden;
	width: 400px;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border: 15px solid #EFEFEF;
	padding: 10px;
}
.mynews-block2 {
	float: left;
	width: 80%;
	margin-left: 20px;
}
.signin-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFA317;
	font-weight: bold;
}

.Description-box {
	float: left;
	height: 85px;
	width: 100%;
}
.Description-shadow-MN {
	float: left;
	box-shadow: 0px 0px 0px;
	height: 85px;

	width: 100%;
	border: 1px solid #E2E2E2;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: 0 0 10px #E6E6E6 inset;
}
.mynews-block2 .label-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: left;
	margin: 5px 0px 8px 0;
	width: 100%;
	line-height: 14px;
}
.mynews-block2 .Mynews-submit {
	background-color: #FFA317;
	float: left;
	width: auto;
	height: auto;
	padding: 8px 15px;
	margin: 15px 10px 0px 0px !important;
	text-decoration: none;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	outline: 0px;
	cursor: pointer;
	color: #FFFFFF;
	border-radius: 0px !important;
	border: none !important;
	background-image: none !important;
}
.mynews-block2 .Report-abuse-reset-button {
	color: #FFFFFF;
	float: left;
	width: auto;
	height: auto;
	padding: 8px 15px;
	margin: 15px 10px 0px 0px !important;	
	text-decoration: none;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	outline: 0px;
	background-color: #BEBEBE;
	cursor: pointer;
}
#popup_Wrapper_email {
	overflow: hidden;
	width: 400px;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border: 15px solid #EFEFEF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(8,8,8,0.33);
	-moz-box-shadow: 0px 1px 10px 1px rgba(8,8,8,0.33);
	box-shadow: 0px 0px 10px 1px rgba(8,8,8,0.33);
}
.inform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 8px 0 8px 0;
}
/*************mail this article css ends*************/

@-moz-document url-prefix() { 
  .outhers_in_sec_list_items, .other_branding_site_dropdown_arrow, .common_dropdown, .branding_list_items, .trend_list_items, .six_sto_nav_drodow_list, .buy_movie_tickets_dropdown, .panel_inside_list_items, .mypayments_top_nav_list_items, .drp-down-li-position, .fasttrack_dropdown {
    background-image: none;
     padding: 5px;
  }
  .choose_box-area {
	height: auto !important;
	padding: 0px 0px 0px 5px !important;
	}
}
.clear_lft{ clear: left;}
.clear_rht{ clear: right;}
.clear_both{ clear: both;}
.float_lft{ float: left;}
.float_rht{ float: right;}
.float_none{ float: none;}
.eng_head_font_normal{
	font-family: Georgia;
	font-size: 22px;
	line-height: 130%;
	font-weight: normal;
}
.SectionHcommon .eng_head_font_normal{
	float: left;
}
.eng_desc_font_normal{
	font-family: Georgia;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	word-break: normal;
}
.top_song_name {
	height: auto;
	padding: 0px 0px 0px 0px;
	font-family: "EGGIndulekhaUni";
	font-size: 22px;
	font-weight: normal;
	color: #072B5F;
	list-style-type: none;
	margin: 0px;
	line-height: 115%;
	border: none;
	list-style: none;
	float: left;
	width: 50%;
}
/** FAQ CSS **/
.storyContentPara {
	line-height: 125%;
	margin-bottom: 15px;
	display: block;
	font-family: "PanchariUni";
	font-size: 17px;
	font-weight: normal;
	color: #000000;
}
/*
.text.parbase p span.storyContentPara{
	border-bottom: 1px solid #EEF1F5;
}
*/
.faq_eng_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 135%;
	display: block;
}
.faq_eng_description {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 135%;
	display: inline;
}
.multi_box:hover img, .story_share_icon img {
	-webkit-filter: grayscale(1) !important;
	-moz-filter: grayscale(1) !important;
	-ms-filter: grayscale(1) !important;
	filter: grayscale(1) !important;
	-webkit-transition-property: -webkit-filter;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-filter;
	-moz-transition-duration: 1s;
	-ms-transition-property: -ms-filter;
	-ms-transition-duration: 1s;
	transition-property: all;
	transition-duration: 1s;
}
.story_share_icon img:hover {
	-webkit-filter: grayscale(0) !important;
	-moz-filter: grayscale(0) !important;
	-ms-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	-webkit-transition-property: -webkit-filter;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-filter;
	-moz-transition-duration: 1s;
	-ms-transition-property: -ms-filter;
	-ms-transition-duration: 1s;
	transition-property: all;
	transition-duration: 1s;
}

.more-news-block{
	border-bottom: 1px #EEF1F5 solid;
	clear: both;
	overflow: hidden;
}
.Scrollnews-Eng-Font{
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #000000;
	padding-bottom: 10px;
	margin: 0px; 
	display: block;
}
.break_word{
	word-break: normal !important;
}
.pad_1_per {
	padding: 10px !important;
}
.top-story-head-font {
	color: #FFFFFF;
	margin: 10px !important;
	font-family: "EGGIndulekhaUni";
	font-size: 22px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 10px;
	display: block;	
}
.top-story-head-font a {
	color: #FFFFFF;
}
.top-story-intro {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #FFFFFF;
	font-weight: normal;	
	font-weight: normal;
	line-height: 20px;
	padding: 0px 10px 10px 10px;
}
.top-story-intro a {
	color: #FFFFFF;
}
.top-story-Sc {
	position: relative;
}
.top-story-Sc .top-story-bg {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 5;
	background-image: url('clientlibs/img/bg-gradient.png');
	bottom: 0px;	
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 0 10px 0;
	display: block;		
	}
#overlayimage img {
	width: 100%;
}
/****Online OP admin side css start*****/
.online-op-wrapper {
	padding: 0px 10px;
	width: 980px;
	margin: 0px auto;
}
.header-online-op {
	padding: 20px;
	background-color:#4DC6EF;
	display: block;
	overflow: hidden;
}
.logo-white-outer {
	float: left;
	width: auto;
}
.ask-expert-main-title, .ask-expert-sub-title, .ask-expert-top-nav-txt, .ask-expert-top-nav-txt-type-2  {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:#333333;
}
.ask-expert-sub-title, .ask-expert-top-nav-txt, .ask-expert-top-nav-txt-type-2 {
	font-size: 18px;
	float: left;
	font-weight: bold;
}
.ask-expert-admin-nav {
	padding: 15px 10px;
	overflow: hidden;
	background-color: #F7F7F7;
}
.online-op-nav-inside-block {
	float: right;
	width: auto;
}
.ask-expert-top-nav-txt, .ask-expert-top-nav-txt-type-2, .ae-reply-txt {
	font-size: 12px;
	float: left;
}
.color-red-dark-op {
	color: #CC0000;
}
.ask-expert-top-nav-txt a {
	text-decoration: underline;
	color: #CC0000;
}
.ask-expert-top-nav-txt-type-2 a{
	text-decoration: none;
}
.mar_right_20px {
	margin-right: 20px!important;
}
.table-outer-ae, .title-row-ae, .content-row-ae {
	width: 100%;
	display: block;
	clear: both;
}
.table-outer-ae{padding-bottom: 10px;}
.title-row-ae, .content-row-ae {
	padding: 10px 0px;
	border-bottom: 1px #E5E5E5 solid;
	float: left;
}

.title-name-txt, .title-email-txt, .title-question-txt, .ae-content-name-txt, .ae-content-email-txt, .ae-content-question-txt{
	font-family: Arial, Helvetica, sans-serif;
	width: 17%;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: left;
	color: #000000;
	padding: 0px 20px 0px 10px;
}
.title-email-txt, .ae-content-email-txt {
	width: 29%;
}
.title-question-txt, .ae-content-question-txt, .ae-reply-txt {
	width: 44%;
	float: right;
	padding-right: 10px;
}
.content-row-ae {
	border-bottom: 1px #E5E5E5 dotted;
}
.ae-content-name-txt, .ae-content-email-txt, .ae-content-question-txt{
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.ae-reply-txt {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	width: 45%;
	float: right;
	clear: both;
}
.ae-reply-txt a {
	text-decoration: underline;
	color:#0033CC;
}
.popup-ae-content-block {
	width: 100%;
	float: left;
}
.popup-ae-content-row {
	display: block;
	clear: both;
	padding: 10px;
}
.popup-ae-content-left, .popup-ae-content-right, .popup-ae-text-area  {
	float: left;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-align: left;
	word-break: normal;
}
.popup-ae-content-right {
	width: 70%;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.popup-ae-text-area {
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0px #EAEAEA;
	border: 1px solid #EAEAEA;
	padding: 10px;
	width: 95%;
	background-color: #FFFFFF;
	line-height: 16px;
	font-weight: normal;
	height: 80px;
}
.Comment-font-black-100-malyalam {
	font-family: "PanchariUni";
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
}
.Comment-font-black-100-malyalam a {
	color: #000000;
}

.mmHeader1000{ width:1000px !important;}
.justin_exc{overflow: hidden;}
/************double skinning starts*****************/
.double_skinning_wrapper{position: relative; width: 1000px; margin: 0 auto;}
.double_skinning_pleft, .double_skinning_pright{position: absolute;}
.double_skinning_pleft{left: -160px;top:0px;}
.double_skinning_pright{right:-160px;top:0px;}
/************double skinning ends*****************/
.movie_reviews .mar_top_15, .trailers .mar_top_15  {
  margin-top: 0px !important;
}
.text p span.storyContentPara{ 
  font-family: PanchariUni;
  font-size: 19px;
  font-weight: normal;
}
.sidebar { overflow: visible;}
.sub_sec_story_listing_sec, .col_author_story_outer, .search_listing_outer, .sub_sec_obituary_listing_sec {
	clear: both;
}
.specialpromotionblock img {width: auto; max-width: 100%; float: none;}
.specialpromotionblock {text-align: center;}
img[src*="blank.gif"] { display: none;}
.compare_car_brand .common_dropdown, .compare_car_model .common_dropdown, .compare_car_variant .common_dropdown { width:100%;}
.text_linkad_wrapper {
	background-color: #F8F8F8;
	border-top: 1px #EAEAEA solid;
	border-bottom: 1px #EAEAEA solid;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	overflow: hidden;
}
.advt_title {
    font-family: arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: left;
    text-decoration: none !important;
    display: block;
}
.text_linkad_blk, .text_linkad_blk a {
    font-family: PanchariUni;
	font-size: 18px;
	color: #1520EC;
	/*text-decoration: underline; */
	display: block;
}

.double_skinning_outer{
	width: 100%;
}
.double_skinning_left, .double_skinning_right{
	position: fixed;
	z-index: 5;
    top: 0px;
    width: 160px;
}
.double_skinning_left{
	left: 50%;
	margin-left: -660px;
	float: right;
}
.double_skinning_right{
	right: 50%;
	margin-right: -660px;
	float: left;
}
.double_skinning_left > div{ float: right;}
.double_skinning_right > div{ float: left;}
.relatedarticle .art_left_block { width: auto; margin-right: 0px; float: none; overflow: hidden;}
.relatedarticle .art_left_block .topstory ul, .relatedarticle .art_left_block .topstory ul li{float: none;}
.two_column_content_wrapper .template-topParsys .specialpromotionblock, #inarticle_wrapper_div > div{float :left;}
.top-six-stories .SectionHcommon .eng_head_font_normal{ float: none;}
.home_block_2 .common_section .GeorgiaNormal04{display: block;}
.top-six-stories .SectionHcommon .MiddleStoryThumb h2 { display: block;}
.two_column_content_wrapper .article_section .specialpromotionblock {margin-right: 0px !important; margin-left: 0px !important;}
.storycontent p span.eng{ font-family: arial;  font-size: 12px;  color: #072B5F;  word-break: normal;  font-weight: normal; }
.article_page .storylisting .sec_panel_other_stories { width: 100% !important; margin: 0px; }
.menu_drop_down_more_outer ul li { font-family: Arial, Helvetica, sans-serif;  font-size: 12px;font-weight:bold;}
.page_pusher_vertical{ margin-bottom: 5px;}
.breadcrumb ul li:nth-child(n+5) {max-width: 300px;}
.sectiondropdown select.outhers_in_sec_list_items{max-width: 210px;}
.mal_black_wrapper .ad_top_970x90 {margin: 6px auto 3px;}
.home_block_2 .specialpromotionblock{ float: left;}
.col_top .ad_top_970x90{ margin: 10px auto;}
.mal_container section .main-content{float:none;}
.ie_support_wrapper{ display: none;}
.ad_top_970x90 img, .advt-300-250 img, .advt-slot300-600 img {max-width: 100%; width: auto;}
.BreakingNews .GeorgiaNormal03, .article_slider_para, .top-six-stories .GeorgiaNormal03, .top-six-stories .OtherStorySlot ul li, .storycontent p, .sec_panel_other_stories ul li{ word-break: normal;}
.storycontent .Landscapeimage{margin-bottom: 10px;}
.text_linkad_wrapper{clear: both;}
.editorspick .panchari_Normal, .top-six-stories .Georgia02{word-break: normal; word-wrap: break-word;}
.Promo1Image { height: 75px;}
small.caption { word-break: normal; word-wrap: break-word;}
.sec_full_block .more_arrow_icon, .editors_pick_ad .sponsored_by { clear: both;}
.promoParWrap .Promo1Image h2.Promo1Intro { display: none;}

/************Responsive Media Queries*****************/
@media screen and (max-width:1024px)
{
	.double_skinning_outer, .double_skinning_left, .double_skinning_right{ display: none;}
}
@media screen and (min-width:801px)
{
	.advt-300-250, .section_block {display: inline-block;}
	.block_2_2 {float: right;}
	.section_bar {text-align: center;}
	.advt-300-250, .sec_rig_main_list_story, .social_media_call_outer {float: none !important; clear: both;}
	.tool_box_set {width: 358px;}
    .astro_mach_maker {float :left;}
    .personalityApplication .astro_mach_maker, .personalityApplication, .astro_mach_maker{width: 100%;}
}
@media screen and (max-width:800px)
{
	.bottom-left-b, .bottom-linkB2, .bottom-linkB3, .menu_drop_down_sec, .scroll_box_art, .mypayments_top_nav ul, .logo_1_art img {
		display:none;
	}
	.bottom-linkB4, .bottom-01, .section_block, .right-side-section, .travel-guide-block {
		width: auto !important;
	}
	.breadcrumb ul {width: 60%;}
	.breadcrumb ul li.article {width: 200px;}
	.Boottom-rightSlot ul li{
		width:auto;
		padding: 0px 5px 6px 5px;
	}
	.trend_sec ul, .ad_top_970x90, .menu_bar, .other_branding_site > ul, .menu_drop_down_more_outer {
		display:none;
	}
	.trend_box-area, .branding_list_items, .mypayments_top_nav_box-area {
		display:block;
	}
	.other_branding_site_dropdown {
		width: 260px;
		left: 50%;
		margin-left: -140px;
		display: block;
	}
	.bxslider_wrapper_home .bx-controls-auto{ display:none;}
	.mal_container {
		width: 100%;
		padding: 0px;
		display: block;
		float: left;
	}
	.two_column_content_wrapper {
		width: auto;
		display: block;
		float: none;
	}
	.online-op-wrapper{
		width: 98%;
		padding: 0px 1%;
	}
	.title-email-txt, .ae-content-email-txt {
		width: 25%;
	}
	.other_branding_site {height: 30px; overflow: visible;}
	.logo_1_art  a{ width: 22px; height: 18px; background-image: url('clientlibs/img/mm-logo.gif'); background-position: center center; background-repeat: no-repeat;}
	
	@-moz-document url-prefix() { 
  		.outhers_in_sec_list_items, .other_branding_site_dropdown_arrow, .common_dropdown, .branding_list_items, .trend_list_items, .six_sto_nav_drodow_list, .panel_inside_list_items, .mypayments_top_nav_list_items, .drp-down-li-position, .fasttrack_dropdown {
     		background-image: url('clientlibs/img/drop-d-icon.png');
     		padding: 5px 25px 5px 5px;
     		-moz-appearance: none;
  		}
  		.buy_movie_tickets_dropdown {
  			background-image: url('clientlibs/img/buy-movie-tickets-dropdown.png');
  			padding: 5px 35px 5px 5px;
  			-moz-appearance: none;
  		}
	}
	.social_medias_block {
		overflow: visible;
		position: relative;
	}
	.social_medias_list {
		max-width: 300px;
		min-width: 130px;
		background-color: #FFFFFF;
		border: 1px solid #E9E9E9;
		border-radius: 6px;
		box-shadow: 0px 0px 10px 0px #E3E3E3;
		-moz-box-shadow: 0px 0px 10px 0px #E3E3E3;
		-webkit-box-shadow: 0px 0px 10px 0px #E3E3E3;
		padding: 10px;
		top: 26px;
		left: 0px;
		position: absolute;
		z-index: 22;
		display: none;
	}
	.social_medias_list .white_up_arrow {
		margin: -18px 0px 0px 64px;
		float: left;
	}
	.trend_sec {
		width: 50%;
	}
	.SearchBox1 {
		width: 40%;
	}
	.input-text-bg {
		width: 80%;
		margin: 0px 2% 0px 2%;
	}
	.bg-search-icon {
		width: 13%;
	}
	.bottom-linkB4 {
		border: 0px;
		padding: 0px;
		margin-right: 0px;
	}
	.header_date_time_blk {
		display: inline-block !important;
	}
	.header_date_block {
		font-size: 9px;
		color: #A8A8A8;
		font-weight: normal;
		line-height: 16px;
		margin-right: 2px;
	}
	.header_date_time .months_year, .header_date_time .day, .header_date_time .time {
		float: left !important;
	}
	.branding_logo_block {
		width: 78.1%;
	}
	.header_branding {
		width: auto;
		border-bottom: 1px #EEF1F5 solid;
		padding: 0px 0px 10px 0px;
		margin: 0px 10px;
	}
	.header_branding.rem_head_spon_ad .header_date_time, .header_branding.rem_head_spon_ad .branding_logo_block {
		margin: 0px auto !important;
		float: none !important;
		display: block !important;
	}
	.section_sponcers {
		width: 17.4%;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.header_date_time {
		width: 78.1%;
		text-align: center;
		margin: 0px 2.04%;
		display: inline-block;
		float: left;
	}
	.section_sponcers img {
		width: 100%;
		height: auto;
		float: right;
	}
	.header_date_block {
		font-size: 9px;
		color: #A8A8A8;
		font-weight: normal;
		line-height: 16px;
		margin-right: 2px;
	}
	.header_date_time .months_year, .header_date_time .day, .header_date_time .time {
		float: left !important;
	}
	.branding_logo {
		margin-bottom: 10px;
	}
	.section_menu_text, .top_apps_icons, .social_medias_list, .header_weather, .subscribe_digital_text, .right_nav {
		display: none;
	}
	.social_medias_list .white_up_arrow {
		display: block;
	}
	.apps_text  {
		background-position: left 3px;
		background-repeat: no-repeat;
		padding-left: 22px;
		cursor: pointer;
	}
	.apps_text {
		background-image: url('clientlibs/img/section_apps_icon.png');
	}
	.section_sn_text {
		background-image: url('clientlibs/img/gray-down-arrow-small.png');
		background-repeat: no-repeat;
		background-position: right 10px;
		padding-right: 15px;
		cursor: pointer;
		display: block;
	}
	.BreakingNewsBlock, .trending_block, .breadcrumb, .sub_sec_title, .template_call, .wrapper_story_carousel, .section_single_columns, .section_fullslide_block, .indepth_malayalam_head, .video_listing_page_outer, .astro_details_tab, .specialpromotionblock, .specialpromotionblock.section {
		margin-right: 10px;
		margin-left: 10px;
	}
	.two_column_content_wrapper section > .sub_sec_title {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.block_1_2, .block_2_2, .primary-colclose, .sidebar, .sub_section_left_column, .sub_section_sidebar, .section_left_block_outer, .section_right_block_outer {
		width: auto;
		border-right: 0px;
		padding: 0px;
		margin-right: 0px;
		margin-left: 0px;
		display: block;
		float: none;
		overflow: hidden;
	}
	.block_1_2_bor {
		border-right: 0px !important;
		padding-right: 0px !important;
	}
	.block_1_2, .primary-colclose, .sub_section_left_column, .section_left_block_outer {
		margin-bottom: 15px;
	}
	.sec_home, .carousel, .sec_cric_slot, .advt-slot300-600, .advt-300-250, .sec_us_mm, .region_right_side_outer, .sub_title_1, .SectionHcommon, .e_edition_sec, .manorama_news_sec, .six_sto_nav, .title_listing_nav, .home_bus_cha_sec, .home_bus_cur_rat_sec, .movie_sec_slide, .common_section, .Common-Sec, .multi_outer, .bxslider_wrapper_wide_height_carousel, .wide_carousel_wrapper, .right_side_latest_news_sec, .sub_sec_story_listing_sec, .col_author_story_outer, .col_author_story_list_outer, .two_column_content_wrapper, .sec_rig_num_list_story, .sec_rig_main_list_story, .section_slide_outer, .sec_full_block, .Section_sub_book_listing_outer, .book_list_desc-rig_blk, .blog_column_rig_blk, .promo_dropdown_rig_blk, .search_listing_outer, .indepth-top-sec, .bxslider_wrapper_hgt_carousel, .buy_movie_tickets_outer, .num_top_rating_outer, .sec_rig_num_list_story_eng, .right-side-section, .social_media_call_outer, .ticket_listing_movie_outer, .movie_subsec_top_trls_outer, .trailers_listing_movie_blk, .sub_sec_ft_forms, .sub_section_specials_outer, .star_prediction_box, .prayer_time_box, .numerology_widget, .todays_panchankam_outer, .astro_mach_maker, #CommentsBlock, #contentBody, .rating_box_art, .shareBar, .tagsBlock, .travel-guide-block, .block_bor_top, .about-kerala-block, .section-left-block, .two_column_content_wrapper .sub_sec_title, .wrapper_movie_carousel, .ask-expert-top-box, .quest_ans_outer, .Sub_section_sub_outer, .letters-slot, .wrapper_astro, .four_image, .compare_car, .compare_car_outer, .two_column_content_wrapper .template_call, .music_spotlight_inside-cont_block, .music_celb_corner_block, .music_top_10_outer, .promo_300_100, .block_2_2 .specialpromotionblock, .wrapper_music_carousel, .astro_specs_outer, .mypayments_outer, .live-cricket-wraper, .sub_sec_obituary_listing_sec, .section_weather_outer {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}
	.title_block, .title_listing_block {
		overflow: hidden;
		margin: 0px 5px 10px 5px;
	}
	.heading_img_desc_1_3 {
		width: 72.6%;
		padding: 0% 2% 0% 5px;
	}
	.movie_1_2 {
		width: 47.48%;
		margin: 0% 3.03% 0% 5px;
	}
	.movie_2_2 {
		width: 47.8%;
		margin-right: 5px;
	}
	.img_desc_full {
		padding: 0% 5px 0% 1.5%;
	}
	.header_date_time .months_year, .header_date_time .day, .header_date_time .time {
		font-size: 9px;
		line-height: 15px;
	}
	.advt-slot300-600, .advt-300-250, .sec_us_mm, .region_right_side_outer, .e_edition_sec, .manorama_news_sec, .home_bus_cha_sec, .home_bus_cur_rat_sec, .movie_sec_slide, .common_section, .Common-Sec {
		width: 48.7%;
		float: left;
	}
	.sd_bar_ID .sec_us_mm, .sd_bar_ID .region_right_side_outer, .sd_bar_ID .e_edition_sec, .sd_bar_ID .common_section, .sd_bar_ID .Common-Sec {
		width: 48.2%;
		float: none;
		display: inline-block;
	}
	.sd_bar_ID .advt-slot300-600, .sd_bar_ID .advt-300-250, .sd_bar_ID .home_bus_cha_sec, .sd_bar_ID .home_bus_cur_rat_sec, .sd_bar_ID .manorama_news_sec, .social_media_call_outer {
		width: 300px;
		padding: 0px;
		margin: 0px auto 10px auto !important;
		float: none;
		overflow: hidden;
		display: block;
	}
	.share_icon_list {
		margin-left: 0px;
	}
	.promo_300_100, .block_2_2 .specialpromotionblock {
		width: 98%;
		margin: 0px 1% 10px 1% !important;
		float: left;
		overflow: hidden;
	}
	.sd_bar_ID .promo_300_100, .block_2_2 .promo_300_100, .sd_bar_ID .specialpromotionblock, .block_2_2 .specialpromotionblock {
		width: 300px;
		margin: 0px auto 10px auto !important;
		float: none;
	}
	.sd_bar_ID .common_section, .sd_bar_ID .Common-Sec {
		width: auto;
		margin: 0px 5px 10px 5px;
		float: none;
		overflow: hidden;
		display: block;
	}
	.section_sng_col_1_1_2_adv .advt-300-250, .section_sng_col_1_1_2_adv .advt-slot300-600 {
		margin: 0px;
	}
	.new_arrivel_inside_row {
		width: 48.6%;
		float: left;
	}
	.new_arrivel_inside_row:nth-child(even) {
		border-right: 1px #EEF1F5 solid;
		border-bottom: 0px;
		padding-right: 1.3%;
		margin-right: 1.3%;
	}
	.Section_sub_book_block {
		width: 48.6%;
		border-right: 1px #EEF1F5 solid;
		padding: 0px 1.2% 0px 0px;
		margin: 0px 1.2% 15px 0px;
		float: left;
	}
	.Section_sub_book_block:nth-child(even) {
		border-right: 0px;
		padding: 0px;
		margin: 0% 0% 15px 0%;
	}
	.sd_bar_ID .movie_sec_slide {
		width: 300px;
		margin: 0px auto 10px auto !important;
		float: none;
		overflow: hidden;
	}
	.buy_movie_tickets_outer, .num_top_rating_outer, .sec_rig_num_list_story_eng, .sub_section_specials_outer, .ask-expert-top-box, .quest_ans_outer, .Sub_section_sub_outer, .blog_column_rig_blk, .promo_dropdown_rig_blk, .four_image, .music_spotlight_inside-cont_block, .music_top_10_outer, .BreakingNewsBlock, .trending_block, .specialpromotionblock {
		width: auto;
		float: none;
		overflow: hidden;
	}
	.four_image_desc{
		width: 42.5%;
		margin: 5% 0% 2% 5%;
	}
	.red_arrow, .grey_arrow{
		width: 2%;
	}
	.compare_car_vehicle{
		width: 20%;
	}
	.trailers_popup_outer, #popup_common_Wrapper, .article_popup_outer {
		width: auto;
		margin: 0px 10px;
	}
	.compare_car_img{
		 width: 100%;
  		 height: auto;
 		 margin: 0px auto;
	}
	.popular_comp_img{
		width: 120px;
		height: 63px;
		margin: 0px auto;
	}
	.popular_comp_txt{
		text-align:center;
	}
	.four_image_img{
		width: 150px;
		height: 78px;
	}
	.sidebar, .section_right_block_outer, .sec_rig_num_list_story, .sec_rig_main_list_story {
		width: auto !important;
	}
	#popup_common_Wrapper { 
		width: auto !important;
		margin: 0px 10px;
	}
	.sec_panel_other_stories, .sec_stories_slot {
		width: 48% !important;
		margin: 10px 2% 0px 0%;
	}
	.sec_stories_slot.bor_btm_4gray {
		border-bottom: 0px !important;
	}
	.section_sng_col_top_news {
		width: 53.3%;
	}
	.section_sng_col_justin {
		width: 40.6%;
	}
	.section_sng_col_1_2_1_left, .section_sng_col_1_2_1_right {
		width: 25.4%;
	}
	.section_sng_col_1_2_1_middle {
		width: 37.2%;
	}
	.section_sng_col_1_1_2_story {
		width:  25.6%;
	}
	.movie_poster_name_list_blk {
		width: 15.8%;
		height: 240px;
	}
	.trailers_poster_name_list_blk {
		width: 26.7%;
		height: 246px;
		margin: 0 3.3% 30px 3.3%;
		float: left;
		overflow: hidden;
	}
	.one-column-left {
		width: 23.408%;
	}
	.one-column-right {
		width: 75.571%;
	}
	.next-up-list {
		padding: 7.286%;
	}
	.other-videos {
		width: 28.6%;
		height: 205px;
	}
	.star_prediction_box, .prayer_time_box, .rahu_time_box { 
		margin: 0px 0px 15px 0px;
		float: none;
		width: auto;
	}
	#contentBody, .rating_box_art, .shareBar, .tagsBlock, #CommentsBlock {
		width: auto;
		float: none;
		overflow: hidden;
	}
	#CommentsBlock {
		display: inline-block;
	}
	.Column-340-indepth, .Column-340 {
		width: 49.8%;
		margin-left: 5px;
	}
	.column-300-indepth {
		width: 45.8%;
		margin-right: 5px;
	}
	.about-kerala-block, .right_side_latest_news_sec {
		float: none;
		display: block;
		width: auto;
	}
	.section-left-block {
		width: auto;
	}
	.scrollingArea {
		height: auto !important;
	}
	.spotlight_inside_box {
		width: 48%;
		height: auto;
		margin: 0.8%;
	}
	.music_celb_corner_block .image-common {
		width: 45%;
		margin: 10px 10px 0px 0px;
	}
	.spotlight_title_txt{
		margin-top: 1% !important;
	}
	.shop_albums_block_right {
		width: 45%;
		float: left;
		margin: 0.5%;
	}
	.music_player_time_block, .music_player_audio_mute_block {
		display: none;
	}
	.astro_spec_left_block {
		width: 100%;
	}
	.astro_spec_form_field {
		width: 97%;
		float: left;
	}
	.astro_form_row {
		width: 71%;
	}
	.astro_form_button_position {
		margin-left: 110px;
		
	}
	.astro_specs_outer, .section_weather_outer {
		width: auto;
	}
	.order_summery_box_inside, .billing_box_inside {
		width: 92%;
	}
	.width_70_right {
		width: 60% !important;
		margin: 4px !important;
		float: right !important;
	}
	#popup_Wrapper_email { 
		width: auto !important;
		margin: 0px 10%;
	}
	.download_plans_ounter_main {
		height: 206px;
	}
	.e_novel_img {
		margin-right: 10px;
		float: left;
	}
	.mmHeader1000{ width:100% !important;}
/*******Scrolling for android & IOS***************/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
/*******Scrolling for android & IOS Ends*********/
.breadcrumb ul li:nth-child(n+5) {max-width: 100px; text-overflow: ellipsis;}
.col_top .ad_top_970x90{ display: block; width: 100%;}
.col_top .ad_top_970x90 img{width: 100%; height: auto;}
#storycontent .articleContainer .advertisement{width: auto;}

}

@media screen and (max-width:640px)
{
	.home_slide_ol_content .article_slider_para, .breadcrumb ul, .music_player_outer { display:none;}
	.search-area {
		width: auto;
		float: none;
		display: block;
	}
	.outhers_in_sec_box-area {
		width: auto;
		margin-right: 0px;
		float: none !important;
	}
	.outhers_in_sec_list_items {
		width: 100%;
	}
	.ad_slot_in {
		width: 300px !important;
		height: auto !important;
		margin: 0px auto !important;
		float:none;
	}
	.ad_slot_in .advt-300-250 {
		margin: 0px 0px 10px 0px !important;
	}
	.Section_sub_book_block {
		height: 210px;
	}
	.red_arrow, .grey_arrow{
		width: 7%;
	}
	.compare_car_vehicle{
		width: 37%;
	}
	.branding_logo_block img {
		max-width: 100%;
		height: auto;
	}
	.download_plans_ounter_main {
		width: 31% !important;
	}
	.ask-left-box, .ask-right-box {
		width: 99%;
	}
	.Popup_left_outer_90 {
	width: 100% !important;
	}
	.label_box_02_30 {
	width: 28% !important;
	}
	.section_sng_col_1_2_1_left, .section_sng_col_1_2_1_right {
		width: 29.3%;
	}
	.section_sng_col_1_2_1_middle {
		width: 29.3%;
	}
	.section_sng_col_top_news {
		width: 48.3%;
	}
	.section_sng_col_justin {
		width: 45.6%;
	}
	.one-column-left {
		width: 30.408%;
	}
	.one-column-right {
		width: 68.571%;
	}
	.videoPage_PlayerBlock_ID .video-Player-2, .videoPage_PlayerBlock_ID .VideoPlayer-Right-Area {
		width: 100%;
	}
	.one-column-left {
		width: 30.408%;
	}
	.one-column-right {
		width: 68.571%;
	}
	.next-up-list {
		padding: 8.286%;
	}
	.other-videos {
		width: 39%;
		height: 208px;
		margin-right: 17.2%;
	}
	.other-videos:nth-child(2n) {
		margin-right: 0px;
	}
	.videoPage_PlayerBlock_ID .VideoPlayer-Right-Area {
		width: auto;
		padding: 0px 10px;
		margin-left: 0px;
		float: none;
		overflow: hidden;
	}
	.toolsGroup, .video_rating_blk {
		width: 50%;
		height: 60px;
	}
	.trailers_poster_name_list_blk {
		width: 30.7%;
		height: 246px;
		margin: 0 1.3% 30px 1.3%;
		float: left;
		overflow: hidden;
	}
	.Column-340-indepth, .Column-340 {
		width: 49.4%;
		margin-left: 5px;
	}
	.column-300-indepth {
		width: 45.4%;
		margin-right: 5px;
	}
	.language-tips-details ul li{
		width: 90%;
	}
	.chef-slot-1 {
		height: auto;
	}
	.astro_form_row {
		width: 80%;
	}
	.middle-weathe-inside-box2 {
		width: 28.8%;
	}
	.download_plans_ounter_main {
		height: 194px;
	}
	.Gridbox03-rahu ul li {
	min-height: 40px !important;
	}
	.title-email-txt, .ae-content-email-txt {
		width: 23%;
	}
}

@media screen and (max-width:600px)
{
	.sd_bar_ID .home_bus_cha_sec, .sd_bar_ID .home_bus_cur_rat_sec {
		float: none;
	}
	.promoBlok2 {
		width: 100%;
		margin: 1% 0% 2%;
	}
	.Comment-slot-50, .Comment-slot-50-rgt, .indepth-top-sec .mm-s-stories-noborder .videoicon img {
		width: 100%;
	}
	.TabW ul .TabDeselect {
		display: none;
	}
	.BreakingNewsBlock{
		visibility:hidden;
		margin-bottom:-38px;
	}
	.home_bus_cha_sec, .drop-down-block {
		display: block !important;
	}
	.advt-slot300-600, .advt-300-250, .sd_bar_ID .advt-slot300-600, .sd_bar_ID .advt-300-250, .sd_bar_ID .promo_300_100, .sd_bar_ID .specialpromotionblock, .home_bus_cha_sec, .home_bus_cur_rat_sec, .movie_sec_slide, .movie_1_2, .movie_2_2 {
		width: 300px;
		padding: 0px;
		margin: 0px auto 10px auto !important;
		float: none;
		overflow: hidden;
		display: block;	
	}
	.Section_sub_book_block {
		width: 100%;
		padding: 0px;
		margin: 0% 0% 15px 0%;
		float: left;
	}
	.new_arrivel_inside_row {
		width: auto;
	}
	.other-videos {
		width: 41%;
		height: 208px;
		margin-right: 13.2%;
	}
	.Column-340-indepth, .column-300-indepth , .Column-340{
		width: auto;
		border-right: 0px;
		padding-right: 0px;
		margin: 0 5px;
		float: none;
		overflow: hidden;
	}
	.indepth-top-sec .mm-s-stories-noborder .videoicon {
		width: 50%;
	}
	.middle-weathe-inside-box2 {
		width: 28.7%;
	}
	.TabW ul {
		width: auto;
	}
	.TabW ul li.TabSelect, .TabW ul li.TabSelect a, .TabW ul li.TabSelect a:hover {
		color: #FFFFFF;
		background-color: transparent;
	}
	.download_plans_ounter_main {
		height: 184px;
	}
	.region_right_side_outer .image-common {
		width: 50%;
		margin: 0px 2% 0px 0px;
	}
	.compare_car_outer{
		width: 100%;
		overflow-x: auto;
	}
	#comparecarresultsdiv{
		width: 600px;
	}
	.ae-reply-txt {
		width: 46%;
	}
	.ask-expert-main-title {
		width: 98%;
		padding-top: 5px;
		float: left;
	}
	.table-outer-ae{width: 100%; overflow-x:auto;}
	.table-inner_wrapper{width: 600px;}
	.font_size_36 { font-size: 28px !important; }	
	.region .more_arrow_icon{clear: both;}
}

@media screen and (max-width:480px)
{
	.bxslider_wrapper_home .bx-pager, .highlight_story_intro, .slider_video_para, .top-story-intro, .logo_2_art, .share_icon_list .share_text { display:none;}
	#sticky_navarticle .logo_2_art {display: block;}
	.art_left_block{
		width: 98%;
	}
	.home_bus_cha_sec, .home_bus_cur_rat_sec, .sd_bar_ID .home_bus_cha_sec, .sd_bar_ID .home_bus_cur_rat_sec  {
		width: auto;
		border-right: 0px;
		padding: 0px;
		margin: 0px 5px 10px 5px !important;
		float: none;
	}
	.col_author_name_follow .authorName {
		margin-bottom: 6px;
		float: none;
	}
	.col_author_name_follow .authorFollow {
		float: left;
	}
	.four_image_desc{
		width: 42.5%;
		margin: 5% 0% 2% 5%;
	}
	.sec_slide_box_2, .share_box_text, .tool_box_text {
		display: none !important;
	}
	.tool_box_set .tool_box:last-child .tool_box_text {
		display: block !important;
	}
	.sec_slide_box_1 {
		margin: 0px 0% 0px 1%;
	}
	.Popup_left_outer, .Popup_right_outer, .Popup_left_outer_90 {
		width: 100% !important;
		margin: 0px !important;
	}
	.label_box_02_30 {
		width: 47% !important;
		margin-bottom: 10px !important;
	}
	.inside_box_astro {
	width: 48%;
	margin: 0px !important;
	}
	.astro_tab_right {
	margin: 5px 0% 5px 1%;
	width: 96%;
	float: left;
	}
	.astro_details_tab ul li {
	margin: 3px 0px !important;
	}
	.tGrid_02 .HeadLeft, .tGrid_02 .HeadCenter, .tGrid_02 .HeadRight, .tGrid .HeadLeft, .tGrid .HeadCenter, .tGrid .HeadRight  {
	font-size: 17px;
	padding: 2px !important;
	}
	.tGrid td {
	padding: 8px 0px;
	}
	.section_sng_col_top_news, .section_sng_col_justin, .section_sng_col_1_2_1_left, .section_sng_col_1_2_1_middle, .section_sng_col_1_2_1_right, .section_sng_col_1_1_2_story {
		width: auto;
		padding: 0px;
		margin: 0px;
	}
	.section_sng_col_1_2_1_left_news_sec, .section_sng_col_1_2_1_middle_news_sec, .section_sng_col_1_2_1_left_news_sec, .section_sng_col_top_news, .section_sng_col_justin, .section_sng_col_1_1_2_story_news_sec, .section_sng_col_1_1_2_adv, .section_sng_col_1_2_1_middle_img_hed, .section_sng_col_1_2_1_left_img_hed, .section_sng_col_1_2_1_left_img {
		border-bottom: 1px #EEF1F5 solid;
	}
	.section_sng_col_1_2_1_left_news_sec, .section_sng_col_1_2_1_middle_news_sec, .section_sng_col_1_2_1_left_news_sec, .section_sng_col_top_news, .section_sng_col_justin, .section_sng_col_1_1_2_story_news_sec, .section_sng_col_1_1_2_adv, .section_sng_col_1_2_1_middle_img_hed, .section_sng_col_1_2_1_left_img_hed, .section_sng_col_1_2_1_left_img {
		margin-bottom: 15px !important;
	}
	.section_sng_col_sub_sec_thumb_news {
		padding-bottom: 10px !important;
	}
	.section_sng_col_sub_sec_thumb_news_img {
		width: 43.8%;
		margin: 0px 10px 0px 0px;
		float: left;
	}
	.section_single_columns {
		border: 0px;
		padding: 0px;
	}
	.section_sng_col_justin_news, .mynewslist {
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	.section_sng_col_top_news, .section_sng_col_1_2_1_left, .section_sng_col_1_2_1_middle, .section_sng_col_1_1_2_story {
		border-right: 0px;
	}
	.section_sng_col_sub_sec_thumb_news .malayalam_head, .section_sng_col_1_1_2_story_thumb_news .malayalam_head {
		line-height: 124%;
		margin-bottom: 0px;
	}
	.section_sng_col_1_1_2_adv {
		width: 100%;
		padding: 10px 0px 10px 0px;
		float: none;
		overflow: hidden;
		display: block;
		text-align: center;
	}
	.section_sng_col_1_1_2_adv .advt-300-250 {
		margin: 0px auto 10px auto;
	}
	.section_sng_col_sub_sec_img_blk {
		width: auto;
		float: left;
	}
	.section_sng_col_1_2_1_left_img_hed, .section_sng_col_1_2_1_middle_img_hed {
		border: 0px;
		margin: 0px;
	}
	.section_sng_col_sub_sec_img_blk {
		margin: 0px 10px 0px 0px;
	}
	.section_sng_col_sub_sec_thumb_news, .section_sng_col_1_2_1_middle_img_hed:last-child .section_sng_col_sub_sec_thumb_news {
		border-bottom: 1px #EEF1F5 solid !important;
		padding-bottom: 10px !important;
		margin-bottom: 0px !important;
	}
	.section_sng_col_1_2_1_middle_img_hed .section_sng_col_sub_sec_thumb_news .section_sng_col_sub_sec_thumb_news_img {
		width: auto;
		margin: 0px 0px 10px 0px;
	}
	.common_sub_title {
		padding-bottom: 9px;
	}
	.trailers_poster_name_list_blk {
		width: 46%;
		height: 256px;
		margin: 0 2% 30px 2%;
		float: left;
		overflow: hidden;
	}
	.prgmms {
		background-color: #111111 !important;
	}
	.mal_black_wrapper .panel_inside_box_area {
		margin: 5px !important;
	}
	.one-column-left {
		width: 100%;
	}
	.one-column-right {
		width: 100%;
		margin-left: 0%;
	}
	.next-up-list {
		width: 36.1%;
		height: 208px;
		float: left;
	}
	.other-videos {
		width: 36.1%;
		height: 208px;
		padding: 2.2%;
		margin-right: 19%;
		float: left;
	}
	.next-up-list {
		padding: 6.9%;
	}
	.panel-inside {
		display: none;
	}
	.panel_inside_box_area {
		display: block !important;
	}
	.compare_carousel_sec_1, .compare_carousel_sec_2{
		width: 41.5%;
	}
	.header_branding {
		text-align: center;
		display: block;
		overflow: hidden;
	}
	.vid-lead-block, .VideoScrollArea {
		width: 100%;
		float: none;
	}
	.vid-block-right-1 {
		width: 48%!important;
		margin-right: 2%!important;
	}
	.storycontent.article_lit .Landscapeimage {
		width: 45%;
	}
	.shop_albums_block_right {
		width: 98% !important;
		float: left;
		margin: 0px;
	}
	.top_10_rate_box {	
		width: 90%;
		float:left; 
	}
	.SectionHcommon .LeftMainStory, .SectionHcommon .MiddleStoryThumb, .SectionHcommon .RightThumbRight, .SectionHcommon .OtherStorySlot {
		width: auto;
		margin: 0px 0px 5px 0px;
		float: none;
	}
	.SectionHcommon .LeftMainStory, .SectionHcommon .MiddleStoryThumb, .SectionHcommon .RightThumbRight {
		border-bottom: 1px #EEF1F5 solid;
		padding-bottom: 10px;
	}
	.SectionHcommon .MiddleStoryThumb, .SectionHcommon .RightThumbRight {
		margin-bottom: 5px;
		float: none;
	}
	.SectionHcommon .MiddleStoryThumb .image-common, .SectionHcommon .RightThumbRight .image-common, .SectionHcommon .grey-line325 {
		display: none;
	}
	.astro_spec_form_field, .astro_form_row, .astro_spec_left_block {
		width: 95%;
	}
	.only_diplay_in_web, .mypayments_listing_header .mypayments_date_blk, .mypayments_listing_header .mypayments_products_blk {
		display: none;
	}
	.mypayments_order_no_blk, .mypayments_date_blk, .mypayments_products_blk {
		width: 49%;
		margin-bottom: 5px;
	}
	.mypayments_amount_blk {
		width: 21%;
	}
	.mypayments_status_blk {
		width: 20%;
	}
	.mypayments_order_no_blk, .mypayments_date_blk, .mypayments_products_blk, .mypayments_amount_blk, .mypayments_status_blk {
		margin-right: 1.6%;
		margin-left: 1.6%;
	}
	.mypayments_date_blk::before, .mypayments_products_blk::before {
		content: "(";
	}
	.mypayments_date_blk::after, .mypayments_products_blk::after {
		content: ")";
	}
	.middle-weathe-inside-box2 {
		width: 93.6%;
	}
	.middle-weathe-inside-box, .middle-weathe-inside-box-wb {
		width: 100%;
		margin-right: 0px;
	}
	.middle-weathe-inside-box {
		margin-bottom: 1.51515%;
	}
	.weather-fig-outer {
		width: 90%;
	}
	.large-weather-common {
    	width: 113px;
    }
    .lead-w-1-p-weather-txt {
		font-size: 33px;
	}
	.weather-middle-img-block {
		padding-left: 0px;
	}
	.Sunny-s, .PartlySunny-s, .PartlyCloudy-s, .ChanceofRain-s, .Scatteredthunderstorm-s, .Wind_s, .Cloudy-s, .Rain-s, .Thunderstorm-s, .ClearNight-s, .PartlyNight-s, .PartlyCloudyNight-s, .ChanceofrainNight-s, .ScatteredthunderNight-s, .LightSnow2-s, .LightSnow1-s, .Snow-s, .NotAvailable-s, .thunder-s, .Fog-mist-s, .Sunny-snow-thunder-s, .Night-snow-thunder-s {
		margin: 0px auto;
		float: none;
	}
	.middle-weathe-inside-box2 h5, .weatherstatustexts p {
		width: 100%;
		text-align: center;
	}
	.weather-middle-unit-block2 {
		width: 60px;
		margin: 0px auto;
		float: none;
		overflow: hidden;
	}
	.e_novel_img {
		width: 100%;
		margin-right: 0px;
	}
	.images_search_area {
		width: 96%;
		margin: 5px 2%;
		float: left;
	}
	.Gridbox02-rahu-left {
	width: 58.2% !important;
	}
	.prayer_tab_outer ul li {
	min-height: 40px !important;
	}
	.ask-expert-main-title, .online-op-nav-inside-block {
		width: 98%;
		padding-top: 5px;
		float: left;
	}
	.ask-expert-top-nav-txt-type-2 {
		float: right;
	}
	.ask-expert-sub-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.share_img_box, .tool_box {
		margin-right: 8px;
	}
	.share_block_sub ul li, .icon_art, .tool_box_set .tool_box:last-child {
		margin-right: 0px;
	} 
	.tool_box_set .tool_box:last-child {
		margin-left: 10px;
	} 
	.tool_box_set .tool_box:last-child .icon_art {
		margin-right: 6px;
	}
	.editors_pick_ad .sponsored_by{clear:none;}
	.editors_pick_ad .sponsored_ad_wrapper .stories_slot_img{width: 150px; margin-right: 10px;float: left; margin-bottom: 0px;} 
}

@media screen and (max-width:360px)
{
	.home_bus_cha_sec, .home_bus_cur_rat_sec {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}
	.section_sng_col_sub_sec_img_blk {
		width: 48%;
	}
	.red_arrow, .grey_arrow{
		width: 13%;
		margin-right:5%;
	}
	.other_branding_site_dropdown {
		width: 240px;
		margin-left: -130px;
	}
	.compare_car_vehicle{
		width: 62%;
		margin: 4% 5%;
	}
	.download_plans_ounter_main {
		width: 98% !important;
	}
	.download_plans_ounter_main {
		width: 70% !important;
		height: 204px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.sec_panel_other_stories, .sec_stories_slot {
		width: 100% !important;
		margin: 10px 0% 0px 0%;
	}
	.sec_rig_main_list_story .sec_stories_slot .panchari_Normal {
		display: none;
	}
	.sec_rig_main_list_story .sec_stories_slot {
		border-bottom: 1px #EEF1F5 solid !important;
	}
	.advt-300-250, .advt-slot300-600 {
		margin-bottom: 10px !important;
	}
	.select-letters-list ul li.select-letters-name-1 { 
	width: 29% !important;
	margin: 0px 2.6% 10px 0px !important;
	}
	.select-letter {
	font-size: 30px !important;
	}
	.section_sng_col_top_news .panchari_Normal, .section_sng_col_1_1_2_story_thumb_news .panchari_Normal {
		display: none;
	}
	.one-column-right {
		width: 100%;
	}
	.next-up-list {
		width: 40.4%;
		height: 208px;
		float: left;
	}
	.other-videos {
		width: 42.5%;
		height: 190px;
		margin-right: 6.2%;
	}
	.next-up-list {
		padding: 4.8%;
	}
	.other-videos:nth-child(2n) {
		margin-right: 0px;
	}
	.compare_carousel_sec_1, .compare_carousel_sec_2{
		width: 46%;
	}
	.movie_poster_name_list_blk {
		width: 41.8%;
		height: 268px;
		padding: 2.5%;
		margin-right: 2.5%;
	}
	.wrapper_astro .astrology_dowmloads_img {
		width: 100%;
		margin-right: 0px;
	}
	.shop_albums_block_right {
		width: 98% !important;
		float: left;
		margin: 0px;
	}
	.spotlight_inside_box {
		width: 100%;
		height: auto;
		margin: 0px 0px 10px 0px;
	}
	.music_celb_corner_block .image-common {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	.buy_other_reports_block {
		float: left;
	}
	.astro_spec_left_block, .form_field_txt_left  {
		width: 95%;
	}
	.astro_spec_form_field {
		width: 94%;
	}
	.form_field_inside_right {
		width: 94%;
		float: left;
	}
	.astro_form_button_position {
		margin-left: 2px;
	}
	.order_tab_box ul li {
		width: 33%;
	}
	.astro_order_txt_left {
		width: 40%;
	}
	.width_70_right {
		width: 53% !important;
	}
	.popup-astro-receipt-right {
		width: 55%;
    }
    .large-weather-common {
		width: auto;
		border-right: 0px;
	}
	.lead-w-other-details-outer {
		width: 98%;
	}
	.lead-w-1-p-weather-txt {
		font-size: 58px;
	}
	.astrology_dowmloads_img, .astrology_dowmloads_img img {
		width: 100%;
	}
	.region_right_side_outer .image-common {
		width: 100% !important;
		margin: 0px !important;
	}
	.Gridbox03-10 {
	width: 7% !important;
	}
	.Gridbox03-12 {
	width: 21.3% !important;
	}
	.Gridbox ul li {
	padding: 5px 1%!important;
	width: 11.8% !important;
	}
	.Gridbox ul li {
	min-height: 62px !important;
	}
	.Gridbox03-rahu ul li {
	min-height: 60px !important;
	}
	.Gridbox02-rahu ul li {
	min-height: 42px !important;
	}
	.popup-ae-content-right, .popup-ae-content-left {
	width: 100%;
	float: left;
	padding: 5px 0px;;
	}
	.Gridbox02-rahu-left {
	width: 58.2% !important;
	}
}

@media screen and (min-width:769px) and (max-width:800px)
{
	.user_login_arrow, .white_up_arrow {
		display: block;
	}
	.user_login_list {
		max-width: 300px;
		min-width: 180px;
		background-color: #FFFFFF;
		border: 1px #E9E9E9 solid;
		border-radius: 6px;
		box-shadow: 0px 0px 10px 0px #E3E3E3;
		-moz-box-shadow: 0px 0px 10px 0px #E3E3E3;
		-webkit-box-shadow: 0px 0px 10px 0px #E3E3E3;
		top: 26px;
		right: -9px;
		position: absolute;
		z-index: 22;
		display: none;
	}
	.user_login_blk {
		margin-right: 10px;
		position: relative;
		display: block;
	}
	.user_login_arrow {
		cursor: pointer;
	}
	.sign_in_text, .register_text {
		margin: 3px 0px;
		border: 0px;
		float: none;
	}
	.star_prediction_result_outer {
		width:98% !important;
	}
	.inside_result_box_astro {
		width:80% !important;
	}
	.astro_results_inside_astrologer_name_txt {
		width:80% !important;
		text-align:left !important;
	}
	.other-videos:nth-child(3n) {
		margin-right: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:768px)
{
	.user_login_arrow, .white_up_arrow {
		display: block;
	}
	.advt-slot300-600, .advt-300-250, .sec_us_mm, .region_right_side_outer, .e_edition_sec, .manorama_news_sec, .home_bus_cha_sec, .home_bus_cur_rat_sec, .movie_sec_slide, .common_section, .Common-Sec {
		width: 48.4%;
	}
	.ad_slot_in {
		width: 100% !important;
		height: auto !important;
	}
	.ad_slot_in .advt-300-250 {
		margin: 0px 10px 10px 0px !important;
	}
	.user_login_list {
		max-width: 300px;
		min-width: 180px;
		background-color: #FFFFFF;
		border: 1px #E9E9E9 solid;
		border-radius: 6px;
		box-shadow: 0px 0px 10px 0px #E3E3E3;
		-moz-box-shadow: 0px 0px 10px 0px #E3E3E3;
		-webkit-box-shadow: 0px 0px 10px 0px #E3E3E3;
		top: 26px;
		right: -9px;
		position: absolute;
		z-index: 22;
		display: none;
	}
	.user_login_blk {
		margin-right: 10px;
		position: relative;
		display: block;
	}
	.user_login_arrow {
		cursor: pointer;
	}
	.sign_in_text, .register_text {
		margin: 3px 0px;
		border: 0px;
		float: none;
	}
	.star_prediction_result_outer {
		width:98% !important;
		}
	.inside_result_box_astro {
		width:80% !important;
		}
	.astro_results_inside_astrologer_name_txt {
		width:80% !important;
		text-align:left !important;
		}
		.sec_right_common {
		width: 48% !important;
		float: left;
		margin: 0px 5px 10px 0px;
	}
	.movie_poster_name_list_blk {
		width: 15.8%;
		height: 232px;
	}
	.other-videos:nth-child(3n) {
		margin-right: 0px;
	}
	.download_plans_ounter_main {
		height: 204px;
	}
}

@media screen and (min-width:601px) and (max-width:640px)
{
	.cric_header_score, .six_sto_nav ul, .title_listing_nav ul {
		display: none;
	}
	.SearchBox1 {
		width: 45%;
	}
	.heading_img_desc_1_3 {
		width: 68%;
	}
	.img_desc_full {
		width: 26%;
	}
	.user_login_list {
		max-width: 300px;
		min-width: 180px;
		background-color: #FFFFFF;
		border: 1px #E9E9E9 solid;
		border-radius: 6px;
		box-shadow: 0px 0px 10px 0px #E3E3E3;
		-moz-box-shadow: 0px 0px 10px 0px #E3E3E3;
		-webkit-box-shadow: 0px 0px 10px 0px #E3E3E3;
		top: 26px;
		right: -9px;
		position: absolute;
		z-index: 22;
		display: none;
	}
	.user_login_blk {
		margin-right: 10px;
		position: relative;
		display: block;
	}
	.six_sto_nav_drodow, .six_sto_nav_drodow_list, .user_login_arrow, .white_up_arrow {
		display: block;
	}
	.user_login_arrow {
		cursor: pointer;
	}
	.sign_in_text, .register_text {
		margin: 3px 0px;
		border: 0px;
		float: none;
	}
	.advt-slot300-600, .advt-300-250, .sec_us_mm, .region_right_side_outer, .e_edition_sec, .manorama_news_sec, .home_bus_cha_sec, .home_bus_cur_rat_sec, .movie_sec_slide, .common_section, .Common-Sec, .sd_bar_ID .promo_300_100, .sd_bar_ID .specialpromotionblock {
		width: 48.3%;
	}
	.section_sng_col_1_1_2_adv {
	    width: 300px;
	    padding: 0px;
	    margin: 0px auto 10px !important;
	    float: none;
	    overflow: hidden;
	}
	.section_sng_col_1_1_2_story {
		width: 47.8%;
		margin-bottom: 15px;
	}
	.section_single_columns .section_sng_col_1_1_2_story:nth-child(2) {
		border: 0px !important;
		padding: 0px !important;
		margin: 0px 0px 15px 0px !important;
	}
	.star_prediction_result_outer {
	width:98% !important;
	}
	.star_prediction_result_outer {
		width:98% !important;
		}
	.inside_result_box_astro {
		width:80% !important;
		}
	.astro_results_inside_astrologer_name_txt {
		width:80% !important;
		text-align:left !important;
		}
		.sec_right_common {
		width: 48.6% !important;
		float: left;
		margin: 0px 5px 10px 0px;
	}
	.movie_poster_name_list_blk {
		width: 20.7%;
		height: 248px;
	}
	.shop_albums_block_right {
		width: 98% !important;
		float: left;
		margin: 0px;
	}
	.spotlight_inside_box {
		height: 330px;
	}
	.SectionHcommon .LeftMainStory {
		width: 42.48%;
	}
	.SectionHcommon .MiddleStoryThumb, .SectionHcommon .RightThumbRight {
		width: 25.72%;
	}
	.SectionHcommon .grey-line325, .SectionHcommon .OtherStorySlot {
		width: 54.48%;
	}
	.astro_order_txt_left {
		width: 26%;
	}

}

@media screen and (min-width:481px) and (max-width:600px)
{
	.trend_sec, .cric_header_score, .six_sto_nav ul, .title_listing_nav ul {
		display: none;
	}
	.SearchBox1 {width: 100%;}
	.heading_img_desc_1_3 {
		width: 68%;
	}
	.img_desc_full {
		width: 26%;
	}
	.user_login_arrow, .white_up_arrow, .six_sto_nav_drodow, .six_sto_nav_drodow_list {
		display: block;
	}
	.user_login_arrow {
		cursor: pointer;
	}
	.sign_in_text, .register_text {
		margin: 3px 0px;
		border: 0px;
		float: none;
	}
	.user_login_blk {
		margin-right: 10px;
		position: relative;
		display: block;
	}
	.user_login_list {
		max-width: 300px;
		min-width: 180px;
		background-color: #FFFFFF;
		border: 1px #E9E9E9 solid;
		border-radius: 6px;
		box-shadow: 0px 0px 10px 0px #E3E3E3;
		-moz-box-shadow: 0px 0px 10px 0px #E3E3E3;
		-webkit-box-shadow: 0px 0px 10px 0px #E3E3E3;
		top: 26px;
		right: -9px;
		position: absolute;
		z-index: 22;
		display: none;
	}
	.sec_us_mm, .region_right_side_outer, .common_section, .Common-Sec, .e_edition_sec, .right_side_latest_news_sec, .sec_right_common, .sec_rig_num_list_story, .sec_rig_main_list_story {
		width: auto;
		padding: 0px;
		margin: 0px 5px 10px 5px;
		float: none;
		overflow: hidden;
	}
	.manorama_news_sec, .movie_1_2, .movie_2_2, .movie_sec_slide, .section_sng_col_1_1_2_adv {
		width: 300px;
		padding: 0px;
		margin: 0px auto 10px auto !important;
		float: none;
		overflow: hidden;
	}
	.SectionHcommon {
		margin-bottom: 10px;
	}
	.section_sng_col_1_1_2_story {
		width: 47.8%;
		margin-bottom: 15px;
	}
	.section_single_columns .section_sng_col_1_1_2_story:nth-child(2) {
		border: 0px !important;
		padding: 0px !important;
		margin: 0px 0px 15px 0px !important;
	}
	.star_prediction_result_outer {
	width:98% !important;
	}
	.star_prediction_result_outer {
		width:98% !important;
		}
	.inside_result_box_astro {
		width:80% !important;
		}
	.astro_results_inside_astrologer_name_txt {
		width:80% !important;
		text-align:left !important;
	}
	.movie_poster_name_list_blk {
		width: 20.7%;
		height: 236px;
	}
	.trailers_poster_name_list_blk {
		width: 30.7%;
		height: 256px;
		margin: 0 1.3% 30px 1.3%;
		float: left;
		overflow: hidden;
	}
	.spotlight_inside_box {
		height: 310px;
	}
	.SectionHcommon .LeftMainStory {
		width: 40.48%;
	}

	.SectionHcommon .MiddleStoryThumb, .SectionHcommon .RightThumbRight {
		width: 26.72%;
	}
	.SectionHcommon .grey-line325, .SectionHcommon .OtherStorySlot {
		width: 56.48%;
	}
	.popup-astro-receipt-right {
		width: 55%;
	
    }
    .astro_order_txt_left {
		width: 40%;
	}


}

@media screen and (min-width:361px) and (max-width:480px)
{
	.trend_sec, .cric_header_score, .six_sto_nav ul, .title_listing_nav ul {
		display: none;
	}
	.SearchBox1 {
		width: 100%;
	}
	.img_desc_full .stories_slot_img {
		width: 150px;
		height: auto;
		margin-right: 10px;
		float: left;
	}
	.user_login_arrow, .white_up_arrow, .six_sto_nav_drodow, .six_sto_nav_drodow_list {
		display: block;
	}
	.user_login_arrow {
		cursor: pointer;
	}
	.sign_in_text, .register_text {
		margin: 3px 0px;
		border: 0px;
		float: none;
	}
	.user_login_blk {
		margin-right: 10px;
		position: relative;
	}
	.user_login_list {
		max-width: 300px;
		min-width: 180px;
		background-color: #FFFFFF;
		border: 1px #E9E9E9 solid;
		border-radius: 6px;
		box-shadow: 0px 0px 10px 0px #E3E3E3;
		-moz-box-shadow: 0px 0px 10px 0px #E3E3E3;
		-webkit-box-shadow: 0px 0px 10px 0px #E3E3E3;
		top: 26px;
		right: -9px;
		position: absolute;
		z-index: 22;
		display: none;
	}
	.cric_teams_score, .cric_teams_overs {
		text-align: center !important;
	}
	.cric_live_ad_blk {
		margin: 20px;
	}
	.section_single_columns .section_sng_col_top_news .panchari_Normal {
		margin-bottom: 20px;
	}
	.cric_teams_ttl_left, .cric_teams_ttl_right {
		float: none;
	}
	.cric_teams_blk {
		margin: 0px 60px;
	}
	.heading_img_desc_1_3, .img_desc_full, .sec_us_mm, .region_right_side_outer, .common_section, .Common-Sec, .e_edition_sec, .manorama_news_sec, .right_side_latest_news_sec, .sec_right_common, .sec_rig_num_list_story, .sec_rig_main_list_story {
		width: auto;
		border-right: 0px;
		padding: 0px;
		margin: 0px 5px 10px 5px;
		float: none;
		overflow: hidden;
	}
	.multi_box {
		width: 49.7%;
		display: block;
	}
	.multi_box:last-child {
		display: none !important;
	}
	.download_plans_ounter_main {
	width: 47% !important;
	}
	.star_prediction_result_outer {
		width:98% !important;
		}
	.inside_result_box_astro {
		width:80% !important;
	}
	.astro_results_inside_astrologer_name_txt {
		width:80% !important;
		text-align:left !important;
	}
	.sample_report_outer {
		width:98% !important;}
	.price_buy_outer {
		width:98% !important;
		float:left !important
	}
	.select-letters-list ul li.select-letters-name-1 { 
	width: 20.9% !important;
	margin: 0px 2.6% 10px 0px !important;
	}
	.movie_poster_name_list_blk {
		width: 26.3%;
		height: 236px;
		padding: 2%;
		margin-right: 2.5%;
	}
	.spotlight_inside_box {
		width: 48% !important;
	}
	.music_celb_corner_block .image-common {
		width: 45%;
		margin: 10px 10px 10px 0px;
	}
	.spotlight_inside_box {
		height: 290px;
	}
	.SectionHcommon .LeftMainStory .image-common {
		width: 50%;
		margin: 0px 2% 0px 0px;
	}
	.SectionHcommon .LeftMainStory .Georgia01 {
		width: auto;
		margin: 5px 0px 0px 0px;
		float: none;
	}
	.SectionHcommon .LeftMainStory .GeorgiaNormal03 {
		display: none;
	}
	.astro_order_txt_left {
		width: 30%;
	}
	.popup-astro-receipt-right {
		width: 65%;
	}
	.Gridbox02-rahu ul li {
	min-height: 42px !important;
	}
}

@media screen and (min-width:321px) and (max-width:360px)
{
	.trend_sec, .cric_header_score, .six_sto_nav ul, .title_listing_nav ul, .multi_box, .SectionHcommon .GeorgiaNormal03 {
		display: none;
	}
	.SearchBox1 {
		width: 100%;
	}
	.heading_img_desc_1_3, .img_desc_full, .sec_us_mm, .region_right_side_outer, .common_section, .Common-Sec, .e_edition_sec, .manorama_news_sec, .movie_1_2, .movie_2_2, .right_side_latest_news_sec  {
		width: auto;
		border-right: 0px;
		padding: 0px;
		margin: 0px 5px 10px 5px;
		float: none;
		overflow: hidden;
	}
	.movie_sec_slide, .LeftMainStory, .grey-line325, .OtherStorySlot {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.img_desc_full .stories_slot_img {
		width: 150px;
		height: auto;
		margin-right: 10px;
		float: left;
	}
	.user_login_arrow, .white_up_arrow, .six_sto_nav_drodow, .six_sto_nav_drodow_list {
		display: block;
	}
	.user_login_arrow {
		cursor: pointer;
	}
	.sign_in_text, .register_text {
		margin: 3px 0px;
		border: 0px;
		float: none;
	}
	.user_login_blk {
		margin-right: 10px;
		position: relative;
	}
	.user_login_list {
		max-width: 300px;
		min-width: 180px;
		background-color: #FFFFFF;
		border: 1px #E9E9E9 solid;
		border-radius: 6px;
		box-shadow: 0px 0px 10px 0px #E3E3E3;
		-moz-box-shadow: 0px 0px 10px 0px #E3E3E3;
		-webkit-box-shadow: 0px 0px 10px 0px #E3E3E3;
		top: 26px;
		right: -8px;
		position: absolute;
		z-index: 1;
		display: none;
	}
	.cric_teams_score, .cric_teams_overs {
		text-align: center !important;
	}
	.cric_live_ad_blk {
		margin: 20px;
	}
	.cric_teams_ttl_left, .cric_teams_ttl_right {
		float: none;
	}
	.LeftMainStory {
		margin: 0px;
	}
	.MiddleStoryThumb, .RightThumbRight {
		width: 49%;
	}
	.MiddleStoryThumb {
		margin-right: 2%;
	}
	.LeftMainStory, .MiddleStoryThumb, .RightThumbRight, .grey-line325 {
		margin-bottom: 10px;
	}
	.multi_box:first-child {
		width: 100%;
		display: block !important;
	}
	.movie_sec_slide {
		width: 300px;
		margin: 0px auto;
		float: none;
		overflow: hidden;
	}
	.six_sto_nav_drodow {
		float: none;
	}
	.six_sto_nav_drodow_list {
		width: 100%;
	}
	.sd_bar_ID .home_bus_cha_sec, .sd_bar_ID .home_bus_cur_rat_sec {
		float: left !important;
	}
	.authorFollow {
		float: left;
	}
	.star_prediction_result_outer {
	width:98% !important;
	}
	.inside_result_box_astro {
		width:80% !important;
		}
	.astro_results_inside_astrologer_name_txt {
		width:80% !important;
		text-align:left !important;
	}
	.sample_report_outer {
		width:98% !important;}
	.price_buy_outer {
		width:98% !important;
		float:left !important
	}
	.sec_full_block .box_1, .sec_full_block .box_2 {
		width: 98%;
		height: auto;
		margin: 0% 1% 10px 1%;
		padding: 0%;
		float: left;
		overflow: hidden;
	}
}

@media screen and (max-width:320px)
{
	.trend_sec, .cric_header_score, .six_sto_nav ul, .title_listing_nav ul, .multi_box, .SectionHcommon .GeorgiaNormal03 {
		display: none;
	}
	.SearchBox1 {
		width: 100%;
	}
	.header_date_time {
		width: auto;
		margin: 0px;
		float: none;
	}
	.sd_bar_ID .home_bus_cha_sec, .sd_bar_ID .home_bus_cur_rat_sec {
		float: left !important;
	}
	.heading_img_desc_1_3, .img_desc_full, .sec_us_mm, .region_right_side_outer, .common_section, .Common-Sec, .e_edition_sec, .manorama_news_sec, .movie_1_2, .movie_2_2, .movie_sec_slide, .right_side_latest_news_sec  {
		width: auto;
		border-right: 0px;
		padding: 0px;
		margin: 0px 5px 10px 5px;
		float: none;
	}
	.LeftMainStory, .grey-line325, .OtherStorySlot {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.img_desc_full .stories_slot_img {
		width: 150px;
		height: auto;
		margin-right: 10px;
		float: left;
	}
	.user_login_arrow, .white_up_arrow, .six_sto_nav_drodow, .six_sto_nav_drodow_list {
		display: block;
	}
	.user_login_arrow {
		cursor: pointer;
	}
	.sign_in_text, .register_text {
		margin: 3px 0px;
		border: 0px;
		float: none;
	}
	.user_login_blk {
		margin-right: 10px;
		position: relative;
	}
	.user_login_list {
		max-width: 300px;
		min-width: 180px;
		background-color: #FFFFFF;
		border: 1px #E9E9E9 solid;
		border-radius: 6px;
		box-shadow: 0px 0px 10px 0px #E3E3E3;
		-moz-box-shadow: 0px 0px 10px 0px #E3E3E3;
		-webkit-box-shadow: 0px 0px 10px 0px #E3E3E3;
		top: 26px;
		right: -9px;
		position: absolute;
		z-index: 22;
		display: none;
	}
	.cric_teams_score, .cric_teams_overs {
		text-align: center !important;
	}
	.cric_live_ad_blk {
		margin: 20px;
	}
	.cric_teams_ttl_left, .cric_teams_ttl_right {
		float: none;
	}
	.LeftMainStory {
		margin: 0px;
	}
	.MiddleStoryThumb, .RightThumbRight {
		width: 49%;
	}
	.MiddleStoryThumb {
		margin-right: 2%;
	}
	.LeftMainStory, .MiddleStoryThumb, .RightThumbRight, .grey-line325 {
		margin-bottom: 10px;
	}
	.multi_box:first-child {
		width: 100%;
		display: block !important;
	}
	.six_sto_nav_drodow {
		float: none;
	}
	.six_sto_nav_drodow_list, .indepth-top-sec .mm-s-stories-noborder .videoicon, .indepth-top-sec .mm-s-stories-noborder .videoicon img {
		width: 100%;
	}
		.authorFollow {
	float: left;
	}
	.four_image_img{
		width:100%;
		height:auto;
	}
	.star_prediction_result_outer {
	width:98% !important;
	}
	.inside_result_box_astro {
		width:80% !important;
		}
	.astro_results_inside_astrologer_name_txt {
		width:80% !important;
		text-align:left !important;
		}
	.sample_report_outer {
		width:98% !important;}
	.price_buy_outer {
		width:98% !important;
		float:left !important
	}
	.section_sng_col_sub_sec_thumb_news .malayalam_head, .section_sng_col_1_1_2_story_thumb_news .malayalam_head {
    	line-height: 114%;
    	margin-bottom: 0px;
    }
    .movie_poster_name_list_blk {
		width: 40%;
		height: 236px;
	}
	.movie_poster_name_list_blk {
		width: 40.3%;
		height: 236px;
		padding: 3%;
		margin-right: 3%;
	}
	.other-videos {
		width: 42.5%;
		height: 176px;
	}
	.trailers_poster_name_list_blk {
		width: 70%;
		height: 256px;
		margin: 0 auto 30px auto;
		float: none;
		overflow: hidden;
	}
	.indepth-top-sec .mm-s-stories-noborder .videoicon {
		margin: 0px 0px 10px 0px;
	}
	.sec_full_block .box_1, .sec_full_block .box_2 {
		width: 100%;
		height: auto;
		margin: 0% 0% 10px 0%;
		padding: 0%;
		float: left;
		overflow: hidden;
	}
	.label_box_03_10, .label_box_04_41, .label_box_05_20, .label_box_03_11 {
		width: 99%;
		float: none;
		margin: 0px 2% 10px 0%;
	}
	.astro_spec_left_block {
		width: 90%;
	}
	.astro_spec_content_form_block {
		width: 99%;
	}
	.shadow-inbox-MN {
		width: 97%;
	}
	.Choose_category_block .common_dropdown {
		margin-top: 10px;
		float: left;
		clear: both;
	}
	.drp-down-li-position {
		float: left;
		clear: both;
	}
	.Gridbox03-12 {
    	width: 21.3% !important;
	}
}

 /* Layout 1 Malayalam Home Section 70% 30% parsys */

div.MalayalamHomeSection7030Parsys { }
div.MalayalamHomeSection7030Parsys-c0 { }
div.MalayalamHomeSection7030Parsys-c1 { }

div.JustinEditorSection4030Parsys { }
div.JustinEditorSection4030Parsys-c0 { }
div.JustinEditorSection4030Parsys-c1 { }

div.MalayalamSectionNews206020Parsys { }
div.MalayalamSectionNews206020Parsys-c0 { }
div.MalayalamSectionNews206020Parsys-c1 { }
div.MalayalamSectionNews206020Parsys-c2 { }

div.MalayalamSectionNews333333Parsys { }
div.MalayalamSectionNews333333Parsys-c0 { }
div.MalayalamSectionNews333333Parsys-c1 { }
div.MalayalamSectionNews333333Parsys-c2 { }

div.MalayalamSectionNews602020Parsys { }
div.MalayalamSectionNews602020Parsys-c0 { }
div.MalayalamSectionNews602020Parsys-c1 { }
div.MalayalamSectionNews602020Parsys-c2 { }

div.IndepthSection3430Parsys { }
div.IndepthSection3430Parsys-c0 { }
div.IndepthSection3430Parsys-c1 { }

div.ArticleAD3535Parsys { }
div.ArticleAD3535Parsys-c0 { }
div.ArticleAD3535Parsys-c1 { }

div.Content-top{}

div.my_account_my_order_outer{}


/* Column Control Parsys CSS Only - Start */
div.MalayalamHomeSection7030Parsys, div.JustinEditorSection4030Parsys, div.MalayalamSectionNews206020Parsys, div.MalayalamSectionNews333333Parsys, div.MalayalamSectionNews602020Parsys, div.IndepthSection3430Parsys, div.ArticleAD3535Parsys {
   float: left;
   width: 100%;
   padding: 0px;
   margin: 0px;
}

/** -----------HOME PAGE ONLY START --------**/

   /** --- Home Page 70 30 ---**/
   div.MalayalamHomeSection7030Parsys-c0 {
      width: 660px;
      padding-right: 10px;
      float: left;
   }
   div.MalayalamHomeSection7030Parsys-c1 {
      width: 300px;
      float: left;
      margin-left: 10px;
   }

   /**--- HOME page just-in ---**/
   div.JustinEditorSection4030Parsys-c0 {
      width: 74%;
      height: auto;
      border-right: 1px #EEF1F5 solid;
      padding: 0% 2% 0% 0%;
      float: left;
      margin-bottom: 8px !important;
   }
   div.JustinEditorSection4030Parsys-c1 {
      width: 22%;
      height: auto;
      padding: 0% 0% 0% 1.5%;
      float: right;
      margin-bottom: 8px !important;
   }

/** ---------HOME PAGE ONLY END ----------**/


/** -----------SECTION NEWS PAGE ONLY START --------**/

   /** ---Section news 20 60 20 -- **/

   div.MalayalamSectionNews206020Parsys-c0 {
      width: 20.4%;
      border-right: 1px #EEF1F5 solid;
      padding-right: 2.8%;
      margin-right: 3.0%;
      overflow: hidden;
      float: left;
   }
   div.MalayalamSectionNews206020Parsys-c1 {
      width: 47.2%;
      border-right: 1px #EEF1F5 solid;
      padding-right: 2.8%;
      margin-right: 3.0%;
      overflow: hidden;
      float: left;
   }

   div.MalayalamSectionNews206020Parsys-c2 {
      width: 20.4%;
      float: left;
      overflow: hidden;
   }

   /**--- Section news 33 33 33 ---**/

   div.MalayalamSectionNews333333Parsys-c0 {
      width: 30.6%;
      border-right: 1px #EEF1F5 solid;
      padding-right: 1.9%;
      margin-right: 2.0%;
      overflow: hidden;
      float: left;
   }
   div.MalayalamSectionNews333333Parsys-c1 {
      width: 30.6%;
      border-right: 1px #EEF1F5 solid;
      padding-right: 1.9%;
      margin-right: 2.0%;
      overflow: hidden;
      float: left;
   }

   div.MalayalamSectionNews333333Parsys-c2 {
      width: 300px;
      margin: 0px;
      padding-top: 32px;
      overflow: hidden;
      float: left;
   }

   /**--- Section news 60 20 20 ---**/

   div.MalayalamSectionNews602020Parsys-c0 {
      width: 47.2%;
      border-right: 1px #EEF1F5 solid;
        padding-right: 2.8%;
        margin-right: 3.0%;
      overflow: hidden;
      float: left;
   }
   div.MalayalamSectionNews602020Parsys-c1 {
      width: 20.4%;
      border-right: 1px #EEF1F5 solid;
        padding-right: 2.8%;
        margin-right: 3.0%;
      overflow: hidden;
      float: left;
   }

   div.MalayalamSectionNews602020Parsys-c2 {
      width: 20.4%;
      overflow: hidden;
      float: left;
   }
/** -----------SECTION NEWS PAGE ONLY END --------**/
/** -----------SECTION INDEPTH PAGE START---------**/

   div.IndepthSection3430Parsys-c0 {
      width: 50%;
      padding-right: 9px;
      border-right: 1px #EEF1F5 solid;
      float: left;
   }
   div.IndepthSection3430Parsys-c1 {
      width: 46%;
      float: right;
      margin-left: 10px;
   }

/** -----------SECTION INDEPTH PAGE END---------**/

/** ----------- ARTICLE AD PARSYS---------**/

div.ArticleAD3535Parsys-c0, div.ArticleAD3535Parsys-c1 {
   margin: 0px 20px 10px 0px;
   float: left;
   width: 300px;
   height: auto;
   text-align: center;
   vertical-align: middle;
}

/** ----------- ARTICLE AD PARSYS END---------**/

/* Column Control Parsys CSS Only - End */


/************ Parsys Responsive Media Queries Custom Start*****************/
@media screen and (max-width:800px){
   div.MalayalamHomeSection7030Parsys-c0, div.MalayalamHomeSection7030Parsys-c1 {
      width: auto;
      border-right: 0px;
      padding: 0px;
      margin-right: 0px;
      margin-left: 0px;
      display: block;
      float: none;
      overflow: hidden;
   }
   div.MalayalamHomeSection7030Parsys-c0 {
      margin-bottom: 15px;
   }
   div.JustinEditorSection4030Parsys-c0 {
      width: 72.6%;
      padding: 0% 2% 0% 5px;
   }
   div.JustinEditorSection4030Parsys-c1 {
      padding: 0% 5px 0% 1.5%;
   }

   div.MalayalamSectionNews206020Parsys-c0, div.MalayalamSectionNews206020Parsys-c2, div.MalayalamSectionNews602020Parsys-c1{
       width: 25.4%;
    }
    div.MalayalamSectionNews206020Parsys-c1 {
       width: 37.2%;
    }
    div.MalayalamSectionNews333333Parsys-c0, div.MalayalamSectionNews333333Parsys-c1 {
      width:  25.6%;
   }
   div.MalayalamSectionNews333333Parsys-c2 .advt-300-250, div.MalayalamSectionNews333333Parsys-c2 .advt-slot300-600 {
      margin: 0px;
   }
   div.MalayalamSectionNews602020Parsys-c0 {
          width: 37.2%;
       }
   div.IndepthSection3430Parsys-c0 {
      width: 49.8%;
      margin-left: 5px;
      padding-right: 9px;
      border-right: 1px #EEF1F5 solid;
      float: left;
   }
   div.IndepthSection3430Parsys-c1 {
      width: 45.8%;
      margin-right: 5px;
      float: right;
      margin-left: 10px;
   }
   div.ArticleAD3535Parsys{
      float: left;
       height: auto;
       width: 100%;
   }
   div.ArticleAD3535Parsys-c0, div.ArticleAD3535Parsys-c1 {
      float: left;
      height: auto;
      margin: 0 20px 10px 0;
      text-align: center;
      width: 300px;
       margin-left: 5px !important;
       margin-right: 5px !important;
       overflow: hidden;
       vertical-align: middle;
   }
}
@media screen and (max-width:640px)
{
   div.MalayalamSectionNews206020Parsys-c0, div.MalayalamSectionNews206020Parsys-c1, div.MalayalamSectionNews206020Parsys-c2, div.MalayalamSectionNews333333Parsys-c0,  div.MalayalamSectionNews333333Parsys-c1, div.MalayalamSectionNews602020Parsys-c1 {
      width: 29.3%;
   }
   div.IndepthSection3430Parsys-c0 {
        width: 49.4%;
        margin-left: 5px;
        padding-right: 9px;
        border-right: 1px #EEF1F5 solid;
        float: left;
   }
   div.IndepthSection3430Parsys-c1 {
      width: 45.4%;
      margin-right: 5px;
      float: right;
      margin-left: 10px;
   }
   div.ArticleAD3535Parsys {
         float: none;
        height: auto !important;
        margin: 0 auto !important;
        width: 300px !important;
        height: auto;
        width: 100%;
   }
   div.ArticleAD3535Parsys-c0, div.ArticleAD3535Parsys-c1 {
       margin: 0 10px 10px 0 !important;
       float: left;
        height: auto;
        margin: 0 20px 10px 0;
        text-align: center;
        width: 300px;
   }
}

@media screen and (max-width:600px)
{
    div.IndepthSection3430Parsys-c0, div.IndepthSection3430Parsys-c1 {
        width: auto;
        border-right: 0px;
        padding-right: 0px;
        margin: 0 5px;
        float: none;
        overflow: hidden;
   }

}

@media screen and (max-width:480px)
{
   div.MalayalamSectionNews206020Parsys-c0, div.MalayalamSectionNews206020Parsys-c1, div.MalayalamSectionNews206020Parsys-c2, div.MalayalamSectionNews602020Parsys-c0, div.MalayalamSectionNews602020Parsys-c2 {
      width: auto;
      padding: 0px;
      margin: 0px;
   }
   div.MalayalamSectionNews206020Parsys-c0, div.MalayalamSectionNews206020Parsys-c1, div.MalayalamSectionNews333333Parsys-c0, div.MalayalamSectionNews333333Parsys-c1,  div.MalayalamSectionNews602020Parsys-c0, div.MalayalamSectionNews602020Parsys-c1{
      border-right: 0px;
   }
   div.MalayalamSectionNews333333Parsys-c2{
      border-bottom: 1px #EEF1F5 solid;
      width: 100%;
      padding: 10px 0px 10px 0px;
      float: none;
      overflow: hidden;
      display: block;
      text-align: center;
      margin-bottom: 15px !important;
   }
   div.MalayalamSectionNews333333Parsys-c0, div.MalayalamSectionNews333333Parsys-c1, div.MalayalamSectionNews333333Parsys-c2, div.MalayalamSectionNews602020Parsys-c0, div.MalayalamSectionNews602020Parsys-c1, div.MalayalamSectionNews602020Parsys-c2{
      width: 100%;
      padding: 0px;
      margin: 0px;
   }
   div.MalayalamSectionNews333333Parsys-c2 .advt-300-250 {
      margin: 0px auto 10px auto;
   }
}

@media screen and (max-width:360px)
{
   
}

@media screen and (min-width:769px) and (max-width:800px)
{
   
}

@media screen and (min-width:641px) and (max-width:768px)
{

   div.ArticleAD3535Parsys {
       height: auto !important;
       width: 100% !important;
   }
   div.ArticleAD3535Parsys-c0, div.ArticleAD3535Parsys-c1 {
       margin: 0 10px 10px 0 !important;
   }
}

@media screen and (min-width:601px) and (max-width:640px)
{
   div.JustinEditorSection4030Parsys-c0 {
      width: 68%;
   }
   div.JustinEditorSection4030Parsys-c1 {
      width: 26%;
   }
   div.MalayalamSectionNews333333Parsys-c0, div.MalayalamSectionNews333333Parsys-c1 {
      width: 47.8%;
      margin-bottom: 15px;
   }
   .section_single_columns div.MalayalamSectionNews333333Parsys-c0:nth-child(2), .section_single_columns div.MalayalamSectionNews333333Parsys-c1:nth-child(2) {
      border: 0px !important;
      padding: 0px !important;
      margin: 0px 0px 15px 0px !important;
    }
   div.MalayalamSectionNews333333Parsys-c2 {
      width: 300px;
      padding: 0px;
      margin: 0px auto 10px !important;
      float: none;
      overflow: hidden;
   }
}

@media screen and (min-width:481px) and (max-width:600px)
{
   div.JustinEditorSection4030Parsys-c0 {
      width: 68%;
   }
   div.JustinEditorSection4030Parsys-c1 {
      width: 26%;
   }
   div.MalayalamSectionNews333333Parsys-c0, div.MalayalamSectionNews333333Parsys-c1 {
      width: 47.8%;
      margin-bottom: 15px;
   }
   .section_single_columns div.MalayalamSectionNews333333Parsys-c0:nth-child(2), .section_single_columns div.MalayalamSectionNews333333Parsys-c1:nth-child(2) {
      border: 0px !important;
      padding: 0px !important;
      margin: 0px 0px 15px 0px !important;
   }
   div.MalayalamSectionNews333333Parsys-c2 {
          width: 300px;
          padding: 0px;
          margin: 0px auto 10px auto !important;
          float: none;
          overflow: hidden;
   }
}

@media screen and (min-width:361px) and (max-width:480px)
{
   div.JustinEditorSection4030Parsys-c0, div.JustinEditorSection4030Parsys-c1{
      width: auto;
      border-right: 0px;
      padding: 0px;
      margin: 0px 5px 10px 5px;
      float: none;
      overflow: hidden;
   }
}

@media screen and (min-width:321px) and (max-width:360px)
{
   div.JustinEditorSection4030Parsys-c0, div.JustinEditorSection4030Parsys-c1{
      width: auto;
      border-right: 0px;
      padding: 0px;
      margin: 0px 5px 10px 5px;
      float: none;
      overflow: hidden;
   }
}

@media screen and (max-width:320px)
{
   div.JustinEditorSection4030Parsys-c0, div.JustinEditorSection4030Parsys-c1{
      width: auto;
      border-right: 0px;
      padding: 0px;
      margin: 0px 5px 10px 5px;
      float: none;
   }
}

/************ Parsys Responsive Media Queries Custom End*****************/

/*** Opinion poll Start **/
 .vvblue_h4 {color: #00B8F0 !important;}
 .red_h4 {color: #C40000 !important;}
 .dkcyan_h4 {color: #00AE83 !important;}
 .dkmagenta_h4 {color: #6A1C84 !important;}
 .vvpink_h4 {color: #FF0D6D !important;}
 .dkpink_h4 {color: #990066 !important;}
 .blue_h4 {color: #0066CB !important;}
 .ltred_h4 {color: #F07DA3 !important;}
 .mrblue_h4 {color: #6D4DCE !important;}
 .green_h4 {color: #8FD22B !important;}
 .verydkcyan_h4{color: #026C45 !important;}
 .redpunch_h4 {color: #D82B2F !important;}
 .chestnutrose_h4 {color: #E4473F !important;}
 .brown_h4 {color: #783E0A !important;}
 .violet_h4 {color: #A81C8F !important;}
 .strongcyan_h4 {color: #15A1C5 !important;}
 .dkblue_h4 {color: #00487D !important;}
 .dklimegreen_h4 {color: #2C9B11 !important;}
 .vdklimegreen_h4 {color: #13461B !important;}
 .modlimegreen_h4 {color: #3ECA48 !important;}
 .ltmaroon_h4 {color: #731236 !important;}
 .vdarkred_h4 {color: #5F211A !important;}
 .vviorange_h4 {color: #FFA317 !important;}
 .pureorange_h4 {color: #FF6600 !important;}
 .dkgrishcyan_h4 {color: #859F96 !important;}
 .grey_h4 {color: #F4F4F4 !important;}
 .white_h4 {color: #FFFFFF !important;}
 .black_h4 {color: #000000 !important;}
 .vdkgrey_h4{color: #333333 !important;}

 .user-block2 {
     float: left;
     width: 94%;
     margin-top: 10px;
 }

 .question-emg {
     width: 100%;
     height: auto;
     font-family: "PanchariUni";
     font-size: 21px;
     font-weight: normal;
     color: #000000;
     margin: 20px 0px 10px 0px;
 }

 .results-eng, .yes, .no, .cant-say, .text-left, .text-right {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight: bold;
     color: #000000;
 }

 .text-right {
     float: right;
 }

 .results-eng {
     height: 25px;
     line-height: 25px;
     background-color: #F5F5F5;
     margin: 1px 0px 10px 0px;
     vertical-align: middle;
     display: block;
 }

 .yes {
     background-color: #86E405;
 }

 .yes, .no, .cant-say {
     height: 25px;
     line-height: 15px;
     float: left;
 }
 .no {
     background-color: #FF8000;
 }
 .cant-say {
     background-color: #6674fe;
 }

 .section.opinion-poll{
      width : 100%;
 }

 #popup_common_Wrapper [id*=pwrapper-int-]{
    background-color: none !important;
    border:none !important;
    padding:0px !important;
    width:100% !important;

 }
 /** Opinion Poll End**/
/** IE 9**/
.section_block {
  *display: block;
}
.logo_1_art, .logo_2_art, .logo_1_art a, .logo_2_art a, .apps_block, .social_medias_block{
float:left\9;
}
.section_menu, .apps_block, .social_medias_block, .add_cart_block{
	border-left: 1px #E2E2E2 solid\9;
  padding: 0px 0px 0px 10px\9;
  overflow: hidden\9;
  display: inline-block\9;
}
.user_login_list .profile_name_txt {
  margin-right: 5px\9;
}
.english_article_align{
     width:100%\9 !important;
 }
.ratingDivParWrap .movieRatings{
  width: 30%\9;
}
.IndepthSection3430Parsys-c1 .advertisement.section{
   float:left;
}
.ltpink_bor {
  border-top: 3px solid #F07DA3 !important;
}
#fb-comments iframe{
  width:660px\9 !important;
}
.articlecontentbody .literatureportrait{
  float:none\9 !important;
}
.menu_drop_down_more_outer {
  background-color: #FFFFFF\9;
}
#drop_down_hover{
  position:absolute;
  z-index: 999999;
}
  /** Comments CSS**/

  .Description-box {
    height: auto !important;
    margin-bottom: 0px;
  }

  .label-box {
    height: auto !important;
  }

  .comments-delete-bu{
    cursor: pointer;
  }

  [id*=pwrapper-int-] {
    overflow: hidden;
    width: 700px;
    height: auto;
    margin: 0px auto 0px auto;
    background-color: #FFFFFF;
    border: 15px solid #EFEFEF;
    padding: 10px;
    position: relative;
    z-index: 999;
  }
  [id*=pwrapper-int-] h4{
    color : black;
  }

  .admin-blog-home-post-nav ul li{
    padding-left:3px !important;
  }

  #CommentsBlock h4.Common-Eng-Heading  {
    width: 100%;
    font-family: "Arial Narrow", Arial;
    font-size: 23px;
    font-weight: Bold;
    font-style: normal;
    color: #039ADD;
    border-bottom: 1px #E2E2E2 solid;
    padding:0px 0px 6px 0px;
  }

  .Report-abuse-submit{
    width: auto;
  }
  .reveal-modal{
    display:none;
  }

  .reveal-modal , .disclaimerShow{
    *margin-left:0px !important;
    *background-color:transparent !important;
  }

  .shadow-inbox-100{
    width: 97% !important;
  }

  .offensive-popup{
    min-height: 25px;
    height:auto !important;
    height: 25px;
  }

  .Disclaimer-txt-wrapper{
    max-height: 500px;
    overflow: auto;
    width: 96% !important;
  }

  /** Reveal Model CSS **/

  .reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80) !important;
  }

  .reveal-modal {
    visibility: hidden;
    top: 15%;
    left: 0%;
    width: 100%;
    position: absolute;
    z-index: 101;
  }

  .reveal-modal-bg {
    opacity : 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
    filter: alpha(opacity=60);
  }
  /** Comments Component**/
  #Disclamer-wrapper {
    overflow: hidden;
    width: 600px;
    height: auto;
    margin: 0px auto 0px auto;
    background-color: #FFFFFF;
    border: 15px solid #EFEFEF;
    padding: 10px;
  }
  .mynews-block2, .Disclaimer-txt-wrapper {
    margin-left: 0 !important;
    float: left;
  }
  .Disclaimer-headline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .Disclaimer-txt-wrapper p {
    width: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 150%;
    margin: 0px 0px 20px 0px;
    float: left;
  }
  .successmsg {
    background: #2C9B11;
    padding: 10px 10px;
    border-radius: 5px;
    color: white;
    margin: 20px 0 0 0;
    font-weight: bold;
    clear: both;
  }
  .Report-abuse-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
  .rememberMe {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
  label-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    float: left;
    margin: 18px 0px 8px 0;
    width: 100%;
    line-height: 14px;
  }

  .re-block {
    float: left;
    width: 100%;
    height: 35px;
  }
  .Report-abuse-submit {
    background-color: #FFA317;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    border: 0px;
    padding: 10px;
    margin: 20px 15px 0px 0px;
    left: 0px;
    text-decoration: none;
    outline: none;
  }
  .Report-abuse-submit {
    width: auto;
    cursor: pointer;
  }
  .Report-abuse-reset-button {
    background-color: #E1E1E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    float: left;
    width: 75px;
    height: auto;
    text-align: center;
    border: 0px;
    padding: 10px !important;
    margin: 20px 0px 0px 0px !important;
    left: 0px;
    text-decoration: none;
    outline: none;
  }
  .Report-abuse-reset-button {
    cursor: pointer;
  }

  .compare_car_display, .compare_car_outer {
    overflow:inherit !important;
    float: left;
    clear: both;
  }
  /** Comments Component End**/



      /******TestDrive******/

  .four_image_title a{
    background-color: #D82B2F;
    color: #fff;
    width: auto;
    float: left;
    font-family: arial;
    font-size: 13px;
  }

  .four_image_txt a{
    font-family: "PanchariUni";
    font-size: 19px;
    color: #fff;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
    display: inline-block;
  }

      /******/

   /** Comments CSS**/

   .Description-box {
      height: auto !important;
      margin-bottom: 0px;
   }

   .label-box {
      height: auto !important;
   }

   .comments-delete-bu{
      cursor: pointer;
   }

   [id*=pwrapper-int-] {
      overflow: hidden;
      width: 700px;
      height: auto;
      margin: 0px auto 0px auto;
      background-color: #FFFFFF;
      border: 15px solid #EFEFEF;
      padding: 10px;
      position: relative;
      z-index: 999;
   }
   [id*=pwrapper-int-] h4{
      color : black;
   }

   .admin-blog-home-post-nav ul li{
      padding-left:3px !important;
   }

   #CommentsBlock h4.Common-Eng-Heading  {
      width: 100%;
      font-family: "Arial Narrow", Arial;
      font-size: 23px;
      font-weight: Bold;
      font-style: normal;
      color: #039ADD;
      border-bottom: 1px #E2E2E2 solid;
      padding:0px 0px 6px 0px;
   }

   .Report-abuse-submit{
      width: auto;
   }
   .reveal-modal{
      display:none;
   }

   .reveal-modal , .disclaimerShow{
      *margin-left:0px !important;
      *background-color:transparent !important;
   }

   .shadow-inbox-100{
      width: 97% !important;
   }

   .offensive-popup{
      min-height: 25px;
      height:auto !important;
      height: 25px;
   }

   .Disclaimer-txt-wrapper{
      max-height: 500px;
      overflow: auto;
      width: 96% !important;
   }

   /** Reveal Model CSS **/

   .reveal-modal-bg {
      position: fixed;
      height: 100%;
      width: 100%;
      background: #000;
      background: rgba(0, 0, 0, .6);
      z-index: 100;
      display: none;
      top: 0;
      left: 0;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80) !important;
   }

   .reveal-modal {
      visibility: hidden;
      top: 15%;
      left: 0%;
      width: 100%;
      position: absolute;
      z-index: 101;
   }

   .reveal-modal-bg {
      opacity : 0.6;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
      filter: alpha(opacity=60);
   }
   /** Comments Component**/
   #Disclamer-wrapper {
      overflow: hidden;
      width: 600px;
      height: auto;
      margin: 0px auto 0px auto;
      background-color: #FFFFFF;
      border: 15px solid #EFEFEF;
      padding: 10px;
   }
   .mynews-block2, .Disclaimer-txt-wrapper {
      margin-left: 0 !important;
      float: left;
   }
   .Disclaimer-headline {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: bold;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
   }
   .Disclaimer-txt-wrapper p {
      width: 100%;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 14px;
      font-weight: normal;
      color: #333333;
      line-height: 150%;
      margin: 0px 0px 20px 0px;
      float: left;
   }
   .successmsg {
      background: #2C9B11;
      padding: 10px 10px;
      border-radius: 5px;
      color: white;
      margin: 20px 0 0 0;
      font-weight: bold;
      clear: both;
   }
   .Report-abuse-heading {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: bold;
   }
   .rememberMe {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #000000;
      float: left;
      width: 100%;
      margin: 10px 0px 0px 0px;
   }
   label-font {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #000000;
      font-weight: bold;
      float: left;
      margin: 18px 0px 8px 0;
      width: 100%;
      line-height: 14px;
   }

   .re-block {
      float: left;
      width: 100%;
      height: 35px;
   }
   .Report-abuse-submit {
      background-color: #FFA317;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
      color: #FFFFFF;
      float: left;
      width: auto;
      height: auto;
      text-align: center;
      border: 0px;
      padding: 10px;
      margin: 20px 15px 0px 0px;
      left: 0px;
      text-decoration: none;
      outline: none;
   }
   .Report-abuse-submit {
      width: auto;
      cursor: pointer;
   }
   .Report-abuse-reset-button {
      background-color: #E1E1E1;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
      color: #666666;
      float: left;
      width: 75px;
      height: auto;
      text-align: center;
      border: 0px;
      padding: 10px !important;
      margin: 20px 0px 0px 0px !important;
      left: 0px;
      text-decoration: none;
      outline: none;
   }
   .Report-abuse-reset-button {
      cursor: pointer;
   }

   .compare_car_outer {
      overflow-x:auto;
      -webkit-overflow-scrolling:touch;
      float: left;
        clear: both;
   }
   /** Comments Component End**/



        /******TestDrive******/

   .four_image_title a{
      background-color: #D82B2F;
      color: #fff;
      width: auto;
      float: left;
      font-family: arial;
      font-size: 13px;
   }

   .four_image_txt a{
      font-family: "PanchariUni";
      font-size: 19px;
      color: #fff;
      font-weight: normal;
      line-height: 22px;
      padding: 0;
      display: inline-block;
   }

         /******/



/*************************************    Tooltipster.css Start   ********************************/
/** Custom CSS**/

.tooltipster-shadow{
   border-radius: 10px;
   background: #fff;
   box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
   color: #2c2c2c;
}

#wrapper-tool-tips{
   margin-bottom:0px !important;
}


/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
   border-radius: 5px;
   border: 2px solid #000;
   background: #4c4c4c;
   color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
   font-family: Arial, sans-serif;
   font-size: 14px;
   line-height: 16px;
   padding: 8px 10px;
   overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
   /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
   cursor: help;
   margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
   padding: 0;
   font-size: 0;
   line-height: 0;
   position: absolute;
   z-index: 9999999;
   pointer-events: none;
   width: auto;
   overflow: visible;
}
.tooltipster-base .tooltipster-content {
   overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
   display: block;
   text-align: center;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
   display: block;
   width: 0;
   height: 0;
   position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
   border-left: 8px solid transparent !important;
   border-right: 8px solid transparent !important;
   border-top: 8px solid;
   bottom: -8px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
   border-left: 9px solid transparent !important;
   border-right: 9px solid transparent !important;
   border-top: 9px solid;
   bottom: -8px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
   border-left: 8px solid transparent !important;
   border-right: 8px solid transparent !important;
   border-bottom: 8px solid;
   top: -8px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
   border-left: 9px solid transparent !important;
   border-right: 9px solid transparent !important;
   border-bottom: 9px solid;
   top: -8px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
   left: 0;
   right: 0;
   margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
   left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
   left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
   right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
   right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
   border-top: 8px solid transparent !important;
   border-bottom: 8px solid transparent !important;
   border-left: 8px solid;
   top: 50%;
   margin-top: -7px;
   right: -8px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
   border-top: 9px solid transparent !important;
   border-bottom: 9px solid transparent !important;
   border-left: 9px solid;
   margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
   border-top: 8px solid transparent !important;
   border-bottom: 8px solid transparent !important;
   border-right: 8px solid;
   top: 50%;
   margin-top: -7px;
   left: -8px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
   border-top: 9px solid transparent !important;
   border-bottom: 9px solid transparent !important;
   border-right: 9px solid;
   margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
   opacity: 0;
   -webkit-transition-property: opacity;
   -moz-transition-property: opacity;
   -o-transition-property: opacity;
   -ms-transition-property: opacity;
   transition-property: opacity;
}
.tooltipster-fade-show {
   opacity: 1;
}

.tooltipster-grow {
   -webkit-transform: scale(0,0);
   -moz-transform: scale(0,0);
   -o-transform: scale(0,0);
   -ms-transform: scale(0,0);
   transform: scale(0,0);
   -webkit-transition-property: -webkit-transform;
   -moz-transition-property: -moz-transform;
   -o-transition-property: -o-transform;
   -ms-transition-property: -ms-transform;
   transition-property: transform;
   -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
   -webkit-transform: scale(1,1);
   -moz-transform: scale(1,1);
   -o-transform: scale(1,1);
   -ms-transform: scale(1,1);
   transform: scale(1,1);
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
   opacity: 0;
   -webkit-transform: rotateZ(4deg);
   -moz-transform: rotateZ(4deg);
   -o-transform: rotateZ(4deg);
   -ms-transform: rotateZ(4deg);
   transform: rotateZ(4deg);
   -webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property: -moz-transform;
   -o-transition-property: -o-transform;
   -ms-transition-property: -ms-transform;
   transition-property: transform;
}
.tooltipster-swing-show {
   opacity: 1;
   -webkit-transform: rotateZ(0deg);
   -moz-transform: rotateZ(0deg);
   -o-transform: rotateZ(0deg);
   -ms-transform: rotateZ(0deg);
   transform: rotateZ(0deg);
   -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
   -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
   -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
   -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
   -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
   transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
   top: 0;
   -webkit-transition-property: top;
   -moz-transition-property: top;
   -o-transition-property: top;
   -ms-transition-property: top;
   transition-property: top;
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   -ms-transition-property: all;
   transition-property: all;
   top: 0px !important;
   opacity: 0;
}

.tooltipster-slide {
   left: -40px;
   -webkit-transition-property: left;
   -moz-transition-property: left;
   -o-transition-property: left;
   -ms-transition-property: left;
   transition-property: left;
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
   transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
   -webkit-transition-property: all;
   -moz-transition-property: all;
   -o-transition-property: all;
   -ms-transition-property: all;
   transition-property: all;
   left: 0px !important;
   opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
   opacity: 0.5;
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}

/************************** Tooltipster.css End *********************************/



/************************** Tooltipster-shadow.css End *********************************/
.tooltipster-shadow {
   border-radius: 5px;
   background: #fff;
   box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
   color: #2c2c2c;
}


.tooltipster-shadow .tooltipster-content {
   font-family: 'Arial', sans-serif;
   font-size: 14px;
   line-height: 16px;
   padding: 0px 10px 10px;
   border: 1px solid #cccccc

}
/************************** Tooltipster-shadow.css End *********************************/

/************************** share.css Start *********************************/
.tipTxt {
   position: absolute;
   margin-top: 50px;
   color: #000;
}

.tooltipPop {
   float: left;
   list-style-type: none;
   /* margin: 1px 0px 0px 20px; */
   width: 100%;
   margin-bottom: 10px;
}

.tooltipPop li {
   height: 25px;
   width: 25px;
   float: left;
   margin: 0px 10px 0px 0px;
   background-image: url(clientlibs/img/share_sprite.png);
   background-repeat: no-repeat;
   cursor : pointer;
}

.shareFB {
   background-position: -1px -1px;
}

.shareTW {
   background-position: -1px -29px;
}

.shareGP {
   background-position: -1px -56px;
}

.shareIN {
       background-position: -1px -341px;
}

.sharePI {
       background-position: -1px -246px;
}

.shareST {
       background-position: -1px -436px;
}

.shareClick {
   margin-top: 0px !important;
}

.share {
   border-radius: 10px;
   width: auto;
   height: auto;
   margin: 0px 0px 0px 0px;
   background-color: #FFFFFF;
   padding: 10px 5px;
   position: relative;
   overflow: visible;
}

.tool-tip-down-arrow {
   display: none;
}
/************************** share.css End *********************************/

/************************** popup.css Start *********************************/
/* User Popup Starts*/
#pwrapper {
   overflow: hidden;
   width: 580px;
   height: auto;
   margin: 0px auto 0px auto;
   background-color: #FFFFFF;
   border: 15px solid #EFEFEF;
   padding: 10px;
}
.close-icon {
   float: right;
   width: 28px;
   height: 28px;
   background-image: url('clientlibs/img/icons.png');
   background-position: -217px -624px;
}
.user-block {
   float: left;
   width: 90%;
   margin-top: 10px;
}
.user-img {
   float: left;
   width: 105px;
   height: 105px;
   margin-right: 12px;
}
.user-name {
   float: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 27px;
   color: #F26724;
   font-weight: bold;
   padding-top: 8px;
}
.user-poiints {
   float: left;
   width: 70%;
   margin-top: 25px;
}
.user-poiints ul {
   float: left;
   display: block;
   list-style-type: none;
   margin-right: 5px;
}
.user-poiints ul li {
   float: left;
   display: block;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   font-weight: bold;
   padding:3px 0px 10px 20px;
   background-image: url('clientlibs/img/icons.png');
}
.user-poiints ul li.points {
   background-position: 0px -680px;
   background-repeat: no-repeat;
   margin-right: 15px;
}
.user-poiints ul li.comments {
   background-position: -98px -680px;
   background-repeat: no-repeat;
   margin-right: 15px;
   width: 79px;
}
.user-poiints ul li.likes {
   background-position: -202px -680px;
   background-repeat: no-repeat;
   margin-right: 15px;
   width: 79px;
}
.comment-outer {
   float: left;
   width: 100%;
   margin-top: 10px;
}
.recent-comments-header {
   background-color: #F8F8F8;
   border-top-color: #C5C5C5;
   border-bottom-color: #C5C5C5;
   border-top-style: dotted;
   border-bottom-style: dotted;
   border-top-width: 1px;
   border-bottom-width: 1px;
   height: 23px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   padding:12px 0px 0px 10px;
   float: left;
   width: 100%;
   margin-top: 10px;
}
.comments-block {
   float: left;
   width: 100%;
   margin-top: 10px;
   padding-bottom: 10px;
   border-bottom-style: dotted 1px #C5C5C5;
}
.user-comments-font {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   float: left;
   line-height: 145%;
}
.user-post-date-font {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #808080;
   float: left;
   line-height: 145%;
   margin-top: 4px;
   width: 100%;
}
.user-post-article {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #F26724;
   float: left;
   line-height: 145%;
   margin-top: 4px;
   width: 100%;
}
.signin-heading {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
}
.user-block2 {
   float: left;
   width: 94%;
   margin-top: 10px;
}
.form-block {
   float: left;
   width: 45%;
   margin:0px 0px 10px 10px;
}
.form-block2 {
   float: left;
   width: 45%;
   margin-left: 150px;
}
.advance-search-block {
   float: left;
   width: 80%;
   margin:0px 0px 10px 10px;
}
.enter-word {
   float: left;
   height: 30px;
   width: 100%;
}
.login-button-s {
   background-color: #009CDE;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   float: left;
   width: 75px;
   height: 22px;
   text-align: center;
   padding-top: 8px;
   margin-top: 20px;
   text-decoration: none;
}
.forgot-password {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #009CDE;
   float: left;
   margin-top: 30px;
   padding-left: 8px;
   width: 161px;
}
.rememberMe {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   float: left;
   width: 100%;
   margin:10px 0px 0px 0px;
}
.re-block {
   float: left;
   width: 100%;
   height: 35px;
}
.account-font {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   float: left;
   margin-top: 5px;
   text-decoration: none;
}
.account-font:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #009CDE;
   float: left;
   margin-top: 5px;
   text-decoration: none;
}
.divider {
   float: left;
   width: 45px;
   height: 203px;
   margin-left: 25px;
   background-image: url('clientlibs/img/icons.png');
   background-position: -455px -577px;
   margin-right: 25px;
}
.signinSocilaBlock {
   float: left;
   width: 180px;
}
.FbBlock {
   width: 170px;
   float: left;
   background-image: url('clientlibs/img/icons.png');
   background-position: 0px -981px;
   height: 54px;
   margin-top: 30px;
   border-bottom: solid 1px #EAEAEA;
}
.GoogleBlock {
   width: 170px;
   float: left;
   background-image: url('clientlibs/img/icons.png');
   background-position: -173px -968px;
   height: 56px;
   margin-top: 14px;
}
.sendButton {
   background-color: #009CDE;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   float: left;
   width: 130px;
   height: 22px;
   text-align: center;
   padding-top: 8px;
   margin-top: 20px;
}
.formFooter {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   float: left;
   margin-top: 5px;
   text-decoration: none;
   width: 100%;
   margin-bottom: 10px;
}
.loginFooter {
   color: #000000;
   float: left;
   margin-top: 5px;
   text-decoration: none;
   width: 40px;
}
.joinFooter {
   color: #000000;
   float: left;
   margin-top: 5px;
   text-decoration: none;
   width: 60px;
}
.loginFooter:hover {
   color: #009CDE;
   float: left;
   margin-top: 5px;
   text-decoration: none;
}
.joinFooter:hover {
   color: #009CDE;
   float: left;
   margin-top: 5px;
   text-decoration: none;
   width: 60px;
}
.embasFont {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
   float: left;
   width: 16px;
   margin-top: 5px;
}
.shadow-inbox-advance {
   float: left;
   box-shadow: 0px 0px 0px;
   height: 30px;
   width: 420px;
   border: 1px solid #E2E2E2;
   -moz-box-shadow: inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow: 0 0 10px #E6E6E6 inset;
}
.label-appearing {
   float: left;
   width: 210px;
}
.any-where {
   float: left;
   margin:5px 0px 8px 0px;
   width: 100%;
}
.shadow-inbox-appearing {
   float: left;
   box-shadow: 0px 0px 0px;
   height: 30px;
   width: 150px;
   border: 1px solid #E2E2E2;
   -moz-box-shadow: inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow: 0 0 10px #E6E6E6 inset;
}
.sort-block {
   float: left;
   width: 100%;
}
.sort-name {
   float: left;
   width: 50px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   margin: 10px 0px 10px 0;
}
.check-box-area {
   float: left;
   margin:8px 4px 10px 0px;
   margin-top: 8px;
   margin-bottom: 10px;
   margin-right: 4px;
}
.Sort-Date-text {
   float: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   margin:10px 10px 10px 0px;
}
.enter-word2 {
   float: left;
   width: 100%;
}
/* USer Popup Ends Here*/

.tool-tip-down-arrow {
   width: 30px;
   height: 29px;
   bottom: 0px;
   left: 50%;
   margin: 0px auto -20px -15px;
   background-image: url('clientlibs/img/icons1.png');
   background-repeat: no-repeat;
   background-position: -50px -925px;
   position: absolute;
   text-align: center;
   vertical-align: middle;
}
#wrapper-tool-tips .label-font {
   width: auto;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   font-weight: bold;
   margin:1px 0px 20px 0px;
   display: inline-block;
}
ul.authordetails-tips {
   width: 100%;
   height: auto;
   overflow: hidden;
   display: block;
   clear : both;
}
ul.authordetails-tips li.more-articles a{
   float:right;
}
ul.authordetails-tips li {
   width: 100%;
   height: auto;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   font-weight: normal;
   line-height: 150%;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 10px 0px;
   list-style: none;
   display: list-item;

}
ul.authordetails-tips li .contact-number {
   width: 13px;
   height: 15px;
   background-image: url('clientlibs/img/icons1.png');
   background-repeat: no-repeat;
   background-position: 0px -921px;
   padding: 0px;
   margin: 0px 10px 0px 0px ;
   float: left;
   overflow: hidden;
}
ul.authordetails-tips li .email-add {
   width: 13px;
   height: 9px;
   background-image: url('clientlibs/img/icons1.png');
   background-repeat: no-repeat;
   background-position: 0px -939px;
   padding: 0px;
   margin: 4px 10px 0px 0px ;
   float: left;
   overflow: hidden;
}
ul.authordetails-tips li .more-articles {
   width: 13px;
   height: 12px;
   background-image: url('clientlibs/img/icons1.png');
   background-repeat: no-repeat;
   background-position: 0px -951px;
   padding: 0px;
   margin: 3px 10px 0px 0px ;
   float: left;
   overflow: hidden;
}
ul.authordetails-tips li a {
   color: #000000;
   text-decoration: none;
}
ul.authordetails-tips li a:hover {
   color: #007CC3;
   text-decoration: underline;
}
.tooltip-wrapper{
   width:auto;
}
/* Tool Tips Ends Here*/
.inform {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #999999;
   margin: 8px 0 8px 0;
}

/************************** popup.css End *********************************/

	/*** ========== ------------------------------- Parsys Custom Style Start ------------------------- ========= ***/
	img.musicImgAlign, .astro_form_radio_slot_3{
		float:left;
	}
	.MalayalamHomeSection7030Parsys-c0 .block_1_2{
		width: 100% !important;
		padding-right: 0px !important;
		float: left;
	}
	.MalayalamHomeSection7030Parsys-c1 .block_2_2 {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}
	.JustinEditorSection4030Parsys-c0 .heading_img_desc_1_3{
		width: 100% !important;
		height: auto;
		border-right: none !important;
		padding: 0px !important;
		float: left;
	}
	.JustinEditorSection4030Parsys-c0 .mar_btm_8, .JustinEditorSection4030Parsys-c1 .mar_btm_8{
		margin-bottom: 0px !important;
	}
	.JustinEditorSection4030Parsys-c1 .img_desc_full{
		width:100% !important;
		height:auto;
		padding:0px !important;
		float: none;
	}
	div.MalayalamSectionNews206020Parsys-c0  .section_sng_col_1_2_1_left, div.MalayalamSectionNews206020Parsys-c1 .section_sng_col_1_2_1_middle, div.MalayalamSectionNews206020Parsys-c2 .section_sng_col_1_2_1_right,
	 div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story, div.MalayalamSectionNews333333Parsys-c1 .section_sng_col_1_1_2_story, div.MalayalamSectionNews602020Parsys-c0 .section_sng_col_1_2_1_middle, div.MalayalamSectionNews602020Parsys-c1 .section_sng_col_1_2_1_left, div.MalayalamSectionNews602020Parsys-c2 .section_sng_col_1_2_1_right{
		border-right: 0px !important;
		padding-right: 0px !important;
		margin-right: 0px !important;
		width: 100% !important;
	}
	:root div.MalayalamSectionNews206020Parsys-c0  .section_sng_col_1_2_1_left { 
		border-right: 0px !important \0/IE9;
		padding-right: 0px !important \0/IE9;
		margin-right: 0px !important \0/IE9;
		width: 100% !important \0/IE9;
	 }

	div.MalayalamSectionNews333333Parsys-c2 .section_sng_col_1_1_2_adv{
		padding-top: 0px !important;
		margin: 0px !important;
		width: 100% !important;

	}

	.section_single_columns .MalayalamSectionNews333333Parsys, .section_single_columns .MalayalamSectionNews206020Parsys{
		border-bottom: 1px #EEF1F5 solid;
		height: auto;
		padding-bottom: 15px;
		margin-bottom: 15px;
		overflow: hidden;
		display: block;
	}

	div.IndepthSection3430Parsys-c0 .Column-340-indepth{
		width: 100% !important;
		padding-right: 0px !important;
		border-right: none !important;
		float: left;
	}
	div.IndepthSection3430Parsys-c1 .column-300-indepth{
		width: 100% !important;
		float: left;
		margin: 0px !important;;
	}
	.JustInText a{
		color: #C40000;
	}

	.justin1stArt {
		margin-top: 10px;
	}
		.popupVideo{
		width:100%;
		height:364px;
	}
	 .home_block_2 .advertisement.section{
		float:left\9;
	}
	.section_sng_col_sub_sec_thumb_news_img img{
		width:auto\9;
	}

	.MalayalamSectionNews602020Parsys .eeditions .newseedition{
		float:left\9;
	}
	.mal_container{
		width: 980px\9;
	}

	.template_call .no-margin-mobile {
		margin-bottom:0px !important;
	}

	.template_call .bx-wrapper{
		margin-bottom:0px !important;
	}
	.OpinionPoll.width100{
		width:auto !important;
	}
	/** firefox**/
	@-moz-document url-prefix() {
		#fifa-world-cup-div, .top-two-columnist-stories, .parbase.image.section{
			float:left;
		}
		.section_sng_col_sub_sec_thumb_news, .section_single_columns, .section_sng_col_justin_news ul li, .mynewslist ul li, .section_sng_col_sub_sec_bull_news ul li, .result-block, .indepth-top-sec, .mm-stories, .Blog-Frame, .arialFont, .helpline ul li, .panel-other-stories ul li, .trailers_listing_movie_blk{
			word-break: break-all;
		}
		.topTenSongs {
			float:left;
			width:100%;
		}
	}
	/*** Parsys Custom Style End ***/
.video-frames > div> iframe{ vertical-align: bottom;}
.Arial-normal-full{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
	color: dimGray;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 16px;
}
.Arial-normal-full-mal{
	font-family: "PanchariUni";
	font-size: 19px;
	background-color: #EFEFEF;
	color: dimGray;
	font-weight: normal;
	padding: 5px 10px;
	line-height: 16px;
}

/************Fasttrack Videos START************/
 .one-column-right .no-videos-to-display .no-videos {
    position: absolute;
    padding: 100px 5px 0px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.email_div_form .inform {
	float: left;
	clear: both;
}

.email-popup-block {
	width: 90% !important;
}
/************Fasttrack Videos END************/
/********watsapp*******start***********/
    .share_block_sub ul li {
    font-family: Arial;
    font-size: 12px;
    color: #818181;
    font-weight: normal;
    text-decoration: none;
    list-style-type: none;
    line-height: 26px;
    margin-right: 8px;
    overflow: hidden;
    float: left;
}
.tool_box {
    height: auto;
    list-style: none;
    padding: 0px;
    margin-right: 8px;
    float: left;
}
.whatsapp_wrapper{
    display: none;
}
/******watsapp*******end*********/
/***Slideshow***/
.slide_caro_txt a, .slide_caro_txt a:hover{color: #919191;}
.article_section .article .bxslider_wrapper_article ul { list-style-type: none; margin-left: 0px;}
.more_arrow_icon{clear:both;}
.authorName, .authorName_mal{margin: 1% 0% 1.5% 0%;}
.col_author_name_follow .authorFollow{clear:both;}

/* Video component youtube play icon issue....MPEBF-189*/
[class*=video-playerOneYoutube] {
	position: relative;
}
[class*=custom-overlay-videocomponent] {
	z-index: 3;
	width: 128px;
	height: 128px;
	background-image: url('../mm/en/img/youtube.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	margin-top: -64px;
}
[class*=custom-overlay-videocomponent-bright] {
	z-index: 3;
	width: 128px;
	height: 128px;
	background-image: url('../mm/en/img/brightcove-play-icon.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	margin-top: -64px;
}
[class*=video-playerOneYoutube]:before {
	display: table;
	content: " ";
}
[class*=video-playerOneYoutube]:after {
	clear: both;
}
[class*=video-playerOneYoutube]{
	overflow: hidden;
}

.mnewsvideoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.mnewsvideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mnewsvideo-play{
	z-index: 3;
    width: 62px;
    height: 62px;
    background-image: url('clientlibs/img/mnews-play.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: 50%;
    margin-top: -31px;
}
/*MPEBF-236............*/
.common_title.common_title_mal {
	font-family: "PanchariUni";
    font-size: 22px;
    font-weight: 600;
    word-break: normal;
    word-wrap: break-word;
}
.common_title.common_title_mal > a {
	background-image: url('clientlibs/img/arrow-right.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 15px;
}
.common_title.common_title_mal .arrow_right {display: none;}
.sub_title_2_mal {
	height: auto;
	font-family: "PanchariUni";
    font-size: 22px;
    font-weight: 600;
    word-break: normal;
    word-wrap: break-word;
	padding: 2px 0px 0px 8px;
	display: block;
	float: left;
	color: #ffffff;
}

.book_writer, .book_publisher, .book_price, .Popup_common_title{ word-break: normal; word-wrap: break-word;}
#popup_Wrapper_email{ height:100%; overflow-y:auto;}
.share_img_box img, .tool_box_set .icon_art img { width: 26px; height: 26px;}
.promotionalblock .Promo1Image { overflow: hidden;}
.promoParWrap .Promo1Text a, .promoParWrap .Promo1Intro a {color: #01446B !important;}
.promoParWrap .Promo1Text a:hover, .promoParWrap .Promo1Intro a:hover{text-decoration: none !important;}

/* MPEBF-237*/
.article_imgbox_portrait {
    position: relative;
    margin: 0px 10px 5px 0px;
    float: left;
}
.article .specialpromotionblock img{width:auto;float:left;margin-right:10px;}
.article_imgbox_portrait img{display:block; max-width: 100%; width:auto;}
small.caption.english_caption {font-family: Arial, Helvetica, sans-serif;font-size: 12px; width: 100%; box-sizing: border-box; text-align:left; padding: 10px;}
small.caption.malayalam_caption {font-family: "PanchariUni";font-size: 19px;line-height: 18px !important; font-weight: normal;color: #000000; width: 100%; box-sizing: border-box; text-align:left;padding: 10px;}
.caption, .caption_eng{word-break: normal; word-wrap: break-word;}
/*	MPEBF-237 */
.stories_slot:nth-child(4).mar_btm_none.bor_btm_none{border-bottom: 1px #EEF1F5 solid !important; margin-bottom: 10px !important;}
.articletopheader + .parbase.image.section, .article_section .parbase.image.section {width: 100%;}
.common_title.common_title_mal > a{display: inline-block;}
.mobileView{width: 100px; position: fixed; bottom: 30px;left: 8px; font-family: arial; font-size: 13px; font-weight: bold; color: #FFF; background-color: #0098D9; text-align: center; padding: 8px 6px; border-radius: 3px; z-index: 15; text-transform: uppercase;-webkit-box-shadow: 0px 1px 5px 0px rgba(8,8,8,0.33); -moz-box-shadow: 0px 1px 5px 0px rgba(8,8,8,0.33);box-shadow: 0px 1px 5px 0px rgba(8,8,8,0.33);}
.mobileView a{color: #fff;}
.mobileView{
	
 	-webkit-animation: fadein 10s; 
       -moz-animation: fadein 10s; 
        -ms-animation: fadein 10s; 
         -o-animation: fadein 10s; 
            animation: fadein 10s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { 
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.features_box_inside table td + td{ margin: 5px 0px 5px 0px;}
.moviereviews .movie_2_2 .sub_title_1{border-bottom: 4px solid #EFF1F0 !important; margin-bottom: 5px; padding: 5px 0px 6px 0px;}
.wide_h_carousel_article{background: #fff;}

	/*** Latest News Styles Start ***/

.latest_news_block .stories_slot_img {
	width: 100%;
	margin: 5px 0 10px;
	position: relative;
}
.latest_news_block .latest_news_main_thumb .stories_slot_img {
    margin: 0px 0 10px;
}
.latest_news_main_thumb_list .stories_slot_img {
	width: 85px;
	margin: 0px 10px 0px 0px;
}

.latest_news_main_related_stories {
	list-style: none;
}
.latest_news_main_related_stories li {
	background: url("clientlibs/img/latest-news-listing-bullet-point.png") left 8px no-repeat;
	color: #072B5F;
	line-height: 100%;
	padding-left: 14px;
	margin-top: 10px;
	float: left;
    word-break: normal;
}
.latest_news_main_related_stories .icon_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#BB0000;
	text-transform: uppercase;
	margin-right: 6px;
	float: left;
}
.latest_news_main {
	margin-bottom: 6px;
}
.latest_news_main_thumb {
	width: 49%;
	margin-bottom: 15px;
	float: left;
}
.latest_news_label {
	background-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	left: 0px;
	bottom: 0px;
	padding: 3px;
	position: absolute;
}
.margin-right2per {
	margin-right: 2%;
}
.latest_news_main_thumb_list {
	background-color: #F5F5F5;
	border-top: 1px #EEF1F5 solid;
	padding: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	clear: both;
}
.latest_news_block .latest_news_main_thumb_list .Georgia01 {
    font-size: 20px;
    display: inline;
    float: none;
}
.latest_news_block .Georgia01 {
    font-size: 22px;
}
.editors_pick_ad .sponsored_by, .img_desc_full .sponsored_by {
    color: #bb2525;
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 5px;
}
.img_desc_full .stories_slot:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.latest_news_block .border-b-no.JustIn01:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.latest_news_main_related_stories a{ color: #072B5F;}
.latest_news_main_related_stories a:hover{ color: #007CC3;}
.technicalspecification .features_box_inside table td:first-child, .technicalspecification .features_box_inside table, .technicalspecification .features_box_inside table tr, .technicalspecification .features_box_inside table td{ padding: 0px; border: 0px !important;}

/*** Latest News Styles End ***/

/*** Manorama News Component ***/
.malayalam-youtube-player{
	overflow: hidden;
}

.malayalam-youtube-overlay {
    z-index: 3;
    width: 128px;
    height: 128px;
    background-image: url('../mm/en/img/youtube.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
}
/*** Manorama News Component ***/

.weather_powby_block, .header_date_time .date_time_powby_block { width: 125px; max-height: 35px}
.header_date_time .date_time_powby_block { margin-bottom: 6px; overflow: hidden; float: left;}
.header_date_time_blk { width: 100%;}
.weather_powby_block img, .header_date_time .date_time_powby_block img { max-width: 100%;}
.header_branding .cq-placeholder-weatherpromo{clear: both !important;}

/*** MPEBF-301 ***/
.button_common .mail-to-link:hover{
	color:#000 !important;
}
/*** MPEBF-301 ***/
/****MPEBF-475***/
#regiondiv {
    word-break: normal;
}
.region_stories_slot_img {
	width: 120px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.region_stories_slot_img img { width:100%;}
.panel_other_stories, .region_other_stories {
	width: 100%;
	float: left;
}
.panel_other_stories ul, .region_other_stories {
	display: block;
}
.panel_other_stories ul li, .region_other_stories ul li {
	padding: 0px 5px 5px 0px;
	font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	color: #072B5F;
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 115%;
	border-bottom: 1px #EEF1F5 solid;
	list-style: none;
	word-break: normal;
}
.region_other_stories ul li {
	width: 100%;
	float: left;
}
.panel_other_stories ul li a, .region_other_stories ul li a {
	color: #072B5F;
}
.region_other_stories .stories_slot_img {
    width: 85px;
    margin: 0px 0px 0px 10px;
    float: right;
}
.region_other_stories .panchari_Normal {
    font-size: 19px;
    font-family: "PanchariUni";
    line-height: 100%;
    overflow: hidden;
    padding: 0 !important;
    word-break: normal;
    word-wrap: break-word;
}
.common_title, .Heading-Justin {
	height: auto;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0px 2px 0px;
	display: block;
	float: left;
}
.app-promo-block-ml, .app-promo-block-ml a { font-family: PanchariUni; font-size: 18px;}
.app-promo-block-ml a{ color: #1520ec; }
.app-promo-block-en, .app-promo-block-en a { font-family: Georgia,"Times New Roman",Times,serif; color: #000; font-size: 15px;}
.app-promo-block-en a{ color: #c00108;}

.related-stories_img {
    width: 85px;
    height: auto;
    margin-right: 10px;
    float: left;
}
.topstory ul li {
    word-break: normal;
}

.banner-text-block{ clear: both; padding: 8px; background: #F4F4F4;}
.banner-title-en, .banner-desc-en{font-family: Georgia, "Times New Roman", Times, serif;font-weight: normal;line-height: 150%;}
.banner-title-en{font-size: 20px;font-weight: bold;}
.banner-desc-en{font-size: 14px;}
.banner-title-ml, .banner-desc-ml{line-height: 20px;}
.banner-title-ml{font-size: 23px;border-bottom: 1px solid #ccc;font-family: "EGGIndulekhaUni";}
.banner-desc-ml{font-size: 17px;font-family: "PanchariUni";font-weight: normal;}
.banner-desc-en, .banner-desc-ml{color: #747474;}

.color-night-rider-black{ color: #333; border-bottom: 2px solid #333;} 
.color-free-speech-red{ color: #C40000; border-bottom: 2px solid #C40000;}
.color-dark-cerulean-blue{ color: #00487D; border-bottom: 2px solid #00487D;}

.banner-text-block .banner-title-ml, .banner-text-block .banner-title-en { padding-bottom: 2px;}
.banner-text-block .banner-desc-ml, .banner-text-block .banner-desc-en { padding-top: 5px;}

.slideshow_art_title_mal {
	font-family: "PanchariUni";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px;
}

.slide_caro_txt_mal {
	font-family: panchariUni;
	font-size: 17px;
	color: #919191;
	padding: 10px 2px 10px;
	line-height: 18px;
	text-align: left;	
	overflow: hidden;
}

.slide_caro_txt_mal a{
	color: #919191;
}

.slide_caro_txt_mal a:hover{
	color: #919191;
	text-decoration: none;
}

.imagevideocarousel .video_wrapper.video_wrapper_display {
    position: inherit;
}

.eng-norm, .mal-norm{   
    color: #000000;
    font-weight: normal;
    padding: 0;
    display: inline;
    line-height: 160% !important;
    word-break: normal;
}

.eng-norm{
	font-family: "Georgia";
	 font-size: 13px;
}

.mal-norm{
	font-family: "PanchariUni";
	font-size: 19px;
}
/**MPEBF-334...*/
.col_author_name_follow .authorFollow {
    clear: none;
}
.col_author_img_blk img {
    width: 50px;
    height: 50px;
}
.show_more_stories_text{
	cursor: pointer;
}
/* MPEBF-516*/
.fifaworldcup p.mal-norm {
    line-height: 120% !important;
}
.fifaworldcup .eng-norm {
    word-break: normal;
    word-wrap: break-word;
}
.author .authorName {
    font-size: 18px;
    font-family: "EGGIndulekhaUni";
}
.bre-news-blk ul {
    padding: 4px 1% 8px 1% !important;
    margin: 0px !important;
    overflow: hidden !important;
}
.bre-news-blk ul li{
	padding: 4px 10px 0px 15px !important;
}
.small_ID li{
	background-position: left 10px;
}
.bg_red .bre-news-blk ul li.ticker-spacer{
	background-image:none;
}
.bre-news-blk ul li.ticker-spacer{
	background-image:none;
}
/*MPEBF-694*/
.ml-new-full-outer {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}
.ml-new-full-col {
	width: 100%;
	margin: 15px 0px 15px 0px;
}
.ml-new-full-col:before, .ml-new-full-col:after, .online-banner970-ad:before, .online-banner970-ad:after {
	content: "";
	display: table;
}
.ml-new-full-col:after, .online-banner970-ad:after {
	clear: both;
}
.ml-new-full-outer > div {
    width: 32.2%;
    margin-right: 1.1%;
    float: left;
}
/*.ml-new-sec-col {
    width: 31.63265306122449%;
    margin-right: 2.040816326530612%;
    float: left;
}*/
.ml-new-sec-col:nth-child(3) {
    margin-right: 0;
}
.ml-new-sec-col .title-box {
	width: 100%;
    margin-bottom: 15px;
    overflow: hidden;	
    padding: 8px 0 8px 0;
    border-top: 3px solid #c40000;
    border-bottom: 1px solid #eef1f5;	
}
.ml-new-sec-col .common-title {
    height: auto;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0 2px 0;
    display: block;
    float: left;
    text-transform: uppercase;
}
.ml-new-sec-col .arrow-right {
    width: 9px;
    height: 12px;
    margin: 0 0 0 5px;
    display: inline-block;
    color: #BDC7CC;
    font-size: 18px;
}
.ml-new-sec-col .advt-label {
	width: 125px;
	height: 22px;
	float: right;
}
.ml-new-sec-col .image-main {
	width: 100%;
}
.ml-new-sec-col .image-main img{
	width: 100%;
}
.ml-new-sec-col .subhead-ml {
	font-family: "EGGIndulekhaUni";
    font-size: 26px;
    line-height: 105%;
    margin: 10px 0;
    float: left;
    font-weight: normal;
    color: #072b5f;	
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 52px;
    height: 52px;
}
.ml-new-sec-col .subhead-ml a {
    color: #072b5f;	
}
.ml-new-sec-col .subhead-ml a:hover {
    color: #009ce0;
    transition: all 0.5s ease;
    text-decoration: none;
}
.ml-new-sec-col .story-listing {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block; 
    border-top: 5px #EEF1F5 solid;
    padding: 10px 0px 0px 0px;
}
.ml-new-sec-col .story-listing ul {
	list-style-type: none;
	display: block;
}
.ml-new-sec-col .story-listing ul li {
	display: block;
	padding-bottom: 7px;
    font-family: "PanchariUni";
    font-size: 19px;
    font-weight: normal;
    color: #072b5f;
    list-style-type: none;
    margin-bottom: 8px;
    line-height: 130%;
    list-style: none;
    border-bottom: 1px #eef1f5 solid;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 45px;
    max-height: 45px;
    word-break: normal;
}
.ml-new-sec-col .story-listing ul li a {
    color: #072b5f;
}
.ml-new-sec-col .story-listing ul li a:hover {
	vertical-align: baseline;
	background: transparent;
	color: #009CE0;
	text-decoration: none;
}
.ml-new-sec-col .story-listing ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.ml-new-sec-col .more-button {
	font-family: Arial;
    font-size: 11px;
    color: #d26249 !important;
    text-align: right;
    margin-bottom: 5px;
    display: block;
    clear: both;
    text-transform: uppercase;
}

/*MPEBF-694*/
.more-button a {
    color: #072b5f;
}
.online-banner970-ad {
	width: 100%;
	height: auto;
	margin: 20px 0px;
	text-align: center;
}
.inline-icon {
	color: #B5C1C6;
    font-size: 12px !important;
    margin-left: 5px;
}
.arrow-right i.right {
    border: solid #afa7a7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-47deg);
    vertical-align: middle;
    margin-bottom: 3px;
}

.latest_news_block .Georgia01{word-break: normal; word-wrap: break-word;}

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

.ad_top_970x90 img{
    max-width: 100%;
    width: auto;
}

/*MPEBF-753*/

.error, .errormsgreply, .errormsgreplysub,.label-box{
    font-family: Arial,Helvetica,sans-serif;
}

.font_size_14{
   font-size: 14px;
 }

/*MPEBF-753*/

/*** MPEBF-759 changes start ***/
.destination-travel{
    background-image:url(clientlibs/img/destination-travel.png);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 80px;
    width: 100%;
    margin: 0 auto;
    background-color: #08b7bc;
    padding: 10px 10px 10px 10px ;
    box-sizing: border-box; 
    line-height: 60px
}
.destination-food{
    background-image:url(clientlibs/img/destination-food.png);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 80px;
    width: 100%;
    margin: 0 auto;
    background-color: #fe4766;
    padding: 10px 10px 10px 10px ;
    box-sizing: border-box; 
    line-height: 60px
}
.travelfoodtitle{
    width: 50%;
    float: left
}
.travelfoodtitle h1{
    margin: 0;
    color: #fff;
    font-size:45px;
    font-family: Oswald;
    font-weight: 400

}
.travelfood-search-area{
    width: 50%;
    float: left;
    margin-top: 5px;
}

.travelfood-search-area .search_link_blk {
    height: 50px;	
	font-family: Arial;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px 3px 0px 3px;
	top: 0;
	left: 0;
	position: absolute;
}
.travelfood-search-area .search_link {
	margin: 0px 0px 0px 6px;
	float: left;
}
.travelfood-search-area .search_link {
	color: #999999;
}
.travelfood-search-area .search_link a, .travelfood-search-area .search_link a:hover {
	color: #009CE0;
}
.travelfood-search-area .search_link a:hover {
	text-decoration: underline;
}
.travelfood-search-area .SearchBox1 {
	width: 30%;
	height: auto;
	float: right;
}
.travelfood-search-area {
	background-color: #F8F8F8;
	border: 1px solid #e9e9e9;
	position: relative;
	display: inline-block;
}
.travelfood-search-area .input-text-bg {
	border-color: inherit;
	border-width: 0px;
	border-style: none;
	width: 88%;
	height: 50px;
	float: left;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8F8;
	margin: 0px 3px 0px 3px;
}
.travelfood-search-area .input-text-bg {
	border-radius: 0px;
}
.travelfood-search-area .searchResultButton{
	float: left;
    border: none;
    background-color: #fff;
    padding:5px;
    color: white;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top:0px;	
}
.travelfood-search-area .find-place::after {
    content: "";
    clear: both;
    display: table;
}
.travelfood-search-area .find-place input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: none;
    float: left;
    background: #fff;
    height: 50px;
    width: 100%;

}

.travelfood-search-area, .travelfood-search-area .find-place input[type=text]{
	box-sizing: border-box;
}

.travelfood-search-area .travelfoodsearchBtn{
    float: left;
    border: none;
    background-color: #fff;
    padding: 5px;
    color: white;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
} 

.travelfoodsearchMalID, .travelfoodsearchEngID{
	color:#009CE0!important;
	cursor:pointer;
}
	
.travelfoodsearchMalID:hover, .travelfoodsearchEngID:hover{
	text-decoration: underline;
}

.travelfood-search-area .find-place input[type=text], .travelfood-search-area input[type=text]{
	outline: none;
}

.travelfoodsearch.section {
    padding-bottom: 10px;
}

.travelfoodtitle h1 {
	margin: 0;
	color: #fff;
	font-size: 35px;
	font-family: Arial;
	font-weight: 800;
}

/*** MPEBF-759 changes end ***/

/*** UTA-2298 changes start ***/
.storyclass1 p{
  word-break: normal;
}

.storyclass1 h4 a{
  word-break: normal;
}
/*** UTA-2298 changes end ***/
/*MPEBF-818*/
.JustInText {
    position: relative;
}
.read-eng-link {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 10;
    font-family: Arial;
    font-size: 12px !important;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.read-eng-link a { 
	color: #333; padding: 10px 0px 10px 10px; 
}
/************======= Responsive Media Queries Custom Start =========*****************/
	/*** MPEBF-759 changes start ***/
	@media only screen and (max-width: 1080px) {
	    .travelfoodtitle h1{
	        font-size:30px;
	    }
	}
	/*** MPEBF-759 changes end ***/
	@media screen and (min-width:801px) and (max-width:980px)
	{
		.container, .mal_footer{
			width:1000px;
		}
	}
	@media screen and  (max-width:980px)
	{
		.ad_top_970x90 {
            width: auto !important;
        }
    }
	@media screen and (min-width:801px)
	{
		.section_page .travelguide-thumbnail, .section_page .advertisement, .comparecarsrighttrail, .celebrityCorner.section, .todayspanchangam, .personalityApplication, .astrowidget.section, .advertisement .advt-300-250, .top5movies, .newsstorylisting, .sidebar .justin{
			float:left;
		}
		.todayspanchangam, .top5movies{
			width:100%;
		}
		.MalayalamSectionNews602020Parsys-c0 .newsstorylistingParsys{
			padding-bottom:10px !important;
		}
		.comment-popup{
			text-align:center !important;
		}
		.sidebar .advertisement{
			float:left\9;
		}
		.MalayalamSectionNews602020Parsys-c2 .eeditions{
           float:left;
        }
        .fb-comments span, .fb-comments iframe{
        	min-height:165px !important;
        }
        #left-column .col_leftparaside{
        	float:left;
        	width:100%;
        }

		@-moz-document url-prefix() {
			.IndepthSection3430Parsys-c1 .advertisement.section, .section_right_block_outer .natureandyou, .main-content, .home_block_2 .advertisement.section{
				float:left;
			}
			.section_page .natureandyou{
				width:100%;
			}
		}
		.tool_box_set {
              width: 276px;
        }
	}
	
	@media screen and (min-width: 640px) {
    .mobileView {
        display: none;
    }  

	}
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    	.sidebar .advertisement{
			float:left;
		}
    }
	@media screen and (max-width:800px)
	{
	
	.ad_top_970x90 {
		display: block !important;
	}
		.login-user-name{
			float: left;
		}
		.mal_container{
        	width:100%\9;
        }
		body, #popup_common_Wrapper{
			-webkit-overflow-scrolling:touch;
		}
		.MalayalamHomeSection7030Parsys-c0 .block_1_2{
			margin-bottom: 0px !important;
		}
		.JustinEditorSection4030Parsys-c0 .heading_img_desc_1_3 {
			width: 100% !important;
			padding: 0px !important;
		}
		.JustinEditorSection4030Parsys-c1 .img_desc_full {
			padding: 0px !important;
		}
		.currencyRatePop{
			width:100%;
		}
		div.MalayalamSectionNews206020Parsys-c0 .section_sng_col_1_2_1_left, div.MalayalamSectionNews206020Parsys-c2 .section_sng_col_1_2_1_right, div.MalayalamSectionNews602020Parsys-c1 .section_sng_col_1_2_1_left{
		   width: 100% !important;
		}
		div.MalayalamSectionNews206020Parsys-c1 .section_sng_col_1_2_1_middle{
		   width: 100% !important;
		}
		div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story, div.MalayalamSectionNews333333Parsys-c1 .section_sng_col_1_1_2_story {
		  width: 100% !important;
		}

		div.MalayalamSectionNews602020Parsys-c0 .section_sng_col_1_2_1_middle{
			width: 100% !important;
		}
		div.MalayalamSectionNews333333Parsys-c2 .section_sng_col_1_1_2_adv .advt-300-250, div.MalayalamSectionNews333333Parsys-c2 .section_sng_col_1_1_2_adv .advt-slot300-600 {
			margin: 0px !important;
		}
		div.IndepthSection3430Parsys-c0 .Column-340-indepth{
			width: 100%;
			margin-left: 0px;
			padding-right: 0px;
			border-right: none;
			float: left;
		}
		div.IndepthSection3430Parsys-c1 .column-300-indepth{
			width: 100%;
			margin-right: 0px;
			float: left;
			margin-left: 0px;
		}
		#minisites-section-div{
			float: left;
			height: auto;
			margin-bottom: 15px;
			width: 100%;
		}
		.two_column_content_wrapper .advertisement, .article_page .specialpromotionblock{
			display: block;
			float: none;
			margin: 0 auto 10px !important;
			overflow: hidden;
			padding: 0;
			width: 300px;
		}
		.SectionNewsTemplate{
			width:auto !important;
		}
		.section-left-block{
			width:100%;
		}
		.social_media_call_outer{
			float:none !important;
		}
		.header_branding.rem_head_spon_ad .head_resp, .header_branding.rem_head_spon_ad .head_resp{
			float:left !important;
		}
		.section_page .specialpromotionblock{
			margin: 0 auto;
			width: 300px;
		}
		 #literatureblogdiv, .section_page .promo_dropdown_rig_blk, .sub_section #nature-and-you-div, .sub_section .promo_dropdown_rig_blk{
			float:left;
			width:100%;
		}
		div.carousel{
			margin-left: 0px !important;
			margin-right:0px !important;
		}
		section.carousel, .home_page .minisites{
			margin-left: 5px !important;
            margin-right:5px !important;
		}
		#CommentsBlock {
			display: block;
		}
		.compare_car_img{
			width:100%;
			height: auto;
		}
		.fasttrack_dropdown{
			width:100%;
		}
		.section_home .col_leftparaside .specialpromotionblock img{
			width:100%;
		}
		.MalayalamSectionNews333333Parsys-c2 .advt-300-250{
			width:300px !important;
		}
		.astrowidget.section{
			width: 300px;
			  padding: 0px;
			  margin: 0px auto 10px auto !important;
			  float: none;
			  overflow: hidden;
			  display: block;
        }
        .todayspanchangam{
			float:left;
		}
		.waisthipratio, .bodymassindex, .weightlosscalculator, .idealweightcalculator, .caloriesburncalculator, .babyCalendar, .pregnancyCalendar, .dueDateCalendar, .movieDetailspop{
			overflow-y:auto !important;
			-webkit-overflow-scrolling:touch;
		}
		.topTenResult{
			overflow:scroll !important;
		}
		.menu_drop_down_more_outer{
			display:none !important;
		}
		.articlePopupCarousel{
			width: 94% !important;
		}
		.bodymassindex .popup_common_inside_outer , .opinionpoll_scroll .user-block2{
			overflow-y: hidden !important;
			height: auto !important;
		}
		.two_column_content_wrapper .article_section{
			  margin-right: 5px !important;
              margin-left: 5px !important;
		}
		.two_column_content_wrapper .article_section #contentBody{
			  margin-right: 0px !important;
			  margin-left: 0px !important;
		}
		
		.header_date_time .date_time_powby_block { display: none;}
		
		 /*MPEBF-694*/
         .online-banner970-ad {
           overflow-x: hidden;
           width: 300px;
           margin: 20px auto;
          }
        .ml-new-sec-col .advt-label {
          clear: left;
          float: left;
         }
        .ml-new-sec-col .subhead-ml {
         font-size: 23px;
         max-height: 46px;
         height: 46px;
         }
        /*MPEBF-694*/
        
        .travelfoodsearch.section {
    	padding: 0 5px 10px !important;
		}

	}
	@media screen and (max-width:640px)
	{
		div.MalayalamSectionNews206020Parsys-c0 .section_sng_col_1_2_1_left, div.MalayalamSectionNews206020Parsys-c1 .section_sng_col_1_2_1_middle, div.MalayalamSectionNews206020Parsys-c2 .section_sng_col_1_2_1_right, div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story, div.MalayalamSectionNews333333Parsys-c1 .section_sng_col_1_1_2_story, div.MalayalamSectionNews602020Parsys-c1 .section_sng_col_1_2_1_left{
			margin: 0px !important;
		}
		div.IndepthSection3430Parsys-c0 .Column-340-indepth{
			width: 100%;
			margin-left: 0px;
			padding-right: 0px;
			border-right: none;
			float: left;
		}
		div.IndepthSection3430Parsys-c1 .column-300-indepth{
			width: 100%;
			margin-right: 0px;
			float: left;
			margin-left: 0px;
		}
		.home_page .section.opinion-poll{
			float: none;
		}
		.responsive_hight{
			overflow:scroll;
		}
		.template_call{
			margin-bottom: 0px;
		}
		div.ArticleAD3535Parsys-c0 .advertisement .advt-300-250, div.ArticleAD3535Parsys-c1 .advertisement .advt-300-250{
			width: 100% !important;
		}
		.trailers_popup_outer{
			width: 90% !important;
		}
		.leanModelResp{
			left:auto !important;
			margin-left:auto !important;
		}
		.articlePopupCarousel{
			overflow-y: scroll !important;
		}
		.movieDetailspop .responsive_mobile section{
			overflow-y:hidden !important;
		}
		
		
		/*MPEBF-694*/

    .ml-new-full-outer > div {
        width: 100%;
        float: none;
        margin: 0px auto;
    }
    
    .ml-new-sec-col {
       width: unset;
       margin: 15px 10px;
       float: none;
    }
    
    .ml-new-sec-col .subhead-ml {
        font-size: 21px;
        float: none !important;
        -webkit-box-orient: vertical;
        max-height: 64px;
        height: 64px;
        -webkit-line-clamp: 3;
    }
    .ml-new-sec-col .image-main {
        width: 120px;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }
    .ml-new-sec-col .advt-label {
        clear: unset;
        float: right;
    }
    .ml-new-sec-col .story-listing {
        margin-bottom: 0px;
    }
    .ml-new-sec-col .story-listing ul li:last-child {
        height: 40px;
    }
    
    .ml-new-sec-col .story-listing ul li {
     font-size: 20px;
     padding-bottom: 10px;
    }

   .ml-new-sec-col .advt-label img {
     max-width: 100%;
   }  
    

      /*MPEBF-694*/
      
      /*MPEBF-753*/
       .subscribeNewsAlertPopup,
.unSubscribeNewsAlertPopup {
    left: 40% !important;
    margin-left: -40% !important;
    width: 100%;
}

.Popup_common_title {
    width: 100%;   
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
      
      /*MPEBF-753*/
      
      /*** MPEBF-759 changes start ***/
    .destination-travel, .destination-food{
        line-height: normal; 
        width: 100%;
    }
    .travelfoodtitle{
        width: 100%;
        float: none
    }
    .travelfood-search-area{
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    
    .travelfood-search-area .search_link_blk{
		top: 15px;
    }
    
/*** MPEBF-759 changes end ***/

	}

	@media screen and (max-width:600px)
	{
		#mm-online-cur-rate, .sec_rig_main_list_story, .social_media_call_outer{
			float: inherit !important;
		}
		div.IndepthSection3430Parsys-c0 .Column-340-indepth, div.IndepthSection3430Parsys-c1 .column-300-indepth{
			width: 100%;
			border-right: 0px;
			padding-right: 0px;
			margin: 0px;
			float: none;
			overflow: hidden;
		}
		.adSpacing{
			display: block;
			float: none;
			margin: 0 auto 10px !important;
			overflow: hidden;
			padding: 0;
			width: 300px;
		}
		.healthcalculator{
			float:none !important;
			clear:both;
		 }
		 .section_page .storylisting, .home_page .buymovieticketsParsys, .section_page .healthcal_parsys{
			float:left;
		 }
		  .home_page .buymovieticketsParsys{
			width:100%;
		  }
		#matchMakerContainer{
			width:auto;
		}
	   @-moz-document url-prefix() {
			#fifa-world-cup-div, .section.opinion-poll{
				float:none;
			}
		  }
		 .IndepthSection3430Parsys-c1 .advertisement.section{
		 	float:none;
		 }

	}

	@media screen and (max-width:480px)
	{
		div.MalayalamSectionNews206020Parsys-c0 .section_sng_col_1_2_1_left, div.MalayalamSectionNews206020Parsys-c1 .section_sng_col_1_2_1_middle, div.MalayalamSectionNews206020Parsys-c2 .section_sng_col_1_2_1_right, div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story, div.MalayalamSectionNews333333Parsys-c1 .section_sng_col_1_1_2_story, div.MalayalamSectionNews602020Parsys-c0 .section_sng_col_1_2_1_middle, div.MalayalamSectionNews602020Parsys-c1 .section_sng_col_1_2_1_left {
		  width: auto;
		  padding: 0px;
		  margin: 0px;
	   }
	   div.MalayalamSectionNews206020Parsys-c0 .section_sng_col_1_2_1_left, div.MalayalamSectionNews206020Parsys-c1 .section_sng_col_1_2_1_middle, div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story, div.MalayalamSectionNews333333Parsys-c1 .section_sng_col_1_1_2_story,  div.MalayalamSectionNews602020Parsys-c0 .section_sng_col_1_2_1_middle, div.MalayalamSectionNews602020Parsys-c1 .section_sng_col_1_2_1_left{
		  border-right: 0px;
	   }
	   div.MalayalamSectionNews333333Parsys-c2 .section_sng_col_1_2_1_right{
		  border-bottom: 0px !important;
		  width: 100% !important;;
		  padding: 0px !important;
		  float: none;
		  overflow: hidden;
		  display: block;
		  text-align: center;
		  margin-bottom: 0px !important;
	   }
	   div.MalayalamSectionNews333333Parsys-c2 .section_sng_col_1_2_1_right .advt-300-250 {
		  margin: 0px !important;
	   }

		.SectionNewsTemplate{
			width:auto !important;
		}
		.section_single_columns .MalayalamSectionNews333333Parsys, .section_single_columns .MalayalamSectionNews206020Parsys{
			border-bottom: none;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		.newseedition{
			width:100%;
		}


		.emailpopupform{
			padding-right: 2px;
		}
		.mal_opinionpoll{
			width:100%;
		}
		.opinion-poll .opParWrap div#popup_common_Wrapper{
        	width:86% !important;
        	overflow-y:scroll !important
        }
        
        /*** MPEBF-759 changes start ***/
        
        .travelfoodtitle h1{
        	font-size:25px;
    	}
         
         /*** MPEBF-759 changes end ***/
	}

	@media screen and (max-width:360px)
	{
		.healthCal .bor_btm_grey{
			border-bottom:none;
		}
		#popup_Wrapper_email{
			 margin: 0 2% !important;
			 width: 400px;
             /*height: auto;
			 overflow: scroll;*/
		}

		.section_page .storylisting, .section.opinion-poll {
			float:left;
		}
		.opinion-poll .opParWrap div#popup_common_Wrapper{
        	width:80% !important;
        	overflow-y:scroll !important;
        }
        /* MPEBF-818 */
        .read-eng-link {
		    font-size: 14px;
		}

	}

	@media screen and (min-width:769px) and (max-width:800px)
	{
		.newsregionres{
			float:left;
			width: 48.4%;
			margin-left:5px;
			margin-right:5px;
		}
		.OtherStorySlot ul li:nth-child(2n+3){
			border-bottom:none;
		}
		div.MalayalamSectionNews602020Parsys-c0{
			width:37.2%;
		}
		div.MalayalamSectionNews602020Parsys-c1, div.MalayalamSectionNews602020Parsys-c2{
			width:25.4% !important;
		}
		.section.opinion-poll{
			width: 100%;
		}
		.right-side-section{
			width:100% !important;
		}
		  .home_page .section.opinion-poll{
			width: 48.7%;
		}
		 .home_page .section.opinion-poll .Common-Sec, .todayspanchangam, .IndepthSection3430Parsys-c1 .advt-300-250{
			width: 100%;
		}
		.section_page .section.opinion-poll, .todayspanchangam{
			float:left;
		}
		.home_page .adSpacing {
			width:48.4%;
			float:left;
			margin-left:5px;
			margin-right:5px;
		}
		.home_page .adSpacing a img{
			width:300px;
		}
		.popupVideo{
			width:600px;
			height:364px;

		}
		.upComingpopupVideo{
			width:600px;
			height:100%;
		}
		div.ArticleAD3535Parsys-c0, div.ArticleAD3535Parsys-c1{
			width: 48%;
		}
		div.ArticleAD3535Parsys-c0 .advertisement .advt-300-250, div.ArticleAD3535Parsys-c1 .advertisement .advt-300-250{
			width: 100% !important;
		}
		IndepthSection3430Parsys-c0, IndepthSection3430Parsys-c1{
			width: 48%;
		}
		div.ArticleAD3535Parsys-c0 .advertisement .advt-300-250, IndepthSection3430Parsys-c1 .advertisement .advt-300-250{
			width: 100% !important;
		}
        .opinion-poll .opParWrap div#popup_common_Wrapper{
        	width:70% !important;
        }
	}
	@media screen and (min-width:601px) and (max-width:610px)
	{
		.home_page .adSpacing{
			width:47.3%;
			float: left;
		}
		.section_page .section.opinion-poll{
					float:left;
				}
	}

	@media screen and (min-width:641px) and (max-width:768px)
	{
			[id*=pwrapper-int-]{
			width: 600px !important;
		   }
		   #Disclamer-wrapper, #wrapper-mynews{
			width: 600px !important;
		  }
		   .newsregionres{
			float:left;
			width: 48.4%;
			margin-left:5px;
			margin-right:5px;
		   }
		   .OtherStorySlot ul li:nth-child(2n+3){
			border-bottom:none;
		   }
			div.MalayalamSectionNews602020Parsys-c0{
				width:37.2%;
			}
			div.MalayalamSectionNews602020Parsys-c1, div.MalayalamSectionNews602020Parsys-c2{
				width:25.4% !important;
			}
			.section.opinion-poll, .todayspanchangam{
				width: 100%
			}
			.right-side-section{
				width:100% !important;
			}
			.home_page .section.opinion-poll{
				float: none;
			}
			.section_page .section.opinion-poll{
				float:left;
			}
			.home_page .adSpacing {
				width:48.4%;
				float:left;
				margin-left:5px;
				margin-right:5px;
			}
			.home_page .adSpacing a img{
				width:300px;
			}
			.popupVideo{
				width:550px;
				 height:300px;
			}
			.upComingpopupVideo{
				width:550px;
				height:100%;
			}
			.todayspanchangam, .IndepthSection3430Parsys-c1 .advt-300-250{
				width:100%;
			}
			div.IndepthSection3430Parsys-c0{
				width: 48.8%;
			}
			div.ArticleAD3535Parsys-c0, div.ArticleAD3535Parsys-c1{
				width: 48%;
			}
			div.ArticleAD3535Parsys-c0 .advertisement .advt-300-250, div.ArticleAD3535Parsys-c1 .advertisement .advt-300-250{
				width: 100% !important;
			}
			IndepthSection3430Parsys-c0, IndepthSection3430Parsys-c1{
				width: 48%;
			}
			div.ArticleAD3535Parsys-c0 .advertisement .advt-300-250, IndepthSection3430Parsys-c1 .advertisement .advt-300-250{
				width: 100% !important;
			}
		        .opinion-poll .opParWrap div#popup_common_Wrapper{
        	width:70% !important;
        }
	}

	@media screen and (min-width:601px) and (max-width:640px)
	{
		.JustinEditorSection4030Parsys-c0 .heading_img_desc_1_3 {
			width: 100% !important;
		}
		.JustinEditorSection4030Parsys-c1 .img_desc_full {
			width: 100% !important;
		}
		div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story{
		  width: 100% !important;
		  margin-bottom: 0px !important;
	   }
	   .section_single_columns div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story:nth-child(2), .section_single_columns div.MalayalamSectionNews333333Parsys-c1 .section_sng_col_1_1_2_story:nth-child(2) {
		  border: 0px !important;
		  padding: 0px !important;
		  margin: 0px !important;
		}
	   div.MalayalamSectionNews333333Parsys-c2 .section_sng_col_1_1_2_adv{
		  width: 0px !important;
		  padding: 0px;
		  margin: 0px !important;
		  float: none;
		  overflow: hidden;
	   }
		[id*=pwrapper-int-]{

			width: 500px !important;

		  }
		  #Disclamer-wrapper , #wrapper-mynews{
				width: 500px !important;
			}
		.newsregionres{
			float:left;
			width: 48.4%;
			margin-left:5px;
		}
		.OtherStorySlot ul li:nth-child(2n+3){
			border-bottom:none;
		}
		.SectionNewsTemplate{
			width: auto !important;
		}
		.MalayalamSectionNews602020Parsys div.MalayalamSectionNews602020Parsys-c0, .MalayalamSectionNews602020Parsys div.MalayalamSectionNews602020Parsys-c1, .MalayalamSectionNews602020Parsys div.MalayalamSectionNews602020Parsys-c2{
			width:29.3% !important;
		}
		.section.opinion-poll{
			width: 100%;
		}
		.right-side-section, .IndepthSection3430Parsys-c1 .advt-300-250{
			width:100% !important;
		}
		.home_page .adSpacing {
			float:left;
		}
		.popupVideo{
			width:500px;
			height:300px;
		}
		.upComingpopupVideo{
			width:100%;
			height:100%;
		}
		.trailers_popup_outer{
			width: 93.5% !important;
		}
		.opinion-poll .opParWrap div#popup_common_Wrapper{
        	width:90% !important;
        }
	}

	@media screen and (min-width:481px) and (max-width:600px)
	{
		.JustinEditorSection4030Parsys-c0 .heading_img_desc_1_3 {
			width: 100% !important;
		}
		.JustinEditorSection4030Parsys-c1 .img_desc_full {
			width: 100% !important;
		}
		div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story{
		  margin-bottom: 0px !important;
	   }
	   .section_single_columns div.MalayalamSectionNews333333Parsys-c0 .section_sng_col_1_1_2_story:nth-child(2), .section_single_columns div.MalayalamSectionNews333333Parsys-c1 .section_sng_col_1_1_2_story:nth-child(2) {
		  border: 0px !important;
		  padding: 0px !important;
		  margin: 0px !important;
		}
	   div.MalayalamSectionNews333333Parsys-c2 .section_sng_col_1_1_2_adv{
		  width: 0px !important;
		  padding: 0px;
		  margin: 0px !important;
		  float: none;
		  overflow: hidden;
	   }
		[id*=pwrapper-int-]{
			width: 400px !important;
	   }
	   #Disclamer-wrapper, #wrapper-mynews {
				width: 400px !important;
		  }
	   .SectionNewsTemplate{
			width: auto !important;
	   }
	   .MalayalamSectionNews602020Parsys div.MalayalamSectionNews602020Parsys-c0, .MalayalamSectionNews602020Parsys div.MalayalamSectionNews602020Parsys-c1, .MalayalamSectionNews602020Parsys div.MalayalamSectionNews602020Parsys-c2{
			width:29.3% !important;
		   }
		.popupVideo{
			width:430px;
			height:300px;
		}
		.upComingpopupVideo{
			width:100%;
			height:100%;
		}
		.responsive_mobile{
			height:290px;

		}
		.trailers_popup_outer{
			width: 93.3% !important;
		}
	}

	@media screen and (min-width:361px) and (max-width:480px)
	{
		.JustinEditorSection4030Parsys-c0 .heading_img_desc_1_3, .JustinEditorSection4030Parsys-c1 .img_desc_full {
			width: auto;
			border-right: 0px;
			padding: 0px;
			margin: 0px !important;
			float: none;
			overflow: hidden;
		}
		.features_box_inside table td + td{
			width: 56% !important
		}

		[id*=pwrapper-int-]{
			width: 300px !important;
		}
		#Disclamer-wrapper, #wrapper-mynews{
				width: 300px !important;
			}
		.section_single_columns .MalayalamSectionNews333333Parsys, .section_single_columns .MalayalamSectionNews206020Parsys{
			border-bottom: none;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		.popupVideo{
			width:330px;
			height:300px;
		}
		.upComingpopupVideo{
			width:100%;
			height:100%;
		}
		.responsive_mobile{
			height:260px;

		}
	}

	@media screen and (min-width:321px) and (max-width:360px)
	{
		.JustinEditorSection4030Parsys-c0 .heading_img_desc_1_3, .JustinEditorSection4030Parsys-c1 .img_desc_full {
			width: auto;
			border-right: 0px;
			padding: 0px;
			margin: 0px !important;
			float: none;
			overflow: hidden;
		}
		.features_box_inside table td + td{
			width: 56% !important
		}

		[id*=pwrapper-int-]{

			width: 270px !important;

		}
		#Disclamer-wrapper, #wrapper-mynews{

			width: 270px !important;

		}
		.section_single_columns .MalayalamSectionNews333333Parsys, .section_single_columns .MalayalamSectionNews206020Parsys{
			border-bottom: none;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		.popupVideo{
			width:300px;
			height:300px;
		}
		.upComingpopupVideo{
			width:100%;
			height:100%;
		}
		.movieDetailspop{
        	height:auto !important;
        }
	}

	@media screen and (max-width:320px)
	{
		.JustinEditorSection4030Parsys-c0 .heading_img_desc_1_3, .JustinEditorSection4030Parsys-c1 .img_desc_full {
			width: auto;
			border-right: 0px;
			padding: 0px;
			margin: 0px !important;
			float: none;
		}
		.features_box_inside table td + td{
			width: 55% !important
		}

		[id*=pwrapper-int-]{
			width: 270px !important;
		}
		#Disclamer-wrapper, #wrapper-mynews{
				width: 270px !important;
			}
		.section_single_columns .MalayalamSectionNews333333Parsys, .section_single_columns .MalayalamSectionNews206020Parsys{
			border-bottom: none;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		.popupVideo{
			width:300px;
			height:300px;
		}
		.upComingpopupVideo{
			width:100%;
			height:100%;
		}
	}

	/************Responsive Media Queries Custom End*****************/




	/*************========= Common CSS Start =========*************/

	#sidebar {
		width: 300px;
		height: auto;
		margin-left: 10px;
		float: left;
		overflow: hidden;
	}

	/* Custom Styles */
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.clearfix {
		display: inline-block;
	}

	html[xmlns] .clearfix {
		display: block;
	}

	* html .clearfix {
		height: 1%;
	}

	.LogoSlotBottom{
		background-image:none !important;
	}

	/** Technical Specification Start**/
	.features_box_inside table tr{
		float: left;
		width: 100%;
		overflow: hidden;
		padding: 5px 0px 5px 0px;
		border-bottom: none !important;
	}

	.features_box_inside table td:first-child{
		font-family: Arial;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		line-height: 150%;
		float: left;
		width: 38% !important;
		margin: 5px 10px 5px 0px;
		font-weight: normal;
		word-break: break-word;
	}
	.features_box_inside table td + td{
		font-family: Arial;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		line-height: 150%;
		float: left;
		width: 58% !important;
		margin: 5px 10px 5px 0px;
		font-weight: normal;
		word-break: break-word;
	}

	.view_full_btn:hover, .view_full_btn .share_icon_right:hover {
		color: #009CE0;
	}

	.view_full_btn_width {
		width:auto !important;
		padding-right: 0px !important;
	}
	.share_icon_lft-mrgn{
		margin-left: 5px !important;
	}
	/** Technical Specification End**/
	/* malayalam breaking news ticker Start*/

	.small_ID .bre_news_label {
		font-size: 15px;
		padding: 12px 1%;
	}
	.bre-news-blk ul li{
		margin-left: 100px;
	}
	/* malayalam breaking news ticker End*/

	.popup_cricket_score_outer{
		height:410px !important;
		overflow:scroll !important;
	}

	.Live-Cricket-TopBanner{

		background-image:url('clientlibs/img/top.jpg') !important;
	}

	.title_box_common .powered_by{
		width:125px !important;
	}
	.currencyRatePop{
		width:650px;
	}
	.newfrmRegfonttitle{
		font-family: "panchariUni";
		font-size: 21px !important;
		font-weight: bold;
	}
	.newfrmRegfontsubtitle{
		font-family: "panchariUni";
		font-size: 19px !important;
	}

	/***********Menu**************/

	.menu_drop_down_more_outer{
		display:none;
		float:right;
		width: 155px;
	}

	.menu-dropdown{
		display:none;
	}

	#drop_down_hover{
		position: absolute;
		width: auto;
		z-index: 999999;
	}

	.tab_hover{
		border-bottom: 2px #FFFFFF solid;
		*padding-bottom: 7px;
	}

	.menu_drop_down_more_outer ul{
		min-width: 120px;
	}

	.menu_drop_down_more_outer ul li{
		width: 100%;
		word-break: normal;
	}

	/***** Menu End *****/
	@-moz-document url-prefix() {
		#mm-online-cur-rate{
			float:left;
		}
	}

	/****Business Section****/

	.business-home-nav li.crsr-pointer{
		cursor: pointer;
	}

	.business-home-nav li.selected{
		cursor: text;
	}

	/** Cursor Pointer***/

	.cursor-pointer{
		cursor: pointer;
	}

	/**** Email Popup*****/

	.width96{
		width: 96% !important;
	}

	.captcha-img-slt{
		margin-left: 10px;
		margin-top: 6px;
	}

	.refresh-btn-captcha {
		border: 0;
		margin-top: 6px;
	}

	.captcha-slot{
		width: 100%;
	}

	.error, .errormsgreply, .errormsgreplysub{
		clear: both;
		color: red;
		word-break: break-word;
		font-size: 14px;
		padding-top: 2px;
	}

	.heightAuto{
		height: auto;
	}

	/**Popup Success message**/
	.successmsg {
		background: #2C9B11;
		padding: 10px 10px;
		border-radius: 5px;
		text-align: center;
		color: white;
		margin: 0px 0 0 0;
		font-weight: bold;
		clear: both;
	}

	.errormsg , .notsuccessmsg{
		background: #E02B2B;
		padding: 10px 10px;
		border-radius: 5px;
		text-align: center;
		color: white;
		margin: 0px 0 0 0;
		font-weight: bold;
		clear: both;
	}
	.menu_drop_down_more_outer{
		background-color: #FFFFFF;
	}
	.momAndYou, .coupleOftheWeek, .youAndYourVehiclePopup, .postYourCreativePopup, .momAndYouPopup, .natureAndYouPopup{
		display:none;
	}
	.popUp-Scroll{
		overflow-y: visible !important;
	}
	.popup-sroll-MAY{
		overflow-y:scroll !important;
	}
	.error {
		clear: both;
		color: red;
		word-break: break-word;
		font-size: 14px;
		padding-top: 2px;
		font-weight: normal;
		font-family:none;
	}
	.margin-top-May{
		margin-top: 18px;
	}
	.scroll_box_art h2{
		white-space: nowrap;
	}

	.errormsgAlign .error {
		margin-top: 5px !important;
	}

	.DCNerrmsg1 li, .DCNerrmsg2 li, .WHRerrmsg li, .IWCerrmsg li {
		height:0px !important;
	}

	.Poll-Slot .DCNerrmsg1{
		padding:0px !important;
	}

	.Poll-Slot .error{
		padding-top:10px !important;
	}

	.clearfix-block{
		display:block;
		clear: both;
	}

	.splCarouselTitle{
		width:100%;
	}


	/*** Related Stories Right CSS**/

	.art_rht_block {
		width: 180px;
		height: auto;
		float: right;
		margin-left: 10px;
	}

	.clear_rht {
		clear: right;
	}

	@-moz-document url-prefix() {
		#minisites-section-div .splCarouselTitle, #minisites-section-div .bxslider_wrapper_hgt_carousel{
			float:left;
		}
	}

	.Lastborder_bottom-none{
		border-bottom: 1px #EEF1F5 solid;
	}

	.MalayalamSectionNews602020Parsys-c0 .newsstorylisting:last-child .Lastborder_bottom-none{
		border:none !important;
	}

	.reltdStorParWrap .relatedHead{
		text-transform: uppercase;
	}

	.georgia_movie_p a{
		width: 100%;
		height: auto;
		color: #072B5F;
		font-family: "EGGIndulekhaUni";
		font-weight: normal;
		font-style: normal;
		float: left;
		font-size: 22px;
		padding: 0px;
		margin: 5px 0 5px 0;
		line-height: 110%;
	}


	.Promo1Image .promoBlockImage{
		float: left;
		margin: 0px 10px 0px 0px;
		width: auto;
	}

	.Promo1Image{
		width: 100% !important;
	}
	.newseedition{
		float:left;
	}

	.eng_desc_font_normal a{
	font-family: Georgia;
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	}
	#fastTRating #rating_block{
		float:left;
		height: auto;
		display: block !important;
		overflow: hidden;
	}
	.movieRatings-deactive{
		cursor:pointer;
	}
	.movieRatings-active{
		cursor:pointer;
	}

	.padding5{
		padding-top: 5px;
	}

	.share-header{
		min-width : 120px;
	}

	.emailpopupform{
		float: left;
		width: 80%;
		margin-left: 20px;
	}

	.emailformsubmit{
		background-color: #FFA317;
		float: left;
		width: auto;
		height: auto;
		padding: 8px 15px;
		margin: 15px 10px 0px 0px !important;
		text-decoration: none;
		border: 0px;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		outline: 0px;
		cursor: pointer;
		color: #FFFFFF;
		border-radius: 0px !important;
		border: none !important;
		background-image: none !important;
	}

	.emailformreset{
		color: #FFFFFF;
		float: left;
		width: auto;
		height: auto;
		padding: 8px 15px;
		margin: 15px 10px 0px 0px !important;
		text-decoration: none;
		border: 0px;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		outline: 0px;
		background-color: #BEBEBE;
		cursor: pointer;
	}

	.inCustomPars.ask-expert-details {
		background: none;
		height: auto;
		margin-top: 0;
	}

	.inCustomPars.ask-expert-details-post-question {
		border: none;
		margin-top: 0;
	}

	.width100{
		width : 100%;
	}

	.successmsg {
		background: #2C9B11;
		padding: 10px 10px;
		border-radius: 5px;
		color: white;
		margin: 20px 0 0 0;
		font-weight: bold;
		clear: both;
	}

	.top-box-common .successmsg {
		width: 80%;
		margin: 0;
	}

	/** DOWNLOAD PLANS **/
	.clear_both
	{
		clear: both;
	}
	/*********/

	/*****Buy Movie Tickets****/
	.submit_disable{
	opacity: 0.4;
	cursor: default;
	}




	/** Carousel Cursor Hover**/

	.img-cursor{
	cursor:text;
	}

	.bx-wrapper .movieReviewCarousel{
		height: auto !important;
	}
	.video_rating_blk .movie-rating-status{
		color: #838383;
		font-weight: normal;
		font-size: 13px;
	}

	.video_rating_blk .movieRatings{
		margin: 1.3% 2% 2% 0%;
	}

	.section_single_columns{
		float:left;
	}

	.SectionNewsTemplate{
		width:100%;
	}

	.widthAuto{
		width:auto !important;
	}

	.MalayalamOpinion{
		display:none !important;
		width: 0px !important;
	}

	.sec_rig_main_list_story, .social_media_call_outer{
		float:left;
	}

	.sec_home_margin{
		margin-left: 0px !important;
		margin-right:0px !important;

	}
	/**** --- Health Calendar CSS ***/
	.duedateerror p.error{
		margin-top:10px;
	}
	.mar_btm_20{
		margin-bottom:20px;
	}
	/**** --- Health Calendar CSS Ends ***/
	.ugcForms{
		display:none;
	}
	/**** --- Movie Section  Videos --- ***/
	.Headlines-tv-red a{
		height: auto;
		font-family: Arial;
		font-size: 17px;
		font-weight: bold;
		color: #00AE83;

	}
	.panel_num_list_eng ul li{
		word-break: normal;
	}
	.template_call{
		clear:both;
	}

	.close{
		cursor:pointer;
	}

	/**** --- your star(CSS word break english and malayalam characters) ***/
	.astro_mach_maker p.panchari_Normal{
		word-break:normal;
	}
	.astro_mach_maker h2.sub_title_2{
		word-break:normal;
	}

	.panchangam_listing_outer li{
		list-style:none;
	}

	.normal_eng_font, .arial-grey4{
		word-break:normal;
	}

	.music_carouselh li{
		float:left;
	}
	.OtherStorySlot ul li:last-child{
		border:none;
	}
	/**** --- your star CSS Ends ***/

	/*** Image Video Carousel Start ***/
	 .zindex9 {
		z-index : 9;
	 }

	 #minisites-section-div, .healthcalculator{
		float:left;
	 }
	 .submit_disable{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50) !important;
	}
	div.IndepthSection3430Parsys-c0 .Column-340, .healthcalculator{
		width:100%;
	}

	#minisites-section-div{
		margin: 0px 0px 15px 0px;
	}

	.bxslider_wrapper_hgt_carousel .bx-viewport{
		height:166px\9 !important;
		margin-bottom:15px\9;
	}

	 /*** Image Video Carousel End ***/

	 /*** Columnist Start***/
	 ul.authordetails-tips li , .two_column_content_wrapper {
		clear: both;
	  }


	 .billothstate .billothcity {
		 display:none;
	 }

	 .pagelistingAlign .videocomponent .Landscapeimage{
		float: none;
	 }
	 /*** Columnist End***/

	.billothstate .billothcity {
		display:none;
	}

	.idealweightcalculator{
		border:none;
	}

	#matchMakerContainer{
		float:left;
	}

	.SectionNewsTemplate{
		width:100%\9;
		float:left\9;
		clear:both\9;
	}
	.profile_name_txt{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		line-height: 22px;
		float: left;
	}

	.select-letters-list ul li.select-letters-name-1{ width: 17.3%; word-break: normal; }

	.pagelisting_parays_slot
	{
		border-bottom: 1px #EEF1F5 solid;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.pagelistingAlign .topstoryoverlayimage {
		border-bottom:none;
	}
	.specialpromotionblock{
		margin-bottom:5px !important;
	}
	.section_page .specialpromotionblock{
		margin: 0 auto;
		width: 300px;
	}
	.e_Wallet_Display, .adSpacing a img {
		width:100%;
	}
	.article_section .movieRatings div{
		float:left;
	}
	.padding5{
		word-break:normal;
	}
	/***********************************************Astro POPUP*********************************/
	.music-popup-yes-button
	{
	color : #FFFFFF;
	background-color : #049CDD;
	border : 1px #0493D0 solid;
	}
	.e_wallet_a{
		cursor:pointer;
	}
	.e_Wallet_Display{
		width:100%;
	}
	.home_block_2 .advt-slot300-600, .section_page .advt-slot300-600, .sub_section .advt-slot300-600{
		margin: 0px 0px 0px 0px;
		margin-bottom: 0px\9;
	}
	/***********************************************Astro POPUP ENDS*********************************/
	/**********************************************COLUMNIST CSS***********************************************/
	.authorName_mal{
		font-family: "EGGIndulekhaUni";
		font-size: 17px;
		line-height: 19px;
		color: #1B5288;
		margin: 1% 0% 1% 0%;
		display: block;
	}

	.author_description_mal{
		font-family: "PanchariUni";
		font-size: 16px;
		line-height: 18px;
		color: #666666;
		font-weight: normal;
		display: block;
	}

	.col_author_name_follow .authorName_mal {
		margin: 0%;
		float: left;
	}
	.compare_car_brand, .compare_car_model, .compare_car_variant{
		height:27px;
	}
	/**********************************************COLUMNIST CSS ENDS***********************************************/
	/***************************************************MUSIC DOWNLOAD**************************************/
	.music-pause-audio-icon {
		background-position: -3px -547px !important;
		background-image: url('../music/malayalam/clientlibs/img/icons-img.png');
	}
	.articlecontentbody .literatureportrait{
    	float:none;
    }
	/***************************************************MUSIC DOWNLOAD ENDS**************************************/

	.marginleft-zero{
		margin-left:0px !important;
	}
	.marginright-zero{
		margin-left:753px !important;
	}

	/** Article page Carousel**/

  	.wrapper_story_carousel ul li{
		width: 270px;
		float:left;
		max-width: 1390px;
    }
    .wrapper_story_carousel ul{
    	width: 5000%;
    }

	.bxslider_wide_carouselh li{
		float:left;
		list-style:none;
		margin-right: 10px;
	}
	.bxslider_wide_carouselh{
		width: 2315%;
	}
	.articlePopupCarousel{
		height:auto;
		width:100%;
		max-width:784px;
	}
	/** Skinning Ad CSS**/

	/*** Custom Colors ***/
	.ltpink_bor {border-top: 3px solid #F07DA3 !important;}
	.ltpink_btm_bor {border-bottom: 5px solid #F07DA3 !important;}
	.ltpink_bg {background-color: #F07DA3 !important;}
	.menu_section ul li.ltpink_bor a:hover, .ltpink_font, .ltpink_font a, .menu_drop_down_more_outer ul li.ltpink_font_hov a:hover {color: #F07DA3 !important;}


	.MMDowload, .MMRating
	{
        display:none;
    }

    /***GULF REGION***/
    .region_rig_side_sub_nav ul li{
    	cursor:pointer;
    }
	/***GULF REGION END***/

	/** Header Share **/
	.min-width100{
		min-width : 100px;
    }
    /** Header Share End **/
	.user_login_list .profile_name_txt{
		margin-right:5px;
	}
	.Report-abuse-submit.offensiveSubmit{
		margin-top:15px !important;
	}
	.re-block input{
		margin-top:0px !important;
	}
	.display-none {
       display: none;
    }
	.clear_both {
		clear : both;
	}
	h2.article_slider_head a, .article_slider_para a, h2.article_slider_head a:hover, .article_slider_para a:hover{
        color:#fff\9;
    }
	.IndepthSection3430Parsys-c0 .advertisement.section, .IndepthSection3430Parsys-c1 .advertisement.section{
		float:left\9;
    }
    .english_article_align{
    	width:100%\9 !important;
    }
    #fb-comments iframe{
		width:660px\9 !important;
	}
	[id*=offensiveShow]{
		top:15px\9 !important;
		position:fixed\9 !important;
	}
	.bank-error-res .errorMsg1  { color: red; }
	.popup_cricket_score_outer.currencyRatePop{
		overflow: hidden !important;
	}
	.article_section .parbase.image.section{
		margin-bottom:5px;
		float:left;
	}
	.article_section .imagevideocarousel{
		margin-bottom:15px;
	}
	.musicImgAlign{
		margin-top:0px !important;
	}
	.fb-comments span, .fb-comments iframe{
		min-height:165px !important;
		
	}
	.my-placeholder { color: #aaa\9; }

	.please-wait{
    	display:none;
    	width:auto;
    	height:auto;
    	clear:both;
    }
    .article-parsys .promoParWrap .Promo1Image{ width :auto !important;}
    
/* Updated for portrait images in the article content */

.article_imgbox_fullwidth{
	display: table-caption;
	padding: 0 12px;
}
.article_imgbox_fullwidth .width100{
	width: auto !important;
}
.article_imgbox_fullwidth img{
	float:left;
}
.article .image .caption {
	word-break: normal;
}
.storycontent p {
	word-break: normal;
}
	
/* disclaimer_box */
.disclaimer_box { width: 100%; float: left; }
.disclaimer_title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: left;
	padding: 5px;
	margin: 0px;
}
.disc_txt_mal, .disc_txt_eng { padding: 8px; color: #747474; float: left; background-color: #F4F4F4; margin: 0px; font-weight: normal; }
.disc_txt_mal { font-family: PanchariUni; font-size: 16px; line-height: 120%; }
.disc_txt_eng { font-family: Arial; font-size: 11px; line-height: 140%; }

.form_field_txt_left{
	word-break: normal;
}
.GreyPopInner {
	overflow: visible !important;
}
.commonMsgPopup .user-block2.MMPopInner {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}
.commonMsgPopup .music-popup-yes-button {
	width: auto;
	height: auto;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFA317;
	padding: 8px 15px;
	margin: 5px 10px 0px 0px;
	border: 0px;
	outline: 0px;
	display: block;
	cursor: pointer;
}
.commonMsgPopup .music-popup-yes-button {
	width: auto;
	height: auto;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFA317;
	padding: 8px 15px;
	margin: 5px 10px 0px 0px;
	border: 0px;
	outline: 0px;
	display: block;
	cursor: pointer;
}
.digi-phical-selection-wrapper .digi-phyical-form-block{
	display: none;
}
#breadcrumbmusicdiv .breadcrumb ul li.article{
	width: auto;
}
.most_popular_head{
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	text-align:left;
	font-style: normal;
	width: 100%;
	height: Auto;
	line-height: 100%;
	width: 100%;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	float: left;
	padding: 4px 0px 10px 0px;
	margin: 0px 0 10px 0;	
	background-image: url('clientlibs/img/most-popular.jpg');
	color: #007DB3;
}
.most-popular-mal .most_popular_head{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #007DB3;
	font-style: normal;
	width: 100%;
	height: Auto;
	line-height: 100%;
	width: 100%;
	float: left;
	padding: 7px 0px 7px 10px !important;
	margin: 0px 0 10px 0px;	
	color: #fff;
	border-bottom:  0px !important;
	background-image: none !important;
}
.most_popular_head a, .most_popular_head a:hover {
	color: #007DB3;
	text-decoration: none;
}
.most-popular-mal .MostNews ul, .most-popular-eng .MostNews ul {
	float: left;
}

.most-popular-mal .MostNews ul li {
    font-family: "PanchariUni";
	font-size: 19px;
	font-weight: normal;
	text-align:left;
	color: #000000;
	line-height: 26px;
	height: auto;
	padding: 0px 0px 15px 30px;
	margin: 2% 2% 0% 2%;
	border-bottom:  1px #E0E0E0 dotted;
    position: relative;
    word-break: normal;
	word-wrap: break-word; 
	width: 85% !important;   
}
.most-popular-eng .MostNews ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align:left;
	color: #000000;
	line-height: 26px;
	height: auto;
	padding: 0px 0px 15px 30px;
	margin: 2% 2% 0% 2%;
	border-bottom:  1px #E0E0E0 dotted;
    position: relative;
	word-break: normal;
	word-wrap: break-word;
	width: 85% !important;    
}
.mostnews_common{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    text-align: center;
	background-image: url('clientlibs/img/most-pop-bg.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 30px;
	height: 26px;
	float: left;
    margin-right: 5px;
    padding: 2px 0px;
    position: absolute;
    left: -5px;
    
}
.MostNews ul li a{ color: #000000;}
.MostNews ul li a:hover{color: #007CC3; text-decoration: underline;}
.most-popular-mal .MostNews ul li a:hover{text-decoration: none;}

.edit_answer, .replyBut{font-family: Arial;font-size: 12px;color: #616060;font-weight: bold;margin: 4px 0px 0px 10px;display: inline-block;line-height: 100%;cursor: pointer;border: 2px solid #989898;padding: 4px;border-radius: 5px;float: left;clear: both;}
.edit_answer:hover, .replyBut:hover{color: #000000;}
.replybychef .replytoqn{ width: auto; clear: both;}

.ask-right-box .slot-25{width: 34%;}
.ask-right-box .icon-box-60{width: 55%;}

.reply-by-expert-slot .title_box_common{display: none;}
.question_answer_area{border-bottom: 1px #E5E5E5 solid;}

#askquestionsuccess.top-box-common .successmsg { width: 95%;}

/**MPEBF-725**/
.ml-new-sec-col .story-listing ul li .thumb-image{
  width: 85px;
  float: left;
  margin: 6px 7px 0px 0px;
}
/**MPEBF-725**/

@media screen and (max-width:640px){
	[class*=custom-overlay-videocomponent-bright] {
		background-size: 90%;
		margin-top: -60px;
		top: 50%;
	}
}

.menu_section ul li.new-stamp a, .menu_container_main .menu_list .new-stamp{
	background-repeat: no-repeat;
	background-position: center right;
}

.menu_section ul li.new-stamp a{
	background-image : url('clientlibs/img/new-stamp.png');
	padding-right: 32px;
}
.menu_container_main .menu_list .new-stamp{
	background-image : url('clientlibs/img/new-stamp-mob.png');
	padding-right: 28px;
}

/*** MPEBF-517 changes start ***/
.eng-head {
    font-family: Georgia;
    font-size: 22px;
    line-height: 130%;
    font-weight: normal;
    color: #072b5f;
    margin-bottom: 10px;
    display: block;
    word-break: normal;
}
.eng-head a {
    color: #072b5f;
}
.eng_head a:hover {
    color: #009ce0;
    text-decoration: none;
}
.content-Normal {
    font-family: Georgia;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
   word-break: normal;
}
.sec_panel_other_stories {
   float: left;
    width: 100%;
}
.sec_panel_other_stories ul {
    width: 100%;
}
.sec_panel_other_stories ul li.georgia_normal {
    font-family: Georgia;
    font-size: 16px;
    line-height: 22px;
    word-break: normal;
    font-weight: normal;
    color: #072b5f;
    list-style-type: none;
    margin-bottom: 10px;
}
.sec_panel_other_stories ul li a {
    color: #072b5f;
}
.sec_panel_other_stories ul li a:hover {
    color: #009ce0;
    text-decoration: none;
}

/*** MPEBF-517 changes end ***/

.article_section .commonshare .tool_box_set .tool_box:first-child { 
   display: none !important;
}
.story-ml-link, .story-en-link {
    clear: both;
    display: table;
    margin: 4px 0px;
    color: #072B5F;
    text-decoration: none;	
    line-height: 22px;
}
.story-ml-link {
    font-family: "PanchariUni";
    font-size: 18px;
    }
.story-en-link {
    font-family: Georgia;
    font-size: 16px;
    }
    
.story-en-link-nri {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 700;
    color: #019cde;
    padding: 5px 0px 10px 0px;
    margin: 5px 0px;
    float: left;
    box-sizing: border-box;
}
.story-en-link-nri a {
    padding: 5px 0px;
    color: #019cde;
}
    
.sec_home .title_block .read-eng-link {
    position: inherit;
    right: auto;
    top: auto;
    z-index: unset;
    font-family: Arial;
    font-size: 12px !important;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    float: right;
    margin-right: 15px;
    line-height: 25px;
}

.ml-new-sec-col .title-box .read-eng-link {
    position: absolute;
    right: 0px;
    top: 12px;
    z-index: 10;
    font-family: Arial;
    font-size: 12px !important;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.ml-new-sec-col .title-box{
	position: relative;
}
.article_section .article p{ font-family: "PanchariUni"; color: #000000; font-weight: normal; margin-bottom: 15px;}
.article_section .article p img, .article_section .article img {max-width: 100%;}
.article_section .article p a, .article_section .article a{ color: #007CC3; text-decoration: none;}
.article_section .article p a:hover, .article_section .article a:hover{ color: #007CC3; text-decoration: underline;}
.article_section .article ul{ list-style-type: disc; }
.article_section .article ol{ list-style-type: decimal; }
.article_section .article ul, .article_section .article ol{ list-style-position: inside; width: auto; float: none;font-weight:normal; margin-bottom: 15px;}
.article_section .article ul li{ font-weight:normal;}
.article_section .article ul, .article_section .article ol{margin-left: 20px; -webkit-padding-start: 0px;}
.article_section .article ul li span.mm_rte_english, .article_section .article ul li span.mm_rte_malayalam { line-height: 16px; float: none; width: auto; margin-top: 0px; display: block;}

.article_section .article table, .article_section .article th, .article_section .article td { border: 1px solid #ccc; padding: 5px; border-collapse: collapse; }
.article_section .article table{margin-bottom: 15px;}
.text_linkad_wrapper {clear: both;}

.article_section .article p, .article_section .article table, .article_section .article th, .article_section .article td, .article_section .article ul li, .article_section .article ol li {word-break: normal;}

/*Malayalam */ 
.mm_rte_malayalam{ font-family: "PanchariUni"; font-size: 19px; color: #000000; font-weight: normal; line-height: 20px; padding: 0;display: inline;}


/*English */
.mm_rte_english{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #000000; font-weight: normal; line-height: 150%; display: inline; }


body {
    line-height: 1;
    word-break: break-all;
}


a {
  background: transparent none repeat scroll 0 0;
  color: #000000;
  font-size: 100%;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: color, text;
  transition-timing-function: linear, ease-in;
  vertical-align: baseline;
}

.social_m_left_col .bx-prev{
    display:none;
}


.social_m_left_col .bx-next{
    display:none;
}


.social_m_right_col .bx-prev{
    display:none;
}


.social_m_right_col .bx-next{
    display:none;
}



.social_m_box_h {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px #E8E8E8 solid !important;
}
.social_m_box_h_inside {
	background-position: left top;
	width: 1000px;
	height: auto;
	margin: 0px auto 10px auto;
	padding: 0px;
	overflow: hidden;
	background-image: url('clientlibs/img/bg-social-box-inside.jpg');
	background-repeat: no-repeat;
}

.line_box_01 {
	overflow: hidden;
	height: 10px;
	width: 100%;
	margin-bottom: 10px;
	background-image: url('clientlibs/img/gradient-design.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.box_com {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}

.pad_b_10 { padding: 0px 0px 10px 0px; }



.socal_media_wrapper_h {
	width: 100%;
	float: left;
	overflow: hidden;
}
.social_m_left_col {
	width: 39.4%;
	height: auto;
	float: left;
	margin: 0px .5% 0px 0%;
	overflow: hidden;
}
.social_m_left_col .image_box {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.social_m_left_col .image_box img {
	width: 100%;
	margin-bottom:10px;
}
.icon_box_fb_twt {
	width: 14px;
	height: 14px;
	z-index: 15;
	right: 10px;
	bottom: 10px;
	position: absolute;
}
.social_m_left_col .bottom_box {
	width: 100%;
	height: auto;
	float: left;
	background-color: #F8F8F8;
	padding: 2% 0% 2% 0%;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.align_center {
	text-align: center;
}
.soc_share_box_outer {
	overflow: hidden;
	width: auto;
	padding: 5px 0% 0px 20%;
	text-align: center;
}
.soc_share_box {
	overflow: hidden;
	width: auto;
	padding: 5px;
	float: left;
}
.social_m_right_col {
	border: 1px solid #EAEAEA;
	width: 32%;
	height: 190px;
	margin: 0px .4% 10px .4%;
	float: left;
	overflow: hidden;
}
.social_m_right_col ul {
	list-style: none;
}
.social_m_right_col ul li {
	width: 100%;
	float: left;
	list-style: none;
}
.sm_col_wrapper {
	width: 100%;
	height: 190px;
	float: left;
	overflow: hidden;
	position: relative;
}
.sm_col_wrapper .box_com{
	padding-top: 10px;
}
.sm_col_wrapper img {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
}
.sm_col_wrapper .normal_text_12 {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
	padding: 2px 7px 0;
}
.sm_col_wrapper .normal_text_12_mal {
	font-family: "PanchariUni";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	line-height: 100%;
	padding: 2px 7px 0;
}
.logo_box_fb_twt {
	width: 28px;
	height: auto;
	float: left;
	margin: 0px 10px 0px 10px;
}
.sm_col_wrapper .sm_col_text_01 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3B5998;
	line-height: 140%;
	padding: 0px 10px 0px 10px;
}
.sm_col_wrapper .sm_col_text_02 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #9197A3;
	line-height: 140%;
	padding: 0px 10px 0px 10px;
}

.box_com .head_text_01 {
  float: left;
}

.head_text_01 {
  color: #ffffff;
  font-family: oswald;
  font-size: 22px;
  font-weight: normal;
  margin:0px;
}

.social_m_left_col ul{
    margin:0;
    border:0;
}

.social_m_left_col h2{
    height:296px;
}

.black_font, .black_font a {
  color: #000000 !important;
}

.videoimage> img{
height:215px;
}
.sm_text{
    color: #000000;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 140%; 
    padding:4px 7px;	
}

.fb_image > a img{
margin:4px auto; 
}

.videocap{
background:#f8f8f8;
padding:5px;
height:315px;
}
.align_justify{
text-align:justify;
}

.sm_text_mal {
color: #000000;
font-family: "PanchariUni";
font-size: 12px;    
font-weight: normal;
line-height: 140%;
}

.social_m_right_col ul{
    margin:0;
    padding:0;
}

.sm_col_wrapper .sm_col_text_01{
     margin:0;
    padding:0;
}

.sm_col_wrapper .sm_col_text_02{
     margin:0;
    padding:0;
}

.postDescription{
      margin:0;
    padding:0;
}

.social_m_left_col .icon_box_fb_twt{
top:184px;
}

.tpost .sm_text{
margin-top:7%
}
.social_right_col_wrapper {
	width: 60%;
    overflow: hidden;
    float: left;
}
.social_right_3 .social_m_left_col, .social_right_3 .social_right_col_wrapper {
	width: 49%;
}
.social_right_3 .social_m_left_col {
	margin-right: 2%;
}
.social_right_5 .social_right_col_wrapper .social_m_right_col {
	width: 48.6%;
}
.social_right_3 .social_right_col_wrapper .social_m_right_col {
	width: 98% !important;	
}


@media screen and (max-width:800px)
{
    .social_m_box_h_inside {
		width: auto !important;
		padding-left: 10px;
		padding-right: 10px;
		float: none;
	}
    
    .social_m_left_col {
	width: 38.4%;
	}
}

@media screen and (max-width:640px)
{
    .social_m_left_col, .social_right_col_wrapper {
		width: 100%;
	}
}

@media screen and (max-width:480px)
{
    .social_m_right_col {
		width: 48.6%;
	}
}

@media screen and (max-width:360px)
{
    .social_m_right_col {
		width: 48% !important;;
		height: 200px !important;
	}
}

@media screen and (max-width:320px)
{
    .social_m_right_col {
		width: 48% !important;;
		height: 230px !important;
	}
}
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .6);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 15%;
	left: 0%;
	width: 100%;
	position: absolute;
	z-index: 101;
}


﻿/*************Print Email CSS Start*************/
body {
	margin: 0px;
}
.print_email_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.8125em;
	color: #333;
	padding: 10px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
}
.print_email_block {
	margin: 0px auto;
	overflow: hidden;
}
.print_email_wrapper .branding_logo_block, .print_email_wrapper .branding_logo_block .branding_logo, .print_email_wrapper .thankTextContainer {
	width: auto !important;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: none;
	display: block;
}
.print_email_wrapper .section .shopTable2, .print_email_wrapper .section .printtopspace {
	width: 100% !important;
}
.shopTable2 {
	width: 100%;
	border-left: 1px solid #c9e0e7;
	border-top: 1px solid #c9e0e7;
	border-collapse: collapse;
	-webkit-box-shadow: 0 0 10px 1px #CCCCCC;
	box-shadow: 0 0 10px 1px #CCCCCC;
	margin: 0 auto;
}
.print_email_wrapper .branding_logo_block {
	border-bottom: 1px #EEF1F5 solid;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
}
.print_email_wrapper .orderSummarySec {
	overflow: hidden;
	width: auto;
	height: 23px;
	padding: 6px 5px;
	border: #d3d3d3 solid 1px;
	color: #666;
	font-size: 13px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	text-align: left;
	height: auto;
	display: block;
	clear: both;
}
.print_email_wrapper .printSec1 {
	width: 100%;
}
.sub_sec_title {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 5px #EEF1F5 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.thankTextContainer {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px !important;
}
.thankTextGreen, .thankTextGreen a {
	color: #4c7713;
	font-size: 16px;
}
.section {
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.col:first-child {
	margin-left: 0;
}
.span_12_of_12 {
	width: 100%;
	display: block;
}
.col {
	display: block;
	float: left;
	margin: 0% 0 1% 1.6%;
}
.shopsize1 {
	width: 16%;
}
.shopsize2 {
	width: 31%;
}
.shopsize3 {
	width: 16%;
}
.shopsize4 {
	width: 17%;
}
.shopsize5 {
	width: 20%;
}
.shopraw4 {
	background-color: #d3f2fc;
	border-bottom: 4px solid #c3e1ea;
	border-right: 1px solid #c9e0e7;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.shopraw5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #c9e0e7;
	border-right: 1px solid #c9e0e7;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.shopraw2 {
  background-color: #f8f8f8;
  border-bottom: 1px solid #c9e0e7;
  border-right: 1px solid #c9e0e7;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.printtopspace {
	margin: 30px auto 0px auto;
}
.printSec1 {
	float: left;
}
.orderText2 {
	font-size: 18px;
	color: #4c7713;
	font-weight: bold;
}
.print_email_subscription_details {
	padding: 10px;
	margin-bottom: 10px !important;
	overflow: hidden;
	webkit-box-shadow: 0 0 10px 1px #CCCCCC;
	box-shadow: 0 0 10px 1px #CCCCCC;
}
.print_email_subscription_details .print_email_subscription_details_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
}
.print_email_subscription_details .print_email_subscription_details_sub_blk {
	width: auto !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	float: none;
}
.print_email_subscription_with_regrads_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
}
.print_email_subscription_details_sub_blk .header {
	font-weight: bold;
	margin-right: 10px;
	float: left;
}
.print_email_subscription_details_sub_blk .normal {
	font-weight: normal;
	display: inline-block;
}
.menu_section ul li.vvblue_bor a:hover, .vvblue_font, .vvblue_font a, .menu_drop_down_more_outer ul li.vvblue_font_hov a:hover {color: #00B8F0 !important;}
.menu_section ul li.red_bor a:hover, .red_font, .red_font a, .menu_drop_down_more_outer ul li.red_font_hov a:hover {color: #C40000 !important;}
.menu_section ul li.dkcyan_bor a:hover, .dkcyan_font, .dkcyan_font a, .menu_drop_down_more_outer ul li.dkcyan_font_hov a:hover {color: #00AE83 !important;}
.menu_section ul li.dkmagenta_bor a:hover, .dkmagenta_font, .dkmagenta_font a, .menu_drop_down_more_outer ul li.dkmagenta_font_hov a:hover {color: #6A1C84 !important;}
.menu_section ul li.vvpink_bor a:hover, .vvpink_font, .vvpink_font a, .menu_drop_down_more_outer ul li.vvpink_font_hov a:hover {color: #FF0D6D !important;}
.menu_section ul li.dkpink_bor a:hover, .dkpink_font, .dkpink_font a, .menu_drop_down_more_outer ul li.dkpink_font_hov a:hover {color: #990066 !important;}
.menu_section ul li.blue_bor a:hover, .blue_font, .blue_font a, .menu_drop_down_more_outer ul li.blue_font_hov a:hover {color: #0066CB !important;}
.menu_section ul li.ltred_bor a:hover, .ltred_font, .ltred_font a, .menu_drop_down_more_outer ul li.ltred_font_hov a:hover {color: #F07DA3 !important;}
.menu_section ul li.mrblue_bor a:hover, .mrblue_font, .mrblue_font a, .menu_drop_down_more_outer ul li.mrblue_font_hov a:hover {color: #6D4DCE !important;}
.menu_section ul li.green_bor a:hover, .green_font, .green_font a, .menu_drop_down_more_outer ul li.green_font_hov a:hover {color: #8FD22B !important;}
.menu_section ul li.verydkcyan_bor a:hover, .verydkcyan_font, .verydkcyan_font a, .menu_drop_down_more_outer ul li.verydkcyan_font_hov a:hover {color: #026C45 !important;}
.menu_section ul li.redpunch_bor a:hover, .redpunch_font, .redpunch_font a, .menu_drop_down_more_outer ul li.redpunch_font_hov a:hover {color: #D82B2F !important;}
.menu_section ul li.chestnutrose_bor a:hover, .chestnutrose_font, .chestnutrose_font a, .menu_drop_down_more_outer ul li.chestnutrose_font_hov a:hover {color: #E4473F !important;}
.menu_section ul li.brown_bor a:hover, .brown_font, .brown_font a, .menu_drop_down_more_outer ul li.brown_font_hov a:hover {color: #783E0A !important;}
.menu_section ul li.violet_bor a:hover, .violet_font, .violet_font a, .menu_drop_down_more_outer ul li.violet_font_hov a:hover {color: #A81C8F !important;}
.menu_section ul li.strongcyan_bor a:hover, .strongcyan_font, .strongcyan_font a, .menu_drop_down_more_outer ul li.strongcyan_font_hov a:hover { color: #15A1C5 !important;}
.menu_section ul li.dkblue_bor a:hover, .dkblue_font, .dkblue_font a, .menu_drop_down_more_outer ul li.dkblue_font_hov a:hover { color: #00487D !important;}
.menu_section ul li.dklimegreen_bor a:hover, .dklimegreen_font, .dklimegreen_font a, .menu_drop_down_more_outer ul li.dklimegreen_font_hov a:hover { color: #2C9B11 !important;}
.menu_section ul li.vdklimegreen_bor a:hover, .vdklimegreen_font, .vdklimegreen_font a, .menu_drop_down_more_outer ul li.vdklimegreen_font_hov a:hover { color: #13461B !important;}
.menu_section ul li.modlimegreen_bor a:hover, .modlimegreen_font, .modlimegreen_font a, .menu_drop_down_more_outer ul li.modlimegreen_font_hov a:hover { color: #3ECA48 !important;}
.menu_section ul li.ltmaroon_bor a:hover, .ltmaroon_font, .ltmaroon_font a, .menu_drop_down_more_outer ul li.ltmaroon_font_hov a:hover { color: #731236 !important;}
.menu_section ul li.vdarkred_bor a:hover, .vdarkred_font, .vdarkred_font a, .menu_drop_down_more_outer ul li.vdarkred_font_hov a:hover { color: #5F211A !important;}
.menu_section ul li.vviorange_bor a:hover, .vviorange_font, .vviorange_font a, .menu_drop_down_more_outer ul li.vviorange_font_hov a:hover { color: #FFA317 !important;}
.menu_section ul li.pureorange_bor a:hover, .pureorange_font, .pureorange_font a, .menu_drop_down_more_outer ul li.pureorange_font_hov a:hover { color: #FF6600 !important;}
.menu_section ul li.dkgrishcyan_bor a:hover, .dkgrishcyan_font, .dkgrishcyan_font a, .menu_drop_down_more_outer ul li.dkgrishcyan_font_hov a:hover { color: #859F96 !important;}
.menu_section ul li.grey_bor a:hover, .grey_font,  .grey_font a, .menu_drop_down_more_outer ul li.grey_font_hov a:hover { color: #F4F4F4 !important;}
.menu_section ul li.white_bor a:hover, .white_font, .white_font a, .menu_drop_down_more_outer ul li.white_font_hov a:hover {color: #FFFFFF !important;}
.menu_section ul li.black_bor a:hover, .black_font, .black_font a, .menu_drop_down_more_outer ul li.black_font_hov a:hover { color: #000000 !important;}
.menu_section ul li.vdkgrey_bor a:hover, .vdkgrey_font, .vdkgrey_font a, .menu_drop_down_more_outer ul li.vdkgrey_font_hov a:hover {color: #333333 !important;}

@media screen and (max-width:800px) {
	.print_email_wrapper .sub_sec_title {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}
/*************Print Email Ends*************/
.G-block-Addtocart, a.G-block-Addtocart, a.G-block-Addtocart:hover, .price-red , .Album-Headline , .MostPopular-Sub-heading, .show-more, .Album-Headline-Lyrics, .Album-Sub-heading, .Listen-block, a.Listen-block:hover, .Time-block, .Purchase-block, a.Purchase-block:hover, .more-category-txt, .more-category-dropdown-style, .music_down_home_search, .button-common, .Search-by-al-Categories, .Search-by-al-Categories-wb, .Alph-results-listing, .Arial-white2, .Arial-normal-orenge2, .Shopping-items-txt, .Unit-price, .music-cart-grand-total-txt, .Song-Sel-price-cart-block .Purchase-block, .Song-sel-album-discri, .Song-Selection-Song-1, .Song-sel-album-discri-mini, .Song-sel-album-discri-mini-right-block, .Add-full-album-button, .proceed-to-checkout-btn, .Arial-white, .Arial-normal-orenge, .Arial-white-half, .Pr-to-bank-button, .bank-details-txt, .box2, .Select-title-block, .Shopkart-title-block, .kart-summery-discr, .common-row-inside-album-name-wrapper, .paymentoptions-block p, .my-albums-purchased-orders-block, .more-My-albums-digital-purchased-orders, .my-albums-purchased-orderno, .my-album-table-1-wrapper p, .my-album-table-2-wrapper p, .my-album-table-3-wrapper p, .my-albums-song-name p, .my-albums-songs-only-name p, .my-albums-grand-total-txt p, .digital-purchase-receipt-txt, .selectAll, .addToCartButton{
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Downloads-devotional-selected-txt, .Downloads-folk-Dra-gaz-Rhy-txt, .popularTabSelected , .popularTab, .Alphabets, .Alphabets-wb, .Alphabets-Selected, .Song-Sel-Price-minisize, .Song-Sel-Alphabets, .Song-Sel-Alphabets-wb, .Song-Sel-Alphabets-selected, .Se-by-al-mo-so-al-ar-ac-buttons, .Se-by-al-Composers, .Song-Selection-album-name, .Selected-songs-block, .selectAllAddToCartButton, .Arial-orenge-bold, .confirn-order-headline-txt, .ewallet-successfully-msg, .My-albims-purchase-txt-headline, .my-albums-album-name p, .my-albums-unit-price-red, .digital-purchase-receipt-txt-headline, .digital-purchase-receipt-txt-headline a{
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
}
.G-block-Addtocart, a.G-block-Addtocart:hover, .price-red, .price-red-2, .price-red-3, .Listen-block, a.Listen-block:hover, .Time-block, .Purchase-block, a.Purchase-block:hover, .inr-icon-Red, .Listen-icon, a.Listen-icon, .Song-Sel-price-cart-block .Purchase-block, .Song-Sel-price-cart-block a.Purchase-block, .my-albums-unit-price-red, .my-albums-unit-price-red-total{
	background-image: url('clientlibs/img/icons-img.png');
	background-repeat: no-repeat;
}
.Arial-white2 a, .Song-Sel-Alphabets a, .Se-by-al-mo-so-al-ar-ac-buttons a, .Se-by-al-Composers a, .Arial-normal-orenge a, .Downloads-folk-Dra-gaz-Rhy-txt a, .popularTab a, .Purchase-block, a.Purchase-block:hover, ul.Alphabets-Block li a, .Alph-results-listing a, .Listen-block, a.Listen-block:hover, a.G-block-Addtocart, .G-block-Addtocart, a.G-block-Addtocart:hover, .Inside-left-block .Search-by-al-Categories, .Inside-left-block .Search-by-al-Categories-wb, .Inside-left-block .Search-by-al-Categories a, .Inside-left-block .Search-by-al-Categories-wb a   {
	color: #000000;
	text-decoration: none;
}

.G-block-Addtocart, a.G-block-Addtocart:hover {
/*line-height-added*/
	width: 65px;
	height: 15px;
	background-position: left -438px;
	padding: 2px 0px 0px 23px;
	bottom: 4px;
	float: left;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	line-height: 10px;
}
.Most-Popular-Headline {
	width: 200px;
	height: 45px;
	margin-left: 10px;
	float: left;
}
.Featured-Album-Headline {
	width: 200px;
	height: 45px;
	margin-left: 10px;
	float: left;
}
.price-red {
	width: auto;
	height: 15px;
	color: #FF0000;
	background-position: left -455px;
	padding: 1px 0px 0px 17px;
	margin: 5px 0px 0px 0px;
	float: right;
}
.Album-Headline {
	height: auto;
	font-weight: bold;
	color: #6A1C84;
	display: block;
	overflow: hidden;
}
.Most-popular-Album-details {
	width: 280px;
	height: auto;
	margin-left: 10px;
	float: left;
	padding-top: 0px;
}
.headlines-style {
	font-family: Impact;
	font-size: 22px;
	font-weight: normal;
	color: #6A1C84;
	padding: 9px 0px 6px 10px;
	width: 95%;
	float: left;
	letter-spacing: 0px;
	border-bottom: 0px #353535 solid;
}
.headline-txt-white-common {
	color: black;
}
.Album-Headline a, .Downloads-devotional-selected-txt a , .Album-Headline-Lyrics a {
	color: #6A1C84;
	text-decoration: none;
}
.MostPopular-Sub-heading {
	font-weight: normal;
	color: #000000;
	width: 125px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 18px;
}
.New-Arrivals-Block {
	width: 980px;
	height: 275px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.Arrival-listing-block {
	width: 940px;
	height: 200px;
	float: left;
	padding: 17px 0px 20px 40px;
	margin: 0px;
	overflow: hidden;
	background-color: #F5F5F5;
}
.Arrival-listing-block .Thumb-Wrapper, .Thumb-Wrapper{
	width: 130px;
	height: 190px;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	float: left;
}
.Arrival-listing-block .Thumb-Wrapper {
	margin: 0px 15px 0px 15px;
}
.Thumb-Wrapper {
	margin: 0px;
}
.Thumb-Wrapper img {
	width: 130px;
	height: 130px;
}

.Feaured-Albums-head-block {
	width: 980px;
	height: auto;
	float: left;
	margin: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.Fe-nav-block {
	width: 750px;
	height: 45px;
	float: left;
}
.left-button, .right-button{
	background-image: url('clientlibs/img/left-right-bg.png');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 20px;
}
.left-button {
	width: 15px;
	background-position: left;
	float: left;
	margin: 11px 0px 0px 15px;
}
.right-button {
	width: 23px;
	background-position: right;
	float: right;
	margin: 11px 0px 0px 0px;
}
ul.Fe-nav-Outer, ul.Fe-nav-Outer li.Downloads-devotional-selected-txt {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.Fe-nav-Outer {
	width: 682px;
	height: 45px;
	float: left;
	overflow: hidden;
}
.Downloads-devotional-selected-txt , .Downloads-folk-Dra-gaz-Rhy-txt {
	width: 102px;
	height: 20px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	padding: 13px 5px 5px 5px !important;
	margin: 0px !important;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #EFEFEF;
}
.Downloads-devotional-selected-txt {
	color: #6A1C84;
}
.Downloads-folk-Dra-gaz-Rhy-txt {
	color: #000000;
}
.Feaured-Albums-inside {
	width: 902px;
	height: auto;
	background-color: #F5F5F5;
	padding: 10px 39px 10px 39px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
ul.Fea-Mid-Wrapper {
	width: 900px;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	float: left;
	overflow: hidden;
	list-style: none;
}
ul.Fea-Mid-Wrapper li.Fe-Album-box {
	width: 406px;
	height: 140px;
	background-color: #FFFFFF;
	padding: 15px 20px 15px 20px;
	margin: 0px 2px 5px 2px;
	float: left;
	overflow: hidden;
	list-style: none;
}
ul.Fea-Mid-Wrapper li.Fe-Album-box img {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: left;
}
.price-red-2, .price-red-3 {
	width: auto;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	background-position: left -451px;
	display: block;
	overflow: hidden;
}
.price-red-2 {
	height: 15px;
	padding: 3px 0px 0px 25px;
	margin: 0px;
}
.price-red-3 {
	height: auto;
	padding: 1px 0px 0px 25px;
	margin: 30px 0px;
}
.price-red-3 h4 {
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}
.show-more {
	width: 100%;
	background-color: #EEEEEE;
	height: auto;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	overflow: hidden;
	margin: 5px 0px;
}
.show-more a {
	color: #333333;
	text-decoration: none;
}
.show-more a {
	padding: 10px;
	margin: 0px;
	float: right;
	overflow: hidden;
}
.Most-Popular-headline-block {
	width: 980px;
	height: auto;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
}
.Most-popular-block {
	width: 900px;
	height: auto;
	background-color: #F5F5F5;
	padding: 10px 40px 20px 40px;
	margin: 0px 0px 10px 0px;
	float: left;
	overflow: hidden;
}
.P-S-Tab-Search-block-Wrapper {
	width: 100%;
	height: auto;
	margin: 20px 0px;	
}
ul.Most-Popular-tabs-block {
	width: auto;
	height: 30px;
	background-color: #EEEEEE;
	padding-top: 7px;
	float: left;
}
.popularTabSelected , .popularTab{
	width: 80px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	float: left;
}
.popularTabSelected {
	color: #6A1C84;
	background-color: #FFFFFF;
}
.popularTab {
	color: #333333;
	cursor: pointer;
}
.P-S-listing-box-Wrapper {
	width: 880px;
	height: auto;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
}
.P-S-listing-box-Wrapper img {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.Album-Headline-Lyrics, .Album-Sub-heading{
	height: auto;
	display: block;
	line-height: 16px;
}
.Album-Headline-Lyrics {
	font-weight: bold;
	color: #6A1C84;
}
.Album-Sub-heading {
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 3px 0px;
}
.Most-popular-Album-details-2nd {
	width: 260px;
	height: auto;
	margin-left: 10px;
	float: left;
	padding-top: 0px;
}
.Most-popular-Album-details-3rd {
	width: 160px;
	height: 70px;
	float: left;
	margin: 0px 0px 0px 10px;
}
.Listen-block, a.Listen-block:hover, .Time-block, .Purchase-block, a.Purchase-block:hover  {
	width: auto;
	height: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 22px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	float: left;
}
.Listen-block, a.Listen-block:hover {
	background-position: 2px 3px;
}
.Time-block {
	color: #FFFFFF;
	background-position: left -468px;
}
.Time-block .MostPopular-Sub-heading {
	margin: 3px 10px 0px 0px !important;
}
.Purchase-block, a.Purchase-block:hover {
	background-position: left -19px;
}
.Yello-txt-Common {
	color:#6A1C84;
}
.digi-phical-selection-wrapper {
	width: 960px;
	float: left;
	padding: 10px;
	background-color: #EEEEEE;
}
.more-category-wrapper, .music_downlo_search_ins_outer {
	width: auto;
	float: left;
	height: 40px;
	margin-left: 5px;
}
.music_downlo_search_ins_outer {
	margin-left: 15px;
}
.Search-result-count-txt {
	width: auto;
	float: left;
	padding: 10px 5px 5px 10px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6A1C84;
}
.more-select-category-wise-wrapper {
	width: auto;
	float: left;
	height: 30px;
	margin-top: 3px;
	margin-right: 10px;
}
.more-category-txt {
	font-weight: bold;
	color: #000000;
	float: left;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
}
.more-category-dropdown-style, .music_down_home_search {
	width: 185px;
	float: left;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	height: 35px;
	text-align: left;
	vertical-align: central;
	padding-left: 10px;
}
.music_down_home_search {
	height: 30px;
}
.button-common {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	width: auto;
	height: auto;
	padding: 7px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat;
	float: left;
	margin: 7px 0px;
	background-color: #6A1C84;
}
.MM-Music-Ratings {
	width: 56px;
	height: 15px;
	margin: 5px 0px 0px 0px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.MM-Music-Rating-Active, .MM-Music-Rating-Deactive  {
	width: 10px;
	height: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 1px;
	float: left;
}
.MM-Music-Rating-Active {
	background-image: url('clientlibs/img/star-yello.png');
}
.MM-Music-Rating-Deactive {
	background-image: url('clientlibs/img/Star-Grey.png');
}
.Inside-left-block {
	width: 210px;
	height: auto;
	float: left;
	margin-right: 10px;
	background-color: #F5F5F5;
}
.inr-icon-Red {
	width: 17px;
	height: 15px;
	float: left;
	background-position: center -454px;
	margin: 4px 0px 0px 5px;
}
.Search-by-Al-categories-Headline {
	height: 35px;
	width: 210px;
}
.Categories-listing {
	width: 190px;
	height: 520px;
	float: left;
}
.Search-by-al-Categories {
	width: 180px;
	height: 27px;
	border-bottom: dotted 1px #353535;
	float: left;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 26px;
	text-align: left;
	vertical-align: middle;
	border-bottom-color: #EEEEEE;
}
.Search-by-al-Categories-wb {
	width: 180px;
	height: 27px;
	float: left;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	line-height: 26px;
	text-align: left;
	vertical-align: middle;
}
.Search-by-Alphabets-Headline, .Similar-Albums-Headline{
	height: 40px;
	float: left;
}
.Search-by-Alphabets-Headline {
	width: 210px;
}
.Similar-Albums-Headline {
	width: 100%;
}
.Sub-headlines-style {
	font-family: Impact;
	font-size: 20px;
	font-weight: normal;
	color: #6A1C84;
	width: 95%;
	float: left;
	letter-spacing: 0px;
	padding: 5px 0px 5px 10px;
}
.Content-top {
	width: 980px;
	height: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	float: left;
}
.Inside-left-block .Categories-listing {
	height: auto !important;
}
.Inside-left-block .Search-by-al-Categories, .Inside-left-block .Search-by-al-Categories-wb, .Inside-left-block .Search-by-al-Categories a, .Inside-left-block .Search-by-al-Categories-wb a{
	text-transform: uppercase;
	list-style: none;
}
.Inside-Right-block {
	width: 760px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
	background-color: #FFFFFF;
}
.Search-by-Al-Headline {
	height: 35px;
	width: 210px;
}
.Alphabets-Block {
	width: 755px;
	height: 30px;
	background-color: #F5F5F5;
	padding-left: 5px;
}
.Alphabets, .Alphabets-wb, .Alphabets-Selected{
	height: 15px;
	float: left;
	margin-top: 10px;
	vertical-align: middle;
	line-height: 15px;
	text-align: center;
	padding-left: 10px;
}
.Alphabets {
	width: 17px;
	color: #000000;
}
.Alphabets-wb {
	width: 20px;
	color: #FFFFFF;
}
.Alphabets-Selected {
	width: 20px;
	color: #FF9900;
}
.Alphabets, .Alphabets-Selected{
	border-right: solid 1px #353535;
	border-right-color: #CCCCCC;
}
.Alphabet-letter-main {
	width: 34px;
	height: 50px;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	color: #6A1C84;
	font-size: 45px;
	vertical-align: middle;
	text-align: center;
	margin: 10px 7px 0px 5px;
}
.Search-by-Al-Popular-albums-Headline {
	height: 35px;
	width: 210px;
	margin-top: 5px;
}
.Search-by-alphabet-headline {
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
/*.breadcrumb {
	width: 980px;
	height: auto;
	float: left;
}*/

.Content-bottom {
	width: 972px;
	height: auto;
	padding: 0px 4px 10px 4px;
	margin: 10px 0px 0px 0px;
	float: left;
	background-color: #F5F5F5;
}
.Content-bottom .Thumb-Wrapper {
	width: 130px;
	height: 190px;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	margin: 0px 6px 0px 6px;
	float: left;
}
ul.Alphabets-Block, ul.Alphabets-Block li{
	list-style: none;
	float: left;
}
ul.Alphabets-Block li a{
	float: left;
}
ul.Alphabets-Block li.Alphabets-Selected a {
	color: #6A1C84;
	text-decoration: none;
}
.Results-mid-left {
	width: 228px;
	height: 450px;
	float: left;
	list-style: none;
	margin: 10px 5px 0px 5px;
}
.Alph-results-listing {
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 17px;
	color: #000000;
	list-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
}
.Song-Sel-Price-minisize {
	color: #FF0000;
	float: left;
	width: auto;
	height: auto;
	line-height: 22px;
	font-weight: bold;
}
.Bottom-block-wrapper {
	width: 980px;
	height: auto;
	background-color: #F5F5F5;
	margin: 10px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
.Bottom-block-left {
	width: 210px;
	height: auto;
	margin: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
}
.Song-Sel-Alphabets-block {
	width: 150px;
	height: auto;
	padding: 25px;
	margin: 0px 0px 0px 10px;
	float: left;
	background-color: #FFFFFF;
}
.Alphabets-row-wrapper {
	width: 150px;
	height: 30px;
	border-bottom: dotted 1px #353535;
	margin: 5px 0px 5px 0px;
	border-bottom-color: #E0E0E0;
}
.Song-Sel-Alphabets, .Song-Sel-Alphabets-wb, .Song-Sel-Alphabets-selected{
	width: 20px;
	height: 20px;
	float: left;
	border-right: 1px dotted #353535;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
.Song-Sel-Alphabets-selected {
	color: #6A1C84;
	border-right-color: #DADADA;
}
.Song-Sel-Alphabets {
	color: #000000;
	border-right-color: #DADADA;
}
.Song-Sel-Alphabets-wb {
	color: #FFFFFF;
}
.Song-Sel-Alphabets-wb {
	border-right: 0px !important;
}
.Song-Sel-Alphabets-selected a {
	color: #6A1C84;
	text-decoration: none;
}
.Song-Sel-Alphabets-wb a {
	color: #FFFFFF;
	text-decoration: none;
}
.Bottom-Right-wrapper {
	width: 760px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.common-box {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: solid 1px #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-color: #EBEBEB;
	background-color: #F5F5F5;
}
.box1 {
	width: 75px;
	height: 25px;
	padding: 5px 0px 3px 0px;
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-top: 5px;
}
.box1 .inr-icon-Red, .box1 .Song-Sel-Price-minisize {
	margin-top: 0px;
	line-height: normal;
}
.common-box-grey {
	width: 100%;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px 0px 5px 0px;
}
.Arial-normal-orenge2 a {
	color: #6A1C84;
	text-decoration: none;
}
.cart-outer-box {
	width: 748px;
	height: auto;
	padding: 5px 5px 5px 7px;
	float: left;
	overflow: hidden;
	background-color: #F5F5F5;
}
.Arial-white2, .Arial-normal-orenge2{
	font-weight: normal;
	font-style: normal;
	float: left;
	width: 565px;
	height: auto;
	padding: 8px 5px 8px 15px;
}
.Arial-white2 {
	color: #333333;
}
.Arial-normal-orenge2 {
	color: #6A1C84;
}
.Shopping-items-txt, .Unit-price  {
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.Shopping-items-txt {
	float: left;
	width: 565px;
	height: auto;
	padding: 8px 5px 8px 15px;
	border-right: solid 1px #000000;
	border-right-color: #DADADA;
}
.Unit-price {
	width: 75px;
	height: auto;
	padding: 7px 0px 7px 5px;
	float: left;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
}
.music-cart-grand-total-txt {
	font-weight: bold;
	font-style: normal;
	color: #000000;
	float: left;
	width: 150px;
	height: auto;
	padding: 8px 5px 8px 5px;
	vertical-align: middle;
	text-align: right;
	margin-left: 425px;
}
.Alphabets-row-wrapper-wb {
	width: 150px;
	height: 30px;
	margin: 5px 0px 5px 0px;
}
.Listen-icon, a.Listen-icon {
	height: 15px;
	float: left;
	background-position: left 0px;
	padding: 2px 0px 0px 27px;
}
.Song-Sel-price-cart-block .Purchase-block, .Song-Sel-price-cart-block a.Purchase-block{
	background-position: left -436px;
	padding: 0px 0px 0px 25px;
	margin: 5px 0px 0px 5px;
}
.Song-Sel-price-cart-block .Purchase-block {
	width: auto;
	height: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 22px;
	float: left;
}
.Searchby-aph-top-nav {
	width: 980px;
	height: 40px;
	background-repeat: repeat-x;
	border-bottom: 1px #1D1D1D solid;
	margin: 0px 0px 0px 0px;
	float: left;
	background-color: #F2F2F2;
	border-bottom-color: #EEEEEE;
}
ul.Sea-by-al-top-nav-wrapper {
	width: auto;
	height: 30px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	float: right;
	list-style: none;
}
.Se-by-al-mo-so-al-ar-ac-buttons, .Se-by-al-Composers {
	width: auto;
	height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	float: left;
}
.Se-by-al-mo-so-al-ar-ac-buttons {
	border-right: 1px #353535 solid;
	list-style: none;
	border-right-color: #E5E5E5;
}
.Song-Selection-album-name {
	width: 300px;
	height: auto;
	float: left;
	color: #6A1C84;
	line-height: 16px;
	margin: 5px 35px 0px 10px;
}
.Song-Sel-price-cart-block {
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	overflow: hidden;
}
.Song-Sel-price-cart-block .MM-Music-Ratings {
	margin: 8px 10px 0px 0px;
}
.Song-Sel-price-block {
	width: auto;
	height: 25px;
	padding: 5px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	float: right;
}
.Song-Sel-Price {
	width: auto;
	height: auto;
	font-size: 26px;
	color: #FF0000;
	float: left;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.Song-sel-Album-disc-block {
	width: 540px;
	height: auto;
	margin: 10px;
	float: left;
}
.Song-sel-Album-disc-block img {
	margin: 0px 10px 0px 0px;
	float: left;
}
.Song-sel-album-discri {
	height: auto;
	color: #000000;
	line-height: 230%;
	vertical-align: middle;
	text-align: left;
	margin-top: 2px 0px 2px 10px;
	display: block;
}
.Selected-songs-block {
	width: 190px;
	height: auto;
	float: right;
	margin-top: 50px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	padding: 10px 0px 10px 10px;
	background-color: #F5F5F5;
}
.Selected-songs-block p {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.selectAllAddToCartButton {
	width: 740px;
	height: auto;
	text-align: left;
	vertical-align: middle;
	color: #F5F5F5;
	padding: 7px 0px 7px 10px;
	margin: 0px 0px 2px 10px;
	float: left;
	background-color: #F5F5F5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DADADA;
}
.selectAll, .addToCartButton {
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	cursor: pointer;
}
.selectAll, .addToCartButton {
	border-radius: 3px;
	background-color: #6A1C84;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px 5px 10px;
	width: auto;
	font-weight: normal;
	font-style: normal;
}
.Song-listing-selected-tab {
	width: 750px;
	height: auto;
	background-color: #F5F5F5;
	border-bottom: 1px #353535 dotted;
	margin-left: 10px;
	float: left;
	border-bottom-color: #DADADA;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Song-Select-box {
	width: 15px;
	height: 20px;
	margin: 5px 5px 0px 10px;	
	float: left;

}
.Song-Select-box input[type=checkbox] {
	margin: 6px 5px 0px 0px;
	margin-top: 2px\9;
	padding-right:5px\9;
}
.Song-unselected {
	width: 740px;
	height: auto;
	background-color: #F5F5F5;
}
.Song-unselected .Listen-icon {
	margin-top: 9px !important;
}
.Song-Selection-Song-1 {
	width: 50%;
	height: auto;
	font-weight: normal;
	color: #FF9900;
	line-height: 16px;
	float: left;
}
.Song-Selection-Song-1 a {
	color: #6A1C84;
	text-decoration: none;
}
.Song-Sel-price-cart-block .MostPopular-Sub-heading {
	width: auto !important;
	padding: 0px 0px 0px 0px;
	margin: 3px 10px 0px 10px;
	float: left;
}
.Song-Sel-Box {
	width: 100%;
	height: auto;
	display: none;
	float: left;
	margin: 0px; 
}
.Song-Sel-Box-Sub-Left {
	width: 325px;
	height: auto;
	float: left;
	margin: 0px 10px 0px 55px; 
}
.Song-Sel-Box-Sub-Right {
	width: 270px;
	height: auto;
	float: left;
	margin: 0px 10px 0px 70px; 
}
.Song-sel-album-discri-mini, .Song-sel-album-discri-mini-right-block {
	width: 100%;
	height: auto;
	color: #000000;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	float: left;
	margin: 2px 0px 2px 0px;
}
.Song-Sel-price-block-mini {
	float: right;
	width: 50px;
	height: 25px;
	padding-top: 5px;
	margin-right: 10px;
}
.Add-full-album-button, .proceed-to-checkout-btn{
	border-radius: 3px;
	width: auto;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.Add-full-album-button {
	height: auto;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 5px 10px;
	float: right;
	overflow: hidden;
	background-repeat: repeat-x;
	border: 0px;
	cursor: pointer;
	background-color: #6A1C84;
	text-transform: uppercase;
}
.proceed-to-checkout-btn {
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	height: 23px;
	background-color: #6A1C84;
	background-position: left top;
	background-repeat: repeat;
	float: left;
	cursor: pointer;
	line-height: 23px;
}
.Arial-orenge-bold {
	font-weight: bold;
	font-style: normal;
	color: #6A1C84;
	float: left;
	width: 98%;
	height: auto;
	padding: 8px 5px 8px 5px;
}
.Arial-white, .Arial-normal-orenge{
	font-weight: normal;
	font-style: normal;
	float: left;
	width: auto;
	height: auto;
}
.Arial-white {
	color: #000000;
	padding: 3px 5px 3px 5px;
}

.Arial-normal-orenge {
	color: #FF9900;
	padding: 15px 5px 0px 5px;
}
.Arial-white a  {
	color: #6A1C84;
	text-decoration: none;
}
.Arial-white-half {
	font-weight: bold;
	font-style: normal;
	color: black;
	float: left;
	width: 177px;
	height: auto;
	padding: 8px 5px 8px 5px;
	vertical-align: middle;
	text-align: right;
	margin-left: 73px;
}
.common-box3 {
	width: 100%;
	float: left;
	height: 40px;
	padding-top: 8px;
}
.image-top-padding {
	width: auto;
	float: right;
	padding: 0px 6px 4px 4px;
}
.Pr-to-bank-button {
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: auto;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
	border: 0px;
	cursor: pointer;
	margin: 5px 10px 0px 0px;
	background-color: #6A1C84;
}
.bank-details-txt {
	font-weight: normal;
	font-style: normal;
	color: #000000;
	float: left;
	width: 450px;
	height: auto;
	padding: 8px 5px 8px 15px;
	margin-right: 60px;
}
.confirn-order-headline-txt {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #6A1C84;
	text-align: left;
	text-indent: 14px;
	background-color: #F5F5F5;
}
.box2 {
	width: 200px;
	height: auto;
	padding-top: 8px;
	float: left;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: #6A1C84;
}
.box2 a {
	color: #6A1C84;
	text-decoration: none;
}
.Select-title-block, .Shopkart-title-block{
	height: auto;
	float: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border-right: solid 1px #000000;
	border-right-color: #EEEEEE;
}
.Select-title-block {
	width: 78px;
	padding: 7px 0px 7px 0px;
	text-align: center;
	margin-left: 1px;
}
.Shopkart-title-block {
	width: 495px;
	padding: 7px 5px 7px 5px;
	text-align: left;
}
.kart-summery-discr, .common-row-inside-album-name-wrapper{
	font-weight: normal;
	font-style: normal;
	float: left;
	height: auto;
}
.kart-summery-discr {
	color: #000000;
	width: 730px;
	line-height: 150%;
	padding-right: 5px;
	padding-left: 5px;
}
.common-row-inside-album-name-wrapper {
	color: #FFFFFF;
	width: 502px;
	padding: 8px 5px 8px 5px;
}
.cart-payment-option-select-block {
	width: 100%;
	float: left;
	*float: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.paymentoptions-block {
	width: auto;
	float: left;
	margin-right: 0px;
}
.radio-button-payment-selection-position {
	float: left;
	margin-right: 5px;
}
.paymentoptions-block p {
	width: auto;
	float: left;
	font-weight: bold;
	color: black;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
}
.paymentoptions-block p a {
	float: left;
	text-decoration: none;
}
.paymentoptions-block a {
	width: auto;
	float: left;
	margin-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}
.proceed-block-ID {
	margin-bottom: 10px;
	float: left;
	display: none;
	background-color: white;
}
.proceed-block-ID .paymentoptions-block {
	margin-bottom: 0px !important;
}
.proceed-block-ID .cart-payment-option-select-block {
	padding-bottom: 0px !important;
}
.proceed-block-ID .paymentoptions-block p a {
	color: #666666;
}
.ewallet-successfully-msg {
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
	text-align: center;
	line-height: 18px;
	margin: 10px 0px 0px 0px;
}
.ewallet-balance {
	font-size: 12px;
	color: #838383 !important;
	margin: 0px 0px 0px 10px;
	float: none !important;
}
.ewallet-balance a {
	font-size: 12px;
	color: #838383 !important;
	margin: 0px 0px 0px 10px;
	float: none !important;
}
.ewallet-balance a {
	margin: 0px !important;
}
.margin-left-25 {
	margin-left: 25px;
}
.text-color-orange {
	color: #FFCC00 !important;
}
.text-color-orange a {
	color: #6A1C84 !important;
}
.viewcart-but-right {
	width: auto !important;
	float: right !important;
}
.float-none {
	float: none !important;
}
.my-albums-purchased-order-selection-block {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: solid 1px #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-bottom-color: #EEEEEE;
}
.my-albums-purchased-orders-block {
	width: auto;
	float: left;
	font-weight: normal;
	color: #6A1C84;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.more-My-albums-digital-purchased-orders {
	width: 400px;
	float: left;
	font-weight: bold;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	height: 30px;
	text-align: left;
	vertical-align: central;
	padding-left: 10px;
	margin-left: 10px;
}
.my-albums-purchased-orderno {
	width: auto;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.My-albims-purchase-txt-headline {
	float: left;
	width: auto;
	padding: 10px;
	font-weight: bold;
	color: #6A1C84;
	line-height: 14px;
}
.my-album-table-1-wrapper {
	float: left;
	width: 500px;
	height: 30px;
}
.my-album-table-1-wrapper p {
	float: left;
	width: auto;
	font-weight: bold;
	color: #6A1C84;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.my-album-table-2-wrapper {
	float: left;
	width: 100px;
	height: 30px;
}
.my-album-table-3-wrapper {
	float: right;
	width: 140px;
	height: 30px;
}
.my-album-table-2-wrapper p, .my-album-table-3-wrapper p {
	float: left;
	width: auto;
	font-weight: bold;
	color: #6A1C84;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.My-albums-listing-wrapper {
	width: 100%;
	display: block;
	float: left;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
}
.my-albums-album-name {
	width: 500px;
	height: 30px;
	float: left;
}
.my-albums-album-name p {
	width: auto;
	height: 30px;
	font-weight: bold;
	color: #6A1C84;
	float: left;
	line-height: 30px;
	margin-left: 10px;
}
.my-album-unit-price-block {
	float: left;
	width: 100px;
	height: 30px;
}
.my-albums-unit-price-red {
	font-weight: bold;
	color: #FF0000;
	float: left;
	width: auto;
	height: 20px;
	background-position: left -451px;
	padding-left: 15px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;
}
.my-album-table-3-download-button {
	float: right;
	width: 130px;
	height: 30px;
	margin-left: 10px;
	margin-top: 3px;
}
.My-albums-listing-wrapper-album-row {
	width: 100%;
	display: block;
	float: left;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
}
.my-albums-song-name {
	width: 500px;
	height: 30px;
	float: left;
}
.my-albums-song-name p {
	width: auto;
	height: 30px;
	font-weight: normal;
	color: #000000;
	float: left;
	line-height: 30px;
	margin-left: 40px;
}
.my-albums-songs-only-name {
	width: 500px;
	height: 30px;
	float: left;
}
.my-albums-songs-only-name p {
	width: auto;
	height: 30px;
	float: left;
	line-height: 30px;
	font-weight: normal;
	color: #6A1C84;
	margin-left: 10px;
}
.My-albums-albums-plus-sub-block {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.my-albums-grand-total-txt {
	width: 500px;
	height: 30px;
	float: left;
}
.my-albums-unit-price-red-total {
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	float: left;
	width: auto;
	height: 20px;
	background-position: left -451px;
	padding-left: 15px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	text-align: left;
}
.my-albums-grand-total-txt p {
	width: auto;
	height: 30px;
	float: right;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.digital-purchase-receipt-txt-headline {
	float: left;
	width: 725px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #6A1C84;
	line-height: 14px;
}
.digital-purchase-receipt-txt {
	float: left;
	width: 725px;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.digital-purchase-receipt-txt-headline a {
	float: left;
	font-weight: bold;
	color: #6A1C84;
	text-decoration: none;
}
.albums-songs-listing-outer {
	width: 100%;
	float: left;
}
.album-head-subhead-override{
	height: auto !important;
	line-height: 15px !important;
	padding-bottom: 5px !important;
}
.price-red-override{
	float: left !important;
	padding-right: 10px !important;
}
.music-downloads-search-box {
	width: 100%;
	float: left;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.InCart-icon {
	width: 65px;
	height: 15px;
	background-image: url('clientlibs/img/check-mark.png');
	background-repeat: no-repeat;
	padding: 2px 0px 0px 23px;
	bottom: 4px;
	float: left;
	margin: 5px 0px 5px 0px;
}
#alphabetSearchResults .Results-mid-left {
    height: auto;
}
#alphabetSearchResults .Results-mid-left .Alph-results-listing {
    height: auto;
}
/***Fonts Uploaded Start***/
@font-face {font-family:EGGIndulekhaUni;
		src:url('clientlibs/fonts/EGGIndulekha.eot');
		src:url('clientlibs/fonts/EGGIndulekha.eot?#iefix') format('embedded-opentype'),
			url('clientlibs/fonts/EGGIndulekha.ttf') format('truetype'), 
			url('clientlibs/fonts/EGGIndulekha.woff') format('woff'),
			url('clientlibs/fonts/EGGIndulekha.svg') format('svg');
}
@font-face {font-family:PanchariUni;
		src:url('clientlibs/fonts/PanchariUniN.eot');
		src:url('clientlibs/fonts/PanchariUniN.eot?#iefix') format('embedded-opentype'),
			url('clientlibs/fonts/PanchariUniN.ttf') format('truetype'), 
			url('clientlibs/fonts/PanchariUniN.woff') format('woff'),
			url('clientlibs/fonts/PanchariUniN.svg') format('svg');
}
/***Fonts Uploaded End***/
﻿.border-all {
	 border: 1px #E8E6E6 solid;
}
/* index-start----------- */
.popup_cricket_score_outer {
	width: 600px;
	min-height: 400px;
	height: 410px;
	max-height: 600px;
	overflow-y: auto;
	float: left;
}
#Live-Cricket-Score-Wrapper {
	 width: 596px;
	 height: auto;
	 background-color: #FFFFFF;
	 padding: 0px 0px 0px 0px;
	 margin: 0px auto 0px auto;
	 cellpadding: 0px;
	 cellspacing: 0px;
	 overflow: hidden;
}
.Live-Cricket-TopBanner {
	 width: 100%;
	 height: 91px;
	 background-color: #00B6F2;
	 background-image: url('clientlibs/images/top.jpg');
	 background-repeat: no-repeat;
	 padding: 0px 0px 0px 0px; 
}
.Live-Cricket-TopBanner ul {
	 width: auto;
	 padding: 0px;
	 margin: 45px 10px 0px 0px;
	 float: right;
	 list-style: none;
}
.Live-Cricket-TopBanner ul li {
	 width: auto;
	 height: auto;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 color: #FFFFFF;
	 font-weight: bold;
	 padding: 5px 10px 5px 10px;
	 float: left;
}
.Live-Cricket-TopBanner ul li a, .Live-Cricket-TopBanner ul li a:hover {
	 color: #FFFFFF;
	 text-decoration: none;
}
.Seperation-Border {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 color: #FFFFFF;
	 font-weight: bold;
	 color: #000000;
	 margin: 5px 0px 0px 0px;
	 float: left;
}
.Live-Cricket-TeamsHeader {
	 height: 18px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 color: #FFFFFF;
	 font-weight: bold;
	 background-color: #012947;
	 padding: 5px 0px 5px 10px;
	 display: block;
}
.Live-Cricket-TeamsDetails {
	padding: 0px;
	margin: 8px 6px;
	display: block;
	overflow: hidden;
}
.Live-Cricket-HeaderRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C50027;
	font-weight: bold;
	display: block;
	margin: 0px 0px 2px 0px;
}
.Live-Cricket-SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	display: block;
	margin: 0px 0px 2px 0px;
}
.Live-Cricket-TextBold, .Live-Cricket-TextNormal, .Live-Cricket-Batsman ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.Live-Cricket-Batsman ul li {
     border-right: 1px #E8E6E6 solid;
	 border-bottom: 1px #E8E6E6 solid;
	 border-left: 1px #E8E6E6 solid;
}
.Live-Cricket-TextBold {
	font-weight: bold;
}
.Live-Cricket-TextNormal {
	font-weight: normal;
}
.Live-Cricket-TextRed {
	color: #C50027 !important;
}
.Live-Cricket-Batsman {
	width: 70%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 5px 5px 5px 0px;
	float: left;
}
.Live-Cricket-Bowlingman, .Batting-Team-Details, .Fall-Of-Wickets, .Bowling-Team-Details {
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 5px 0px 5px 0px;
	float: left;
}
.Live-Cricket-Batsman ul, .Live-Cricket-Bowlingman ul, .Batting-Team-Details ul, .Fall-Of-Wickets ul, .Bowling-Team-Details ul {
	 width: 100%;
	 height: auto;
	 padding: 0px;
	 margin: 0px;
	 list-style: none;
	 float: left;
}
.Live-Cricket-Batsman ul li, .Live-Cricket-Bowlingman ul li, .Batting-Team-Details ul li, .Bowling-Team-Details ul li {
	 height: auto;
	 padding: 0px;
	 margin: 0px;
	 list-style: none;
	 /*float: left;*/
	 border-right: 1px #E8E6E6 solid;
	 border-bottom: 1px #E8E6E6 solid;
	 border-left: 1px #E8E6E6 solid;
	 /*display: block;*/
	 overflow: hidden;
}
.Fall-Of-Wickets ul li {
	 height: auto;
	 padding: 0px;
	 margin: 0px;
	 list-style: none;
	 border: 0px;
	 float: none;
}
.Live-Cricket-TableHeader {
	font-weight: bold;
	background-color: #F2F2F2;
	border-top: 1px #E8E6E6 solid;
}
.Batting-Batsman, .Bowlingman, .Batting-Team, .Batting-Team-Columns-1, .Total-W-O-R-Columns, .Fall-Of-Wickets-Columns, .Bowling-Team {
	float: left;
	padding: 7px 5px;
}
.Batting-Batsman-runs, .Bowlingman-runs, .Batting-Team-Columns-2, .Extras-Columns-1, .Total-W-O-R-Columns-1, .Total-W-O-R-Columns-2, .Bowling-Team-Columns-1 {
	float: left;
	padding: 7px 5px;
	text-align: center;
	vertical-align: central;
}
.Batting-Batsman {
	width: 159px;
}
.Batting-Batsman-runs {
	width: 37px;
}
.Bowlingman {
	width: 160px;
}
.Bowlingman-runs {
	width: 93px;
}
.Batting-Team {
	width: 145px;
}
.Batting-Team-Columns-1 {
	width: 166px;
}
.Batting-Team-Columns-2 {
	width: 41px;
}
.Extras-Columns-1 {
	width: 245px;
}
.Total-W-O-R-Columns {
	width: 321px;
}
.Total-W-O-R-Columns-1 {
	width: 70px;
}
.Total-W-O-R-Columns-2 {
	width: 163px;
}
.Bowling-Team {
	width: 156px;
}
.Bowling-Team-Columns-1 {
	width: 50px;
}
.Fall-Of-Wickets {
	margin: 10px 0px 0px 0px !important;
}
.Fall-Of-Wickets-Columns {
	width: 48%;
	padding: 7px 10px 7px 0px !important;
}
.Batting-Team-Header {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #075DD6;
	padding: 5px;
	display: block;
}
.Bowling-Team-Header {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #012947;
	padding: 5px;
	display: block;
}
.Live-Cricket-Partnership {
	width: 29%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 5px 0px 5px 0px;
	float: left;
}
.Live-Cricket-Partnership .Batting-Batsman {
	text-align: center;
	vertical-align: central;
}
.Partnership-Batsman-runs {
	padding: 7px 5px;
	text-align: center;
	vertical-align: central;
	display: block;
}
.Partnership-Batsman-runs .Live-Cricket-TextNormal {
	display: block !important;
}
.Total-W-O-R {
	width: 100%;
	height: auto;
	font-size: 18px !important;
	background-color: #E9F3FC;
	float: left;
}
.margin-b60, .Live-Cricket-TeamsDetails.margin-b60 {
	margin-bottom: 0px !important;
}
.ad-468x60 {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 20px auto 10px auto;
	text-align: center;
	vertical-align: central;
	overflow: hidden;
}
/* common-end----------- */



/************Responsive Media Queries*****************/
@media screen and (max-width:800px)
{
	.popup_cricket_score_outer {
		width: 100%;
	}
}
@media screen and (max-width:640px)
{
	
}

@media screen and (max-width:600px)
{
		
}

@media screen and (max-width:480px)
{
	
}

@media screen and (max-width:360px)
{
		
}

@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{
	
}
/*******Header & Footer*****************/
.live-cricket-wraper {
    width: 980px; 
    height: auto;
    margin: 0px; 
    overflow: hidden; 
    float: left;
}
.live-cricket-top-nav {
    height: auto;
    border-top: 3px #C40000 solid;
    border-bottom: 1px #EEF1F5 solid;
    padding-bottom: 8px;
    margin: 0px 0px 10px 0px; 
    overflow: hidden; 
}
.live-cricket-top-nav ul {
    height: auto;
    margin: 0px; 
    overflow: hidden; 
    list-style: none;
    float: left;
}
.live-cricket-top-nav ul li {
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #F4F4F4;
    border-right: 1px #EDEDED solid;;
    padding: 8px 10px;
    margin: 0px;
    float: left; 
    overflow: hidden; 
}
.live-cricket-top-nav ul li, .live-cricket-top-nav ul li a {
    color: #000000;
    text-decoration: none;
}
.live-cricket-top-nav ul li.active, .live-cricket-top-nav ul li.active a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #C40000;
}
.live-cricket-scores-teams {
    height: auto;
    background-color: #3B3B3B;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}
.lc-scores-teams-top {
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #C40000;
    padding: 8px 10px;
    overflow: hidden; 
}
.lc-scores-teams-top-right {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: top;
    float: right;
}
.lc-scores-teams {
	width: 50%;
	height: auto;
	border-bottom: 1px #1F1F1F solid;
	padding: 0px 0px 10px 0px;
	float: left;
}
.lc-scores-team-name {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #1F1F1F;
    padding: 10px 20px 10px 10px;
    overflow: hidden;
}
.lc-scores-team-players {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px 10px 10px;
    overflow: hidden;
}
.lc-scores-team-players-score {
	height: auto;
    float: right;
    margin-right: 30%;
}
.lc-scores-teams-details {
	height: auto;
	border-top: 1px #626262 solid;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}
.lc-scores-teams-details-text {
	width: 31.9714%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0px 5px 0px;
	float: left;
	overflow: hidden;
}
.lc-scores-teams-details-text-red {
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}
.lc-scores-left-columns {
	width: 639px;
	height: auto;
	border-right: 1px #EEF1F5 solid;
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 0px 0px;
    float: left;
    overflow: hidden;
}
.lc-scores-right-columns {
	width: 320px;
	height: auto;
	float: left;
    overflow: hidden;
}
.lc-scorecard-top-nav {
    height: auto;
    margin: 0px 0px 10px 0px; 
    overflow: hidden; 
}
.lc-scorecard-top-nav ul {
    height: auto;
    background-color: #F4F4F4;
    margin: 0px; 
    overflow: hidden; 
    list-style: none;
}
.lc-scorecard-top-nav ul li {
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #F4F4F4;
    border-right: 1px #EDEDED solid;
    padding: 8px 10px;
    margin: 0px;
    float: left; 
    overflow: hidden; 
}
.lc-scorecard-top-nav ul li, .lc-scorecard-top-nav ul li a {
    color: #000000;
    text-decoration: none;
}
.lc-scorecard-top-nav ul li.active, .lc-scorecard-top-nav ul li.active a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #C40000;
}
.teams-paly-nav {
    height: auto;
    padding: 5px 0px 0px 0px; 
    overflow: hidden; 
}
.teams-paly-nav ul {
    height: auto;
    margin: 0px; 
    overflow: hidden; 
    list-style: none;
}
.teams-paly-nav ul li {
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px #EDEDED solid;;
    padding: 10px;
    margin: 0px;
    float: left; 
    overflow: hidden; 
}
.teams-paly-nav ul li, .teams-paly-nav ul li a {
    color: #000000;
    text-decoration: none;
}
.teams-paly-nav ul li.active, .teams-paly-nav ul li.active a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #3B3B3B;
}
.lc-team-batsmen {
	height: auto;
    margin: 0px; 
    overflow: hidden; 
}
.lc-team-batsmen ul {
    height: auto;
    margin: 0px; 
    overflow: hidden;
    list-style: none;
}
.lc-team-batsmen ul li {
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
    border-bottom: 1px #EEF1F5 solid;
    padding: 10px 0px;
    margin: 0px;
    overflow: hidden; 
}
.bats-bowling-men-1, .bats-bowling-men-2 {
	width: 18.4%;
    height: auto;
    padding: 0px;
    margin: 0px 1.3%;
    float: left; 
    overflow: hidden; 
}
.batsmen-r, .batsmen-b, .batsmen-4s, .batsmen-6s, .batsmen-sr {
	width: 9%;
    height: auto;
    text-align: center;
    padding: 0px;
    margin: 0px 1.3%;
    float: left; 
    overflow: hidden; 
}
.wickets-wkt {
	width: 10%;
    height: auto;
    padding: 0px;
    margin: 0px 1%;
    float: left; 
    overflow: hidden; 
}
.wickets-batsmen, .wickets-score {
	width: 42%;
    height: auto;
    padding: 0px;
    margin: 0px 1%;
    float: left; 
    overflow: hidden; 
}

.bowling-men {
	width: 18.4%;
    height: auto;
    padding: 0px;
    margin: 0px 1%;
    float: left; 
    overflow: hidden; 
}
.bowling-o, .bowling-m, .bowling-r, .bowling-w, .bowling-nb, .bowling-wd, .bowling-er {
	width: 9%;
    height: auto;
    text-align: center;
    padding: 0px;
    margin: 0px 1%;
    float: left; 
    overflow: hidden; 
}
.lc-team-batsmen-header {
	background-color: #3B3B3B;
	color: #FFFFFF !important;
	font-weight: bold !important;
	padding: 5px 0px !important;
}
.lc-team-batsmen-active {
	color: #C40000 !important;
	font-weight: bold !important;
}
.lc-team-batsmen-fulltext {
    height: auto;
    border-bottom: 0px !important;
    margin: 0px 12px !important;
    overflow: hidden; 
}
.single-line-li {
    padding-right: 10px !important;
    padding-left: 10px !important;
    overflow: hidden; 
}
.lc-team-batsmen-fulltext, .lc-team-batsmen ul li.border-b-none {
    margin-bottom: 30px !important;
}
.commentary-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	border-bottom: 0px !important;
}
.highlights-overs-score {
	width: 40px;
    height: auto;
    padding: 0px;
    margin: 0px 20px 0px 0px;
    float: left; 
    overflow: hidden;
}
.highlights-description {
    height: auto;
    line-height: 17px;
    padding: 0px;
    margin: 0px 10px;
    overflow: hidden;
}
.lc-graphs-nav {
	width: 220px;
	height: auto;
    margin: 0px 10px 10px 0px; 
    float: left;
    overflow: hidden;
}
.lc-graphs-nav ul {
    height: auto;
    margin: 0px; 
    overflow: hidden; 
    list-style: none;
}
.lc-graphs-nav ul li {
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #3B3B3B;
    border-bottom: 1px #F8F7F7 solid;
    *border-bottom: 0px;
    margin: 0px;
    overflow: hidden; 
}
.lc-graphs-nav ul li, .lc-graphs-nav ul li a, .lc-graphs-nav ul li a.active, .lc-graphs-nav ul li ul li, .lc-graphs-nav ul li ul li a, .lc-graphs-nav ul li ul li a.active {
    color: #FFFFFF;
    text-decoration: none;
}













.lc-graphs-nav ul li a {
    padding: 8px 10px;
    overflow: hidden;
    display: block;
}
.lc-graphs-nav ul li a.active {
    background-color: #C40000;
}
.lc-graphs-nav ul li.according a.active {
    background-color: #1F1F1F;
}


.lc-graphs-nav ul li ul {
    height: auto;
    margin: 0px; 
    overflow: hidden; 
    list-style: none;
    display: none;
}
.lc-graphs-nav ul li ul li {
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #555555;
    border-bottom: 1px #F8F7F7 solid;
    margin: 0px;
    overflow: hidden; 
}
.lc-graphs-nav ul li ul li a {
    padding: 8px 15px;
    display: block;
}
.lc-graphs-nav ul li ul li a.active {
    background-color: #C40000 !important;
}
.lc-graphs-nav ul li a span.plus-minus-image {
    margin: 3px 0px 0px 0px !important;
}





















.lc-team-graphs-main {
	height: auto;
    margin: 0px 0px 30px 0px; 
    overflow: hidden; 
    float: left;
}
.lc-team-graphs-call {
    height: auto;
    margin: 0px; 
    overflow: hidden;
}
.plus-image, .lc-graphs-nav ul li a span.plus-minus-image, .lc-team-batsmen ul li.closed-block span.plus-minus-image{
	width: 10px;
	height: 10px;
	background-image: url('clientlibs/img/plus-minus-image.png');
	background-position: left -12px;
	background-repeat: no-repeat;
	text-align: right;
	float: right;
	cursor: pointer;
}
.minus-image, .lc-graphs-nav ul li a.active span.plus-minus-image, .lc-team-batsmen ul li span.plus-minus-image {
	width: 10px;
	height: 10px;
	background-image: url('clientlibs/img/plus-minus-image.png');
	background-position: left 4px;
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
	float: right;
	cursor: pointer;
}
.lc-photogallery-nav {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	padding: 6px 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	float: right;
}
.lc-photogallery-nav a, .lc-photogallery-nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.current-matches-list, .schedule-matches-list {
	width: auto;
	height: auto;
	overflow: hidden;
}
.schedule-matches-list {
	background-color: #F4F4F4;
}
.current-matches-list ul, .schedule-matches-list ul {
	height: auto;
	margin: 0px;
	overflow: hidden;
	list-style: none;
}
.current-matches-list ul li, .schedule-matches-list ul li {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	border-bottom: 1px #EEF1F5 solid;
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
}
.schedule-matches-list ul li {
	border-bottom: 1px #EDEDED solid !important;
}
.current-matches-teams-cell {
	width: 18.6%;
	height: auto;
	padding: 0px 2%;
	float: left;
	overflow: hidden;
}
.current-matches-teams {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.current-matches-teams-ab {
	width: 50px;
	height: auto;
	margin: 0px 20px 0px 0px;
	float: left;
	overflow: hidden;
}
.current-matches-teams img {
	width: 50px;
	height: 50px;
	margin: 0px auto;
}
.current-matches-teams-name {
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 10px auto;
	float: left;
	overflow: hidden;
}
.current-matches-teams-vs {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 35px 20px 0px 0px;
	float: left;
	overflow: hidden;
}
.current-matches-number {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #F4F4F4;
	padding: 5px 10px;
	overflow: hidden;
	display: block;
}
.current-matches-date-venue-cell {
	height: auto;
	padding: 0px 10px;
	margin: 10px 20px 0px 0px;
	float: left;
	overflow: hidden;
}
.schedule-start-end-date-cell, .schedule-teams-nu-venue-cell, .schedule-content-cell {
	width: 21.8%;
	height: auto;
	padding: 0px 2%;
	float: left;
	overflow: hidden;
}
.current-matches-date-venue {
	height: auto;
	margin: 10px 0px;
	overflow: hidden;
	display: block;
}
.schedule-start-end-date, .schedule-teams-nu-venue, .schedule-content {
	height: auto;
	margin: 8px 0px;
	overflow: hidden;
	display: block;
}
.current-matches-date-venue, .current-matches-scorecard, .schedule-start-end-date, .schedule-teams-nu-venue, .schedule-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.current-matches-scorecard, .current-matches-scorecard a {
	color: #C40000;
	font-weight: bold;
	text-decoration: underline;
}
.lc-sgh-tab-wraper, .ssc-tab-wraper {
    height: auto;
    overflow: hidden;
}







/*--- Common Start ---*/
.red-color-text-mar-l {
	color: #FF0000;
	margin: 0px 0px 0px 2px;
}
.margin-r {
	margin-right: 1%;
}
.font-bold {
	font-weight: bold !important;
}
.border-b-none {
	border-bottom: 0px !important;
}
.cursor-pointer {
	cursor: pointer;
}
.float-l{
	float: left;
}
.lc-scores-teams-edited {
	width: 50%;
	height: auto;
	padding: 0px 0px 10px 0px;
	float: left;
}

.cric-border {
	border-bottom: 1px #1F1F1F solid;
}
/*--- Common End ---*/

/************Responsive Media Queries*****************/
@media screen and (max-width:800px)
{
	.live-cricket-wraper {
	    width: auto;
	    border-right: 0px;
	    border-left: 0px;
	    padding-right: 0px;
	    padding-left: 0px;
	    margin-right: 0px;
	    margin-left: 0px;
	    display: block;
	    float: none;
	}
	.lc-scores-left-columns, .lc-scores-right-columns {
	    width: 100%;
	    border-right: 0px;
	    border-left: 0px;
	    padding-right: 0px;
	    padding-left: 0px;
	    margin-right: 0px;
	    margin-left: 0px;
	}
	.lc-scores-left-columns {
		margin-bottom: 10px;
	}
	.commentary-text {
		padding: 10px !important;
	}
	.teams-paly-nav ul li:last-child {
		border-right: 0px;
	}
	.current-matches-teams-cell {
		width: 24.6%;
	}
	.schedule-start-end-date-cell, .schedule-teams-nu-venue-cell, .schedule-content-cell {
		width: 19.8%
	}
}
@media screen and (max-width:640px)
{
	.current-matches-teams-cell {
		width: 28.6%;
	}
	.schedule-start-end-date-cell, .schedule-teams-nu-venue-cell, .schedule-content-cell {
		width: 17.8%
	}
	.lc-scores-team-name {
		font-size: 18px;
	}
}

@media screen and (max-width:600px)
{
	.lc-photogallery-nav, .batsmen-4s, .batsmen-6s, .batsmen-sr, .bowling-nb, .bowling-wd, .bowling-er {
		display: none;
	}
	.lc-scores-team-players-score {
	    margin-right: 10%;
	}
	.batsmen-r, .batsmen-b, .batsmen-4s, .batsmen-6s, .batsmen-sr {
		width: 14%;
	}
	.bats-bowling-men-1, .bats-bowling-men-2 {
		width: 30%;
	}
	.lc-scores-teams-top-right {
		width: 100%;
		margin: 15px 0px 0px 0px !important;
		float: left !important;
		display: block;
	}
	.lc-graphs-nav {
		width: 100%;
		margin: 0px 0px 10px 0px !important;
	}
	.lc-team-graphs-main {
		width: 100%;
		text-align: center;
		vertical-align: middle;
		display: block;
	}
	.bowling-men {
		width: 38.4%;
	}
	.bowling-o, .bowling-m, .bowling-r, .bowling-w, .bowling-nb, .bowling-wd, .bowling-er {
		width: 12.8%;
	}
	.current-matches-teams-cell {
		width: 35.6%;
	}
	.schedule-start-end-date-cell, .schedule-teams-nu-venue-cell, .schedule-content-cell {
		width: 15.8%
	}
}

@media screen and (max-width:480px)
{
	.current-matches-teams-cell, .current-matches-date-venue-cell {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.current-matches-number {
		width: 96%;
		padding: 1%;
		margin: 0% 1%;
	}
	.current-matches-teams {
		width: 200px;
		margin: 0px auto;
		float: none;
	}
	.schedule-start-end-date-cell, .schedule-teams-nu-venue-cell, .schedule-content-cell {
		width: 29.2%
	}
}

@media screen and (max-width:360px)
{
	.lc-scores-team-name {
		font-size: 15px;
	}
	.lc-scores-team-players-score {
		width: 100%;
		margin: 10px 0px 10px 0px;
		float: left;
	}
	.live-cricket-top-nav ul li {
		font-size: 13px;
		padding: 8px 1%;
	}
	.teams-paly-nav ul li {
		font-size: 13px;
		padding: 10px 2.8%;
	}
	.live-cricket-top-nav ul {
		width: 100%;
	}
}

@media screen and (min-width:769px) and (max-width:800px)
{
	
}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{
	.lc-scores-team-name {
		font-size: 13px;
	}
	.lc-team-graphs-call img {
		width: 100%;
	}
	.live-cricket-top-nav ul li {
		font-size: 12px;
	}
	.teams-paly-nav ul li {
		font-size: 13px;
		padding: 10px 1.5%;
	}
}
.akamai-player{background:#212121;background:-moz-linear-gradient(top, #212121 0, #090909 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #212121), color-stop(100%, #090909));background:-webkit-linear-gradient(top, #212121 0, #090909 100%);background:-o-linear-gradient(top, #212121 0, #090909 100%);background:-ms-linear-gradient(top, #212121 0, #090909 100%);background:linear-gradient(to bottom, #212121 0, #090909 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#090909', GradientType=0);width:100%;height:100%;position:relative;padding:0px;margin:0px;border:none;overflow:hidden;color:#FFFFFF;font-family:Arial,Helvetica,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none}.akamai-player.akamai-medium-audio.akamai-html5,.akamai-player.akamai-medium-audio.akamai-external{height:50px}.akamai-player.akamai-medium-audio.akamai-flash{height:25px}.akamai-hidden{display:none}.akamai-disabled{opacity:0.4;pointer-events:none;cursor:pointer}.akamai-flash .akamai-overlays{pointer-events:none}.akamai-overlay{pointer-events:none}.akamai-layer{position:absolute;top:0px;left:0px;width:100%;height:100%;padding:0px;margin:0px;border:none;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none}.akamai-video{position:absolute;width:100%;height:100%;top:0px;left:0px;padding:0px;margin:0px;border:none;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none}.akamai-iphone.akamai-ready .akamai-video,.akamai-iphone.akamai-paused .akamai-video,.akamai-hide-video .akamai-video{-webkit-transform:translateX(-2048px)}.akamai-controls-native .akamai-video,.akamai-controls-native.akamai-iphone.akamai-ready .akamai-video,.akamai-controls-native.akamai-iphone.akamai-paused .akamai-video,.akamai-controls-native.akamai-hide-video .akamai-video{-webkit-transform:none}.akamai-html5.akamai-ended .akamai-video,.akamai-html5.akamai-error .akamai-video{width:0px;height:0px}.akamai-install-flash{text-align:center;position:absolute;top:50%;margin-top:-50px;width:100%}.akamai-button{border:none;margin:0px;padding:0px;background:none;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none}.akamai-button .akamai-label{color:#535353;position:relative;top:-19px;left:35px;font-weight:bold}.akamai-button:active .akamai-label{color:#FFFFFF}.akamai-icon{background-image:url("../mmtv/malayalam/clientlibs/img/amp.svg");pointer-events:auto}.akamai-end-slate{background:#595959;background:-moz-linear-gradient(top, #595959 0, #272727 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #595959), color-stop(100%, #272727));background:-webkit-linear-gradient(top, #595959 0, #272727 100%);background:-o-linear-gradient(top, #595959 0, #272727 100%);background:-ms-linear-gradient(top, #595959 0, #272727 100%);background:linear-gradient(to bottom, #595959 0, #272727 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#272727', GradientType=0);width:100%;height:100%;position:absolute;top:0px;left:0px;padding:0px;overflow:hidden;display:none;text-align:center;-webkit-user-select:none}.akamai-ended .akamai-end-slate{display:block}.akamai-end-slate-image{width:100%}.akamai-error.akamai-layer{width:100%;height:100%;position:absolute;top:0px;left:0px;padding:0px;overflow:hidden;display:none;text-align:center;-webkit-user-select:none}.akamai-error .akamai-error.akamai-layer{display:table}.akamai-error-message{color:#FFFFFF;font-weight:bold;font-size:20px;white-space:nowrap;text-overflow:ellipsis;text-align:center;vertical-align:middle;line-height:23px;display:table-cell}.akamai-loading{width:32px;height:32px;text-align:center;border:none;position:absolute;left:50%;top:50%;margin-top:-16px;margin-left:-16px;display:none;background-image:url("../mmtv/malayalam/clientlibs/img/amp.svg");background-position:-592px 0}.akamai-loading .akamai-loading.akamai-overlay{display:block}.akamai-poster{width:100%;height:100%;position:absolute;top:0px;left:0px;margin:0px;padding:0px;overflow:hidden;display:none;pointer-events:none}.akamai-medium-audio .akamai-poster,.akamai-ready .akamai-poster{display:table}.akamai-poster-content{text-align:center;vertical-align:middle;display:table-cell;width:100%;height:100%}.akamai-poster-image{width:100%}.akamai-replay{background:#7c7c7c;background:-moz-linear-gradient(top, #7c7c7c 0, #595959 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #7c7c7c), color-stop(100%, #595959));background:-webkit-linear-gradient(top, #7c7c7c 0, #595959 100%);background:-o-linear-gradient(top, #7c7c7c 0, #595959 100%);background:-ms-linear-gradient(top, #7c7c7c 0, #595959 100%);background:linear-gradient(to bottom, #7c7c7c 0, #595959 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#595959', GradientType=0);border-top-width:1px;border-top-color:#6E6E6E;border-top-style:solid;border-bottom-width:1px;border-bottom-color:#5A5A5A;border-bottom-style:solid;width:100%;height:19px;position:absolute;left:0px;top:0px;padding:0px;overflow:hidden;display:none;z-index:1}.akamai-ended .akamai-replay{display:block}.akamai-replay-button{position:absolute;background:none;border:none;margin:0px;padding:0px;top:2px;right:20px;width:50px;cursor:pointer;pointer-events:all}.akamai-replay-icon{position:absolute;width:14px;height:14px;left:8px;border:none;margin:0px;padding:0px;background-image:url("../mmtv/malayalam/clientlibs/img/amp.svg");background-position:-471px -10px}.akamai-replay-button:active .akamai-replay-icon{background-position:-542px -10px}.akamai-replay-label{position:absolute;left:25px;color:#E1E1E1;text-shadow:1px 1px 1px #000000}.akamai-replay-button:active .akamai-replay-label{color:#FFFFFF}.akamai-title-bar{background-color:rgba(0,0,0,0.5);width:100%;position:absolute;left:0px;padding:0px;display:none;top:0px;overflow:hidden;z-index:116;-webkit-user-select:none}.akamai-ready .akamai-title-bar,.akamai-paused .akamai-title-bar{display:inline}.akamai-medium-audio .akamai-title-bar{display:none}.akamai-ad-mode .akamai-title-bar{display:none}.akamai-title-text{color:#FFFFFF;font-weight:bold;font-size:12px;white-space:nowrap;text-overflow:ellipsis;text-align:left;margin:8px 15px 5px 15px}.akamai-description-text{color:#FFFFFF;font-weight:normal;font-size:12px;white-space:nowrap;text-overflow:ellipsis;text-align:left;margin-bottom:8px;margin-left:15px}@-webkit-keyframes buffering{from{left:-28px}to{left:0px}}.akamai-waiting.akamai-overlay{width:100%;height:16px;position:absolute;left:0px;bottom:0px;display:none;margin:0px;padding:0px;border:none}.akamai-controls-persistent .akamai-waiting.akamai-overlay,.akamai-controls-persistent.akamai-active .akamai-waiting.akamai-overlay{bottom:0px}.akamai-active .akamai-waiting.akamai-overlay{bottom:50px}.akamai-waiting .akamai-waiting.akamai-overlay{display:block}.akamai-waiting-bar{width:150%;height:16px;position:absolute;left:0px;bottom:0px;margin:0px;margin-left:-28px;padding:0px;border:none;border-top-style:solid;border-top-width:1px;border-top-color:rgba(64,64,64,0.5);background-image:url("../mmtv/malayalam/clientlibs/img/bar.png");background-repeat:repeat-x;background-position:0px 0px;background-color:rgba(128,128,128,0.5);-webkit-animation:buffering 0.25s linear infinite}.akamai-waiting-text{color:#CCCCCC;position:absolute;margin-top:-2px;margin-left:5px;font-size:10px;text-shadow:1px 1px 1px #000000}.akamai-panel-control{position:absolute;padding:0px;margin:0px;height:48px;width:100%;top:auto;left:0px;bottom:0px;pointer-events:none}.akamai-control-panel{pointer-events:auto}.akamai-controls{pointer-events:none}.akamai-control-bar{background:#212121;background:-moz-linear-gradient(top, #212121 0, #1d1d1d 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #212121), color-stop(100%, #1d1d1d));background:-webkit-linear-gradient(top, #212121 0, #1d1d1d 100%);background:-o-linear-gradient(top, #212121 0, #1d1d1d 100%);background:-ms-linear-gradient(top, #212121 0, #1d1d1d 100%);background:linear-gradient(to bottom, #212121 0, #1d1d1d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#1d1d1d', GradientType=0);top:auto;width:100%;height:50px;position:absolute;padding:0px;margin:0px;color:#FFFFFF;z-index:120;display:none;bottom:0px;border-top-color:#181818;border-top-width:1px;border-top-style:solid;pointer-events:auto}.akamai-medium-audio .akamai-control-bar{z-index:113}.akamai-active .akamai-control-bar,.akamai-controls-persistent.akamai-inactive .akamai-control-bar,.akamai-medium-audio .akamai-control-bar,.akamai-ended .akamai-control-bar,.akamai-controls-fixed .akamai-control-bar,.akamai-inactive.akamai-controls-fixed .akamai-control-bar,.akamai-ad-mode .akamai-control-bar,.akamai-paused .akamai-control-bar{display:block}.akamai-controls-none .akamai-control-bar{display:none}.akamai-separator{display:none;position:absolute;width:1px;height:42px;background-color:#585858;top:0px;right:90px}.akamai-controls-native .akamai-overlays,.akamai-controls-native .akamai-poster{display:none}.akamai-controls-persistent .akamai-video,.akamai-controls-persistent .akamai-overlays,.akamai-controls-persistent .akamai-error{bottom:50px}.akamai-full-screen.akamai-button{width:25px;height:21px;border:none;position:absolute;top:15px;right:15px}.akamai-ad-mode .akamai-full-screen.akamai-button{opacity:0.4;pointer-events:none;cursor:pointer}.akamai-full-screen.akamai-button .akamai-icon{width:25px;height:21px;background-position:-130px 0}.akamai-ad-mode .akamai-full-screen.akamai-button .akamai-icon{pointer-events:none}.akamai-full-screen.akamai-button:active .akamai-icon{background-position:-155px 0}.akamai-full-screen.akamai-button.akamai-disabled{opacity:0.4;pointer-events:none;cursor:pointer}.akamai-medium-audio .akamai-full-screen.akamai-button{display:none}.akamai-full-screen .akamai-full-screen.akamai-button .akamai-icon{background-position:-180px 0}.akamai-full-screen .akamai-full-screen.akamai-button:active .akamai-icon{background-position:-205px 0}.akamai-panels{pointer-events:none}.akamai-panel{display:none;pointer-events:auto;background-color:#000000;border-radius:5px;bottom:60px}.akamai-panel.akamai-active{display:block}.akamai-inactive .akamai-panel.akamai-active{display:none}.akamai-play-pause.akamai-button{position:absolute;top:14px;left:26px;width:18px;height:21px}.akamai-play-pause.akamai-button .akamai-icon{width:18px;height:21px}.akamai-play-pause.akamai-button:active .akamai-icon{background-position:-19px 0}.akamai-playing .akamai-play-pause.akamai-button .akamai-icon{background-position:-38px 0;width:19px}.akamai-playing .akamai-play-pause.akamai-button:active .akamai-icon{background-position:-57px 0}.akamai-ended .akamai-play-pause.akamai-button{top:12px;left:22px;width:23px;height:25px}.akamai-ended .akamai-play-pause.akamai-button .akamai-icon{width:23px;height:25px;background-position:-78px 0}.akamai-ended .akamai-play-pause.akamai-button:active{top:12px;left:22px;width:23px;height:25px}.akamai-ended .akamai-play-pause.akamai-button:active .akamai-icon{width:23px;height:25px;background-position:-105px 0}.akamai-progress{position:absolute;padding:0px;margin:0px;top:14px;left:66px;right:150px;bottom:14px;-webkit-user-select:none}.akamai-progress .akamai-start-cap{background:#c80000;background:-moz-linear-gradient(top, #c80000 0, #210000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #c80000), color-stop(100%, #210000));background:-webkit-linear-gradient(top, #c80000 0, #210000 100%);background:-o-linear-gradient(top, #c80000 0, #210000 100%);background:-ms-linear-gradient(top, #c80000 0, #210000 100%);background:linear-gradient(to bottom, #c80000 0, #210000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80000', endColorstr='#210000', GradientType=0);border-radius:4px 0px 0px 4px;border-style:solid none solid solid;border-width:1px;border-color:#000000;width:9px;height:20px;position:absolute;left:0px}.akamai-live .akamai-progress .akamai-start-cap{display:none}.akamai-progress .akamai-track{background:#0f0f0f;background:-moz-linear-gradient(top, #0f0f0f 0, #000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #0f0f0f), color-stop(100%, #000));background:-webkit-linear-gradient(top, #0f0f0f 0, #000 100%);background:-o-linear-gradient(top, #0f0f0f 0, #000 100%);background:-ms-linear-gradient(top, #0f0f0f 0, #000 100%);background:linear-gradient(to bottom, #0f0f0f 0, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#000000', GradientType=0);position:absolute;left:9px;right:9px;height:20px;cursor:pointer;border-style:solid none solid none;border-width:1px;border-color:#000000;-webkit-user-select:none}.akamai-progress .akamai-value{background:#c80000;background:-moz-linear-gradient(top, #c80000 0, #210000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #c80000), color-stop(100%, #210000));background:-webkit-linear-gradient(top, #c80000 0, #210000 100%);background:-o-linear-gradient(top, #c80000 0, #210000 100%);background:-ms-linear-gradient(top, #c80000 0, #210000 100%);background:linear-gradient(to bottom, #c80000 0, #210000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80000', endColorstr='#210000', GradientType=0);position:absolute;height:20px;max-width:100%;min-width:0%;-webkit-user-select:none}.akamai-live .akamai-progress .akamai-value{display:none}.akamai-progress .akamai-handle{background:#c8c8c8;background:-moz-linear-gradient(top, #c8c8c8 0, #212121 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #c8c8c8), color-stop(100%, #212121));background:-webkit-linear-gradient(top, #c8c8c8 0, #212121 100%);background:-o-linear-gradient(top, #c8c8c8 0, #212121 100%);background:-ms-linear-gradient(top, #c8c8c8 0, #212121 100%);background:linear-gradient(to bottom, #c8c8c8 0, #212121 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#212121', GradientType=0);border-radius:5px;width:18px;height:24px;padding:0px;margin:-2px 0 0 -9px;cursor:pointer;position:absolute;display:block}.akamai-live .akamai-progress .akamai-handle{display:none}.akamai-progress .akamai-end-cap{background:#0f0f0f;background:-moz-linear-gradient(top, #0f0f0f 0, #000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #0f0f0f), color-stop(100%, #000));background:-webkit-linear-gradient(top, #0f0f0f 0, #000 100%);background:-o-linear-gradient(top, #0f0f0f 0, #000 100%);background:-ms-linear-gradient(top, #0f0f0f 0, #000 100%);background:linear-gradient(to bottom, #0f0f0f 0, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#000000', GradientType=0);border-radius:0px 4px 4px 0px;border-style:solid solid solid none;border-width:1px;border-color:#000000;width:9px;height:20px;position:absolute;right:0px}.akamai-long-form .akamai-progress{right:182px}.akamai-live .akamai-progress{right:110px}.akamai-medium-audio .akamai-progress{right:120px}.akamai-ready .akamai-progress{pointer-events:none}.akamai-scrub-time{background:#212121;background:-moz-linear-gradient(top, #212121 0, #000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #212121), color-stop(100%, #000));background:-webkit-linear-gradient(top, #212121 0, #000 100%);background:-o-linear-gradient(top, #212121 0, #000 100%);background:-ms-linear-gradient(top, #212121 0, #000 100%);background:linear-gradient(to bottom, #212121 0, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#000000', GradientType=0);border-radius:5px;position:absolute;top:-30px;left:-25px;width:75px;height:24px;font-size:14px;font-weight:bold;text-align:center;line-height:17px;padding-top:5px;margin-top:-20px;margin-left:-37px;opacity:0;z-index:2000;-webkit-user-select:none}.akamai-live .akamai-scrub-time{display:none}.akamai-scrubbing .akamai-scrub-time{opacity:1}.akamai-thumb-preview{position:absolute;top:-80px;left:-25px;opacity:0;z-index:1999;border:1px solid #000000}.akamai-scrubbing .akamai-thumb-preview{opacity:1}.akamai-cue-point{position:absolute;height:5px;width:5px;border-radius:2.5px;background-color:#FFFFFF;top:7px}.akamai-time-display{position:absolute;top:50%;margin-top:-5px;right:58px;width:125px;height:9px;color:#999999;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;text-align:right;line-height:9px;-webkit-user-select:none}.akamai-medium-audio .akamai-time-display{right:16px}.akamai-current-time-display{color:#CCCCCC;text-align:right;-webkit-user-select:none;display:inline}.akamai-live .akamai-current-time-display{display:none}.akamai-separator-display{display:inline}.akamai-live .akamai-separator-display{display:none}.akamai-duration-display{display:inline;text-align:right;-webkit-user-select:none}.akamai-live .akamai-duration-display{display:none}.akamai-live-display{position:absolute;color:#FFFFFF;text-align:center;background-color:#FF0000;display:none;width:30px;height:11px;top:6px;right:7px;padding-top:2px;margin-top:-6px;font-size:10px;-webkit-user-select:none;cursor:pointer;z-index:100}.akamai-cc-enabled .akamai-live-display{right:42px}.akamai-live .akamai-live-display{display:block}.akamai-volume.akamai-slider{width:auto;height:auto;background-color:#262626;position:absolute;top:20px;left:19px;bottom:20px;right:19px;border-radius:5px;cursor:pointer;padding-top:10px}.akamai-volume.akamai-slider .akamai-track{position:relative;width:100%;height:100%}.akamai-volume.akamai-slider .akamai-value{position:absolute;bottom:0px;border-radius:5px;background-color:#535353;width:100%;padding-top:5px}.akamai-volume.akamai-slider .akamai-handle{position:absolute;width:10px;height:10px;border-radius:5px;background-color:#FFFFFF;cursor:pointer}.akamai-play.akamai-overlay{width:118px;height:118px;border:none;position:absolute;display:none;right:50%;bottom:50%;margin-bottom:-59px;margin-right:-59px;background-image:url("../mmtv/malayalam/clientlibs/img/amp.svg");background-position:-231px 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;z-index:111;pointer-events:all;cursor:pointer}.akamai-play.akamai-overlay:active{background-position:-348px 0}.akamai-ready .akamai-play.akamai-overlay,.akamai-paused .akamai-play.akamai-overlay{display:block}.akamai-event-management{position:absolute;width:100%;height:100%;z-index:1000}.akamai-event-poster{position:absolute;width:100%;height:100%;left:0px}.akamai-branding.akamai-overlay{width:100%;height:100%;text-align:center;border:none;position:absolute;top:0px;left:0px;display:table;pointer-events:none;margin:0px;padding:0px}.akamai-branding-container{display:table-cell;vertical-align:top;text-align:right;width:100%}.akamai-branding-image{margin:10px}.akamai-branding-logo{display:block;opacity:0.5;position:absolute;right:10px;top:10px}.akamai-loading .akamai-branding-image,.akamai-ended .akamai-branding-image{display:inline;opacity:1}.akamai-loading .akamai-branding-image{margin-top:-70px}.akamai-loading .akamai-loading.akamai-overlay{margin-top:10px}.akamai-branding-text{color:#CCCCCC;font-weight:normal;font-size:10px;white-space:nowrap;text-overflow:ellipsis;line-height:10px;display:none}.akamai-ended .akamai-branding-text{display:block}.akamai-branding-text a{font-weight:bold;color:#FFFFFF;text-decoration:none}.akamai-ads.akamai-overlay{position:absolute;width:100%;height:100%;top:0px;left:0px;pointer-events:all}.akamai-ad-mode .akamai-ads.akamai-overlay,.akamai-ad-overlaymode .akamai-ads.akamai-overlay{display:block;pointer-events:auto}.akamai-ipad .akamai-ads.akamai-overlay{display:none}.akamai-ipad.akamai-ad-mode .akamai-ads.akamai-overlay{display:block}.akamai-ad-container{margin:0px;padding:0px;top:0px;left:0px;width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,0)}.akamai-ad-overlaymode .akamai-ad-container div{bottom:60px}.akamai-inactive .akamai-ad-container div{bottom:0px}.akamai-ad-container iframe{background-color:rgba(0,0,0,0)}.akamai-ad-container video{left:0px}.akamai-ad-mode .akamai-ad-container{width:100%;height:100%;background-color:rgba(0,0,0,0)}.akamai-ad-mode.akamai-kindlefirehd .akamai-ad-container,.akamai-ad-mode.akamai-iphone .akamai-ad-container{width:0px;height:0px;display:none}.akamai-ad-banner{width:100%;height:30px;border-bottom-width:1px;border-bottom-color:#666666;border-bottom-style:solid;display:none}.akamai-ad-mode .akamai-ad-banner{display:block}.akamai-ad-text-bg{position:relative;width:100%;height:100%;background-color:rgba(0,0,0,0.75)}.akamai-ad-text{position:absolute;right:7px;top:7px;color:#888888;font-size:14px;line-height:14px;font-weight:bold}.akamai-ad-text-title{position:absolute;right:7px;top:7px;color:#888888;font-size:14px;line-height:14px;font-weight:bold;right:auto;left:15px}.akamai-ad-overlay{position:absolute;width:100%;height:100%;display:none;z-index:110;pointer-events:none;text-align:center}.akamai-ad-overlay-mode .akamai-ad-overlay{display:block}.akamai-ad-mode.akamai-ad-overlay-mode .akamai-ad-overlay,.akamai-ended .akamai-ad-overlay{display:none}.akamai-ad-overlay-anchor{position:absolute;width:450px;height:40px;border:none;pointer-events:auto;bottom:0px;display:block;left:50%;margin-left:-225px}.akamai-active .akamai-ad-overlay-anchor{bottom:50px}.akamai-paused .akamai-ad-overlay-anchor{bottom:50px}.akamai-ad-mode .akamai-ad-overlay-anchor{display:none}.akamai-ad-overlay-img{width:450px;height:40px;border:none}.akamai-ad-close-button{color:#fff;cursor:pointer;margin:0;padding-bottom:10px;padding-left:10px;position:absolute;right:0;top:0;pointer-events:auto}.akamai-ad-close-text{color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.15);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAACYktHRAD/h4/MvwAAAAlwSFlzAAAASAAAAEgARslrPgAAAAl2cEFnAAAACgAAAAoATqZ25QAAALpJREFUCNclyL1Kw1AAgNFPqLh3cu/D+ARV8S0UEcFVoYOL4Kw4FSmClBZiB38WHZ10sQUnB6MR2hruTVI/h5zx4MjUXRvgsvt+OQT81VBdn7803THXWUEHD+JCf+L48e9bY9WZ0AcG3SyqahYO30jYBOD9uc67lCvaALjtR52f4TSpa89cp+E+nRYayuQMcK6xOhqvDi9ui4XOCtr4MC+PJys3rK81R728fMroLwEntOhySUWDLTZ4/QdyroIjdfxoFwAAAABJRU5ErkJggg==);background-position:center center;background-repeat:no-repeat;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:inset 0 -1px 3px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5);height:20px;margin:4px 4px 0 0;width:20px;float:right;height:15px;cursor:pointer}.akamai-ad-close-text:hover{background-color:#666666}.akamai-ad-close-text:active{color:rgba(0,0,0,0);background-color:#C4C4C4}.akamai-ad-mode .akamai-overlays.akamai-layer{pointer-events:none}.akamai-ad-mode .akamai-progress,.akamai-ad-mode .akamai-time-display{display:none}.akamai-ad-mode .akamai-controls.akamai-layer{z-index:1000}.akamai-ad-overlay video{width:100%;height:100%}.akamai-autoadvance{position:absolute;width:25%;height:15px;top:0px;right:6px;display:none;overflow:hidden;padding:0px;margin:0px;text-align:right;z-index:2;-webkit-user-select:none}.akamai-ended.akamai-autoadvance-mode .akamai-autoadvance{display:block}.akamai-autoadvance-text{font-size:13px;font-weight:bold;text-shadow:none}.akamai-ended.akamai-autoadvance-mode .akamai-replay-button{right:auto;left:4px}.akamai-ended.akamai-autoadvance-mode .akamai-caption-text{display:none}.akamai-recommendations.akamai-overlay{position:absolute;width:50%;height:50%;left:22.5%;top:20%;display:none;padding:10px;margin:0px;-webkit-user-select:none}.akamai-recommendations-mode.akamai-ended .akamai-recommendations.akamai-overlay{display:block}.akamai-recommendations-mode.akamai-ended.akamai-full-screen .akamai-recommendations.akamai-overlay{height:55%}.akamai-recommendations-label{position:relative;top:0px;left:0px;font-size:11px;font-weight:bold;margin-bottom:3px}.akamai-recommendations-list-area{position:absolute;width:100%;height:100%;margin:0px;margin-bottom:0px;padding:0px;overflow-x:visible;overflow-y:scroll;pointer-events:all;-webkit-user-select:none}.akamai-recommendations-list{list-style-type:none;margin:0px;padding:0px}.akamai-recommendation{height:32px;vertical-align:top;margin:0px;padding:6px;border-radius:2px;border-width:1px;border-color:rgba(128,128,128,0.5);border-style:solid;background-color:#000000;margin-bottom:2px}.akamai-recommendation-thumbnail{width:56px;height:32px;float:left;margin-right:10px}.akamai-recommendation-text{font-size:10px;font-weight:bold;line-height:12px}.akamai-recommendations-mode .akamai-branding.akamai-overlay{width:200px;height:15px;top:22%;right:18%;left:auto;margin-top:2px;z-index:1}.akamai-recommendations-mode.akamai-full-screen .akamai-branding.akamai-overlay{right:22%;margin-top:0px}.akamai-recommendations-mode .akamai-branding-image{display:none}.akamai-recommendations-mode.akamai-player{background:#676767;background:-moz-linear-gradient(top, #676767 0, #282828 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #676767), color-stop(100%, #282828));background:-webkit-linear-gradient(top, #676767 0, #282828 100%);background:-o-linear-gradient(top, #676767 0, #282828 100%);background:-ms-linear-gradient(top, #676767 0, #282828 100%);background:linear-gradient(to bottom, #676767 0, #282828 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#282828', GradientType=0)}.akamai-recommendations-grid.akamai-overlay{-webkit-user-select:none;position:absolute;display:none;left:5%;right:5%;top:5%;bottom:15%;padding:10px;margin:0px;overflow-x:auto;overflow-y:hidden;pointer-events:auto}.akamai-recommendations-mode.akamai-ended .akamai-recommendations-grid.akamai-overlay{display:block}.akamai-recommendations-mode.akamai-ended.akamai-full-screen .akamai-recommendations-grid.akamai-overlay{height:55%}.akamai-recommendations-grid-label{position:relative;top:0px;left:0px;font-size:12px;font-weight:bold;margin-bottom:3px}.akamai-recommendations-grid-table-grid{width:100%}.akamai-recommendations-grid-row{height:50%}.akamai-recommendations-grid-thumbnail{width:12em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.akamai-recommendations-grid-item{width:50em;padding:0 0.6em 1em 0;text-align:center;background-color:transparent !important}.akamai-recommendations-grid-text{font-size:10px;font-weight:bold;max-width:10em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.akamai-recommendations-mode.akamai-player{background:#676767;background:-moz-linear-gradient(top, #676767 0, #282828 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #676767), color-stop(100%, #282828));background:-webkit-linear-gradient(top, #676767 0, #282828 100%);background:-o-linear-gradient(top, #676767 0, #282828 100%);background:-ms-linear-gradient(top, #676767 0, #282828 100%);background:linear-gradient(to bottom, #676767 0, #282828 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#282828', GradientType=0)}.akamai-recommendations-mode .akamai-branding.akamai-overlay{width:200px;height:15px;top:22%;right:18%;left:auto;margin-top:2px;z-index:1}.akamai-recommendations-mode.akamai-full-screen .akamai-branding.akamai-overlay{right:22%;margin-top:0px}.akamai-recommendations-mode .akamai-branding-image{display:none}.akamai-captioning.akamai-overlay{position:absolute;top:0px;left:0px;width:100%;height:100%;padding:0px}.akamai-caption-text{position:absolute;width:100%;margin:auto;overflow:hidden;text-align:center;background-color:rgba(0,0,0,0.5);text-shadow:1px 1px 1px #000000;font-weight:bold;font-size:15px;display:none;bottom:0px;min-height:25px}.akamai-caption-text p{margin:10px;display:inline-block;color:#FFFFFF}.akamai-active .akamai-caption-text,.akamai-paused .akamai-caption-text{bottom:50px}.akamai-active.akamai-controls-none .akamai-caption-text{bottom:0px}.akamai-cc-active .akamai-caption-text{display:block}.akamai-cc-embedded .akamai-caption-text{display:none}.akamai-caption{margin:0px}.akamai-caption.akamai-button{position:absolute;padding:2px 0px 0px 1px;width:23px;height:21px;top:12px;right:52px;border-radius:5px;border-color:#CCCCCC;border-style:solid;display:none}.akamai-caption.akamai-button:active{border-color:#FFFFFF}.akamai-caption.akamai-button .akamai-label{color:#CCCCCC;font-weight:bold;font-family:Arial,Helvetica,sans-serif;font-size:15px;top:auto;left:auto}.akamai-caption.akamai-button:active .akamai-label{color:#FFFFFF}.akamai-cc-enabled .akamai-caption.akamai-button{display:block}.akamai-share-enabled .akamai-caption.akamai-button,.akamai-volume-enabled .akamai-caption.akamai-button{right:90px}.akamai-cc-active .akamai-caption.akamai-button{background-color:#f00}.akamai-ad-mode .akamai-caption.akamai-button,.akamai-ad-mode .akamai-cc-enabled .akamai-caption.akamai-button{display:none}.akamai-cc-enabled .akamai-progress{right:177px}.akamai-long-form .akamai-cc-enabled .akamai-progress{right:210px}.akamai-cc-enabled .akamai-time-display{right:92px}.akamai-share-enabled.akamai-cc-enabled .akamai-time-display{right:145px}.akamai-share-enabled.akamai-cc-enabled .akamai-progress{right:225px}.akamai-live .akamai-share-enabled.akamai-cc-enabled .akamai-time-display{right:92px}.akamai-live .akamai-share-enabled.akamai-cc-enabled .akamai-progress{right:177px}::cue{position:absolute;top:50px;color:#FF0000}.akamai-caption-setting-btn{position:absolute;right:5px;bottom:75px;display:none;z-index:1}.akamai-cc-active .akamai-caption-setting-btn{display:block}.akamai-captioning-settings{display:none;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;top:15%;font-family:Arial;font-size:12px;color:#E4E4E4;max-width:390px;width:90%;border:1px solid #aaaaaa;border-radius:4px;z-index:112;padding:2px 2px;background:#7d7e7d;pointer-events:auto}.akamai-cc-setting-active .akamai-captioning-settings{display:block}.akamai-captioning-titlebar{padding:.3em 1em .3em 0em;color:#F4F4F4;margin-bottom:2px;background:#7d7e7d;background-color:#414141}.akamai-captioning-title{margin:.1em .5em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold}.akamai-captioning-titlebar-close{float:right;width:21px;margin:0 .5em;padding:1px;height:20px;border-radius:0.5em;background-color:#f4f4f4}.akamai-captioning-row{background-color:#414141;clear:both;display:inline-block;width:100%;margin-bottom:-4px}.akamai-captioning-label,.akamai-captioning-preset{float:left}.akamai-captioning-label{margin:4px .5em;max-width:55px;min-width:55px}.akamai-captioning-dropdown{float:left;max-width:100px;min-width:100px;margin:4px 10px 4px 0px}.akamai-captioning-label-small{float:left;margin:4px .5em}.akamai-captioning-footer-button{outline:0 none;float:right;background-color:#646464;border-color:#101010;border-radius:2px;border-style:solid;border-width:1px;color:#E4E4E4;font-size:90%;line-height:16px;min-height:16px;min-width:26px;width:50px;margin:2px 2px 0px 2px;padding:1px;text-align:center}.akamai-captioning-footer-button:active{background-color:#e6e6e6;color:#101010;border-color:#101010;border-radius:2px;border-style:solid;border-width:1px;font-size:90%;line-height:16px;padding:1px;text-align:center}.akamai-captioning-footer-continer{display:inline-block;width:100%}.akamai-captioning-label:nth-child(3){max-width:55px;min-width:55px}.akamai-caption-text{position:absolute;width:100%;margin:auto;overflow:hidden;text-align:center;background-color:rgba(0,0,0,0.5);text-shadow:1px 1px 1px #000000;font-weight:bold;font-size:15px;display:none;bottom:0px;min-height:25px}.akamai-captioning-preset{border:1px #000000 solid;float:left;margin:.4em 0.3em;padding:0em .4em;cursor:pointer}.akamai-captioning-preset1{color:#FFFFFF;background-color:rgba(0,0,0,0)}.akamai-captioning-preset2{color:#FFFF00;background-color:rgba(0,0,0,0)}.akamai-captioning-preset3{color:#FFFFFF;background-color:rgba(0,0,0,0.3)}.akamai-captioning-preset4{color:#FFFF00;background-color:rgba(0,0,0,0.5)}.akamai-captioning-color-picker{border:1px #ffffff solid;float:left;margin:.3em 0.3em;width:20px;height:20px}.akamai-colorpicker-palette{width:144px;position:absolute;border:1px solid #598FEF;background-color:#C4C4C4;padding:2px;display:none;z-index:9999;top:4px;pointer-events:auto}.akamai-colorpicker-swatch{height:12px;width:12px;border:2px solid rgba(0,0,0,0.3);margin:1.5px;float:left;cursor:pointer;line-height:12px}.akamai-colorpicker-slider{width:60%;-webkit-appearance:none;height:10px;border-radius:5px;box-shadow:inset 1px 1px 3px rgba(0,0,0,0.6);background:#000;background:-moz-linear-gradient(top, #000 0, #f00 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, #f00));background:-webkit-linear-gradient(top, #000 0, #f00 100%);background:-o-linear-gradient(top, #000 0, #f00 100%);background:-ms-linear-gradient(top, #000 0, #f00 100%);background:linear-gradient(to bottom, #000 0, #f00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ff0000', GradientType=0)}.akamai-caption-text-preview{position:relative;display:block;bottom:auto !important}.akamai-captioning-advanced-container{display:none}.akamai-captioning-advanced-button{background:none;border:none;padding:0;border-bottom:1px solid #E4E4E4;color:#E4E4E4;cursor:pointer}.akamai-captioning-toggle-btn{cursor:pointer;outline:0 none;float:right;width:21px;height:20px;border-radius:0.5em;background-color:#f4f4f4;background-color:#646464;border-color:#101010;border-radius:2px;border-style:solid;border-width:1px;color:#E4E4E4;font-size:90%;line-height:16px;min-height:16px;min-width:26px;padding:1px;text-align:center}.akamai-captioning-floater-btnselected{background-color:#e6e6e6;color:#101010;border-color:#101010;border-radius:2px;border-style:solid;border-width:1px;font-size:90%;line-height:16px;min-height:16px;min-width:26px;padding:1px;text-align:center}.akamai-captioning-floater-btndeselected{background-color:#646464;border-color:#101010;border-radius:2px;border-style:solid;border-width:1px;color:#E4E4E4;font-size:90%;line-height:16px;min-height:16px;min-width:26px;padding:1px;text-align:center}.akamai-info.akamai-overlay{position:absolute;top:0px;bottom:auto;left:0px;right:0px;height:70px;background:rgba(0,0,0,0.8);display:none;overflow:hidden;padding:5px;z-index:102}.akamai-ready .akamai-info.akamai-overlay,.akamai-paused .akamai-info.akamai-overlay,.akamai-active .akamai-info.akamai-overlay{display:block}.akamai-ad-mode .akamai-info.akamai-overlay,.akamai-ad-mode.akamai-ready .akamai-info.akamai-overlay,.akamai-ad-mode.akamai-paused .akamai-info.akamai-overlay,.akamai-ad-mode.akamai-active .akamai-info.akamai-overlay,.akamai-controls-none .akamai-info.akamai-overlay,.akamai-controls-none.akamai-active .akamai-info.akamai-overlay{display:none}.akamai-info-small.akamai-info.akamai-overlay{height:55px}.akamai-info.akamai-overlay.akamai-open{height:auto}.akamai-info-title{color:#FFFFFF;font-size:18px;font-weight:bold;margin-right:100px}.akamai-info-description{text-overflow:ellipsis;line-height:14px;overflow:hidden;top:45px;left:5px;right:90px;margin-right:100px;display:none}.akamai-open .akamai-info-description{display:block}.akamai-info-short-description{text-overflow:ellipsis;line-height:14px;overflow:hidden;top:45px;left:5px;right:90px;height:28px;margin-right:100px}.akamai-open .akamai-info-short-description{display:none}.akamai-info-description p{margin:0px 0px 6px 0px}.akamai-info-icon{position:absolute;right:15px;top:13px}.akamai-info-more,.akamai-info-less,.akamai-info-more:hover,.akamai-info-less:hover{cursor:pointer;color:#FFFFFF;font-weight:bold}.akamai-info-close{text-align:right;width:81%;cursor:pointer;color:#FFFFFF;position:absolute;right:90px;bottom:0px;display:none}.akamai-open .akamai-info-close{display:block}.akamai-info-provider{top:25px;left:5px;font-weight:bold}.akamai-info-small .akamai-info-short-description,.akamai-info-small .akamai-info-description,.akamai-info-small .akamai-info-provider{display:none}.akamai-share.akamai-control{position:absolute;padding:0px;margin:0px;top:13px;right:77px;display:none}.akamai-share-enabled .akamai-share.akamai-control{display:block}.akamai-share.akamai-button{position:absolute;width:24px;height:24px}.akamai-share.akamai-button .akamai-icon{width:24px;height:24px;background-image:url("../mmtv/malayalam/clientlibs/img/share.svg")}.akamai-share.akamai-button:active .akamai-icon{background-position:-25px 0}.akamai-share-enabled .akamai-time-display{right:95px}.akamai-share-enabled .akamai-progress{right:180px}.akamai-long-form .akamai-share-enabled .akamai-progress{right:212px}.akamai-share.akamai-separator{display:none;position:absolute;width:1px;height:42px;background-color:#585858;top:0px;right:90px}.akamai-stats.akamai-overlay{width:auto;bottom:55px;overflow:hidden;padding:0px;margin:auto;z-index:100;padding:10px;position:absolute;left:0px;top:20px;right:0px;overflow-y:auto;pointer-events:auto}.akamai-inactive .akamai-stats.akamai-overlay{bottom:10px}.akamai-ended .akamai-stats.akamai-overlay{bottom:55px}.akamai-stats-text{text-shadow:1px 1px 1px #000000;word-wrap:break-word;border-radius:5px;background-color:rgba(0,0,0,0.5);margin:5px 0px;padding:5px 5px;line-height:13px}.akamai-stats-text p{margin:1px 0px}.akamai-stats-header{padding-bottom:8px;display:block;clear:both}.akamai-stats-button{position:absolute;background:url("../mmtv/malayalam/clientlibs/img/hd_meter_up.png");padding:2px 0px 0px 1px;margin:0px 0px 0px 0px;width:23px;height:21px;top:12px;right:52px;background-color:rgba(0,0,0,0);border-radius:5px;border-color:#CCCCCC;border-style:solid;border-width:1px;color:#CCCCCC;font-weight:bold;font-family:Arial,Helvetica,sans-serif;font-size:15px;-webkit-tap-highlight-color:rgba(0,0,0,0);text-align:center;display:none;cursor:pointer}.akamai-stats-enabled .akamai-stats-button{display:block}.akamai-stats-enabled .akamai-time-display{right:95px}.akamai-stats-enabled .akamai-progress{right:183px}.akamai-stats-enabled.akamai-long-form .akamai-progress-area{margin-right:212px}.akamai-ais.akamai-overlay{position:absolute;width:100%;height:100%;overflow:hidden;padding:0px;margin:0px;z-index:300;top:0px;left:0px;background:#000000;pointer-events:all}.akamai-flash.akamai-authenticating .akamai-overlays.akamai-layer{display:block}.akamai-ais-chooser{width:100%;height:100%;padding:0px;overflow:hidden;text-align:center;max-width:600px;max-height:340px;margin-left:auto;margin-right:auto}.akamai-ais-chooser-title{font-weight:bold;font-size:18px;color:#FFFFFF;margin:4% auto 3% auto}.akamai-ais-chooser-menu{position:relative;display:inline-block;width:100%;font-weight:bold;margin:5% auto;pointer-events:none}.akamai-ais-chooser-label{display:inline-block;font-weight:bold;font-size:17px;color:#FFFFFF;padding:0px 3%}.akamai-ais-chooser-select{display:inline;-webkit-border-radius:0px;height:25px;width:40%;pointer-events:all}.akamai-ais-chooser-login{display:inline;background-color:#666666;color:#FFFFFF;border:none;height:25px;width:20%;margin:0px 3%;pointer-events:all}.akamai-ais-play{position:absolute;width:100%;height:100%;padding:0px;margin:0px;text-align:center}.akamai-ais-play-menu{position:relative;top:50%;margin-top:-15px}.akamai-ais-play-restart{display:inline}.akamai-ais-play-resume{display:inline}.akamai-ais-authenticating{text-align:center;width:100%;height:100%;margin-top:-5px}.akamai-ais-authenticating-button{position:relative;top:50%}.akamai-hidden{display:none}.akamai-ais-chooser-grid{margin-left:2%}.akamai-ais-chooser-grid-item{cursor:pointer;background-color:#000000;border:1px solid #333333;color:#FFFFFF;font-weight:bold;float:left;width:20%;height:10%;text-align:center;padding-right:1%;padding-left:1%;margin:1%}.akamai-ais-chooser-grid-cell{display:table-cell;vertical-align:middle;text-align:center;padding:0px 2px}.akamai-ais-chooser-grid-item img{width:100%;display:block;margin-left:auto;margin-right:auto}.akamai-ais-chooser-grid-index-9,.akamai-ais-chooser-grid-index-10,.akamai-ais-chooser-grid-index-11,.akamai-ais-chooser-grid-index-12{display:none}.akamai-authenticating .akamai-video{width:0px;height:0px;z-index:-100}.akamai-ais-chooser-grid-cell-label{display:none;font-size:14px}.akamai-ais-chooser-grid-cell-img{display:block}.akamai-chromecast-controls{background:#212121;background:-moz-linear-gradient(top, #212121 0, #090909 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #212121), color-stop(100%, #090909));background:-webkit-linear-gradient(top, #212121 0, #090909 100%);background:-o-linear-gradient(top, #212121 0, #090909 100%);background:-ms-linear-gradient(top, #212121 0, #090909 100%);background:linear-gradient(to bottom, #212121 0, #090909 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#090909', GradientType=0);display:table;z-index:115;pointer-events:auto}.akamai-chromecast-controls .akamai-control-bar{left:0px;display:block}.akamai-chromecast-controls .akamai-time-display{right:95px}.akamai-chromecast-controls .akamai-progress{right:180px}.akamai-chromecast-controls.akamai-cc-enabled .akamai-caption.akamai-button{right:97px}.akamai-chromecast-controls.akamai-cc-enabled .akamai-time-display{right:142px}.akamai-chromecast-controls.akamai-cc-enabled .akamai-progress{right:230px}.akamai-chromecast-controls .akamai-seek-bar{display:block}.akamai-player.akamai-chromecast-receiver{background-color:#000000;background-image:none;display:none}.akamai-player.akamai-chromecast-receiver.akamai-paused,.akamai-player.akamai-chromecast-receiver.akamai-playing,.akamai-player.akamai-chromecast-receiver.akamai-waiting,.akamai-player.akamai-chromecast-receiver.akamai-loading,.akamai-player.akamai-chromecast-receiver.akamai-seeking{display:block}.akamai-controls.akamai-chromecast .akamai-time-display{right:96px}.akamai-controls.akamai-chromecast .akamai-progress{right:186px}.akamai-chromecast.akamai-button{background:url("../mmtv/malayalam/clientlibs/img/chromecast.png");position:absolute;right:55px;width:33px;height:25px;top:50%;margin-top:-16px;background-size:38px;cursor:pointer;pointer-events:auto}.akamai-chromecast-receiver{background-color:#000000;background-image:none}.akamai-chromecast-receiver.akamai-paused{display:block}.akamai-chromecast-receiver.akamai-cc-enabled .akamai-caption-button{display:none}.akamai-chromecast-receiver .akamai-full-screen.akamai-button{display:none}.akamai-chromecast-receiver .akamai-time-display{right:19px}.akamai-chromecast-receiver .akamai-progress{right:120px}.akamai-chromecast-receiver .akamai-title-bar{height:42px;bottom:auto}.akamai-chromecast-receiver .akamai-title-text{font-size:18px}.akamai-chromecast-receiver.akamai-ended .akamai-branding-text,.akamai-chromecast-receiver .akamai-branding-text,.akamai-chromecast-receiver.akamai-ended .akamai-replay,.akamai-chromecast-receiver .akamai-replay,.akamai-chromecast-receiver .akamai-stats-button{display:none}.akamai-chromecast-message-container{text-align:center;vertical-align:middle;display:table-cell;width:100%;height:100%}.akamai-chromecast-receiver .akamai-caption.akamai-button{display:none}.akamai-volume.akamai-button{position:absolute;bottom:15px;top:auto;right:52px;width:23px;height:19px}.akamai-volume.akamai-button .akamai-icon{width:23px;height:19px}.akamai-volume.akamai-button .akamai-icon,.akamai-volume-1 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-2 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-3 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-4 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-5 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-6 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-7 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-8 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-9 .akamai-volume.akamai-button .akamai-icon,.akamai-volume-10 .akamai-volume.akamai-button .akamai-icon{background-position:-587px 0}.akamai-volume-0 .akamai-volume.akamai-button .akamai-icon{background-position:-707px 0}.akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-1 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-2 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-3 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-4 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-5 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-6 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-7 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-8 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-9 .akamai-volume.akamai-button:active .akamai-icon,.akamai-volume-10 .akamai-volume.akamai-button:active .akamai-icon{background-position:-647px 0}.akamai-volume-0 .akamai-volume.akamai-button:active .akamai-icon{background-position:-767px 0}.akamai-volume.akamai-panel{position:absolute;width:48px;height:158px;bottom:62px;right:38px}.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-time-display{right:176px}.akamai-volume-enabled .akamai-time-display{right:92px}.akamai-volume-enabled.akamai-cc-enabled .akamai-time-display,.akamai-volume-enabled.akamai-share-enabled .akamai-time-display{right:140px}.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-progress{right:258px}.akamai-volume-enabled .akamai-progress{right:200px}.akamai-volume-enabled.akamai-cc-enabled .akamai-progress{right:225px}.akamai-long-form .akamai-volume-enabled.akamai-cc-enabled .akamai-progress{right:270px}.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-caption.akamai-button{right:122px}.akamai-volume-enabled .akamai-share.akamai-control{right:109px}.akamai-playlist.akamai-button{width:25px;height:20px;border:none;position:absolute;top:16px;right:165px}.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-playlist.akamai-button{right:165px}.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-playlist.akamai-button{right:132px}.akamai-playlist.akamai-button .akamai-icon{width:25px;height:20px;background-position:-811px 0}.akamai-playlist.akamai-button .akamai-icon:active{background-position:-851px 0}.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-progress{right:296px}.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-progress{right:265px}.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-time-display{right:206px}.akamai-share-enabled.akamai-cc-enabled.akamai-playlist-enabled .akamai-time-display{right:175px}.akamai-ad-choices{display:none;position:absolute;top:6px;left:10px}.akamai-ad-mode .akamai-ad-choices{display:block}.akamai-description-text{display:none}
.akamai-ended .akamai-play-pause.akamai-button {
	top: 14px;
	left: 26px;
	width: 18px;
	height: 21px;
	background-position: 0px 0px;
}

.akamai-ended .akamai-play-pause.akamai-button:hover .akamai-icon, .akamai-ended .akamai-play-pause.akamai-button:active .akamai-icon {
	width: 18px;
	height: 21px;
	background-position: -19px 0px;
}

.akamai-ended .akamai-play-pause.akamai-button .akamai-icon {
	width: 18px;
	height: 21px;
	background-position: 0px 0px;
}

.akamai-ended .akamai-play-pause.akamai-button:hover, .akamai-ended .akamai-play-pause.akamai-button:active {
	top: 14px;
	left: 26px;
	width: 18px;
	height: 21px;
}

.akamai-ended .akamai-replay
{
	display: none;
}

/* Start */
.mm-live-updates-outer {
	width: 644px;
	height: auto;
	margin: 0px auto 0px auto;
}
.mm-live-updates-content-start{
	width:100%;
	height:auto;
	float:left;
}
.mm-live-updates-content-start > ul {
list-style-type:none;
}
.mm-live-updates-content-start > ul > li{
	overflow: hidden;
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F2F2F2;
	padding: 10px 0px;
}
.mm-live-updates-content-start > ul > li:last-child  {
	border-bottom-width: 0px;
}
.mm-live-updates-heading-main {
	width: 100%;
	height: 30px;
	float: left;
	margin-bottom: 2%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F2F2F2;
}
.mm-live-updates-heading {
	width: auto;
	float: left;
	background-color: #D90000;
	font-family: roboto;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 6px 12px 6px 12px;
}
.mm-live-updates-content-main {
	width: 100%;
	float: left;
	height: auto;
}
.mm-live-updates-time-slot {
	width: 18.478260869565216%;
	float: left;
	font-family: roboto;
	font-size: 11px;
	color: #999;
	height: auto;
	text-transform: uppercase;
	padding-top: 1%;
	line-height: 15px;
	word-break:normal;
}
.mm-live-updates-content-slot {
	width: 81.52173913043478%;
	float: left;
	height: auto;
}
.mm-live-updates-content-slot h3 {
	width: 100%;
	float: left;
	height: auto;
	font-family: PanchariUni;
	line-height: 24px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 2%;
	word-break:normal;
}
.mm-live-updates-content-slot p {
	width: 100%;
	float: left;
	height: auto;
	font-family: PanchariUni;
	line-height: 24px;
	font-size: 21px;
	color: #333;
	word-break:normal;
}
.mm-live-updates-social-media-share-main {
	width: 100%;
	float: left;
	height: auto;
}
.social-media {
	width: 140px;
	height: auto;
	float: right;
}
.social-media-icon {
	width: 30px;
	height: 30px;
	float: left;
}
.share-text {
	font-family: roboto;
	font-size: 11px;
	color: #999999;
	width: 50px;
	float: left;
	padding-top: 5px;
}
.sharetools-menu li i, .author-details-block .sharetools-menu li a i {
    transition: color .3s;
}
.sharetools-menu li a i {
    color: #A5A5A5;
}
.social-media .social-media-icon i{
	color: #A5A5A5;
	transition: color .3s;
}
.social-media .social-media-icon i {
    font-size: 20px;
}
.social-media .social-media-icon i  {
    cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook, .social-media .social-media-icon .fa-facebook:hover, .social-media .social-media-icon  .fa-facebook:hover {
    color: #3b5998;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-twitter, .social-media .social-media-icon .fa-twitter:hover, .share-blk-footer .social-media .social-media-icon .fa-twitter, .author-details-block .sharetools-menu li .fa-twitter:hover {
    color: #4099FF;
}.fa-google-plus, .social-media .social-media-icon .fa-google-plus:hover, .share-blk-footer .social-media .social-media-icon .fa-google-plus, .author-details-block .sharetools-menu li .fa-google-plus:hover {
    color: #D34836;
}
.mm-live-updates-plugins-slot {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 2%;
	padding: 10px 0px;
}
.mm-live-updates-plugins-slot img {
	width: 100%;
	height: auto;
	float: left;
}
.mm-live-updates-ad-main {
	width: 100%;
	height: auto;
	float: left;
	background-color: #F8F8F8;
	margin-bottom: 2%;
}
.mm-live-updates-ad-300 {
	width: 300px;
	height: 250px;
	margin: 15px auto 15px auto;
}
.mm-live-updates-show-more {
	width: 100%;
	float: left;
	background: #FFFFFF;
	font-size: 11px;
	color: #767676;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 14px 10px 14px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	font-family: roboto;
	box-sizing: border-box;
	margin-bottom: 20px;
    cursor: pointer;
}
@media screen and (max-width:640px){.mm-live-updates-outer {width: 100%;}}
@media screen and (max-width:600px){.mm-live-updates-time-slot {width: 100%;padding-bottom:5px;}.mm-live-updates-content-slot {width: 100%;}}



@media print{

.carousel,
.section_menu,
.logo_2_art,
.scroll_box_art,
.share_icon_list,
.section_rightside_block,
.menu,
.trending_block,
.advertisement,
.breadcrumb,
#col_top,
.sidebar,
.image,
.imagevideocarousel,
.commonshare,
#overlayimage,
.promotionalblock,
.relatedarticle,
.tagblock,
.livefyrecomments,
.footerpar,
iframe,
.author img,
.primary-colclose img{
	display: none !important;
}
div#left-column {
    width: 100%;
    border: 0px solid #fff;
}
.articleheadingPage{
    float: left;
    width: 100%;
    font-family: "EGGIndulekhaUni";
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    line-height: 110%;
	word-break: normal;
    word-wrap: break-word;
}
.entryDate {
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #CC0000;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
}

.author{
	margin: 0;
}
.authorName, .authorName_mal{
		margin: 0 0 2px;
}
nav#sticky_navarticle {
    position: relative !important;
    top: 0;
    left: 0;
    border-top: 0;
    background: none;
}
.logo_1_art{
border: 0;
}

}
