/**
  Theme Name: Eclipse Dental Care
  Theme URI: http://www.eclipsedentalcare.co.uk/
  Version: 1
  Author: Dental Design
  Author URI: http://dental-design-products.co.uk
  Licence: Dental Design
  Description: A theme designed by Dental Design
*/


@import "landing-pages.css";

/* =======================
-------- Contents --------
==========================

1.0 Normalize
2.0 Page Layout & Styles
    - Header Section
    - Navigation
    - Section 0: Slideshow
    - Section 1: What We do
    - Section 2: Why we're special
    - Section 3: Where we are
    - Section 4: Contact Us
    - Footer
    - Inside Pages
3.0 Media Queries

========================== */

/* =================================================================================
1.0  Normalize ---------------------------------------------------------------------
==================================================================================== */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,
sub,
sup {
    vertical-align: baseline
}

button,
hr,
input {
    overflow: visible
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


/* =================================================================================
2.0  Page Layout & Styles ----------------------------------------------------------
==================================================================================== */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    color: #f2f2f2;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

p.smaller-text {
    font-size: 15px !important;
    line-height: 24px;
    margin: 15px 0;
}

.biggertext {
    font-size: 21px;
}

.clearing {
    clear: both;
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #DADADA;
}

.bluetext {
    color: #5088A3;
}

.section {
    min-height: 100vh;
    position: relative;
}

#section0 {
    z-index: 100;
}

#section2 {
    background: url(images/team-backing.jpg) center center #E8E8E8 !important;
    background-size: cover;
}

.each-page-scroll-button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -30px;
    opacity: 0.7;
    z-index: 10000;
}

.arrow-down {
    font-size: 30px;
}

.arrow-down .fa-circle {
    color: #fff;
}

.arrow-down .fa-caret-down,
.arrow-down .fa-caret-up {
    color: #9c9c9c;
}

#inside-fullpage .each-page-scroll-button {
    display: none;
}




/* Blog section */

/*  SECTIONS  */
.rsection {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 764px) {
.span_3_of_4 {
	width: 66.13%;
}
.span_1_of_4 {
	width: 32.26%;
}
}

@media only screen and (max-width: 600px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}




/* =================================================================================
Header Section ---------------------------------------------------------------------
==================================================================================== */

#top-section-homepage {
    position: absolute;
    padding: 5px 0;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #fff;
    background: rgba(5, 31, 43, 0.80);
}

#logo {
    float: none;
    width: 250px;
    margin: 15px auto;
}

#logo img {
    width: 100%;
}

#tel-no {
    float: right;
    color: #4C4C4C;
    font-size: 20px;
    margin: 34px 45px 0 0;
}

#address2 {
    position: absolute;
    left: 33px;
    top: 34px;
    font-size: 17px;
    font-weight: 200;
    z-index: 99;
    text-transform: uppercase;
    padding: 10px 16px 12px 16px;
    text-align: center;
    line-height: 26px;
}

.smaller-addy {
    display: block;
    font-size: 16px;
    color: #2CC9F7;
}

.smaller-addy .fa {
    display: block;
}

#tel-no2 {
    position: absolute;
    right: 34px;
    top: 27px;
    font-size: 23px;
    font-weight: 200;
    z-index: 99;
    text-transform: uppercase;
    text-align: center;
    line-height: 27px;
    padding: 10px 16px 12px 16px;
    letter-spacing: 0.5px;
}

#tel-no2 .fa-mobile {
    color: #FFFFFF;
    font-size: 28px;
}

#address2 .fa-map-marker {
    color: #FFFFFF;
    font-size: 23px;
}

/* Inside Pages */

.top-section-homepage-inside {
    background: rgb(49, 77, 90) !important;
    position: fixed !important;
    z-index: 9999 !important;
}

.logo-inside {
    width: 200px !important;
    margin: 15px auto 10px !important;
}

.address2-inside {
    top: 12px !important;
}

.tel-no2 {
    top: 5px !important;
}



/* =================================================================================
Navigation -------------------------------------------------------------------------
==================================================================================== */

#nav-wrapper {
    position: absolute;
    width: 100%;
    height: 43px;
    z-index: 999999;
    top: 0;
    border-bottom: 1px solid #8EC0DB;
    background: #4E8CAA;
    text-align: center;
}

.top-nav #nav-wrapper {
    background: rgba(45, 121, 158, 0.82);
    top: 160px;
}

.nav-wrapper-inside {
    top: 132px !important;
    position: fixed !important;
}

.menu-main-container {
    display: inline-block;
}

