body {
  background: url('../images/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.container {
	width: 940px;
	min-height: 650px;
	margin: 0 auto;
}
.header {
	width: 940px;
	height: auto;
	padding-bottom: 5px;
	background-color: rgba(0,0,0,0.3);
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.tabs {
	margin-top: -16px;
}
ul.horizontal {
	list-style: none;
	height: auto;
	background-color: rgba(255,255,255,0.3);
	padding-top: 6px;
	padding-bottom: 30px;
	padding-left: 45px;
}
ul.horizontal li a {
	float: left;
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #143548;
	margin: 0;
	padding-right: 10.2%;
	text-decoration: none;
}
.active {
}
.active a {
	color: #fffcd9 !important;
}
.john {
	width: 12%;
	height: auto;
	padding-left: 15px;
	padding-top: 5px;
}
.accreditation {
	width: 20%;
	height: auto;
	position: absolute;
	bottom: 12px;
	left: 45px;
}
.ukcpmember {
	width: 16%;
	height: auto;
	position: absolute;
	bottom: 12px;
	left: 250px;
}
.tabs h3 {
	clear: both;
	float: left;
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	text-align: justify;
	padding: 15px 45px 0 45px;
	color: #143548;
}
span.larger {
	font-size: 19px;
	color: #c67f5c;
}
.tabs a {
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	color: #143548;
}
#tab-1, #tab-2, #tab-3, #tab-4, #tab-5 {
	width: 940px;
	background-color: rgba(255,255,255,0.7);
	margin-top: -16px;
	position: relative;
	margin-bottom: 40px;
}
#tab-1 {
	height: 550px;
}
#tab-2 {
	height: 1100px;
}
#tab-3 {
	height: 760px;
}
#tab-4 {
	height: 700px;
}
#tab-5 {
	height: 630px;
}
ul.inlinelist {
}
ul.inlinelist li {
    list-style: none;
	margin-left: -38px;
}
ul.inlinelist li:before {
    content:"•";
    font-size: 16px;
	padding-right: 8px;
	color: #10538a;
}
.quote {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 500px;
}
.quoter {
	font-weight: 400;
	font-size: 11px;
	font-style: normal;
}
h5.mapclick {
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	color: #143548;
	text-align: left;
	padding-left: 45px;
}
h5 {
	font-family: "effra",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #143548;
	text-align: right;
	margin: 0;
	padding-right: 30px;
}
.footer {
	clear: both;
	width: 300px;
	height: 20px;
	position: fixed;
	bottom: 20px;
	left: 10px;
}
h1 {
	font-family: "ff-more-web-pro-wide",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	color: #E3946C;
	/*color: #fffcd9;*/
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}
span.small {
	font-size: 12px;
}
h2 {
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: #fffcd9;
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	letter-spacing: 1px;
}
h3 {
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	color: #fffcd9;
	margin: 0;
	padding: 5px 0 40px 0;
	letter-spacing: 1px;
}
.location {
	width: 70%;
	height: auto;
	padding-left: 45px;
}
img {
	border: none;
}
a.email:link, a.email:visited, a.email:active, a.email:hover {
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	color: #fffcd9;
	text-decoration: none;
	letter-spacing: 1px;
}
h6 {
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	color: #b0b1c5;
	padding-left: 1%;
}
a.credits {
	font-weight: 400;
	font-size: 10px;
	color: #b0b1c5;
}
/*ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.container {
		width: 640px;
	}
	.header {
		width: 640px;
	}
	ul.horizontal {
		padding-left: 30px;
	}
	ul.horizontal li a {
		padding-right: 5.6%;
	}
	.tabs h3 {
		padding: 15px 45px 0 30px;
	}
	#tab-1, #tab-2, #tab-3, #tab-4, #tab-5 {
		width: 640px;
	}
	#tab-1 {
		height: 550px;
	}
	#tab-2 {
		height: 1300px;
	}
	#tab-3 {
		height: 850px;
	}
	#tab-4 {
		height: 750px;
	}
	#tab-5 {
		height: 450px;
	}
	.location {
		padding-left: 30px;
	}
	h5.mapclick {
		padding-left: 30px;
	}
	.accreditation {
		left: 30px;
	}
}
/*iphone*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	.container {
		width: 540px;
	}
	.header {
		width: 540px;
	}
	ul.horizontal {
		padding-left: 30px;
	}
	ul.horizontal li a {
		font-size: 14px;
		padding-right: 6.5%;
	}
	.tabs h3 {
		font-size: 15px;
		padding: 15px 45px 0 30px;
	}
	span.larger {
		font-size: 17px;
	}
	.quote {
		width: 395px;
	}
	.quoter {
		font-size: 9px;
	}
	#tab-1, #tab-2, #tab-3, #tab-4, #tab-5 {
		width: 540px;
	}
	#tab-1 {
		height: 550px;
	}
	#tab-2 {
		height: 1300px;
	}
	#tab-3 {
		height: 850px;
	}
	#tab-4 {
		height: 750px;
	}
	#tab-5 {
		height: 450px;
	}
	.location {
		padding-left: 30px;
	}
	h5.mapclick {
		padding-left: 30px;
	}
	.accreditation {
		left: 30px;
	}
}
