﻿/*css*/


th,td
{
    /*text-align: center !important;*/
}

label {
   color:#fff !important;
}
.btn-exam
{
    font-size: 18px;
    padding: 10px 15px;
    margin: 15px 5px;
}

.btn-nav a
{
    padding: 5px 10px !important;
    border: none;
    color: #000 !important;
    /* margin: 5px; */
    margin: 10px 0px !important;
}

.btn-default a
{
    /*color:#000 !important;*/
}

.btnJoin
{
    color: #fff;
    font-size: 16px;
    width: 175px;
}

    .btnJoin ul
    {
        padding: 0px;
    }


.blog-bottom h4
{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0.5em;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
   color: #D5DDE5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.list-group-item{
      font-size: 18px;
}

.title
{
    background: url(../images/bg-title.png) repeat-x center 25px;
    text-transform: uppercase;
    font: 20px/46px 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
    /* color: #a1aeb0; */
    text-align: center;
    margin: 30px 0;
}

.plan a, .mbr-navbar__item a
{
    font-size: 15px;
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
    border: 1px solid #fff;
    color: #fff;
}

.panel-heading
{
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
    font-size: 21px;
    padding: 5px 15px;
}

.map p
{
    font-size: 15px;
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
    color: #fff;
}

.mbr-navbar__item
{
    padding: 5px;
}

.navbar-brand
{
    float: left;
    padding: 2px;
    font-size: 18px;
    /* line-height: 20px; */
    /* height: 60px; */
}

.brand-name
{
    color: #fff !important;
    display: inline-block;
    font-size: 1em;
}


.navbar-inverse .navbar-nav > li > a
{
    /*color: #fff !important;*/
}

.navbar-brand img
{
    display: inline-block;
    padding: 5px 15px;
    vertical-align: middle;
    max-width: 58px;
    /* max-height: 50px; */
}

