/* --> font */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica;
}

body {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica;
}

input, button, select, textarea {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica;
}
/* <-- font */

/***************************************************/
/* --> panel-group */
/***************************************************/
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}
.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa
}
.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #e84c3d;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
    background-color: #333333;
}
.panel-transparent .panel-default > .panel-heading,
.panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent;
    color: inherit;
}
.panel-transparent .panel-heading a {
    border: 1px solid #f1f1f1;
}
.panel-transparent .panel-heading a.collapsed {
    color: inherit;
    background-color: transparent;
}
.panel-heading a.collapsed {
    color: #ffffff;
    background-color: #999999;
}
.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}
.panel-heading a.collapsed:after {
    content: "\f196";
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
    text-decoration: none;
    background-color: #e84c3d;
    color: #ffffff;
}
.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}
/* <-- panel-group */


.com_content.view-article article.item h2 {
    font-size: 38px;
}

.t3-header {
    margin: 0;
}

#t3-content {
    font-size: 12pt;
}

.header-transparent .t3-header.navbar-fixed-top {
    /*background: rgba(255, 255, 255, 0.8);*/
    background: rgba(0, 0, 0, 0.7);
}

.home .t3-header {
    background-color: rgba(0, 0, 0, 0.5);
}


.t3-header .logo-image img.logo-img {
    width: 100%;
    position: relative;
    /*top: 5px;*/
    top: 9.5px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.t3-header.navbar-fixed-top .logo-image img.logo-img {
    /*width: 75%;*/
    width: 90%;
    position: relative;
    top: 8px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.t3-header .t3-mainnav {
    margin: 14px 0 0 0;
    /*margin: 14px 0 14px 0;*/
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.t3-header .navbar {
    min-height: 45px;
}

.t3-header.navbar-fixed-top .t3-mainnav {
    margin: 0px;
    /*margin: 7px 0 7px 0;*/
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.head-search{
	margin: 0 auto;
    float: right;
}
/*sclogin->*/
.sclogin .btn-primary[role=button]{
    padding: 5px 10px;
}
#scLogoutButton .btn-primary{
	padding: 5px 10px;
}
#login-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -180px 0px 0 -280px;
	padding: 35px 0px 0px 35px;
}
#form-sclogin-submitcreate a, .scuser-menu a.dropdown-toggle {
    color: #FFF;
}
.sourcecoast .btn-primary:focus{
	background-color:#46b277;
}
.tooltip {
    z-index: 99999;
}
.sourcecoast input[type="radio"], .sourcecoast input[type="checkbox"] {
    display: inline-block;
}
/*<-sclogin*/
@media (max-width: 1200px) {
    .t3-header .logo-image img.logo-img {
        width: 70%;
        position: relative;
        top: -2.5px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .t3-header.navbar-fixed-top .logo-image img.logo-img {
        width: 70%;
        position: relative;
        top: -2.5px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }


    .t3-header .t3-mainnav {
        margin: 7px 0 7px 0;
        /*margin: 0px;*/
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
}

@media (max-width: 970px) {
    .t3-header .t3-mainnav {
        margin: 0px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .t3-header .logo-image img.logo-img {
        width: 75%;
        position: relative;
        top: -2.5px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
}

/* --> dj-megamenu */
.dj-megamenu-select-light .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn,
.dj-megamenu-accordion-light .dj-mobile-open-btn {
    width: 60px;
    height: 60px;
    float: right;
    font-size: 30px;
    padding: 0;
}

.dj-megamenu-select-light .dj-mobile-open-btn > span.fa,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn > span.fa,
.dj-megamenu-accordion-light .dj-mobile-open-btn > span.fa {
    line-height: 60px !important;
}

.dj-megamenu li a.dj-up_a {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 1);
    font-size: 14px;
    /*font-size: 12pt;*/
    font-weight: 400;
    padding: 0 9px;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

.dj-megamenu li ul.dj-submenu > li > a {
    text-transform: uppercase;
}


.dj-megamenu li.active a.dj-up_a {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 1);
}

.dj-megamenu li:hover a.dj-up_a {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 1);
}


.dj-megamenu li:hover a.dj-up_a,
.dj-megamenu li:active a.dj-up_a {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

.dj-megamenu li:first-child a.dj-up_a {
    border-left: 0 !important;
}

.dj-megamenu li:last-child a.dj-up_a {
    border-right: 0 !important;
}

.dj-megamenu li a.dj-up_a span.dj-drop {
    padding: 0 12px 0 0 !important;
}

.dj-megamenu-select-light .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn,
.dj-megamenu-accordion-light .dj-mobile-open-btn {
    /*background-color: rgba(0, 0, 0, 1) !important;*/
    background-color: rgba(255, 255, 255, 0.5) !important;
    /*color: #ffffff;*/
    /*color: #000000;*/
    color: rgb(103, 103, 103);
}

.dj-megamenu-select-light .dj-mobile-open-btn:focus,
.dj-megamenu-select-light:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-light .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
    /*background-color: rgba(0, 0, 0, 1) !important;*/
    background-color: rgba(255, 255, 255, 0.8) !important;
    /*color: #ffffff;*/
    color: #000000;
}

.dj-megamenu-select-light:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-light .dj-mobile-open-btn:hover {
    /*background-color: rgba(0, 0, 0, 1) !important;*/
    background-color: rgba(255, 255, 255, 0.8) !important;
    /*color: #8b8b8b;*/
    color: #000000;
}

.dj-megamenu a.dj-up_a.active > span {
    /*border-bottom: 3px solid #ffffff;*/
}

.dj-megamenu a.dj-up_a:hover > span {
    /*border-bottom: 3px solid #ffffff;*/
}

/* -> 底線效果 */
.dj-megamenu a.dj-up_a.active > span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2.5px;
    /*background: rgba(0, 0, 0, 0.80);*/
    background: #1da650;
    transition: width .5s;
    margin-top: -2.5px;
}

.dj-megamenu a.dj-up_a > span::after {
    content: '';
    display: block;
    width: 0;
    height: 2.5px;
    /*background: rgba(0, 0, 0, 0.80);*/
    background: #1da650;
    transition: width .5s;
    margin-top: -2.5px;
}

.dj-megamenu a.dj-up_a:hover > span::after {
    width: 100%;
    transition: width .5s;
    margin-top: -2.5px;
}

/* <- 底線效果 */



/********************************************************************************************/
/* --> cust-breadcrumb */
/********************************************************************************************/
.cust-breadcrumb {
    /*background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), rgba(255, 255, 255, 0.35) url('../../../images/section/common/bg_2.jpg') repeat;*/

    /*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../../../images/section/common/bg_2.jpg) no-repeat center 20%;*/

    /*background-color: #1da650;*/
    background-color: rgba(230, 229, 229, 0.8);
    /*color: #ffffff;*/
    color: #000000;
    padding-top: 17px;
    padding-bottom: 17px;

    /*border-top: 2.5px solid #bbb*/
    border-top: 3px solid #1da650;
}

.cust-breadcrumb .title {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

.cust-breadcrumb .breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    display: inline-block;
    vertical-align: bottom;
}

.cust-breadcrumb .title h1 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 26px;
    font-weight: 300;
    /*color: #ffffff;*/
    color: #000000;
}

.cust-breadcrumb ol.breadcrumb {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 7px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.cust-breadcrumb ol.breadcrumb a {
    /*color: rgba(255, 255, 255, 1);*/
    color: #000000;
}

.cust-breadcrumb ol.breadcrumb i {
    /*color: #ffffff;*/
    color: #000000;
}

.cust-breadcrumb .breadcrumb > .active + li:before {
    content: "";
    padding: 0;
}

.cust-breadcrumb .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

/* <-- cust-breadcrumb */














/**************************************/
/* --> scrollToTop */
/**************************************/
.scrollToTop {
    color: #fff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1005;
    display: none;
}

.scrollToTop i {
    line-height: 50px;
    font-size: 32px;
    color: #fff;
}

/* <-- scrollToTop */





/********************************************************************************************/
/* --> footer */
/********************************************************************************************/

.footer-section {
    color: rgba(255, 255, 255, 0.8);
    /*color: rgba(255, 255, 255, 1.0);*/
    font-size: 15px;

    padding: 40px 0px 0px 0px;

    background-color: rgba(0, 0, 0, 0.9);
    /*background-color: rgba(38, 38, 38, 1);*/
    /*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../../../images/section/common/bg_2.jpg) no-repeat center 20%;*/
    /*background: linear-gradient(rgba(36, 39, 38, 0.6), rgba(36, 39, 38, 0.6)), rgba(36, 39, 38, 0.6) url(../../../images/section/common/bg_2.jpg) no-repeat center 20%;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/

    text-shadow: 0px 2px 5px rgba(0,0,0,0.9);
}

.footer-section a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-section a:hover {
    color: rgba(255, 255, 255, 1);
}




.footer-section .logo.lg-md {
    margin-bottom: 5px;
    max-width: 300px;
    margin-top: -11px;
}
.footer-section .logo.sm-xs {
    margin-bottom: 7px;
    max-width: 335px;
    margin-top: 0px;
}


.footer-section .list-icons {
    margin-top: -1px;
    list-style: none;
    padding: 0;
}

.footer-section .list-icons li {
    padding: 0px;
}

.footer-section ul.list-icons li i {
    margin-right: 5px;
}

.footer-section .footer-content h2 {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 300;
}

.footer-section .footer-content ul.page-nav {
    padding: 0;
    text-transform: uppercase;
}
.footer-section .footer-content ul.page-nav > li {
    margin: 0 20px 12px 0;
}


footer .copyright {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
}

footer .copyright {
    margin: 0;
}
footer .copyright .design-by {
    /*display: none;*/
}

footer .copyright .design-by a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

footer .copyright .design-by a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .copyright .design-by span.punctuate {
    margin: 0 2px 0 2px;
}
/* <-- footer */








.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    /*background: #333333;*/
    background: #1da650;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.content-3-10 {
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.content-3-10 .image-container {
    position: absolute;
    height: 300px;
    padding: 0px;
    top: 0px;
}

@media only screen and (min-width: 768px) {
    .content-3-10 .image-container {
        height: 100%;
    }
}

.content-3-10 .image-container .background-image-holder {
    /*background: url(https://webthemez.com/demo/decore-interior-design-html-bootstrap-website-template/images/slides/1.jpg) no-repeat center center;*/
    background: url('../../../images/section/about_us/1.jpg') no-repeat center center;
    background: linear-gradient(rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.20)), rgba(255, 255, 255, 0.20) url('../../../images/section/about_us/1.jpg') no-repeat center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-10 .content {
    margin-top: 300px;
    padding: 30px;
    /*background: #f1f1f1;*/
    /*border-top: 2px solid #f1f1f1;*/
    /*border-top: 2px solid rgba(245, 245, 245, 0.3);*/
    border-top: 2px solid rgba(238, 238, 238, 0.65);
}

@media only screen and (min-width: 768px) {
    .content-3-10 .content {
        margin-top: 0px;
        padding: 50px 20px 50px 50px;
    }
}

.content-3-10 h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*-------------------------*/

.content-3-12 {
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.content-3-12 .image-container {
    position: absolute;
    height: 300px;
    padding: 0px;
    top: 0px;
}

@media only screen and (min-width: 768px) {
    .content-3-12 .image-container {
        height: 100%;
    }
}

.content-3-12 .image-container .background-image-holder {
    /*background: url(https://webthemez.com/demo/decore-interior-design-html-bootstrap-website-template/images/slides/1.jpg) no-repeat center center;*/
    /*background: url('../../../images/section/about_us/2.jpg') no-repeat center 80%;*/

    background: linear-gradient(rgba(255, 255, 255, 0.40), rgba(255, 255, 255, 0.40)), rgba(255, 255, 255, 0.40) url('../../../images/section/about_us/2.jpg') no-repeat center 80%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-12 .content {
    margin-top: 300px;
    /*padding: 30px;*/
    padding: 50px 30px 50px 30px;
    /*background: #f1f1f1;*/
}

@media only screen and (min-width: 768px) {
    .content-3-12 .content {
        margin-top: 0px;
        padding: 70px 20px 70px 50px;
    }
}

.content-3-12 h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

/**************************************/
/* --> timeline */
/* https://bootsnipp.com/snippets/kvOeV */
/**************************************/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

/* <-- timeline */

/**************************************/
/* --> process-section */
/**************************************/

.process-section .timeline > li > .timeline-badge {
    z-index: 1;
}

.process-section .timeline > li > .timeline-panel {
    background-color: #ffffff;
}

.process-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.process-section .timeline > li > .timeline-badge {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 1.5px solid transparent;
    line-height: 46.5px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.process-section .timeline > li:hover > .timeline-badge {
    background-color: #ffffff !important;
    color: #000000;
    border: 1.5px solid rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* <-- process-section */

/**************************************/
/* --> contact-section */
/**************************************/
.contact-section {
    background: #f5f5f5;

    /*background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), rgba(255, 255, 255, 0.35) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/

    /*background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;*/
    /*background: linear-gradient(rgba(245, 245, 245, 0.93), rgba(245, 245, 245, 0.93)), rgba(245, 245, 245, 0.93) url('../../../images/section/common/bg_1.jpg') no-repeat center top;*/
    /*background-attachment: fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*height: 100%;*/
}


.contact-section .btn.btn-primary {
    color: #ffffff !important;
    background-color: #1da650 !important;
    border-color: #1da650 !important;
}
.contact-section .btn.btn-primary:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #1da650 !important;
}
/* <-- contact-section */

/**************************************/
/* --> contact-item */
/**************************************/
.contact-item {
    font-size: 12pt;
}

.contact-item a {
    color: #000000;
}

.contact-item a:hover {
    color: #1da650;
}

.contact-item h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.contact-item .media-left,
.contact-item .media-right,
.contact-item .media-body {
    display: table-cell;
    vertical-align: top;
}

.contact-item .element-blurb {
    margin: 0px 0px 30px 0px;
}

.contact-item .media .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    border: 3px solid transparent;

    font-size: 50px !important;
    line-height: 77px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    background-color: #1da650 !important;

    color: #ffffff !important;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-item .media:hover .icon {
    background-color: #ffffff !important;
    color: #1da650 !important;
    border: 3px solid #1da650;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-item .media-left {
    padding-right: 20px;
}

.contact-item .media .blurb-content h4 {
    margin-top: 0;
}

.contact-item .blurb-content {
    padding-top: 0px;
}

.contact-item .blurb-content .content {
    /*font-size: 12pt;*/
}
/* <-- contact-item */


/**************************************/
/* --> DJ-Catalog2 */
/**************************************/

#djcatalog .djc_item_col_first .djc_item_bg {
    margin-left: 20px;
}
#djcatalog .djc_item_bg {
    /*border: 1.0px solid rgba(0, 0, 0, 0.08);*/
    border: 3.0px solid #ededed;
    background-color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0 20px 20px;
}

#djcatalog .featured_item .djc_item_bg {
    background-color: rgba(255, 255, 255, 1) !important;
}

#djcatalog .djc_items .djc_image,
#djcatalog .djc_related_items .djc_image {
    border-bottom: 3.0px solid #ededed;
}

