﻿/* ========================================= */
/* Genreal Style */

#content h1 {
    font-size: 2.429em;
    color: #a1338c;
    margin: 1em 0 0.6em;
    /* padding-left: 30px;
	background: url(/siteassets/img/bullet_page_title.png) 0 30px no-repeat; */
    border-bottom: 1px solid #a1338c;
    font-weight: normal;
    line-height: 1.2em;
    padding: 0.294em 0 0.884em;
}

    #content h1.section_title, h1.section_title {
        font-size: 4.55em;
        color: #a1338c;
        margin: 0 0 0.16em;
        padding: 0;
        background: none;
        border-bottom: none;
    }

.theme-orange #content h1 {
    border-bottom: none;
    padding: 0;
}

    .theme-orange #content h1.section_title, .theme-orange h1.section_title {
        color: #f26522;
    }

h1.section_title {
    padding-top: 1.3em;
    position: absolute;
    z-index: 10;
    font-weight: normal;
    left: 49%;
    /* text-align:right; */
}

.theme-orange h1#rep1200-h1 {
    position: relative;
    height: 200px;
    margin-bottom: 20px;
}

    .theme-orange h1#rep1200-h1 span#rep1200-h1-text {
        background: url('/siteassets/img/headline_1200rep.png') center center;
        display: block;
        width: 100%;
        height: 67px;
        font-size: 0;
        text-indent: -9999px;
        position: absolute;
        top: 50%;
        margin-top: -33.5px;
    }

    .theme-orange h1#rep1200-h1 span#rep1200-h1-logo {
        width: 185px;
        height: 200px;
        background: url('/siteassets/img/icon_product_1200rep.png') center center;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -92.5px;
        font-size: 0;
        text-indent: -9999px;
    }

#content h2 {
    /*font-size: 2em;
	 padding-left: 30px;
	background: url(/siteassets/img/bullet_page_title.png) 0 25px no-repeat; */
    /* border-bottom: 1px solid #a1338c; */
    font-size: 2em;
    color: #a1338c;
    line-height: 1.2em;
    margin: 1.429em 0 0.714em;
    font-weight: normal;
}

    #content h2.page_title {
        color: #fff;
        background-color: #a1338c;
    }

    #content h2.location_title {
        padding: 15px 20px;
        background-color: #fbf3f9;
    }

#content h3 {
    /*
	margin: 1.667em 0 0.833em;
	*/
    font-size: 1.5em;
    color: #b74ea3;
    font-weight: normal;
    line-height: 1.2em;
}

#content h4 {
    font-size: 1.15em;
    color: #411e37;
    margin: 1.9em 0 0.65em;
    font-weight: 600;
}

#content h5 {
    font-size: 1.15em;
    color: #888;
    margin: 1.9em 0 0.65em;
}

#content p {
    font-size: 1em;
    color: #333;
    margin: 0 0 0.1em;
}

    #content p.last_p {
        margin-bottom: 0;
    }

    #content p.lead {
        font-size: 1.43em;
        margin: 0 0 0.75em;
        color: #000;
    }

    #content p.remark {
        font-size: 0.87em;
        margin-bottom: 1.3em;
        color: #888;
    }

#content ul {
    /* list-style:disc; */
    list-style-type: none;
    margin: 0 0 1.44em 0;
}

    #content ul > li {
        padding-left: 1.68em;
        background: url(/siteassets/img/bullet_circle.gif) 0.68em 0.75em no-repeat;
        margin-bottom: 0.4em;
    }

    #content ul.good_list > li {
        color: #411e37;
        font-size: 1.15em;
    }

    #content ul ul.lv2 {
        margin: 1.1em 0 1.1em 0;
    }

    #content ul ol.lv2, #content ul ol.lv3, #content ol ul.lv2, #content ol ul.lv3 {
        margin-top: 1.1em;
    }

        #content ul ul.lv2 li, #content ol ul.lv2 li, #content ol ul.lv3 li {
            padding-left: 1.85em;
            background-position: 0.85em 0.75em;
        }

    #content ul ul.lv3 {
        margin: 1.1em 0 1.1em 0;
    }

        #content ul ul.lv3 li {
            padding-left: 1.85em;
        }

#content ol {
    list-style: decimal;
    margin: 0 0 1.44em 1.88em;
}

    #content ol li {
        padding-left: 0.4em;
        margin-bottom: 0.4em;
    }

    #content ol ol.lv2 {
        margin: 1.1em 0 1.1em 1.45em;
    }

        #content ol ol.lv2 li {
            padding-left: 0.4em;
        }

    #content ol ol.lv3 {
        margin: 1.1em 0 1.1em 1.45em;
    }

        #content ol ol.lv3 li {
            padding-left: 0.4em;
        }

