html {
    background-color: #e9eaed;
}

html:before {
    content: '';
    width: 100%;
    height: 27px;
    position: absolute;
    background-color: #111111;
    z-index: -3;
}

body {
    margin: 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .00625em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35rem;
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.87);
    text-size-adjust: 100%;
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 54px;
}

body * {
    box-sizing: border-box;
    z-index: 3;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    position: absolute;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

a {
    text-decoration: none;
    cursor: pointer;
}

.wrapper {
    margin: 0 auto;
    width: 80%;
}


/* Header */

.header {
    height: 27px;
}

.headerBrand {
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 0 16px 0 32px;
    float: left;
    line-height: 27px;
    background-color: #111111;
    margin: 0;
}

.headerBrand:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background-size: 100%;
    margin: 3px;
    background-position: center;
    background-color: #111111;
    background-image: url(assets/logo.png);
}

.headerBrand span {
    font-weight: 600;
}

.headerNav {
    cursor: pointer;
    padding: 0 11px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 10px;
    float: left;
    line-height: 27px;
    background-color: #111111;
}

@media (max-width: 500px) {
    .headerBrand {
        font-size: 0px;
        padding-right: 0px;
    }
}


/* Hero */
.headerNav a {
    color: #fff;
}
.hero {
    height: 294px;
    box-sizing: border-box;
    background-color: #000;
    position: relative;
    overflow: hidden;
    margin: 20px 0 0;
    order: 1;
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 8%);
    width: 100%;
    border-radius: 13.5px;
    line-height: 50px;
}

.heroImage {
    background-color: #129fda;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 5;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.heroImage:after {
    content: '';
    display: block;
    width: 225px;
    margin: 0 auto;
    height: 225px;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -112.5px;
    margin-left: -112.5px;
    background-image: url(assets/logo.png);
}

.heroVideo {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    z-index: 1;
    opacity: .5;    
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.heroMain {
    padding: 0px 0 36px;
    font-size: 51px;
    margin: 76px 0 0 0;
    max-width: 320px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.heroMain:after {
    position: absolute;
    content: '';
    display: block;
    max-width: 116px;
    width: 90%;
    background-color: #00aeef;
    height: 6px;
    top: 128px;
    z-index: 2;
}

.heroText {
    margin: 0;
    font-size: 17px;
    z-index: 2;
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
    color: #00AEF0;
    line-height: 24px;
    padding-top: 11px;
}

.shortcuts {
    margin: 20px 0 45px;
    float: left;
    width: 100%;
}

.shortcut {
    float: left;
    display: block;
    padding: 2px 0;
    width: 33.3333333333%;
    background-image: none!important;
    box-sizing: border-box;
}

.shortcut:nth-of-type(1),
.shortcut:nth-of-type(4),
.shortcut:nth-of-type(7),
.shortcut:nth-of-type(10) {
    padding-right: 2px;
}

.shortcut:nth-of-type(2),
.shortcut:nth-of-type(5),
.shortcut:nth-of-type(8),
.shortcut:nth-of-type(11) {
    padding-left: 2px;
    padding-right: 2px;
}

.shortcut:nth-of-type(3),
.shortcut:nth-of-type(6),
.shortcut:nth-of-type(9),
.shortcut:nth-of-type(12) {
    padding-left: 2px;
}

.shortcutLink.scroller {
    background-color: #000;
}

.shortcutLink {
    background-color: #129fda;
    padding: 9px 7px 9px 60px;
    color: #fff;
    position: relative;
    font-weight: 500;
    text-align: left;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    background-image: none;
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 8%);
    border-radius: 7px;
    font-size: 15px;
}

.shortcutLink.noimage {
    padding: 10px;
    text-align: center;
}
.shortcutLink.noimage:before {
    background-image: none;
}
.shortcutLink:hover {
    background-color: #08c;
}


.shortcutLink.scroller:hover {
    background-color: #222;
}

.shortcutLink span {
    font-weight: 900;
    text-align: center;
    padding-left: 15px;
    font-size: 17px;
    display: inline-block;
    width: 55px;
    box-sizing: border-box;
}

.shortcutLink:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 26px;
    top: 7px;
    left: 26px;
    background-size: 240px;
    background-image: url(assets/sprite.png);
}

.leak_ico:before {
    background-position: -7px -59px;
}

