@media (max-width : 959px) {
	
#headerbanner {
	height: calc(40vw - 20vw);
	background-size: 100%;
	image-rendering: auto;
}

#header {
	height: calc(50vw - 20vw);
	background-size: 100%;
	image-rendering: auto;
}

#ftr_bnr {
	background-size: 100%;
	height: calc(85vw - 40vw);
	image-rendering: auto;
}

#footer #ftr_links {
	max-width: 96%;
}
	
.latest-container {
	display: none;
}	

#content {
	float: none;
	margin: 21px 0;
	border: 0;
	width: auto;
	padding: 0;
}
	
#side {
	float: none;
	margin: 21px 0;
	border: 0;
	width: auto;
	padding: 0;
}

#content .featured {
	margin: 0;
	max-width: 100%;
}

#content .featured img {
	max-width: 100%;
	height: auto;
}

#latimg { 
	display: none; 
}

.imgtitle span { 
	display: none; 
}
 
#container {
	max-width: 97%;
}

#wrapper {
	max-width: 97%;
}
}

@media (max-width: 744px) {
    
#content {
	float: none;
	margin: 21px 0;
	border: 0;
	width: auto;
	padding: 0;
}
	
#side {
	float: none;
	margin: 21px 0;
	border: 0;
	width: auto;
	padding: 0;
}
	
.title {
	font-size: 22px;
	text-align: center;
}

#content .featured {
	margin: 0;
	max-width: 100%;
}

#content .featured img {
	max-width: 100%;
	height: auto;
}

.leftbox, .rightbox, .centerbox {
	display: none;
}

.imgtitle span { 
	display: none; 
}

img, img a {
	max-width: 100%;
	height: auto;
}

.title {
	font-size: 20px;
}
}

@media (max-width: 959px) and (min-width: 745px) {
    
#content {
	float: none;
	width: auto;
}
	
#side {
	float: none;
	width: auto;
}

#content .featured {
	margin: 0;
	max-width: 100%;
}

#content .featured img {
	max-width: 100%;
	height: auto;
}

.imgtitle span { 
	display: none; 
}

.title {
	font-size: 22px;
	text-align: center;
}
}
    
@media (max-width: 1119px) and (min-width: 960px) {
	
#content .featured {
	margin: 0;
	max-width: 100%;
}

#content .featured img {
	max-width: 100%;
	height: auto;
}

.imgtitle span { 
	display: none; 
}

    
#content {
	max-width: 59.09%;
}

#side {
	max-width: 32.73%;
}

#container {
	max-width:99%;
}
	
#wrapper {
	max-width:99%;
}
}