body {
	margin: 0;
	padding: 0;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	background:url(images/bg-tile.png) #000;
	color:#351d5c;
}

h1, h2, h3, h4, h5 {
	font-family: 'ColaborateThinRegular';
	font-weight:normal;
}

h1 {
	font-weight:normal;
	font-size:32px;
	letter-spacing:-0.02em;
	line-height:34px;
	color:#351d5c;
	border-bottom:1px #eee solid;
	margin:-10px 0 20px;
	background:url(images/h1.png) no-repeat right;
	height:35px;
	padding:20px 0 5px;
}

.purple-text { 
	color:#9380bb;
}
.homepage-btn a {
    background: #3e2864;
    display: block;
    max-width: 250px;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.homepage-btn a:hover {
	color: white;
}

h2 {
	font-size:28px;
	font-weight:normal;
	letter-spacing:-0.01em;
	color:#9380bb;
	margin:20px 0 -10px;
}

h3 {
	font-size:24px;
	font-weight:normal;
	letter-spacing:-0.01em;
	margin-bottom:5px;
	color:#333;
}

h4 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:-0.01em;
	margin-bottom:5px;
	color:#333;
}

h5 {
	font-size:18px;
	font-family: 'OpenSansItalic';
	color:#121212;
	font-weight:normal;
	margin:0;
}

a {
	color:#d359c6;
	text-decoration:none;
}

a:hover {
	color:#aa1b9b;
}

p, ul {
	line-height:24px;
	margin-left:10px;
}

.hr {
	height:1px;
	margin:10px 0;
	border-bottom:1px #e6e6e6 solid;
}

hr {
    border: 0;
    height: 1px;
	margin:20px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
}

strong {
	font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
	color:#333;
}

.image-right {
	float:right;
	margin:10px 0 10px 20px;
	padding:8px;
	border:1px solid #e6e6e6;
	background:#fff;
	text-align:center;
}

.image-left {
	float:left;
	margin:0 20px 10px 0;
	padding:8px;
	border:1px solid #e6e6e6;
	background:#fff;
	text-align:center;
}

.video-right {
	float:right;
	margin:0 0 10px 10px;
	padding:8px;
	border:1px solid #666;
	background:#333;
}

.col-left {
	float:left;
	display:inline;
	width:310px;
	margin:-5px 20px 0 0;
}

.col-right {
	float:left;
	display:inline;
	width:310px;
	margin:-5px 0 0 0;
}

/* Patient Journey */

ul.patient-journey li {
    margin-bottom: 10px;
    list-style: none;
}

/* Header */

#header-wrapper {
	width: 100%;
	top:0px;
	margin:0;
	clear:both;
	background:url(images/bg-header.jpg) repeat-x;
	min-width:1000px;
	height:320px;
}

#header {
	width: 960px;
	padding: 0px 20px;
	margin: 0px auto;
	clear:both;
}

.logo {
	width:285px;
	height:106px;
	float:left;
}

.address-telephone {
    float: right;
    height: 56px;
    margin: 48px 5px 0 0;
    text-align: right;
}

.top-address {
	font-size:14px;
	color:#eee;
	margin-bottom:0px;
	
}

.top-address a {
	color:#eee;
	text-decoration:none;
}

.top-address a:hover {
	color:rgba(147, 128, 187, 0.8);
}


.tel-number {
	font-size:42px;
	margin-top:-5px;
	padding:0 0 0 30px;
	color:#e6e6e6;
	letter-spacing:-0.04em;
	font-family: 'ColaborateRegular';
}

/* Navigation */

#nav {
	margin:0 auto;
	padding:0;
	z-index:30;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	height:40px;
}


#nav li {
	display: inline;
}

#nav a {
	float: left;
	font-size:14px;
	text-align:center;
	padding: 5px 18px;
	text-decoration: none;
	color: #fff;
	margin:30px 2px 0 0;
	
	background-color: rgba(147, 128, 187, 0.2);
	
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#nav a:hover {
	background-color: rgba(147, 128, 187, 0.5);
}

/* Slideshow */