#content div.table_wrapper {
    margin: 1.44em 0;
    padding: 0;
    overflow-x: auto;
    width: 100%;
}

    #content div.table_wrapper table {
        margin: 0;
    }

#content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1.44em 0;
    padding: 0;
    background-color: #fff;
}

    #content table th {
        border: 1px solid #ccc;
        padding: 0.75em 1.1em;
        text-align: left;
        border-bottom-width: 2px;
        vertical-align: top;
        color: #a1338c;
    }

    #content table td {
        border: 1px solid #ccc;
        padding: 0.75em 1.1em;
        vertical-align: top;
    }

        #content table td ul {
            margin-left: 1.44em;
        }

        #content table td ol {
            margin-left: 1.44em;
        }

    #content table.color_table tr:nth-child(odd) {
        background-color: #fbf3f9;
    }

    #content table.color_table tr:nth-child(even) {
        background-color: #fff;
    }

    #content table.color_table th {
        color: #fff;
        background-color: #a1338c;
        border-color: #e8aedc;
    }

    #content table.color_table td {
        border-color: #e8aedc;
    }

    #content table.no_border_table th, #content table.no_border_table td {
        border: 0;
    }

    #content table.th_left th {
        border-right-width: 2px;
        border-bottom-width: 1px;
    }

    #content table.color_table.th_left tr:nth-child(odd), #content table.color_table.th_left tr:nth-child(even) {
        background-color: #fff;
    }

    #content table.form_table th {
    }

    #content table.form_table td {
        padding: 0.5em 1.1em;
    }

    #content table.form_table p {
        margin-top: 0.4em;
    }

    #content table.form_table input[type="text"], #content table.form_table input[type="password"] {
        color: #333;
        width: 100%;
        padding: 0.45em 0.75em;
        border: 1px solid #ddd;
        -webkit-transition: border-color 0.25s ease-in-out;
        transition: border-color 0.25s ease-in-out;
    }

        #content table.form_table input[type="text"]:focus, #content table.form_table input[type="password"]:focus {
            width: 100%;
            border-color: #fff;
            border-bottom: 1px solid #be64b8;
        }

        #content table.form_table input[type="text"]:-ms-input-placeholder, #content table.form_table input[type="password"]:-ms-input-placeholder {
            color: #999;
        }

    #content table.form_table textarea {
        color: #333;
        width: 100%;
        padding: 0.35em 0.75em;
        border: 1px solid #ddd;
        -webkit-transition: border-color 0.25s ease-in-out;
        transition: border-color 0.25s ease-in-out;
    }

        #content table.form_table textarea:focus {
            border-color: #be64b8;
            border-bottom: 1px solid #be64b8;
        }

    #content table.form_table select {
        width: 100%;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 0.45em 0.75em;
        -webkit-transition: border-color 0.25s ease-in-out;
        transition: border-color 0.25s ease-in-out;
        padding-left: 0.45em;
    }

    #content table.form_table option {
        padding-left: 0.75em;
        color: #000;
    }
    /* #content table.form_table option,  */ #content table.form_table optgroup {
        /* width:100%; */
        padding: 0.45em 0.75em;
        color: #333;
        font-style: normal;
    }
    /* #content table.form_table optgroup option{
	padding-left: 10px;
} */
    #content table.form_table select:focus {
        border-color: #be64b8;
    }

    #content table.form_table label {
        display: inline-block;
        padding: 0.4em 1.44em;
    }

        #content table.form_table label input[type="checkbox"], #content table.form_table label input[type="radio"] {
            margin: 0.45em 0 0 -1.44em;
            position: absolute;
        }

#content .txt_right {
    text-align: right !important;
}


/* ========================================= */
/* Additional Style */

#content .btn_group {
    display: block;
    overflow: hidden;
    margin-left: 0;
}

    #content .btn_group a, #content .btn_group button, #content .btn_group input[type=submit] {
        display: inline-block;
        font-size: 1.3em;
        color: #fff;
        background-color: #a1338c;
        text-decoration: none;
        text-align: center;
        padding: 0.4em 0.6em;
        margin-left: 1.1em;
        width: 182px;
        /* float:left; */
        -webkit-transition: background-color 0.25s ease-out;
        transition: background-color 0.25s ease-out;
        margin-bottom: 10px;
    }

        #content .btn_group a:hover, #content .btn_group button:hover, #content .btn_group input[type=submit]:hover {
            background-color: #bf4eae;
        }

        #content .btn_group a.btn_grey, #content .btn_group button.btn_grey {
            background-color: #888;
        }

            #content .btn_group a.btn_grey:hover, #content .btn_group button.btn_grey:hover {
                background-color: #aaa;
            }

#content table.form_table .tnc {
    background-color: #fbf3f9;
    padding: 20px 15px;
    display: none;
}