.nav {
    height: 50px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /* max-width: 1002px; */
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li {
    position: relative;
    float: left;
    line-height: 16px;
    /* width: 184px; */
    border-right: 1px solid #71A4BD;
    /* padding: 0 7px; */
}

.nav ul li:first-child {
    border-left: 1px solid #71A4BD;
}

.nav a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    padding: 14px 10px 12px;
    background: url(images/nav-arrow.png) center 53px no-repeat;
    font-weight: 600;
}

.nav a:hover {
    background: url(images/nav-arrow.png) center 0px no-repeat #206384;
    color: #fff;
}

.nav ul li.home-but {
    width: 51px;
    height: 42px;
}

.nav ul li.home-but a {
    font-size: 17px;
    padding: 14px 0 7px 0;
}

.nav .fa {
    font-size: 21px;
    position: relative;
    top: -3px;
}



/* =================================================================================
Section 0 - Slideshow --------------------------------------------------------------
==================================================================================== */

/* Image Slider Styles */

.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -3;
    overflow: hidden;
}

.cb-slideshow:after {
    content: '';
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(images/slider/6.jpg)
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(images/slider/5.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(images/slider/4.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(images/slider/3.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(images/slider/2.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(images/slider/1.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    animation-delay: 30s;
}


@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    25% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    25% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        transform: scale(1.1);
    }

    25% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

/* Text Slider Styles */

#textslider-hold {
    position: absolute;
/*    top: 53%; */
    top: 48%;
    width: 90%;
    padding: 0 5%;
    z-index: 200;
    text-align: center;
}

.sss {
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.ssslide {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
}

.ssslide img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.sssprev,
.sssnext {
    display: none !important;
}

h2.ssslide {
    color: #fff;
    font-size: 70px;
    text-shadow: 1px 1px 2px #050505;
}

h2.ssslide.smalltxt {
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 2px #050505;
}

h2.ssslide img {
	position: relative;
	display: block;
	max-height: 200px;
	text-align: center;
	margin: auto;
}

.detail {
    opacity: 0.3;
    position: absolute;
    z-index: 99;
    width: 500px;
    height: 500px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -72px;
}

#section0 .detail {
    margin-top: -159px;
}


/* Mobile Buttons */

.mobile-cta-wrap {
    display: none;
    width: 94%;
    padding: 175px 3% 100px;
    background: url(images/mobile-cta-bg.jpg);
    background-size: cover;
    text-align: center;
}

.mobile-cta-wrap h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}

.mobile-cta-buttons {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.mobile-cta-buttons a {
    float: left;
    width: calc(33.333% - 4px);
    box-sizing: border-box;
    padding: 20px 0;
    margin: 2px;
    text-align: center;
    background: #142f3c;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 3px;
}

.mobile-cta-buttons .fa {
    font-size: 20px;
    margin-bottom: 10px;
}

.mobile-cta-buttons .orange-cta a {
    background: #EF7C2B;
}


/* =================================================================================
Section 1 - What we do -------------------------------------------------------------
==================================================================================== */

.firstbacking {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/first-back.jpg) !important;
    background-size: cover !important;
    overflow: hidden;
}

.firstcont {
    background: url(images/first.png) 2px 100% no-repeat;
    background-size: 45%;
}

.layer-container {
    width: 96%;
    max-width: 1160px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.layer-container h2 {
    color: #FBFBFB;
    font-size: 71px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    padding-bottom: 10px;
    text-align: center;
}

.layer-container p {
    text-align: center;
    margin: 17px 0;
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.slide-text-position {
    position: absolute;
    width: 600px;
    right: 0;
    top: 25%;
    z-index: 999;
}

.lowercase {
    text-transform: lowercase !important;
    color: #48788E !important;
}

/* Buttons */

.but-cont {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
}

a.we-do-butt {
    background: #155777;
    margin: 0.3%;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.79);
    display: inline-block;
    overflow: hidden;
    height: 59px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

a.we-do-butt:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
}

a.we-do-butt:hover img {
    opacity: 0.8;
}

.detail-qls {
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 500px;
    right: 5%;
    top: 15%;
}



/* =================================================================================
Section 2 - What we do -------------------------------------------------------------
==================================================================================== */


#team-position {
    padding-top: 40px;
    width: 88%;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 1;
}

#team-position h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0 0 0;
    letter-spacing: 0.5px;
    color: #EDEDED;
}

#team-title {
    width: 100%;
    text-align: center;
}

#team-title h2 {
    font-size: 42px;
    text-transform: uppercase;
    color: #FBFBFB;
    margin-bottom: 1em;
}

#team-title .bluetext {
    color: #6BB0D2;
}

#team-title p {
    color: #ECECEC;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 200;
}

.detail-team {
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 500px;
    left: 50%;
    margin-left: -227px;
    top: 10%;
}

#accreds {
    margin-top: 7px;
}

