@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95.4434%;
	padding-left: 1.2782%;
	padding-right: 1.2782%;
}

header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

#header-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/trans80.png);
	background-repeat: repeat;	
}

#content {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-bottom: 25px;
}


footer {
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFF;
	clear: both;
	width: 98%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #394246;
	border-top-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
	
}


#logo {
	clear: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
}
#phone {
	clear: left;
	float: none;
	margin-left: 1.0989%;
	width: auto;
	display: block;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 28px;
	text-decoration: none;
	padding: 2px;
	margin-top: 10px;
	color: #14162F;
	text-align: center;
}

#phone a:link {
	color: #14162F;
	text-decoration: none;
}

#phone a:visited   {
	color: #14162F;
	text-decoration: none;
}
#phone a:hover   {
	color: #0080C0;
	text-decoration: none;
}

nav {
	float: right;
	display: block;
	clear: left;
	margin-top: 25px;
	background-image: url(images/trans.png);
	background-repeat: repeat;
	width: 100%;
}
#footer-box1 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#footer-box2 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#footer-box3 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#footer-box4 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#footer-box5 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#footer-box6 {
	float: left;
	margin-left: 0;
	width: 50%;
	display: none;
	height: auto;
	padding: 2px;
	margin-bottom: 15px;
}

#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	padding-top: 5px;
	color: #ffffff;
}

#copyright a {
	text-decoration: none;
	color: #ffffff;
}

#copyright a:hover {
	color: #9bad22;
}

#gridContainerFooter {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}

#footernav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 10px;
}

#footernav ul li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footernav ul li a last {
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footernav ul li a:visited {
	text-decoration: none;
}
#footernav ul li a:hover {
	text-decoration: none;
	color: #91BE02;
}


#footernav ul li {
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: normal;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}


#form-wrapper {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

#address-wrapper {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.heading-1 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 22pt;
	color: #333333;
	font-weight: 300;
	display: block;
	text-align: center;
}

.covid-header {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 18pt;
	color: #7a81ff;
	font-weight: 300;
	display: block;
	text-align: center;
}

.covid-header1 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #7a81ff;
	font-weight: 600;
	display: block;
	text-align: center;
}

.heading-1w {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 22pt;
	color: #fff;
	font-weight: 300;
	display: block;
	text-align: center;
}

.heading-2 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 20pt;
	color: #212121;
	font-weight: 300;
	display: block;
	margin-bottom: 0px;
	text-align: center;
}


.heading-3 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 22pt;
	color: #333333;
	font-weight: 300;
	display: block;
	text-align: center;
}

.heading-4 {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	font-weight: 600;
	text-align: center;
	display: block;
}



#header-address {
	clear: both;
	float: none;
	display: block;
	font-family: "Century Gothic", sans-serif, "Palatino Linotype", "Arial Narrow";
	font-size: 16px;
	color: #102242;
	text-align: center;
}

.thumbnail-left {
    margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	width: auto;
	display: block;
	}

.thumbnail-right {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	width: auto;
	display: block;

	
}
.pain-img {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
	width: auto;
	display: block;

	
}
.pain-img:hover {
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 2px #999;
	behavior: url(PIE.htc);

	
	
}
.booking-button {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	color: #FFF;
	background-color: #9ac418;
	font-size: 12pt;
	font-weight: 300;
	list-style-type: none;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);
	margin-top: 15px;
}

.booking-button:hover {
	box-shadow: 2px 2px 23px #CCC;
	-webkit-box-shadow: 2px 2px 23px #ccc;
	-moz-box-shadow: 2px 2px 23px #ccc;
	behavior: url(PIE.htc);
	color: #F7F7F7;
}

#treatment-cranial {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/treat-cranial-baby.jpg);
	background-repeat: no-repeat;
}

#treatment-cranial1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/treat-cranial-back.jpg);
	background-repeat: no-repeat;
}

#treatment-osteopathy {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/treat-osteopathy.jpg);
	background-repeat: no-repeat;
}

.box-prices {
	float: left;
	margin-left: 0%;
	width: 100%;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box-prices-long {
	float: left;
	margin-left: 0%;
	width: 100%;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box-prices:hover {
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	cursor: pointer; cursor: hand;
}


.box-prices-long:hover {
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	cursor: pointer; cursor: hand;
}


.cranial {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}


.prices {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 16pt;
	color: #9ac418;
	font-weight: 400;
	text-align: center;
	display: block;
	float: left;
	width: 49%;
	clear: left;
}	

.names {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 16pt;
	color: #333333;
	font-weight: 300;
	text-align: center;
	display: block;
}

.type {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 16pt;
	color: #333333;
	font-weight: 300;
	text-align: left;
	display: block;
	float: left;
	clear: right;
	width: 49%;
}





.list-wrapper {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	display: block;
}

.booking {
	min-height: 1000px;
	width: 100%;
	display: block;
	clear: both;
	float: left;
}


.content-bg1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	background-repeat: repeat;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
}

.content-bg2 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	border-right-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/trans60.png);
	background-repeat: repeat;
}

