@media screen and (max-width:1180px) {

/* Hide the 'normal nav and show the mobile nav */
	#cssmenu {
		margin-left: 0px;
		text-align: left;
	}
	#topnavcont {
		margin-top: 10px;
	}
	/* End of show/hide main nav */
	.logo {
		width: 100%;
		float: none;
	}
	#cssmenu {
		width: 100%;
	}
	.contentcontainer {
	margin-top: -100px;
}
.notopmargin {
	margin-top: 10px;
}
.homebox {
	margin-top: 10px;
}
}

@media screen and (max-width:950px) {

/* Hide the 'normal nav and show the mobile nav */
	#cssmenu {
		display:none;
	}
	#mobilemenu, #menuToggle {
		display: block;
	}
	/* End of show/hide main nav */
	
	#cookiebar {
		display: none;
	}
	.contentcontainer {
	margin-top: -20px;
}
.notopmargin {
	margin-top: 10px;
}
#notification {
	border-top: 80px solid #FFF;
}
}

/* Medium screens */
@media screen and (max-width:48em){
	.sideborder {
	border-left: none;
}
#cssmenu li.has-sub {
	margin-top: 0px;
}

.contentleft {
	padding-right: 0px;
}
.contentright {
    padding-left: 0px;
}
.categoryleadtext {
	margin-left: 0px;
}
.homecontentcontainer {
	padding: 0px 20px !important; 
}
}

/* Mobile Only */
@media screen and (max-width:600px){
	
.tabs label {
	display: block;
	border: 1px solid #ddd;
}
.tabs input:checked + label {
	border: none;
}
.floatleft {
	max-width: 100px;
}
.homelargephoto {
	display: block;
}
}

@media screen and (max-width:820px){
.headercontact {
	width: 100%;
}
}