#accreds img {
    width: 18%;
}

/******************************
  - SHOWBIZ PRO STYLES  -


  Created By ThemePunch
  www.themepunch.com

  Release Date: 27.02.2013
********************************/
/**************************************
  - BASIC STYLING FOR CONTENTS  -
***************************************/
.showbiz {
    position: relative;
}

.sbclear {
    clear: both;
}

/*********************************************************
      - NAVIGATION SETTINGS -
  USE STYLE CLASS IN THE SHOWBIZ NAVIGATION CONTAINER
**********************************************************/
.showbiz-navigation {
    width: 100%;
    height: 30px;
    position: relative;
}

.sb-navigation-left,
.sb-navigation-right {
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sb-navigation-left {
    top: 160px;
    left: -45px;
}

.sb-navigation-right {
    top: 160px;
    right: -45px;
}

.sb-navigation-left i,
.sb-navigation-right i {
    width: 100% !important;
    margin: 6px 0 0 1px
}

/*** WHITE NAV BUTTONS ***/
.sb-nav-light .sb-navigation-left,
.sb-nav-light .sb-navigation-right {
    background: #fff;
    border: 1px solid #d5d5d5;
}

.sb-nav-light.showbiz-navigation i {
    color: #777;
    font-size: 18px;
}

/**************************************************
  - THE BASIC CONTAINER SETTINGS  -
  NO NEED TO MODIFICATE ANYTHIN HERE

  ALL DETAIL SETTINGS CAN BE SET VIA THE SKINS
**************************************************/
.showbiz ul,
.showbiz li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.showbiz ul li {
    position: relative;
    -webkit-transform: translateZ(10);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin-right: 15px;
}

.showbiz .overflowholder {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}

.showbiz .overflowholder ul {
    width: 100000px;
    position: absolute;
    top: 0;
    left: 0;
}

.showbiz .overflowholder ul li {
    float: left !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.showbiz .mediaholder {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    padding: 0;
    border: none;
}

.showbiz .mediaholder_innerwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.showbiz .mediaholder img {
    width: 100%;
    max-width: 326px;
    position: relative;
    margin-bottom: -5px;
}

.showbiz li:hover .hovercover {
    -moz-opacity: .85;
    filter: alpha(opacity=85);
    opacity: .85;
}

/*************************************************
  - THE LIGHT SKIN EXTRAS   -
**************************************************/
li.sb-light-skin {
    margin-right: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.sb-light-skin .detailholder {
    background-color: #fff;
    padding: 10px 20px;
}

.sb-light-skin .hovercover {
    background: rgba(0, 168, 255, 0.75);
}


/* =================================================================================
Section 3 - Where we are -----------------------------------------------------------
==================================================================================== */

#left-foot {
    position: absolute;
    left: 0;
    top: 0;
    width: 710px;
    padding: 80px 30px 2% 30px;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 1;
    overflow-y: scroll;
    box-sizing: border-box;
}

#left-foot h2 {
    color: #5D5D5D;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 21px;
}

#left-foot p {
    margin: 15px 0;
    color: #5D5D5D;
    font-size: 17px;
}

#left-foot .fa {
    color: #68A2BE !important;
}

.opn-hrs {
    border: 1px dashed #B9B9B9;
    border-radius: 10px;
    width: 90%;
    max-width: 450px;
    margin: 24px auto;
    padding: 20px;
    box-sizing: border-box;
}

.opn-hrs strong {
    color: #4E8CAA;
    margin-right: 6px;
}

.fb-feed {
    width: 90%;
    max-width: 440px;
    margin: 30px auto 80px;
}

.footer-map-holder {
    position: absolute;
    width: calc(100% - 710px);
    top: 42px;
    left: 710px;
    height: 100%;
    z-index: 1;
}


/* =================================================================================
Section 4 - Contact us -------------------------------------------------------------
==================================================================================== */

.bl-box .fa, .bl-box2 .fa {
    display: block;
    font-size: 46px !important;
    color: #fff !important;
    margin-bottom: 8px;
}

