/*
-----------------------------------------------
Below 800px wide override styles
----------------------------------------------- */

#content {
	width: 77.777%;
}
.column {
	width: 77.777%;
	float: right;
	padding: 0;
}
#home #content {
	width: 100%;
}
#home .column {
	width: 100%;
}
#carousel {
	width: 50%;
}
/* #carousel #carousel_buttons {
	margin: 0 0 0 -71px;
}*/
#home a#logo {
	width: 200px;
	height: 60px;
	background: url(../images/page/logo_200.png) 0 0 no-repeat;
}

/* footer */

#social, #footer_nav {
	width: 60%;
	float: left;
}
#footer_nav {
	margin-top: 20px;
}
#social ul li {
	width: 100%;
}
#findus {
	width: 40%;
	margin:0;
}
.address, .numbers {
	width: 50%;
}

#main {
	width: 100%;
	min-height: 300px;
}
.column ul.feature li {
	float: left;
}
.column ul.feature {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.column ul.feature li {
	width: 100%;
}
#news_list .news_listing img {
	width: 50%;
}



form .row.text input {
	width: 80%;
}
form .row select {
	width: 80%;
}
form input#id_postal-code {
	width: 40%;
}
form .row textarea {
	width: 100%;
}

form p.note {
	width: 80%;
	float: left;
	margin: 5px 0 0 0;
}

input#id_postcode {
	width: 50%;
}