#content div.example_wrap {
    position: relative;
    display: table;
    margin-bottom: 20px;
}

    #content div.example_wrap > div {
        /* margin-left: 40px; */
        /* float: left; */
        display: table-cell;
        padding-left: 40px;
        vertical-align: top;
    }

        #content div.example_wrap > div.image_zone {
            padding-left: 0;
        }

        #content div.example_wrap > div:first-child {
            /* margin-left: 0; */
            padding-left: 0;
        }

        #content div.example_wrap > div.title {
            width: 300px;
            vertical-align: middle;
        }

            #content div.example_wrap > div.title h3 {
                margin-top: 0;
            }

    #content div.example_wrap div.image_wrap {
        width: calc((100% - 80px) / 2);
        float: left;
        padding-left: 40px;
    }

        #content div.example_wrap div.image_wrap:nth-child(2n+1) {
            clear: left;
        }

        #content div.example_wrap div.image_wrap div.description {
            position: relative;
            width: 100%;
            display: inline-block;
            margin-top: 5px;
        }

            #content div.example_wrap div.image_wrap div.description h4 {
                margin: 0;
            }

            #content div.example_wrap div.image_wrap div.description div.txt_right {
                width: 100%;
                clear: both;
                margin-top: 40px;
            }

    #content div.example_wrap .ba-slider {
        position: relative;
        overflow: hidden;
    }

        #content div.example_wrap .ba-slider img {
            width: 100%;
            display: block;
        }

    #content div.example_wrap .resize {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        overflow: hidden;
    }


    #content div.example_wrap .handle { /* Thin line seperator */
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        margin-left: -1px;
        background: rgba(0,0,0,.5);
        cursor: ew-resize;
    }

        #content div.example_wrap .handle:after { /* Big orange knob  */
            position: absolute;
            top: 50%;
            width: 50px;
            height: 50px;
            margin: -25px 0 0 -25px;
            content: '';
            background: url(/siteassets/img/photo_compare_btn.png) 0 0 no-repeat; /* @orange */
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    #content div.example_wrap .draggable:after {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }

/* faq below */
#content .faq_accordion {
    list-style-type: none;
    margin-left: 0;
}

    #content .faq_accordion .list_item div.list_header {
        cursor: pointer;
        background: #faf4f8;
        position: relative;
        overflow: hidden;
    }

        #content .faq_accordion .list_item div.list_header:hover td {
            color: #c476b5;
        }

            #content .faq_accordion .list_item div.list_header:hover td.qa {
                color: #411e37;
            }

        #content .faq_accordion .list_item div.list_header span.arrow {
            border-right: 1px solid #ab4a98;
            border-top: 1px solid #ab4a98;
            content: "";
            height: 15px;
            position: absolute;
            right: 20px;
            top: 23px;
            -ms-transform: rotate(135deg); /* IE 9 */
            -webkit-transform: rotate(135deg); /* Safari */
            transform: rotate(135deg);
            transition: transform 0.25s ease-out 0s;
            width: 15px;
            z-index: 4;
        }

        #content .faq_accordion .list_item div.list_header:hover span.arrow {
            border-color: #c476b5;
        }

    #content .faq_accordion .list_item.selected div.list_header span.arrow {
        -ms-transform: rotate(-45deg); /* IE 9 */
        -webkit-transform: rotate(-45deg); /* Safari */
        transform: rotate(-45deg);
        top: 32px;
    }

    #content .faq_accordion > li {
        margin-bottom: 15px;
    }

#content ul.faq_accordion > li {
    background-image: none;
    padding-left: 0;
}

#content .faq_accordion > li > div.list_header {
    display: table;
    width: 100%;
}

    #content .faq_accordion > li > div.list_header > div {
        display: table-cell;
        background: #faf4f8;
        position: relative;
        z-index: 3;
        color: #ab4a98;
        padding: 8px;
        padding-left: 10px;
        padding-right: 50px;
        -webkit-transition: color 0.25s ease-out 0s;
        transition: color 0.25s ease-out 0s;
        vertical-align: middle;
        font-size: 1.45em;
    }

        #content .faq_accordion > li > div.list_header > div:hover {
            color: #c476b5;
        }

        #content .faq_accordion > li > div.list_header > div.qa {
            width: 40px;
            padding: 8px 20px;
            /* padding-left: 60px; */
            background: #f0d9eb;
            position: relative;
            z-index: 4;
            color: #411e37;
            /* left: -40px; */
            left: -20px;
            padding-left: 40px;
            -ms-transform: skew(-20deg); /* IE 9 */
            -webkit-transform: skew(-20deg); /* Safari */
            transform: skew(-20deg);
            font-size: 2.15em;
        }

            #content .faq_accordion > li > div.list_header > div.qa span {
                display: block;
                -ms-transform: skew(20deg); /* IE 9 */
                -webkit-transform: skew(20deg); /* Safari */
                transform: skew(20deg);
            }

            #content .faq_accordion > li > div.list_header > div.qa:hover {
                color: #411e37;
            }