.bl-main, .bl-main2 {
    position: absolute;
/**    width: 50%; **/
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bl-main2 {
    position: absolute;
/**    width: 50%; **/
    width: 50%;
    height: 100%;
    overflow: hidden;
    left: 50%;
}

.bl-main > section {
    position: absolute;
    width: 50%;
}

.bl-main2 > section {
    position: absolute;
    width: 100%;
}

.bl-main > section:first-child {
    top: 0;
    left: 0;
}

.bl-main > section:nth-child(2) {
    top: 0;
    left: 50%;
}

.bl-main2 > section {
    top: 0;
    left: 0%;
}

.firstql-section {
    background: url(images/ql-cont-back.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 100%;
}

.secondql-section {
    background: url(images/ql-cont-back2.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 100%;
    border-left: 2px solid rgba(255, 255, 255, 1);
}

.bl-box {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 1;
}

.bl-box h2 {
    position: relative;
    text-align: center;
    font-weight: 400;
    top: 42%;
    margin: 0;
    padding: 20px;
    font-size: 1.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bl-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 0 20px;
}

.bl-content h2 {
    font-size: 30px font-weight: 400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.bl-content p {
    font-size: 17px;
    line-height: 20px !important;
    margin: 0 auto;
/**    padding-bottom: 15px; **/
    padding-bottom: 10px;
}


/* gdpr check box */

.gdpr {
    border: 1px solid #d8d8d8;
    border-left: 0;
    border-right: 0;
}

.gdpr p {
    font-size: 14px !important;
    margin: 10px 0px 5px 0px;
    line-height: 16px;
}

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

.gdpr-small p {
    font-size: 11px !important;
    text-align: center;
    padding-top: 10px;
    clear: both;
    float: left;
    line-height: 14px;
}

/* END gdpr check box */

.bl-content-forms {
    height: 530px;
    width: 503px;
    margin: 0 auto;
    top: 50%;
    margin-top: -270px;
    background: rgba(32, 111, 160, 0.85);
    border-radius: 6px;
    text-align: center;
    padding: 20px 15px 0px 15px;
}

.bl-icon {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.bl-icon:before {
    font-size: 2.5em;
}

.bl-icon-close {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

.bl-icon-close:before {
    content: "\f057";
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main > section {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bl-main > section.bl-expand {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bl-main > section.bl-expand-top {
    z-index: 100;
}

.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.bl-box {
    -webkit-transition: opacity 0.2s linear 0.5s;
    -moz-transition: opacity 0.2s linear 0.5s;
    transition: opacity 0.2s linear 0.5s;
}

section.bl-expand .bl-box {
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.bl-box h2 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.bl-content,
.bl-icon-close {
    -webkit-transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear 0.5s;
    -moz-transition: opacity 0.3s linear 0.5s;
    transition: opacity 0.3s linear 0.5s;
}

.detail-booking {
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 500px;
    left: 50%;
    margin-left: -246px;
    top: 37%;
    margin-top: -119px;
}

/* Contact Form Styles */

.contact-form {
/**    padding: 25px 20px; **/
    padding: 10px 0px;
}

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

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    height: 40px;
/**    margin-bottom: 10px; **/
    padding: 7px 10px 7px 45px;
    border: none;
    font-size: 0.9em;
    color: #583e2c;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact-form textarea {
    height: 100px;
    padding-top: 10px;
    overflow: auto;
    vertical-align: top;
}

.contact-form li {
    position: relative;
}

.contact-form li i {
    position: absolute;
    font-size: 1.1em;
    top: 4px;
    left: 4px;
    color: #fff;
    background: #203b46;
    padding: 7.5px 4px;
}

.contact-form input:hover + i,
.contact-form textarea:hover + i,
.contact-form input:focus + i,
.contact-form textarea:focus + i {
    background: #26ade4;
}

.contact-form .submit {
    background: #26ade4;
    color: #FFF;
    height: 40px;
    text-transform: uppercase;
    font-size: 1em;
    width: 100px;
    margin: 15px 5px 0px 0px;
    float: right;
    border: none;
    padding: 10px 0 12px;
    letter-spacing: 0.04em
}

.contact-form .submit:hover {
    background: #1e87b0;
}

/* =================================================================================
Referral forms -------------------------------------------------------------
==================================================================================== */

#form-section {
	background: rgba(106, 174, 209, 0.5);
}

#form-section div.contact-form h3 {
	font-size: 26px;
	margin-top: 20px;
}

#form-section div.contact-form .gdpr {
	border: none;
	padding: 3px;
    background: #fff;
}

#form-section div.contact-form a {
	color: #000;
}

#form-section div.contact-form a:hover {
	color: #000;
	text-decoration: underline;
}

.codedropz-upload-handler {
	background: #fff;
	border: 1px dashed #3C3B3B !important;
}


#menu-referrals.menu {
	display: table;
	padding: 0;
	margin: 40px 0;
	list-style: none;
	width: 100%;
    background: #4E8CAA;
}

#menu-referrals.menu li {
	display: table-cell;
    border-right: 1px solid #71A4BD;
    vertical-align: middle;
    transition: all 200ms ease-in-out;
}

#menu-referrals.menu li:hover {
    background: #206384;
    color: #fff;
}

#menu-referrals.menu li:first-child {
    border-left: 1px solid #71A4BD;
}