.toilet_ico:before {
    background-position: -85px -59px;
}

.blockage_ico:before {
    background-position: -32px -59px;
}

.hotwater_ico:before {
    background-position: -58px -59px;
}

.renovation_ico:before {
    background-position: -111px -59px;
}

.services_ico:before {
    background-position: -135px -59px;
}

.shortcutIcon {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 16px;
    margin-right: 8px;
    background-position: -5px 0px;
    background-size: 650px;
}

.cta {
    /* margin: 20px 0; */
    background-image: linear-gradient(45deg, #00a4bd, #00bda5);
    color: #fff;
    padding: 10px 28px;
    position: relative;
    border-radius: 10px;
    width: 100%;
    float: left;
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 8%);
    text-align: center;
}
.cta.scrolled {
    display: none;
}
.cta.scrolled.active {
    display: block;
}

.ctaHeader {
    padding: 12px 0 12px;
    width: auto;
    float: left;
}

.ctaHeading {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    font-family: sans-serif;
    /* color: #33475b; */
}

.ctaButton {
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 36px 20px 8px;
    text-align: center;
    box-sizing: border-box;
    float: right;
    position: relative;
    margin-top: 8px;
    margin-left: 12px;
    color: #00bda5;
    background-color: #fff;
    cursor: pointer;
}
.ctaButton:hover {
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .25);
}

.ctaButton:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    background-image: url(assets/sprite.png);
    background-size: 300px;
}

.calendarIcon:before {
    background-position: -46px -122px;
}

.phoneIcon:before {
    background-position: -84px -122px;
}
.textIcon:before {
    background-position: -7px -121px;
}

.cta:hover .ctabutton {
    background: #fff;
    color: #33475b
}

.hero .blurb {
    padding: 10px 0 40px;
    color: #636364;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    clear: both;
}

.cta.scrolled {
    position: fixed;
    top: 0px;
    right: 0px;
    color: #fff;
    padding: 10px 28px 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 5px 16px 23px 1px rgb(0 0 0 / 18%);
    width: 750px;
    border-radius: 0 0 0 25px;
    margin: 0;
    z-index: 15;
}
.toggleTitle {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 65px;
    width: 100%;
    z-index: 10;
    cursor: pointer;
}
@media (max-width: 750px) {
    .cta.scrolled {
        padding: 2px 10px 12px;
        width: 210px;
    }
    .cta.scrolled .ctaHeader {
        display: none;
    }
    .cta.scrolled .ctaButton {
        width: 100%;
        margin: 10px 0 0 0;
        line-height: 40px;
        height: auto;
        padding: 0 0 0 50px;
        text-align: left;
    }
    .cta.scrolled .ctaButton:before {
        left: 26px;
        top: 4px;
    }
}
.ghostWrapper {
    position: relative;
}
#ctaGhost {
    width: 100%;
    clear: both;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.cafeIcon {
    background-position: -235px 0px;
}

.commercialIcon {
    background-position: -53px -236px;
    ;
}


/* Section */

.section {
    background-color: #fff;
    position: relative;
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 8%);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 945px;
    width: 100%;
    margin: 0 auto 80px;
    padding: 24px 40px 34px;
    box-sizing: border-box;
    z-index: 0;
}

.section:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 65px;
    background-color: #f5f7f9;
    display: block;
    z-index: 1;
}

.section.headerSection {
    margin-top: 20px;
    float: left;
}


#sectionBooking {
    display: none;
    margin-top: 122px;
}
#sectionBooking.show {
    display: block;
}
/* Sections info */

.break {
    width: 100%;
    height: 20px;
    clear: both;
}

.sectionTitle {
    color: #80868b;
    text-transform: uppercase;
    padding-bottom: 40px;
    padding-left: 25px;
    position: relative;
    letter-spacing: .01785714em;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
}

.sectionTitle::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(assets/sprite.png);
    background-position: -2px -6px;
    background-size: 120px;
    opacity: .4;
}