.com_djcatalog2 #djcatalog .djc_images {
    float: left !important;
    margin-left: 0px !important;;
    margin-right: 60px !important;;
    margin-bottom: 20px !important;
}

.com_djcatalog2 .djc_item .djc_mainimage {
    /*margin-left: 0px !important;*/
}

.com_djcatalog2 .t3-mainbody {
    padding-top: 50px;
    padding-bottom: 50px;
}

#djcatalog .djc_description .djc_fulltext {
    display: table !important;
}

.djc_description .djc_category_info > small {
    font-size: 100% !important;
}

.djc_description .djc_price > small {
    font-size: 100% !important;
}

.djc_mainimage img#djc_mainimage {
    width: 100% !important;
}

.djc_items .djc_image img {
    width: 100% !important;
}

.djc_category_info {
    font-size: 12pt;
}

.djc_description .djc_category_info > small {
    font-size: 12pt !important;
}

#djcatalog.djc_item a img {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#djcatalog .djc_description .djc_attributes > table > tbody {
    font-size: 12pt;
}
#djcatalog.djc_item .djc_fulltext {
    padding-top: 30px;
}


/* -> DJ-Catalog2 pagination */

.com_djcatalog2 .pagination > li {
    display: inline-flex;
}

.com_djcatalog2 .pagination {
    margin: 20px auto 0px !important;
}

