@font-face {
  font-family: 'NotoSansMalayalam';
  src: url('../fonts/NotoSansMalayalam.eot?#iefix') format('embedded-opentype'),  url('../fonts/NotoSansMalayalam.woff') format('woff'), url('../fonts/NotoSansMalayalam.ttf')  format('truetype'), url('../fonts/NotoSansMalayalam.svg#NotoSansMalayalam') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Meera';
  src: url('../fonts/Meera.eot?#iefix') format('embedded-opentype'),  url('../fonts/Meera.woff') format('woff'), url('../fonts/Meera.ttf')  format('truetype'), url('../fonts/Meera.svg#Meera') format('svg');
  font-weight: normal;
  font-style: normal;
}
.headmal{
 font-family: 'Meera';
 font-size:21px;
 font-weight:600;
 color:#000;
}
.normalmal{
 font-family: 'NotoSansMalayalam';
 font-size:15px;
  color:#000;
}
.fontmeera{font-family: 'Meera';}
body {
    background-color: #fff;
	margin:0px;
    font: 13px/20px normal Helvetica, Arial, sans-serif;
    color: #000;
}
html.login, html.login body{ background-color:#888; }
html.login form{ margin-bottom:0; }
html.login div.modal{ position:relative;margin:48px auto;top:0;left:0; }
#modal-recovery{ display:none; }
.dropdown-menu{ display:none;}
.container.top{ margin-top:60px; }
.center{ text-align:center; }
form.search{ margin:0 0; }
.list-page h2 a{ float:right; }
.crud-actions{ width:158px; }
.userheading{
	padding:15px 0px;
}
.topbar{
background:#fff;

}
a:hover{text-decoration:none;}
.vide{width:26%;}
img[style*="left"]  {margin:0 20px 20px 0;}
img[style*="right"] {margin:0 0 20px 20px; }
.header-search-light {
    position: relative;
    line-height: 0;
}
.header-search-light .search-input {
    position: absolute;
    top: -7px;
    right: 33px;
    z-index: 10;
    height: 42px;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,.98);
    border: none;
    padding: 5px 30px 8px;
    color: #111;
    display: none;
    -webkit-box-shadow: 0 3px 10px 2px rgba(229,57,53,.3);
    -moz-box-shadow: 0 3px 10px 2px rgba(229,57,53,.3);
    box-shadow: 0 3px 10px 2px rgba(229,57,53,.3);
}
.header-search-light button {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.header-search-light i {
    color: #fff;
}
input[type=text]:focus {
    width: 300px;
}
.logobar{
background:#fff;
padding:10px 0px;
}
.logobar img{
float:left;
}
.breaking {
 height: 30px;	
 overflow: hidden;
 position: relative;
  background:#fff;
 border:2px solid #fdace7;
 float:left;
width:90%;
}
ul.scroller { position: relative;}
.breaking li a{color:#000;text-decoration:none;}
ul.scroller li{
 display: inline-block; display: inline; white-space: normal; vertical-align: middle;
 font-family: 'NotoSansMalayalam';
 font-size:16px;
  margin: 0;
 line-height: 30px;
 text-align: center;
 text-shadow:none;
 font-weight:400;
}
div.breakinghead{float:left;width:10%;background:#ffaee8;text-transform:uppercase;color:#000;padding:0px 10px;height: 30px;line-height: 30px;    vertical-align: middle;}
#mainnav .navbar .navbar-nav>.active>a, #mainnav .navbar .navbar-nav>.active>a:focus, #mainnav .navbar .navbar-nav>.active>a:hover{color:#fff;
background:#ffaee8;
}
.bg-pink{background:#ffaee8;}
#mainnav .navbar .navbar-nav>.collapse.show .active >a, #mainnav .navbar .navbar-nav>.collapse.show>a:focus, #mainnav .navbar-default .navbar-nav>.collapse.show>a:hover{color:#ffaee8;background:#fff;}
.collapse.show{background:#fff;color:#e56097;}
#mainnav .collapse.show .navbar-nav>li>a{color:#e56097;}
#mainnav .collapse.show .navbar-nav>li{border-bottom:1px dotted #ccc;}
#mainnav .collapse.show  .navbar-nav>li .search-input i{display:none;}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
}
#mainnav .navbar .navbar-nav>li{position:relative;line-height: 35px;}
#mainnav .navbar-nav>li>a{
    font-weight: bold;
    text-decoration: none;
	font-size:15px;
		font-family:Lato,sans-serif;
	text-transform: uppercase;
	font-weight:400;
	color:#000;
	letter-spacing:normal;
	transition: all 0.5s ease 0s;
	outline: 0;
    cursor: pointer;
    display: block;
}
#mainnav .navbar .navbar-brand i,#mainnav .navbar li a i {
    padding-left: .3em;
    font-size: 15px;
    line-height: 35px;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: relative;
	float:right;
}

#mainnav .navbar .navbar-nav li ul.dropdown-menu {
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99999 !important;
    text-align: left;
		box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}