#menu-referrals.menu li a {
	display: block;
	padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    padding: 14px 10px 12px;
    font-weight: 600;
}

#menu-referrals.menu li a:hover {
	display: block;
    color: #fff;
}



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

.footer {
    position: fixed;
    padding: 10px 2%;
    font-weight: 200;
    text-align: center;
    bottom: 0;
    background: rgba(31, 54, 66, 0.6);
    z-index: 9999;
    font-size: 13px;
    line-height: 21px;
    width: 96%;
    color: #f2f2f2;
}

.footer a {
    color: #F7F7F7;
    text-decoration: none;
}

.footer .fa {
    font-size: 15px;
    margin: 0 4px;
    color: #A8DEF9;
}


/* =================================================================================
Inside Pages -----------------------------------------------------------------------
==================================================================================== */

#inside-section0 {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #fff;
}

#inside-section1 {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    width: 100%;
    border-top: 2px solid #fff;
}

#inside-section1 .slide-text-position {
    top: 10%;
}

#inside-section1 .firstcont {
    background: url(images/first.png) left bottom no-repeat;
    background-size: 47%;
}

#inside-section2 {
    position: relative;
    height: 750px;
    overflow: hidden;
    width: 100%;
    background: url(images/team-backing.jpg) center center #E8E8E8 !important;
    background-size: cover;
    border-top: 2px solid #fff;
}

#inside-section3 {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    width: 100%;
    border-top: 3px solid #fff;
}

#inside-section3 .fb-feed {
    display: none !important;
}

#inside-section4 {
    position: relative;
    height: 85vh;
    overflow: hidden;
    width: 100%;
    border-top: 2px solid #fff;
}

#inside-left-foot {
    position: relative;
    left: 0;
    background: #F7F7F7;
    width: 42%;
    float: left;
    height: 739px;
    padding: 50px 4%;
    min-height: 500px;
    overflow: hidden;
    text-align: center;
}

#inside-left-foot p {
    margin: 10px 0;
    color: #5D5D5D;
}

#inside-left-foot h2 {
    color: #4E8CAA;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
}

.inside-footer-map-holder {
    position: relative;
    right: 0;
    width: 50%;
    height: 839px;
    overflow: hidden;
}

#main-text {
    width: 92%;
    max-width: 1000px;
    padding: 30px 0;
    margin: 175px auto 0;
    color: #272727;
}

#main-text .alignright {
    margin: 0px 0 30px 30px;
}

#one {
    padding-top: 210px;
    margin-top: -210px;
}

#two,
#three,
#four,
#five {
    padding-top: 160px;
    margin-top: -160px;
}

#main-text h1 {
    color: #48788E;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 32px;
}

#main-text h3,
#main-text h4 {
    color: #3C3B3B;
    line-height: 26px;
    font-size: 16px;
}

#inside-section1 .detail-qls {
    top: 58%;
}

#main-text p,
#main-text ul li,
#main-text ol li {
    color: #464646;
    line-height: 26px;
    margin: 17px 0;
    font-weight: 300;
    font-size: 17px;
}

#main-text ul,
#main-text ol {
    margin: 0 40px;
}

#main-text h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: #65ADD0;
    font-size: 21px;
    margin: 20px 0;
    line-height: 32px;
}

#main-text a {
    color: #61A7CA;
    text-decoration: none;
}

ul#treatments li {
    float: left;
    list-style: none;
    background: #314D5A;
    margin: 0.5%;
    width: 32%;
    padding: 7px 0;
    text-align: center;
    border-radius: 6px;
}

ul#treatments li:hover {
    background: rgb(82, 146, 177)
}

ul#treatments {
    padding: 0;
    margin: 0;
}

ul#treatments li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: block;
}

.video-right,
.alignright {
    float: right;
    padding: 5px;
    border: 1px solid #C3C3C3;
    margin: 0 0 30px 30px;
}

#main-text strong {
    color: #313131;
}


.denplan-green {
    background: #4D9C54;
}

.teamh2 {
    margin-top: -31px !important;
}

a.back-but {
    background: #48788E;
    padding: 11px 0 0 0;
    height: 32px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    width: 169px;
    color: #fff !important;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
}

a.back-but:hover {
    background: #4D96B9;
}

.login h1 a {
    background-size: 100% !important;
    margin-bottom: -94px !important;
}

.normal-qual {
    text-transform: none;
    color: #69AFD1;
}

.fee-guide-backing {
    background: url(images/fee-guide-backing.jpg) !important;
    background-size: cover !important;
}

#denplan-fees {
    float: left;
    width: 100%;
    border: 1px solid #EAEAEA;
}

#private-fees {
    float: left;
    width: 100%;
    border: 1px solid #EAEAEA;
}