.com_djcatalog2 .pagenav {
    margin-top: 3px;
}

/* <- DJ-Catalog2 pagination */

/* -> DJ-Catalog2 cart_popup */
.com_djcatalog2 div.modal {
    position: fixed;
    top: 40%;
    left: 50%;
    bottom: auto;
    z-index: 1050;
    width: 80%;
    margin-left: -40%;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.com_djcatalog2 .modal-open .modal {
    overflow-y: hidden;
}
/* <- DJ-Catalog2 cart_popup */

#djcatalog .djc_items .djc_item_in,
#djcatalog .djc_related_items .djc_item_in {
    /*padding: 10px 20px;*/
    /*border: 0.5px solid rgba(0, 0, 0, 0.1);*/
}

#djcatalog .djc_item_row {
    margin-left: 0px;
}

#djcatalog .djc_items .djc_item,
#djcatalog .djc_related_items .djc_item {
    /*border: 0.1px solid rgba(0, 0, 0, 0.07);*/
}

#djcatalog .djc_items {
    /*border: 0.6px solid rgba(0, 0, 0, 0.08);*/
}


#djcatalog .djc_item .djc_title h3 {
    font-weight: 400;
    margin-bottom: 3px;
}

.com_djcatalog2 .t3-mainbody {
    padding-top: 35px;
    padding-bottom: 50px;
}

.djc_items .djc_image img {
    max-width: inherit !important;
}



#djcatalog .djc_items .djc_item .djc_featured_image,
#djcatalog .featured_item .djc_featured_image {
    top: 10px !important;
    right: 10px !important;
}

#djcatalog .djc_items .djc_item_in,
#djcatalog .djc_related_items .djc_item_in {
    padding: 0px 0px;
}

.djc_items .djc_image img {
    padding: 0px;
}

#djcatalog .djc_items .djc_title {
    padding: 0 10px 5px 10px;
}

#djcatalog .djc_items .djc_title a {
    color: #000000;
    font-size: 14pt;
}

#djcatalog .djc_items .djc_title a:hover {
    color: #1da650;
}

#djcatalog .djc_items .djc_category_info {
    padding: 0 10px 5px 10px;
}

#djcatalog .djc_items .djc_category_info a {
    color: #000000;
}

#djcatalog .djc_items .djc_category_info a:hover {
    color: #1da650;
}

.com_djcatalog2 .t3-mainbody {
    padding-top: 60px;
    padding-bottom: 50px;
}

/* => special */
#djcatalog .djc_items .djc_title {
    /*text-align: center;*/
}
#djcatalog .djc_items .djc_price {
    /*text-align: center;*/
}
.com_djcatalog2 #t3-mainbody {
    background: #f5f5f5;

    /*background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), rgba(255, 255, 255, 0.85) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), rgba(255, 255, 255, 0.7) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/
    /*background-attachment: fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*height: 100%;*/
}
/* <= special */
/* <-- DJ-Catalog2 */