/* #content .faq_accordion>li>div.list_header>div.qa:after{
	position: absolute;
	content: '';
	right: -19px;
	height: 100%;
	width: 22px;
	background: #F0D9EB;
	top: 0;
	 -ms-transform: skew(-20deg); IE 9
    -webkit-transform: skew(-20deg); Safari
    transform: skew(-20deg);
    z-index: 2;
    border-right: 40px solid #faf4f8;
} */
#content .faq_accordion > li table {
    margin: 0;
}

    #content .faq_accordion > li table td {
        border: none;
        background: #FAF4F8;
        color: #ab4a98;
        position: relative;
        padding-left: 40px;
        padding-right: 50px;
        -webkit-transition: color 0.25s ease-out 0s;
        transition: color 0.25s ease-out 0s;
    }

        #content .faq_accordion > li table td:before {
            content: '';
            position: absolute;
            left: -22px;
            height: 100%;
            width: 44px;
            background: #F0D9EB;
            top: 0;
            -ms-transform: skew(-20deg); /* IE 9 */
            -webkit-transform: skew(-20deg); /* Safari */
            transform: skew(-20deg);
            z-index: 1;
        }

        #content .faq_accordion > li table td.qa:before {
            display: none;
        }

        #content .faq_accordion > li table td.qa {
            background: #F0D9EB;
            width: 30px;
            color: #411e37;
            padding-right: 0;
            z-index: 3;
            padding-left: 15px;
        }

#content ol.faq_accordion > li table {
    display: inline-table;
}

#content .faq_accordion .list_item div.list_content {
    overflow: hidden;
    /* background: #f6f6f6;
	border-bottom: 1px solid #dde9eb; */
}

    #content .faq_accordion .list_item div.list_content div.list_content_inner {
        padding: 10px 20px;
        font-size: 1.15em;
    }

#content .faq_accordion ol {
    margin-top: 0;
    margin-bottom: 20px;
}

#content div.txt_center, #content .txt_center {
    text-align: center;
}

#content .f_left {
    float: left;
}

/* about section start */
#content div.about_wrap {
    display: table;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.about_wrap.type2 {
    width: unset !important;
}

#content div.about_wrap.type2 h3 {
    font-size: 1.3em;
}

#content div.about_wrap > div {
    display: table-cell;
    vertical-align: top;
}

    #content div.about_wrap > div.image {
        width: 190px;
    }

        #content div.about_wrap > div.image.type2 {
            width: 200px;
            padding-top: 30px;
        }

    #content div.about_wrap > div div.video_wrap {
        display: block;
        position: relative;
    }

        #content div.about_wrap > div div.video_wrap > span {
            display: block;
            clear: both;
            padding-top: 5px;
        }

    #content div.about_wrap > div a.fancy_pop_video {
        display: block;
        position: relative;
        text-decoration: none;
        float: left;
        width: 100%;
        max-width: 320px;
        line-height: 0;
    }

        #content div.about_wrap > div a.fancy_pop_video img {
            position: relative;
            width: 100%;
        }

        #content div.about_wrap > div a.fancy_pop_video span {
            display: block;
            color: #333;
            text-decoration: none;
        }

            #content div.about_wrap > div a.fancy_pop_video span.layer {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: #000;
                opacity: 0.2;
            }

            #content div.about_wrap > div a.fancy_pop_video span.playbutton {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 180px;
                height: 180px;
                background: url(/siteassets/img/video_btn.png) 0 0 no-repeat;
                margin-left: -90px;
                margin-top: -90px;
                -ms-transform: scale(0.5); /* IE 9 */
                -webkit-transform: scale(0.5); /* Safari */
                transform: scale(0.5);
                -ms-transform-origin: 50% 50%; /* IE 9 */
                -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
                transform-origin: 50% 50%;
                z-index: 2;
            }

        #content div.about_wrap > div a.fancy_pop_video:hover span.playbutton {
            background-position: 0 -180px;
        }

    #content div.about_wrap > div h3 {
        margin-bottom: 0;
    }

#content div.about_wrap.how_wrap {
    max-width: 650px;
    margin-bottom: 0;
}

    #content div.about_wrap.how_wrap > div.image {
        width: 135px;
        height: 145px;
    }

    #content div.about_wrap.how_wrap > div.how_desc {
        vertical-align: middle;
        position: relative;
        top: -10px;
    }

        #content div.about_wrap.how_wrap > div.how_desc span {
            display: inline-block;
            padding: 10px 15px;
            background: #a1338c;
            color: #fff;
        }

            #content div.about_wrap.how_wrap > div.how_desc span.right_corner {
                padding-right: 25px;
                border-top-right-radius: 100px;
                border-bottom-right-radius: 100px;
            }

            #content div.about_wrap.how_wrap > div.how_desc span.left_corner {
                padding-left: 25px;
                border-top-left-radius: 100px;
                border-bottom-left-radius: 100px;
            }

