@import url(reset.css); 

/*

	Main CSS:
	Copyright (C) 2019 OwlTree Web Solutions.
	Mobile first

*/



html
{
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 100%;
}


@font-face
{
	font-family: 'Core Sans A 35';
src: url('../fonts/Core Sans A 35.eot'); src: url('../fonts/Core Sans A 35.eot?#iefix') format('embedded-opentype'), url('../fonts/Core Sans A 35.svg#Asap') format('svg'), url('../fonts/Core Sans A 35.woff') format('woff'), url('../fonts/Core Sans A 35.ttf') format('truetype');	
}

@font-face
{
	font-family: 'Core Sans A 55';
src: url('../fonts/Core Sans A 55.eot'); src: url('../fonts/Core Sans A 55.eot?#iefix') format('embedded-opentype'), url('../fonts/Core Sans A 55.svg#Asap') format('svg'), url('../fonts/Core Sans A 55.woff') format('woff'), url('../fonts/Core Sans A 55.ttf') format('truetype');	
}

@font-face
{
	font-family: 'Core Sans A 65';
src: url('../fonts/Core Sans A 65.eot'); src: url('../fonts/Core Sans A 65.eot?#iefix') format('embedded-opentype'), url('../fonts/Core Sans A 65.svg#Asap') format('svg'), url('../fonts/Core Sans A 65.woff') format('woff'), url('../fonts/Core Sans A 65.ttf') format('truetype');	
}

@font-face
{
	font-family: 'Core Sans A 85';
src: url('../fonts/Core Sans A 85.eot'); src: url('../fonts/Core Sans A 85.eot?#iefix') format('embedded-opentype'), url('../fonts/Core Sans A 85.svg#Asap') format('svg'), url('../fonts/Core Sans A 85.woff') format('woff'), url('../fonts/Core Sans A 85.ttf') format('truetype');	
}

body
{
	font-family: 'Core Sans A 35', sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	letter-spacing: 0px;
	color: #010001;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
}

header
{
	position: fixed;
	z-index: 100;
	float: left;
	width: 100%;
	height: 100px;/*was100px*/
	padding: 0 0 0px 0;
	margin: 0;
	text-align: center;
	background-color: white;
	border-bottom: 5px solid #bf202f;
}

.logo-container
{
	/*display: none;*/
	float: left;
	width: 78%;
	/*height: 100px;*/
	padding: 0em 1%;
	margin: 0;
}

.logo-container img
{
	display: block;
	width: 200px;
	/*min-width: 200px;
	max-width: 300px;*/
	margin: 0 auto 0 auto;
	padding: 0;
}

.phone-number-header
{
	/*display: none;*/
	float: left;
	width: 98%;
	/*height: 1.7em;*/
	margin: 0.2em 0 0 0;
	padding: 0px 1% 0 1%;
	color: white;
}

.logo-container p
{
	font-family: 'Core Sans A 65';
	font-size: 1.2em;
	line-height: 1em;
	margin: 0.2em 0;
	
}

.content-strip
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0.5em 0 0.5em 0;
	padding: 1em 0;
}

.container
{
	position: relative;
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2%;
}

.container img
{
	width: auto;
	/*height: auto;*/
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0%;
}

.flex-box
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
	z-index: 0;
}

h1
{
	font-family: 'Core Sans A 65';
	margin: 1em 0%;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}

h2
{
	font-family: 'Core Sans A 85';
	font-size: 11vw;
	margin: 1em 0%;
	text-align: left;
	font-weight: normal;
}

h3
{
	font-family: 'Core Sans A 65';
	font-size: 1.4em;
	margin: 1em 0;
	text-align: left;
	font-weight: normal;
}

h4
{
	font-family: 'Core Sans A 55';
	font-size: 1.2em;
	font-style: normal;
	margin-bottom: 1em;
}

h5
{
	font-family: 'Core Sans A 55';
	font-size: 1.2em;
	font-style: normal;
	text-align: left;
	margin-bottom: 1em;
}

ul
{
	display: block;
}

p
{
	margin-bottom: 1em;
	
}

li
{
	list-style-position: inside;
	margin-left: 20px;
	list-style: disc;
}

a, a:visited
{
	color: #010001;
}


p.contact-detail a
{
	font-family: 'Core Sans A 35';
	margin-top: 0.2em;
	font-size: 1.4em;
	line-height: 1em;
	color: #005da4;
	/*color: #a4dbf2;*/
	font-weight: normal;
	text-transform: lowercase;
}

