/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,p,ul,li,ol {
	line-height: 150%;
}
a {
	color:#C6538C;
	text-decoration: none;
}
a:hover {
	color:#C6538C;
	text-decoration: underline;
}
/**************************************************/

html {
	background: #361224;
}
body {
	background: #361224;
	font: 85%/150% 'Open Sans', sans-serif;
	color: #333;
}
.page {
	width: 100%;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
/************** Boxes *******************/
.b100 {
	width:100%;
}
.b90 {
	width:90%;
}
.b80 {
	width:80%;
}
.b70 {
	width:70%;
}
.b60 {
	width:60%;
}
.b50 {
	width:50%;
}
.b40 {
	width:40%;
}
.b30 {
	width:30%;
}
.b20 {
	width:20%;
}
.b10 {
	width:10%;
}
.b8 {
	width:8%;
}
.b18 {
	width:18%;
}
.b28 {
	width:28%;
}
.b38 {
	width:38%;
}
.b48 {
	width:48%;
}
.b58 {
	width:58%;
}
.b68 {
	width:68%;
}
.b78 {
	width:78%;
}
.b88 {
	width:88%;
}

/*********** Structure ********/

h1,h2,h3,p.logo {
	font-size: 220%;
	font-weight: 600;
	margin-bottom: 0.5em;
	color:#812B56;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 120%;
}
p {
	margin-bottom: 15px;
	line-height: 150%;
}
.section {
	width:100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
#header-wrapper {
	background-color: #FFF;
	padding: 20px 0;
	border-bottom: 20px solid #361224;

}
p.logo {
	font-weight: 900;
	margin-bottom: 0;
}
p.sub-logo {
	color:#333;
	font-weight: 600;
	font-size: 120%;
}
.tel {
	margin-bottom: 0;
	font-size: 180%;
	font-weight: bold;
}
.tel.mobile {
	font-size: 130%;
}
.email {
	font-weight: bold;
}
#content-wrapper {
	background-color: #FFF;
	padding:40px 0 20px;
	border-bottom: 5px solid #361224;
}
#content-wrapper .section {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #BBB;
}
ul.disc {
	list-style: disc;
	margin-bottom: 0.5em;
}
.top-content ul.disc li {
	margin-left: 1.5em;
	margin-bottom: 0.75em;
	font-weight: bold;
}
.specialise-list {
	padding:15px;
	border-radius: 4px;
	background-color: #DFDFDF;
}
.specialise-list h2 {
	color:#333;
	font-size: 120%;
}
.specialise-list ul {
	border-bottom: 1px solid #BBB;
}
.specialise-list li {
	padding: 5px 0 5px 27px;
	border-top:1px solid #BBB;
	background: url("img/li-arrow.png") no-repeat 0 6px;
	font-size: 95%;
	font-weight: 600;
}
.gallery {
	overflow: hidden;
}
.gallery img {
	float: left;
	height: auto;
	margin-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
}
.gallery.thirds img {
	width:31.3%;
}
.gallery.halves img {
	width:48%;
}
#footer-wrapper {
	border-top:3px solid #FFF;
	padding:20px 0;
	background-color:#361224;
	color: #FFF; 
}

/************** Responsive *******************/
@media screen and (max-width: 800px){

	#content-wrapper .b70 {
		width:60%;
	}
	#content-wrapper .b28 {
		width:38%;
	}

}

@media screen and (max-width: 700px){

	#header-wrapper .b70.l, #header-wrapper .b28.r {
		width: 100%;
		float:none;
		margin: 0 auto;
		text-align: center;
	}

	#header-wrapper p.tr {
		text-align: center;
	}

}

@media screen and (max-width: 580px){

	#content-wrapper .b70.l, #content-wrapper .b28.r {
		width: 100%;
		float:none;
		margin: 0 auto;
	}

	h1, h2, h3, p, ul {
		line-height: 120%;
	}

	h1 {
		font-size: 180%;
	}
	h2 {
		font-size: 120%;
	}
	.gallery img {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.gallery.halves img, .gallery.thirds img {
		width: 100%
	}


}