#content div.about_tab_wrap {
    position: relative;
    background: #FAF3FA;
    min-width: 100%;
    /* min-height: 100px; */
    padding: 35px 30px 0;
}

    #content div.about_tab_wrap div.tab_control {
        display: table;
        margin: 0 auto;
        margin-bottom: 25px;
    }

        #content div.about_tab_wrap div.tab_control > div {
            display: table-cell;
            vertical-align: middle;
        }

            #content div.about_tab_wrap div.tab_control > div a {
                display: inline-block;
                width: 155px;
                height: 155px;
                border: 5px solid #A1338C;
                text-align: center;
                border-radius: 50%;
                line-height: 155px;
                font-size: 34px;
                text-decoration: none;
                background: #A1338C;
                color: #fff;
                margin: 0 10px;
            }

            #content div.about_tab_wrap div.tab_control > div span {
                display: inline-block;
                width: 8px;
                height: 8px;
                background: #C693BC;
                margin: 0 5px;
                border-radius: 50%;
            }

            #content div.about_tab_wrap div.tab_control > div a.active, #content div.about_tab_wrap div.tab_control > div a:hover {
                border-color: #E4C4E0;
                color: #ab4a98;
                background: #fff;
            }

    #content div.about_tab_wrap div.tab_content {
        padding: 0 40px;
        padding-bottom: 25px;
        text-align: center;
        max-width: 910px;
        margin: 0 auto;
    }

.thermage-cpt-Img-Blk span.down_arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-left: 1px solid #a1338c;
    border-bottom: 1px solid #a1338c;
    opacity: 0.4;
    position: relative;
    margin-top: -15px;
    margin-bottom: 5px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}

.thermage-cpt-Img-Blk .txt_center.how_arrow {
    text-align: center;
}
/* about section end  */

/* contact us section start */
#content #map {
    float: right;
    width: 300px;
    height: 472px;
    margin-bottom: 20px;
    position: relative;
    /* height: 0;
	padding-top: 50%; */
}

    #content #map iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

#content div.contact {
    float: left;
}

    #content div.contact h4:first-child {
        margin-top: 0;
    }

/* contact us section end */

/* safety section start */
#content div.safety_wrap {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

    #content div.safety_wrap > div {
        display: table-cell;
        vertical-align: middle;
    }

        #content div.safety_wrap > div.image {
            width: 220px;
            text-align: right;
            vertical-align: top;
        }
/* safety section end */

/* treatment center start */
#content div.goods_wrap {
    width: 80%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

#content div.goods_wrap_float {
    width: 80%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

#content div.goods_wrap.float > div {
    display: table-cell;
    vertical-align: middle;
}

    #content div.goods_wrap.float > div.image {
        width: 260px;
        text-align: right;
        vertical-align: top;
    }

#content div.good_full_wrap {
    position: relative;
    background: #FAF3FA;
    min-width: 100%;
    min-height: 100px;
    padding: 20px 30px 0;
    margin-bottom: 30px;
}

    #content div.good_full_wrap div.content_zone {
        padding: 0;
        padding-bottom: 35px;
        max-width: 940px;
        margin: 0 auto;
    }

        #content div.good_full_wrap div.content_zone > div.inner_wrap {
            width: 80%;
            margin: 0 auto;
        }

            #content div.good_full_wrap div.content_zone > div.inner_wrap > div {
                display: table-cell;
                vertical-align: top;
            }

                #content div.good_full_wrap div.content_zone > div.inner_wrap > div h3 {
                    margin-top: 10px;
                    margin-bottom: 20px;
                }

                #content div.good_full_wrap div.content_zone > div.inner_wrap > div.image {
                    width: 340px;
                    line-height: 0;
                    padding-top: 10px;
                }

#content div.location_wrap {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 40px;
}

    #content div.location_wrap p {
        display: inline-block;
        margin-bottom: 0;
    }

        #content div.location_wrap p.tel {
            margin-left: 50px;
        }
/* treatment center end */

#content #refresh_captcha {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/siteassets/img/btn_refresh.gif) 0 0 no-repeat;
    text-indent: -99999px;
    position: relative;
    top: -11px;
    margin-left: 10px;
}

    #content #refresh_captcha:hover {
        background-position: 0 -30px;
    }


