﻿body {
    padding-top: 0px;
    height: 100%;
    padding-bottom: 200px;
    position: relative;
    min-height: 1080px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}
/*p {
    font-size: 1.5em;
    line-height: 1.5em;
}*/
a {
    font-size: 15px;
}
/*float*/
.float-right {
    float: right;
}

.clear-both {
    clear: both;
}
/*border*/
.border-1s-d8 {
    border: 1px solid #D8D8D8;
}
/*list-style*/
.list-type-num {
    list-style-type: decimal;
}
/*padding.margin*/
.p-t-15 {
    padding-top: 15px;
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-lr-15 {
    padding-left:15px;
    padding-right:15px;
}
.p-l-20 {
    padding-left: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}

.m-t-50 {
    margin-top: 50px;
}
/*logo*/
.logo {
    padding: 20px 15px;
    position: relative;
}
/*nav*/
.navbar-inverse {
    background-color: #1aafd0;
    border-width: 0;
    margin-bottom: 0;
    border-radius:0;
}

.container > .navbar-collapse {
        margin-top: 0 !important;
}

.navbar-inverse .navbar-nav > li {
    border-right: 1px solid #0487a5;
    margin: 10px 0;
}

    .navbar-inverse .navbar-nav > li > a {
    margin: 0 10px;
    padding: 8px 10px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    font-size: 16px;
    }

.navbar-inverse .navbar-right > li {
    border-right: 0;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    border-bottom: 2px solid #118098;
}

.navbar-inverse .navbar-nav > li > a.dropdown-toggle {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
    .navbar-inverse .navbar-nav > li > a.dropdown-toggle:hover,.navbar-inverse .navbar-nav > li > a#loginLink:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #14788e;
        border: 0;
        color: white !important;
    }

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    text-align: center;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #1aafd0;
}
    /**/
    /* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */
.slide {
    margin:15px 0 20px 0;
}
.carousel-inner {
  border-radius: 5px;
}
.carousel-indicators li{
    width: 34px;
    margin:0;
}
.slide-btn {
    position: absolute;
    bottom: 55px;
    right: 150px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.4);
    padding-left: 35px;
    padding-right: 35px;
}
.carousel-indicators li:hover,.carousel-indicators .active {
    border:0;
    width: 34px;
    background-color: #ffffff;
    height:10px;
}
.carousel-caption {
    /*background-color: rgba(0,0,0,.5);*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    padding: 0px 25px 10px 0;
    color: #fff;
    text-align: right;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: center;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control {
    font-size: 29px;
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
    opacity: 0.8;
}
/*Panel*/
.panel-green {
    border-color: darkseagreen;
}

    .panel-green > .panel-heading {
        color: #ffffff;
        background-color: darkseagreen;
        border-color: darkseagreen;
    }

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.circle-body {
    color: white;
    background: chocolate;
    display: inline-block;
    border-radius: 35px;
    width: 70px;
    height: 70px;
}

    .circle-body i {
        padding: 15px;
    }
/*section*/
section {
    background-image: url(../Images/t-bg01.png);
    background-color: #19869e;
    color: white;
    padding: 40px 0;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.31), 4px 4px 4px rgba(0,0,0,0.3);
}

    section h1 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
    }

    section h4 {
        line-height: 32px;
    }
/*bg color*/
.bg-cornsilk {
    background: cornsilk;
}
/*footer*/
footer {
    background-color: #333333;
    background-image: url("../Images/t-bg01.png");
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffffff;
    padding: 23px 0;
}

    footer p {
        font-size: 14px;
    }
/*popup*/
div.PopupWrap {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
div.Popup {
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);

    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}
@keyframes fadein {
    from { opacity: 0;  top: 45%; }
    to   { opacity: 1;   top: 50%;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0;  top: 45%; }
    to   { opacity: 1; top: 50%;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0;  top: 45%; }
    to   { opacity: 1; top: 50%;}
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0;  top: 45%; }
    to   { opacity: 1; top: 50%;}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0;   top: 45%;}
    to   { opacity: 1;top: 50%; }
}
div.Popup p {
    /*text-align:center;*/
}
div.Popup_1 {
    min-height: 180px;
    width: 400px;
    margin: -150px 0 0 -200px;
    padding-bottom: 15px;
}
.PopupHead {
    background: #d6e9c6;
    border-radius:3px 3px 0 0;
    text-align:center;
}
.PopupHead p.Msg-Title{
    margin: 0;
    padding: 6px 0;
}
.PopupHead .PopupCloseBtn{
    position: absolute;
    top: 6px;
    right: 8px;
    transition: all 0.1s ease-in;
    cursor:pointer;
    color: #87a987;
}
.PopupCloseBtn:hover{
    color: forestgreen;
    transform: rotate(90deg);
}
/*PopupContain*/
.PopupContain {
    padding: 10px 30px;
}
/*PopupFoot*/
.PopupFoot {
    text-align:center;
}
.PopupFoot .btn{

}
/*寬度大於992px*/
@media (min-width: 992px) {
    #MenuSwitch {
        width:0;
        padding: 0;
        border: 0;
    }
}
/*寬度介於768px~991px*/
@media screen and (max-width: 991px) and (min-width: 768px) {
    #MenuSwitch {
        width:0;
        padding: 0;
        border: 0;
    }
}
/*寬度小於767px*/
@media (max-width: 767px) {
    footer p {
        padding-bottom: 5px;
    }

    section h1 {
        font-size: 2.5em;
    }

    section h4 {
        /*line-height: 1.6em;
    font-size: 1.6em;*/
    }
}

.form-inline .sinput .form-control {
    width: 159px;
}


.textarea-style{
    resize:vertical;
}

.repair-serivce table a{
    cursor:pointer;
}

.repair-serivce table .info{
    color:#7e7e7e;
    font-size:12px;
}

.repair-serivce table .info a{
    font-size:12px;
}

.repair-serivce li{
    display:inline-block;
    width:100px;
    max-height: 100px;
    margin: 5px 5px 5px 0;
    position:relative;
    vertical-align:top;
}

.repair-serivce li img{
    width:100%;
}

.repair-serivce li .simg{
    width:100px;
    max-height:100px;
    overflow:hidden;
}

.repair-serivce li .bimg{
    position:absolute;
    border:5px solid #fff;
    box-shadow:0 0 5px #adadad;
    display:none;
    top: 50px;
    left: 50px;
    z-index:9;
    width:350px;
}

.repair-serivce li:hover .bimg{
    display:block;
}


.repair-serivce li #x-img{
    position: absolute;
    right: 0;
    top: 0;
    background: #6b6b6b;
    padding: 2px 5px;
    color: #fff;
    cursor:pointer;
}


.repair-serivce .upload_cover {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin:10px 0;
}

.repair-serivce input[type="file"] {
    display: none;
}