.sectionMore {
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .15px;
    margin-top: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.sectionMore:hover,
a:hover {
    background-color: #e6effb;
}

.blue {
    color: #4b9fd9;
    font-weight: 600;
}


/* About info */

.list {
    display: inline-block;
    padding: 6px 0;
    font-size: 16px;
    width: 49%;
}

.list em {
    display: inline-block;
    font-size: 22px;
    padding-right: 10px;
    font-weight: 900;
}
#sectionBooking .sectionTitle::before {
    background-position: -96px -26px;
}
#sectionTeam .sectionTitle::before {
    background-position: 24px -6px;
}
#sectionReviews .sectionTitle::before {
    background-position: 99px -6px;
}
#sectionCoverage .sectionTitle::before {
    background-position: 80px -6px;
}


#sectionContact .sectionTitle::before {
    background-position: 63px -6px;
}

#sectionAbout .sectionTitle::before {
    background-position: 44px -6px;
}

#sectionPosts .sectionTitle::before {
    background-position: 22px -6px;
}

#sectionService .sectionTitle {
    background-position: -2px -6px;
}

/* coverage section */
#sectionCoverage, 
#sectionTeam {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 8%);
    height: 400px;
    position: relative;
}

#sectionTeam {
    height: 330px;
}

#sectionCoverage::after {
    content: '';
    display: block;
    width: 100%;
    height: 335px;
    top: 65px;
    left: 0px;
    background-image: url(assets/map.jpg);
    background-position: center bottom;
    background-size: auto 100%;
}
/* #sectionTeam::after {
    background-image: url(assets/team.jpg);
    background-position: center center;
    background-size: 100% auto;
} */

/* Services list */

.service {
    color: #202124;
    padding: 14px 36px 14px 0;
    font-weight: 500;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    width: 49%;
    position: relative;
}

#sectionHome .service {
    width: 100%;
    padding-top: 32px;
}

.service em {
    font-weight: 400;
    font-style: normal;
}

.service span {
    display: block;
}

/* .service:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background-color: #e8eaed;
} */

.blurb {
    font-size: 11px;
    font-weight: 300;
}

.allServices {
    display: none;
}

#sectionServices.expanded .sectionMore {
    display: none;
}

#sectionServices.expanded .allServices {
    display: block;
}


/* Contact section */

.list a {
    cursor: pointer;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
}


/* Posts section */

#sectionPosts .sectionContent {
    display: flex;
    flex-wrap: wrap;
}

.post {
    margin-top: 1%;
    width: 32.666666666%;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    FONT-WEIGHT: 500;
    background-color: #f5f7f9;
    margin-bottom: 10px;
}

.post .text {
    padding: 20px;
}

.post:not(:nth-child(3n)) {
    margin-right: 1%;
}

.post img {
    width: 100%;
}


/* Reviews section */

.breakdown {
    width: 70%;
    float: left;
}

.num {
    width: 10px;
    float: left;
}

.smallStars {
    display: block;
    float: left;
    width: 10px;
    margin: 0 8px 0 3px;
    color: #5f6368;
    line-height: 20px;
    opacity: .2
}

.bar {
    display: block;
    background: #fbbc04;
    border-radius: 3px;
    float: left;
    height: 17px;
    width: 80%;
    margin-top: 1px;
}

.tally {
    text-align: center;
    width: 200px;
    float: right;
}

.score {
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
}

.stars {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url(assets/sprite.png);
    background-size: 240px;
    background-position: -98px -101px;
}

.count {
    color: #5f6368;
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 20px;
    font-weight: 500;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
}

.review {
    font-size: 14px;
    letter-spacing: .25px;
    position: relative;
    border-bottom: 1px solid #e8eaed;
    padding: 20px 0 20px 55px;
}

.photo {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: blueviolet;
    position: absolute;
    left: 0px;
    top: 26px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    font-weight: 500;
}