.theme-orange #content_wrap:after {
    height: 340px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 85px;
    content: '';
    background: url('/siteassets/img/footer_graphic_1200rep.png') bottom center no-repeat;
}

.theme-orange #rep1200-image-wrap {
    width: 100%;
    position: relative;
    display: table;
    color: #333;
}

    .theme-orange #rep1200-image-wrap .rep1200-image {
        margin: 0 auto;
        width: 100%;
        height: 640px;
        display: block;
    }

    .theme-orange #rep1200-image-wrap .rep1200-image-caption {
        display: block;
        position: absolute;
        top: 45%;
        width: 200px;
        left: 50%;
        padding-left: 95px;
    }

    .theme-orange #rep1200-image-wrap .rep1200-image-remark {
        padding-top: 30px;
    }

.centerVideo {
    text-align: center;
}

    .centerVideo .mejs-container {
        margin: 0 auto;
    }

    .centerVideo span {
        display: block;
        clear: both;
        padding-top: 5px;
    }

/* flx section start */
#content div.flx_wrap {
    width: 85%;
    position: relative;
    display: table;
    margin: 0 auto;
}

    #content div.flx_wrap > div {
        display: table-cell;
        vertical-align: top;
    }

        #content div.flx_wrap > div.image {
            width: 280px;
            text-align: right;
            vertical-align: top;
        }

        #content div.flx_wrap > div .flxItem {
            display: table;
            table-layout: fixed;
            width: 90%;
            margin-bottom: 20px;
        }

            #content div.flx_wrap > div .flxItem > div {
                display: table-cell;
                vertical-align: middle;
                background: #faf4f8;
                padding-right: 30px;
                border-top-right-radius: 60px;
                border-bottom-right-radius: 60px;
                padding-left: 10px;
            }

                #content div.flx_wrap > div .flxItem > div ul, #content div.flx_wrap > div .flxItem > div ul li:last-child {
                    margin-bottom: 0;
                }

                #content div.flx_wrap > div .flxItem > div h3 {
                    margin-bottom: 7px;
                    font-size: 1.286em;
                }

                #content div.flx_wrap > div .flxItem > div.icon {
                    width: 120px;
                    padding-left: 0;
                    padding-right: 0;
                    vertical-align: top;
                    border-top-left-radius: 60px;
                    border-bottom-left-radius: 60px;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

                    #content div.flx_wrap > div .flxItem > div.icon span {
                        display: block;
                        width: 120px;
                        height: 120px;
                        border-radius: 50%;
                        background: #fff;
                        overflow: hidden;
                        line-height: 0;
                    }

                #content div.flx_wrap > div .flxItem > div h3 {
                    margin-top: 0;
                }
/* safety section end */
#content div.flexWrap {
    display: flex;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 690px;
    width: 100%;
    border: 3px solid #A1328A;
    background-color: #faf4f8;
    border-radius: 100px;
    padding: 17px 47px;
    align-items: center;
    box-sizing: border-box;
}

    #content div.flexWrap.history {
        width: calc(100% + 50px);
        border: 0;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        align-items: initial;
        max-width: none;
        margin-left: -50px;
        margin-top: 10px;
    }

        #content div.flexWrap.history > div {
            width: calc((100% - 200px) / 4);
            margin-left: 50px;
            position: relative;
        }

            #content div.flexWrap.history > div:before {
                content: '';
                position: absolute;
                width: 24px;
                height: 24px;
                left: -35px;
                top: calc(50% + 105px);
                transform: translateY(-50%);
                background: url(/siteassets/img/arrow.png) 0 0 no-repeat;
            }

            #content div.flexWrap.history > div:first-child:before {
                display: none;
            }

        #content div.flexWrap.history .innerFlex > div:first-child {
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            padding-bottom: 20px;
            height: 255px;
        }

        #content div.flexWrap.history .iImg {
            line-height: 0;
            text-align: center;
        }

        #content div.flexWrap.history .icons div:not(.iImg) {
            text-align: center;
        }

            #content div.flexWrap.history .icons div:not(.iImg) span {
                display: inline-block;
                padding: 5px 20px;
                color: #a1338c;
                font-size: 1.25em;
            }

        #content div.flexWrap.history .icons div.active:not(.iImg) span {
            background-color: #a1338c;
            color: #fff;
            font-size: 1.5em;
        }

        #content div.flexWrap.history .iImg img {
            max-width: 100%;
            margin-bottom: 20px;
        }

    #content div.flexWrap div.icon {
        line-height: 0;
        padding-right: 40px;
    }

    #content div.flexWrap div h3 {
        margin-top: 0;
        margin-bottom: 2px;
        font-size: 24px;
    }

    #content div.flexWrap div span {
        color: #b74ea3;
        display: block;
        margin-bottom: 5px;
    }

    #content div.flexWrap div *:last-child {
        margin-bottom: 0;
    }