#slider-area {
	width:996px;
	height:240px;
	margin: -120px auto;
	background:#d1d2d4;
	border:2px solid #d1d2d4;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

#slider {
	width: 680px;
	height: 240px;
	margin:0 auto;
	z-index:1;
	float:left;
}

#slider img {
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px; 
}

#quicklinks {
	margin:0 0 1px 0;	
	height:67px;
}

#quicklinks-end {
	margin:0;
	height:68px;
}

#quicklinks, #quicklinks-end {
	background:#fff;
	color:#666;
	float:right;
	width:295px;
	padding:7px 10px 5px;
	text-align:center;
	font-size:13px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#quicklinks a, #quicklinks-end a {
	color:#121212;
	font-size:12px;
}

#quicklinks:hover, #quicklinks-end:hover {
	background:#e8e8fa;
}

.nhs-title, .denplan-title, .whitening-title  {
	font-size:22px;
	font-family: 'OpenSansLight';
	letter-spacing:-0.03em;
}

.nhs-title {
	color:#1885e1;
}

.denplan-title {
	color:#378b48;
}

.whitening-title {
	color:#6c378b;
}

/* Main Content */

#content {
	width:1000px;
	margin:0px auto;
}

#main-content {
	width: 640px;
	min-height: 470px;
	display: inline;
    float: left;
    margin:20px 0px 20px 0;
	padding:20px;
	background: url(images/bg-content.png) no-repeat bottom left #fff;
	
	border:2px solid #d1d2d4;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

#sidebar {
    padding: 20px;
    width: 274px;
	float:right;
	margin:40px 0 20px 0;
	
	border-top:2px solid #d1d2d4; border-right:2px solid #d1d2d4; border-bottom:2px solid #d1d2d4;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;  
}

#sidebar-team {
    width: 314px;
	float:right;
	margin:0px 0 20px 0;
	
	border-top:2px solid #d1d2d4; border-right:2px solid #d1d2d4; border-bottom:2px solid #d1d2d4;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;  
}

/* Contact Form */

#contact-form {
    padding: 5px 20px 20px;
    width: 276px;
	float:right;
	margin:40px 0 20px 0;
	background: url(images/bg-contact.png);
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;  
}

#contact-form h2 {
	color:#fff;
	margin-bottom:10px;
}

#contact-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact-form li {
	width: 275px;
	height: 25px;
	padding: 3px 0 2px 0;
	margin: 0 0 5px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
}

#contact-form li.standard {
}

#contact-form li.required {
}

#contact-form li.user {
	background:url(images/contact-form-user.png) no-repeat top left #fff;
}

#contact-form li.email {
	background:url(images/contact-form-email.png) no-repeat top left #fff;
}

#contact-form li.phone {
	background:url(images/contact-form-phone.png) no-repeat top left #fff;
}

#contact-form li.textarea {
	width: 275px;
	height: 76px;
	margin: 0 0 10px;
	background: url(images/contact-form-message.png) no-repeat top left #fff;
}

#contact-form li.last {
	height: 33px;
	margin: 30px 0 0 0;
}

#contact-form input {
	width: 225px;
	height: 25px;
	border: 0;
	padding: 0 0 0 45px;
	background: none;
	font-family: 'OpenSansLightItalic';
	font-size:12px;
	color:#999;
}

#contact-form textarea {
	width: 225px;
	height: 70px;
	border: 0;
	padding: 0 0 0 45px;
	background: none;
	font-family: 'OpenSansLightItalic';
	font-size:12px;
	color:#999;
}

#contact-form .submit {
	width: 112px;
	height: 35px;
	margin:-8px 0 0;
	background:#d359c6;
	list-style:none;
	font-family: 'OpenSansLightItalic';
	font-size:14px;
	text-indent:-44px;
	color:#fff;
	
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#contact-form .submit:hover {
	background:#7057a5;	
	cursor:pointer;
}

/* Treatments */

ul#treatments {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

ul#treatments li {
	display: inline;
}

