@media screen and (max-width:1130px) {

/* Hide the 'normal nav and show the mobile nav */
	.js #menu {
		display:none;
	}
	.js .slicknav_menu {
		display:block;
	}
	/* End of show/hide main nav */
	
	#topnav, #cookiebar {
		display: none;
	}

}

/* Medium screens */
@media screen and (max-width:850px){
	.sideborder {
	border-left: none;
}
#cssmenu li.has-sub {
	margin-top: 0px;
}

#contentleft {
	padding-right: 0px;
}
#topnav {
	margin-top: 20px;
}
.footericons {
	text-align: left;
}
.categoryleadtext {
	margin-left: 0px;
}
.productmainphoto {
	padding-left: 0px;
}
.box {
	width: 50% !important;
}
}

/* Mobile Only */
@media screen and (max-width:770px){
	
.tabs label {
	display: block;
	border: 1px solid #ddd;
}
.tabs input:checked + label {
	border: none;
}
#homemainContent .contentcontainer .homepageintro {
	padding-right: 0px;
}
.hidemobile, .sidenavcont {
	display: none;
}
.rightproductsection {
	width: 100%;
}
.mobileonly {
	display: block;
}
.hometextleft {
	text-align: left;
}
.largephotocont {
	display: none;
}
.headlineproduct {
	margin-top: 15px;
	background-image: none;
	color: #007ac2;
}
.storycontent {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
img.floatright {
	max-width: 150px;
}
    .footerlogomarginleft {
        margin-left: 0px;
    }
}

@media screen and (max-width:600px){
	.box {
		width: 100% !important;
	}
}