#content div.d-table {
    display: table;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

    #content div.d-table > div {
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }

    #content div.d-table.col-3 > div {
        width: 33%;
        padding: 10px 30px;
        border-right: 1px solid rgba(183,78,163,0.3);
    }

        #content div.d-table.col-3 > div h3 {
            margin-bottom: 5px;
            margin-top: 15px;
            font-size: 1.5em;
        }

        #content div.d-table.col-3 > div:last-child {
            border-right: 0;
        }

        #content div.d-table.col-3 > div *:last-child {
            margin-bottom: 0;
        }

/* block*/

.block4 h4 {
    font-weight: 700;
    text-align: right;
    margin: 10px 0px;
}

#content p.remark {
    margin-bottom: 0;
}

.Form__MainBody input[type="text"], .Form__MainBody input[type="password"], .Form__MainBody select {
    color: #333;
    width: 100%;
    padding: 0.45em 0.75em;
    border: 1px solid #ddd;
    -webkit-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
}


.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
    display: none;
}

.EPiServerForms .Form__Element .Form__Element__Caption {
    width: 150px;
    color: #a1338c;
    font-weight: 700;
}

.Fname .Form__Element {
    display: contents;
}

.Fname {
    display: inline-block;
    width: calc(73% - 150px) !important;
}

.Lname {
    display: inline-block;
    width: calc(58% - 150px) !important;
    margin-left: 5px;
}

.Fname input {
    width: calc(100% - 150px) !important;
}

.labelCss, .inputCss, .mobboxCss label, .addressLabeldivCss, .addressInputdivCss {
    float: left;
}

.textboxcss {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

.inputCss, .mobboxCss .FormTextbox__Input, .addressInputdivCss, .addressdivCss input {
    width: calc(100% - 150px) !important;
}

.mobboxCss input {
    width: 83.5% !important;
}

.Fname label {
    float: left;
}

.Lname label {
    display: none !important;
}

.addressdivCss .FormTextbox {
    margin-bottom: 5px !important;
}

.EPiServerForms .FormChoice .FormChoice__Label {
    width: 100px;
}

.agegroup {
    margin-top: 15px;
}

.termsCss label {
    width: calc(100% - 150px) !important;
    float: right;
}

.subscribeCss {
    width: 100%;
    float: left;
}

    .subscribeCss legend {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .subscribeCss .FormChoice, .Submin-button button {
        width: calc(100% - 150px) !important;
        float: right;
    }

.Submin-button button, .FormResetButton {
    display: inline-block;
    font-size: 1.3em;
    color: #fff;
    background-color: #a1338c;
    text-decoration: none;
    text-align: center;
    padding: 0.4em 0.6em;
    margin-left: 1.1em;
    width: 160px;
    /* float: left; */
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    margin-bottom: 10px;
}

    .Submin-button button:hover {
        background-color: #bf4eae;
    }

    .FormResetButton:hover {
        background-color: #aaa;
    }

.FormResetButton {
    background-color: #888;
}

.Submin-button {
    width: 100%;
    max-width: 322px;
    float: left;
    margin-right: 20px;
}

.FormTextbox {
    margin: 0 0 0.9rem 0 !important;
}

.addressLabeldivCss {
    display: inline-block;
    text-align: left;
}

.addressdivCss.withoutlabel {
    text-align: right;
    display: block;
}

    .addressdivCss.withoutlabel label {
        display: none !important;
    }

.addressInputdivCss {
    display: inline;
    margin-bottom: 5px;
}

.agegroup legend {
    height: 55px;
}

.addressLabeldivCss label {
    word-break: keep-all;
}

label.Form__Element__Caption span, legend span {
    color: red;
}

.agegroup .FormChoice {
    border-bottom: 1px solid #ddd;
}

.tnc-section {
    width: calc(100% - 150px) !important;
    float: right;
    display: block;
    margin-bottom: 25px;
}

.subscribeCss legend {
    color: #333333 !important;
}

.FormHcaptcha {
    width: calc(100% - 150px) !important;
    float: right;
}



.Fname {
    display: block;
    width: 58% !important;
    position: relative;
    float: left;
    height: 51px;
}

    .Fname input {
        width: auto !important;
        position: absolute;
        left: 150px;
        right: 0%;
        top: 3px;
    }

.Lname input {
    position: absolute;
    right: 0;
    left: 59%;
}

.Lname {
    display: block;
    width: 42% !important;
    margin-left: 0px;
    position: relative;
    height: 40px;
    float: left;
}

    .Lname input {
        position: absolute;
        right: 0%;
        left: 5px;
        top: 3px;
        width: auto !important;
    }

.Form__Status {
    display: none;
}

.radio-img .block-1 {
    border-right: 1px solid rgba(183,78,163,0.3);
}

    .radio-img .block-1:last-child {
        border-right: none;
    }

.btn_group.txt_center.centerGroup {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.location_wrap h3 {
    margin-bottom: 20px;
}

.btn_group.txt_center.centerGroup sup {
    top: -13px;
}

li.hasChild sup {
    top: -3px;
}

ul#footer_nav sup {
    top: -12px;
}

sup.thermage {
    top: -2px !important;
}

#content h1 sup {
    top: -17px;
}

div#content h2 sup {
    top: -17px;
}