.content-bg3 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	background-repeat: repeat;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
	background-color: #F5F5F5;
}

.content-bg4 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	border-right-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/trans60.png);
	background-repeat: repeat;
}
.content-bg5 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	background-repeat: repeat;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #0099cc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
}

.content-bg6 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
	background-repeat: repeat;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #0099cc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
}


.slider-wrapper {
	height: 250px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: left;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	}

.slider-wrapper img{
	width: 100%;
	vertical-align: bottom;
	}
	
.slider-wrapper-map{
	height: 450px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: left;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	}

#buttons-wrapper {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 25px;
}

.button-get-in-touch {
	display: inline-block;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	border: 1pt solid #0099cc;
	clear: none;
	float: none;
	width: auto;
	display: block;
	margin-top: 10px;
	padding: 8px;
	background-color: #0099cc;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-get-in-touch:hover {
	border: 1pt solid #9ac418;
	background-color: #9ac418;
	color: #FFF;
}

.button-book {
	display: inline-block;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	border: 1pt solid #9ac418;
	clear: none;
	float: none;
	width: auto;
	display: block;
	margin-top: 10px;
	padding: 8px;
	background-color: #9ac418;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-book:hover {
	border: 1pt solid #0099cc;
	background-color: #0099cc;
	color: #FFF;
}
.button-call {
	display: inline-block;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	border: 1pt solid #0099cc;
	clear: none;
	width: auto;
	display: block;
	margin-top: 10px;
	padding: 8px;
	background-color: #0099cc;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-call:hover {
	color: #212121;
	border: 1pt solid #e2e2e2;
	background-color: #ffffff;
}

.button-online {
	display: inline-block;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	border: 1pt solid #9ac418;
	clear: none;
	width: auto;
	display: block;
	margin-top: 10px;
	padding: 8px;
	background-color: #9ac418;
	margin-right: auto;
	margin-left: auto;
}

.button-online:hover {
	color: #212121;
	border: 1pt solid #e2e2e2;
	background-color: #ffffff;
}

.box-contact-small {
	width: 70%;
	text-align: center;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	color: #212121;
	font-size: 18pt;
	font-weight: 600;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	display: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1pt solid #e2e2e2;
	background-image: url(images/trans50.png);
	background-repeat: repeat;
}


a .box-contact-small:hover {
	border: 1pt solid #212121;
	color: #4E4E4E;
	}	

.content-left {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	padding-right: 1%;
	padding-left: 1%;
	background-image: url(images/trans60.png);
	background-repeat: repeat;
}

.content-contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	
}

.box1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 10pt;
}

.box1 a img {
	height: auto;
	width: auto;
	display: block;
	margin-top: 10px;
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.box1 a img:hover {
border: 1px solid #999;
	box-shadow: 2px 2px 23px #999;
	-webkit-box-shadow: 2px 2px 23px #999;
	-moz-box-shadow: 2px 2px 23px #999;
	behavior: url(PIE.htc);
}

.box-heading {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 20pt;
	color: #212121;
	font-weight: 300;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: border-color 1s ease;
	-moz-transition: border-color 1s ease;
	-o-transition: border-color 1s ease;
	-ms-transition: border-color 1s ease;
	transition: border-color 1s ease;
	border: 1px solid #e2e2e2;
}

.box-heading a {
	color: #FFF;
		border: 1px solid #CECECE;
}


a .box-heading:hover {
	border: 1px solid #212121;
-webkit-transition: border-color 1s ease;
         -moz-transition: border-color 1s ease;
           -o-transition: border-color 1s ease;
          -ms-transition: border-color 1s ease;
              transition: border-color 1s ease;    
}

.contact-info {
	font-family: 'Open Sans', 'Arial Narrow', Arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	font-weight: 300;
	text-align: center;
	display: block;
}


.gdpr {
	width: 100%;
	text-align: center;
	display: block;
}

.gdpr-statement-wrapper {
	border: 1px solid #9ac418;
	padding: 1%;
}
#cov19 {
	clear: both;
	float: none;
	margin-left: 0;
	width: 99%;
	display: block;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	margin-bottom: 25px;
	color: #333;
	font-size: 11pt;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 96.4021%;
	padding-left: 0.7989%;
	padding-right: 0.7989%;
}
header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

footer {
	width: 97.6262%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}


