﻿#homeslider {
    height: calc(100vh - 120px);
    margin-top: 0px;
}
    #homeslider .heroslide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
        overflow: hidden;
        
    }
    #homeslider .darkbg {
        background-color: rgba(0, 0, 0, 10%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        #homeslider .calloutbox {
            padding: 0;
            width: fit-content;
            text-align: center;
            font-size: 1.5em;
            color: #fff;
            max-width: 565px;
            margin: auto;
            color: #FFF;
            font-family: Questrial,sans-serif;
        }
.services-home {
    position: relative;
    overflow: hidden;
   
 
}
    .services-home .table {
        width: 100%;
        margin: auto;
        position: relative;
    }
.table .row .cell-left {
    width: 40%;
    vertical-align: top;
    overflow: auto;
    background-color: #f5ede0;
}
.services-left {
    padding: 70px 10px 70px 10px;
    max-width: 500px;
    min-width: 300px;
    float: right;
}

    .services-left h1 {
    font-size: 1.6em;
    margin-top: 10px;
}
    .services-left p {
        line-height: 25px;
    }
.table .row .cell .services-right {
    padding: 70px 10px 70px 10px;
    background-color: #FFF;
    text-align: center;
    position: relative;
    max-width: 800px;
    overflow: auto;
    margin: auto;
}
.table .row .cell-right {
    width: 60%;
    vertical-align: top;
    overflow: auto;
    position:relative;
   
}
.cell-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -35px;
    width: 195px;
    height: 160px;
    background-image: url(/App_Themes/v1/images/swooshhome3.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 195px;
    z-index: 1;
}
.services-right h2 {
    color: var(--color-beige);
    font-weight: bold;
    font-size: 2em;
    margin-top: 0px;
    font-weight: 500;
}

 .bbox {
    overflow: auto;
}

.service-box {
    overflow: auto;
    text-align: left;
    margin: 0px 80px 0px 80px;
}

    .service-box .inner-box {
        float: left;
        width: 200px;
    }

.service-box .box-text {
    float: left;
    width: calc(100% - 220px);
    padding: 0px 0px 0px 20px;
}

