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

#navigation{
	display:none !important;
}
	
#header{
	height: 50px;
	border-bottom: 4px solid #0563a1;
}
	
#headertop{
	height: 50px;
}
	
.sticky{
	height: 50px !important;
}	
	
#header #headerLogo{
	height: 34px;
	margin: 8px 0;
}	
	
#header .menutrigger{
	display:inline-block;
}
	
#header .rightdiv .searchtrigger{
	display:inline-block;
}
	
#header .righticons{
	margin: 10px 0 10px 5px;
}
	
.withstickyheader{
	padding-top: 55px;
}
	
#footer{
	max-width: 100%;
}

}

@media screen and (max-width:767px){
	
#footer-bottom p font.left,
#footer-bottom p font.right{
	float: none;
	display: block;
}
		
#main .leftCol{
	width: 100%;
	margin-right: 0;
}

#main .rightCol{
	width: 100%;
}	
	
.listpage .postitem{
	width: 49%;
}
	
#news_list .postitem:nth-child(1), #news_list .postitem:nth-child(2),
#reviews_list .postitem:nth-child(1), #reviews_list .postitem:nth-child(2),
#others_list .postitem:nth-child(1), #others_list .postitem:nth-child(2){
	width: 99%;
}
	
	
}

@media screen and (max-width:599px){
	
.editorcontent img[style*="float: left"] {
    margin:  0 auto !important;
	max-width: 100%;
	float: none !important;
	display: block;
}

.editorcontent img[style*="float: right"] {
    margin: 0 auto !important; 
	max-width: 100%;
	float: none !important;
	display: block;
}	
	
figure.align-left{
	float: none;
	width: 100%;
	margin: 0 auto !important; 
	display: block;
}

figure.align-right{
	float: right;
	width: 100%;
	margin: 0 auto !important; 
	display: block;
}	
	
.celebleft,
.movieleft{
	display: block;
	width: 100%;
	margin-right: 0;
	max-width: 400px;
}

.celebright,
.movieright{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}	
	
#footer-top .col{
	width: 100%;
}
	
#footerLogo{
	width: 250px;
}
	
}

@media screen and (max-width:479px){
		
.filterlist .item{
	width: 42%;
}	
	
}