.name {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}
#cta {
    padding: 20px 0;
}
.footend {
    display: block;
    margin: 40px auto;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.footend a {
    color: #08c !important;
    margin-bottom: 30px;
    display: block;
}

.footend span {
    display: inline-block;
    transform: rotate(90deg);
}

.contentImage {
    width: 50%;
    height: 200px;
    background-color: green;
    display: block;
    float: left;
    margin-right: 20px;
}

.sectionReading {
    clear: both;
    position: relative;
    padding-bottom: 12px;
}
.sectionReading:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.05);
    top: 26px;
    z-index: 1;
    position: absolute;
}
.nakedSectionTitle {
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: .01785714em;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: center;
}
.nakedSectionTitle:after {
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    width: 150px;
    background-color: #00aeef;
    top: 24px;
    left: 50%;
    margin-left: -75px;
}
.furtherReadingIcon {
    display: block;
    width: 66px;
    height: 50px;
    margin: 0 auto;
    background-position: -257px -209px;
    background-size: 500px;
    z-index: 1000;
    position: relative;
    background-image: url(assets/sprite.png);
    background-color: #e9eaed;
}
.section.inactive {
    height: 65px;
    margin-bottom: 10px;
}
.section.active .sectionTitle,
.section.inactive .sectionTitle {
    cursor: pointer;
}
.section.inactive .sectionTitle:after,
.section.active .sectionTitle:after {
    content: '+';
    display: block;
    position: absolute;
    top: -2px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 900;
}
.section.active .sectionTitle:after {
    content: '-';
}


.priceTitle {
    float: left;
    width: 100%;
    clear: both;
    padding: 34px 0 4px;
}
.priceTitle .price {
    font-size: 43px;
    font-weight: 700;
    position: relative;
    float: left;
    letter-spacing: -2px;
    padding-right: 8px;
    line-height: 40px;
}
.priceTitle .serviceName {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    letter-spacing: -1px;
    float: left;
    font-weight: 600;
    padding-top: 3px;
}
.priceTitle .serviceName:after {
    position: absolute;
    content: '';
    display: block;
    height: 5px;
    width: 130px;
    background-color: #00aeef;
    top: 31px;
    left: 0px;
}
.materialsList {
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
}

.extraServiceInfo {
    font-size: 14px;
    padding: 16px 0;
    font-weight: 300;
}
.sectionHeading {
    position: relative;
    font-weight: 500;
    padding: 30px 0 20px;
    display: block;
}
.sectionHeading:after {
    content: '';
    bottom: 14px;
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    max-width: 70px;
    width: 90%;
    background-color: #00aeef;
}
/* Responsive design */