#logo {
	clear: none;
	float: left;
	margin-left: 0%;
	text-align: left;
	width: 315px;
}
#phone {
	clear: none;
	float: right;
	margin-left: 1.6574%;
	display: block;
	text-align: right;
	font-size: 18pt;
}
nav {
	display: block;
	float: left;
	margin-top: 5px;
}
#footer-box1 {
	margin-left: 0px;
	width: 48%;
	display: block;
	margin-bottom: 10px;
	float: left;
}
#footer-box2 {
	float: left;
	margin-left: 10px;
	width: 48%;
	display: block;
	margin-bottom: 10px;
}
#footer-box3 {
	float: left;
	width: 48%;
	display: block;
	margin-bottom: 10px;
	clear: left;
}

#footer-box4 {
	float: left;
	margin-left: 10px;
	width: 48%;
	display: block;
	clear: none;
}


#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}


#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 11.0497%;
	display: none;
	margin-bottom: 5px;
}

#gridContainerFooter {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#footernav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
}
#form-wrapper {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
}
#address-wrapper {
	clear: none;
	float: left;
	margin-left: 0%;
	display: block;
	margin-top: 1%;
}
.heading-1 {
	font-size: 22pt;

}

.covid-header {
	font-size: 22pt;

}
.covid-header1 {
	font-size: 12pt;
	font-weight: 600;
}

.heading-1w {
	font-size: 22pt;
	margin-top: 0px;
}


.heading-2 {
	font-size: 18pt;
	text-align: center;
}


.heading-3 {
	font-size: 22pt;
}

.heading-4 {
	font-size: 14pt;
}

#header-address {
	float: right;
	margin-left: 0;
	width: auto;
	display: block;
	text-align: right;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: right;
}

.thumbnail-left {
	border: 1px solid #e2e2e2;
	margin-top: 5px;
	margin-right:25px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	float: left;
}

.thumbnail-right {
	border: 1px solid #e2e2e2;
	margin-top: 5px;
	margin-left:25px;
	margin-bottom: 5px;
	margin-right: 0px;
	background-color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	float: right;

}

.pain-img {
	border: 1px solid #e2e2e2;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	height: auto;
	width: auto;
	display: block;
	float: right;

	
}

.booking-button {
	clear: none;
	float: right;
	width: 250px;
	display: block;
	margin-top: 5px;
}

#treatment-cranial {
	clear: left;
	float: left;
	margin-left: 2%;
	width: 47%;
	display: block;
	border: 1px solid #e2e2e2;
}

#treatment-cranial1 {
	clear: right;
	float: left;
	margin-left: 2%;
	width: 47%;
	display: block;
	border: 1px solid #e2e2e2;
}

#treatment-osteopathy {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.box-prices {
	float: left;
	margin-right: 1%;
	width: 48%;
	margin-bottom: 10px;
	border: 1px solid #f2f2f2;
}

.box-prices-long {
	float: left;
	margin-right: 1%;
	width: 48%;
	margin-bottom: 10px;
	border: 1px solid #f2f2f2;
}


.cranial {
	clear: right;
	float: left;
	margin-left: 2%;
	width: 100%;
	display: block;
}


.list-wrapper {
	clear: both;
	float: left;
}
.booking {
	min-height:1400px ;
}
.content-bg1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.content-bg2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.content-bg3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.content-bg4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.content-bg5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.content-bg6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.slider-wrapper {
	height: 275px;
}

#buttons-wrapper{
	margin-left: auto;
	width: 400px;
	margin-right: auto;
	float: none;
}

.button-get-in-touch {

	
}

.button-book {

	
}



.button-call {

}

.button-online {
	width: 40%;
}

.box-contact-small {
	width: 400px;
	margin-top: 30px;
}

.content-left {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	padding-right: 1%;
	padding-left: 1%;
	background-image: url(images/trans60.png);
	background-repeat: repeat;
}

.content-contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	
}
.box1 {
	float: none;
	width: 75%;
	display: block;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: auto;
	margin-left: auto;
}
.box-heading {
	font-size: 16pt;
}
.contact-info{
	font-size: 16pt;
}

.prices {
	text-align: left;
	width: auto;
	margin-left: 1%;
	
}	

.names {
}

.type {
	text-align: left;
	float: left;
	margin-left: 10px;
	width: auto;
	
}
.type1 {
	text-align: left;
	float: left;
	margin-left: 10px;
	width: 50%;
}

.gdpr {
	width: 100%;
	text-align: center;
	display: block;
	

}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 96.9347%;
	max-width: 1232px;
	padding-left: 0.5326%;
	padding-right: 0.5326%;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	/* [disabled]margin-bottom: -190px; */
	margin-left: auto;
	height: 100%;
}
.gridContainerFooter {
	width: 98.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: both;
}

header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	padding-right: .5%;
	padding-left: .5%;
}

footer {
	width: 97.6262%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
	clear: both;
}