/**************************************/
/* --> service-section */
/**************************************/
.service-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 12pt;
}

.service-section .parallax-bg {
    position: absolute;
    z-index: -2;
    background-image: url(../../../images/section/service/1.jpg);
    /*background-image: url(http://www.li-jie.com/www_li_jie_com/images/slider-1.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.service-section .cover-bg {
    position: absolute;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.service-box .ih-item.square {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-shadow: none !important;
    border-radius: 4px;
}

.service-box .col-sm-6 {
    padding: 2px 0px 2px 2px;
    margin-left: -1px;
}
.service-box .col-sm-3 {
    padding: 2px 0px 2px 0px;
}
.service-box .tltle-box {
    position: absolute;
    left: 5%;
    bottom: 8%;
}
.service-box .tltle-box h3 {
    display: block;
    float: left;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-color: rgba(44, 64, 44, 0.8);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 20px;
    margin: 0;
    line-height: 42px;
}
.service-box .tltle-box samp {
    display: block;
    float: right;
    /*background-color: rgba(7, 135, 213, 0.7);*/
    background-color: rgba(23, 132, 64, 0.7);
    color: #fff;
    font-size: 18px;
    padding: 0px 10px;
    font-weight: bold;
    line-height: 42px;
}

.service-box .ih-item.square.effect13 .info p {
    font-style: inherit;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px 10px 15px;
}
.service-box .ih-item.square.effect13 .info h3 {
    margin-top: 20px;
}

.service-box .ih-item.square.effect13.colored .info {
    background: rgba(0, 0, 0, 0.50) !important;
}

/* <-- service-section */


/**************************************/
/* --> service-item */
/**************************************/
.service-item h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.service-item .qx-media-left,
.service-item .qx-media-right,
.service-item .qx-media-body {
    display: table-cell;
    vertical-align: top;
}

.service-item .qx-element-blurb {
    margin: 0px 0px 25px 0px;
}
.service-item .qx-media .qx-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid transparent;

    font-size: 25px !important;
    line-height: 56px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #4d79a5 !important;
    color: #ffffff !important;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-item .qx-media:hover .qx-icon {
    background-color: #ffffff !important;
    color: #4d79a5 !important;
    border: 2px solid #4d79a5;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-item .qx-media-left {
    padding-right: 20px;
}
.service-item .qx-media .qx-blurb-content h4 {
    margin-top: 0;
}


.service-item.ul-list li {
    background-color: rgba(170, 128, 109, 1);
    float: left;
    /*padding: 5px 40px;*/
    padding: 4px 0px;
    width: 180px;
    margin: 0px 2px 2px 0px;
    border: 1px solid rgb(131, 94, 78);
    text-align: center;
    color: #ffffff;
}
.service-item.ul-list li:hover {
    background-color: rgba(170, 128, 109, 0.8);
}

.service-item p.p-none {
    margin-bottom: 0px;
}

.service-item .btn-primary {
    color: #ffffff;
    background-color: #4d79a5;
    border-color: #4d79a5;
}
.service-item .btn.btn-primary:hover {
    background: #ffffff;
    border-color: #4d79a5;
    color: #000000;
}
/* <-- service-item */









/**************************************/
/* --> facebook */
/**************************************/
.t3-sidebar .module.facebook .module-ct {
    padding: 0px;
    overflow: hidden;
}

.t3-sidebar .module.facebook-home .module-ct {
    padding: 0px;
    overflow: hidden;
}
.t3-sidebar .module.facebook-home .module-inner {
    border: none;
}

/* <-- facebook */




/**************************************/
/* --> vertical-menu */
/**************************************/
.t3-sidebar .module.vertical-menu {
    margin-bottom: 0px;
}
.t3-sidebar .module.vertical-menu  .module-ct {
    padding: 0px;
    overflow: hidden;
}
.t3-sidebar .module.vertical-menu  .module-inner {
    border: none;
}
/* <-- facebook */











/**************************************/
/* --> Slider Revolution */
/**************************************/
.tp-caption.very_large_text, .very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.9), 0px 0px 1.5px rgba(0, 0, 0, 0.6), 0px 0px 2px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    /*font-size: 60px;*/
    font-size: 80px;
    /*line-height: 60px;*/
    line-height: 80px;
    /*font-family: Arial;*/
    font-family: "Microsoft JhengHei", "Arial", "Helvetica", "sans-serif";
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px;

    text-align: center;
}

.tp-caption.small_text, .small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.9), 0px 0px 1.5px rgba(0, 0, 0, 1.0), 0px 0px 2px rgba(0, 0, 0, 0.6);
    /*font-weight: 700;*/
    font-weight: 400;
    /*font-size: 14px;*/
    font-size: 30px;
    /*line-height: 20px;*/
    line-height: 50px;
    font-family: "Microsoft JhengHei", "Arial", "Helvetica", "sans-serif";
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;

    text-align: center;
}
/* <-- Slider Revolution */










/* --> trademark-section */
.trademark-section .owl-carousel.carousel .owl-item>div,
.trademark-section .owl-carousel.carousel-autoplay .owl-item>div {
    margin: 0px 0px 0px 0px !important;
}
.trademark-section .image-box {
    border: 3px solid #eeeeee;
}
/* <-- trademark-section */







