@charset "utf-8";

/* //////////////// Head Class Settings \\\\\\\\\\\\\\\\\\\\\\\\ */
.menu {
	width:14%;
	min-width:150px;
	min-height:100px;
display: inline-block;
margin:1%;
}
.fullwidth {
	width:100%;
	clear:both;
	height:auto;
}

.centre {
	margin: 0 auto 0 auto;
	text-align:center;
}

.info {
	width:auto;
	min-height:10px;
}
.logo {
	float:left;
	clear:right;
/*	min-width:300px;
	max-width:450px;
*/	height:auto;
	margin:0 0 30px 15px;;
	padding:1.5% 0 1,5% 0;
}
.search-container {
	width:400px;
	clear:right;
	float:left;
}

.social {
	float:right;
	clear:right;
	min-width:200px;
	height:auto;
	padding:0 0 1.5% 0;
}

/* PHONE */
@media screen and (max-width: 700px) {
.social {
	clear:both !important;
	float:right !important;
}

	.hidden {
	}
	.show {
	}


}