#mainnav .navbar .navbar-nav li ul li.dropdown-item{
	-webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
	 background-color: #fff;
    color: #444;
    margin: 0;
    width: auto;
	padding:.25rem 0rem;}
#mainnav .navbar .navbar-nav li ul li.dropdown-item a {
   display: block;
    transition: all 0.5s ease 0s;
     border-bottom: 1px solid #e56097;
	 color: #444;
    height: 40px;
    line-height: 40px;
	     font-size: 16px;
    padding: 0 1em;
    font-weight: 400;
		font-family:Lato,sans-serif;
    text-transform: capitalize;
    font-style: normal;
    white-space: nowrap;
}

.dropdown-toggle::after{border:0px;margin-left:0px;}
#mainnav .navbar{padding-top:0px;padding-bottom:0px;}
#mainnav .navbar .navbar-nav  li ul li a:hover {
  padding-left: 30px;
  color: #000 !important;
  background:#e56097;
}
#mainnav .navbar .navbar-brand{padding-top:0px;padding-bottom:0px;}
#mainnav .navbar .navbar-brand i{
font-family:'Fontawesome';
    font-size: 24px;
line-height: 35px;
	padding-left:0px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
	padding-top:0rem;
	padding-bottom:0rem;
}
#mainnav .navbar .navbar-nav>li.homeicon>a {padding:0px 15px;}
.meta{
font-size:11px;
text-transform:uppercase;
font-weight:400;
}
.font20{font-size:20px;text-decoration:none;line-height:22px;font-weight:bold;}
.font15b{font-size:18px;text-decoration:none;line-height:22px;font-weight:bold;}
.font17{font-size:17px;color:#000;line-height:19px;}
.eng{font-family:lato;font-size:13px;}
.topsection{
height:auto !important;
max-height:750px;
overflow:hidden;
}
.topsectionbig {
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}
.titleheight{
height:175px;
overflow:hidden;
transition: height 1s;
}
.padr1{padding-right:1px;}
padt1{padding-bottom:1px;}
.titleheight:hover{height:220px;}
.posrel{position:relative;}
.clear{
clear:both;
}
.m40{margin-top:40px;}
.brd{border-top:1px solid #ccc;}
.topright:last-child{
margin-bottom:0px;
}
.topfirsts {
height:365px;
width:100%;
overflow:hidden;
}
.topfirsts .headtitle{
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.1;
}
.topright img,.topbottom img,.topfirsts img{
position:relative;
    background-color: #000;
}
.img-zoom-in img  { transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; }
.img-zoom-in:hover img  { opacity: 0.6; transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); }
.topfirsts .headmal{
color:#fff;
font-size:2.2rem;
text-decoration:none;
font-weight:400;
line-height: 1.1;
}
.img-scale-animate2 .hover{
padding:5px 15px;
z-index:999;
 position: absolute;
    bottom: 0px;
}
.topfirsts .hover,.topbottom .hover,.cinemabigimg .hover,.topright .hover,.cinemasmallimg .hover,.slideeditor .hover{
padding:5px 15px;
z-index:999;
 position: absolute;
    bottom: 0px;
	background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gra
	opacity:0.8;
	width:99.8%;
}
.hover .meta{
margin-bottom:10px;
}
.hover .meta .catname,.hover .meta .postdate{
background:#174382;
color:#fff;
padding:4px;
}

.meta .catname{
font-family:Roboto;
font-weight:400;
font-size:11px;
color:#174382;
}
.topbottom .headmal,.topright .headmal,.slideeditor .headmal{
color:#fff;
font-size:1.4em;
text-decoration:none;
font-weight: 500;
    line-height: 1;
}
.cinemabigimg .headmal{
color:#fff;
font-size:1.3em;
text-decoration:none;
}
.hover span{color:#fff;}
.hovershadow{text-shadow: 1px 1px #000;}
.hoverfnt{  
  font-weight:bold;
    z-index: 9999;
    position: relative;}
.slideeditor .hover,.cinemabigimg .hover{
position:absolute;
bottom:10%;
left:0;
color:#fff;
}
.slideeditor .hover{padding:15px;bottom:5px;}
.esg-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    outline: 0px solid transparent;
}
.topright {
position:relative;
line-height: 12px;
    height: 183px;
    overflow: hidden;
}
.img-topright{
display:flex;
flex: 0 0 200%;
position:relative;
}
.img-topright img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    position: relative;
}
.topright .hover{
position:absolute;
bottom:0px;
color:#fff;
height:140px;
overflow:hidden;
}
.topright .module-overlay{
    position: absolute;
    z-index: 2;
    text-align: center;
    right: 1px;
    left: inherit;
    top: 1px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    color: #028678;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	    color: #00aced!important;
}
.titlesmallheight{
height:80px;
overflow:hidden;
}
.module-overlay .post-format {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: none;
	line-height: 30px;
    position: absolute;
    right: -53px;
    top: 0;
    width: 37px;
    height: 50px;
    transition: none;
}
.module-overlay:before {
    display: inline-block;
    content: "";
    height: 100%;
    width: 0;
}
.slideeditor{
height:206px;
overflow:hidden;
}
.slideeditor img{position:relative;width:99.9%;}
.topbottom{
margin-top:0px;
margin-right:15px;
}
.topbottom:last-child{
margin-right:0px;
}
.topbottom,.img-scale-animate1{
flex: 0 0 200%;
height:300px;
}
.topbottom img,.img-scale-animate1 img,.img-scale-animate2 img{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:100%;
}
.topbtmouter,.cinemabigimg{display:flex;
justify-content:between;
}
.topbottom:before,.img-scale-animate1:before{
	content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    opacity: .8;
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.img-scale-animate2:before,.img-topright:before{
	content: ' ';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    background: -webkit-linear-gradient(bottom,rgba(226,71,115,1) 0%,rgba(247,240,232,1) 30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(bottom,rgba(226,71,115,1) 0%,rgba(247,240,232,1) 30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(226,71,115,1) 0%,rgba(247,240,232,1) 30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    opacity: .9;
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.topbottom a img,.topfirsts a img,.img-scale-animate1 a img{
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1200ms cubic-bezier(.215,.610,.355,1);
    -moz-transition: all 1200ms cubic-bezier(.215,.610,.355,1);
    transition: all 1200ms cubic-bezier(.215,.610,.355,1);
}
.SingleItemColumnInner:hover .topbottom a img,.img-scale-animate1:hover a img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    }
.SingleItemColumnInner{
    margin: 0 7.5px;
    overflow: hidden;
	position:relative;
}
.SingleItemColumn {
width:18.5%;
}
.singlerow {
    display: flex;
    flex-wrap: wrap;
}
.singlerow > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.topcarousel{
margin-top:20px;
padding-bottom:20px;
}
.topcarousel .headmal{
font-size:18px;
line-height:20px;
text-decoration:none;
}
.topcarousel .meta{
font-size:11px;
margin-bottom:5px;
}
.eec {
    display: block;
    width: auto;
    height: auto;
    position: absolute !important;
    font-size: 20px;
    text-align: center;
}
.esg-cc {
    top: 0px;
    left: 0px;
    width: 100%;
    vertical-align: middle;
}
.eg-hederissimo-element-22-a {
    display: inline-block;
    float: none;
    clear: right;
    margin: 0px 0px 0px 0px;
    position: relative;
}
.eg-hederissimo-element-22 {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 13px 10px 13px;
    border-radius: 50% 50% 50% 50%;
    background-color: rgba(0,0,0,0.50);
    z-index: 2 !important;
    display: block;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-color: #ffffff;
    border-style: solid;
}
	button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    border: none;
	    background-color: rgba(23,67,130,.9);
    -webkit-box-shadow: 0 0 4px #888;
    box-shadow: 0 0 4px #888;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    }
	.heighlights button.slick-arrow {
top:-35px;
background:transparent;
box-shadow:none;
}

button.slick-arrow:hover {
    background-color: rgba(0,0,0,.95);
    }
.heighlights button.slick-arrow:hover {
    background-color: transparent;
	box-shadow:none;
	color:#0033CC;
    }
button.slick-arrow:focus {
    outline: none;
    }
.heighlights button.slick-arrow.slick-prev{left:90%;top:-56px;}
button.slick-arrow:hover {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 8px #888;
    box-shadow: 0 0 8px #888;
    }
button.slick-arrow:before {
    color: #fff;
    display: block;
    font-size: 34px;
    line-height: 44px;
    }
.gallerycarousel button.slick-arrow ,.slick-lightbox-slick .slick-arrow{
    background-color: rgba(255,255,255,.9);
    border-radius: 0;
    -webkit-box-shadow: 0 0 4px #888;
    box-shadow: 0 0 4px #888;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    }
	.slick-lightbox-slick button.slick-arrow.slick-prev{
	left:50px;
	}
	.slick-lightbox-slick .slick-arrow{width: 80px;}
.gallerycarousel button.slick-arrow{
    width: 40px;
    height: 40px;
    margin-top: -10px;
    }

.slick-list {
    width: 100%;
    position: relative;
    }
.slick-list .slick-slide {
    background-size: cover;
    }
button.slick-arrow.slick-prev{
left:22px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
button.slick-arrow.slick-next {
    right: 0px;
    }
	.gallerycarousel button.slick-arrow.slick-prev{left:19px;}
	.galhead{
	border-bottom:3px solid #a0ce4e;
	}
	.galhead span{
	background:#a0ce4e;
	padding:8px 12px 3px;
	font-family:Lato;
	font-size:20px;
	color:#000;
	}
	.advblock{
	padding:1em 0em;
	color: #181818;
    background-color: #efefef;
	}
	h1.newsheading{
	font-family:Roboto;
	font-size:18px;
	text-align:left;
	text-transform:uppercase;
	border-bottom:1px solid #efefef;
	padding-bottom:15px;
	}
	.img-overlay-70, .title-bar-left {
    position: relative;
}
.img-scale-animate, .overflow-hidden, ul.item-inline, ul.item-inline2{
    overflow: hidden;
	position:relative;
	height:230px;
}
.img-topright{
overflow:hidden;
position:relative;
height:184px;
}
.img-scale-animate1 {height:500px;}
.img-scale-animate2 {height:400px;}
.img-scale-animate1.height400{height:380px;}
.img-scale-animate2.height200{height:280px;}
.cinemaouter{width:50%;float:left;}
.sportsouter{width:40%;float:left;}
.sportsouter1{width:60%;float:left;}
.sportside a{
text-decoration:none;
}
.spsideimg{
height:136px;
overflow:hidden;
}
.sportside h3{
line-height:14px;
}
.sportside h3{
height:75px;
transition: height 1s;
overflow:hidden;
}
.sportside .catname{
position:absolute;
top:15px;
left:25px;
padding-left:5px;
padding-right:5px;
}
.sportside h3:hover{
height:75px;
}
.padl15{padding-left:15px;}
.cinemainner{overflow:hidden;position:relative;}
.img-overlay-70:before {
    opacity: .7;
    background-image: -moz-linear-gradient(transparent,#111),-moz-linear-gradient(transparent,#111);
    background-image: -o-linear-gradient(transparent,#111),-o-linear-gradient(transparent,#111);
    background-image: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
    height: 70%;
}
.img-overlay-70:before, .more-info-link, .more-info-link-light {
    position: absolute;
    z-index: 1;
    right: 0;
}
.img-overlay-70:before, .img-overlay-90:before {
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#111),to(transparent));
    background-image: -webkit-linear-gradient(transparent,#111);
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
}
.mask-content-sm {
    position: absolute;
    z-index: 7;
    bottom: 5px;
    left: 15px;
    padding-right: 15px;
}
.post-date-light ul{ -webkit-padding-start: 0px;}
.post-date-light ul li {
    line-height: 1;
    margin-bottom: 12px;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
	list-style:none;
	float:left;

}
#news-Carousel .post-date-light ul li,.travel .post-date-light ul li,.story .post-date-light ul li{color:#434343;font-size:12px;font-family:Roboto;}
#news-Carousel .post-date-light ul li span i,.travel .post-date-light ul li span i,.story .post-date-light ul li span i{color:#434343;}
.travel{
 font-family: 'NotoSansMalayalam';
 font-size:14px;
 color:#000;
}
.carblock{
height:430px;
overflow:hidden;
transition: height 1s;
}
.carblock:hover{
height:450px;
}
.carousel-control.left,.carousel-control.right{background:transparent;}
.carousel-control-prev,.carousel-control-next{
	width: 26px;
    height: 26px;
    border: 0px solid #ddd;
    line-height: 26px;
	color:#25a048;
	text-shadow:none;
	font-weight:bold;
	}
.carousel-control-prev i,.carousel-control-next i{font-size:20px;}
.carousel-control-prev:focus,.carousel-control-prev:hover,.carousel-control-next:focus,.carousel-control-next:hover{color:#25a048;}
.carousel-control-prev{left:85%;}
.post-date-light ul li span {
    float: left;
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
}
h3.title-medium-light{
margin-top:5px;
line-height:0.8;
}
h3.title-medium-light a {
    color: #fff;
    transition: all .5s ease-out;
	text-decoration:none;
}
#news-Carousel h3.title-medium-light a ,.travel h3.title-medium-light a,.story h3.title-medium-light a {font-size:1.5rem;font-weight:600;}
h3.title-medium-light a, h3.title-semibold-light a {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.news_cnt{
float:left;
height:83px;
overflow:hidden;
margin-bottom:10px;
}
.cinema_cnt{
float:left;
height:100px;
overflow:hidden;
margin-bottom:10px;
}
.news_cnt a,.cinema_cnt a{text-decoration:none;}
.cinema_cnt h4 a, .cinema_cnt a, .news_cnt h4 a {
    font-size: 18px;
}
.news_cnt h4,.cinema_cnt h4{
transition: height 1s;height:54px;overflow:hidden;line-height:0.75em;
}
.cinema_cnt h4{height:70px;}
.news_cnt h4:hover{height:60px;}
.cinema_cnt h4:hover{height:90px;}
.catblock{
font-family:'Open Sans';
font-size:12px;
padding:4px;
color:#fff;
background:#006738;
display:inline-block;
}
.cattitle{
font-family:'Open Sans';
font-size:12px;
padding:4px 8px;
color:#000;
background:#fff;
display:inline-block;
position:absolute;
top:20px;
left:0px;
text-transform:uppercase;
}
.wombus .img-scale-animate {height:100%;}
.wombus .headmal{font-size:1.7rem;}
.date-time{
font-size:11px;
}
.color-apple:before {
    border-right: 8px solid transparent;
}
.m30{margin-top:30px;}
.mb-30{margin-bottom:30px;}
.mb20{margin-bottom:20px;}
.p10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.m10{margin-top:10px;}
.m20{margin-top:20px;}
.pad0{padding-top:0px;}
.padl0{padding-left:0px;}
.padr0{padding-right:0px;}
.padt1{padding-top:1px;}
.m0{margin-top:0px;}
.fr{float:right;}
.aligncenter{
margin:20px auto;
text-align:center;
}
.alignright{
text-align:right;
}
.topic-border {
    position: relative;
}
.topic-box-lg {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Roboto,sans-serif;
    z-index: 2;
	display:inline-block;
}
.topic-box-lg:after, .topic-box-lg:before {
    position: absolute;
    top: 0;
    content: "";
}
.topic-box-lg:before {
    z-index: 1;
    right: -8px;
    width: 0;
    height: 0;
}
.color-cinnabar:before, .topic-box:before {
    border-right: 8px solid transparent;
}
.color-web-orange:before {
    border-right: 8px solid transparent;
}
.color-web-orange:after {
    background-color: #ffab00;
}
.color-azure-radiance:after {
    background-color: #e24773;
}
.color-scampi:after {
    background-color: #e31e3e;
}
.color-scampi:before {
    border-right: 8px solid transparent;
}
.color-cod-gray:before {
    border-top: 8px solid #111;
    border-right: 8px solid transparent;
}
.color-cod-gray:after {
    background-color: #111;
}
.story{
background:#f3f3f3;
}
.pad15{padding-left:15px;padding-right:15px;}
.techbox{
background:#f9eed7;
padding:5px;
float:left;
}
.techbox .nav-tabs{
background:#fff;
}
.techbox .nav-tabs>li.active>a, .techbox .nav-tabs>li.active>a:focus,.techbox  .nav-tabs>li.active>a:hover{
color:#ffab00;
font-family:Roboto;
font-weight:500;
text-shadow:none;
font-size:14px;
border: 0px solid #ddd;
border-radius:0px;

}
.techbox .nav-tabs>li>a{
color:#999999;
font-size:14px;
font-weight:500;
}
.techbox .nav-tabs>li>a:hover{background:transparent;border:0px;}
.techbox .news_cnt{
background:#fff;
border:1px solid #ddd;
height:100px;
}
.colorblack{color:#333333;}
.topic-box-lg:after {
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
}
.color-apple:after {
    background-color: #43a047;
}
.topic-box, .topic-box-lg {
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.isotop-btn {
    position: absolute;
    z-index: 1;
    right: 100px;
    top: -2px;
}
.isotop-btn .nav-tabs .current, .isotop-btn .nav-tabs a:hover {
    color: #e53935;
	background:transparent;
}
.isotop-btn .nav-tabs{border-bottom:0px;}
.isotop-btn .nav-tabs a {
    color: #444;
    padding: 5px 8px;
    display: inline-block;
    transition: all .5s ease-out;
	font-size: 16px;
    font-family: 'Open Sans',sans-serif;
	    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
}
.isotop-btn .nav-tabs>li.active>a, .isotop-btn .nav-tabs>li.active>a:focus, .isotop-btn .nav-tabs>li.active>a:hover{
color: #e53935;
    cursor: default;
    background-color:transparent;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}
.color-cinnabar:after, .topic-box {
    background-color: #c5285f;
}
.topic-border:after {
    right: 0;
    width: 100%;
    content: "";
    left: 0;
	    position: absolute;
    display: block;
    bottom: 0;
    z-index: 2;
    height: 2px;
}
.more-info-link a {
    background: 0 0;
    color: #444;
    margin: 0;
    display: inline-block;
	font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    padding: 5px 0 5px 10px;
}
.more-info-link a i {
    color: #dcdcdc;
    /* border: 1px solid #dcdcdc; */
    margin-left: 15px;
    padding: 5px 10px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.more-info-link, .more-info-link-light {
    top: -2px;
}
.featuredcontainer{
height:536px;
position:relative;
}
.video_block{
    background-color: #f8f8f8;
	padding: 50px 0 46px;
}
.play_btn{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9;
    width: 60px;
    height: 60px;
    transition: all .5s ease-out;
}
.play_btn, .play_btn img {
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
}
.singlenews h1{
color:#000;
font-family:'NotoSansMalayalam';
font-size:160%;
 margin-bottom: 10px;
text-decoration:none;
line-height:2.0rem;
}
.singlenews p{
	font-family:'NotoSansMalayalam','Meera';
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: normal;
    padding-bottom:5px;
}
.singlenews p em{font-style:italic;}
.date_time {
    font-family: Arial;
    font-size: 12px;
    color: #959595;
    padding: 5px 0 15px;
}
.date_time i{
color:#FF3D00;
}
.posted-by {
    float: left;
    font-weight: normal;
    margin-right: 15px;
}
#share-buttons div {
margin-bottom:15px;
margin-top:15px;
line-height:16px;
font-size:11px;

}#share-buttons div i{padding-right:5px;font-size:18px;}
#share-buttons div a{
    color: #fafafa;
border: 0;
box-shadow: 0;
display: inline-block;
}
.tags {
	clear:both;
	margin:20px 0px;
    line-height: 20px;
 	font-size: 14px;
}
.tags_head {
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}
.tags a{
    font-size: 14px;
	text-decoration:none;
}
.sideadv{width:360px;overflow:hidden;}
.sectiontitle1{font-size:18px;
font-family:Roboto;}
.english_summary_heading {
    color: #333;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding-top: 4px;
}
.english_summary_content {
    font-family: arial;
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 10px;
}
.english_summary_content h2{
	padding: 6px 0;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
   }
   h3.related-title {
    font-size: 140%;
    font-family: arial;
}
.relitem{
overflow:hidden;
height:100px;
transition: height 1s;
width:100%;
}
.relitem:hover{height:120px;}
.relitem a{
font-family:'NotoSansMalayalam','Meera';
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: normal;
	text-decoration:none;
}
.sideitem{
background:#f2f2f2;
float:left;
margin-bottom:15px;
transition: height 1s;
overflow:hidden;
height:100px;
width:100%;
}
.sideitemlatest{
float:left;
transition: height 1s;
overflow:hidden;
height:239px;
width:100%;
margin-bottom:20px;
}
.tagitems a{text-decoration:none;}
.tagitems img{position:relative;}
.tagitems .hover{position:absolute;top:0px;left:0px;}
.sideitem:hover{height:120px;}
.item-readmore {
    font-size: 13px;
	    font-weight: bold;
text-decoration: none;
color: #ff3d00;
	}
.sideitem a,.sideitemlatest a{
font-family:'NotoSansMalayalam','Meera';
    font-size: 16px;
  font-weight: normal;
  text-decoration:none;
  color:#000;
}
.sideitemlatest img{
margin-bottom:10px;
width:100%;
}
.sideitemlatest a{
font-size: 14px;
}
.ad-gallery{width:100%;}
.sideimg{
max-height:140px;
overflow:hidden;

}
#share-buttons div{
width:20%;
float:left;

}
#share-buttons div i{float:left;}
.fbook {
    background: #415e9c;
	width:100%;
    text-align: center;
	padding:5px 20px;
}
.fbook:hover{background:#113580;}
.fbook1:hover{color:#113580;}
.twitter{
background:#50a9ec;
text-align:center;width:100%;padding:5px 20px;
}
.twitter:hover{background:#1f85d4;}
.twitter1:hover{color:#1f85d4;}
.google{
background:#dc4a38;width:100%;padding:5px 20px;
text-align:center;
}
.google:hover{background:#bc220d;}
.google1:hover{color:#bc220d;}
.linkedin{
background:#50a9ec;
text-align:center;width:100%;padding:5px 20px;
}
.linkedin:hover{background:#1f85d4;}
.linkedin1:hover{color:#1f85d4;}
.ema{
background:#669C41;
text-align:center;width:100%;padding:5px 20px;
}
.ema:hover{background:#2B5D09;}
.rss{
background:#e6561c;
text-align:center;width:100%;padding:5px 20px;
}
.rss:hover{background:#c83b03;}
.rss1:hover{color:#c83b03;}
.like-box {
  background: #ffffff;
  border: 1px solid #ddd;
  margin: 0px 0 44px;
  padding: 10px;
}
.like-box ul{    -webkit-padding-start: 0px;}
.like-box ul li {
  display: inline-block;
  text-align: center;
  width: 19%;
  background: #1da1f2;
  padding-bottom: 25px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}
.like-box ul li a {
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 65px;
  line-height: 85px;
}
 .like-box ul li span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}
.like-box ul li:first-child {
  background: #3b589c;
}
.like-box ul li:hover {
  opacity: .8;
}
.like-box ul .last {
  background: #ee802f;
}
.like-box ul .youtube {
  background: #ff001a;
}
.title-medium-light a {
    font-size: 16px;
    line-height: 18px;
}
#footer {
  margin:0px 0 0px 0;
  background-color: #ffaee8;
  background-repeat: no-repeat;
  text-align:center;
  padding-top:20px;
}
.footertop{
background:#fb5fcf;
padding: 14px 48px;
 margin: 20px auto 0;
 overflow: hidden;
}
#footer ul,#footer .footerli ul{
    -webkit-padding-start: 0px;
}
#footer p{
clear:left;
text-align:left;
color:#000;
    font-size: 14px;
    font-weight: 400;
	    font-family: Roboto,sans-serif;
}
#footer img{
    margin: 15px 0;
}
.fa-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.td-about-menu{
    margin: 20px 0px;
	}
#footer a{
color:#000;
}
#footer h2{
color:#000;
font-size: 24px;
    font-family: Lato,sans-serif;
    line-height: 36px;
    margin: 0;
    font-weight: 400;
    padding: 0 0 10px;
    text-align: left;
    font-style: normal;
    clear: both;
}
.m50{margin-top:50px;}
#footer ul li{float:left;list-style:none;padding-right:7px;}
#footer ul li a{
color:#000;
text-decoration:none;
padding-right:5px;
}
#footer .footerli ul li{
float:none;
list-style:none;
color:#000;
font-size:14px;
font-family:Roboto;
text-align:left;
padding-bottom:8px;
}
.text-center{
text-align:center;
}
.hrline{
height:1px;
background:#f5f5f5;
width:100%;
margin:0px auto;
}
.inner{text-align:right;padding-right:40px;}
.inner p{
font-family:Roboto;
font-size:17px;
font-weight:300;

}
.inner span{
padding-right:15px;
}
.inner span a{
color:#000;
}
body.login #footer hr {
  display: none;
}
#footer p {
  margin-bottom: 0;
}
#footer p.right {
  float: right;
}
.block-bottom-padding {
    overflow: hidden;
	border-top: 1px solid #fff;
    padding: 15px 0 0px;
}
.carousel-inner.vertical {
  height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner> .carousel-item.carousel-item-next ,
.carousel-inner > .carousel-item.active.carousel-item-right{ 
    transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;
    
}
.carousel-inner > .carousel-item.carousel-item-prev ,
.carousel-inner > .carousel-item.active.carousel-item-left{ 
    transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;
    
}
.carousel-inner > .carousel-item.next.carousel-item-left ,
.carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
.carousel-inner > .carousel-item.active{
    transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;
    
}
.singleimg{overflow:hidden;margin-bottom: 25px;}
.singleimg img{    transition: all 0.8s ease-in-out 0s;}
.singleimg img:hover {
  transform: scale(1.03);
}
.align-left {float:left;padding-right:15px;}
.align-right {float:right;padding-left:15px;}
.navbar-fixed-top .brand {
  color: #000000;
  float: right;
  font-weight: bold;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
}

.plain-form {
  margin: 0 0;
}

.progress-form-file {
  margin: 18px 0;
  width: 260px;
}

.users-header a {
  float: right;
}

.reset-margin{
  margin: 0;
}

.pagination{
  text-align: center;
} 
ul.pagination li a,ul.pagination li span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination ul li{display:inline}
.pagination ul li a,.pagination ul li span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}
ul.pagination  li:first-child>a,ul.pagination li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
ul.pagination li:last-child>a,ul.pagination li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
ul.pagination li>a:hover,ul.pagination li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
label{
  margin: 0 20px;
} 

form label:first-child{
  margin: 0 20px 0 12px;
} 

.container.login{margin-top: 60px;}
.sidebar-nav {
  padding: 9px 0;
}

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
.search-box{
  background: #ffaee8 ;
  position: absolute;
  top: 58px;
  right: 0%;
  width: 350px;
  height: 60px;
  line-height:60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #ffaee8;
  display: none;
  z-index:99999;
   -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,.98);
    border: none;
    padding: 5px 30px 8px;
    color: #111;
    -webkit-box-shadow: 0 3px 10px 2px rgba(229,57,53,.3);
    -moz-box-shadow: 0 3px 10px 2px rgba(229,57,53,.3);
    box-shadow: 0 3px 10px 2px rgba(229,57,53,.3);
}
.navbar-dark .navbar-brand{color:#000;}
.search-input i{color:#000;font-size:20px;line-height:2.0em;}
.search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ffaee8 ;
}

.search-box input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #D80B15;
  outline: none;
  float:left;
}

.search-box input[type="submit"]{
  width: 40px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}
.video_btn{
font-size:11px;
font-weight: 400;
    text-transform: uppercase; 
	   line-height: 30px;
	       padding: 0 24px 0 20px;
    border-radius: 20px;
	border-color:#fdace7;
}
.btn.video_btn.focus, .btn.video_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,171,231,.25);
}
.btn.video_btn:hover,.btn.video_btn:visited{
background:#e5059a;
}
@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px)
{
.padl0{padding-left:10px;}
.padr0{padding-right:10px;}
.logo{text-align:center;margin:0px auto;}
.topsectionbig{height:auto !important;
max-height:100%;
overflow:hidden;}
.topsection{
height:auto !important;
max-height:100%;
overflow:hidden;
}
.SingleItemColumn {
width:100%;
}
.topbottom{
flex: 0 0 100%;
height:300px;
}
.topright{
height:auto;
padding-top:10px;
padding-right:15px;
}
.topfirsts{
height:auto;
}
.topfirsts .hover, .topbottom .hover, .cinemabigimg .hover, .topright .hover,.img-scale-animate2 .hover{width:93.8%;}
.news_mob,.mobpadl{
padding-left:15px;
}
.news_mob .news_cnt{height:100%;}
.vide_mob{width:100%;}
.isotop-btn {
    position: relative;
    top: 0;
    left: -10px;
    padding: 10px 0;
}
.cinemaouter,.sportsouter,.sportsouter1{width:100%;}
.sportsouter1,.story,.cinemaouter,.mobtop{margin-top:15px;}
div.breakinghead{height:30px;overflow:hidden;padding-left:5px;width:16%;}
.breaking{float:left;
width:84%;}
.topbarnav ul{-webkit-padding-start: 0px;}
.topbarnav ul li{padding:12px 5px;}
.padr1{padding-right:10px;}
.topright .module-overlay{top:10px;right:10px;}
}
@media only screen 
  and (min-width: 640px) 
  and (max-width: 960px)
{
.topsection{
height:auto !important;
max-height:100%;
overflow:hidden;
}
.SingleItemColumn {
width:50%;
}
.topbottom{
flex: 0 0 100%;
height:300px;
}
.topright{
height:auto;
padding-top:10px;
padding-right:15px;
}
.topright .module-overlay{top:10px;right:10px;}
.topfirsts .hover, .topbottom .hover, .cinemabigimg .hover, .topright .hover,.img-scale-animate2 .hover{width:93.8%;}

.news_mob{
padding-left:15px;
}
.news_mob .news_cnt{height:100%;}
.vide_mob{width:100%;}
.isotop-btn {
    position: relative;
    top: 0;
    left: -10px;
    padding: 10px 0;
}
.cinemaouter,.sportsouter,.sportsouter1{width:100%;}
.sportsouter1,.story,.cinemaouter,.mobtop{margin-top:15px;}
}