/**************************************/
/* --> top-bar */
/**************************************/
.t3-header .top-bar {
    margin: 5px 0 0 0;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.t3-header.navbar-fixed-top .top-bar {
    margin: 1px 0 0 0;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

@media (max-width: 1200px) {
    .t3-header .top-bar {
        display: none;
    }
}


.top-bar .social-bar a {
    font-size: 13px;
    border-radius: 100%;
    width: 25px;
    display: inline-block;
    text-align: center;
    height: 25px;
    color: #ffffff !important;
    background: #535150;
    /*background: #1da650;*/
    margin: 0 2px;
    line-height: 25px;
}
.top-bar .social-bar {
    float: right;
}
.top-bar .social-bar a:hover {
    /*background-color: #4d79a5;*/
    background-color: #1da650;
}
.top-bar .social-bar a:hover i {
    color: #ffffff;
}
.top-bar a.facebook {
    line-height: 25px;
    float: right;
    display: inline-block;
    color: #ffffff;
    height: 25px;
    margin: 0 10px;
}
.top-bar a.facebook:hover i {
    color: #1da650 !important;
}









.t3-header .t3-mainnav {
     margin: 0 !important;
}

.dj-megamenu-custom119 {
    /*background: rgb(194, 116, 199);*/
    height: 50px;
}
.dj-megamenu-custom119 li a.dj-up_a {
    height: 50px;
    /*text-transform: none;*/
}
.dj-megamenu-custom119 li a.dj-up_a span {
    height: 50px;
    line-height: 50px;
}
.dj-megamenu-custom119 li a.dj-up_a .arrow {
    top: 19px;
    right: 10px;
}
.dj-megamenu-custom119 li:hover a.dj-up_a .arrow,
.dj-megamenu-custom119 li.hover a.dj-up_a .arrow,
.dj-megamenu-custom119 li.active a.dj-up_a .arrow {
    top: 22px;
}




/**************************************/
/* --> aboutus-section */
/**************************************/
.aboutus-section {
    background: #f5f5f5;
    /*background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), rgba(255, 255, 255, 0.35) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/

    /*background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), rgba(255, 255, 255, 0.35) url('../../../images/section/common/gray_jean.png') repeat;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;*/
    /*background: linear-gradient(rgba(245, 245, 245, 0.95), rgba(245, 245, 245, 0.95)), rgba(245, 245, 245, 0.95) url('../../../images/section/common/bg_1.jpg') no-repeat center top;*/
    /*background-attachment: fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*height: 100%;*/
}

.aboutus-section {
    font-size: 12pt;
}

.aboutus-section h1 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 0;
}

.aboutus-section .image-block {
    margin-bottom: 25px;
    text-align: center;
}

.aboutus-section p.item {
    margin-bottom: 10px;
}

.aboutus-section .box {
    margin-bottom: 45px;
    font-size: 12pt;
}

.aboutus-section .box .icon-container {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    border: 3px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.aboutus-section .box:hover .icon-container {
    /*border: 3px solid rgba(0, 0, 0, 0.7);*/
    border: 3px solid #0c9e42;
    background-color: #ffffff;
    /*color: rgba(0, 0, 0, 0.7);*/
    color: #0c9e42;
}

.aboutus-section .box i {
    font-size: 30px;
    line-height: 64px;
}
.aboutus-section .default-bg {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: #0c9e42;
    color: #ffffff;
}
.aboutus-section .circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.aboutus-section .box .content {
    margin-left: 80px;
}
.aboutus-section .box h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

/*------*/

.aboutus-section .vertical .nav-tabs {
    background-color: #1da650;
}
.aboutus-section .vertical .nav-tabs > li a {
    font-size: 15px;
}
.aboutus-section .vertical .nav-tabs > li.active > a:after {
    width: 4px;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: #1da650;
}
.aboutus-section .vertical .nav-tabs > li > a:hover:after {
    width: 4px;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: #1da650;
}
.aboutus-section .vertical .tab-content {
    width: 100%;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: rgba(255, 255, 255, 0.0);
}

.aboutus-section .vertical .nav-tabs > li.active > a,
.aboutus-section .vertical .nav-tabs > li.active > a:hover,
.aboutus-section .vertical .nav-tabs > li.active > a:focus {
    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), rgba(255, 255, 255, 0.7) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/
    background: #f5f5f5;
}
.aboutus-section .vertical .nav-tabs > li > a:hover {
    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), rgba(255, 255, 255, 0.7) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/
    background: #f5f5f5;
}


.aboutus-section .element-blurb {
    margin: 0px 0px 30px 0px;
}

.aboutus-section .element-blurb .media-left,
.aboutus-section .element-blurb .media-right,
.aboutus-section .element-blurb .media-body {
    display: table-cell;
    vertical-align: top;
}

.aboutus-section .element-blurb .media .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1.5px solid transparent;

    font-size: 20px !important;
    line-height: 47px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /*background-color: #4d79a5 !important;*/
    background-color: #1da650 !important;

    color: #ffffff !important;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.aboutus-section .element-blurb .media:hover .icon {
    background-color: #ffffff !important;
    color: #1da650 !important;
    border: 1.5px solid #1da650;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.aboutus-section .element-blurb .media-left {
    padding-right: 20px;
}

.aboutus-section .element-blurb .media .blurb-content h4 {
    margin-top: 0;
}

.aboutus-section .element-blurb .blurb-content {
    padding-top: 0px;
}

/* <-- aboutus-section */


