@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{
	background:#ffffff;
	/*  background: url(http://tamilsaga.com/img/bg.png) repeat-y;
  background-size: 100%;*/
 	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:25px;
	text-align:left;
	}
	a, div, span, h1, h2, h3, p{
		text-decoration: none;
	}
.wrapper{
	width:100%;
	float:left;
}
.main-wrapper{
	width:1000px;
	margin:0 auto;
	
}
.main-wrapper-2{
	width:1000px;
	float:left;
	box-shadow: 0px 0px 9px #888888;
	background:#FFF;
}
.header{
	width:100%;
	float:left;
}
.main-content{
	margin:0 auto;
	width:1000px;
}
.logo{
	float:left;
	width:245px;
	margin:1px 5px 10px 8px;
}
.logo img{ width:100%; } 
.header-add{
	float: left;
width: 730px;
margin: 0px 0px 0px 5px;
}
.language{
	float:right;
	margin: 5px 28px 7px 0;
	
}
.language ul li{
	list-style:none;
	float:left;
}
.language ul li a{
	text-decoration:none;
	font-weight: 500;
	color:#08528c;
	padding:5px;
	
}
/*menu css*/

.menu{
	float:left;
	width:100%;
	background: #006ea6;
	margin-bottom:10px;
	position:relative;
	
}
.menu ul li{
	float:left;
	list-style:none;
	border-right: 1px solid rgba(255, 255, 255, 0.42);
     padding: 9px 12px 9px 12px;
     text-transform:uppercase;
	 position:relative;

}
.menu ul li.last{
	border:none;
}

.menu ul li a{
	text-decoration:none;
	color:#FFF;
	
}
.menu ul li:hover{
	background:#333;
}
.menu ul li ul.submenu{
	display:none;
}
.menu ul li:hover ul.submenu{
	display:block;
}
.menu ul li ul.submenu{
	width: 208px;
margin: 0 0px 0 -20px;
padding: 0px;
position: absolute;
top: 43px;
left: 20px;
background: #333;
z-index:1;
border-top: 1px solid #4D4D4D;
border-bottom: 1px solid #4D4D4D;

}
.menu ul li.news ul.submenu{width: 270px;}
.menu ul li.cinema-22 ul.submenu{width: 555px;}
.menu ul li.childrens ul.submenu{width: 237px;}

.menu ul li ul.submenu li{
	float: left;
list-style: none;
border-right: 0;
padding:7px 0px 7px 0px;
margin: 0 0 0px 0px;

border-right: 1px solid #4D4D4D;
}
.menu ul li ul.submenu li:hover{
		background: #006ea6;
}
.menu ul li ul.submenu li a{
	text-decoration: none;
color: #FFF;
padding: 10px 10px;
font-size: 11px;
text-transform:capitalize;
}

.home-pading {
padding: 9px 8px !important;
}
.home-img {
margin: 0px 0 -5px 0;
}
/*menu css end*/
.braking-news{
	background: #f0f0f0;
float: left;
width: 100%;
margin-bottom:10px;
border: 1px solid #CBCBCB;
}
.blink_me {
	font-size: 14px;
margin: 0 0 0 30px;
color:#FFF;
font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; }
}
.braking-news-title{
	background: #f26722;
	
	color:#FFF;
float: left;
width: 130px;
}
.braking-news-title h1{font-size: 12px;
font-weight: normal;
text-align: center;
margin: 6px;
}
.row{
	width:990px;
	float:left;
	margin:0 5px 5px 5px;
	
}
.video{
	float:left;
	width:685px;
	
}
.highlights{
	width:305px;
	float:left;
	background:#fbfbfb;
	margin-top:5px;
	}
.top-stories{
	float:left;
	width:680px;
	
}
.section-1{
	width:320px;
	float:left;
	margin:0 0 0 0;
	border-right: 1px solid #e4e4e4;
}