@media (max-width:749px) {

    .cta:not(.scrolled) .ctaButton span {
        max-width: 90px;
        display: block;
        margin: 0 auto;
    }
    .contentImage {
        width: 100%;
        margin: 0;
    }
    .shortcutIcon {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .hero {
        height: 280px;
    }
    .shortcut {
        width: 50%;
    }
    .shortcut:nth-of-type(1),
    .shortcut:nth-of-type(3),
    .shortcut:nth-of-type(5),
    .shortcut:nth-of-type(7),
    .shortcut:nth-of-type(9),
    .shortcut:nth-of-type(11) {
        padding-right: 1px;
    }
    .shortcut:nth-of-type(2),
    .shortcut:nth-of-type(4),
    .shortcut:nth-of-type(6),
    .shortcut:nth-of-type(8),
    .shortcut:nth-of-type(10),
    .shortcut:nth-of-type(12) {
        padding-left: 1px;
    }
    .shortcutLink {
        text-align: center;
        padding: 36px 8px 10px;
    }
    .shortcutLink.noimage {
        padding: 10px 8px;
        /* height: 70px; */
    }
    .shortcutLink:before {
        left: 50%;
        margin-left: -12.5px;
    }
    .shortcutLink span {
        width: 100%;
        padding: 0;
    }
    .ctaHeader {
        text-align: center;
        width: 100%;
    }
    .heroFooterText {
        max-width: 80%;
    }
    .list a {
        display: block;
    }
    .post {
        width: 100%;
    }
    .breakdown,
    .tally,
    .service,
    .list {
        width: 100%;
    }

    .cta {
        padding: 10px 0;
        /* display: block; */
    }
    .ctaButton {
        width: 31%;
        margin: 5% 1px 0;
        height: 80px;
        line-height: 20px;
        padding: 48px 0 0;
        height: 96px;
        float: none;
        display: inline-block;
    }
    .ctaButton:before {
        top: 8px;
    }
    .heroVideo {
        top: 0px !important;
    }
}

@media (max-width:555px) {

    .heroMain {
        font-size: 46px;
    }
    .heroText {
        font-size: 14px;
    }
    /* .heroMain {
        margin-top: 200px;
        font-size: 24px;
        text-align: center;
        line-height: 24px;
        padding-bottom: 0px;
        width: 100%;
    }
    .heroMain:after {
        left: 50%;
        margin-left: -58px;
        top: 31px;
    }
    .heroText {
        font-size: 12px;
        text-align: center;
    } */
    .heroVideo {
        height: 100%;
        width: auto;
        margin-left: -250px;
        left: 50%;
    }
    .heroVideo.shuffled {
        left: initial;
        margin-left: 0px;
        right: 0px;
    }
}

.booking {
    margin-top: 20px;
    padding-bottom: 30px;
}
.bookingPanel {
    width: 50%;
    padding:0 2.5% 0 0;
    box-sizing: border-box;
    float: left;
}
.bookingPanel:last-of-type {
    border-left: 1px dashed rgba(0,0,0,.1);
    padding: 0 0 0 2.5%;
}

.orderdayswrap {
    display: flex;
    flex-direction: column;
    float: left;
}
.bookingDetail {
    position: relative;
    border: 0;
    min-width: 0;
    margin: 8px auto 14px;
    padding: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    border-radius: 4.8px;
    border: 1px solid #d5d5d5;
    padding: 4.8px 12.8px 8px 10.4px;
    line-height: 22px;
    color: #000;
    font-weight: 200;
    resize: none;
    font-family: sans-serif;
    z-index: 0;
}
#bookedPanel {
    display: none;
}
h1 em {
    color: #129fda;
    font-style: normal;
}
textarea.bookingDetail {
    height: 126px;
}
.bookingDetail:focus {
    outline: 0;
    border-color: #009df5;
    border-width: 2px;
    padding: 3.8px 11.8px 7px 9.4px
}
.bookingDetail.error {
    outline: 0;
    border-color: #e74c3c;
    border-width: 2px;
    padding: 3.8px 11.8px 7px 9.4px;
}
.notification {
    display: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.inputButton {
    display: none;
    position: absolute;
    color: #009df5;
    top: 84px;
    cursor: pointer;
    font-weight: 400;
    font-size: .9em;
    font-style: normal;
    text-align: left;
    left: 14px;
    display: block;
    white-space: nowrap;
}

.bookingButton {
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    transition: background-color .5s ease;
    font-size: 1.125em;
    font-weight: 400;
    border: 0;
    text-shadow: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 100%;
    padding: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#16aee4),to(#0e9dd9));
    background: -webkit-linear-gradient(#16aee4,#0e9dd9);
    background: -moz-linear-gradient(#16aee4,#0e9dd9);
    background: linear-gradient(#16aee4,#0e9dd9);
    color: #fff;
    margin: 24px auto 0;
    max-width: 414px;
    text-align: center;
    display: block;
    cursor: pointer;
    line-height: 42px;
}
.bookingBlurb {
    padding-top: 20px;
    color: #636364;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    clear: both;
    opacity: .5;
}

.bookingOption {
    width: 50%;
    padding: 4px 4px 22px;    
    box-sizing: border-box;
    float: left;
    position: relative;
}

.optionImage {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
    float: left;
    background-image: url(assets/sprite.png);
    background-size: 324px;
    background-position: 58px 63px;
}

.optionText {
    float: left;
    font-size: 12px;
    padding: 6px 0 0 8px;
    width: 120px;
}

.optionButton { 
    float: left;
    color: #08c;
    font-size: 12px;
    padding: 2px 0 0 8px;
    font-weight: 500;
    cursor: pointer;
    margin-top: -10px;
}

.optionImage.coffeeIcon {
    background-position: 112px 63px;
}

.bookingExtras {
    position: relative;
    float: left;
    width: 100%;
}
#coffeeOption {
    opacity: .5;
}
#coffeeOption.active {
    opacity: 1;
}

.allOptions {
    display: none;
    width: 100%;
    left: 0px;
    top: 60px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 8%);
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.1);
    z-index: 100;
}
.allOptions.active {
    display: block;
}
.allOptions div {
    border: 1px solid rgba(0,0,0,0.1);
    text-align: left;
    padding: 6px 12px;
}
.option:hover {
    background-color: #d3d3d3;
    cursor: pointer;
}
.allOptions div {
    clear: both
}
/* Times */
.bookingTimes {
    position: relative;
    clear: both;
    zoom:.9
}
.ordersdaywrap {
    display: flex;
    flex-direction: column;
    float: left;
}
.dayRow {
    padding: 4px 0;
    margin: 2px 0;
    display: block;
    width: 100%;
    clear: both;
    height: 53px;
    position: relative;
}