/**************************************/
/* --> wood-floor-section */
/**************************************/
.wood-floor-section {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.wood-floor-section ol,
.wood-floor-section ul {
    list-style: none;
    padding: 0;
}

.wood-floor-section h2.title {
    font-size: 22px !important;
}

.wood-floor-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wood-floor-section .contain {
    position: relative;
    z-index: 2;
}


.wood-floor-section .contain > h1 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.wood-floor-section .goods-item.ul-list li {
    float: left;
    /*padding: 5px 40px;*/
    padding: 4px 0px;
    width: 180px;
    margin: 0px 2px 2px 0px;
    border: 1px solid rgb(131, 94, 78);
    text-align: center;
}
.wood-floor-section .goods-item.ul-list li {
    background-color: rgba(131, 94, 78, 1);
    color: #ffffff;

    -o-transition: all .40s linear;
    -webkit-transition: all .40s linear;
    -moz-transition: all .40s linear;
    transition: all .40s linear;
}
.wood-floor-section .goods-item.ul-list li:hover {
    background-color: rgba(170, 128, 109, 0.2);
    color: #000000;

    -o-transition: all .40s linear;
    -webkit-transition: all .40s linear;
    -moz-transition: all .40s linear;
    transition: all .40s linear;
}

.wood-floor-section .panel-heading a.collapsed {
    background-color: rgba(170, 128, 109, 0.2);
    color: #000000;
}
.wood-floor-section .panel-heading a {
    background-color: rgba(131, 94, 78, 1);
    color: #ffffff;
}
.wood-floor-section .panel-heading a:hover {
    background-color: rgba(131, 94, 78, 1);
    color: #ffffff;
}


.wood-floor-section .panel-body .title {
    font-size: 18px;
    padding: 6px 0px 2px 0px;
    font-weight: bold;
}
.wood-floor-section .panel-body .content {
    font-size: 12pt;
    padding: 0px 0px 16px 0px;
}


/* <-- wood-floor-section */








/**************************************/
/* --> work-process */
/**************************************/

.work-process {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.work-process .title {
    margin-top: 0;
}
.work-process h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.work-process .separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}
.work-process h3 {
    font-size: 22px;
}

.work-process .row > .left {
    margin-bottom: 15px;
}

.service-process .servicesop {
    clear: both;
    /*margin: 50px 0 50px 0;*/
    margin: 15px 0 25px 0;
}
.service-process ol, ul {
    list-style: none;
    padding: 0;
}


.service-process .sop {
    height: 125px;
}
@media screen and (max-width: 991px) {
    .service-process .sop {
        height: auto;
    }
}


.service-process .servicedata img {
    float: left;
    width: 130px;
    display: block;
    margin-right: 15px;
}
.service-process .datatitle {
    display: block;
    width: 50%;
    margin: 0px auto;
}

.service-process .servicedata h3 {
    font-size: 28px;
    color: #02407f;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
}
.service-process .servicedata p {
    font-size: 14px;
    /*line-height: 30px;*/
}

.service-process .well {
    min-height: 20px;
    padding: 19px 12px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-process .process h5 samp {
    text-align: left;
    font-size: 18px;
    color: #e47534;
    font-weight: bold;
    opacity: 0.5;
    margin-right: 10px;
}
.service-process .process h5 {
    text-align: left;
    font-size: 18px;
    color: #e47534;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
}
.service-process .process p {
    font-size: 15px;
    line-height: 25px;
    margin-left: 61px;
    margin-bottom: 0px;
}

.service-process .question h5 samp {
    text-align: left;
    font-size: 18px;
    color: #96400e;
    font-weight: bold;
    opacity: 0.5;
    margin-right: 10px;
}
.service-process .question h5 {
    text-align: left;
    font-size: 18px;
    color: #96400e;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}
.service-process .question p {
    font-size: 15px;
    line-height: 25px;
    margin-left: 61px;
    margin-bottom: 0px;
}
/* <-- work-process */


/**************************************/
/* --> article */
/**************************************/
.com_content.view-article .t3-mainbody,
.com_content.layout-blog .t3-mainbody {
    padding: 70px 0 20px 0;
}
.t3-content .article-body-text ul,
.t3-content .article-body-text ol {
    padding-left: 0 !important;
}
.t3-content .article-body-text ul,
.t3-content .article-body-text ol {
    margin-left: 30px !important;
}
.com_content.view-article .article-body-text {
    font-size: 12pt;
}
/* <-- article */

/**************************************/
/* --> cust-menu */
/**************************************/

.com_djcatalog2 .t3-mainbody {
    padding-top: 40px;
    padding-bottom: 50px;
}

.cust-menu {
    padding-top: 45px;
    padding-bottom: 0px;
}
.cust-menu .nav.menu > li {
    float: left;
}
.cust-menu > .container {
    text-align: center;
}
.cust-menu > .container ul {
    display: inline-block;
    text-align: initial;
}
.cust-menu > .container > ul li {
    margin: 3px 3px 3px 3px !important;
    /*background-color: rgba(7, 135, 213, 1);*/
    border: 3px solid #ededed;
}
.cust-menu .nav.menu > li > a {
    font-size: 14px;
    border-radius: 0px;
    color: #000000;
}
.cust-menu > .container > ul li.active a {
    /*background-color: #054683 !important;*/
    background-color: #ffffff !important;
    color: #000000;
    font-weight: bold;
}
.cust-menu > .container > ul li.active {
    border: 3px solid #4d79a5;
}
.cust-menu > .container > ul li:hover a {
    /*background-color: #054683 !important;*/
    background-color: #ffffff !important;
    color: #000000;
}
.cust-menu > .container > ul li:hover {
    border: 3px solid #4d79a5;
}
.cust-menu .nav > li > a:hover,
.cust-menu .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}


.cust-menu .nav > li > a,
.cust-menu .nav > li > span,
.cust-menu .nav > li > .separator {
    /*padding-top: 16.5px;*/
    /*padding-bottom: 16.5px;*/
    padding: 10px 15px !important;
}
/* <-- cust-menu */



/* --> pagination */
.com_djcatalog2 .pagination {
    margin: 15px auto 0px !important;
}

.com_djcatalog2 .pagination > .active > a,
.com_djcatalog2 .pagination > .active > span,
.com_djcatalog2 .pagination > .active > a:hover,
.com_djcatalog2 .pagination > .active > span:hover,
.com_djcatalog2 .pagination > .active > a:focus,
.com_djcatalog2 .pagination > .active > span:focus {
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
}
.com_djcatalog2 .pagination > li.disabled > a,
.com_djcatalog2 .pagination > li > a,
.com_djcatalog2 .pagination > li > span {
    /*border-bottom: 3px solid #ededed !important;*/
    border: 3px solid #ededed !important;
}
.com_djcatalog2 .pagination > li.active a {
    border: 3px solid #1da650 !important;
}
.com_djcatalog2 .pagination > li.disabled > a:hover,
.com_djcatalog2 .pagination > li > a:hover,
.com_djcatalog2 .pagination > li > span:hover {
    background: rgba(255, 255, 255, 0);
    color: #000000;
    border: 3px solid #1da650 !important;
}
.com_djcatalog2 .pagination > li > a:hover,
.com_djcatalog2 .pagination > li > span:hover,
.com_djcatalog2 .pagination > li > a:focus,
.com_djcatalog2 .pagination > li > span:focus {
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
}
.com_djcatalog2 .pagination > li {
    margin: 3px;
}
/* <-- pagination */


/***************************************************************************/

body {
    background-color: rgba(245, 245, 245, 1);
}


.layout-default.header-transparent .t3-header {
    background-color: rgba(245, 245, 245, 0.7);
}
.layout-home-3.header-transparent .t3-header {
     background-color: rgba(245, 245, 245, 0.7);
}
.layout-home-5.header-transparent .t3-header {
    background-color: rgba(245, 245, 245, 0.7);
}
.header-transparent .t3-header {
    background-color: rgba(245, 245, 245, 0.8);
}
@media (max-width: 992px) {
    .layout-default.header-transparent .header-area {
        position: relative;
    }
    .layout-home-3.header-transparent .header-area {
        position: relative;
    }
    .layout-home-5.header-transparent .header-area {
        position: relative;
    }

    .header-transparent .header-area {
        position: relative;
    }
}


.header-transparent .t3-header.navbar-fixed-top {
    /*background: rgba(255, 255, 255, 0.9);*/
    background: rgba(245, 245, 245, 0.9);
}

@media (max-width: 1200px) {
    /*.header-transparent .header-area {*/
    /*.home .header-area {*/
        /*position: relative;*/
    /*}*/
}

ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler::before {
    content: "";
}
ul.dj-mobile-light li.dj-mobileitem.parent.active > a span.toggler::before {
    content: "";
}


#off-menu_135 {
    /*margin-top: 40px;*/
}
#off-menu_135 h3.sm-head span {
    color: #494949;
}
#off-menu_135 .sm-head {
    background: #99c6f0;
    background: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
    background: -moz-linear-gradient(top, #eeeeee, #eeeeee);
    background: -ms-linear-gradient(top, #eeeeee, #eeeeee);
    background: -o-linear-gradient(top, #eeeeee, #eeeeee);
    background: linear-gradient(top, #eeeeee, #eeeeee);
}
.t3-sidebar.t3-sidebar-left {
    padding-right: 15px;
}
.t3-sidebar.t3-sidebar-right {
    padding-left: 15px;
}



#off-menu_135 h3.sm-head span {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica !important;
}
.off-menu_135 dl a,
.off-menu_135 dl a:link,
.off-menu_135 dl.level1 a,
.off-menu_135 dl.level1 a:link {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica !important;
}


#vina-slideshow-content136 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px !important;
}
/*
.moduletable.slideshow > h3 {
    margin-top: 0px;
    margin-bottom: 13.5px;

    border-bottom: 3px solid rgba(7, 135, 213, 1);
    font-size: 14pt;
    padding: 3px 10px 6px 10px;
}
*/
#vina-slideshow-content136 .news-caption a {
    color: #ffffff;
    font-size: 16pt;
}