h1.clr-1{
	background: #065f8e;
font-size: 17px;
color: white;
margin: 4px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.topstories-1st{
float: left;
width: 300px;
margin: 0 5px;
border-bottom: 1px solid #e4e4e4;
padding-bottom: 7px;	
margin-bottom: 7px;
}
.topstories-1st-img{
	float: left;
width: 300px;
height: 225px;
overflow: hidden;
border: 1px solid #e4e4e4;
}
.topstories-1st-cont{
width: 300px;
float: left;

overflow:hidden;
}
.topstories-1st-cont h3, .topstories-1st-cont h3 a{
font-weight: 500;
color: rgb(14, 96, 147);
font-size: 12px;
line-height: 17px;
margin: 5px 0;
text-align:left;	
}
.topstories-1st-cont p{
	font-size: 10px;
text-align: left;
line-height: 21px;
}
.topstories-2nd{
float: left;
width: 300px;
margin: 0 5px;
padding-bottom: 5px;	
margin-top:10px;
}

.topstories-2nd-cont{
width: 300px;
float: left;
height:120px;
overflow:hidden;
}
.none-height{ height:210px !important;}
.brdr-btm{border-bottom: 2px solid #646464;}
.topstories-2nd-cont h3{
font-weight: 500;
font-size: 12px;
line-height: 17px;
margin: 5px 0;
color: rgb(14, 96, 147);	
}
.topstories-2nd-cont p{
	font-size: 10px;
text-align: left;
/* line-height: 22px; */
}
.section-2{
	width:340px;
	float:left;
	margin:0 0 0 15px;
}
.section-2 p{margin: 0 0 18px 0;
background: url(http://gatedontechnologies.com/tamilsaga/assets/images/arrow-1.png) no-repeat 0px 4px;
padding: 0 0 0 17px;
line-height: 17px;}
.section-2 a{
	text-decoration:none;
	color:rgb(14, 96, 147);
	margin:0px 0px 0px 0px;
	font-size: 11px;
}
.section-2 a:hover{ color:#f26722;}
.view-more{
	float:right;
	font-size:10px;
	background:rgb(14, 96, 147);
	color:white !important;
	padding: 0px 5px;
	text-decoration:none;
	margin-bottom: 5px;
	margin-right: 5px;
}
.view-more-green{
	float:right;
	font-size:11px;
	background:rgb(29, 163, 7);
	color:white !important;
	padding: 0px 5px;
	text-decoration:none;
	margin-bottom: 5px;
	margin-right: 5px;
}
.view-more-new{
	float:right;
	font-size:13px;
	color:#333 !important;
	padding: 0px 5px;
	text-decoration:underline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: 600;
}
.view-more-cine{
	font-size:11px;
	background:rgb(14, 96, 147);
	color:white !important;
	padding:6px 5px;
	text-decoration:none;
	margin-bottom: 5px;
	margin-right: 5px;
}
.tamilnadu{float: left;
width: 320px;
margin: 0 10px 0 0;
}	
	
.sports{float: left;
width: 320px;
margin: 0 10px 0 0;
}
.world{float: left;
width: 320px;
margin: 0 10px 0 0;
}		
	
.sports .section-1 .topstories-2nd-cont p  {
margin: 0 0 19px 5px;
line-height: 17px;
padding: 0 10px 0 20px;
background: url(http://gatedontechnologies.com/tamilsaga/assets/images/arrow-1.png) no-repeat 0px 4px;
float: left;

}	
.sports .section-1 .topstories-2nd-cont p a {
text-decoration: none;
color: rgb(14, 96, 147);
margin: 0px 0px 0px 0px;
font-size: 11px;
}
.sports .section-1 .topstories-2nd-cont p a:hover{ color:#f26722;}
.world .section-2 {
width: 320px;
float: left;
margin: 0 0 0 0
}
.world .section-1 p {
margin: 0 0 19px 5px;
line-height: 17px;
padding: 0 10px 0 20px;
background: url(http://gatedontechnologies.com/tamilsaga/assets/images/arrow-1.png) no-repeat 0px 4px;
float: left;
}	
.world .section-1 a {
text-decoration: none;
color: rgb(14, 96, 147);
margin: 0px 0px 0px 0px;
font-size:11px;
}
.world .section-1 a:hover{color:#f26722;} 
.tamilnadu .topstories-1st {
float: left;
width: 300px;
margin: 0 5px;
border-bottom:0;
padding-bottom: 0px;
margin-bottom: 10px;
}
.tamilnadu .topstories-1st:last-child{
	border:0;
}
.tamil_news_img{float: left;
width: 84px;
margin: 0 10px 0 0;
height:60px;
overflow:hidden;
}
.tamilnadu .topstories-1st-cont {
width: 205px;
float: left;
height: auto;
}	
		
.tamilnadu .topstories-1st-cont h3, .tamilnadu .topstories-1st-cont h3 a {
margin-bottom: 3px;
font-size: 12px;
color: rgb(14, 96, 147);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-weight: 500;
}	
 .topstories-1st-cont h3 a:hover{ color:#f26722;}
 .topstories-1st-cont h3:hover, .topstories-2nd-cont h3:hover{ color:#f26722;}
.tamilnadu .topstories-1st-cont p {
font-size: 10px;
text-align: left;
line-height: 15px;
height: 31px;
overflow: hidden;
}
/**/

.world .tamil_news_img{float: left;
width: 84px;
height:60px;
overflow:hidden;
margin: 7px 10px 0 0;
}
.world .topstories-1st-cont {
width: 205px;
float: left;
height:auto;
}	
		
.world .topstories-1st-cont h3 , .world .topstories-1st-cont h3 a {
margin-bottom: 7px;
font-size: 12px;
color: rgb(14, 96, 147);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-weight: 500;
}	
.world .topstories-1st-cont p {
font-size: 10px;
text-align: left;
margin: 0;
padding: 0;
line-height: 15px;
height: 31px;
overflow: hidden;
background:none;
}
.sports h1.clr-1 {
background: #a03602;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.tamilnadu h1.clr-1 {
background: #a06602;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.world h1.clr-1 {
background: #068E29;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
/*******************cinema css****************************/
.cinema{
	width:100%;
	float:left;
}
.cinema h1.clr-1 {
background: #a00250;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.cinema_slide_outer{
	width:565px;
	float:left;
	margin:0 0 0 0;
}

.cinema_slide{
	width:270px;
	float:left;
	margin:0 10px 0 0;
}	

.cinema_slide_listing{
	width:280px;
	float:left;
	height: 240px;
margin: 0 5px 0 0;
overflow: hidden;
}
.cinema_slide p {
margin: 0 0 20px 0;
line-height: 20px;
font-size: 13px;

/*height: 41px;
overflow: hidden;*/
}
.cinema_slide_listing p {
margin: 0 0 20px 0;
line-height: 20px;
font-size: 11px;
background: url(http://gatedontechnologies.com/tamilsaga/assets/images/arrow-1.png) no-repeat 0px 2px;
repeat: no-repeat;
padding: 0 0 0 20px;
/*height: 41px;
overflow: hidden;*/
}
.cinema_slide p a, .cinema_slide_listing p a {
text-decoration: none;
color: rgb(14, 96, 147);
margin: 0px 0px 0px 0px;
}
.cinema_slide p a, .cinema_slide_listing p a:hover{ color:#f26722;}
.home_gallery_outer{
	width: 315px;
float: left;
margin: 5px 5px 0 8px;
	background:#f6f6f6;
	border:1px solid #bcbab8;
}
.home_gallery_outer h1.clr-1 {
background: #07a8aa;
text-align:center;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.home_gallery_img_outer_1{
	width: 131px;
	margin-bottom: 5px;
	float:left;
	margin:0 8px 5px 9px;
}

.home_gallery_img{
	width: 131px;
height: 106px;
float: left;
overflow: hidden;
border: 1px solid #e3e3e3;
margin-bottom:5px;
}
.home_gallery_img img{ width:100%;}
.home_gallery_img_outer_event{
	width: 290px;
	margin-bottom: 5px;
	float:left;
	margin:0 8px 5px 9px;
}

.home_gallery_img_event{
	width: 290px;
height: 283px;
float: left;
overflow: hidden;
border: 1px solid #e3e3e3;
}
.home_gallery_img_event img{ width:100%;}
.row-percent{
	width:98%;
	float:left;
	margin:0 1%;
}
.home_gallery_cont{ float: left;height: 30px;overflow: hidden;margin: 8px 0;}
.home_gallery_img_outer_1 p, .home_gallery_img_outer_event p{
	font-size: 11px;
line-height: 16px;
color: black;
float:left;
overflow:hidden;
height:33px;
}

.home_gallery_img_outer_1 p a,  .home_gallery_img_outer_event p a{
	text-decoration: none;
color: #585858;
margin-bottom:10px;
}
a.show_more_dot
{
	color:#06F;
	font-size:18px;
	font-weight:bold;
	float:right;
	margin: 0 15px 5px 15px;
}
.home_video_outer{
	width:415px;
	float:left;
	margin:5px 0px 5px 5px;
	background:#f6f6f6;
	border:1px solid #bcbab8;
}
.home_video_outer h1.clr-1 {
background: #07a8aa;
text-align:center;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.home-video-big{
	float:left;
	width:172px;
	margin:0 10px;
}
.home-video-big-img{float:left;
	width:172px;
	}
	.home-video-big-img{	width:100%;
	}
	
.home-video-big p{
	font-size: 10px;
    line-height: 16px;
    margin-top: 5px;
	float:left;
}

.home-video-big p a{
	text-decoration: none;
color: #585858;
}
.home-video-big img{
	width:100%;
}
.home-video-small{
	float:left;
	width:210px;
	
}
.home-video-small_img_outer{
	width:80px;
	float:left;
	margin:0px 10px 10px 10px;
	border:1px solid #bcbab8;
	
}
.home-video-small_img{
	width:80px;
	height:55px;
	overflow:hidden;
	float:left;
}
.home-video-small_img img{ width:100%;}
/************healt5hg*****************/
.health{
float: left;
width: 685px;
}	
.health h1.clr-1 {
background: #8c8348;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;	
}

.health_slide {
width:325px;
float: left;
margin: 0 10px 0 0;
}
.health_slide_listing {
width: 325px;
float: left;
margin: 0 0 0 15px;
}
.health_slide p{ 
margin: 0 0 19px 0;
line-height: 17px;
/*padding: 0 10px 0 20px;
*/float: left;
}
.health_slide_listing p { 
margin: 0 0 19px 0;
line-height: 17px;
padding: 0 10px 0 20px;
background: url(http://gatedontechnologies.com/tamilsaga/assets/images/arrow-1.png) no-repeat 0px 4px;
float: left;
}
.health_slide p a, .health_slide_listing p a{ 
text-decoration: none;
color: rgb(14, 96, 147);
margin: 0px 0px 0px 0px;
font-size: 11px;
}
.health_slide p a, .health_slide_listing p a:hover{ color:#f26722;}
.poll{
	width: 290px;
float: left;
background: #f6f6f6;
border: 1px solid #bcbab8;
margin: 0 0 0 9px;
}
.poll h1.clr-1 {
background: #07a8aa;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;	
}
.poll_img{
	width:275px;
	float:left;
	margin:0 7px 20px 7px;
}
.poll_cont{
	width: 90%;
margin: 0 5%;
text-align:left !important;
font-size: 13px;
line-height: 20px;
}	
.poll_cont form{	
margin: 15px 0px;
}
.poll_cont form button{padding: 7px 19px;
border: none;
background: #f26722;
color: white;
font-size: 13px;
border-radius: 3px;
margin:0 0 14px 0px;
cursor: pointer;
}
/***************missing person********************/

.missing_person{float: left;
width: 685px;
}
.missing_person  h1.clr-1 {
background: #ed003d;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.footer{
	width:100%;
	float:left;
}
.footer-line-1{
	width:100%;
	background:#323232;
	float:left;
}
.footer-line-2{
	width:100%;
	background:#222222;
	float:left;
}
.footer-line-2 p{
	text-align:right;
	margin:20px 0px;
	color:white;
	font-size:12px;
}
.btm-logo{float: left;
width: 200px;
margin: 10px 20px 10px 5px;
}
.btm-logo img{ width:100%;}
.btm-cont{float: left;
width: 400px;
margin: 10px 20px 10px 5px;
color: white;
font-size: 10px;
line-height: 20px;
}
.btm-cont p{ display:none;}
.btm-news-letr{
	float: left;
width: 340px;
margin: 45px 5px 10px 5px;

}
.btm-news-ltr{
	background: #c3c0c0;
border: none;
height: 45px;
width: 225px;
padding: 0 0 0 10px;
border-radius: 3px;
}
.btm-news-ltr-btn {padding: 7px 17px;
border: none;
background: #f26722;
color: white;
font-size: 13px;
border-radius: 3px;
margin: 14px 6px;
cursor: pointer;
height: 45px;
}
/*******************************************************life-style -page***********************************************************/
.life-style{
}
.life-style .small-highlights-outer{
	width:240px;
	float:left;
	margin:0 2px ;
}
.life-style .small-highlights{
	width:235px;
	float:left;
	margin: 0px 2px 7px 3px;
}

.life-style .small-highlights-img{
	width:235px;
	height:180px;
	float:left;
	overflow:hidden;
}
.small-highlights-cont{	
	float: left;
width: 100%;
background: #b88624;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
.small-highlights-cont p {
padding: 5px 12px;
line-height: 20px;
}
.small-highlights-cont p a{
	text-decoration:none;
	color:white;
	font-size:12px;
	
}
/**************/
.life-style .big-highlights-outer{
	width:490px;
	float:left;
	margin: 0 5px;
}
.life-style .big-highlights{
	width:490px;
	float:left;
	
}
.life-style .big-highlights-img{
	width:490px;
	height:368px;
	float:left;
	overflow:hidden;
}
.life-style .big-highlights-img img{ width:100%;}
.big-highlights-cont{	
	float: left;
width: 100%;
background: #50c565;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
.big-highlights-cont p {
padding: 5px 12px;
line-height: 21px;
text-align: center;
}
.big-highlights-cont p a{
	text-decoration:none;
	color:white;
	font-size:12px;
	
}
/*multi color cont{
	*/
	
	.small-highlights-cont-2{	
	float: left;
width: 100%;
background: #248db8;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
.small-highlights-cont-2 p {
padding: 3px 12px;
line-height: 15px;
text-align: left;
}
.small-highlights-cont-2 p a{
	text-decoration:none;
	color:white;
	font-size:10px;
	
}
.small-highlights-cont-3{	
	float: left;
width: 100%;
background: #b84e24;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
.small-highlights-cont-3 p {
padding: 3px 12px;
line-height: 16px;
text-align: left;

}
.small-highlights-cont-3 p a{
	text-decoration:none;
	color:white;
	font-size:10px;
	
}
.small-highlights-cont-4{	
	float: left;
width: 100%;
background: #cb0567;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
.small-highlights-cont-4 p {
padding: 5px 12px;
line-height: 20px;
}
.small-highlights-cont-4 p a{
	text-decoration:none;
	color:white;
	font-size:12px;
	
}
/***********/
.section-left{
	width:680px;
	float:left;
}
.life-style-news-outer{
	width:320px;
	float:left;
	margin:0 9px 15px;
	height:385px;
	background:#ffffff;
	border:1px solid #bcbab8;
}
.life-style-news-img{
	width:320px;
	float:left;
	height:239px;
	overflow:hidden;
}
.life-style-news-img img{
	width:100%;
}
.life-style-news-cont{width: 310px;
float: left;
height: 120px;
font-size:12px;
line-height:20px;
margin: 0 5px;
}
.life-style-news-cont h3.head{
	font-size:13px;
	color:#37688e;
margin: 5px 0px 10px 0px;
}
.more-news{
	/*font-size:12px;
	margin:0 10px;
	color:#444546;
	float:right;*/
	 background: none repeat scroll 0 0 rgb(14, 96, 147);
    color: white !important;
    float: right;
    font-size: 9px;
    margin-bottom: 5px;
    padding: 0 5px;
    text-decoration: none;
}

.more-news:hover{
	background:#f26722;
}
.section-right{
	width:300px;
	float:left;
	margin:0 0px;
}
.add{
	float: left;
width: 98%;
margin: 7px 5px;
}
/***********************************************sports******************************/
.life-style{
}
.life-style .small-highlights-outer{
	width:240px;
	float:left;
	margin:0 2px ;
}
.life-style .small-highlights{
	width:235px;
	float:left;
	margin: 0px 2px 7px 3px;
}

.life-style .small-highlights-img{
	width:235px;
	height:180px;
	float:left;
	overflow:hidden;
}
.small-highlights-cont{	
	float: left;
width: 100%;
background: #b88624;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
.small-highlights-cont p {
padding: 4px 12px;
line-height: 15px;
text-align: left;
}
.small-highlights-cont p a{
	text-decoration:none;
	color:white;
	font-size:10px;
	
}
/**************/
.sports{}
.sports-highlights-outer{
	width:439px;
	float:left;
	margin: 0 5px;
}
 .sports-highlights{
	width:439px;
	float:left;
	
}
 .sports-highlights-img{
	width:439px;
	height:330px;
	float:left;
	overflow:hidden;
}
 .sports-highlights-img img{
	width:100%;
	}
.sports-highlights-cont{	
	float: left;
width: 100%;
background: #50c565;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
.sports-highlights-cont p {
padding: 10px 12px;
line-height: 20px;
text-align: center;
}
.sports-highlights-cont p a{
	text-decoration:none;
	color:white;
	font-size:12px;
	
}
	.sports .small-highlights-outer{
	width:220px;
	float:left;
	margin:0 2px ;
}
.sports .small-highlights{
	width:213px;
	float:left;
	margin:0px 2px 10px 3px;
}

.sports .small-highlights-img{
	width:213px;
/*	height:222px;*/
	float:left;
	overflow:hidden;
}
.sports .small-highlights-img img{
	width:100%;
}
.small-highlights-cont{	
	float: left;
width: 100%;
background: #b88624;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
/*.small-highlights-cont p {
padding: 5px 12px;
line-height: 20px;
}
.small-highlights-cont p a{
	text-decoration:none;
	color:white;
	font-size:12px;
	
}*/
.row-normal{
	width:100%;
	float:left;
}
.new-list-bg{
	float: left;
width: 100%;
border:1px solid #E7E7E7;
margin: 0 0 5px 0;
background:#f1f1f1;
}
.new-list-img{
	width:152px;
	height:114px;
	float:left;
	overflow:hidden;
	margin:10px 10px;
	border:1px solid #bcbab8 ;
}
.new-list-img img{ width:100%; height:100%;}
.new-list-cont{
	float: left;
width: 486px;
margin: 10px;
}
.new-list-cont h3, .new-list-cont h3 a{
	font-size:12px;
	color:#37688e;
	font-weight:normal;
	TEXT-OVERFLOW: ellipsis;
WHITE-SPACE: NOWRAP;
OVERFLOW: HIDDEN;
}
.new-list-cont h3 span{
	font-size:10px;
	color:#a09f9f;
	font-weight:normal;
}
.new-list-cont p{
	font-size: 10px;
line-height: 17px;
height: 35px;
margin: 5px 0;
overflow: hidden;
}
.new-list-cont p a{
}
/*sri lankan***/

.srilanka{}
.srilanka-highlights-outer{
	width:100%;
	float:left;
	margin: 0 5px 10px;
}
 .srilanka-highlights{
	width: 48%;
float: left;
border: 1px solid #e4e4e4;
margin: 0 10px 0 0;
	
}
.srilanka-highlights-img a img{
	width:100%;
}
 .srilanka-highlights-img{
	width:100%;
	/*height:359px;*/
	float:left;
	overflow:hidden;
}
.srilanka-highlights-cont{	
	float: left;
width: 100%;
background: #50c565;
position: relative;
z-index: 2500000;
margin-top: -49px;
height: 50px;
overflow:hidden;
}
.srilanka-highlights-cont p {
padding: 10px 12px;
line-height: 20px;
text-align: center;
}
.srilanka-highlights-cont p a{
	text-decoration:none;
	color:white;
	font-size:12px;
	
}
.container_add {
background: none repeat scroll 0 0 #015a93;
float: left;
/*margin: 0 0 0 -1px;
*/padding: 0;
width: 100%;
}
.container_list {
list-style: none;
margin: 0 0 0 0px;
padding: 0px;
float: left;
width: 100%;
}
.container_list li {
list-style: none;
margin: 8px 8px;
/* padding: 0px 3px 0 3px; */
float: left;
width: 234px;
height: 202px;
background: #3c3b3b;
text-align: center;
overflow: hidden;
}

.inside_img {
	width: 234px;
height: 153px;
margin: 0px 0 0 0px;
padding: 0px;
overflow: hidden;
}
.inside_img img{ width:100%;}
.container_list li a {
color: #f8f8f8;
display: inline-block;
font-size: 10px;
line-height: 13px;
margin: 0px 0 0 0px;
padding: 0;
text-align: center;
text-transform: uppercase;
text-decoration:none;
}

.container_list li a.read_more{
	margin: 10px 0 0 0;
}
.container_list li a img {
border: none;
margin: 0 0 0 0px;
padding: 0px;
}

/*************cine news******************/
.cont_2 {
float: left;
width: 100%;
/*box-shadow: 0 0 2px 0 #B3A8A8;
border-right: #f1f1f1 solid 1px;
border-left: #f1f1f1 solid 1px;*/
margin: 0px;
padding: 0px;
}
.full_news {
width: 100%;
margin: 0 0 0 0px;
padding: 0px;
float: left;
border-bottom: 1px solid rgba(14, 150, 155, 0.08);
padding-bottom: 30px;
}
.full_news .news_split1:last-child {
	border:none;
}
.news_split1 {
width: 321px;
float: left;
margin: 15px 0 0 11px;
padding: 0px;
border-right: #97dfda solid 1px;
text-align:left;
}
.news_split1 ul {
list-style: none;
margin: 0 0 0 0px;
padding: 0px;
}
.news_split1 ul li {
list-style: none;
float: left;
margin: 3px 0 3px 0px;
padding: 0px;
width: 100%;
}
.news_split1 ul li a {
color: #545454;
text-decoration: none;
margin: 0 0 0 0px;
padding: 0px;
float: left;
font-size: 11px;
line-height: 17px;
}
.news_split1 ul li a img {
float: left;
margin: 4px;
padding: 0px;
width: 60px;
/*height: 60px;*/
overflow: hidden;
}
.news_split1 ul li span {
float: left;
width: 70%;
margin: 0 10px 0 10px;
padding: 0px;
overflow: hidden;
}
.photo_gallery {
width: 98.6%;
margin: 0 0 0 0px;
padding: 0px;
float: left;
}
#container {
width: 100%;
margin: 10px 0 0 0px;
float: left;
border-bottom: 1px solid rgba(14, 150, 155, 0.08);
}
.tab_container {
clear: both;
float: left;
width: 100%;
background: #FFFFFF;
}
.tab_content {
padding: 0px;
font-size: 1.2em;
display: none;
}.tab_content p { text-align:center;}
.photo_full {
width: 100%;
float: left;
/* margin: 15px 0 0 6px; */
margin: 3px 0 0 0px;
padding: 0px;
border: #97dfda solid 1px;
}
.photo_list {
list-style: none;
margin: 0 0 0 10px;
padding: 0px;
float: left;
width: 98.6%;
}
.photo_list li {
list-style: none;
margin: 05px 2px 4px 2px;
padding: 0px 3px 0 3px;
float: left;
width: 186px;
height: 188px;
overflow: hidden;
background: #FFF;
text-align: center;
}
.inside_img1 {
width: 185px;
height: 130px;
margin: 0px 0 0 0px;
padding: 0px;
overflow: hidden;
box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.36);
}
.inside_img1 a {
margin-top: 0px !important;
}
.photo_list li a {
color: #545454;
display: inline-block;
font-size: 11px;
line-height: 14px;
margin: 12px 0 0 0px;
padding: 0;
text-align: center;
text-decoration:none;
}
.photo_full li a img {
border: none;
margin: 0 0 0 0px;
padding: 0px;
width:100%;
}
ul.tabs {
margin: 0 0 0 0px;
padding: 0;
float: right;
list-style: none;
height: 32px;
border-bottom: none;
border-left: none;
}
ul.tabs li {
float: left;
margin: 0;
cursor: pointer;
padding: 0px 17px;
border-radius: 1px;
height: 31px;
line-height: 31px;
border: none;
border-left: none;
font-weight: bold;
overflow: hidden;
position: relative;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
border-right: #FFFFFF solid 1px;
background: #D02933;
font-weight: normal;
text-transform: uppercase;
}
ul.tabs li:hover{
	background:#f26722;
	color:#fff;
}
f26722
ul.tabs li:last-child{
	border:0;}

.outer_border {
float: left;
border: 1px solid #D8D8D8;
width: auto;
margin: 0 0 0 3px;
}
.cine-btn-algn{float: left;
width: 100%;
margin: 2px 0 20px 0px;
text-align:center;
}

/************************Video**********************************/
#container1 {
width: 100%;
margin: 0px 0 0 0px;
float: left;
border-bottom: 1px solid rgba(14, 150, 155, 0.08);
}
.tab_container {
clear: both;
float: left;
width: 100%;
background: #FFFFFF;
}
.tab_content1 {
padding: 0px;
font-size: 1.2em;
display: none;
}
.tab_content1 p{ text-align:center;}
.vedio_full {
width: 100%;
float: left;
margin: 2px 0 0 0px;
padding: 0px;
}
.large_vedio {
width: 550px;
float: left;
margin: 5px 5px 8px 18px;
padding: 0px;
height:292px;
}
.large_vedio iframe{
   width:100%;
   height:100%;
}
.small_listved {
width: 42%;
margin: 0 0 0 0px;
padding: 0px;
float: left;
}
.vedio_list {
list-style: none;
margin: 0 0 0 0px;
padding: 0px;
float: left;
width: 98.6%;
}
.vedio_list-2 {
list-style: none;
margin: 0 0 0 0px;
padding: 0px;
float: left;
width: 98.6%;
}
.vedio_list li {
list-style: none;
margin:3px 3px 3px 25px;
padding: 0px 3px 0 3px;
float: left;
width: 173px;
height: 156px;
overflow: hidden;
background: #FFF;
text-align: center;
}
.vedio_list-2 li {
list-style: none;
margin: 3px 8px 3px 10px;
padding: 0px 3px 0 3px;
float: left;
width: 173px;
height: 156px;
overflow: hidden;
background: #FFF;
text-align: center;
}
.inside_img2 {
width: 176px;
height: 118px;
margin: 0px 0 0 0px;
padding: 0px;
overflow: hidden;
}
.inside_img2 a {
margin-top: 0px !important;
}
.vedio_list li a {
color: #545454;
display: inline-block;

font-size: 12px;
line-height: 18px;
margin: 3px 0 0 0px;
padding: 0;
text-align: center;
text-decoration:none;
}
.vedio_list-2 li a {
color: #545454;
display: inline-block;

font-size: 12px;
line-height: 18px;
margin: 3px 0 0 0px;
padding: 0;
text-align: center;
text-decoration:none;
}

ul.tabs_video {
margin: 0px 0 0 0px;
padding: 0;
float: right;
list-style: none;
height: 32px;
border-bottom: none;
border-left: none;
}

ul.tabs_video li {
float: left;
margin: 0;
cursor: pointer;
padding: 0px 17px;
border-radius: 1px;
height: 31px;
line-height: 31px;
border: none;
border-left: none;
font-weight: bold;
overflow: hidden;
position: relative;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
border-right: #FFFFFF solid 1px;
background: #0E969B;
font-weight: normal;
text-transform: uppercase;
}
ul.tabs_video li:hover {background:#333;}
ul.tabs_video li:last-child { border:none;}
/*.active {
color: #019289 !important;
}*/
/***********************revies**********************/
.movie_full {
width: 100%;
float: left;
margin: 10px 0 0 0px;
padding: 0px;
}
.movie_list {

float: left;
list-style: none outside none;
margin: 0px 0 10px 6px;
padding: 0 0 10px 0px;
width: 98.8%;
}
.movie_list li {
list-style: none;
margin: 15px 1px 4px;
padding: 0px 3px 0 3px;
float: left;
width: 239px;
overflow: hidden;
background: none;
text-align: center;
}
.inside_img3 {
width: 220px;
/*height: 118px;*/
margin: 0px auto;
padding: 0px;
overflow: hidden;
border: #014292 solid 2px;
margin-bottom: 10px;
}
.inside_img3 img{ width:100%;}
.inside_img3 a {
margin: 0px !important;
padding: 0px;
}
.movie_list li a {
color: #545454;
display: inline-block;
font-size: 12px;
line-height: 13px;
margin: 3px 0 0 0px;
padding: 0;
text-align: center;
text-decoration:none;
}
.movie_list li p {
float: left;
margin: 0px;
padding: 0px;
width: 100%;
}
.more_but {
margin: 12px 5px 5px 0px;
float: right;
padding: 6px 15px;
background: #363636;
border: #FFF solid 2px;
color: #fff;
font-size: 11px;
text-transform: uppercase;
text-decoration:none;
}
.padding-btm{
	padding-bottom: 10px;
border-bottom: 1px solid #E8E8E8;
margin-bottom: 10px;
}
.cine-news{
float: left;
width: 520px;
margin: 0 5px 0 0;
}
.cine-news-list{
	
float: left;
width: 465px;
}
.cine-news-list-1st {
float: left;
width: 455px;
margin: 0px 5px 5px 5px;
border-bottom: 1px solid #e4e4e4;
padding-bottom: 5px;
}
.cine-news-list-1st:last-child{ border:0;}
.cine-news-list-1st  .cine-news-list-img {
float: left;
width: 115px;
height:70px;
overflow:hidden;
margin: 0 10px 0 0;
}
.cine-news-list-1st  .cine-news-list-cont {
width: 330px;
float: left;
height: 70px;
overflow: hidden;
}
.cine-news-list-1st  .cine-news-list-cont h3 {
margin-bottom: 7px;
font-size: 13px;
color: rgb(14, 96, 147);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-weight: 500;
}
.cine-news-list-1st .cine-news-list-cont p {
font-size: 12px;
text-align: left;
line-height: 18px;
margin: 0;
height:37px;
}
/****************************gallery**********************/
.row-galelry{
	width:100%;
	float:left;
	
}

.gallery_inner {
width: 172px;
float: left;
margin: 5px 20px 20px 23px;
}
.gallery_inner_img_outer {
float: left;
border: 1px solid #BEBEBE;
width: auto;
box-shadow: 0px 0px 5px rgba(15, 15, 15, 0.2);
}
.gallery_inner_shadow_hiden {
width: 160px;
height: auto;
margin: 5px;
float: left;
overflow: hidden;
}
.gallery_inner_shadow_hiden img{ width:100%;}
.gallery_inner_cont {
float: left;
margin-top: 5px;
width: 100%;
text-align: left;
font-weight: bold;
font-size: 15px;
overflow: hidden;
}
.gallery_inner_cont a{
	float: left;
margin-top: 5px;
width: 100%;
font-weight: 400;
font-size: 13px;
overflow: hidden;
color: #333;
line-height: 19px;
}
.video_truncate {
color: #413e3e;
font-size: 11px;
font-weight: normal;
line-height: 20px;
overflow: hidden;
padding: 0 5px;
text-decoration: none;
}.view-more-gal {
float: right;
font-size: 11px;
background:rgb(249, 155, 11);
color: white !important;
padding: 0px 5px;
text-decoration: none;
}
.title_head {
background: url("../images/title_strip.png") no-repeat scroll left center rgba(0, 0, 0, 0);
color: #262525;
float: left;
font-family: "Impact";
font-size: 20px;
margin: 12px 0 5px 5px;
padding: 2px 0 3px 14px;
text-align: left;
width: 20%;
font-weight: normal;
}
/********************Vodeo************************/


.video_main {

float: left;
list-style: none outside none;
margin: 10px 0 0px 6px;
padding: 0 0 10px 0px;
width: 664px;
}
.video_main li {
list-style: none;
margin: 20px 1px 4px;
padding: 0px 3px 10px 3px;
float: left;
width: 210px;
height: 190px;
overflow: hidden;
background: none;
text-align: center;
border-bottom: 1px solid #ccc;
}
.inside_img3_video_main {
width: 210px;
height: 145px;
margin: 0px auto;
padding: 0px;
overflow: hidden;
border: 1px solid #CBC8C8;
}
.inside_img3_video_main a{ margin:0 0 !important;}
.video_main li a {
color: #545454;
display: inline-block;

font-size: 11px;
line-height: 18px;
margin: 10px 0 0 0px;
padding: 0;
text-align: center;
text-decoration:none;
}
/***********************video details**********************/
.video_player {
background: #333;
/*height: 430px;*/
float: left;
width: 750px;
}
.video_player iframe{
	width:100%;
	height:100%;
}

.side_more_videos {
width: 170px;
float: left;
}
.side_more_outer_alignment {
float: left;
margin: 0px 0px 10px 25px;
}
.more-video-outer-deatails {
float: left;
width: 186px;
overflow: hidden;
}
.side_more_related_thumb_outer {
margin: 0 10px 0 0;
float: left;
width: auto;
}
.border {
border: 1px solid #BEBEBE;
}
.side_more_videos_thumb_img {
float: left;
width: 180px;
/*height: 125px;
*/overflow: hidden;
margin: 2px;
}
.video_deatail_inner_cont {
float: left;
width: 100%;
text-align: center;
/* font-weight: bold; */
font-size: 10px;
overflow: hidden;
height:42px;
}
.side_more_videos_thumb_img img {
width: 100%;
}
h1.video{
	font-size: 17px;
/* color: white; */
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
width: 100%;
}
.slide-tourisam{
	width: 100%;
float: left;
overflow: hidden;
height: 350px;
}
.life-style-news-outer-tour {
width: 206px;
float: left;
margin: 0 9px 15px;
/* height: 385px; */
background: #ffffff;
/*border: 1px solid #bcbab8;*/
}

.life-style-news-img-tour {
width: 206px;
float: left;
height: 150px;
overflow: hidden;
}
.life-style-news-cont-tour {
width: 183px;
float: left;
/*height: 116px;
*/font-size: 12px;
line-height: 20px;
margin: 0 5px;
overflow: hidden;
}
.life-style-news-cont-tour h3.head {
font-size: 13px;
color: #37688e;
margin: 5px 0px 10px 0px;
text-align: center;
font-weight: normal;
}
h1.tour-head-2{
	font-size: 17px;
font-weight: normal;
margin: 10px 9px;
border-bottom: 1px dotted #444444;
padding-bottom: 5px;}
.tour-artical-img {
float: left;
width: 300px;
height: 225px;
overflow: hidden;
border: 1px solid #e4e4e4;
margin: 0 20px 0 0;
}
/****************************News Deatils**************************************/
.inner_content {
width:100%;
float: left;
}
.bread_crum {
width: 100%;
float: left;
margin: 7px 0px 20px 0;
font-size:10px;
}
.bread_crum ul li {
list-style: none;
float: left;
}
.bread_crum ul li a {
padding: 0 3px;
text-decoration: none;
margin: 3px;
color: #F00;
}
.morenews_row_2 {
width: 99%;
float: left;
margin: 0px 0px 0px 10px;
/* border-bottom: 1px solid rgba(159, 156, 156, 0.4); */
padding-bottom: 15px;
}
h2.news {
color: #413e3e;
text-align: left;
padding: 0px 0px 5px 0px;
font-size: 19px;
font-weight: 600;
line-height: 22px;
margin-bottom: 10px;
}
.related_thumb_outer {
margin: 0 10px 0 0;
float: left;
width: auto;
}
.news_img_deatail {
width: 300px;
float: left;
overflow: hidden;
/*height: 206px;
*/margin: 2px;
}
.news_img_deatail img {
width: 100%;
}
.morenews_row_2 p {
padding: 0 15px 0 10px;
text-align: left;
font-size: 11px;
}
.row_cating_adjust {
margin: 10px 0 0px 0px;
}
.related_row {
width:97%;
float: left;
margin:5px 0px 0 0;
border-bottom: 1px dotted #D6D6D6;
padding-bottom:5px;
}
.related_thumb_outer {
margin: 0 10px 0 0;
float: left;
width: auto;
}
.related_thumb_img {
float: left;
width: 75px;
height: 52px;
overflow: hidden;
margin: 2px;
}
.related_thumb_img img {
width: 100%;
height:100%;
}
.related_cont {
width: 83%;
float: left;
font-size: 12px;
height: 52px;
overflow: hidden;
}
.related_cont h3{font-size: 12px;color: #0E6093;line-height: 17px; margin-bottom:3px;}
.related_row:hover h3, .related_cont h3:hover{  color:#f26722; } 

.related_cont p {
overflow: hidden;
font-size:10px;
line-height: 15px;
}
.related_row a.view-more{
	margin-top: 27px;
	margin-bottom:0px;
	display:none;
}

h2.news {
color: #413e3e;
text-align: left;
padding: 0px 0px 5px 0px;
font-size: 15px;
font-weight: bold	;
line-height: 22px;
margin-bottom: 10px;
}
h2.news span {
font-size: 10px;
margin: 0px 0 0 0px;
color: rgb(178, 178, 178);
line-height: 25px;
}
/*********************.gallery-deatail*******************/
.gallery_slide_row {
width: 98%;
float: left;
margin: 10px 0px 10px 10px;
}
.arrow {
float: left;
width: 100%;
margin: 8px 0px;
}
.arrow a {
background: #006ea6;
padding: 5px 13px;
color: white;
text-decoration: none;
/* font-weight: bold; */
font-size: 15px;
border-radius: 2px;
}
.gallery_slide_row_inner {
float: left;
width: 100%;
overflow: hidden;
}
.gallery_slide_row_inner img {
margin: 0 auto;
width: 100%;
}
.arrow_left {
float: left;
}
.arrow_right {
float: right;
}
.row-gallery-deatail {
width: 98%;
float: left;
margin: 0 5px 10px 5px;
}
.row_cating_adjust {
margin: 10px 0 0px 0px;
}
.news_1{color: #413e3e;
text-align: left;
padding: 0px 0px 5px 0px;
font-size: 19px;
font-weight: normal;
line-height: 17px;
margin-bottom: 10px;
}
.highlights h1.clr-1 {
background: #b58704;
font-size: 17px;
color: white;
margin: 0px 0px 0px;
padding: 10px 8px;
font-weight: normal;
text-transform: uppercase;
text-align: CENTER;
}
/********************tabs*************************/
.regulars-1st {
float: left;
width: 260px;
/*margin: 0 5px;*/
border-bottom: 1px solid #e4e4e4;
padding-bottom: 10px;
margin-bottom: 10px;
}
.regulars-1st:last-child { border:0;}
.regulars-1st_img {
float: left;
width: 90px;
height: 68px;
overflow: hidden;
margin: 0 10px 0 0;
}
.regulars-1st_img img {
width: 100%;
}
.regulars-1st-cont {
width: 150px;
float: left;
}
.regulars-1st-cont p, .regulars-1st-cont span, .regulars-1st-cont div, .regulars-1st-cont a {
font-size: 10px;
text-align: left;
line-height: 14px;
height: 55px;
overflow: hidden;
color: rgb(0, 110, 166);
}
.regulars-1st-cont p:hover, .regulars-1st-cont span:hover, .regulars-1st-cont div:hover, .regulars-1st-cont a:hover{color:#f26722;}
a.read-more-dot {
float: right;
font-size: 14px;
padding: 0;
margin: 0;
height: 15px;
}
.top-store-right{
	width: 305px;
float: left;
background: #fbfbfb;
}
.add img{
	width:100%;
}
.clr-2{
	
background: #068e29;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}	

.clr-3{
	
background: #a06602;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}	
.clr-4{
	
background: #a03602;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}	
.clr-5{
	
background: #a00250;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.clr-6{
	
background: #f44204;
font-size: 17px;
color: white;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}	
.saga-tv{
	font-size: 17px;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 5px;
margin-left: 5px;
width: 50%;
float:left;
}
.money-value {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 5px;
  float:right;
}
.atss{ bottom:20%  !important; }
.index-left{
	float:left ;
	width:685px;
}
.index-right{
		width: 305px;
float: left;
background: #fbfbfb;
	
}
.money {
  margin-top: -5px;
  width: 299px;
  float: left;
  background: #f6f6f6;
border:0px solid #bcbab8;
}
.money .container {
  background: #F0F0F0;
  border: 1px solid #BEBEBE;
  height: 28px;
  margin: 0;
  width: 298px;
}
.container{ border:0 !important;}
.container .wrap {
  top: 5px !important;
}
.money-cont{
	width:95%;
	margin:0 auto;
	max-height:100px;
	margin-top:10px;
	margin-bottom:10px;
}
.mony-head {
font-size: 17px;
font-weight: normal;
text-transform: uppercase;
text-align:center;
margin-bottom: 5px;
margin-left: 5px;
width: 100%;
font-weight:500;
}
.money-cont p{
	color: #0560a7;
}
.tamilnadu .topstories-1st:last-child{
	border:0;
}
/******************************astrology****************************/
.astrology_ful{
	width:98%;
	float:left;
	margin:0 0 0 0px;
	padding:0px;
}
.astrology_ful .listastro{
	list-style:none;
	margin:0 0 0 0px;
	padding:0px;
	float:left;
	width:100%;
}
.astrology_ful .listastro li{
	  border: 2px solid #dddddd;
    border-radius: 5px;
    float: left;
    margin: 10px 14px;
    overflow: hidden;
    padding: 0;
    width: 20%;
}
.astrology_ful .listastro li:hover{
	border: 2px solid #f26722;
}
.astrology_ful .listastro li a img{
	 border: medium none;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.astrology_ful .listastro li span {
	 float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.astrology_ful .listastro li span a{
	color: #333;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 1px auto 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.astrology_ful .listastro li span a:hover{
	color:#f26722;
}
.astro_detail strong{
	color:#f26722;
}
.astrology_fulstrong{
	color:#f26722;
}
.astro_detail{
	width:100%;
	margin: 0 0 0 0px;
	padding:0px;
	float:left;
}
.astro_detail p{
	font-size:14px;
	color:#333;
	margin:0 0 0 0px;
	padding:0px;
}
.widall{
	width:100% !important;
	margin-top:10px !important;
	
}
.heightall{
	height:auto !important;
}
.widall .tabs{
	width: 100%;
	background:#e8e8e8;
	margin:0px !important;
	padding:0px;
	border:#bcbab8 solid 1px;
	border-bottom:none !important;
	float:left;
}
.widall .tabs li{
	background:#333;
	color:#fff !important;
}
.widall .tabs li:hover{
		background:#f26722;
	
}
/*****************************new pags code 21.1.2015*********************************/
.review_full {
    float: left;
    margin: 10px 15px 25px 10px;
    width: 96%;
}
.review_split {
     float: left;
    margin: 10px 10px 10px 0;
    width: 46%;
	border-bottom:#e3e3e3 solid 1px;
	padding:5px;
	height:135px;
	overflow:hidden;
}
.review_split:hover{
	background:#f4f4f4;
}
.review_splitimg {
    box-shadow: 3px 3px 2px rgba(15, 15, 15, 0.1);
    float: left;
    /*height: 125px;*/
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 35%;
}
.review_splitimg a {
	margin:0 0 0 0px;
	padding:0px;
}
.review_splitimg a img{
	margin:0px;
	padding:0px;
	border:none;
	width:100%;
}
.review_splitcont {
    float: left;
    font-size: 13px;
    text-align: left;
     width: 60%;
}
.review_splitcont h2.rev_head {
    color: red;
    font-size: 19px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.review_splitcont p{
	font-size: 12px;
    line-height: 16px;
    margin-bottom:0px;
    margin-top:0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#333;
}
.review_splitcont p span{
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 0px;
	padding:0px;
	color:#f26722;
}
.row_all{
	float:left;
	margin:0 0 0 0px;
	padding:0px;
	width:100%;
}
.review_rate{
	float:left;
	width:30%;
	margin:0 0 0 0px;
	padding:0px;
}
.review_star{
	 float: left;
    height: 15px;
    margin: 5px 0 0;
    padding: 0;
    width:70%;
	background:url(../images/star_review.png) repeat-x center left;
}
.view_more_review{
	float: right;
	margin:0 0 0 0px;
	padding:0px;
	color:#f26722;
	font-size:11px;
	text-decoration:none;
	
}
.view_more_review:hover{
	text-decoration:underline;
	color:#333;
}
.re_contall{
	float:left;
	margin:0 0 0 0px;
	padding:0px;
	width:100%;
}
.re_contall p{
	 color: #333;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 0;
	text-align: left;
    margin-top: 0 !important;
    overflow: hidden;
    white-space: normal;
	height: 54px;
}
/*************review detail******/

.review_img_deatail {
    float: left;
    width:37%;
	overflow:hidden;
	margin: 0 10px 1px 0;
}
.review_img_deatail img{
	margin:0px;
	padding:0px;
	border:none;
	width:100%;
}
.review_main_contdetail{
	 width: 61%;
	 float:left;
}
.review_main_contdetail h1{
	 border-bottom: 1px solid rgba(3, 3, 3, 0.22);
    color: #f26722;
    font-size: 20px;
    margin: 0 0 6px 11px;
    padding: 0 0 5px;
    width:97%;
}
.review_main_contdetail p{
	 color: #333;
    float: left;
    font-size: 12px;
    height: 20px;
    margin: 0 0 4px 10px;
    overflow: hidden;
    padding: 0;
    width: 98%;
}
.review_main_contdetail p span{
	margin:0 0 5px 0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#f26722;
}
.review_ratedetail {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
  width: 25%;
  font-weight:bold;
  font-size:12px;
}

.review_stardetail {
    background: url("../images/star_review.png") repeat-x scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 15px;
    margin: 5px 0 0 10px;
    padding: 0;
    width: 75px;
	overflow:hidden;
}
.clear {
	clear:both;
}
.re_feature h1{
	 border-bottom: 1px solid rgba(3, 3, 3, 0.22);
    color: #333;
    float: left;
    font-size: 20px;
    margin: 7px 0 7px 7px;
    padding: 0 0 5px;
    width: 60%;
}
.re_feature a{
	text-decoration:none;
	color:#f26722;
}
.re_feature a:hover{
	text-decoration:underline;
	color:#333;
}
/*************end detail*********/

/******22.1.2015***********/
.head_inner {
    border-bottom: 1px solid #e4e4e4;
    font-size:20px;
    font-weight: 600;
    margin:15px 10px 10px 1px;
    padding-bottom: 7px;
    text-transform: uppercase;
	float:left;
	width:95%;
}
.home_reviews_outer {
    float: left;
   margin: 5px 29px 5px 0;
    width: 176px;
	border:#e9e9e9 solid 1px;
	padding: 5px;
}
.home_reviews_img {
    float: left;
   /* height: 190px;*/
    margin-bottom: 5px;
    overflow: hidden;
    width: 176px;
}
.home_reviews_img a img{
	width:100%;
	border:none;
	height:100%;
}
.home_reviews_cont {
    float: left;
    height:22px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    width: 176px;
}
.home_reviews_cont a{
	color:#333;
	text-decoration:none;
	font-size:13px;
}
.home_reviews_cont a:hover{
	color:#f26722;
}

/*************end detail*********/

.vote-btn{
	background: #D8D6D6 url("http://gatedontechnologies.com/tamilsaga/assets/images/poll-option-bg-strip.jpg") repeat-x 0 0;
border: 1px solid #90908F;
border-radius: 5px;
color: #000000;
cursor: pointer;
display: block;
font-size: 14px;
margin: 10px 0;
padding: 5px 8px;
text-decoration: none;
}
.new-list-cont a{
	color:#333;
}
.new-list-cont a:hover{
	color:#f26722;
}
.new-list-bg:hover{
	background:#fafafa;
}
.new-list-bg:hover a, .new-list-bg:hover h3{  color:#f26722; }
.new-list-bg:hover .more-news{ background:#f26722;}

.related_row a.view-more:hover{
	background:#f26722;
}
.view-more:hover{
	background:#f26722;
}
.hight-1{
	height: 658px;
overflow: hidden;
}
.hight-2{
height: 482px;
overflow: hidden;
margin-bottom:2px;
}
.hight-tech{
	height: 957px;
overflow: hidden;
}
.hight-tech-2 {
height: 485px;
overflow: hidden;
margin-bottom: 2px;
}
.hight-4{height: 390px;
overflow: hidden;
}
/*************************************************/
.slide-tourisam {
width: 100%;
float: left;
overflow: hidden;
height: 300px;
}
.slide-tourisam img{ width:100%;}
.life-style-news-outer-tour {
width: 206px;
float: left;
margin: 0 9px 15px;
/* height: 385px; */
background: #ffffff;
/*border: 1px solid #bcbab8;*/
}

.life-style-news-img-tour {
width: 206px;
float: left;
height: 150px;
overflow: hidden;
}
.life-style-news-img-tour img{
	width:100%;
}
.life-style-news-cont-tour {
width: 183px;
float: left;
/*height: 116px;
*/font-size: 12px;
line-height: 20px;
margin: 0 5px;
overflow: hidden;
}
.life-style-news-cont-tour h3.head {
font-size: 13px;
color: #37688e;
margin: 5px 0px 10px 0px;
text-align: center;
font-weight: normal;
}
h1.tour-head{
	font-size: 20px;
font-weight: normal;
margin: 7px 0px 15px 0;
/* border-bottom: 1px dotted #444444; */
padding: 6px 0 6px 11px;
background: rgb(208, 159, 20);
text-transform: uppercase;
color: white;
letter-spacing: 1px;
border-left: 7px red solid;}
.tour-artical-img {
float: left;
width: 300px;
height: 225px;
overflow: hidden;
border: 1px solid #e4e4e4;
margin: 0 20px 0 0;
}
/****gme*/
.geme-outer-tour {
width: 98%;
float: left;
margin: 0 9px 15px;
/* height: 385px; */
background: #ffffff;
/* border: 1px solid #bcbab8; */
}
.geme-img-tour {
width: 100%;
float: left;
/* height: 150px; */
overflow: hidden;
}
.geme-img-tour img {
	width:100%;} 
	
.geme-img-cont {
width: 100%;
float: left;
/* height: 116px; */
font-size: 12px;
line-height: 20px;
margin: 0 5px;
overflow: hidden;
}
.gme-btn-left{
	float: left;
margin: 20px 0px;
}
.gme-btn-right{
	float: right;
margin: 20px 0px;
}
.gme-btn{
	text-decoration: none;
color: white;
background: rgb(14, 145, 184);
padding: 5px 10px;
margin: 10px 0px;
}
.gme-btn-2{
	text-decoration: none;
color: white;
background:rgb(3, 160, 47);;
padding: 5px 10px;
margin: 10px 0px;
}
.view-more-new {
float: right;
font-size: 9px;
color: #333 !important;
padding: 0px 5px;
text-decoration: underline;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-bottom: 5px;
margin-right: 5px;
font-weight: 600;
}
.gap_30{
	width:100%;
	height:30px;
	float:left;
}
.social{ float:right; width:auto; margin: 20px;}
.social ul li{ float:left; list-style:none;margin: 0 -3px;}
.social ul li img{ width:75%; display:none;}
.social ul li:hover{opacity:0.8} 
.srilanka-side {
float: left;
width: 100%;
margin:0px 2px 0px 0px;
border: 1px solid #e4e4e4;
}
.section-srilanka {
width: 100%;
float: left;
margin: 0 0 0 0;
}
.section-srilanka  .topstories-1st {
float: left;
width: 99%;
margin: 0 5px;
border-bottom: 0;
padding-bottom: 0px;
margin-bottom: 10px;
}
.section-srilanka .topstories-1st-cont {
width: 200px;
float: left;
height: auto;
}
.section-srilanka .topstories-1st-cont p {
font-size: 10px;
text-align: left;
line-height: 15px;
height: 31px;
overflow: hidden;
}
.section-srilanka .topstories-1st-cont h3, .tamilnadu .topstories-1st-cont h3 a {
margin-bottom: 3px;
font-size: 12px;
color: rgb(14, 96, 147);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-weight: 500;
}
.topstories-1st-cont h3:hover, .topstories-2nd-cont h3:hover {
color: #f26722;
}h1.clr-15 {
background: #ffb700;
font-size: 17px;
color: #8d2029;
margin: 0px 0px 10px;
padding: 6px 8px;
font-weight: normal;
text-transform: uppercase;
}
.header-add-2 {
float: left;
width: 100%;
margin: 0px 0px 0px 5px;
}
.header-add-2 img{ width:100%;}
ul.footer-menu {float: left;
margin: 0 0 9px 0;}
.footer-menu li{ float:left; list-style:none;}
.footer-menu li a{  text-decoration:none; color:#FFF;padding: 11px;font-size: 11px;}
.atss a {
  position: relative;
  display: block;
  width: 40px !important;
  line-height: 40px;
  border-radius: 45px;
  margin: 0;
  padding: 4px 0 !important;
  outline: none;
  text-align: center;
  text-indent: -9999em;
  float: left;
  -webkit-transition: width .15s ease-in-out;
  -moz-transition: width .15s ease-in-out;
  -ms-transition: width .15s ease-in-out;
  -o-transition: width .15s ease-in-out;
  transition: width .15s ease-in-out;
  overflow: hidden;
  background: #e8e8e8;
  z-index: 100030;
}
.field_control{ float: left;
  width: 70%;
  margin-bottom: 5px;
}
.field_control label{ width:20%; float:left;}
.field_control input{ width: 70%;
  float: left;
  background: #FAFAFA;
  border: 0;
  height: 25px;
  border: 1px solid #e4e4e4;
  padding: 0 15px 0 6px;}
  .field_control textarea{width: 70%;
  float: left;
  background: #FAFAFA;
  border: 0;
  height: 125px;
  border: 1px solid #e4e4e4;
  padding: 0 15px 0 6px;}
  .contact-page-form{float: left;
  /* width: 90%; */
  /* margin: 0 auto; */
  margin-left: 10px;}
  .contact-page-form h4{font-weight: normal;
  font-size: 20px;
  margin: 5px 0 20px;}
  .submit{ background:#060 !important; color:#FFF  !important; padding:8px  !important; float:right  !important; margin-right:25px  !important; width:auto !important; height:auto !important; cursor:pointer;}