.fee-title {
    background: #446F84;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.fee-left {
    float: left;
    width: 46%;
    padding: 1.5% 2%;
    border-bottom: 1px solid #E4E4E4;
    color: #5292B1;
    background: rgba(255, 255, 255, 0.99);
}

.fee-right {
    float: left;
    width: 46%;
    padding: 1.5% 2%;
    border-bottom: 1px solid #E4E4E4;
    color: #232323;
    text-align: right;
    background: #FBFBFB;
}

.fee-bigger-height {
    height: auto;
}

.fee-title.bottom-title {
    padding: 6px 0;
    clear: both;
}

.fee-title.bottom-title p {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 22px !important;
    margin: 20px !important;
}

#main-text .testimonial-page p,
.testimonial-page p {
    margin-left: 45px;
}

.testimonial-page i.fa.fa-quote-left {
    color: #5292B1;
    font-size: 36px;
    position: relative;
    left: -45px;
    margin-right: -30px;
    margin-bottom: 30px;
    top: 10px;
    float: left;
}

#left-page {
    float: left;
    width: 48%;
    min-height: 560px;
    background: #F9F9F9;
    padding: 20px;
    box-sizing: border-box;
}

#left-page h2 {
    text-transform: uppercase;
    font-weight: 300;
    color: #65ADD0;
    font-size: 18px;
    margin: 0;
    line-height: 32px;
}

#left-page p {
    margin: 10px 0;
}

#feed-right {
    float: right;
    width: 52%;
    height: auto;
}

.footer-inside {
    padding: 5px 2% !important;
    background: rgb(49, 77, 90) !important;
}

/* clear any elements that contain floated divs */
#layer-but-hold:after,
#inside-section1:after,
#denplan-fees:after,
.section:after,
#main-text:after,
.but-cont:after,
.mobile-cta-wrap:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

a.cvd19 {
    background: #33accb;
}

.mobile-only-corona {
    display:none
}

/* transitions */
a,
i,
.submit,
ul#treatments li {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}


/* fade in transitions */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}


.mobile-nav-wrapper,
.mobile-contact-form {
    display: none;
}

/* =================================================================================
3.0  Flexnav -----------------------------------------------------------------------
==================================================================================== */

.flexnav {
    -webkit-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-height: 0;
    position: relative;
    z-index: 1000;
}

.flexnav.opacity {
    opacity: 0;
}

.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}

.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li a {
    position: relative;
    display: block;
    padding: 12px 6px;
    z-index: 2;
    font-size: .9em;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #4E8CAA;
    border-bottom: 1px solid #71A4BD;
}

.flexnav li.icon-but {
    width: 25%;
    border-right: 1px solid #71A4BD;
    box-sizing: border-box;
    float: left;
}

.flexnav li.icon-but a {
    background: #206384;
    padding: 12px 6px
}

.flexnav li ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li ul.flexnav-show li {
    overflow: visible;
}

.flexnav li ul li a {
    display: block;
    background: #96c148;
    color: #FFF;
    border-bottom: 1px solid #a4ce5a;
}

.flexnav ul li ul li a {
    background: #bfbfbc;
}

.flexnav ul li ul li ul li a {
    background: #cbcbc9;
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 37px;
    height: 32px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.075);
    text-align: center;
}

.flexnav .touch-button:hover {
    cursor: pointer;
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 20%;
    font-size: 12px;
    color: #FFF;
}

.menu-button {
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    padding: 11px 0;
    background: #4E8CAA;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #71A4BD;
}

#nav-icon {
    display: inline-block;
    width: 25px;
    height: 15px;
    position: relative;
    margin: 0 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    border-radius: 3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 7px;
}

#nav-icon span:nth-child(4) {
    top: 14px;
}

.active #nav-icon span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.active #nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.active #nav-icon span:nth-child(4) {
    top: 14px;
    width: 0%;
    left: 50%;
}

.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: none;
    text-align: center;
}

.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #c191d0;
}

img.xmas {
    max-width: 100%;
    height: auto;
}


.christmas-opening a {
    text-decoration: none;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
}

.christmas-opening {
    margin: 40px auto 20px auto !important;
    background: #cb1010;
    max-width: 325px;
    padding: 10px;
    width: 100%;
}

.showmob {
    clear: both;
}

#ddl-cookie-policy {
    z-index: 1000000 !important;
}

#ddl-cookie-policy-main p,
#ddl-cookie-policy-main ul {
    color: black !important;
}

#ddl-cookies-header {
    background-color: #2d434e !important;
}

.ddl-cookies-happy {
    background-color: #4f8caa !important;
}

/* GDPR */


input.submit.submit-form-gdpr {
    float: none;
    margin-top: 5px;
}