.contact-detail p
{
	font-family: 'Core Sans A 35';
	margin-top: 0.2em;
	font-size: 1.5em;
	line-height: 1.2em;
	/*color: #a4dbf2;*/
	font-weight: normal;
	text-transform: none;
	text-align: center;
}

a.more
{
	display: block;
	clear: both;
	/*position: absolute;*/
	/*float: left;*/
	width: 15%;
	max-width: 150px;
	/*bottom: 0;*/
	/*left: 0;*/
	/*color: white;*/
	text-align: center;
	background-size: contain;
	padding: 5px;
	margin: 0 auto 2em auto;
	border: 1px solid #010001;
}

a.back
{
	display: block;
	width: 150px;
	bottom: 0;
	left: 0;
	color: white;
	text-align: center;
	background-size: contain;
	padding: 5px;
	margin: 2em auto 2em auto;
	background-color: #9d9fa2;
	border: 1px solid white;
}

a.back:hover
{
	background-color: #cecfd0;
}

blockquote
{
	
}

cite
{
	font-style: italic;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

table
{
	float: left;
	display: block;
	width: 96%;
	border-collapse: separate;
	/*border-spacing: 15px;*/
	padding: 0 0%;
	margin: 0em 2%;
	background-color: transparent;
	
}

tr td
{
	width: 98%;
	padding: 0 1%;
	font-size: 1.2em;
}

br.clear
{
	clear: both;
}

.text-white
{
	color: white;
}

.text-red
{
	color: #bf202f;
}

.text-grey
{
	color: #9d9fa2;
}

hr
{
	clear: both;
	width: 75%;
	margin: 2em auto;
	max-width: 1280px;
	color: transparent;
	border-top: 3px solid #bf202f;
}

hr.black
{
	clear: both;
	width: 85%;
	margin: 1em auto;
	max-width: 1280px;
	color: transparent;
	border-top: 5px solid #010001;	
}

hr.red
{
	clear: both;
	width: 85%;
	margin: 1em auto;
	max-width: 1280px;
	color: transparent;
	border-top: 5px solid #bf202f;	
}

/*---------- Background Colours -------------*/

.white-bg
{
	background-color: white;
}

.red-bg
{
	background-color: #bf202f;
}

.grey-bg
{
	background-color: #9d9fa2;
}

.light-grey-bg
{
	background-color: #cecfd0;
}

.v-light-grey-bg
{
	background-color: #f0f1f1;
}

.black-bg
{
	background-color: #010001;
}

/*---------- Main Navigation Bar ----------*/

.nav
{
	float: left;
	width: 18%;
	height: 1.7em;
	margin: 0.8em 0 0 0;
	padding: 0px 1% 0 1%;
	text-align: center;
}

p.menu-symbol
{
	font-size: 3em;
	margin: 0;
	
}

p.menu-symbol-small
{
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

.symbol-holder
{
	color: #bf202f;
}

.symbol-holder:hover
{
	color: #010001;
}

.sidenav .menu-container span.menu-word
{
	font-size: 1em;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  /*background-color: rgba(191, 32, 48, 0.90);*/
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
  text-align: right;
}

.menu-container
{
	float: right;
	/*width: 80%;*/
	max-width: 800px;
	min-width: 600px;
	min-height: 1000px;
	margin: 0;
	padding: 4em 0 10em 0 ;
	background-color: rgba(191, 32, 48, 0.90);
	text-align: right;
}

.sidenav a {
  padding: 8px 80px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  /*color: #9d9fa2;*/
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #9d9fa2;
}

.sidenav a.active
{
	color: #9d9fa2;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav img
{
	width: auto;
	min-width: 100px;
	max-width: 200px;
	padding: 0 80px 0 0;
}

.sidebar-contact
{
	margin-top: 5em;
}

.sidebar-contact p
{
	margin: 0;
}

p.sidebar-email a
{
	font-size: 1em;
	margin: 0;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*---------- Banner CSS  -----------*/

.banner-strip
{
	clear: both;
	float: left;
	width: 100%;
	min-height: 400px;
	padding: 0;
	margin: 100px 0 0 0;
	border-bottom: 5px solid #bf202f;
}

.banner-strip-short
{
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 400px;
	padding: 0;
	margin: 100px 0 0 0;
	border-bottom: 5px solid #bf202f;
}

span.right
{
	display: block;
	text-align: right;
}

.banner-strip-short h1
{
	float: left;
	font-family: 'Core Sans A 65';
	margin: 1.5em 0 0 0;
	padding: 0;
	font-size: 9vw;
	font-weight: normal;
	line-height: 1.3em;
	text-transform: uppercase;
	color: white;
}

.banner-strip-short h2
{
	float: left;
	font-family: 'Core Sans A 65';
	margin: 1em 0;
	padding: 0;
	font-size: 6.5vw;
	font-weight: normal;
	line-height: 1.32em;
	color: white;
}

.banner-strip h2
{
	z-index: 11;
    position: absolute;
    /*top: 100px;/*30px*/
    right: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
	float: left;
	font-family: 'Core Sans A 65';
	margin: 3.0em 0 0 0;
	padding: 0;
	font-size: 11vw;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	color: white;
	animation: titleAnimation 20s linear infinite 0s;
}

span.caption
{
	background-color: rgba(191, 32, 48, 0.7);
	/*padding: 0 20px;*/

}

.banner-strip h2:nth-child(2) {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}
.banner-strip h2:nth-child(3) {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}
.banner-strip h2:nth-child(4) {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(150px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	22% {
	    opacity: 0;
	    transform: translateY(-150px);
	    /*transform: scale(10);*/
	}
	100% { opacity: 0 }
}

/*---------- Content Areas CSS  -----------*/


.col
{
	float: left;
	width: 98%;
	margin: 0 1%;
	padding: 1em 0%;
	
}

.col img
{
	width: auto;
}

/*---------- Services Strip -------------*/

h2.service-strip-header
{
	color: #cecfd0;
	text-transform: uppercase;
}

.service-link
{
	display: block;
	position: relative;
	float: left;
	width: 48%;
	margin: 1em 1%;
	padding: 0 0%;
	transition: all 0.2s ease-in-out;
	/*border-right: 1px solid #cecfd0;*/
	background-color:  #bf202f;
}

/*.service-link:last-child
{
	border-right: none;
}*/

.service-link:nth-child(even)
{
	background-color: #010001;
}

.service-link:hover, .service-link:focus
{
	background-color: #9d9fa2;
	transform: scale(1.05);
}

.service-link img
{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	transition: all 0.3s ease-in-out;
}

/*.service-link:hover a img, .service-link:focus a img
{
	transform: scale(1.1);
	overflow: hidden;
}*/

.service-link h3
{
	font-family: 'Core Sans A 85';
	text-align: center;
	text-transform: uppercase;
	margin: 0.5em 0;
	color: white;
}

.service-link:hover > a, .service-link:focus > a
{
	color: #bf202f;
}

/*------------- Services Page------------------*/

.service-section
{
	float: left;
	width: 96%;
	margin: 0em 0;
	padding: 2em 2%;	
}

.service-section:nth-child(odd)
{
	background-color: #f0f1f1;
}

.service-image
{
	display: block;
	float: left;
	width: 96%;
	margin: 0;
	padding: 0 2%;
	background-color: transparent;
}

.service-section:nth-child(even) div.service-image
{
	float: right;
}

.service-image img
{
	display: block;
	width: 80%;
	margin: 0 auto;
}

.service-col
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

/*div.service-image:nth-child(even)
{
	float: right;
}*/

/*--------- Stonehealth Approved Strip -------------*/

h3.stonehealth-approved-strip-header
{
	font-size: 2em;
	color: #bf202f;
	text-align: center;
}

.stonehealth-approved
{
	display: block;
	position: relative;
	float: left;
	width: 46%;
	margin: 1em 2%;
	padding: 0 0%;
	transition: all 0.2s ease-in-out;
}

.stonehealth-approved img
{
	display: block;
	width: auto;
	max-width: 150px;
	margin: 0 auto;
}

/*---------- Methods Strip -------------*/

h2.method-strip-header
{
	color: #cecfd0;
	text-transform: uppercase;
}

.method
{
	float: left;
	width: 94%;
	margin: 2em 3%;
	padding: 0 0;
	transition: all 0.2s ease-in-out;
	/*background-color: #010001;*/
}

.method:hover, .method:focus
{
	transform: scale(1.05);
}

.method h3
{
	font-family: 'Core Sans A 85';
	font-size: 1.8em;
	background-color: #bf202f;
	color: white;
	padding: 0 2% 0.9em 2%;
	text-transform: uppercase;
	margin: -0.15em 0 0 0;
}

.method-link
{
	float: left;
	width: 94%;
	margin: 1em 3%;
	padding: 0 0 3em 0;
	transition: all 0.1s ease-in-out;
	background-color: #010001;
}

.method-link:nth-child(odd)
{
	background-color: #bf202f;
}

.method-link:hover, .method-link:focus
{
	background-color: #9d9fa2;
}

.method-link h3
{
	font-size: 2.5em;
	color: white;
	text-transform: uppercase;
	/*margin: -0.15em 0 0 0;*/
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1em;
	font-family: 'Core Sans A 85';
	color: white;
	
}

.method-link img
{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	transition: all 0.3s ease-in-out;
}

.method-link:hover a img, .method-link:focus a img
{
	/*transform: scale(1.1);*/
}

/*----------------- Testimonial Strip -------------------*/

.testimonial-strip-header
{
	color: white;
	text-transform: uppercase;
	margin: -0.26em 2% 0 2%;
	padding: 0;
}


.quote-container
{
	
	width: 100%;
	text-align: center;	
	margin: 0;
	padding: 1em 0 0 0;
}

h3.red-quotes
{
	font-family: 'Arial';
	font-family: 'Core Sans A 85';
	font-size: 7em;
	color: #bf202f;
	line-height: 0.1em;
	text-align: center;
	margin: 0.5em 0 0.2em 0;
	padding: 0;
}

.testimonial-excerpt
{
	float: left;
	width: 90%;
	margin: 0 5%;
}


/*------------- CTA Strip -------------*/

h3.cta-open
{
	font-family: 'Core Sans A 35';
	font-size: 2em;
	color: white;
	text-align: center;
}

h3.cta-close
{
		font-family: 'Core Sans A 65';
		font-size: 2em;
		color: white;
		text-transform: uppercase;
		text-align: center;
}

p.cta-detail
{
		font-family: 'Core Sans A 65';
		color: #010001;
		font-size: 1.5em;
		text-align: center;
}

/*------------- Links Strip ------------------*/

.link-holder
{
	float: left;
	width: 94%;
	margin: 1em 3%;
	padding: 1.5em 0 1.5em 0;
	transition: all 0.1s ease-in-out;
}

.link-holder:hover, .link-holder:focus
{
	background-color: #cecfd0;
}

.link-holder a h2
{
	
	color: white;
	text-transform: uppercase;
	margin: 0em 0 0 0;
	padding: 0;
	text-align: center;
}


/*------------- Accreditation Logo Strip -----------------*/

.accreditation-logo
{
	float: left;
	width: 32%;
	margin: 0 0.5%;
}

.accreditation-logo img
{
	display: block;
	width: 100%;
}

/*------------- Gallery Page------------------*/

.gallery-section
{
	float: left;
	width: 96%;
	margin: 0em 0;
	padding: 2em 2%;	
}

.gallery-section:nth-child(even)
{
	background-color: #f0f1f1;
}

.gallery-image
{
	float: left;
	width: 50%;
	transition: 0.3s ease-in-out;
	/*background-color: #cecfd0;*/
}

.gallery-image img
{
	display: block;
	width: 98%;
	margin: 0 auto;
	padding: 10px 0;
	transition: 0.3s ease-in-out;
}

.gallery-image img:hover
{
	filter: brightness(50%);
	overflow: hidden;
}

p.gallery-more
 {
	 display: none;
	 
 }

.gallery-image img:hover + p.gallery-more
{
	display: block;
	position: relative;
	z-index: 100;
	width: 50%;
	color: white;
	text-align: center;
	padding: 5px;
	margin: -65% auto 0 auto;
	border: 2px solid white;
}


/*-------------------- Video Page ----------------------*/

.TextformatterVideoEmbed
{
	float: left;
	width: 100%;
	margin: 1em 0;
	border-top: 8px solid #bf202f;
	border-bottom: 8px solid #bf202f;
}

.TextformatterVideoEmbed iframe
{
	float: left;
}


/*---------------- Projects Pages ----------------*/

.project-link
{
	float: left;
	width: 98%;
	margin: 1em 1%;
	background-color: #bf202f;
}

.before-after
{
	float: left;
	width: 100%;
	
}

.before-after img
{
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.before-after img:hover
{
	filter: brightness(50%);
}

.project-link h3
{
	width: 100%;
	float: left;
	/*background-color: #bf202f;*/
	color: white;
	text-transform: uppercase;
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
}

.before-after p
{
	position: relative;
	float: left;
	z-index: 20;
	margin: 4px 0 -2.2em 0;
	padding: 0;
	/*background-color: #bf202f;*/
	color: white;
	width: 25%;
	font-family: 'Core Sans A 65';
	font-size: 1.1em;
}

.before-after span
{
	background-color: #bf202f;
	margin: 0;
	padding: 5px;
}

.case-study-image
{
	display: block;
	float: left;
	width: 98%;
	margin: 0.5em 1%;
	padding: 0;
}

.case-study-image img
{
	display: block;
	float: left;
	width: 100%;
	margin: 0px 0 0 0; /*was -32px 0 0 0;*/
	padding: 0;
}

.case-study-image p
{
	position: relative;
	float: left;
	z-index: 20;
	margin: 0 0 0 0;
	padding: 0;
	/*background-color: #bf202f;*/
	color: white;
	width: 25%;
	font-family: 'Core Sans A 65';
	font-size: 1.1em;
}

.case-study-image p span
{
	background-color: #bf202f;
	margin: 0;
	padding: 5px 20px;
}

/*-------------- Previous and Next Buttons on News Pages ---------------*/

.prev-next-container
{
	clear: both;
	float: left;
	width: 100%;
	padding: 2em 0;
	text-align: center;
}

ul#prev-next 
{
	width: 100%;
	margin: 0 auto;
}
  
#prev-next li
{
	float: none;
	width: auto;
	min-width: 30px;
	min-height: 40px;
	margin: 0em 20px 0em 20px;
	padding: 0.2em 1% 0.3em 1%;
	background-color: #bf202f;
	text-align: center;
	display: inline-table;
	list-style: none;
	color: #484848;
	font-size: 1.4em;
	
	border-radius: 2px;
}

#prev-next li a, #prev-next li a:active
{
	font-size: 1.2em;
	color: white;
}

#prev-next li:hover, #prev-next li:focus, #prev-next li a:hover, #prev-next li a:focus
{
	background-color: #9d9fa2;
}


#prev-next a.no-after, #prev-next li.no-after
{
 	display: none;
}

#prev-next a.no-before, #prev-next li.no-before
{
 	display: none;
}

#prev-next a.previous
{
 	/*margin-right: 2.0em;*/
}

/*--------------- Testimonials Page ---------------*/

.reviews
{
	float: left;
	width: 97%;
	margin: 1em 0.5%;
	padding: 1em 1%;
}


/*---------- Contact Page and Form ----------*/

h2.contact-title
{
	color: #cecfd0;
	text-transform: uppercase;
	text-align: center;
}


/*.enquiry-strip
{
	clear: both;
	float: left;
	width: 100%;
	background-color: #f6862a;
	color: white;
}*/

form
{
	float: left;
	width: 60%;
	font-size: 1.3em;
	padding: 0 0 0 0;
	margin: 2em 20% 0 20%;
	
}

fieldset ul
{
	width: 100%;
	max-width: 100%;
	/*text-align: center;*/
	margin: 0 auto;
	list-style: none;
}

li.input-line
{
	margin: 0em 0% 0em 0%;
	list-style: none;
	
}

li.input-line label
{
	display: block;
	text-align: left;
	width: 15%;
	padding-right: 1em;
}

li.input-line input
{
	width: 100%;
	/*max-width: 100%;*/
	min-height: 1.5em;
	font-size: 1.1em;
	border: none;
	/*background-color: transparent;*/
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 5px;
	font-family: 'Core Sans A 35';
}

li.input-line textarea
{
	width: 100%;
	/*max-width: 100%;
	min-width: 100%;*/
	min-height: 150px;
	font-size: 1.1em;
	border: none;
	/*background-color: transparent;*/
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	font-family: 'Core Sans A 35';
}


li.submit
{
	width: 50%;
	margin: 1em auto 2em auto;
	list-style: none;
	margin: 2em auto 2em auto;
	
}

li.submit input
{
	display: block;
	width: 70%;
	height: 2em;
	border: 0;
	background-color: white;
	color: #bf202f;
	font-size: 1.5em;
	text-align: center;
	margin: 1em auto 2em auto;
	
}

li.submit input:hover
{
	background-color: #cecfd0;
	color: white;
}


.g-recaptcha
{
	width: 300px;
	margin: 0 auto;
}

/*---------- Footer ---------------*/

footer
{
	clear: both;
	float: left;
	width: 98%;
	background-color: #010001;
	color: white;
	font-size: 0.8em;
	padding: 2em 1%;
	text-align: center;
}

footer a, footer a:visited
{
	color: white;
	text-decoration: underline;
}

.footer-left
{
	float: left;
	width: 100%;
}

.footer-left p
{
	line-height: 1.4em;
}

.footer-centre
{
	float: left;
	width: 100%;
}

.footer-centre a,.footer-centre:visited
{
	color: white;
	text-decoration: none;
}

.footer-right
{
	float: left;
	width: 100%;
	
}

img.social-icon
{
	width: 40px;
	margin: 0 auto 0 auto;
	padding: 0;
}

img.youtube
{
	display: block;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 0;
}

.reg-details
{
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.8em;
}

p.legal-link
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-decoration: underline;
}

.reg-details p
{
	text-align: center;
}