.dayRow div {
    list-style: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0px 8px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    position: relative;
    float: left;
    z-index: 2;
}
.dayRow div.today {
    color: #0e9dd9
}
.times,
.times div {
    height: 28px;
    line-height: 20px;
}

.dayRow:after {
    content: "";
    height: 14px;
    width: 310px;
    margin: 20px 0 0 60px;
    background-color: #000;
    display: block;
    opacity: .04;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.dayRow.times:after {
    display: none;
}

.timeslot {
    background: #fff;
    display: block;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border: 1px solid #9c9c9c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.timeslot.booked {
    border: 1px solid rgba(0, 0, 0, .02) !important;
    background-color: rgba(250, 250, 250, 1) !important;
}

.timeslot:hover {
    background: rgba(0, 0, 0, .05)
}

.timeslot.checked {
    background: #d3d3d3;
    border: 1px solid #009df5;
}

.timeslot svg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.timeslot.checked svg {
    display: block;
}

.timeslot.passed {
    border-radius: 0;
    border: none;
    opacity: 0;
}


.ec {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #009df5;
    fill: none;
    -webkit-animation: stroke .6s cubic-bezier(.21,.96,.89,.4) forwards;
    -moz-animation: stroke .6s cubic-bezier(.21,.96,.89,.4) forwards;
    animation: stroke .6s cubic-bezier(.21,.96,.89,.4) forwards
}

.eb {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    -webkit-box-shadow: inset 0 0 0 #009df5;
    -moz-box-shadow: inset 0 0 0 #009df5;
    box-shadow: inset 0 0 0 #009df5;
    -webkit-animation: fill 2s ease-in-out .1s forwards,scale 2s ease-in-out .4s both;
    -moz-animation: fill 2s ease-in-out .1s forwards,scale 2s ease-in-out .4s both;
    animation: fill 2s ease-in-out .1s forwards,scale 2s ease-in-out .4s both
}

.ee {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;
    -moz-animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;
    animation: stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards
}
#bookedPanel {
    text-align: center;
}
.bookingVideo {
    width: 515px;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 24px 0 rgb(0 0 0 / 8%);
}
@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@-moz-keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes scale {
    0%,100% {
        -webkit-transform: none;
        transform: none
    }

    80% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    95% {
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
}

@-moz-keyframes scale {
    0%,100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    80% {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    95% {
        -webkit-transform: scale3d(1.1,1.1,1);
        -moz-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
}

@keyframes scale {
    0%,100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    80% {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    95% {
        -webkit-transform: scale3d(1.1,1.1,1);
        -moz-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
}

@-webkit-keyframes fill {
    80% {
        -webkit-box-shadow: inset 0 0 0 0 #009df5;
        box-shadow: inset 0 0 0 0 #009df5
    }

    100% {
        -webkit-box-shadow: inset 0 0 0 30px #009df5;
        box-shadow: inset 0 0 0 30px #009df5
    }
}

@-moz-keyframes fill {
    80% {
        -moz-box-shadow: inset 0 0 0 0 #009df5;
        box-shadow: inset 0 0 0 0 #009df5
    }

    100% {
        -moz-box-shadow: inset 0 0 0 30px #009df5;
        box-shadow: inset 0 0 0 30px #009df5
    }
}

@keyframes fill {
    80% {
        -webkit-box-shadow: inset 0 0 0 0 #009df5;
        -moz-box-shadow: inset 0 0 0 0 #009df5;
        box-shadow: inset 0 0 0 0 #009df5
    }

    100% {
        -webkit-box-shadow: inset 0 0 0 30px #009df5;
        -moz-box-shadow: inset 0 0 0 30px #009df5;
        box-shadow: inset 0 0 0 30px #009df5
    }
}



@media (max-width: 960px) {
    .bookingPanel:first-of-type {
        margin: 0 auto;
        max-width: 440px;
        padding: 0;
    }
    .bookingPanel {
        border: none;
        float: none;
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }
    .bookingBlurb {
        padding-bottom: 40px;
    }
}
@media (max-width: 500px) {
    .bookingTimes {
        zoom: .6;
        transform-origin: center;
    }

}