.gdpr-small a {
    color: #fff;
}


/* Blog section */

.blog_image {
	float: left;
    margin: 0px 30px 0px 0px;
    width: calc(50% - 27px);
    max-width: 312px;
}

.blog_image:nth-child(odd) {
	float: right;
    margin: 0px 0px 0px 30px;
}

.blog_image img {
    padding: 5px;
    border: 1px solid #C3C3C3;
    width: 100%;
    height: auto;
}

.blog_image_main{
	float: left;
    margin: 0px 30px 0px 0px;
    width: calc(50% - 27px);
    max-width: 312px;
    height: auto;
    padding: 5px;
    border: 1px solid #C3C3C3;
}

.blog_content {

}

@media only screen and (max-width: 764px) {
.blog_image_main{
	float: none;
    margin: 0px 0px 15px 0px;
    width: calc(100% - 12px);
    max-width: none;
    height: auto;
}
}

@media only screen and (max-width: 600px) {
.blog_image, .blog_image:nth-child(odd) {
	float: none;
    margin: 0px 0px 15px 0px;
    width: calc(100% - 12px);
    max-width: none;
    height: auto;
}
}

.blog-divider {
	clear: both;
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #DADADA;
}

.blog-divider:last-of-type {
	border-bottom: none;
}

#blog-nav {

}

#blog-nav ul, #blog-nav li {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

#blog-nav li ul li{
	margin: 0;
	padding: 0
}

#blog-nav li.widget ul li a:before {
	content: '-';
	margin-right: 10px;
}

#blog-nav li.widget ul li a:before {
}

#searchsubmit {

}


.search-form .search-submit {
	background-color: inherit;
	border: none;
}

.search-form .search-field {
	padding: 0 5px;
	width: calc(100% - 30px);
}

/* =================================================================================
4.0  Media Queries -----------------------------------------------------------------
==================================================================================== */

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

    #address2 {
        font-size: 15px;
    }

    #tel-no2 {
        font-size: 19px;
    }

}

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

    #address2 {
        top: 0;
        left: 0;
        width: 50%;
        background: #206384;
        line-height: 24px;
        padding: 10px 0;
    }

    #tel-no2 {
        top: 0;
        right: 0;
        width: 50%;
        background: #17A5CE;
        line-height: 24px;
        padding: 10px 0;
    }

    .address2-inside {
        top: 0px !important;
    }

    .tel-no2 {
        top: 0px !important;
    }

    .smaller-addy {
        display: none;
    }

    #logo {
        margin: 60px auto 20px;
    }

    .logo-inside {
        margin-top: 55px !important;
    }

    .nav-wrapper-inside {
        top: 172px !important;
    }

    .top-nav #nav-wrapper {
        top: 210px;
    }

    .firstcont {
        background-position: left bottom;
        background-size: 43%;
    }

    #main-text {
        margin-top: 215px;
    }

    #left-foot {
        width: 50%;
        padding: 60px 30px 10px;
    }

    .footer-map-holder {
        width: 50%;
        left: 50%;
    }

}

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

    .slide-text-position {
        top: 18%;
    }

    #inside-section1 .firstcont {
        background-size: 43%;
    }

    .nav ul li {
        width: auto;
    }

    .nav a {
        padding: 14px 18px;
        font-size: 10px;
    }

}


