/* ------------------------------------------------
	General Styles
------------------------------------------------ */

html, body {
	font-size: 13px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	height: 100%;
}

.xsmall { font-size: 0.7em; }
.small { font-size: 0.9em; }
.normal { font-size: 1em; }
.big { font-size: 1.2em; }
.huge { font-size: 1.8em; }
.massive { font-size: 2.8em; }

.blue { color: #add9e5; }
.green { color: #add29e; }
.orange { color: #f68725; }

.bold { font-weight: 800; }
.underline { text-decoration: underline; }

.left { text-align: left; }
div.left { float: left; }
.right { text-align: right; }
div.right { text-align: left; float: right; }
.center { text-align: center; }
div.center { text-align: left; margin: 0 auto; }
.clear { float: none; clear: both; }

a {  }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #add9e5; }
a:active { color: #add29e; }

h1, h2, h3, h4 {
	font-weight: 300;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}

hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; }
	
ul.nolist {
	list-style: none;
	padding: 0;
}
	
input[type="text"], input[type="password"], textarea {
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline-color: #f68725;
	outline-offset: -2px;
	outline-style: auto;
	outline-width: 5px;
}
input[type="submit"], input[type="button"], input[type="reset"], div.button {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	color: #666;
	background-color: #fff;
}
input[type="submit"]:hover {
	color: #fff;
	border: 1px solid #ccc;
	background-color: #f68725;
}

/* ------------------------------------------------
	Template Styles
------------------------------------------------ */
html, body {
	background-color: #add29e;
}

#page {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 20px;
	min-height: 100%;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

#header,
#nav,
#content,
#footer {
	clear: both;
	overflow: hidden;
}

/* ------------------------------------------------
	header styles
------------------------------------------------ */

#header {
	min-height: 170px;
}
#att, #logo, #icaew {
	float: left;
	width: 33%;
}
#att p, #logo p, #icaew p { margin: 0; }
#att img {
	width: 150px;
	margin-top: 10px;
}
#logo {
	text-align: center;
}
#logo img {
	width: 150px;
}
#logo .slogan {
	margin-top: -50px;
}
#icaew img {
	width: 200px;
	margin-top: 10px;
}
#icaew .telephone_header {
	font-size: 1.8em;
	margin-top: 1em;
	font-weight: 300;
}

/* ------------------------------------------------
	navigation / menu styles
------------------------------------------------ */

#nav {
	margin: 20px 0;
	border-top: 1px solid #add9e5;
	border-bottom: 1px solid #f68725;
	overflow: hidden;
}
.navigation {
	text-align: center;
	float: right;
	position: relative;
	left: -50%;
}
#nav ul {
	list-style: none;
	position: relative;
	left: 50%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	padding: 10px;
}
#nav a,
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color: #000;
}
#nav li {
	float: left;
	position: relative;
}
#nav li:not(.break):hover {
	background-color: #add29e;
}
#nav li.break {
	margin: 0 20px;
	color: #eee;
	padding-top: 10px;
}
#nav li.break:after {
	content: '|';
}

/* ------------------------------------------------
	footer styles
------------------------------------------------ */

#footer {
	margin: 60px 20px 0;
	border-top: 1px solid #add9e5;
	padding-top: 10px;
}

#address {
	float: left;
}

#social {
	float: right;
	margin-top: 35px;
}
#social a {
	margin-right: 20px;
	display: inline-block;
	padding-bottom: 3px;
}

#social a.twitter { color: #add29e; border-color: #add29e; }
#social a.facebook { color: #add9e5;  border-color: #add9e5; }
#social a.contact { color: #f68725;  border-color: #f68725; }

#social a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

/* ------------------------------------------------
	common content styles
------------------------------------------------ */

#content {
	padding: 0 40px;
}




/* ------------------------------------------------
	mobile & tablet styles
------------------------------------------------ */

@media (max-width : 1199px) {
	#page {
		width: 95%;
	}
}
@media (min-device-width: 900px), (min-width: 900px) {
	#nav li.break {
		margin: 0 10px;
	}
}
@media (min-device-width: 768px), (min-width: 768px) {
	#menu-mobile-header {
		display: none;
	}
}
@media (max-device-width: 767px), (max-width: 767px) {
	/* NAVIGATION */
	#menu-mobile-header {
		display: block;
		padding: 10px;
	}
	#menu-mobile-header:after {
		font-family: FontAwesome;
		content: '\f067';
		text-align: right;
		float: right;
	}
	#menu-mobile-header.open:after {
		content: '\f068';
	}
	#nav {
		margin: 20px 0;
		border-top: 1px solid #add9e5;
		border-bottom: 1px solid #f68725;
		overflow: hidden;
	}
	.navigation {
		float: none;
		position: static;
		left: 0;
	}
	#nav ul {
		position: static;
		left: 0;
	}
	#nav li {
		float: none;
		display: block;
	}
	#nav li.break {
		display: none;
	}
	#content {
		padding: 0 0;
	}
}

@media (max-device-width: 500px), (max-width: 500px) {
	/* HEADER */
	
	#att, #icaew {
		display: none;
	}
	#logo {
		width: 100%;
		float: none;
	}
}

@media (max-device-width: 320px), (max-width: 320px) {
	html, body {
		width: 320px;
	}
	#page {
		width: 300px;
		box-shadow: none;
		padding: 0 10px;
	}
}




/* ------------------------------------------------
	page specific styles
------------------------------------------------ */

/* home */

#home_img {
	width: 100%;
}

/* contact form */
#map_canvas {
	width: 100%;
	height: 400px;
}
@media (max-device-width: 500px), (max-width: 500px) {
	#map_canvas {
		display: none;
	}
}
.address, .open_hours {}
.address { float: left; }
.open_hours { float: right; } 
.open_hours .time {
	padding-left: 2em;
}
#contact_div {
	width: 60%;
	margin: 0 auto;
}
#contact_form {
	border: 0 none;
	margin-top: 50px;
}
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form textarea {
	width: 60%;
}
#result {
	background-color: #f68725;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
	display: none;
}

@media (max-device-width: 768px), (max-width: 768px) {
	#contact_div {
		width: 80%;
	}
}
@media (max-device-width: 500px), (max-width: 500px) {
	.address, .open_hours {
		width: 90%;
		float: none;
		clear: both;
	}
	#contact_div {
		width: 95%;
	}
}

/* links */
.useful-link {
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	width: 70%;
	margin: 0 auto 2em;
}
@media (max-device-width: 500px), (max-width: 500px) {
	.useful-link img {
		max-width: 100%;
		height: auto;
	}
}

/* services */
ul.services_list li {
	margin-bottom: 1em;
}

/* packages */

.package {
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 5px;
	margin: 2em 0;
}
.package h4 {
	margin: 0.5em 0 1em;
}
.packages_add_ons {}
.packages_add_ons td { padding-bottom: 1em; }
.packages_add_ons .title {}
.packages_add_ons .price { padding-left: 2em; }


/* PFP */
p.pfp {
	text-align: center;
	margin-top: 60px;
}