ul#treatments a {
	float: left;
	width: 30%;
	margin: 0 2% 2% 0;
	color: #fff;
	text-decoration:none;
	text-align: center;
	padding: 8px 0;
	border:2px solid #fff;
	
	background-color: #9381b9;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 1px #eee;
	-webkit-box-shadow: 1px 1px 1px #eee;
	box-shadow: 1px 1px 1px #eee;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul#treatments a:hover {
	background: #3f2964;
	color: #fff;
}

/* Smile Gallery */

ul#gallery {
	height: 245px;
    list-style: none;
    margin: 0 0 -20px;
    padding: 0;
}

ul#gallery li {
	float:left;
	display: inline;
	margin:20px 20px 0 0;
	text-align:center;
}

ul#gallery li.right {
	float:right ;
	display: inline;
	margin:20px 0 -20x 0;
	text-align:center;
}

/* contact details */

.contact-email {
	background:url(images/contact-email.png) no-repeat;
	padding:0 0 0 22px;
	margin:5px 0;
}

.contact-phone {
	background:url(images/contact-phone.png) no-repeat;
	padding:0 0 0 22px;
	margin:5px 0;
}

.contact-address {
	background:url(images/contact-address.png) no-repeat;
	padding:0 0 0 22px;
	margin:10px 0 10px;
}

.opening-hours {
	background:#f1f5f6;
	padding:10px;
	margin:10px 0 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.opening-hours h3 {
	margin:0 0 10px;
}

.opening-hours-row {
	border-bottom:1px dotted #ccc;
	width:280px;
	height:20px;
	padding:5px 0;
}

.opening-hours-row-last {
	width:280px;
	height:20px;
	padding:5px 0;
}

.opening-hours-day {
	width:125px;
	padding-left:5px;
	float:left;
	text-align:left;
	display:inline;
}

.opening-hours-time {
	width: 140px;
	float:right;
	text-align:left;
	display:inline;
}

/* fee list */

ul.fees-title {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #9381b9;
	font-size: 15px;
	overflow:hidden;
	color:#fff;
	border-bottom: 0px solid #666;
}

ul.fees-row {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.fees-row:hover {
	background:#eee;
	padding: 0 5px 0 5px;
}

ul.fees-row li,
ul.fees-title li {
	padding: 8px 2%;
	display: inline;
}

ul.fees-row li.fees-item,
ul.fees-title li.fees-item {
	float: left;
	width: 29%;
}

ul.fees-row li.fees-from,
ul.fees-title li.fees-from {
	float: left;
	width: 4%;
	text-align:right;
	font-size:11px;
}

ul.fees-row li.fees-price,
ul.fees-title li.fees-price {
	float: right;
	text-align:center;
	width: 15%;
}

ul.fees-row li.fees-essentials,
ul.fees-title li.fees-essentials {
	float: right;
	text-align:center;
	width: 16%;
}

ul.fees-row li.fees-care,
ul.fees-title li.fees-care {
	float: right;
	text-align:center;
	width: 15%;
}

/* denplan fees */

ul.denplan-fees-title {
	clear: both;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	background: #7eb860;
	font-size: 15px;
	overflow:hidden;
	color:#fff;
	border-bottom: 0px solid #666;
}

ul.denplan-fees-row {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}

ul.denplan-fees-row:hover {
	background:#eee;
}

ul.denplan-fees-row li,
ul.denplan-fees-title li {
	padding: 8px 2%;
	display: inline;
}

ul.denplan-fees-row li.denplan-fees-item,
ul.denplan-fees-title li.denplan-fees-item {
	float: left;
	width: 13%;
}

ul.denplan-fees-row li.denplan-fees-category,
ul.denplan-fees-title li.denplan-fees-category {
	float: right;
	text-align:center;
	width: 12%;
}

/* Testimonials */

.testimonial-page {
	background:#eee;
	border:1px solid #d8dbdd;
	padding:15px 25px;
	margin:20px 0;
	
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.testimonial-quote {
	width:34px;
	height:30px;
	background:url(images/testimonial-quote.png) no-repeat;
	position:absolute;
	margin:-10px 0 0 -40px;
}

.testimonial-client {
	color:#096d9f;
	margin:10px 0;
}

/* Return to top of page */

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/icon_top.png) no-repeat;
}

/* Footer */

#footer {
	width:1000px;
	margin:0 auto;
	text-align:center;
	color:#666;
}

