@media (max-width : 959px) {

#headerbanner { 
	display: none; 
}

.lat-icon img {
	display: none;
}

#welcome {
	display: none;
}

#logo {
	display: none;
}

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

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

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

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

@media (max-width: 744px) {

#footerbanner2 { 
	display: none; 
}

.lat-icon img {
	display: none;
}
    
#content {
	float: none;
	width: auto;
	margin: 21px 0;
	padding: 0;
	border: 0;
}
	
#side {
	float: none;
	width: auto;
	margin: 21px 0;
	padding: 0;
	border: 0;

}
	
.title {
    text-align:center;
    font-size:22px;
}

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

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

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

.imgtitle span { display: none; }

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

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

@media (max-width: 959px) and (min-width: 745px) {

#footerbanner2 { 
	display: none; 
}

.lat-icon img {
	display: none;
}
    
#content {
	float: none;
	width:auto;
}
	
#side {
    float: none;
    width:auto;
}

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

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

.imgtitle span { 
	display: none; 
}

.title {
    text-align:center;
	font-size:22px;
}
}
    
@media (max-width: 1119px) and (min-width: 960px) {

#footerbanner2 { 
	display: none; 
}

.lat-icon img {
	display: none;
}
	
.featured {
	margin: 0;
	max-width: 100%;
}

.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%;
	}
}