img {max-width: 100% ;} 


/* #Tablet (Landscape)
================================================== */

@media only screen and (min-width: 960px) and (max-width: 1024px) {

.wrapper960, .backgrounds, .content_background, #logo, #header {
	width:95% !important;
}
.backgrounds {margin-left: 2.6%;}
.wrapper960, .content_background, #header {margin: 0 auto;}

.logo_container, h1.logo, h1.logo a {width:820px !important;}

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (min-width: 768px) and (max-width: 959px) {

.wrapper960, .backgrounds, .content_background, #logo, #header {
	width:95% !important;
}
.backgrounds {margin-left: 2.5%;}
.wrapper960, .content_background, #header {margin: 0 auto;}

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

}

/* #Mobile (Landscape)
================================================== */

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

.wrapper960, .backgrounds, .content_background, #logo, #header {
	width:95% !important;
}
.backgrounds {margin-left: 2.5%;}
.wrapper960, .content_background, #header {margin: 0 auto;}

#sidecol_a, #sidecol_b, .items-row .item {
	width:100% !important;
}
#content_remainder {
	width: 100% !important;
}
.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2 {
	width:100% !important;
}


/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

.maincontent img {
	margin: 0px 5px !important;
}
/* Slogan Adjust */
p.site-slogan {
    right: 0px;
}

}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 440px) {
	
.wrapper960, .content_background, #logo, #header {
	width:95% !important;
}
.backgrounds {margin-left: 2.5%;}
.wrapper960, .content_background, #header {margin: 0 auto;}

#content_remainder, .items-row .item {
    width: 100% !important;
}
.top-1, .top-2, .top-3, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2, #sidecol_a, #sidecol_b {
	width:100% !important;
}
.slidesjs-previous.slidesjs-navigation, .slidesjs-next.slidesjs-navigation {
margin-top: -25px;
}
#container_main .wrapper960 {
    margin-top: 0px;
}
#footermenu {
    float: left;
}
/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

}


