@import url('zhtml.css?v=10');
@import url('../f/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

BODY {
    color: #242A2C;
    font-family: 'Salvo Sans Lt', sans-serif;
    font-size: 22.4px;
    font-weight: 400;
    position: relative;
    }

HEADER {
    border-top: 4px solid #a2b0ba;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    overflow: hidden;
    }

    HEADER SECTION {
        max-width: 720px;
        }

MAIN {}

    MAIN SECTION {
        margin: 24px auto;
        }

FOOTER {
    font-size: 12px;
    border-top: 2px solid #005b81;
    }

    FOOTER SECTION {
        margin: 2em auto;
        }

H1, H2, H3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -.02em;
    }

H1 {
    font-size: 40px;
    text-align: center;
    margin: 18px 0 10px;
    }

H2 {
    font-size: 30px;
    text-align: left;
    margin: 1em 0 .75em;
    }

H3 {
    font-size: 24px;
    line-height: 1.35em;
    margin: 1.25em 0 1em;
    }

.arrowed {
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: .75em 1em;
    margin: 1em 0 1.5em;
    position: relative;
    z-index: 0;
    }

    .arrowed .arrow {
        background-image: url(../i/arrowed-arrow.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 23px;
        position: absolute;
        bottom: -16px;
        left: 0px;
        right: 0px;
        }

    .arrowed STRONG {
        color: #ffea00;
        font-weight: 900;
        }

.insertion.logo {
    margin: 24px 0;
    }

.cdate {
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background-color: #a2b0ba;
    padding: .5em 1em;
    margin: 0 .25em;
    position: absolute;
    top: 0px;
    right: 2vw;
    z-index: 9999;
    }

.ctrl-toggle {
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 1.25em;
    vertical-align: middle;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #aaa;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.35);
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.35);
    padding: 2px;
    margin: 0 .75em;
    display: inline-block;
    overflow: hidden;
    }

    .ctrl-toggle A {
        color: #fff;
        text-decoration: none;
        vertical-align: middle;
        padding: .15em .75em;
        display: inline-block;
        }

    .ctrl-toggle B {
        color: #666;
        font-weight: normal;
        vertical-align: middle;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #eee;
        -webkit-box-shadow: inset 0 -1px 2px 0 rgba(0,0,0,.25);
        box-shadow: inset 0 -1px 2px 0 rgba(0,0,0,.25);
        padding: .15em .75em;
        display: inline-block;
        }

.visual {
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: .25em 0;
    }

.mxbox {
    font-size: 90%;
    border: 1px solid #ffeeaa;
    background-color: #fff7d1;
    padding: .5em 30px;
    margin: 1.5em 0;
    overflow: hidden;
    }

.mxbox.type-2 {
    color: #fff;
    border: 7px solid #5d9eca;
    -webkit-border-radius: 3px;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.25);
    background-color: #36729d;
    background-image: url(../i/mxbox-type-2-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.price {
    color: #060;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin: 0;
    }

.narrow {
    margin: 0 150px;
    position: relative;
    z-index: 999;
    }

    .narrow .insertion.right {
        margin-right: -150px;
        }

    .narrow .insertion.left {
        margin-left: -150px;
        }

.highlight {
    color: #fff;
    background-color: #83ade3;
    background-image: url(../i/highlight-corner.png?v=2);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 1px 20px;
    margin: 1em -20px;
    }

    .highlight .price {
        color: #ffea00;
        }

.highlight-2 {
    color: #000;
    border: 2px solid #fbe1a1;
    background-color: #fff5bf;
    padding: 1px 20px;
    margin: 1em -20px;
    }

/* Carousel */

.slick-prev:before,
.slick-next:before {
    color: #fff !important;
    }

.before-after-container {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #83ade3;
    overflow: hidden;
    }

UL.before-after {
    margin: 2em auto 3em !important;
    max-width: 720px;
    }

    UL.before-after LI {
        text-align: center !important;
        }

        UL.before-after LI IMG {
            max-width: 720px;
            max-height: 500px;
            display: inline-block;
            }

UL.before-after-stack {
    margin: 0;
    }

    UL.before-after-stack LI {
        list-style: none;
        text-align: center !important;
        margin: 1em 0;
        }

        UL.before-after-stack LI IMG {
            border: 10px solid #83ade3;
            -webkit-border-radius: 12px;
            border-radius: 12px;
            max-width: 720px;
            max-height: 500px;
            display: inline-block;
            }