/* Clear any divs containing floated elements */

#content:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


.social-media {
	float:right;
	margin:9px 0 0 20px;
	
	}

.gdpr {
    /*! background: #fff; */
    /*! padding: 20px; */
}

.gdpr p {
    font-size: 12px;
    margin: 14px 0 0;
    line-height: 0;
    color: #fff;
}

.gdpr input[type="checkbox"] {
    width: 14px !important;
    margin: 12px 0 12px 12px !important;
    height: 10px !important;
}

.gdpr-small {
    font-size: 10px !important;
    text-align: left;
    padding-top: 0;
    clear: both;
    margin: 10px 0 0;
    line-height: 18px !important;
	color: white;
}

.gdpr-small a {
    color: white;
}
#ddl-cookies-header {
    background-color: #3e2664 !important;
}
.ddl-cookies-happy {
    background-color: #9380bb !important;
}

a.special-offers {
    /* height: 35px; */
    margin: 0 10px 30px;
    background: #d359c6;
    list-style: none;
    font-family: 'OpenSansLightItalic';
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
}

.ddl-popup-christmas-button.ddl-christmas-close .close {
    float: none !important;
}
#ddl-christmas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 2000px;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 999999999 !important;
    transition: 0.5s;
    height: 0;
}

#ddl-christmas-overlay.show {
    height: 100vh;
}

.ddl-popup-christmas {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999999999999 !important;
    max-width: 500px;
}

.ddl-popup-christmas img {
    /* width: 100%; */
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.ddl-popup-christmas-content {
    max-width: 800px;
    width: 90vw;
    margin: 100px auto;
    background: #f3f3f3;
    position: fixed;
    z-index: 103;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    top: 120vh;
    transition: 0.5s;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    transition-duration: 0.5s !important;
    background-size: cover;
    background-position: center;
}

.ddl-popup-christmas-content.show {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ddl-christmas-close {
  position: absolute;
  right: 15%;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  z-index: 99999999999;
}
.ddl-christmas-close:hover {
  opacity: 1;
}
.ddl-christmas-close:before, .ddl-christmas-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 5px;
  background-color: #000;
}
.ddl-christmas-close:before {
  transform: rotate(45deg);
}
.ddl-christmas-close:after {
  transform: rotate(-45deg);
}

.christmas-hours {
    max-width: 70%;
    padding: 50px 0;
    margin: 0 auto;
}
.christmas-hours-table {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}
.christmas-hours-table-date, .christmas-hours-table-times {
    width: 50%;
    padding: 0 5%;
    text-align: center;
    margin: 5px 0;
    text-align: left;
    box-sizing: border-box;
}
.christmas-hours-table-date{
    text-align: right;
    /* border-right: 1.5px solid; */
}
.christmas-hours-table-times{
    border-left: 2px solid;
}
img.christmas-bg {
    position: absolute;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.christmas-hours h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
}

.christmas-hours-before, .christmas-hours-after {
    text-align: center;
    font-size: 80%;
    width: 80%;
    margin: 0 auto;
}

.christmas-hours-before{
    margin-bottom: 20px;
}

html #ddl-overlay, html .ddl-popup{
    display:  none !important;
}

dialog#cookieDialog {
    --cookie-white: #ffffff;
    --cookie-black: #412967;
    --cookie-grey: #d359c6;
    --cookie-overlay: #222222;
}

/* Fees Table */

.fees-table {width: 100%; border-collapse: collapse;}
.fees-table tr.feehead:first-child {background: #9381b9; font-size: 15px; overflow: hidden; color: #fff;}
.fees-table tr.feehead:not(:first-child) {padding-top: 15px;}
.fees-table tr.lastrow td {padding-bottom: 15px; border-bottom: 1px solid #e6e6e6;}
.fees-table th, .fees-table td {padding: 10px; text-align: left; vertical-align: top;}

/* Fees Table end */