#logo {
	clear: none;
	float: left;
	margin-left: 1.0989%;
}

#phone {
	clear: none;
	float: right;
	margin-left: 1.0989%;
	width: auto;
	display: block;
}

nav {
}

#footer-box1 {
	float: left;
	width: 15%;
	display: block;
	margin-left: 0%;	
}

#footer-box2 {
	float: left;
	margin-left: 1%;
	width: 18%;
	display: block;
	
}

#footer-box3 {
	float: left;
	margin-left: 1%;
	width: 35%;
	display: block;
	clear: none;	
}

#footer-box4 {
	float: left;
	margin-left: 1%;
	width: 26%;
	display: block;
	
}

#footer-box5 {
	float: left;
	margin-left: 1%;
	width: 23%;
	display: block;
	
}

#footer-box6 {
	float: left;
	margin-left: 1%;
	width: 23%;
	display: block;
	
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	display: block;
	text-align: right;	
}

#social {
	clear: both;
	float: left;
	margin-left: 0;
	width: 15.7509%;
	display: block;
	
}



#footernav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
}

#form-wrapper {
	float: right;
	width: 45%;
	display: block;
	clear: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#address-wrapper {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 42%;
	display: block;
}

.heading-1 {
	font-size: 26pt;
	margin-bottom: 25px;
	margin-top: 25px;
}

.covid-header{
	font-size: 26pt;
	margin-bottom: 25px;
	margin-top: 25px;
}

.covid-header1{
	font-size: 12pt;
	margin-bottom: 25px;
	margin-top: 25px;
}

.heading-1w {
	font-size: 26pt;
	margin-bottom: 25px;
	margin-top: 10px;
}

.heading-2 {
	font-size: 18pt;
	text-align: left;
}


.heading-3 {
	font-size: 26pt;
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: left;
}

.heading-4 {
	font-size: 14pt;
	text-align: left;
}

#header-address {
	clear: right;
	float: right;
	margin-left: 0%;
	display: block;
}

.thumbnail-left {
	border: 1px solid #e2e2e2;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;

}

.thumbnail-right {
	border: 1px solid #e2e2e2;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;

}

.pain-img {
	border: 1px solid #e2e2e2;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	height: auto;
	width: auto;
	display: block;
	
}

.booking-button {
	clear: right;
	float: right;
	margin-left: 1.0989%;
	display: block;
	margin-right: 0px;
	margin-top: 5px;
	
}

#treatment-cranial {
	clear: both;
	float: left;
	margin-left: 3%;
	max-width: 450px;
	display: block;
}

#treatment-cranial1 {
	clear: right;
	float: left;
	margin-left: 2%;
	max-width: 450px;
	display: block;
	
}

#treatment-osteopathy {
	clear: both;
	
	float: left;
	
	margin-left: 0;
	
	width: 700px;
	
	display: block;
	
}

.cranial {
	clear: right;
	float: left;
	margin-left: 2%;
	width: 48%;
	display: block;
	
}

.box-prices {
	float: left;
	margin-right: 1%;
	width: 31%;
	margin-bottom: 25px;
}

.box-prices-long {
	float: left;
	margin-right: 1%;
	width: 45%;
	margin-bottom: 25px;
}


.list-wrapper {
	clear: none;
	float: left;
	width: 33%;
	text-align: left;
}
.booking {
}

.content-bg1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
}

.content-bg2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 25px;
	padding-top: 5px;
}

.content-bg3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 35px;
}

.content-bg4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
}

.content-bg5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 35px;
	padding-top: 35px;
}

.content-bg6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
}
.slider-wrapper {
	height: 400px;
}

#buttons-wrapper{
	margin-left: auto;
	width: 610px;
	margin-right: auto;
	float: none;
}


.button-get-in-touch {
	float: left;
	margin-right: 5px;
	margin-left: 0px;	
}

.button-book {
	float: left;
	margin-right: 5px;
	margin-left: 0px;	
}

.button-call {
	float: left;
	margin-left: 5px;
	margin-left: 0px;
	
}

.button-online {
	width: 75%;	
	
}

.box-contact-small {
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
.content-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 70%;
	display: block;
	padding-right: 0.5%;
	padding-left: 0.5%;
	margin-bottom: 150px;
}
.content-contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 50px;
}


.center {
	text-align: center;
	display: block;
}
.box1 {
	clear: none;
	float: left;
	width: 32%;
	display: block;
	margin-right: 1%;
}

.box-heading {
	font-size: 14pt;
	width: 85%;
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.contact-info {
	font-size: 14pt;
	text-align: left;

}

.prices {
	
}	

.names {
}

.type {
}
.type1 {
	text-align: left;	
}
.gdpr {
	width: 60px;
	float: none;
}



}