.slideshow-section > h3 {
    margin-top: 0px;
    margin-bottom: 13.5px;

    /*border-bottom: 3px solid rgba(7, 135, 213, 1);*/
    border-bottom: 3px solid #1da650;

    font-size: 20px;
    font-weight: 300;
    padding: 3px 10px 6px 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
}

.service-box > h3 {
    margin-top: 0px;
    margin-bottom: 13.5px;

    /*border-bottom: 3px solid rgba(7, 135, 213, 1);*/
    border-bottom: 3px solid #1da650;

    font-size: 20px;
    font-weight: 300;
    padding: 3px 10px 6px 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
}




#djcatalog .nav-tabs>li>a {
    font-size: 14px;
}
.djc_description .djc_fulltext ul,
.djc_description .djc_fulltext ol {
    padding-left: 20px;
}
.djc_description .djc_tabs ul,
.djc_description .djc_tabs ol {
    padding-left: 20px;
}

.djc_description .djc_tabs h4 {
    margin-top: 0px;
    margin-bottom: 13.5px;
}




.djc_description .goods-table table {
    display: table !important;
    width: 100% !important;
    overflow-x: hidden !important;
    font-size: 12pt;
}
.djc_description .goods-table table td.caption {
    padding: 7px 10px 7px 5px;
    font-weight: bold;
    vertical-align: middle;
}

.djc_description .goods-table table td.sub-caption {
    padding: 7px 10px 7px 5px;
    vertical-align: middle;
    text-align: center;
}
.djc_description .goods-table table td.value {
    padding: 7px 10px 7px 5px;
}
.djc_description .goods-table table tr {
    border-bottom: 1px solid #dddddd;
}
.djc_description .goods-table table tr:hover {
    background-color: rgba(221, 221, 221, 0.2);
}

.djc_description .goods-table.td-line table td {
    border: 1px solid #dddddd;
}
.djc_description .goods-table.td-line table tr:hover {
    background-color: rgba(255, 255, 255, 1);
}


/* --> goods-table */
.djc_description .goods-table .table-bordered > thead > tr > th {
    border-bottom-width: 3px;
    border-bottom-color: #1da650;
}
.djc_description .goods-table .table > thead > tr > th {
    text-align: center;
}

@media screen and (max-width: 979px) {
    #djcatalog .goods-table table {
        position: relative;
        width: 100%;
        overflow-x: auto;
        display: table;
    }
}
/* <-- goods-table */



/***************************************************/
/* --> top-bar */
/***************************************************/
.t3-header .top-bar .lang {
    float: right;
    padding: 3px 10px 0px 10px;
    font-size: 14px;
}
.t3-header .top-bar .lang a:hover {
    color: #1da650;
}

.top-bar-mini {
    background-color: rgba(34, 167, 84, 0.85);
    padding-top: 2px;
    padding-bottom: 3px;
}
.top-bar-mini .lang {
    float: right;
    padding: 3px 10px 0px 10px;
    font-size: 14px;
    color: #ffffff;
}
.top-bar-mini .lang a {
    color: #ffffff;
}
.top-bar-mini .lang a:hover {
    color: #ffffff;
}
.top-bar-mini .social-bar a {
    background-color: rgba(29, 140, 71, 0.50);
}
.top-bar-mini .social-bar a:hover {
    background-color: rgb(29, 140, 71);
}
.top-bar-mini .sourcecoast .btn-primary {
    background-color: rgba(29, 140, 71, 0.50);
}
.top-bar-mini .sourcecoast .btn-primary:hover {
    background-color: rgb(29, 140, 71);
}
/* <-- top-bar */

/***************************************************/
/* --> home-section */
/***************************************************/

.layout-home .t3-mainbody {
    /*padding: 0;*/
}
#t3-header {
    /*background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), rgba(255, 255, 255, 0.35) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/
}
.layout-home #t3-header {
    /*background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), rgba(255, 255, 255, 0.35) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/
}


.home-section {
    background: #f5f5f5;

    /*background: linear-gradient(rgba(245, 245, 245, 0.95), rgba(245, 245, 245, 0.95)), rgba(245, 245, 245, 0.95) url('../../../images/section/common/bg_1.jpg') no-repeat center top;*/
    /*
    background: linear-gradient(rgba(245, 245, 245, 0.9), rgba(245, 245, 245, 0.9)), rgba(245, 245, 245, 0.9) url('../../../images/section/common/bg_1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    */
}
.home-section h3.title {
    margin: 0 0 0 10px;
}
.t3-module.facebook-home h3.title {
    margin: 0 0 0 10px;
}



/* <-- home-section */




.sourcecoast .btn-primary {
    background-color: #535150;
}
.sourcecoast .btn-primary:hover {
    background-color:  #1da650;
}




/* --> DJ-Catalog - 圖放大 */
.com_djcatalog2 figure img.mfp-img {
    /*background-color: #ffffff;*/
    background-color: #f5f5f5;
}
/* <-- */
.com_djcatalog2 .djc_description .nav > li > a,
.com_djcatalog2 .djc_description .nav > li > span,
.com_djcatalog2 .djc_description .nav > li > .separator {
    text-transform: none;
}
.com_djcatalog2 #djcatalog .djc_title {
    margin-top: 0px;
}
/* <-- DJ-Catalog - 圖放大 */