div#content p sup {
    top: -12px;
}

.thermage-cpt-Img-Blk {
    max-width: 630px;
    margin: 0 auto;
}

    .thermage-cpt-Img-Blk .blk-img {
        width: 22%;
        min-width: 135px;
    }

    .thermage-cpt-Img-Blk span.right_corner, .thermage-cpt-Img-Blk span.left_corner {
        padding: 4px 15px;
    }

.ThermageTotalTip .blk-img {
    min-width: 175px;
}

.ThermageTotalTip #content div.about_wrap.how_wrap {
    max-width: 749px;
    margin-bottom: 0;
}

.mob-left-right-space {
    padding: 0 20px;
}

div#banner_wrap h1 sup {
    top: -29px;
}

form {
    margin-top: 27px;
    padding-left: 15px;
}

.goods_wrap.float h3, .goods_wrap h3 {
    margin-bottom: 20px;
}

.AccuREP-sec p {
    margin-bottom: 16px !important;
}

.goods_wrap h3 {
    font-size: 24px !important;
}

.therHK-form-sec h4 sup {
    top: -12px;
}

.faq_accordion div sup {
    top: -12px;
}

.goods_wrap li sup {
    top: -12px;
}

.location_wrap h3 {
    font-size: 24px !important;
}

.location_wrap p {
    font-size: 14px !important;
}

.good_full_wrap.thermage-org-cert {
    background: #FAF3FA;
    min-width: 100%;
    min-height: 100px;
    padding: 20px 30px 30px;
    margin-bottom: 30px;
    float: left;
    display: block;
}

.thermage-org-cert .content_zone {
    padding: 0;
    padding-bottom: 35px;
    max-width: 940px;
    margin: 0 auto;
}

.thermage-org-cert .inner_wrap {
    width: 80%;
    margin: 0 auto;
}

    .thermage-org-cert .inner_wrap .image {
        width: 46%;
        line-height: 0;
        padding-top: 10px;
        display: inline-block;
        float: left;
    }

        .thermage-org-cert .inner_wrap .image img {
            width: 43%;
        }

            .thermage-org-cert .inner_wrap .image img:first-child {
                margin-right: 15px;
            }

.thermage-org-cert h3 {
    font-size: 1.714em;
    color: #b74ea3;
    margin: 0.6em 0 0.833em;
    font-weight: normal;
    line-height: 1.2em;
}

.org-cert-text {
    float: left;
    width: 54%;
}
ul#other_nav li a sup {
    top: -12px;
}
hr:not([size]) {
    height: 0px !important;
}
.AccuREP-sec {
    padding: 0 20px;
}
.privacy-content p {
    margin-bottom: 15px !important;
}
#content div.contact h4 {
    line-height: 29px;
}
#content div.contact p {
    margin-bottom: 16px;
}
@media screen and (max-width: 540px) {
    .agegroup legend {
        height: 110px;
    }

    .Lname {
        width: 28% !important;
    }

    .Fname {
        width: 72% !important;
    }

    .FormHcaptcha {
        width: 100% !important;
    }

    .FormResetButton {
        margin-left: 150px !important;
        width: 173px;
    }

    .side-blk .blk-img {
        width: 100%;
    }

    .block-1 .blk-para h3, .block-1 .blk-para p {
        text-align: left !important;
    }

    .thermage-flx-blk-sec .block-1 .blk-para h3, .thermage-flx-blk-sec .block-1 .blk-para p {
        text-align: center !important;
    }

    .block-1 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .thermage-flx-blk-sec {
        padding: 20px;
    }

    .flexWrap .blk-img {
        margin: 0;
    }

    .thermage-flx-blk-sec .flexWrap {
        padding: 30px 8px !important;
    }

    .thermage-flx-blk-sec section.block1 {
        padding-right: 0;
    }

    #content div.goods_wrap {
        margin-top: 40px;
    }

        #content div.goods_wrap p {
            margin-bottom: 15px;
        }

    .thermage-org-cert .inner_wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
    }

        .thermage-org-cert .inner_wrap .image {
            width: 100%;
        }

    .org-cert-text {
        float: left;
        width: 100%;
    }

    .thermage-org-cert .inner_wrap .image img {
        width: 47%;
    }
}
