﻿@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400";

body {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5 {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}

.header, .footer, .p-holder .bar {
    background-color: #f3f3f3;
}

.main-content, .content {
    background-color: #fBfBfB;
}

.center {
    text-align: center;
}

.flex {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}


   .flex h1 {
        flex-basis: 10%;
    }

    .flex .option-container {
        flex-basis: 70%;
    }

.main-content {
    max-width: 1024px;
    margin: auto;
}

    .main-content h1 {
        padding-top: 20px;
        text-align: center;
        color: #ca9e48;
    }

.nested
{
    list-style-type: disc;   
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}

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

.services {
    padding: 0 25px 20px;
}

.service {
    vertical-align: middle;
    display: block;
    padding-top: 10px;
}

    .service h1 {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 0px;
    }

    .service > .description {
        color: #464646;
        font-weight: 400;
        margin: 0px 0px 5px;
    }

    .service .item:first-of-type {
        background: none;
    }

    .service .item {
        background-image: linear-gradient(to right, #d4d4d4, #d4d4d4);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: 100% 1px;
        min-height: 50px;
        vertical-align: middle;
        padding-top: 7px;
    }

        .service .item .name {
            font-weight: 400;
        }

        .service .item .description {
            color: #464646;
            text-align: justify;
            font-size: 1em;
        }

    .service li {
        overflow: auto;
    }

    .service .s-price {
        width: 100%;
        text-align: right;
        font-weight: 400;
    }

    .service .s-footer {
        margin-top: 20px;
    }

    .service .item .price {
        white-space: nowrap;
    }

.c-footnote {
    font-style: italic;
}

    .c-footnote::before {
        content: "* ";
    }

.s-price .fixed::before {
    content: "$";
}

.s-price .from::before {
    content: " $";
}

.s-price .from::after {
    content: "+";
}

.s-price .to::before {
    content: " to $";
}

.p-holder {
    position: relative;
    border: 5px solid #fbfbfb;
    box-sizing: border-box;
    padding-bottom: 50px;
    max-width: 33.3%;
    width: 33.3%;
}

.p-container {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    margin: 0;
}

    .p-container .description {
        text-align: justify;
        margin: 0 10px;
        font-size: 1.1em;
    }

.p-content {
    margin-top: 7px;
}


.p-holder, .p-holder .bar {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.p-holder, .p-content .price {
    background-color: #FFFFFF;
}

    .p-holder .bar {
        height: 65px;
        width: 100%;
        top: 0px;
    }

    .p-holder .photo {
        margin-top: -35px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #FFFFFF;
    }

    .p-holder p {
        padding: 0px 20px;
        margin: 0px;
        text-align: justify;
    }

    .p-holder h3 {
        color: #464646;
        margin-bottom: 5px;
    }

    .p-holder .book {
        position: absolute;
        bottom: 10px;
        left: 0px;
        right: 0px;
        display: block;
        width: 100px;
    }

.service .book {
    margin-top: 15px;
    display: inline-block;
}

.service .center {
    text-align:center;
}


.service .book,
.p-holder .book {
    background-color: #ca9e48;
    color: #FFFFFF;    
    border-radius: 3px;
    padding: 3px 12px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    text-align: center;
}

    .service .book:hover,
    .p-holder .book:hover {
        opacity: 0.75;
    }


.p-spec {
    color: #FFFFFF;
    display: inline-block;
    border-radius: 3px;
    padding: 2px 8px;
    text-transform: lowercase;
    margin: 2px;
}

.p-spec1 {
    background-color: #d59f47;
}

.p-spec2 {
    background-color: #91B270;
}

.p-spec3 {
    background-color: #87a5c7;
}

.p-spec4 {
    background-color: #949494;
}

.p-spec5 {
    background-color: #9c6b6b;
}

.p-service {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    clear: both;
    position: relative;
}

.p-content .s-price {
    padding: 10px 20px 0px 20px;
}

.p-price, .price {
    font-weight: 400;
}

.p-price {
    padding-top: 5px;
    float: left;
}

    .p-price:after {
        font-weight: 300;
        content: " ...................................................................................................................................................................................................................................................................";
    }

.p-content .price {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-left: 3px;
}

.header {
    overflow: auto;
}

.nav {
    display: none;
}

    .nav a {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0px 15px;
    }

.m-nav a {
    display: inline-block;
    width: 42px;
    height: 42px;
}

.m-nav .open {
    padding: 0 5px;
}

.m-nav .close {
    padding: 5px;
    display: none;
}

    .m-nav .close span::before, .m-nav .close span::after {
        height: 1px;
    }

    .m-nav .close span::before {
        transform: rotate(45deg);
    }

    .m-nav .close span::before, .m-nav .close span::after {
        background-color: #5e5e5e;
        content: "";
        left: 0;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .m-nav .close span::before, .m-nav .close span::after {
        height: 1px;
    }

    .m-nav .close span::after {
        transform: rotate(-45deg);
    }

    .m-nav .close span::before, .m-nav .close span::after {
        background-color: #5e5e5e;
        content: "";
        left: 0;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .m-nav .close span {
        display: inline-block;
        height: 35px;
        overflow: hidden;
        position: relative;
        width: 35px;
    }

.m-nav hr {
    background: #5e5e5e none repeat scroll 0 0;
    height: 1px;
    border: none;
}

.m-nav .open hr {
    width: 100%;
    margin: 10px 0;
}

.mobile-menu {
    position: absolute;
    width: 100%;
    background-color: #f3f3f3;
    padding-bottom: 12px;
    padding-top: 12px;
    z-index: 100;
}

.banner-inactive {
    top:192px;
}

.banner-active {
    top:230px;
}

    .mobile-menu a {
        display: block;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: #5e5e5e;
        width: 100%;
        padding: 12px 0px;
        font-size: 1.2em;
    }

body, .home-header, .footer, .foot-content {
    width: 100%;
}

.footer {
    padding: 10px 0px;
    vertical-align: middle;
}

.head-content {
    background-position: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    flex-wrap: wrap;
}

.m-nav, .logo-container, .head-icons {
}

.m-nav {
    text-align: left;
}

.logo-container {
    text-align: center;
    padding-top: 20px;
    width: 100%;
}

.head-icons {
    margin-right: 10px;
    text-align: right;
    white-space: nowrap;
}

.foot-content {
    background-position: 100% 0;
}

.home .head-content, .home .footer-content {
    background-image: none;
}

.head-content, .footer-content {
    background-repeat: no-repeat;
    background-size: 100% 1px;
    max-width: 1024px;
    padding: 15px 20px;
    box-sizing: border-box;
    text-align: right;
    margin: auto;
    overflow: auto;
    position: relative;
}

    .head-content a {
        display: inline-block;
        vertical-align: top;
        color: #5E5E5E;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
    }

        .head-content a .icon {
            width: 40px;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            margin: 5px auto 5px auto;
            border-width: 1px;
            border-style: solid;
            border-color: #ca9e48;
            border-radius: 50%;
            fill: #ca9e48;
            position: relative;
        }

        .head-content a .title {
            display: inline-block;
            margin-left: 2px;
            margin-right: 5px;
            text-align: left;
            vertical-align: middle;
            transition: color 0.3s ease-out;
        }

        .head-content a:hover .title {
            color: #ca9e48;
        }

.logo-container a {
    fill: #5E5E5E;
    transition: fill 0.3s ease-out;
    width: 260px;
    height: 126px;
}

.head-content a:hover {
    fill: #ca9e48;
}

.footer-content {
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
/*.footer-content h4 {
		width: 100%;
		text-align: left;
		margin: 4px;
		color:rgba(126, 126, 126, 0.30);
	}*/
.copyright, .social, .footer-menu {
    flex-grow: 1;
}

.social, .footer-menu {
    width: 50%;
}

.copyright {
    width: 100%;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

    .footer-menu a {
        width: 40%;
        flex-grow: 1;
        margin-left: 4px;
    }
/*.footer-menu a:after {
	content: " | ";
	color: rgba(164, 164, 164, 0.44);
}
.footer-menu a:last-of-type:after {
	content: "";
}*/
.footer-menu {
    /*float: left;*/
}

    .footer-menu a {
        line-height: 28px;
        display: block;
        padding: 2px 0px;
        text-decoration: none;
        text-transform: uppercase;
        color: #7e7e7e;
        transition: color 0.5s ease-out;
        text-align: left;
    }

        .footer-menu a:hover {
            color: #b5b5b5;
        }

.social {
    text-align: center;
}

    .social a {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0px 5px;
        fill: #a4a4a4;
        border-radius: 50%;
        border-color: #a4a4a4;
        border-width: 1px;
        border-style: solid;
        position: relative;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

.copyright {
    text-align: center;
    color: #7e7e7e;
    font-size: 0.8em;
    padding-top: 8px;
}

    .copyright a svg {
        height: 13px;
        width: 32px;
        vertical-align: middle;
        fill: #7e7e7e;
    }

.tiles {
    font-size: 0;
    vertical-align: top;
    position: relative;
    margin: auto;
    padding: 0px 0px 20px 0px;
    max-width: 1024px;
    height: 100%;
    max-height: 1024px;
    box-sizing: border-box;
}

.tile {
    background-size: cover;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 0px;
    background-size: cover;
    position: relative;
    background-position: center top;
}

    .tile a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        text-decoration: none;
        transition: background-color 0.3s ease-in;
    }

        .tile a:hover, .tile a:active, .tile a:focus {
            background-color: rgba(255,255,255,0.0);
        }

            .tile a:hover bar, .tile a:active bar, .tile a:focus bar {
                background-color: rgba(202, 158, 72, 0.38);
                color: #FFFFFF;
            }

        .tile a bar {
            transition: background-color 0.3s ease-in, color 0.3s ease-in;
            background-color: rgba(255, 255, 255, 0.60);
            color: #5e5e5e;
            display: block;
            position: absolute;
            text-transform: uppercase;
            padding: 10px 0;
            font-size: 1.1em;
            font-weight: 400;
            bottom: 0;
            width: 100%;
        }

.tile-1 {
    background-image: url('../images/home-tile-1.jpg');
    width: 100%;
}

    .tile-1 a .title {
        position: absolute;
        left: 40px;
        bottom: 36%;
        font-weight: bold;
        font-size: 1.2em;
        color: rgba(255, 255, 255, 0.90);
        text-transform: uppercase;
    }

    .tile-1 a .logo {
        /*position: absolute;*/
        fill: rgba(255, 255, 255, 0.50);
        /*left: 30%;
		bottom: 20%;*/
        width: 120px;
        /*height: 64px;
		margin: auto;*/
        display: inline-block;
    }

.tile-2 {
    background-image: url('../images/home-tile-2.jpg');
    width: 50%;
}

.tile-2 {
    background-position: center center;
}

.tile-3 {
    background-image: url('../images/home-tile-3.jpg');
    width: 50%;
}

.tile-4 {
    background-image: url('../images/home-tile-4.jpg');
    width: 66%;
}

.tile-5 {
    background-image: url('../images/home-tile-5.jpg');
    width: 34%;
}

.tile-1 {
    height: 320px;
}

.tile-2, .tile-3, .tile-4, .tile-5, .tile-6 {
    height: 300px;
}

line {
    stroke-width: 1px;
    stroke: #5e5e5e;
}

@keyframes icon-ripple-out {
    10% {
        opacity: 1;
    }

    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.option-container.large a.active {
    color: #ca9e48;
    fill: #ca9e48;
    border-color: #ca9e48;
}

    .option-container.large a.active .icon {
        color: #ca9e48;
        fill: #ca9e48;
        border-color: #ca9e48;
    }

@keyframes icon-hover {
    100% {
        color: #ca9e48;
        fill: #ca9e48;
        border-color: #ca9e48;
    }
}

@keyframes icon-hover-border {
    100% {
        border-color: #ca9e48;
    }
}

.social a:before,
.head-content .head-icons a .icon:before,
.option-container a .icon:before {
    opacity: 0;
    animation-duration: 0.5s;
    border: 1px solid #ca9e48;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.social a:hover:before,
.head-content .head-icons a:hover .icon:before,
.option-container a:hover .icon:before,
.option-container a:focus .icon:before,
.option-container a:active .icon:before {
    animation-name: icon-ripple-out;
}

.social a:hover,
.social a:focus,
.social a:active {
    animation-name: icon-hover, icon-hover-border;
}

.option-container a:hover,
.option-container a:focus,
.option-container a:active {
    animation-name: icon-hover;
}

    .option-container a:hover .icon,
    .option-container a:focus .icon,
    .option-container a:active .icon {
        animation-name: icon-hover-border;
    }

.option-container {
    text-align: center;
    padding-bottom: 15px;
    box-sizing: border-box;
}

    .option-container a {
        color: #5e5e5e;
        fill: #5e5e5e;
        margin: 15px 0px;
        display: inline-block;
        width: 200px;
        padding: 5px 15px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

        .option-container a .icon {
            width: 48px;
            height: 48px;
        }

    .option-container.large a .icon {
        width: 128px;
        height: 128px;
    }

.detail .option-container a {
    width: 11%;
    vertical-align: top;
}

    .detail .option-container a .icon {
        width: 48px;
        height: 48px;
    }

.option-container a .icon {
    margin: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #5e5e5e;
    border-radius: 50%;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    position: relative;
}

a .title.short {
    display: none;
    text-transform: uppercase;
}

#map {
    height: 250px;
}

.schedule {
    padding: 20px 0px;
    text-align: center;
}

    .schedule .day {
        display: inline-block;
        text-transform: uppercase;
        width: 90px;
        margin: 0px 1px;
        vertical-align: middle;
    }

        .schedule .day .week {
            background-color: #d8d8d8;
            padding: 2px 3px;
        }

        .schedule .day .hours {
            padding: 2px 3px;
            background-color: #FFFFFF;
        }

        .schedule .day.today {
            position: relative;
            width: 100px;
            margin-left: -5px;
            margin-right: -5px;
            z-index: 10;
            font-size: 1.1em;
            border: 1px solid #ca9e48;
            box-sizing: border-box;
        }

            .schedule .day.today .week {
                background-color: #ca9e48;
                color: #FFFFFF;
            }

.contact {
    margin: auto;
    max-width: 800px;
    padding: 0 15px 15px;
}

    .contact .description {
        text-align: justify;
        margin: 10px;
    }

    .contact .field {
        padding: 5px 0;
    }

        .contact .field label {
            color: #464646;
        }

    .contact input, .contact textarea {
    }

    .contact textarea {
        height: 150px;
    }

    .contact input, .contact textarea, .contact select {
        -webkit-appearance: none;
        color: #464646;
        background-color: #FFFFFF;
        font-family: "Open Sans",sans-serif;
        font-size: 15px;
        font-weight: 300;
    }

    .contact input, .contact .submit, .contact textarea, .contact select, .contact .add {
        display: block;
        width: 100%;
    }

.split {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.contact .split input, .contact .split select {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
}

    .contact .split input:first-child, .contact .split select:first-child {
        margin-right: 3px;
    }

    .contact .split input:last-child, .contact .split select:last-child {
        margin-left: 3px;
    }

.contact input[type=checkbox] {
    display: none;
    width: initial;
}

    .contact input[type=checkbox] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        border: 1px solid #bfbfbf;
        border-radius: 2px;
        background-color: #FFFFFF;
        margin-right: 5px;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .contact .checkboxList.error input[type=checkbox]:checked + label span,
    .contact input[type=checkbox]:checked + label span {
        background-color: #ca9e48;
        border-color: #FFFFFF;
    }

.contact .checkboxList li {
    padding: 5px 10px;
}

.contact label {
    font-size: 16px;
}

.contact input[type=checkbox], .check {
    cursor: pointer;
}

.contact .add {
    color: #ca9e48;
    border-color: rgba(202, 158, 72, 0.50);
    border-width: 1px;
    border-style: solid;
}

    .contact .add:hover {
        background-color: rgba(202, 158, 72, 0.10);
    }

.contact .submit {
    background-color: #ca9e48;
    color: #fff;
    border: medium none;
}

.contact .add,
.contact .submit {
    box-sizing: border-box;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: 41px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
}

    .contact .submit:hover {
        opacity: 0.75;
    }

.input {
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    transition: all 0.25s ease 0s;
}

textarea.input {
    line-height: initial;
}

.contact textarea {
    padding: 10px;
}

.contact .checkboxList.error input[type=checkbox] + label span,
.input.error,
.ng-submitted.ng-invalid .input.ng-invalid {
    border: 1px solid #f5aca6;
    background-color: rgba(232, 206, 204, 0.20);
}

.status {
    text-align: center;
    padding-bottom: 15px;
}

    .status .text {
        font-size: 1.3em;
    }

    .status.fail {
        fill: #767676;
    }

    .status.success {
        fill: #ca9e48;
    }

    .status svg {
        margin: auto;
        height: 250px;
    }

.service-icons {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.accent {
    font-size: 1.1em;
    font-weight: 400;
    color: #ca9e48;
}

.products,
.specials {
    padding: 20px 20px;
    box-sizing: border-box;
}

.product,
.special {
    display: flex;
    flex-flow: row;
    justify-content: center;
    border-bottom: 1px solid rgba(70, 70, 70, 0.30);
    padding: 20px 0px 10px;
}

    .product:last-of-type,
    .special:last-of-type {
        border-bottom: none;
    }

    .product h3,
    .special h3 {
        color: #464646;
    }

    .special .code {
        color: #464646;
        font-weight: 400;
    }

    .special .fine {
        font-style: italic;
        font-size: 0.9em;
        padding-top: 5px;
    }

    .special .description {
        font-weight: 400;
        padding-bottom: 5px;
    }

    .special .option {
        padding: 10px 0px;
    }

        .special .option .description {
            text-align: left;
        }

        .special .option h4 {
            color: #555555;
        }

        .special .option ul {
            list-style-position: inside;
            list-style-type: disc;
            padding-left: 10px;
        }

    .product p,
    .special p {
        padding: 0px;
        margin: 0px;
        text-align: justify;
    }

    .product a, .special a {
        color: #ca9e48;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: 400;
    }

    .special .icon {
        fill: #ca9e48;
        border: 1px solid #ca9e48;
        border-radius: 50%;
    }

    .product .icon,
    .special .icon {
        box-sizing: border-box;
        padding: 0px;
        margin-right: 10px;
    }

        .special .icon,
        .special .icon svg {
            width: 100px;
            min-width: 100px;
            height: 100px;
            min-height: 100px;
        }

    .product .icon {
        fill: #464646;
    }

        .product .icon,
        .product .icon svg {
            width: 300px;
            min-width: 300px;
            height: 160px;
            min-height: 160px;
        }

.charities {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .charities div {
        text-align: center;
        background-color: #FFFFFF;
        border: 1px solid #D0D0D0;
        margin: 2px;
        width: 250px;
        height: 250px;
    }

        .charities div img {
            max-width: 250px;
            max-height: 250px;
            vertical-align: middle;
        }

.container-404 {
    position: relative;
    margin: auto;
    color: #5e5e5e;
}

    .container-404 h2 {
        font-size: 2em;
    }

    .container-404 p {
        font-size: 1.6em;
        margin-top: 5px;
        padding-bottom: 10px;
    }

    .container-404 img {
        max-width: 100%;
    }

    .container-404 div {
        position: absolute;
        left: 48px;
        top: 75px;
        padding-bottom: 20px;
    }

.special-banner{
    background-color: #ca9e48;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 5px 0px;
}

.special-banner a
{
    color: #FFF;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .p-holder {
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (max-width: 786px) {
    .p-holder {
        max-width: 100%;
        width: 100%;
        margin: 10px 0px;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .tiles {
        padding: 0px;
        max-height: none;
    }

    .tile-2, .tile-3, .tile-4, .tile-5 {
        width: 50%;
    }

    .option-container a {
        width: 30%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .option-container.large a .icon {
        width: 100px;
        height: 100px;
    }

    .detail .option-container.large a {
        width: 15%;
    }

        .detail .option-container.large a .icon {
            width: 40px;
            height: 40px;
        }

    .nav a {
        padding: 0px 3px;
    }

    .container-404 h2 {
        font-size: 1.7em;
    }

    .container-404 p {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 600px) {
    .tile-1 a .title {
        bottom: 30%;
        font-size: 0.8em;
        font-weight: 400;
        left: 5px;
        text-align: center;
        width: 60%;
    }

    .tile-1 a .logo {
        width: 80px;
        height: 42px;
    }

    .detail .option-container.large {
        padding-bottom: 0px;
    }

        .detail .option-container.large a {
            min-width: initial;
            width: 15%;
            margin-bottom: 0px;
        }

            .detail .option-container.large a .title {
                font-size: 0.7em;
            }

    .footer {
        padding: 10px;
        width: initial;
    }

    .footer-content {
        padding: 0px;
        box-sizing: border-box;
    }

    .footer-menu a {
        /*width: 40%;
		flex-grow: 1;
		margin-left: 4px;*/
        text-align: center;
    }

    .social, .footer-menu {
        width: 100%;
        margin: 8px;
    }

    .specials {
        padding-top: 0px;
    }

    .product,
    .special {
        flex-wrap: wrap;
    }

        .special .description,
        .special .option .description,
        .special .option h4 {
            text-align: center;
        }

        .product h3,
        .special h3 {
            text-align: center;
            font-size: 1.1em;
            padding-top: 5px;
        }

        .special .icon,
        .special .icon svg {
            width: 64px;
            height: 64px;
            min-width: 64px;
            min-height: 64px;
            margin: 0px;
        }

        .product .icon,
        .product .icon svg {
            width: 190px;
            height: 101px;
            min-width: 190px;
            min-height: 101px;
            margin: 0px;
        }

        .product a {
            display: block;
            text-align: center;
        }

    .container-404 h2 {
        font-size: 1.4em;
    }

    .container-404 p {
        font-size: 1.2em;
        margin-top: 5px;
        padding-bottom: 10px;
    }

    .container-404 div {
        bottom: auto;
        top: auto;
        width: 100%;
        left: auto;
        text-align: center;
        position: relative;
    }
}

@media only screen and (max-width: 486px) {
    body {
        -webkit-text-size-adjust: none;
    }

    .p-holder {
        width: 100%;
        margin: 10px 0px;
    }

    .tile {
        width: 100%;
        height: 200px;
    }

    .tile-2, .tile-3, .tile-4, .tile-5 {
        background-position: center center;
    }

    .head-content {
        padding: 10px 0 10px 10px;
        text-align: center;
    }

    .social {
        text-align: center;
    }

    .footer-menu {
        float: none;
        text-align: center;
        padding-bottom: 5px;
    }

    a .title.full {
        display: none;
    }

    a .title.short {
        display: initial;
    }

    .schedule .day {
        display: block;
        width: initial;
        margin: 1px 0px;
    }

        .schedule .day .week {
            display: inline-block;
            width: 100px;
            padding: 3px 0px;
        }

        .schedule .day .hours {
            display: inline-block;
            padding: 3px 0px;
            width: 80px;
        }

        .schedule .day.today {
            position: relative;
            width: initial;
            border: none;
            z-index: 10;
            font-size: 1.1em;
            margin-left: 0px;
            margin-right: 0px;
        }

            .schedule .day.today .week {
                width: 105px;
                padding: 5px 0px;
                margin: -5px 0px;
                border-color: #ca9e48;
                border-width: 1px 0px 1px 1px;
                border-style: solid;
            }

            .schedule .day.today .hours {
                width: 85px;
                padding: 5px 0px;
                margin: -5px 0px;
                border-color: #ca9e48;
                border-width: 1px 1px 1px 0px;
                border-style: solid;
            }

    .main-content h1 {
        padding: 25px 0px 10px 0px;
        text-align: center;
    }

    h1 {
        font-size: 1.4em;
    }

    .option-container.large a {
        width: 40%;
        min-width: 147px;
    }

    .flex {
        display: initial;
    }

    .service .item {
        min-height: 28px;
    }

    .logo-container {
        padding-top: 10px;
    }

        .logo-container a {
            width: 150px;
            height: 70px;
        }

    .mobile-menu {
        top: 150px;
    }



    .container {
        height: inherit !important;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .option-container a .icon, .social a, .contact .add, .special .icon, .charities div {
        border-width: 0.5px;
    }

    .p-holder, .services {
        font-size: 1.2em;
    }

    .service .item, .head-content, .footer-content {
        background-size: 100% 0.5px;
    }
}
