@charset "UTF-8";

h1 {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	font-weight: 400;
	font-size: 18px;
	}
h2{
	color: #00A5D9;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	}
h3{
	color: #00A5D9;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
h4{
	font-size: 14px;
	font-weight: normal;
	font-family: 'Nunito', sans-serif;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
h5 {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	line-height: 20px;
	color: #FFF;
	background-color: #00A5DA;
	text-align: center;
	float: left;
	width: 90%;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
	text-transform: uppercase;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	}
h6{
	font-size: 14px;
	font-weight: normal;
	font-family: 'Nunito', sans-serif;
	line-height: 20px;
	color: #00A5DA;
	text-align: left;
	padding-bottom: 8px;
	float: left;
	width: 100%;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
p{
	margin: 0px;
	line-height: 26px;
	padding-bottom: 15px;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	color: #333;
	text-align: left;
	}
p img {
	max-width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	width: 60%;
	}
ul, ol{
	margin-bottom: 15px;
	padding-left: 35px;
	margin-top: 0px;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	color: #333333;
	list-style-type: none;
	list-style-position: outside;
	clear: both;
	}
li:before {
	content: '';
	height: 4px;
	width: 4px;
	background-color: #00A5DA;
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin-left: -12px;
	margin-top: 10px;
	margin-bottom: 0px;
	}
.framed ul li {
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.framed ul li:before {
	content: '';
	height: 4px;
	width: 4px;
	background-color: #00A5DA;
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin-left: -12px;
	margin-top: 6px;
	margin-bottom: 0px;
	}
.dot-border {
	min-height: 250px;
	background-image: url(../img/icons/page/border-dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
.products p {
	font-size: 13px;
	color: #00A4D9;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	text-align: center;
	}
button {
	color: #00A5DA;
	float: left;
	width: 100%;
	line-height: 20px;
	height: auto;
	border-radius: 4px;
	clear: both;
	display: inline-block;
	}
.panel .edit ul li {
	line-height: 22px;
	margin-right: 25px;
	}
a{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	}
a:hover{
	}
.time {
	color: #333;
	width: 100%;
	}
.blue {
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	color: #00A5DA;
	}
.blue-headings {
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	color: #00A5DA;
	text-align: center;
	float: none;
	}
.bold {
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	}
li.tick {
	background-image: url(../img/icons/page/tick-blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	background-size: 25px;
	list-style-type: none;
	margin-left: 31%;
	line-height: 24px;
	color: #333;
	}
li.tick:before {
	content: '';
	height: 0px;
	width: 0px;
	background-color: #00A5DA;
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
p.tick {
	background-image: url(../img/icons/page/tick-blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	background-size: 25px;
	line-height: 25px;
	}
hr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
	float: left;
	width: 100%;
	height: 1px;
	outline: none;
	border-style: dashed;
	margin: 0px;
	padding: 0px;
	}
.centred {
	text-align: center;
	}
.conditions-heading {
	text-align: center;
	}
.space-break {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	}
.space {
	margin-bottom: 20px;
	}
.box {
	background-color: #FBFBFB;
	border-radius: 8px;
	float: left;
	border: 1px solid #CCC;
	}
.box p {
	margin-right: 15px;
	margin-left: 20px;
	}
.box img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: none;
	width: 50%;
	border-radius: 90%;
	max-width: 50%;
	}
.frame {
	float: left;
	width: 100%;
	border-radius: 10px;
	}
.framed {
	float: left;
	width: 99.5%;
	border-radius: 9px;
	border: 1px solid #00A5DA;
	padding-bottom: 15px;
	padding-top: 0px;
	height: 100%;
	min-height: 300px;
	margin-top: -1px;
	}
.framed p{
	margin-right: 15px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	padding: 0px;
	text-align: left;
	/* [disabled]float: left; */
	}
.framed img {
	float: right;
	width: 100%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 5px;
	margin-top: -1px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	}
.hide-pic {
	display: block;
	}
.hide-panel {
	display: block;
	}
.pdf {
	background-image: url(../img/icons/page/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 30px;
	float: none;
	}
.pdfs {
	background-image: url(../img/icons/page/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	font-family: 'Nunito', sans-serif;
	float: left;
	width: auto;
	margin-left: 20px;
	clear: both;
	}
p.pdfs {
	background-image: url(../img/icons/page/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	font-family: 'Nunito', sans-serif;
	float: right;
	width: auto;
	margin-left: 0px;
	clear: both;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}
.waiting {
	background-image: url(../img/icons/page/pdf-fade.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	font-family: 'Nunito', sans-serif;
	float: left;
	width: auto;
	margin-left: 20px;
	clear: both;
	}
p.waiting {
	background-image: url(../img/icons/page/pdf-fade.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	font-family: 'Nunito', sans-serif;
	float: left;
	width: auto;
	margin-left: 0px;
	clear: both;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}
.add-space-after {
	margin-bottom: 0px;
	}
.bottom-wide {
	float: left;
	width: 100%;
	}

/* Standard layout (screen resolutions above 1600px wide) */

body{
	margin: 0px;
	padding: 0px;
	}
#wrapper{
	width: 1200px;
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	float: none;
	line-height: 20px;
	}
#content{
	clear: both;
	margin-bottom: 0px;
	background-color: #FFF;
	float: left;
	width: 100%;
	margin-top: 10px;
	}
#services {
	float: left;
	width: 100%;
	background-color: #394A51;
	display: block;
	}
:target {
	padding-top: 60px;
	margin-top: -60px;
	}
#physiotherapy, #gymnasium, #pilates,#massage,#hydrotherapy,#casting, #over50, #products {
	height: 0px;
	float: left;
	}
#one, #two, #three,#four,#five,#six, #seven, #eight, #nine, #ten, #eleven, #bottom1, #bottom2, #bottom3 {
	height: 0px;
	float: left;
	}
img.products {
	float: left;
	width: 100%;
	}
.products {
	width: 20%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	float: left;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	}

/* Classes */

.map {
	height: 300px;
	float: left;
	width: 100%;
	}
.more {
	background-color: #00A5DA;
	float: none;
	color: #FFF;
	border-radius: 60px;
	width: 120px;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: center;
	height: auto;
	line-height: 20px;
	font-family: 'Nunito', sans-serif;
	margin-top: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	}
.book {
	background-color: #ffffff;
	float: none;
	color: #455560;
	border-radius: 60px;
	width: 120px;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: center;
	height: auto;
	line-height: 20px;
	font-family: 'Nunito', sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	}
.more-book {
	background-color: #00A5DA;
	float: left;
	color: #FFF;
	border-radius: 60px;
	width: auto;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: center;
	height: auto;
	line-height: 20px;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
    clear: both;
	} 
.edit {
	/* [disabled]float: left; */
	width: 100%;
	/* [disabled]height: 100%; */
	clear: both;
	}
.clearBoth {
	clear: both;
	height: 0px;
	}
.clear {
	clear: both;
	height: 0px;
	}
.no-break {
	white-space: nowrap;
	}
.link {
	font-weight: bold;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 100%;
	line-height: 25px;
	text-align: center;
	padding: 0px;
	background-color: #00A5D9;
	height: 25px;
	}
.links {
	font-weight: bold;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	color: #00A5D9;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 25px;
	text-align: left;
	padding: 0px;
	height: 25px;
	}
.links a {
	float: left;
	text-align: left;
	display: block;
	width: auto;
	}
.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 9999;
	text-decoration: none;
	background-image: url(../img/icons/page/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: -10px;
	margin-bottom: 20px;
	background-size: contain;
	background-color: #00A5D9;
	border-top-left-radius: 90%;
	border-bottom-left-radius: 90%;
	}
.header-top {
	position: fixed;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 9999;
	text-decoration: none;
	background-image: url(../img/icons/page/btt.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-right: 5px;
	background-size: contain;
	}
.hours-left {
	float: left;
	width: 40%;
	}
.hours-left ul {
	padding-left: 15px;
	font-weight: bold;
	color: #333333;
	list-style-type: none;
	}
.hours-right {
	float: left;
	width: 55%;
	list-style-type: none;
	}
.hours-right ul {
	list-style-type: none;
	padding-left: 0px;
	}
.phone-large {
	font-size: 18px;
	white-space: nowrap;
	font-weight: bold;
	color: #333333;
	}
.large {
	font-weight: bold;
	color: #333333;
	}
.nowrap{
	white-space: nowrap;
	}
.border {
	width: 100%;
	float: left;
	height: 1px;
	background-color: #FFF;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	}
.border-large {
	width: 100%;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DFDFDF;
	height: 1px;
	margin-bottom: 15px;
	}
.break {
	display: none;
	}
img {
	outline: none;
	max-width: 100%;
	float: left;
	border-radius: 4px;
	/* [disabled]width: 100%; */
	}
.half {
	width: 45%;
	float: left;
	margin-right: 2.5%;
	margin-left: 2.5%;
	}
.space-top {
	margin-top: 5px;
	}

/* Header */
#mobile-logo {
	display: none;
	}
#mobile-header {
	display: none;
	}
#mobile-contact {
	display: none;
	}
#mobile-banner {
	display: none;
	}
#header{
	padding-top: 0px;
	clear: both;
	z-index: 999;
	width: 100%;
	height: 170px;
	float: left;
	position: fixed;
	top: 0px;
	transition: all 0.5s ease;
	background-color: rgba(0, 165, 218, 1.0);
	}
#header.sticky{
	margin-top: -120px;
	transition: all 0.2s ease;
	background-color: rgba(0, 165, 218, 0.0);
	}
.header-wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	height: 120px;
	color: #3A4A50;
	padding-top: 0px;
	}
.header-left {
	float: left;
	height: 120px;
	width: 50%;
	}
.header-left img {
	float: left;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	max-height: 120px;
	}
.header-right {
	float: right;
	height: 115px;
	width: 270px;
	margin-top: 5px;
	}
.booking-wrap {
	float: right;
	width: auto;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	text-align: right;
	height: 35px;
    line-height: 35px;
	padding-left: 50px;
	padding-right: 10px;
	margin-right: 5px;
	background-image: url(../img/icons/booking/booking.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: contain;
	}
.booking-wrap a{
	font-family: 'Oswald', sans-serif;
	color: #455560;
	outline: none !important;
	text-align: right;
	padding-right: 5px;
	font-size: 16px;
    line-height: 35px;
	}
.booking-button {    
	background-image: url(../img/icons/booking/booking.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 35px;
	float: right;
	text-align: right;
	width: 35px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px; 
	} 
a:hover.booking-button {
	background-image: url(../img/icons/booking/booking-o.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	margin-bottom: 0px;
	height: 35px;
	width: 35px;
	}
.contact-wrap {
	float: right;
	width: 225px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	text-align: right;
	height: 25px;
    line-height: 25px;
    margin-top: 5px;
	}
.contact-wrap a{
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	outline: none !important;
	text-align: right;
	padding-right: 5px;
	font-size: 18px;
    line-height: 25px;
	}
.icons-wrap {
	float: right;
	width: 270px;
	margin-top: 5px;
	}
.header-phone {
	background-image: url(../img/icons/phone/phone-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	float: left;
	width: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
.header-map {
	background-image: url(../img/icons/map/map-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	float: left;
	width: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
.header-email {
	background-image: url(../img/icons/email/email-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	float: left;
	width: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
.header-facebook {
	background-image: url(../img/icons/facebook/facebook-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	float: left;
	width: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
.header-instagram {
	background-image: url(../img/icons/instagram/instagram-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	float: left;
	width: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
.header-youtube {
	background-image: url(../img/icons/youtube/youtube-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	float: left;
	width: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
a:hover.header-phone{
	background-image: url(../img/icons/phone/phone-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 5px;
	height: 35px;
	width: 35px;
	}
a:hover.header-map{
	background-image: url(../img/icons/map/map-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 5px;
	height: 35px;
	width: 35px;
	}
a:hover.header-email{
	background-image: url(../img/icons/email/email-light.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 5px;
	height: 35px;
	width: 35px;
	}
a:hover.header-facebook{
	background-image: url(../img/icons/facebook/facebook-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	margin-bottom: 5px;
	}
a:hover.header-instagram{
	background-image: url(../img/icons/instagram/instagram-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	margin-bottom: 5px;
	}
a:hover.header-youtube{
	background-image: url(../img/icons/youtube/youtube-o.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 5px;
	height: 35px;
	width: 35px;
	}
	
/* Navigation */
#nav.collapsible{
	display: block;
	width: 100%;
	visibility: visible;
	z-index: 999;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#nav{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 50px;
	background-color: #394A51;
	font-weight: normal;
	position: relative;
	padding: 0px;
	height: 50px;
	margin: 0px;
	/* [disabled]display: inline-block; */
	}
#nav.sticky{
	font-size: 15px;
	background-color: rgba(43, 61, 74, 0.97);
	}
#nav .navItem{
	display: inline;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin: 0px;
	}
.navItem a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding-right: 35px;
	padding-left: 35px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	}
.navItem a.active, .navItem a:hover {
	background-color: #00A5DA;
	display: inline-block;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #00A5DA;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #FFFFFF;
	border-top-style: none;
	}
#nav .firstChild{
	padding-left: 0px;
	margin-left: 0px;
	}
#nav .lastChild{
	padding-right: 0px;
	margin-right: 0px;
	}
#navCollapser{
	display: none;
	}
	
/* Banner */
#banner{
	/* [disabled]clear: both; */
	z-index: -999;
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
	max-width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
	}
#banner .border{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
	}
#banner img{
	max-width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
#banner-mobile{
	visibility: hidden;
	display: none;
	}
#banner-mobile img{
	max-width: 150%;
	float: left;
	margin: 0px;
	padding: 0px;
	max-height: 150%;
	width: 100%;
	}
	
/* Services */
.services-wrap {
	width: 100%;
	float: left;
	font-family: 'Nunito', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0%;
	/* [disabled]padding-bottom: 5px; */
	padding-left: 0%;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
	}
.services-title {
	text-transform: uppercase;
	color: #00A5D9;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-align: center;
	float: none;
	height: 50px;
	width: 1200px;
	line-height: 50px;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	}
.services-boxes {
	margin-top: 0px;
	width: 1200px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.last {
	margin-right: 0%;	
	}
.services-text {
	text-align: left;
	width: 95%;
	color: #FFFFFF;
	margin-right: 2.5%;
	margin-left: 2.5%;
	float: none;
	margin-top: 15px;
	}
.services-text.small {
	text-align: center;
	float: right;
	width: 50%;
	margin-top: 30px;
	}
.services-text p {
	font-weight: bold;
	}
.services-box {
	float: left;
	height: auto;
	width: 11%;
	text-align: center;
	margin-right: 1.714%;
	font-weight: normal;
	border-radius: 6px;
	padding-bottom: 15px;
	padding-top: 10px;
	font-size: 13px;
	font-family: 'Nunito', sans-serif;
	}
.services-box.first {
	margin-left: 0%;	
	}
.services-box.last {
	margin-right: 0%;	
	}
.services-box img{
	max-width: 100%;
	float: left;
	border-radius: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	opacity: 1;
	}
.services-box img:hover{
	max-width: 100%;
	float: left;
	border-radius: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	opacity: .75;
	}

/* Accordian */

.accordion {
	cursor: pointer;
	color: #FFF;
	background-color: #00A5DA;
	width: 95%;
	border: none;
	outline: none;
	margin-bottom: 10px;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	border-radius: 4px;
	transition: 0.5s;
	text-indent: 0;
	float: left;
	clear: both;
	font-size: 15px;
	line-height: 24px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	white-space: normal;
	/* [disabled]margin-left: -20px; */
	}
.accordion .edit {
	margin-left: 0px;
	margin-top: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FFF;
	width: calc(100% - 25px);
	float: right;
	text-align: left;
	text-transform: none;
	display: block;
	margin-right: 5px;
	margin-bottom: 0px;
	height: auto;
	}
.accordion:hover {
	background-color: #738A9A;
	color: #FFF;
	}
.accordion:hover:before {
	color: #FFF;
	/* [disabled]line-height: 30px; */
	}
.accordion:before {
	content: '\27A5';
	color: #FFF;
	float: left;
	margin-left: -30px;
	position: relative;
	top: 0px;
	margin-right: 5px;
	line-height: 24px;
	left: 10px;
	}
.focus {
	background-color: #00A5D9;
	color: #FFF;
	}
.focus:before {
    content: '\27A6';
	color: #FFF;
	line-height: 24px;
	}
.panel .edit p {
	margin-left: 5px;
	margin-top: 0px;
	line-height: 20px;
	color: #333;
	width: 95%;
	float: none;
	text-align: left;
	text-transform: none;
	}
.panel {
	background-color: #FFF;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	float: left;
	padding-top: 0;
	padding-right: 6%;
	padding-bottom: 0px;
	padding-left: 4%;
	width: 90%;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	}

/* Content */
	
.narrow {
	float: left;
	height: auto;
	width: 25%;
	}
.narrow.gap {
	width: 20%;
	margin-right: 5%;
	float: left;
	}
.narrow.gap.top {
	width: 20%;
	margin-right: 5%;
	float: left;
	margin-top: 0px;
	}
.wide {
	float: left;
	height: auto;
	width: 75%;
	}
.wide.gap {
	float: left;
	height: auto;
	margin-right: 5%;
	width: 70%;
	}
.news-pic {
	width: 25%;
	margin-right: 5%;
	float: left;
	}
.news-pic.img {
	outline: none;
	max-width: 100%;
	float: left;
	border-radius: 4px;
	}
.news-text {
	float: left;
	height: auto;
	width: 70%;
	}
.premium {
	background-image: url(../img/premium-services.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	}
.round {
	float: none;
	width: 70%;
	border-radius: 90%;
	margin-right: 15%;
	margin-left: 15%;
	}
.services {
	float: left;
	width: 100%;
	border-radius: 90%;
	}
.team {
	float: left;
	width: 100%;
	border-radius: 90%;
	}
.team.square {
	float: left;
	width: 100%;
	border-radius: 4px;
	}
.team.top {
	float: left;
	width: 66%;
	border-radius: 90%;
	margin-right: 17%;
	margin-left: 17%;
	}
.team.admin {
	float: left;
	width: 66%;
	margin-right: 17%;
	margin-left: 17%;
	}
.admin {
	float: left;
	width: 66%;
	margin-right: 17%;
	margin-left: 17%;
	}
.affiliates {
	float: left;
	width: 100%;
	/* [disabled]height: auto; */
	}
.panels{
	width: 30%;
	float: left;
	margin-bottom: 10px;
	border-radius: 9px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
.panels.gap{
	margin-right: 5%;
	}
.blue-back {
	background-color: #00A5DA;
	}
.background {
	background-image: url(../img/conditions/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	}
.content1Show {
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	color: #008080;
	background-color: #FFFFFF;
	height: 25px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008080;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	}
.content1Title {
	float: left;
	width: 80%;
	line-height: 25px;
	font-size: 18px;
	color: #00A5DA;
	background-color: #FFFFFF;
	height: auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10%;
	padding-bottom: 5px;
	padding-left: 10%;
	}
.content1Column {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	}
.content1Column.narrow {
	width: 32%;
	}
.content1Column h1 {
	line-height: 25px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	}
.content2Column {
	width: 48%;
	float: left;
	}
.content2Column.gap {
	margin-right: 4%;
	float: left;
	}
.content2Column.profile ul {
	list-style-position: inside;
	margin-left: -30px;
	}
.content3Column{
	width: 30%;
	float: left;
	}
.content3Column.gap{
	margin-right: 5%;
	float: left;
	}
.content3Column.centre {
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	}
.content3Column.side {
	width: 25%;
	}
.contentMedium{
	width: 75%;
	float: left;
	margin-top: 10px;
	}
.contentSmall{
	width: 1070px;
	float: left;
	}
iframe {
	width: 100%;
	max-height: 600px;
	border-radius: 0px;
	}


/*	Screen resolutions below 1200px wide
	Suitable for tablets in landscape mode (i.e. iPad 1 & 2, Blackberry Playbook) and netbooks (i.e. HP Mini, Acer Aspire One)
	
	
*/

@media only screen and (max-width: 1200px){
	
#wrapper{
	width: 1000px;
	margin-top: 170px;
	}
#content{
	clear: both;
	margin-bottom: 0px;
	background-color: #FFF;
	float: left;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	}
.clearBoth{
	clear: both;
	}
:target {
	padding-top: 50px;
	margin-top: -50px;
	}
h1 {
	}
h2{
	}
h3{
	}
h4{
	font-size: 15px;
	}
h5 {
	}
p{
	margin: 0px;
	line-height: 25px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #333;
	}
p img {
	text-align: center;
	}
.phone-large {
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	}
.large {
	font-weight: bold;
	}
ul, ol{
	line-height: 24px;
	}
li.tick {
	margin-left: 25%;
	line-height: 30px;
	}
.hours-left {
	float: left;
	}
.hours-right {
	float: left;
	width: 60%;
	}
.border-large {
	}
.space-top {
	margin-top: 0px;
	}
.half {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	}
.framed {
	min-height: 270px;
	}
#header{
	height: 160px;
	}
#header.sticky{
	margin-top: -125px;
	transition: all 0.5s ease;
	}
.header-wrap {
	width: 960px;
	line-height: 30px;
	font-size: 18px;
	}
.header-left {
	float: left;
	height: auto;
	}
.header-right {
	width: 270px;
	margin-top: 10px;
	}
.booking-wrap {
	width: auto;
	height: 35px;
    line-height: 35px;
	}
.booking-wrap a {
    line-height: 35px;
	}
.booking-button {    
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 35px;
	width: 35px;
	} 
a:hover.booking-button {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 35px;
	width: 35px;
	}
.contact-wrap {
	width: 225px;
	height: 25px;
    line-height: 25px;
    margin-top: 0px;
	}
.icons-wrap {
	float: right;
	width: 270px;
	margin-top: 5px;
	}
.header-phone {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	padding: 0px;
	}
.header-map {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	padding: 0px;
	}
.header-email {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	padding: 0px;
	}
.header-facebook {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	padding: 0px;
	}
.header-instagram {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	padding: 0px;
	}
.header-youtube {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	padding: 0px;
	}
a:hover.header-phone{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	}
a:hover.header-map{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	}
a:hover.header-email{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	}
a:hover.header-facebook{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px;
	}
a:hover.header-instagram{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px
	}
a:hover.header-youtube{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 35px;
	width: 35px
	}
.news-pic {
	width: 30%;
	margin-right: 5%;
	float: left;
	}
.news-pic.img {
	outline: none;
	max-width: 100%;
	float: left;
	border-radius: 4px;
	}
.news-text {
	float: left;
	height: auto;
	width: 65%;
	}
.round {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	}
.services {
	}
.team {
	}
.dot-border {
	min-height: 195px;
	background-image: url(../img/icons/page/border-dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
#nav{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 40px;
	height: 40px;
	}
#nav.sticky{
	font-size: 14px;
	}
#nav .navItem{
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	}
.navItem a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: 2px;
	margin-left: 2px;
	}
.navItem a.active, .navItem a:hover {
	background-color: #00A5DA;
	display: inline-block;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #00A5DA;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #FFFFFF;
	}
#nav .firstChild{
	padding-left: 0px;
	margin-left: 0px;
	}
#nav .lastChild{
	padding-right: 0px;
	margin-right: 0px;
	}
.services-title {
	height: 50px;
	width: 960px;
	line-height: 50px;
	}
.services-boxes {
	width: 960px;
	}
.services-box {
	height: auto;
	width: 11.67%;
	margin-right: 0.94%;
	padding-top: 5px;
	font-weight: normal;
	border-radius: 6px;
	padding-bottom: 10px;
	font-size: 12px;
	}
.services-text.small {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 15px;
	padding: 0px;
	height: auto;
	text-align: center;
	}
.services-box.first {
	margin-left: 0%;	
	}
.services-box.mid {
	}
.services-box.last {
	float: right;
	margin: 0%;
	}
.contentMedium{
	width: 100%;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}
.contentSmall{
	width: 740px;
	}
.content1Title {
	/* [disabled]font-weight: 400; */
	}
.content1Column {
	font-size: 15px;
	width: 100%;
	}
.content2Column {
	float: left;
	margin-bottom: 10px;
	}
.border-none {
	border-bottom-style: none;
	border-bottom-width: 0px;
	}
.content2Column.profile p {
	margin-left: 0px;
	}
.content2Column.profile ul {
	list-style-position: inside;
	}
.content3Column{
	}
.content3Column.gap{
	}
.content3Column.narrow {
	width: 32%;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.content3Column.wide {
	width: 65%;
	float: left;
	margin: 0px;
	}
iframe {
	}
.map-large {
	height: 240px;
	width: 100%;
	}
	}
	
	
/*	Screen resolutions below 960px wide
	Suitable for tablets in portrait mode (i.e. iPad 1 & 2, Blackberry Playbook, Motorola Xoom) and large res smartphones (i.e. Motorola Atrix in landscape mode)
*/

@media only screen and (max-width: 960px){
	
#wrapper{
	width: 728px;
	margin-top: 170px;
	}
#content{
	clear: both;
	margin-bottom: 0px;
	background-color: #FFF;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	}
h1 {
	font-size: 16px;
	}
h2{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	}
h3{
	font-size: 16px;
	}
p{
	line-height: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
ul, ol{
	padding-left: 25px;
	margin-top: 0px;
	line-height: 24px;
	padding-bottom: 0px;
	}
li.tick {
	margin-left: 20%;
	line-height: 30px;
	}
.link {
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	}
.border-large {
	display: none;
	}
.button {
	background-color: #008080;
	float: left;
	color: #FFF;
	border-radius: 60px;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	clear: right;
	margin-bottom: 10px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin-right: 0%;
	margin-left: 0%;
	padding-top: 5px;
	padding-right: 0%;
	padding-bottom: 5px;
	padding-left: 0%;
	}
.button a {
	clear: right;
	float: left;
	}
.large {
	font-weight: bold;
	}
.time {
	}
.more {
	background-color: #00A5D9;
	float: none;
	color: #FFF;
	border-radius: 60px;
	width: 150px;
	font-size: 13px;
	font-weight: normal;
	}
.hours-left {
	float: left;
	width: 50%;
	padding-left: 0%;
	}
.hours-right {
	float: left;
	width: 50%;
	padding-left: 0%;
	}
.news-pic {
	width: 35%;
	margin-right: 5%;
	float: left;
	}
.news-pic.img {
	outline: none;
	max-width: 100%;
	float: left;
	border-radius: 4px;
	}
.news-text {
	float: left;
	height: auto;
	width: 60%;
	}
.round {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	}
.services {
	float: none;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	}
.team {
	width: 100%;
	}
.framed {
	min-height: 290px;
	}
#header{
	height: 160px;
	}
#header.sticky{
	margin-top: -120px;
	transition: all 0.5s ease;
	}
.header-wrap {
	width: 728px;
	font-size: 15px;
	height: 120px;
	}
.header-left {
	width: 55%;
	margin-top: 10px;
	}
.header-right {
	width: 270px;
	height: 75px;
	margin-top: 10px;
	}
.booking-wrap {
	width: auto;
	height: 30px;
	padding-left: 40px;
	padding-right: 10px;
	margin-right: 5px;
	margin-top: 5px;
	background-position: 10px center;
	}
.booking-wrap a {
    line-height: 30px;
    }
.booking-button {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 30px;
	width: 30px;
	}
a:hover.booking-button {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 30px;
	width: 30px;
	}
.contact-wrap {
	width: 250px;
	height: 25px;
	}
.icons-wrap {
	float: right;
	width: 240px;
	}
.header-phone {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	padding: 0px;
	}
.header-map {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	padding: 0px;
	}
.header-email {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	padding: 0px;
	}
.header-facebook {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	padding: 0px;
	}
.header-instagram {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	padding: 0px;
	}
.header-youtube {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	padding: 0px;
	}
a:hover.header-phone{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	}
a:hover.header-map{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	}
a:hover.header-email{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	}
a:hover.header-facebook{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	}
a:hover.header-instagram{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	}
a:hover.header-youtube{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 30px;
	width: 30px;
	}
#nav{
	}
#nav.sticky{
	font-size: 13px;
	}
#nav .navItem{
	display: inline;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	}
.navItem a {
	padding-right: 14px;
	padding-left: 14px;
	margin-right: 2px;
	margin-left: 2px;
	}
.navItem a.active, .navItem a:hover {
	background-color: #00A5DA;
	display: inline-block;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #00A5DA;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #FFFFFF;
	}
#nav .firstChild{
	padding-left: 0px;
	margin-left: 0px;
	}
#nav .lastChild{
	padding-right: 0px;
	margin-right: 0px;
	}
.sidebarTitle {
	font-size: 14px;
	}
.info {
	background-image: none;
	}
.hours {
	background-image: none;
	}
.map {
	height: 200px;
	float: left;
	width: 100%;
	}
.services-title {
	height: 40px;
	width: 728px;
	line-height: 40px;
	font-size: 18px;
	}
.services-box {
	float: left;
	height: auto;
	width: 22%;
	text-align: center;
	margin-right: 4%;
	padding-top: 5px;
	font-weight: normal;
	border-radius: 6px;
	padding-bottom: 5px;
	line-height: 18px;
	}
.services-boxes {
	width: 728px;
	}
.services-wrap {
	width: 100%;
	float: left;
	padding-bottom: 5px;
	font-size: 14px;
	}
.services-box {
	float: left;
	height: auto;
	width: 22%;
	text-align: center;
	margin-right: 4%;
	padding-top: 5px;
	font-weight: normal;
	border-radius: 6px;
	padding-bottom: 5px;
	line-height: 18px;
	}
.services-box a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	}
.services-box.first {
	margin-left: 0%;	
	}
.services-box.mid {
	margin-right: 0%;	
	}
.services-box.last {
	margin-right: 0%;
	float: right;
	}
.services-box img{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	/* [disabled]float: none; */
	/* [disabled]height: auto; */
	}
.services-box a.heading {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	}
.border-home {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	float: left;
	display: inline;
	}
.narrow {
	float: left;
	height: auto;
	/* [disabled]width: 100%; */
	}
.narrow.gap {
	margin-right: 5%;
	float: left;
	}
.wide {
	float: left;
	height: auto;
	/* [disabled]width: 100%; */
	}
.wide.gap {
	float: left;
	height: auto;
	/* [disabled]width: 100%; */
	margin-right: 5%;
	}
.dot-border {
	min-height: 145px;
	background-image: url(../img/icons/page/border-dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
.dot-border-bottom {
	background-image: url(../img/icons/page/border-dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
.dot-border-top {
	background-image: url(../img/icons/page/border-dot.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 10px;
	margin-top: 5px;
	padding-top: 5px;
	}
.clear {
	clear: none;
	height: 0px;
	}
.panels{
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 10px;
	}
.panels.gap{
	margin-right: 4%;
	clear: left;
	}
.panels.gap.mid{
	float: left;
	width: 48%;
	margin-right: 0%;
	clear: right;
	}
.panels.last{
	float: right;
	width: 48%;
	margin-right: 0%;
	margin-left: 0%;
	}
.content1Title {
	font-size: 16px;
	/* [disabled]font-weight: 400; */
	}
.content1Column {
	font-size: 14px;
	padding-bottom: 0px;
	}
.content2Column {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	}
.content2Column.gap {
	width: 100%;
	float: left;
	/* [disabled]border-bottom-width: 3px; */
	/* [disabled]border-bottom-style: dotted; */
	/* [disabled]border-bottom-color: #00A5D9; */
	margin-bottom: 10px;
	}
.content3Column{
	margin-bottom: 10px;
	}
.content3Column.gap{
	}
.content3Column.narrow {
	width: 100%;
	float: left;
	margin-top: 15px;
	}
.content3Column.wide {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
	}
.contentMedium, 
.contentSmall{
	float: left;
	clear: both;
	margin-top: 0px;
	}
iframe {
	}
	}
		
		
/*	Screen resolutions below 728px wide
	Suitable for mobile devices (i.e. iPhone, Motorola Atrix, Blackberry)
*/

@media only screen and (max-width: 728px){

#wrapper{
	width: 100%;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#services {
	display: none;
	}
#banner{
	display: none;
	}
#banner img{
	border-radius: 0px;
	}
#mobile-banner {
	float: left;
	width: 100%;
	display: block;
	/* [disabled]margin-bottom: 15px; */
	}
p{
	line-height: 24px;
	padding-bottom: 15px;
	font-size: 15px;
	padding-left: 0px;
	margin: 0px;
	/* [disabled]padding-right: 15px; */
	}
h1 {
	font-size: 17px;
	}
h2{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	}
h3{
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	}
h5 {
	font-size: 16px;
	}
ul, ol{
	padding-left: 25px;
	margin-top: 0px;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
li.tick {
	margin-left: 0%;
	line-height: 30px;
	}
.tick {
	background-image: url(../img/icons/page/tick-blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	background-size: 25px;
	list-style-type: none;
	margin-left: 0px;
	}
.framed {
	float: left;
	width: 99.5%;
	border-radius: 9px;
	border: 1px solid #00A5DA;
	padding-bottom: 15px;
	padding-top: 0px;
	height: 100%;
	min-height: 100px;
	margin-top: -1px;
	}
.more {
	float: none;
	color: #FFF;
	border-radius: 60px;
	width: 150px;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
	padding: 8px;
	height: 20px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: -10px;
	}
.button {
	background-color: #008080;
	float: none;
	color: #FFF;
	border-radius: 60px;
	width: 240px;
	font-size: 14px;
	font-weight: normal;
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	height: 20px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	}
.button a {
	clear: right;
	float: left;
	}
.break {
	clear: both;
	float: none;
	width: 100%;
	}
.border-home {
	width: 100%;
	float: left;
	display: none;
	}
.border-mobile {
	width: 100%;
	margin-top: 0px;
	}
.no-border {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	}
.header-top {
	background-image: url(../img/icons/page/white-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 5px;
	}
.hide-pic {
	display: none;
	height: 0px;
	}
.hide-panel {
	display: none;
	height: 0px;
	}
.news-pic {
	width: 80%;
	margin-left: 10%;
	float: left;
	}
.news-pic.img {
	outline: none;
	max-width: 100%;
	float: left;
	border-radius: 4px;
	}
.news-text {
	float: left;
	height: auto;
	width: 100%;
	}
.narrow {
	float: left;
	height: auto;
	width: 100%;
	}
.narrow.gap {
	width: 100%;
	margin-right: 0%;
	float: left;
	}
.narrow.gap.top {
	width: 100%;
	margin-right: 0%;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.wide {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	}
.wide.gap {
	float: left;
	height: auto;
	margin-right: 0%;
	}
.hours-left {
	float: left;
	width: 30%;
	padding-left: 5%;
	}
.hours-right {
	float: left;
	width: 60%;
	padding-left: 5%;
	}
.header-phone {
	height: 40px;
	width: 40px;
	padding: 0px;
	}
.header-map {
	height: 40px;
	width: 40px;
	padding: 0px;
	}
.header-email {
	height: 40px;
	width: 40px;
	padding: 0px;
	}
.header-facebook {
	height: 40px;
	width: 40px;
	padding: 0px;
	}
.header-instagram {
	height: 40px;
	width: 40px;
	padding: 0px;
	}
.header-youtube {
	height: 40px;
	width: 40px;
	padding: 0px;
	}
a:hover.header-phone{
	height: 40px;
	width: 40px;
	background-image: url(../img/icons/phone/phone-white.png);
	}
a:hover.header-map{
	height: 40px;
	width: 40px;
	background-image: url(../img/icons/map/map-white.png);
	}
a:hover.header-email{
	height: 40px;
	width: 40px;
	background-image: url(../img/icons/email/email-white.png);
	}
a:hover.header-facebook{
	height: 40px;
	width: 40px;
	background-image: url(../img/icons/facebook/facebook-white.png);
	}
a:hover.header-instagram{
	height: 40px;
	width: 40px;
	background-image: url(../img/icons/instagram/instagram-white.png);
	}
a:hover.header-youtube{
	height: 40px;
	width: 40px;
	background-image: url(../img/icons/youtube/youtube-white.png);
	}
#header{
	clear: both;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: none;
	position: relative;
	display: block;
	background-color: rgba(0, 165, 218, 0.0);
	}
.header-wrap {
	width: 100%;
	height: 120px;
	}
.header-left {
	width: 100%;
	height: auto;
	margin-top: 0px;
	background-color: #00A4D9;
	}
.header-left img {
	float: none;
	max-width: 90%;
	padding: 0px;
	max-height: 120px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	}
.header-right {
	width: 100%;
	display: block;
	height: auto;
	background-color: #00A4D9;
	padding-top: 0px;
	text-align: center;
	margin-top: 0px;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 0px;
	clear: both;
	}
.booking-wrap {
	float: none;
	width: 260px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 0px;
	background-position: 10px center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}
.booking-wrap a{
	text-align: center;
	padding-right: 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	}
.booking-button {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 40px;
	width: 40px;
	}
a:hover.booking-button {
	background-image: url(../img/icons/booking/booking.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 40px;
	width: 40px;
	}
.contact-wrap {
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	}
.contact-wrap a{
	text-align: center;
	padding-right: 0px;
	font-size: 18px;
	line-height: 25px;
	}
.icons-wrap {
	float: none;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}
.map {
	height: 200px;
	float: left;
	width: 100%;
	}
.round {
	/* [disabled]float: left; */
	width: 70%;
	border-radius: 90%;
	margin-right: 15%;
	margin-left: 15%;
	/* [disabled]height: auto; */
	}
.services {
	float: none;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	}
.team {
	float: none;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	}
.team.square {
	float: none;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	border-radius: 4px;
	}
.admin {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	}
img.products {
	float: left;
	width: 100%;
	}
.products {
	width: 45%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	float: left;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	}
.half {
	width: 100%;
	float: left;
	margin: 0px;
	}
.dot-border-mobile {
	background-image: url(../img/icons/page/border-dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
#nav{
	float: none;
	padding-top: 0px;
	position: fixed;
	font-size: 15px;
	font-weight: normal;
	background-color: #3A4A50;
	}
#nav .navItem{
	display: block;
	float: none;
	text-align: center;
	line-height: 40px;
	background-color: #3A4A50;
	font-size: 15px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #566A78;
	}
.navItem a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	text-transform: capitalize;
	}
.navItem a.active {
	color: #00A5DA;
	padding: 0px;
	border: none;
	background-color: #3A4A50;
	}
.navItem a:hover {
	padding: 0px;
	border: none;
	background-color: #3A4A50;
	}
#nav .firstChild{
	text-align: center;
	padding: 0px;
	border-right-style: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #566A78;
	}
#nav .lastChild{
	border-right: none;
	border-bottom: none;
	text-align: center;
	padding: 0px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	}
#nav.collapsible{
	display: none;
	top: 50px;
	left: 0px;
	width: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	}
#navCollapser{
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	position: fixed;
	z-index: 9999;
	height: 50px;
	line-height: 50px;
	margin-top: 0px;
	top: 0px;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	background-color: #3A4A50;
	background-image: url(../img/icons/page/nav-icon.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	background-size: contain;
	}
#content{
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
.box {
	background-color: #FBFBFB;
	border-radius: 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	border: 1px solid #CCC;
	}
#banner{
	}
#banner img{
	border-radius: 0px;
	}
p img {
	max-width: 100%;
	text-align: center;
	margin-right: 0%;
	margin-left: 0%;
	width: 100%;
	max-height: 100%;
	}
.mobile-social {
	height: 40px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	}
.panels{
	width: 100%;
	margin-right: 0%;
	float: left;
	margin-bottom: 10px;
	}
.panels.gap{
	margin-right: 0%;
	}
.panels.gap.mid{
	float: left;
	width: 100%;
	margin-right: 0%;
	clear: right;
	}
.panels.last{
	float: left;
	width: 100%;
	margin-right: 0%;
	}
.add-space-after {
	margin-bottom: 15px;
	}
p.pdfs {
	background-image: url(../img/icons/page/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	font-family: 'Nunito', sans-serif;
	float: left;
	width: auto;
	clear: both;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
p.waiting {
	background-image: url(../img/icons/page/pdf-fade.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	font-family: 'Nunito', sans-serif;
	float: left;
	width: auto;
	clear: both;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
.content1Title {
	float: left;
	width: 90%;
	line-height: 24px;
	font-size: 17px;
	height: auto;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 10px;
	margin-left: 5%;
	clear: both;
	text-transform: none;
	}
.content1Column {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 90%;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	float: left;
	}
.content2Column {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	}
.content2Column.gap {
	margin-right: 0%;
	}
.content3Column img {
	float: none;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.content3Column{
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 5px;
	padding-left: 0%;
	border-bottom-style: none;
	}
.content3Column.gap{
	margin-right: 0%;
	margin-left: 0%;
	float: left;
	width: 100%;
	}
.content3Column.gap.mid{
	margin-right: 0%;
	margin-left: 0%;
	float: left;
	width: 100%;
	}
.content3Column.last{
	margin-right: 0%;
	margin-left: 0%;
	float: left;
	width: 100%;
	}
.content3Column.narrow {
	float: left;
	width: 90%;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 15px;
	}
.content3Column.wide {
	float: left;
	width: 90%;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: 5%;
	margin-left: 5%;
	}
.content3Column.centre {
	float: left;
	width: 90%;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: 5%;
	margin-left: 5%;
	}
.content3Column.side {
	float: left;
	width: 90%;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: 5%;
	margin-left: 5%;
	}
.contentMedium, 
.contentSmall{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	}
.text-tool {
	background-image: url(../img/text-tool.jpg);
	background-position: left center;
	padding-left: 60px;
	background-size: contain;
	background-repeat: no-repeat;
}
.picture-tool {
	background-image: url(../img/picture-tool.jpg);
	background-position: left center;
	padding-left: 60px;
	background-size: contain;
	background-repeat: no-repeat;
}
.publish {
	background-image: url(../img/publish.jpg);
	background-position: left center;
	padding-left: 130px;
	background-size: contain;
	background-repeat: no-repeat;
}