.icon
{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

@media only screen and (max-width: 1921px) and (min-width: 1680px)
{
    .btnJoin
    {
        color: #fff;
        font-size: 16px;
        position: absolute;
        padding: 5px;
        right: 20%;
    }
}



@media only screen and ( min-width:1679px)
{
    #banner-1
    {
        background: url(../images/banner-1.jpg) no-repeat fixed;
        background-color: #15191c;
        background-size: 100%;
        padding: 15px;
        height: 600px;
        color: #fff;
    }
}



@media only screen and ( min-width:768px) and (max-width :1679px)
{
    #banner-1
    {
        background: url(../images/banner-1.jpg) no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding: 15px;
        height: 350px;
        color: #fff;
    }
}


@media (max-width: 767px)
{
    #banner-1
    {
        background: url(../images/banner-1.jpg) no-repeat;
        background-color: #fff;
        background-size: 100%;
        padding: 15px;
        color: #fff;
    }
}


.box-contain
{
    min-height: 160px;
}

.box
{
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    min-height: 182px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(237, 237, 237);
    -moz-border-image: initial;
    -o-border-image: initial;
    -webkit-border-image: initial;
    border-image: initial;
    padding: 15px 15px 15px 10%;
}

section p, section ul li, section ol li
{
    font-size: 1em;
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
    line-height: 30px;
    padding: 0px 20px;
}

#section-2 .col-md-4
{
    text-align: center;
}

.tip
{
    margin: 15px 0px;
    /* min-height: 200px; */
}

    .tip a
    {
        background-color: #1a89e7 !important;
        border: none;
        text-align: center;
        display: block;
        width: 220px;
        padding: 4px;
        margin: 10px auto;
    }

    .tip img
    {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        width: 200px;
        height: 200px;
    }

.dashed-border
{
    border-bottom: 1px dashed #ccc;
}

.form-control
{
    display: block;
    width: 100%;
    /* padding: 15px 18px; */
    font-size: 14px;
    line-height: 1.42857143;
    color: #373737;
    background-color: #f6f6f6;
    background-image: none;
    border: 2px solid #dddddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.heading-center
{
    text-align: center;
    /*color: rgb(255, 255, 255);*/
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
    margin: 5% 0px 5% 0px;
}

.center
{
    text-align: center;
}



.heading h2
{
    color: #e74c3c;
    font-size: 2em;
    line-height: 42px;
    font-weight: 600;
}

.heading p
{
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    max-width: 80%;
    margin: 3% auto;
    text-align: center;
}

.section-wrap .image
{
    text-align: center;
}

.color-white
{
    color: rgb(255, 255, 255) !important;
}


.hero_text
{
    color: rgb(217, 83, 79);
    font-size: 42px;
    font-weight: 600;
    /* left: -2px; */
    /* letter-spacing: 2px; */
    /* line-height: 40px; */
    /* padding-bottom: 20px; */
    /* position: relative; */
    /* top: 8px; */
    /* text-transform: uppercase; */
    /* margin: 5px 0px; */
}


.main-view
{
    background-image: url(../images/img-1921x650-1.jpg);
    position: fixed;
    /* top: 60px; */
    left: 0px;
    width: 100%;
    height: 800px;
    pointer-events: none;
    visibility: visible;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mbr-hero p
{
    color: #333;
    width: 80%;
    margin: 30px 0px;
    font-size: 18px;
}


.more
{
    text-align: center;
    margin: 10px 0px 25px 0px;
}

    .more a
    {
        font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
        font-size: 18px;
        margin: 25px 15px;
    }

    .more button
    {
        font-size: 18px;
        margin: 10px 15px;
    }

.marginbottom25
{
    margin-bottom: 25px;
}

.map a
{
    color: #fff;
}

.card-box
{
    margin-top: 20px;
}

    .card-box img
    {
        width: 100%;
        height: 105px;
    }


.effect i
{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    line-height: 44px;
    background: hsla(0, 0%, 0%, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    -moz-transition: opacity 0.25s, transform 0.25s;
    -o-transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.mbr-gallery-item .icon
{
    position: absolute;
    padding-left: 10px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .2s opacity ease-in-out;
    -moz-transition: .2s opacity ease-in-out;
    -o-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.mbr-gallery-item > a:hover .icon
{
    opacity: 1;
}

.modal-content .fa-expand
{
    display: none !important;
}

#section-2 h3
{
    color: #fff;
    height: 40px;
}

.pricing-table-1
{
    -moz-box-shadow: rgba(10, 10, 10, 0.0588235) 0px 1px 0px inset;
    -webkit-box-shadow: rgba(10, 10, 10, 0.0588235) 0px 1px 0px inset;
    box-shadow: rgba(10, 10, 10, 0.0588235) 0px 1px 0px inset;
    position: relative;
    background: rgb(240, 240, 240);
    overflow: hidden;
    padding: 25px;
}

    .pricing-table-1 .plan
    {
        -moz-box-shadow: rgba(10, 10, 10, 0.0588235) 0px 2px 2px;
        -webkit-box-shadow: rgba(10, 10, 10, 0.0588235) 0px 2px 2px;
        box-shadow: rgba(10, 10, 10, 0.0588235) 0px 2px 2px;
        color: rgb(72, 79, 90);
        padding-bottom: 39px;
        text-align: center;
        min-height: 300px;
        background: rgb(255, 255, 255);
        margin: 0px;
    }

    .pricing-table-1 .deep-green h3
    {
        background: rgb(26, 188, 156);
    }

/* ====== (2.4) Testimonial SECTION ===== */



.testimonial_wrapper
{
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: all 0.35s ease 0s, -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
    -moz-transition: all 0.35s ease 0s, transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
    -o-transition: all 0.35s ease 0s, transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
    transition: all 0.35s ease 0s, transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
}

.testimonial-name p
{
    color: #fff;
}

.testimonial_wrapper:hover .testimonial-content
{
    background-color: #1a89e7;
}

#testimonial
{
    padding: 75px 0px;
    background-color: #fff;
}

    #testimonial .section_title h2
    {
        color: #1a1a1a;
    }

    #testimonial .section_title p
    {
        color: #444444;
    }

.testimonials_row
{
    margin-top: 163px;
}

.testimonial-content
{
    background-color: #1a1a1a;
    height: 220px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
}

.testimonial-image
{
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -100px;
}

    .testimonial-image img
    {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        width: 200px;
        height: 200px;
    }

.testimonial-name
{
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 105px;
}

    .testimonial-name h4
    {
        text-transform: uppercase;
        font-size: 35px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: 400;
    }

.testimonial-text_content
{
    background-color: #f5f5f5;
    padding: 25px 30px;
    /* height: 440px; */
}

    .testimonial-text_content .fa-quote-left
    {
        position: absolute;
        color: #e7e6e6;
        font-size: 50px;
        margin-top: -10px;
        margin-left: -16px;
    }

    .testimonial-text_content p
    {
        color: #000;
        font-size: 1em;
        font-weight: 400;
        text-align: left;
        line-height: 30px;
        margin: 0px;
        position: relative;
        min-height: 280px;
    }

/* End Testimonial Section */

.blog-row
{
    margin: 0px;
    padding: 10px;
}

.gm-style .gm-style-mtc label, .gm-style .gm-style-mtc div
{
    font-weight: 400;
}

.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div
{
    font-size: 10px;
}

@media print
{
    .gm-style .gmnoprint, .gmnoprint
    {
        display: none;
    }
}

@media screen
{
    .gm-style .gmnoscreen, .gmnoscreen
    {
        display: none;
    }
}

.gm-style
{
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

    .gm-style img
    {
        max-width: none;
    }

@-webkit-keyframes _gm4976
{
    0%
    {
        -webkit-transform: translate3d(0px,-500px,0);
        -webkit-animation-timing-function: ease-in;
    }

    50%
    {
        -webkit-transform: translate3d(0px,0px,0);
        -webkit-animation-timing-function: ease-out;
    }

    75%
    {
        -webkit-transform: translate3d(0px,-20px,0);
        -webkit-animation-timing-function: ease-in;
    }

    100%
    {
        -webkit-transform: translate3d(0px,0px,0);
        -webkit-animation-timing-function: ease-out;
    }
}

.navbar-inverse .navbar-toggle .icon-bar
{
    background-color: #1a89e7;
}

/*自適應RWD*/

@media only screen and ( min-width:1680px) and (max-width :1921px)
{

    .banner
    {
        height: 100%;
        margin-top: 10%;
        display: block;
        min-height: 600px;
    }

    .container
    {
        /*width: 100%;*/
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav
    {
        /* float: right; */
        /* margin: 0; */
    }
}

@media only screen and ( min-width:1680px)
{
    .banner
    {
        height: 100%;
        margin-top: 10%;
        display: block;
        min-height: 600px;
    }

    .container
    {
        /*width: 100%;*/
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav
    {
        /* float: right; */
        /* margin: 0; */
    }
}

@media only screen and ( min-width:1279px) and (max-width :1679px)
{
    .banner
    {
        height: 100%;
        margin-top: 10%;
        display: block;
        min-height: 600px;
    }

    .container
    {
        /*width: 100%;*/
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav
    {
        float: right;
        margin: 0;
    }
}

@media only screen and ( min-width:960px) and (max-width :1278px)
{

    .banner
    {
        height: 100%;
        margin-top: 10%;
        display: block;
        min-height: 400px;
    }

    .container
    {
        /*width: 100%;*/
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav
    {
        float: right;
        margin: 0;
    }
}

@media only screen and ( min-width:768px) and (max-width :959px)
{


    .banner
    {
        height: 100%;
        margin-top: 10%;
        display: block;
        min-height: 400px;
    }

    .container
    {
        /*width: 100%;*/
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }



    /*導覽列*/
    .navbar-inverse .navbar-toggle
    {
        border-color: #333333;
        background: #fff;
        position: absolute;
        left: 90%;
        float: left;
    }

        .navbar-inverse .navbar-toggle:hover
        {
            background: #f4f4f4;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
    {
        background: #fff;
    }

    .navbar-inverse .navbar-nav > li > a
    {
        color: #1a89e7;
    }

    .plan a, .mbr-navbar__item a
    {
        border-color: #afdaff;
        background: #fff;
        color: #1a89e7;
    }

    .navbar-inverse .navbar-nav > li > a:hover
    {
        color: #000;
    }

    .navbar-inverse .navbar-toggle
    {
        border-color: #333333;
        background: #fff;
    }



    .navbar-inverse .navbar-nav > li
    {
        border-bottom: #ccc;
        display: none; /*暫時隱藏，項目太多*/
    }


    .navbar-nav
    {
        float: right;
        margin: 0;
        padding-top: 15px;
        right: 0%;
    }


    /*禮物卡*/
    .gift-card
    {
        background: #e74c3c;
    }
}

@media only screen and ( min-width:481px) and (max-width :767px)
{

    .banner
    {
        height: 100%;
        margin-top: 10%;
        display: block;
        min-height: 400px;
    }

    .container
    {
        /*width: 100%;*/
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }


    /*導覽列*/
    .navbar-inverse .navbar-toggle
    {
        border-color: #333333;
        background: #fff;
        position: absolute;
        left: 90%;
        float: left;
    }

        .navbar-inverse .navbar-toggle:hover
        {
            background: #f4f4f4;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
    {
        background: #fff;
    }

    .navbar-inverse .navbar-nav > li > a
    {
        color: #1a89e7;
    }

    .plan a, .mbr-navbar__item a
    {
        border-color: #afdaff;
        background: #fff;
        color: #1a89e7;
    }

    .navbar-inverse .navbar-nav > li > a:hover
    {
        color: #000;
    }

    .navbar-inverse .navbar-toggle
    {
        border-color: #333333;
        background: #fff;
    }



    .navbar-inverse .navbar-nav > li
    {
        border-bottom: #ccc;
    }


    /*主視覺*/

    .main-view
    {
        background-size: contain;
        /*margin-top: 10%;*/
    }

    .view_pic
    {
        background-image: none;
        background: #e74c3c;
    }
    /*禮物卡*/
    .gift-card
    {
        background: #e74c3c;
    }

    .btn-nav a
    {
        text-align: left;
        font-size: 1.2em !important;
    }
}

@media only screen and ( min-width:321px) and (max-width :480px)
{


    .banner
    {
        height: 100%;
        margin-top: 10%;
        display: block;
        min-height: 400px;
    }

    .container
    {
        /*width: 100%;*/
        margin-right: auto;
        margin-left: auto;
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
    /*導覽列*/

    .navbar-inverse .navbar-toggle
    {
        border-color: #333333;
        background: #fff;
        position: absolute;
        left: 80%;
        float: left;
    }

        .navbar-inverse .navbar-toggle:hover
        {
            background: #f4f4f4;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
    {
        background: #fff;
    }

    .navbar-inverse .navbar-nav > li > a
    {
        color: #1a89e7;
    }

    .plan a, .mbr-navbar__item a
    {
        border-color: #afdaff;
        background: #fff;
        color: #1a89e7;
    }

    .navbar-inverse .navbar-nav > li > a:hover
    {
        color: #000;
    }



    .navbar-inverse .navbar-nav > li
    {
        border-bottom: #ccc;
    }

    .hero_text
    {
        /* color: rgb(0, 0, 0); */
        font-size: 28px;
        font-weight: bold;
        left: -2px;
        letter-spacing: 1px;
        line-height: 40px;
        padding-bottom: 20px;
        position: relative;
        top: 8px;
        text-transform: uppercase;
        margin: 5px 0px;
    }

    /*主視覺*/

    .main-view
    {
        background-size: contain;
    }

    .view_pic
    {
        background-image: none;
        background: #e74c3c;
    }
    /*禮物卡*/

    #section-2 .box
    {
        width: 300px;
    }

    .gift-card
    {
        background: #e74c3c;
    }

    .heading h2
    {
        font-size: 1.8em;
    }

    #section-3 h2
    {
        color: #fff;
        font-size: 28px;
        height: 60px;
    }

    .mbr-hero
    {
        padding-left: 25px;
        /* min-height: 200px; */
        position: relative;
    }

    .width90
    {
        width: 90%;
    }

    .btn-nav a
    {
        text-align: left;
        font-size: 1.2em !important;
    }
}

@media only screen and ( max-width:320px)
{

    .banner
    {
        height: 100%;
        margin-top: 10%;
        display: block;
        min-height: 400px;
    }

    /*導覽列*/

    .navbar-inverse .navbar-toggle
    {
        border-color: #333333;
        background: #fff;
        position: absolute;
        left: 80%;
        float: left;
    }


        .navbar-inverse .navbar-toggle:hover
        {
            background: #f4f4f4;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
    {
        background: #fff;
    }

    .navbar-inverse .navbar-nav > li > a
    {
        color: #1a89e7;
    }

    .plan a, .mbr-navbar__item a
    {
        border-color: #afdaff;
        background: #fff;
        color: #1a89e7;
    }

    .navbar-inverse .navbar-nav > li > a:hover
    {
        color: #000;
    }




    .navbar-inverse .navbar-nav > li
    {
        border-bottom: #ccc;
    }

    .hero_text
    {
        /* color: rgb(0, 0, 0); */
        font-size: 1.6em;
        font-weight: bold;
        left: -2px;
        letter-spacing: 0px;
        line-height: 40px;
        padding-bottom: 5px;
        position: relative;
        top: 8px;
        text-transform: uppercase;
        /* margin: 5px 0px; */
    }

    /*主視覺*/

    .main-view
    {
        background-size: contain;
    }


    .view_pic
    {
        background-image: none;
        background: #e74c3c;
    }
    /*禮物卡*/
    .gift-card
    {
        background: #e74c3c;
    }

    #section-2 .box
    {
        width: 250px;
    }

    .heading h2
    {
        font-size: 28px;
    }

    #section-3 h2
    {
        color: #fff;
        font-size: 28px;
        height: 60px;
    }

    .mbr-hero
    {
        padding: 25px;
        /* min-height: 200px; */
        position: relative;
    }

    .width90
    {
        width: 90%;
    }

    .btn-nav a
    {
        text-align: left;
        font-size: 1.2em !important;
    }
}



/*cover bootstrap*/
@media (min-width: 768px)
{
    .modal-dialog
    {
        width: 800px; /*調整尺寸*/
        margin: 30px auto;
    }
}

@media (max-width: 768px)
{
    .testimonial-image
    {
        margin-top: 10px !important;
    }


    .main-view
    {
        position: relative;
        top: 60px;
        left: 0px;
        width: 100%;
        pointer-events: none;
        visibility: visible;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .hero_text_h3{
        color:#fff;
    }

    .mbr-hero p
    {
        color: #333;
        width: 100%;
        margin: 30px 0px;
        font-size: 18px;
    }

    .mbr-hero
    {
        padding: 5px 0px;
    }
}