.bttnmoreinfo {
    background-color: #d0bfa8;
    color: #735a3a;
    text-transform: uppercase;
    border: 1px solid var(--color-cream);
    padding: 11px 10px 11px 10px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.box-text h3 {
    margin-top: 0px;
}

.midblock-services {
    margin: 50px auto;
    padding: 10px 0 10px 0;
    overflow: hidden;
    text-align: center;
}
    .midblock-services h2 {
        color: var(--color-beige);
        font-weight: bold;
        font-size: 2em;
        margin-top: 0px;
        font-weight: 500;
        margin-bottom: 50px;
    }
    .midblock-services .service-box {
       /* display: inline-block;*/
        /*padding: 0px 20px 20px 20px;*/
        text-align: center;
        width: 400px;
       /* max-width: calc(50% - 50px);*/
        margin: 0px 0px 0px 0px;
    }
    
        /*.midblock-services .service-box img {
            max-width: 200px;
        }*/
        .midblock-services .service-box .box-text {
           /* min-height: 115px;*/
            float: none;
            width: 100% ;
            padding: 0px 0px 0px 0px;
        }
        .midblock-services .service-box img {
            display: block;
            margin: auto;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            width:100%;
        }


    .midblock-services .inner-box {
        display: block;
       /* min-height: 275px;*/
        width: calc(100% - 40px);
        float: none;
        max-width: 400px;
        margin: auto;
        background-color: #FFF;
        padding: 20px;
        border-radius: 15px; 
    }

    .midblock-services .service-box h3 {
        min-height: 45px;
        margin-bottom: 0px;
        min-height: 55px;
    }

.box-text {
    min-height: 150px;
}

.service-box .bttn {
    margin: 5px auto;
    display: block;
    width: fit-content;
    padding: 8px 20px 8px 20px;
    background-color: #b49e82;
    border-color: #b49e82;
    border-radius: 3px;
}
    .service-box .bttn:hover {
        background-color: #d2c6b5;
    }
.services-home-other {
    background-color: #f5ede0;
    overflow: hidden;
}
.appointment-home {
    border-bottom: 1px solid #d9b6ef;
    border-top: 1px solid #d9b6ef;
}
.appt-mid {
    margin: 30px auto 30px auto;
    width: fit-content;
}
    .appt-mid img {
        position: absolute;
        margin: -130px 0px 0px -150px;
        height: 223px;
    }
.appt-mid .table .row .cell {padding:10px; vertical-align:middle;}
    .appt-mid .table .row .firstwbg {width:150px;}
    .appt-mid .table .row .cell p {
        color: #9a8161;
        font-size: 24px;
    }
    .appt-mid .table .row .cell .bttn {
        background-color: #b49e82;
        color: #FFF;
        padding: 10px 30px 10px 30px;
        display: block;
        width: fit-content;
        border-color: #b09b7f;
        font-size: 24px;
        border-radius: 5px;
        text-transform: capitalize;
        margin-left: 75px;
    }
        .appt-mid .table .row .cell .bttn:hover {
            background-color: #d2c6b5;
        }
/*h1 {
    margin-top: 0px;
    margin-bottom: 35px;
}*/
h3 {
    font-weight: 600;
}
/*h2 {
    width: fit-content;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    font-weight:500;
    margin:5px auto 30px auto;
}
    h2:before {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        left: 0;
        width: 50px;
        height: 0;
        border-bottom: 1px solid #000;

    }
    h2:after {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
        width: 50px;
        height: 0;
        border-bottom: 1px solid #000;
    }


.bglines h2:before {
    border-bottom: 1px solid #FFF;
}

.bglines h2:after {
    border-bottom: 1px solid #FFF;
}*/
.body-copy {padding:50px 0px 50px 0px;}

   /* .body-copy .cell:last-child img {
        height: 300px;
        margin: auto;
    }
.container {
   
    margin-bottom: 50px;
}
h3.rightline {
    padding-right: 100px;
    position: relative;
    width:fit-content;
}
h3.rightline:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 90px;
    height: 0;
    border-bottom: 1px solid #000;
}*/
.products-home {
    overflow: auto;
}
.holder {
    overflow: auto;
}
.products-home h2 {
    color: var(--color-beige);
    font-weight: bold;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    width: fit-content;
    padding-left: 60px;
    padding-right: 60px;
    margin: 30px auto 75px auto;
}
    .products-home h2:before {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: -110px;
        width: 150px;
        height: 21px;
        background-image: url(/App_Themes/v1/images/h2left1.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 150px;
    }
    .products-home h2:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        right: -110px;
        width: 150px;
        height: 21px;
        background-image: url(/App_Themes/v1/images/h2right1.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 150px;
    }

.midblock-products {
    margin: 50px auto;
     
    overflow: auto;
    text-align: center;
}
.product-box img {
    display: block;
}
.product-box {
    display: inline-block;
    width: calc(25% - 44px);
    padding: 0px 20px 20px 20px;
    text-align: center;
    min-width: 255px;
}

.container .product-box:nth-child(1n) a.producthref {
    background-image: url(/App_Themes/v1/images/squiggle1.png);
}
.container .product-box:nth-child(2n) a.producthref {
    background-image: url(/App_Themes/v1/images/squiggle2.png);
}
.container .product-box:nth-child(3n) a.producthref {
    background-image: url(/App_Themes/v1/images/squiggle3.png);
}
.container .product-box:nth-child(4n) a.producthref {
    background-image: url(/App_Themes/v1/images/squiggle4.png);
}
.product-box a.producthref {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 255px;
    margin: auto;
}
.product-box .bttn {
    margin: 5px auto;
    display: block;
    width: fit-content;
    padding: 8px 20px 8px 20px;
    background-color: #b49e82;
    border-color: #b49e82;
    border-radius: 3px;
}
.midblock-products .container {
 padding:10px 0px 10px 0px;
    margin-bottom: 35px;
    overflow:hidden;
}

.ecommerce, .bodycontainer {
    display:none;
}
.testimonials {
    padding: 40px 0px 120px 0px;
    background-image: url(/App_Themes/v1/images/gradient.jpg);
    background-position-x: left;
    background-position-y: top;
    background-size: cover;
}
    .testimonials h2 {
        color: #FFF;
        font-size: 40px;
        text-align: center;
        font-weight: 500;
    }
    .testimonials .calloutbox {
        text-align: center;
        width: 500px;
        margin: auto;
    }
    .testimonials .slidecontainer .pagerleft img, .testimonials .slidecontainer .pagerright img {
        margin: 0px 0 0 0px;
    }
    .testimonials .slidecontainer .pagerleft {
        display: block;
        
        position: absolute;
        top: calc(50% - 30px);
        z-index: 1;
        left: -65px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        text-align:center;
       /* background: #000;
        opacity: .5;
        border-radius: 30px;*/
    }
    .testimonials .slidecontainer .pagerright {
        display: block;
        position: absolute;
        top: calc(50% - 30px);
        z-index: 1;
        right: -65px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        text-align: center;
        /* background: #000;
        opacity: .5;
        border-radius: 30px*/
    }
    .testimonials .midblock-testimonials {
        max-width:1200px;margin:auto;
        padding: 0px 80px 0px 80px;
    }
    .testimonials .calloutbox {
        text-align: center;
        display: block;
        
        
    }
    .testimonials .calloutbox p {
        font-size: 22px; margin:0px;
    }
        .testimonialstars-home {
    color: #ffd700;
    font-size: 40px;
}
.bglines .bttn:hover {background-color:#FFF;}
.carousell h2:before {display:none;}
.carousell h2:after {
    display: none;
}

.float-up {
    opacity: 0;
    transform: translateY(45px);
    animation: floatUp 0.8s ease-out forwards;
}

@keyframes floatUp {
    from {
        opacity: 0;
        transform: translateY(45px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*scroller*/
/* Elements start hidden */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}
    /* Elements visible when scrolled into view */
    .animate-on-scroll.visible {
        opacity: 1;
        transform: translateY(0);
    }
/*scroller*/


@media (max-width: 1150px) {
    .table .row .cell .services-right {
        max-width: 600px;
    }
}
@media (max-width: 950px) {
    .services-home .table .row .cell, .services-home .table .row, .services-home .services-home .table {
        display: block;
    }
    .table .row .cell-left, .table .row .cell-right {
        width: 100%;
        max-width: 100%;
    }
    .table .row .cell .services-right {
        max-width: 800px;
    }
    .services-left {
        padding: 10px 10px 10px 10px;
        max-width: calc(100% - 20px);
        min-width: unset;
        float: none;
    }
    .appt-mid img {
        position: absolute;
        margin: -130px 0px 0px -85px;
        height: 223px;
    }
}
    @media (max-width: 850px) {
        .slidecontainer .pagerleft {
            display: block;
            width: 50px;
            height: 55px;
            top: unset;
            width: 42px;
            height: 60px;
            cursor: pointer;
            bottom: 15px;
        }

        .slidecontainer .pagerright {
            display: block;
            width: 50px;
            height: 55px;
            top: unset;
            width: 42px;
            height: 60px;
            cursor: pointer;
            bottom: 15px;
        }
        .appt-mid img {
            position: relative;
            margin: auto;
             
            display: block;
            height: 150px;
        }
        .appt-mid .table .row .firstwbg {
            width: 100%;
        }
        .appt-mid .table .row .cell {
              padding: 0px;  
            vertical-align: middle;
        }
    }
@media (max-width: 600px) {
    .table .row .cell .services-right {
        max-width: 390px;
    }
    .service-box {
        width: 100%;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
        .service-box .inner-box {
            float: none;
            width: calc(100% - 40px);
            margin: auto;
        }
        .service-box .box-text {
            float: none;
            width:  100%;
            padding: 20px 0px 0px 0px;
        }
    .slidecontainer .pagerleft {
        bottom: 0px;
    }
    .slidecontainer .pagerright {
        bottom: 0px;
    }
    .bttnmoreinfo {
        width: calc(100% - 150px);
        margin: auto;
    }

    .testimonials .midblock-testimonials {
        padding: 0px 10px 0px 10px;
    }
    .testimonials .calloutbox {
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .testimonials .slidecontainer .pagerleft {
        display: block;
        position: absolute;
        top: unset;
        z-index: 1;
        left: -20px;
        bottom: -60px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        text-align: center;
        border: 0;
    }
    .testimonials .slidecontainer .pagerright {
        display: block;
        position: absolute;
        top: unset;
        z-index: 1;
        right: -20px;
        bottom: -60px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        text-align: center;
        border: 0;
    }
    .midblock-services .service-box {
        display: inline-block;
        padding: 0px 20px 20px 20px;
        text-align: center;
        min-width: unset;
        max-width: calc(100% - 40px);
        margin: 0px 0px 30px 0px;
    }
    .pagecontent .services-home-other .holder {
        padding: 0px;
    }
}