@media only screen and (max-height: 800px) {

    .top-section-homepage-inside,
    .nav-wrapper-inside {
        position: absolute !important;
    }

    .footer {
        position: static;
        background: #266377;
    }

    .each-page-scroll-button {
        bottom: 3%;
    }

    #one,
    #two,
    #three,
    #four,
    #five {
        padding-top: 0px;
        margin-top: 0px;
    }

}


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

    #address2,
    #tel-no2 {
        display: none;
    }

    #logo {
        width: 200px;
        margin: 12px auto
    }

    .top-nav #nav-wrapper {
        top: 131px;
    }

    .logo-inside {
        margin-top: 15px !important;
    }

    .nav-wrapper-inside {
        top: 134px !important;
    }

    #main-text {
        margin-top: 175px;
    }

    h2.ssslide {
        font-size: 50px;
    }

}


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

    body {
        padding-top: 42px;
    }

    .mobile-nav-wrapper {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
    }

    #nav-wrapper {
        display: none;
    }

    .footer-map-holder {
        top: 0;
    }

    #main-text {
        margin-top: 135px;
        padding-top: 10px;
    }

    .each-page-scroll-button {
        bottom: 25px;
    }

    .section {
        height: auto;
        min-height: 0;
    }

    #section0 {
        height: 500px;
    }

    #inside-section1 {
        min-height: 0;
    }

    .firstbacking {
        position: relative;
        height: auto;
        padding: 60px 10px 30px;
        width: calc(100% - 20px);
    }

    #inside-section1 .firstcont,
    .firstcont {
        background: none;
    }

    .slide-text-position {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }

    #inside-section1 .slide-text-position {
        bottom: auto;
    }

    .layer-container h2 {
        font-size: 50px;
    }

    .but-cont {
        padding: 0px 0px 50px 0px;
    }

    .but-cont img {
        max-width: 100%;
        height: auto;
    }

    #inside-section2 {
        height: auto;
    }

    #team-position {
        position: relative;
        width: calc(100% - 110px);
        margin: 0 auto;
        padding: 40px 0 80px;
        left: auto;
        top: auto;
        -moz-transform: translateX(0%) translateY(0%);
        -webkit-transform: translateX(0%) translateY(0%);
        -o-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
    }

    #team-title h2,
    #team-title p {
        margin: 15px -40px;
        width: auto;
    }

    #left-foot,
    #inside-left-foot {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 60px 15px 10px;
    }

    .footer-map-holder,
    .inside-footer-map-holder {
        position: relative;
        width: 100%;
        height: 350px;
        left: auto;
        right: auto;
        top: auto;
    }

    #section4 {
        height: 600px;
    }

    #one,
    #two,
    #three,
    #four,
    #five {
        padding-top: 0px;
        margin-top: 0px;
    }

    #left-page,
    #feed-right {
        width: 100%;
        float: none;
    }

    .fb-feed {
        margin-bottom: 20px;
    }

    .top-section-homepage-inside {
        position: absolute !important;
    }

    .footer {
        position: static;
        background: #266377;
    }

.mobile-only-corona {
    display:block;
    text-align:center;
    font-size:14px;
    padding: 10px 0;
    width:100%;
    display:block;
    background: #32afcf;
    color:#fff;
    text-transform:uppercase;
    position: absolute;
    top: 131px;
    z-index: 9999;
}







}

@media only screen and (max-width: 860px) {
    div#textslider-hold {
        top: 40%;
    }
}


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

    .detail,
    .detail-qls,
    .detail-team,
    .detail-booking {
        width: 300px;
        height: 300px;
        margin-left: -150px;
    }

    .detail img,
    .detail-qls img,
    .detail-team img,
    .detail-booking img {
        width: 100%;
        height: auto;
    }

    .fee-left,
    .fee-right {
        width: 96%;
        padding: 1.5% 2%;
        text-align: center;
    }

    .fee-right {
        border-bottom: 2px solid #e4e4e4;
    }

    .fee-left {
        border: none;
    }

    #bl-main, #bl-main2 {
        display: none;
    }

    #section4,
    #inside-section4 {
        height: auto;
        min-height: 0;
    }

    .mobile-contact-form {
        display: block;
        background: #4E8CAA;
        padding: 20px 15px 80px;
        text-align: center;
    }

    .mobile-contact-form h2 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 24px;
    }

    .mobile-contact-form img {
        width: 90%;
        height: auto;
        margin: -60px 0 0;
    }

    .layer-container h2,
    #team-title h2,
    #main-text h1 {
        font-size: 30px;
    }

    .layer-container p {
        font-size: 16px;
    }

    #main-text .alignright,
    #main-text .alignleft {
        max-width: 48%;
        height: auto;
    }


}


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

.contact-form input,
.contact-form textarea {
    margin-bottom: 10px;
}

    #section0 {
        height: auto;
    }

    .mobile-cta-wrap {
        display: block;
    }

    #textslider-hold,
    .cb-slideshow {
        display: none;
    }

    ul#treatments li {
        width: 99%;
    }

    #accreds {
        display: none;
    }

    .video-right {
        position: relative;
        width: 100%;
        height: 0;
        border: 0;
        padding: 0 0 74%;
        box-sizing: border-box;
        margin: 10px 0;
    }

    .video-right iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #main-text h1 {
        font-size: 26px;
    }

    #main-text p,
    #main-text ul,
    #main-text ol {
        font-size: 14px;
        line-height: 1.7;
    }

}

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

    #main-text .alignright,
    #main-text .alignleft {
        max-width: 96%;
        width: 96%;
        box-sizing: border-box;
        height: auto;
        margin: 4% 2%;
        float: none;
    }



.wpcf7-not-valid-tip {
	color: red;
}
}

.patientcase {
    float: left;
    width: 44%;
    margin: 0 2% 2% 0;
    border: 2px solid #4e8caa;
}

.patientcase h2 {
    text-align: center !important;
}


.dgwt-jg-gallery {
    width: auto!important;
  }

.container-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width:48em){.container{width:46rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:62em){.container{width:61rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width:75em){.container{width:71rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}