/* --> 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: 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.navbar-fixed-top .logo-image img.logo-img {
    /*width: 75%;*/
    width: 90%;
    position: relative;
    top: 6px;
    -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;
}

@media (max-width: 1200px) {
    .t3-header .logo-image img.logo-img {
        width: 90%;
        position: relative;
        top: -4px;
        -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: 90%;
        position: relative;
        top: -4px;
        -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: 90%;
        position: relative;
        top: -4px;
        -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;
}

.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 a.dj-up_a {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

.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(231, 166, 37, 0.8) !important;*/
    background-color: rgba(0, 0, 0, 1) !important;
    color: #ffffff;
}

.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(231, 166, 37, 0.8) !important;*/
    background-color: rgba(0, 0, 0, 1) !important;
    color: #ffffff;
}

.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: rgba(231, 166, 37, 0.8) !important;*/
    background-color: rgb(0, 0, 0) !important;
    color: #ffffff;
}

.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(255, 255, 255, 0.80);
    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(255, 255, 255, 0.80);
    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;
}

/* <- 底線效果 */

/*
.dj-megamenu li a.dj-up_a span {
    height: 45px;
    line-height: 45px;
}
.dj-megamenu {
    height: 45px;
}
.dj-megamenu li a.dj-up_a {
    height: 45px;
}
.dj-megamenu li div.dj-subwrap,
.dj-megamenu li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li div.dj-subwrap {
    margin: 14px 0;
}
*/

/* <-- dj-megamenu */

/***************************************************/
/* --> cust-breadcrumb */
/***************************************************/

.cust-breadcrumb {
    padding: 90px 0px;
    /*padding: 23px 0px;*/
    /*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url('../../../images/section/breadcrumb/1.jpg') no-repeat center 20%;*/
    background: linear-gradient(rgba(36, 39, 38, 0.45), rgba(36, 39, 38, 0.45)), rgba(36, 39, 38, 0.45) url('../../../images/section/breadcrumb/1.jpg') no-repeat center 20%;
    background-size: cover;

    background-attachment: fixed;
}

.cust-breadcrumb .title {
    margin-top: 74px;
}

.cust-breadcrumb .title h1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 38px;
    font-weight: 400;
    color: #ffffff;
}

.cust-breadcrumb .breadcrumb-element {
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
}

.cust-breadcrumb ol.breadcrumb {
    background-color: transparent !important;
    color: #ffffff;
    font-size: 14px;
}

.cust-breadcrumb ol.breadcrumb a {
    color: #ffffff;
    font-size: 14px;
}

.cust-breadcrumb ol.breadcrumb i {
    color: #ffffff;
    font-size: 14px;
}

.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 {
    background-color: rgba(38, 38, 38, 1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    /*font-size: 12pt;*/
    padding: 40px 0px 20px 0px;
}

.footer-section a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-section .logo-footer {
    margin-bottom: 10px;
}

.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 .col-41 {
    margin-bottom: 35px;
}

.footer-section .col-42 {
    margin-bottom: 15px;
}

.footer-section .col-43 {
    margin-bottom: 30px;
}

.footer-section .col-44 {
    margin-top: 20px;
}

.footer-section .footer-content h2 {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
}

.footer-section .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-section .nav-pills > li > a {
    border-radius: 0px;
}

.footer-section .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 0px !important;
    color: rgba(255, 255, 255, 0.7);
    /*font-size: 12pt;*/
    font-size: 15px;
    font-weight: 300;
}

.footer-section .nav > li > a:hover,
.footer-section .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
}

.footer-section .nav > li {
    margin-right: 25px;
    /*margin-right: 15px;*/
    float: left;
}

.footer-section .nav > li:first-child {
    padding-top: 1.5px;
}

footer .copyright {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
    border-top: 0.5px;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-top-style: solid;
}

footer .copyright .design-by {
    /*display: none;*/
}
footer .copyright .design-by a {
    color: rgba(255, 255, 255, 0.8);
}
/* <-- 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;
    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: 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%;
}
.contact-section .btn.btn-primary {
    color: #ffffff !important;
    background-color: #4d79a5 !important;
    border-color: #4d79a5 !important;
}
.contact-section .btn.btn-primary:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #4d79a5 !important;
}
/* <-- contact-section */

/**************************************/
/* --> contact-item */
/**************************************/
.contact-item {
    font-size: 12pt;
}

.contact-item a {
    color: #000000;
}

.contact-item a:hover {
    color: rgba(231, 166, 37, 1);
}

.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: #0787d5 !important;*/
    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;
}

.contact-item .media:hover .icon {
    background-color: #ffffff !important;
    color: #4d79a5 !important;
    border: 3px 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;
}

.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 */

/* --> gallery-section */
/*
.gallery-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%;
}
.gallery-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
*/
/* <-- gallery-section */



/**************************************/
/* --> DJ-Catalog2 */
/**************************************/
.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;
}

/* -> 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 */

#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 .featured_item .djc_item_bg {
    background-color: rgba(255, 255, 255, 1) !important;
}

#djcatalog .djc_item_bg {
    /*border: 3.0px solid rgba(0, 0, 0, 0.08);*/
    border: 3.0px solid #ededed;
    /*background-color: rgba(238, 238, 238, 1.0) !important;*/
}

#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_item_bg {
    margin: 0 0 20px 20px;
}

#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: #0787d5;
}

#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: #0787d5;
}

.com_djcatalog2 .t3-mainbody {
    padding-top: 60px;
    padding-bottom: 50px;
}

/* <-- 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: #3e5a9c;*/
    /*background-color: rgba(18, 48, 2, 0.8);*/
    /*background-color: rgba(111, 8, 18, 0.8);*/
    background-color: rgba(0, 0, 0, 0.6);
    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: #3f86be;*/
    /*background-color: rgba(75, 175, 76, 0.8);*/
    /*background-color: rgba(239, 90, 117, 0.8);*/
    background-color: rgba(7, 135, 213, 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;
}
/* <-- 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);
    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);
    /*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;
    margin: 0 2px;
    line-height: 25px;
}
.top-bar .social-bar {
    float: right;
}
.top-bar .social-bar a:hover {
    /*background-color: #0787d5;*/
    background-color: #4d79a5;
}
.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: #0787d5 !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;
}
.dj-megamenu-custom119 li a.dj-up_a span {
    height: 50px;
    line-height: 50px;
}
.dj-megamenu-custom119 li a.dj-up_a .arrow {
    /*top: 17px;*/
    top: 19px;
}
.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: 25px;*/
    top: 22px;
}




/**************************************/
/* --> aboutus-section */
/**************************************/
.aboutus-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%;
}
.aboutus-section {
    font-size: 12pt;
}

.aboutus-section h1 {
    font-size: 38px;
    font-weight: 700;
}

.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 #4d79a5;
    background-color: #ffffff;
    /*color: rgba(0, 0, 0, 0.7);*/
    color: #4d79a5;
}

.aboutus-section .box i {
    font-size: 30px;
    line-height: 64px;
}
.aboutus-section .default-bg {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: #4d79a5;
    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 */


/**************************************/
/* --> 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;
}
/* <-- 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 #4d79a5 !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 #4d79a5 !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 */