/***************************************************/
/* --> Vertical Menu */
/***************************************************/
.sm-menu h3.sm-head span {
    color: #494949;
}
.sm-menu .sm-head {
    background: #99c6f0;
    background: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
    background: -moz-linear-gradient(top, #eeeeee, #eeeeee);
    background: -ms-linear-gradient(top, #eeeeee, #eeeeee);
    background: -o-linear-gradient(top, #eeeeee, #eeeeee);
    background: linear-gradient(top, #eeeeee, #eeeeee);
}
.sm-menu h3.sm-head span {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica !important;
}
.sm-menu dl a,
.sm-menu dl a:link,
.sm-menu dl.level1 a,
.sm-menu dl.level1 a:link {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica !important;
}


.sm-menu > .sm-level,
.sm-menu {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px 0px 0px 0px;
    border: 3px solid #ededed;
}
.sm-menu .sm-head {
    background: #ffffff !important;
    border-bottom: 3px solid #ededed !important;
}
.sm-menu dt,
.sm-menu dl.level1 dt {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.sm-menu dl dt.notparent.opened.active a {
    color: #ffffff !important;
}
.sm-menu dl dt.notparent:hover a {
    color: #ffffff !important;
}
.sm-menu dt.level1.parent:hover {
    background-color: rgba(255, 255, 255, 0);
}
.sm-menu dl .parent:after,
.sm-menu dl.level1 > .parent:after {
    background-image: none !important;
}

.sm-menu .link {
    padding-right: 0;
}

.sm-menu .link > a:before {
    font-family: FontAwesome !important;
    font-size: 16px !important;
    margin-right: 5px !important;
}
/* <-- Vertical Menu */






.djc_attributes table tr.djc_attribute:nth-child(2n+1) td.djc_label {
    background: rgba(29, 166, 80, .25);
}
.djc_attributes table tr.djc_attribute td.djc_label {
    background: rgba(29, 166, 80, .1);
}
.djc_attributes table tr.djc_attribute:nth-child(2n+1) td.djc_value {
     background: rgba(29, 166, 80, .1);
}




.ug-gallery-wrapper .ug-slider-wrapper {
    /*background-color: #ffffff;*/
    background-color: rgba(255, 255, 255, 0.0);
}





.t3-module.module .module-inner {
    margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
    .t3-module {
        /*margin-bottom: 0;*/
    }
}




.separator-cust-1 {
    display: block;
    width: 120px;
    height: 3px;
    margin: 13px 0 -2px 0;
    background-color: #1da650;
    position: relative;
    z-index: 1;
}
.separator-cust-2 {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0px 0 25px;
    /*background-color: rgba(133, 150, 169, 0.2);*/
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}


/* => DJ-Catalog2 query */
.com_djcatalog2 .djc_checkout .custom-form-upper-half .control-group {
    margin-bottom: 18px;
    float: left;
    margin-right: 30px;
}
.com_djcatalog2 .djc_checkout .custom-form-lower-half .control-group .controls textarea {
    height: 150px;
}
.com_djcatalog2 h1.componentheading {
    margin-top: 0 !important;
    font-size: 34px !important;
}
.com_djcatalog2.view-query .djc_checkout h2 {
    font-size: 26px !important;
}
.com_djcatalog2.view-query #djc_order_items_table .djc_th_qty,
.com_djcatalog2.view-query #djc_cart_checkout_table .djc_th_qty {
    width: 15% !important;
}
/* <= DJ-Catalog2 query */





#djc_cart_popup button.close {
    font-size: 38px;
    opacity: 1;
}

#djc_cart_popup .modal-body.djc_cart_popup > div {
    font-size: 22px;
}






/* --> cust-carousel-1 > owl-carousel */
.cust-carousel-1 .image-box {
    /*background-color: #fafafa;*/
    /*border: 1px solid #f3f3f3;*/
}
.cust-carousel-1 .image-box .btn-theme-1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
.cust-carousel-1 .image-box .overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
.cust-carousel-1 .image-box a.overlay {
    cursor: pointer;
}
.cust-carousel-1 .image-box .overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.cust-carousel-1 .image-box .overlay-container:hover .overlay,
.cust-carousel-1 .image-box .overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cust-carousel-1 .image-box a.overlay:hover {
    text-decoration: none;
}
.cust-carousel-1 .image-box a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    /*color: #1da650;*/
    color: rgba(20, 22, 26, .7);
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
    line-height: 50px;
}

.cust-carousel-1 .image-box a.overlay.small i {
    font-size: 24px;
    line-height: 1;
    margin-top: -8px;
    margin-left: -8px;
}
/* <-- cust-carousel-1 > owl-carousel */





.com_phocadownload .t3-mainbody {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.phocadl-order-files {
    float: left;
    margin-bottom: 10px;
}
.phocadl-order-files .order-label {
    display: inline-block;
    margin-right: 5px;
}
.phocadl-order-files .order-input {
    display: inline-block;
}

.phocadl-pagination-limit {
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.phocadl-pagination-limit .limit-label {
    display: inline-block;
    margin-right: 5px;
}
.phocadl-pagination-limit .limit-input {
    display: inline-block;
}
#sbox-window {
    padding: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.com_phocadownload .pd-category .pdtop > a {
    position: relative;
    top: -3px;
}


.com_phocadownload .capfontPhocaPDClass {
    display: none;
}
.com_phocadownload .capfontclosePhocaPDClass > a {
    display: none;
}

.com_phocadownload .bgPhocaPDClass .pd-title,
.com_phocadownload .bgPhocaPDClass .pd-filesize-txt,
.com_phocadownload .bgPhocaPDClass .pd-date-txt,
.com_phocadownload .bgPhocaPDClass .pd-fl-m {
    color: #000000;
}
.com_phocadownload .bgPhocaPDClass .pd-title {
    margin-bottom: 5px;
}
.com_phocadownload #overDiv .bgPhocaPDClass {
     background-color: rgba(245, 245, 245, 0.90);
}
.com_phocadownload #overDiv .fgPhocaPDClass {
    background-color: rgba(255, 255, 255, 0.0);
}
.com_phocadownload #overDiv .fontPhocaPDClass {
    background-color: rgba(255, 255, 255, 0.0);
}


.com_phocadownload #phoca-dl-category-box .pd-category h3.pd-ctitle,
.com_phocadownload #phoca-dl-file-box .pd-file h3.pd-ctitle,
.com_phocadownload #phoca-dl-download-box .pd-file h3.pd-ctitle {
    border: 1px solid #e1e1e1;
}
.com_phocadownload #phoca-dl-category-box .pd-filebox {
    border-bottom: 1px solid #e1e1e1;
}




