img {max-width: 100% ;} 

/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1024px) {

/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.slicknav_menu {display:block;}

#container_header {
    height: 240px;
}

}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */
    
    
@media only screen and (max-width: 959px) {

#container_slideshow {
    position:relative !important;
	padding:0px 0px 55px;
}
#container_spacer1 {
    display:none;
}
#body_bg {
    box-shadow: none;
}

/* Remove Modules */
#socialmedia, #search {display:none;}

/* Hide default hornav menu */
#hornav, .hornavmenu {display:none !important;}

/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }
}

/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

@media only screen and (max-width: 767px) {

#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;
}
#container_header {
	position:relative !important;
}
#container_main {
    padding: 25px 0;
}
#container_slideshow {
    position:relative !important;
	padding:0px 0px 25px;
}
/* Hide default hornav menu */
#hornav, .hornavmenu {display:none !important;}

/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; margin-top:13px;}

/* Remove Modules */
#socialmedia, #search {display:none;}

.maincontent img {
	margin: 0px 5px !important;
}
/* Sidecolumn Background */
.backgrounds {display: none;}

}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 440px) {
	
#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;
}
#container_slideshow {
	padding:0px 0px 25px;
}
.slidesjs-previous.slidesjs-navigation, .slidesjs-next.slidesjs-navigation {
margin-top: -25px;
}
#container_main .wrapper960 {
    margin-top: 0px;
}
#footermenu {
    float: left;
}

}


