/* Minification failed. Returning unminified contents.
(3404,35): run-time error CSS1039: Token not allowed after unary operator: '-majestic-border'
(3412,17): run-time error CSS1039: Token not allowed after unary operator: '-majestic-text-primary'
(3424,17): run-time error CSS1039: Token not allowed after unary operator: '-majestic-orange'
 */
body{padding-top:80px}
/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    width: auto !important;
    /*overflow-x: hidden !important;*/
}

/* Fix for Sticky Footer on short pages (e.g. Logoff) */
#wrapper>.container {
    min-height: 80vh;
}

body {
    /* font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; */
    /*font-family: "Playfair Display", serif;*/
    color: #333;
    font-family: Mulish, Helvetica, Arial, Sans-Serif, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: none
}

.block-group {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px;
}

.block-group-left {
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.block-group-left .block-separator,
.block-group-left .block-separator-white {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.block-separator {
    width: 30%;
    color: #a0a0a0 !important;
    background-color: #a0a0a0 !important;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    border: none;
    border-top: 5.45px solid;
}

.block-separator-white {
    width: 30%;
    color: #ffffff !important;
    background-color: #ffffff !important;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    border: none;
    border-top: 5.45px solid;
}

/*.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}*/



.glyphicon.glyphicon-plus,
.glyphicon.glyphicon-minus {
    font-size: 16px;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(35, 35, 190, 0.8);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(35, 35, 150, 1);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(35, 35, 190, 0.8);
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #fff;
    background-color: #831010;
}

.btn-red {
    border-radius: 0;
    color: #fff;
    background-color: #ae0303;
}

.btn-cancel {
    color: #333 !important;
    background-color: #ddd !important;
    border: 1px !important;
    border-color: #000 !important;
}

.btn-cancel:focus,
.btn-cancel:hover {
    color: #333 !important;
    background-color: #ccc !important;
    border-color: #8c8c8c !important;
    border: 1px !important;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}


.toggle {
    margin: 5px 5px 0 0;
}



a {
    color: #ccc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #7ad98f;
}

/* custom color */
.white {
    color: #fff;
}

.light-green {
    color: #7ad98f;
}

/* Header */
.modal-content {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

#ShulinSearchSection {
    background: grey;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top right, #353232, #a19c9c);
    background: -o-linear-gradient(top right, #353232, #a19c9c);
    background: -moz-linear-gradient(top right, #353232, #a19c9c);
    background: linear-gradient(to top right, #353232, #a19c9c);

    width: 100%;
    /*margin-top:65px;*/
    padding: 10px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    #ShulinSearchSection {
        width: 100%;
        /*margin-top: 56px; */
        padding: 10px;
        z-index: 1001;
    }
}

#ShulinSearchForm {
    margin-right: 40px;
}

#ShulinSearchText {
    width: 200px;
}

#ShulinSearchButton {
    top: 78px;
    right: 40px;
    position: absolute;
    margin-right: 10px;
    background-size: 20px;
    border: 0 none;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    height: 20px;
    min-width: 20px;
    padding: 0;
    width: 30px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    #ShulinSearchButton {
        top: 68px;
        right: 40px;
    }
}

.header {
    display: table;
    position: relative;
    width: 100%;
    /*height: 75%;*/
    /* background: url(../images/bg_small.jpg) no-repeat center center scroll; */
    /*background: url(../images/bg_002.jpg) no-repeat center center scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*background-size:100% auto;*/
    -o-background-size: cover;
    /*padding-top: 65px;*/
}

.img-header {
    width: 100%;
    height: 100%;
    min-height: 360px;
    max-height: 800px;
    object-fit: cover;
    /* <--- Add this line */
    object-position: center;
    /* <--- Optional: ensures the center of the image is always visible */
}

.header-text-wrapper {
    margin-top: -5%;
    /*margin-left: 8%;*/
    padding-top: 20%;
    padding-bottom: 100%;
    min-width: 250px;
    color: #fff;
    width: 100%;
    height: 650px;
    background-color: rgba(0, 0, 0, 0.3)
}


.header-text-wrapper h2 span {
    /*font-family:"Agency FB", "Open Sans",Calibri,Candara,Arial,sans-serif;*/
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    font-size: 36px;
    display: block;
    /*font-size: 1.5em;*/
    -webkit-margin-before: 3.5em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-style: normal;
    font-weight: bold;
    margin-top: 3.5em;
}

.header-text-wrapper h4 span {
    font-weight: 100;
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    /*font-size: 1.5em;*/
}

@media (max-width:768px) {
    .header-text-wrapper h2 span {
        -webkit-margin-before: 4.5em;
        -webkit-margin-after: 0.3em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        margin-top: 4.5em;
        font-style: normal;
        font-size: 28px;
        font-weight: bold;
    }

    .header-text-wrapper {
        /*margin-left: 8%;*/
        padding-top: 10%;
        padding-bottom: 100%;
        min-width: 250px;
        color: #fff;
        width: 100%;
        height: 100%;
        /*max-height: 300px;*/
        background-color: rgba(0, 0, 0, 0.3)
    }
}


.nav-item.globe {
    width: 40px;
    height: 40px;
    margin: 12px 0 0 20px;
    background: url("../images/Globe_iconWhite.png") center center no-repeat;
}

/* top-section*/
#top-section {
    margin-top: 30px;
    padding-bottom: 50px;
}

#top-section .row {
    margin: 0;
}

.top-section-inner-text {
    font-size: 13px;
}

.home-cta.semiconductor {
    min-height: 120px;
}

.home-cta.display {
    min-height: 120px;
}

.home-cta.solar {
    min-height: 120px;
}

.home-cta.prodlibrary {
    min-height: 120px;
}


.home-cta.semiconductor h4 a {
    background: url(../images/product_01.png) center left no-repeat;
    padding: 4px 4px 4px 38px;
    color: #000;
}

.home-cta.display h4 a {
    background: url(../images/product_02.png) center left no-repeat;
    padding: 4px 4px 4px 38px;
    color: #000;
}

.home-cta.solar h4 a {
    background: url(../images/product_03.png) center left no-repeat;
    padding: 4px 4px 4px 38px;
    color: #000;
}

.home-cta.prodlibrary h4 a {
    background: url(../images/product_04.png) center left no-repeat;
    padding: 4px 4px 4px 38px;
    color: #000;
}

/* animated arrow on product captions */
.caption span {
    line-height: 40px;
}

.caption:hover span:after {
    margin-left: 10px;
    opacity: 1;
}

.caption span:after {
    font-family: FontAwesome;
    font-size: 30px;
    height: 30px;
    vertical-align: top;
    content: '\f105';
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
}



.main-container {
    height: 30vh;
}

.main-container .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* News */
.gtco-card-item-news {
    min-height: 350px;
}

.news {
    padding-top: 65px;
    padding-bottom: 65px;
    /* background-color:#fff; */
}

.news-content {
    margin-left: 0;
}

.article-news-feed-post {
    padding-top: 15px;
    padding-bottom: 75px;
    /*border-bottom: 1px solid #eeeeee;*/
    min-height: 400px;
    clear: both;
}

.article-news-feed-date,
.Normal .article-news-feed-date {
    float: left;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 54px;
    display: inline-block;
    /*background-color: #2F89C6;*/
    /* color: #616161; */
    color: #ffffff;
    font-family: 'Gotham Condensed Medium', 'GothamCondensedMedium', Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-right: 2%;
    letter-spacing: 1px;

    position: absolute;
    width: 65px;
    height: 65px;
    top: 10px;
    left: 0px;
    z-index: 999;
}



.article-news-feed-link,
.Normal a.article-news-feed-link,
.Normal a.article-news-feed-link:link,
.Normal a.article-news-feed-link:active,
.Normal a.article-news-feed-link:visited,
.Normal a.article-news-feed-link:hover {
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #232323;
    display: inline-block;
    vertical-align: top;
    width: 78%;
    float: right;
}






/* Top Header */
.carousel-inner {
    height: 100%;
}

.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/grid.png);
}

.header-text {
    position: absolute;
    top: -100px;
    /*left: 1.8%;*/
    /*right: auto;*/
    /*width: 96.66666666666666%;*/
    width: 100%;
    color: #fff;
}

@media (max-width:768px) {
    .header-text {
        text-align: center;
        width: 100%;
        top: -20px;
        /*left: 1.8%;
        right: auto;*/
        color: #fff;
        font-size: 14px;
    }
}

.btn-products {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.section-title-text {
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    font-size: 40px;
    line-height: 1em;
    font-weight: bold;
}

.section-title-subtext {
    margin-bottom: 80px;
}

.bg-text {
    background-color: transparent;
    overflow: hidden;
    padding: 0 0 60px 0;
    position: relative;
    width: 100%;
}

.bg-text::after {
    color: #fff;
    content: attr(data-bg-text);
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 10%;
    /*right: 280px;*/
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .bg-text {
        background-color: transparent;
        overflow: hidden;
        padding: 0 0 60px 0;
        position: relative;
        width: 300px;
    }

    .bg-text::after {
        color: #fff;
        content: attr(data-bg-text);
        font-size: 26px;
        line-height: 1;
        position: absolute;
        right: 10px;
        font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    }

    .section-title-text {
        font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
        font-size: 26px;
        line-height: 1em;
        font-weight: bold;
    }
}

.products {
    margin-top: 48px;
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #bcf9c1;
    background-image: url(../images/grid.png);
}

.products .row {
    margin: 0;
    text-align: center;
}

.products-img {
    height: 120px;
    width: 200px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.products-block {
    border-style: solid;
    border-color: #4599c3;
    border-width: 1px;
    padding: 20px;
    border-radius: 10px;
    margin-left: 1%;
    margin-top: 10px;
    background-color: #fff;
    height: 285px;
    width: 250px;
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    font-size: 12px;
}

.animate-not-repeat {
    animation-iteration-count: 1;
}

.delay-02s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
}

.delay-04s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
}

.delay-06s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
}

.delay-08s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
}


/**** circle style *********/
/*#bigHalfCircle {
    display: block;
}
#bigHalfCircle path {
    fill: #007fff;
    stroke: #007fff;
}

#curveUpColor path, #curveDownColor path {
    fill: #007fff;
    stroke: #007fff;
}*/

/* Effect 19: 3D side */
.news-item-link {
    color: #666;
}

.news-item-link:hover {
    color: #1e4774;
}

.article-news-feed-post .article-news-feed-link {
    color: #fff;
    line-height: 2.5em;
    margin: 0;
    -webkit-perspective: 150px;
    -moz-perspective: 150px;
    perspective: 150px;
    width: 50px;
}

.article-news-feed-post .article-news-feed-link span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    background: #7ad98f;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
}

.article-news-feed-post .article-news-feed-link span::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #7ad98f;
    content: attr(data-hover);
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
}



#gtco-features {
    margin-top: -3em;
    padding-top: 8em;
    position: relative;
    padding-bottom: 30em;
    margin-bottom: -30em;
}

#gtco-features:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 90%;
    top: 0;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    transform: skewY(-3deg);
    background: #56D35E;
}

.support {
    padding-top: 65px;
}

.support-item {
    margin-bottom: 60px;
}

.btn-hollow:hover {
    color: #fff;
    background-color: #71D5D2;
    border-color: #71D5D2;
}

.btn-hollow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7AE2DE;
    border: 2px solid #7AE2DE;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1;
}

.btn-hollow-dark:hover {
    color: #FFF;
    background-color: #7ad98f;
    border-color: #7ad98f;
}

.btn-hollow-dark {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7ad98f;
    border: 2px solid #7ad98f;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1;
}

.btn-hollow-mid:hover {
    color: #fff;
    background-color: #71D5D2;
    border-color: #71D5D2;
}

.btn-hollow-mid {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7AE2DE;
    border: 2px solid #7AE2DE;
    padding: 12px 10px;
    text-decoration: none;
    line-height: 1;
}

.btn-hollow-black:hover {
    color: #fff;
    background-color: #7ad98f;
    border-color: #7ad98f;
}

.btn-hollow-black {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1;
}

/* Company */
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

.section-navigation ul {
    position: absolute;
    top: 6px;
    right: 0;
}

.clearfix {}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

* {
    font-weight: normal;
}

/*user agent stylesheet*/
ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.section-navigation li a.active,
.section-navigation li a:hover {
    background: #221f20;
}

.section-navigation a:hover {
    text-decoration: none;
}

.section-navigation li a {
    display: block;
    font: 12px 'open_sansregular';
    font-weight: normal;
    padding: 5px 16px;
    background: #aaa;
    color: #eee;
}


.section-navigation {
    height: 60px;
}

/*.company-slider .container {
    position: relative;
}*/

.img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.company-slider .overlay:hover {
    opacity: 1;
}

.company-slider .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0;
    background-color: rgba(65, 74, 82, 0.7);
    color: #fff;
}

@media(max-width:100%) {
    .company-slider .img-wrapper {
        width: 100%;
        /*position: absolute;*/
        overflow: hidden;
    }
}

.company-slider .img-wrapper {
    width: 100%;
    /*position: absolute;*/
    overflow: hidden;
}

.company-slides .nav-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.company-slides .container {
    margin-right: auto;
    margin-left: auto;
    /*padding-bottom: 200px;*/
    padding-right: 0;
    padding-left: 0;
}

.company-slides .nav-links {
    /*display: block;*/
    position: absolute;
    top: 19px;
    left: 5%;
    /*right: 50%;*/
    /*margin-right: -470px;*/
}

.company-slides .company-text-top {
    position: absolute;
    top: 80px;
    left: 8%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
    /*border-top:solid 2px #fff;*/
}


.company-slides .nav-links li a:hover,
.company-slides .nav-links li a:focus,
.company-slides .nav-links li a:active {
    color: #fff;
    background-color: rgba(35, 35, 150, 1);
}


.company-slides .nav-links li a {
    /*background: #000;
    background: rgba(0,0,0,0.9);
    color: #eee;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    min-width: 60px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5px 20px;*/
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7AE2DE;
    border: 2px solid #7AE2DE;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1;
}

.company-slides .nav-links li a:hover {
    color: #fff;
    background-color: #71D5D2;
    border-color: #71D5D2;
}

@media (min-width:1200px) {
    .company-slider .container {
        padding-left: 50px;
        padding-top: 10px;
    }

    .carousel-inner .item {
        min-height: 425px;
    }

    .company-slider .company-text-bottom {
        margin-top: 6%;
    }

    /*.carousel-control{top:45%;}*/
    /*.company-slider .item-new-tempo-metallization-platform .company-text-bottom{width:500px;}*/
    /*.company-slider .item-new-tempo-metallization-platform .company-text-bottom h2{max-width:450px;}*/
}

@media (max-width:1199px) {

    /*.company-slider .company-text-bottom h2{font-size:24px;line-height:inherit;}*/
    /*.company-slider .company-text-bottom h3{font-size:16px;}*/
    /*.company-carousel .nav-links {display:none;}*/
    .company-slider .container {
        padding-left: 70px;
        padding-top: 50px;
    }
}

@media (max-width:991px) {

    /*.company-slider .img-wrapper{position:static;}*/
    .company-slider .align-left .company-text-bottom {
        margin: 0;
        background: #333333;
        padding: 15px;
        width: auto;
        min-height: 43px;
    }

    .company-slider .align-left .company-text-bottom h2 {
        font-size: 14px;
        font-weight: bold;
        line-height: inherit;
        color: #fff;
        margin-top: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
    }

    .company-slider .align-left .company-text-bottom h3 {
        width: auto !important;
        font-size: 12px;
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }

    .company-slider .align-left .company-text-bottom br {
        display: none;
    }

    .company-slider .align-left .company-text-bottom .company-button {
        display: none;
    }

    .company-slider .carousel-inner .item {
        min-height: inherit;
    }

    .company-slider .container {
        width: auto;
    }

    .company-slider .container {
        padding-left: 0px;
        padding-top: 0px;
    }
}

@media (max-width:768px) {
    .company-slides .nav-links {
        display: none;
    }

    .company-slider .container {
        width: auto;
    }
}

@media (min-width: 749px) and (max-width: 973px) {
    .company-slides {
        display: table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        /*height: 10%;*/
        /*background: url(../images/company.jpg) no-repeat center center scroll;*/
    }
}

/*@media (min-width: 768px) and  (max-width: 973px) {
    .company-slides {
        display:table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        height: 75%;
        
    }
}*/
@media (max-width: 768px) {
    .company-slides {
        display: table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        /*height: 20%;*/
        /*background: url(../images/company.jpg) no-repeat center center scroll;*/
    }
}

@media (min-width: 769px) and (max-width: 974px) {
    .company-slides {
        display: table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        /*height: 75%;*/
        /*background: url(../images/company.jpg) no-repeat center center scroll;*/
    }
}

@media (min-width: 975px) and (max-width: 1023px) {
    .company-slides {
        display: table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        /*height: 80%;*/
        /*background: url(../images/company.jpg) no-repeat center center scroll;*/
    }
}

@media (min-width: 1024px) and (max-width: 1070px) {
    .company-slides {
        display: table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        /*height: 82%;*/
        /*background: url(../images/company.jpg) no-repeat center center scroll;*/
    }
}

@media (min-width: 1071px) and (max-width: 1099px) {
    .company-slides {
        display: table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        /*height: 86%;*/
        /*background: url(../images/company.jpg) no-repeat center center scroll;*/
    }
}

@media (min-width: 1100px) and (max-width: 1223px) {
    .company-slides {
        display: table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        /*height: 90%;*/
        /*background: url(../images/company.jpg) no-repeat center center scroll;*/
    }
}

@media (min-width: 1224px) {
    .company-slides {
        display: table;
        padding-top: 65px;
        padding-bottom: 0px;
        width: 100%;
        /*height: 97%;*/
        /*background: url(../images/company.jpg) no-repeat center center scroll;*/
    }
}


.company-dropdown {
    color: #fff;
    background-color: #2b2b2b;
    padding: 10px;
    font-weight: bold;
}

.company-dropdown .dropdown-menu {
    margin-top: -2px;
    background-color: #2b2b2b;
}

.company-dropdown li a {
    color: #fff;
    background-color: #2b2b2b;
}

.company-dropdown li a:hover,
.company-dropdown li a:focus,
.company-dropdown li a:active {
    color: #fff;
    background-color: rgba(155, 241, 21, .5);
}


.region-sidebar-second .block,
.topic-info-right-sidebar .block {
    margin-bottom: 30px;
}

.region-sidebar-second h2.block-title,
.topic-info-right-sidebar h2.block-title {
    margin: 0 0 10px;
    font-size: 14px;
}


body.front .caption p {
    min-height: 100px;
    color: #6b6d70;
    font-size: 12px;
}


.section-navigation li {
    display: inline-block;
    float: left;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

@media (max-width: 767px) {
    .section-navigation .navbar .btn-navbar {
        background: #569bbe;
        border: none;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        padding: 20px 20px 20px;
    }
}

@media (max-width: 767px) {
    .navbar .btn-navbar {
        display: block;
    }
}


.section-navigation .container {
    padding-top: 0px;
    padding-right: 0;
}

@media (max-width: 767px) {
    .section-navigation .navbar .btn-navbar .icon-bar {
        box-shadow: none;
        background-color: #FFF;
        height: 3px;
    }
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px;
}



/* Home */
@media (min-width: 767px) {

    .panel-col-a,
    .panel-col-b,
    .panel-col-c,
    .panel-col-d {
        width: 232px;
        height: 150px;
        float: left;
        min-height: 1px;
        margin-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 991px) {

    .panel-col-a,
    .panel-col-b,
    .panel-col-c,
    .panel-col-d {
        width: 232px;
        height: 150px;
        float: left;
        min-height: 1px;
        margin-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .panel-col-a,
    .panel-col-b,
    .panel-col-c,
    .panel-col-d {
        width: 232px;
        height: 150px;
        float: left;
        min-height: 1px;
        margin-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.contact {
    margin-top: 0;
    padding-top: 65px;
    padding-bottom: 65px;
    /*display:table;*/
    width: 100%;
    /*height: 100%;*/
    background-color: #fff;
}

.contact .row {
    /*padding-top: 0px;*/
    /*padding-bottom: 20px;*/
    /*height: 300px;*/
    background-color: #fff;
}

/* need to fix the indexer ...*/
.contact-indexer {
    padding-top: 65px;
    background-color: #fff;
    width: 100%;
    display: inline-block;
}

#contact-section {
    margin-top: 65px;
    background-color: #fff;
}



#contact-us-text {
    margin-top: -80px;
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    font-size: 40px;
    line-height: 1em;
}

#contact-us-main-message {
    margin-bottom: 140px;
}

.arrow-link {
    line-height: 30px;
}

.arrow-link:hover:after {
    margin-left: 10px;
    opacity: 1;
}

.arrow-link:after {
    font-size: 30px;
    font-family: FontAwesome;
    vertical-align: top;
    content: '\f105';
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
}



/* Footer */
footer {
    padding: 40px 0;
    background-color: #2b2b2b;
    color: #fff;
    /*position: relative;*/
    bottom: 0;
    width: 100%;
}

footer .list-inline {
    color: #fff;
}

.footer-top-link ul {
    padding: 0 0 15px;
    list-style: none;
    margin: 0;
}

.footer-top-row {
    height: 150px;
}

@media only screen and (min-width: 1025px) {
    .footer-linksContainer {
        float: left;
        position: relative;
        top: 9px;
    }
}

@media only screen and (min-width: 1180px) {
    .footer-link {
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -ms-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        transition: color 0.5s ease;
        opacity: 1;
    }

    .footer-logo-top {
        display: none;
    }

    .copy {
        padding-left: 20px;
    }
}

@media (max-width: 1200px) {
    .footer-logo-bottom {
        display: none;
    }
}


/**** Social Bar*****/
.social-container {
    background-color: #f1f1f1;
}

.pull-right span.social {
    position: relative;
    display: inline-block;
    float: left;
    padding: 20px;
    margin-top: 10px;
    white-space: nowrap;
}

.social-container-inner {
    height: 60px;
}

.horizontal {
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    clear: none;
    float: left;
}

.nav ul.horizontal li {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding: 5px;
}

/* Shared */
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.pagination-container {
    min-width: 600px;
    display: table-footer-group;
}


/* products*/
.products .tag-new {
    background: url("../images/tag-new.png") 0 0 no-repeat;
}

.products .tag-hot {
    background: url("../images/tag-hot.png") 0 0 no-repeat;
}

.products .tag {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -3px;
    left: -3px;
    z-index: 999;
}





/* Scroll to top link button */
a#scroll-to-top {
    width: 35px;
    height: 35px;
    /* <li> is hidden and updated from javascript.  No need to uncomment
    position: fixed;
    right: 30px;
    bottom: 30px;*/
    text-indent: -9999px;
    font-size: 10px;
    cursor: pointer;
    outline: 0;
}

#top-link-block.affix-top {
    position: absolute;
    /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
    z-index: 10000;
}

#top-link-block.affix {
    position: fixed;
    /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
    z-index: 10000;
}



.navbar {
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    background-color: #24412a;
    border-color: #24412a;
}


.navbar-collapse {
    max-height: 100% !important;
    border-top: 0;
    padding-left: 0;
}

.navbar-custom {
    margin-bottom: 0;
    /*height: 65px;*/
    /*border-bottom: 1px solid rgba(255,255,255,.3);*/
    border-bottom: 0;
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    /*background-color: rgba(43,43,43, .5);*/
    /* #2b2b2b; */
    background-color: transparent;
    /*color:#fff;*/
}


.navbar-static {
    font-size: 14px !important;
    padding-bottom: 35px !important;
    padding-top: 0 !important;
    height: 36px !important;
    margin: 0 !important;
    min-height: 30px;
}

.navbar-static .navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    line-height: 12px;
    padding-left: 10px !important;
    font-size: 12px;
}

/*.navbar-custom .navbar-header {
    width: 300px;
}*/

@media only screen and (max-width: 768px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar-header {
        background-color: #2b2b2b;
    }

    .navbar-static {
        font-size: 14px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        height: auto !important;
        margin: 0 !important;
        min-height: 30px;
    }

    .navbar-collapse {
        padding-left: 15px;
    }

}

@media (max-width: 768px) {
    .navbar-brand {
        padding: 0;
    }

    /*.navbar-brand img {
        margin-top: -15px;
        margin-left: 10px;
    }*/

    .navbar-custom .navbar-brand {
        /*font-weight: 700;*/
        /*padding: 18px 15px;*/
        /*height: 100%;*/
        margin-top: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-custom .navbar-brand {
        /*font-weight: 700;*/
        /*padding: 18px 15px;*/
        /*height: 100%;*/
        margin-top: -5px;
    }
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    /*padding: 4px 6px;*/
    font-size: 16px;
    /*color: #fff;*/
    background-color: #2b2b2b;
}

.navbar-toggle {
    /*color: #fff;*/
    /*background-color:#2b2b2b;*/
    margin-right: 10px;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    /*text-transform: uppercase;*/
    font-weight: 500;
    /*color: #fff;*/
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    line-height: 36px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    /*color: rgba(253,142,122,.8);*/
    /*background-color: transparent;*/
}

.navbar-custom .nav li.active a {
    /*background-color: rgba(155,241,21,.5);*/
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    /*background-color: transparent;*/
    /*background-color: rgba(150,200,100,.5);*/
}

/*.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(155,241,21,.5);
}*/



.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 0.5px;
        /* JW: uncommented if transparent */
        /* background: 0 0; */
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: #2b2b2b;
    }
}

@media screen and (min-width: 768px) {

    /*.navbar-custom .navbar-nav > li:not(.disabled).active > a,
    .navbar-custom .navbar-nav > li:not(.disabled).open > a, 
    .navbar-custom .navbar-nav > li:not(.disabled) > a:focus, 
    .navbar-custom .navbar-nav > li:not(.disabled) > a:hover {
        border-bottom-width: 5px;
        border-left-width: 0;
    }*/
    .navbar-custom .navbar-nav>li:not(.disabled).active>a {
        border-bottom-width: 5px;
        border-left-width: 0;
    }
}

.navbar-custom .navbar-nav>li:not(.disabled).active>a,
.navbar-custom .navbar-nav>li:not(.disabled).open>a,
.navbar-custom .navbar-nav>li:not(.disabled)>a:focus,
.navbar-custom .navbar-nav>li:not(.disabled)>a:hover {
    color: #7ad98f;
    /*background: #2b2b2b;*/
    background-color: transparent;
}

.navbar-main-collapse .collapse.in>li:not(.disabled).active>a,
.navbar-main-collapse .collapse.in>li:not(.disabled).open>a,
.navbar-main-collapse .collapse.in>li:not(.disabled)>a:focus,
.navbar-main-collapse .collapse.in>li:not(.disabled)>a:hover {
    color: #7ad98f;
    background: #2b2b2b;
}

@media screen and (min-width: 768px) {

    .navbar-custom .navbar-nav>li>a {
        /*font-size: 16px;*/
        /*letter-spacing: 1px;*/
    }
}

.navbar-custom .navbar-nav>li>a {
    border: 0 solid #7ad98f;
    /*color: #787878;*/
}

.navbar-custom .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #7ad98f;
    /*background-color: #2b2b2b;*/
    background-color: transparent;
}

.navbar-custom .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:not(:focus) {
    /*background-color: #2b2b2b;*/
    background-color: transparent;
}


@media(max-width:768px) {

    .navbar-custom .navbar-nav>li:not(.disabled).active>a,
    .navbar-custom .navbar-nav>li:not(.disabled).open>a,
    /*.navbar-custom .navbar-nav > li:not(.disabled) > a:focus,*/
    .navbar-custom .navbar-nav>li:not(.disabled)>a:hover {
        border-left-width: 5px;
        color: #7ad98f;
        padding-left: 10px;
        background-color: #2b2b2b;

    }

    .navbar-custom .navbar-nav>li>a {
        border: 0 solid #7ad98f;
        padding: 10px 10px;
        background-color: #2b2b2b;
    }

    .navbar-main-collapse {
        color: #7ad98f;
        background: #2b2b2b;
    }
}


.navbar-toggle-home,
.navbar-toggle-home:hover,
.navbar-toggle-home:focus {
    /*background-color:#2b2b2b;*/
    background-color: transparent !important;
}



/* lang bar*/
#ShulinLogin>a {
    color: #fff;
}

#ShulinGlobe>a {
    color: #fff;
}

#current-language-text {
    /*color: #fff;*/
    margin-top: 25px;
    margin-left: 5px;
    /*display: block;*/
    font-size: 12px;
}

#toggleShulinLogin>a {
    color: #fff;
}

#toggleShulinGlobe>a {
    color: #fff;
}

#toggleShulinQuoteList>a {
    color: #fff;
}

#toggleShulinWishList>a {
    color: #fff;
}

#toggleShulinContactForm>a {
    color: #fff;
}

#ShulinLogin>a:hover,
#ShulinGlobe>a:hover,
#current-language-text:hover,
#toggleShulinLogin>a:hover,
#toggleShulinLogin>a:focus,
#toggleShulinGlobe>a:hover,
#toggleShulinGlobe>a:focus,
#ShulinWishList>a:hover,
#ShulinQuoteList>a:hover,
#toggleShulinWishList>a:hover,
#toggleShulinWishList>a:focus,
#toggleShulinQuoteList>a:hover,
#toggleShulinQuoteList>a:focus,
#ShulinContactForm>a:hover,
#toggleShulinContactForm>a:hover,
#toggleShulinContactForm>a:focus {
    /*background-color:#2b2b2b;*/
    background-color: transparent;
    color: #7ad98f;
}



/* mobile menu */
.menu-nav {
    position: relative;
    width: 50px;
    height: 60px;
    /*border-bottom: 1px solid #353338;*/
    /*background: #252328;*/
    z-index: 99;
    -webkit-transition: background .215s ease-in-out 0s, color .215s ease-in-out 0s;
    transition: background .215s ease-in-out 0s, color .215s ease-in-out 0s;
}

.menu-nav.open .menu-icon {
    background-position: 0 -16px;
    -webkit-transition: -webkit-transform .25s ease-out 0s;
    transition: transform .25s ease-out 0s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu-nav .menu-icon {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -8px -8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/menu-mobile.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: -webkit-transform .25s ease-out 0s;
    transition: transform .25s ease-out 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/*@keyframes show {
  to {
    opacity: 1;
  }
}*/

/*@keyframes show {
  to {
    opacity: 1;
  }
}*/

.products-path {
    stroke: #4CADC1;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation-duration: 1s;
    fill: transparent;
    /*animation-delay: 4s;*/
}

.products-block:hover path {
    /*-webkit-animation: 1.5s draw linear forwards;
    animation: 1.5s draw linear forwards;*/
    /*-webkit-animation: draw 1s infinite;
    animation: draw 1s infinite;*/
    -webkit-animation: draw 1s;
    animation: draw 1s;
    opacity: 1;
    stroke-width: 2;
    animation-fill-mode: forwards;
    /*animation-iteration-count: 1;*/
    animation-name: draw;
    animation-timing-function: linear;
}


.product-svg {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.product-overlay {
    width: 250px;
    height: 285px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: transparent;
    z-index: 3;
    border-radius: 10px;
}


.products-block h4,
.products-block .products-text {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.products-block:hover h4,
.products-block:hover .products-text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products-block a {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

.products-block:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products-block:hover .product-overlay {
    width: 250px;
    height: 285px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: rgba(65, 74, 82, 0.7);
    z-index: 3;
    border-radius: 10px;
}

.products-block:hover h4,
.products-block:hover .products-text {
    color: #fff;
}




.gtco-card-item {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gtco-card-item figure {
    height: 200px;
    overflow: hidden;
    z-index: 12;
    position: relative;
}

.gtco-card-item figure .overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.gtco-card-item figure .overlay i {
    z-index: 12;
    color: #fff;
    font-size: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: -45px;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gtco-card-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gtco-card-item .gtco-text {
    padding: 20px 10px 10px 20px;
    text-align: center;
}

.gtco-card-item .gtco-text.text-left {
    text-align: left;
}

.gtco-card-item .gtco-text h2,
.gtco-card-item .gtco-text span {
    text-decoration: none !important;
}

.gtco-card-item .gtco-text h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #66D37E;
}

.gtco-card-item .gtco-text span {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
}

.gtco-card-item .gtco-text p {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-card-item .gtco-text span.btn {
    color: #666666 !important;
    opacity: 1;
    /*visibility: visible;*/
    bottom: 0;
    background: #ebebeb;
    border: 2px solid #ebebeb !important;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*border-radius: 4px;*/

    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 20px;
    text-decoration: none;
    line-height: 1;
}

.gtco-card-item .gtco-text .gtco-category {
    font-size: 12px;
    color: #cccccc;
}

.gtco-card-item .gtco-text .gtco-category span {
    font-size: 12px;
    color: gray;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-card-item:hover,
.gtco-card-item:focus {
    bottom: 7px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}

.gtco-card-item:hover img,
.gtco-card-item:focus img {
    -webkot-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gtco-card-item:hover span.btn,
.gtco-card-item:focus span.btn {
    opacity: 1;
    /*visibility: visible;*/
    bottom: 0px;
    color: #fff !important;
    border: 2px solid #7ad98f !important;
    background: #7ad98f !important;
    text-transform: uppercase;
}

.gtco-card-item:hover figure .overlay,
.gtco-card-item:focus figure .overlay {
    opacity: 1;
    visibility: visible;
}

.gtco-card-item:hover figure .overlay i,
.gtco-card-item:focus figure .overlay i {
    margin-top: -15px;
}

.gtco-card-item:hover h2,
.gtco-card-item:hover span,
.gtco-card-item:focus h2,
.gtco-card-item:focus span {
    text-decoration: none !important;
}

.product-image-desc {
    font-size: smaller;
}

/* Site-Map */

.default-site-section {
    margin-top: 1px;
    padding-top: 80px;
    padding-bottom: 105px;
    background-color: #f1f1f1;
    background-image: url(../images/grid.png);
}

.default-site-section ul {
    padding: 0;
    margin: 0 0 10px 25px;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.default-site-section a,
.default-site-section a:visited {
    color: rgba(65, 74, 82, 0.7);
}

.default-site-section a:hover,
.default-site-section:active {
    color: #552323;
    font-weight: bold;
}

#sitemap-section::after {
    content: "";
    background: url(../images/shulin_bg.png) no-repeat center;
    opacity: 0.5;
    /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
    filter: alpha(opacity=50);
    /* for <= IE 8 */
    top: 250px;
    left: 300px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}


/* Error */
.error-message-container {
    margin-top: 75px;
    height: 52.5vh;
}

.error-message-container .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

@media (min-width:1500px) {
    .error-message-container {
        height: 60vh;
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    .error-message-container {
        height: 30vh;
    }
}


/* additional image*/
.gtco-cover {
    height: 900px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

.gtco-cover a {
    color: #66D37E;
}

.gtco-cover a:hover {
    color: white;
}

.gtco-cover .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.gtco-cover>.gtco-container {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .gtco-cover {
        height: 500px;
    }
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .gtco-cover .display-t,
    .gtco-cover .display-tc {
        height: 500px;
    }
}

.gtco-cover.gtco-cover-sm {
    background-attachment: fixed;
    height: 500px;
    background-image: url("../images/forest_middle.jpg");
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-sm {
        height: 400px;
    }
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .gtco-cover.gtco-cover-sm .display-t,
    .gtco-cover.gtco-cover-sm .display-tc {
        height: 300px;
    }
}

.gtco-cover.gtco-cover-xs {
    height: 500px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-xs {
        height: inherit !important;
        padding: 3em 0;
    }
}

.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
    height: 400px;
    display: table;
    width: 100%;
}

.gtco-cover>.gtco-container {
    position: relative;
    z-index: 10;
}

.gtco-container {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Source Sans Pro", "Open Sans", Calibri, Candara, Arial, sans-serif;
}

#gtco-header .display-tc h1,
#gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {

    .gtco-cover.gtco-cover-xs .display-t,
    .gtco-cover.gtco-cover-xs .display-tc {
        padding: 3em 0;
        height: inherit !important;
    }

    #gtco-header .display-tc h1,
    #gtco-counter .display-tc h1,
    .gtco-cover .display-tc h1 {
        margin-bottom: 50px;
        font-size: 32px;
        font-weight: 300;
    }
}

/* flex section*/
.flex-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    background-color: white;

}

.flex-section .flex-img {
    position: relative;
    overflow: hidden;
    background-image: url(../images/company_02.jpg);
}

.flex-section .flex-img:before {
    left: -110px;
    content: "";
    position: absolute;
    height: 120%;
    background: #f6f9fc;
    width: 100px;
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    transform: skewX(-12deg);
}

@media screen and (max-width: 768px) {
    .flex-section .flex-img:before {
        display: none;
    }
}

.flex-section .col-1 {
    padding: 7em 0;
    width: 62%;
}

.flex-section .col-1 .text {
    padding-left: 40%;
    padding-right: 10%;
}

@media screen and (max-width: 1200px) {
    .flex-section .col-1 .text {
        padding-left: 30%;
    }
}

@media screen and (max-width: 768px) {
    .flex-section .col-1 .text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.flex-section .col-2 {
    width: 35%;
    background-size: cover;
    background-position: center center;
    min-height: 450px;
}

@media screen and (max-width: 992px) {

    .flex-section .col-1,
    .flex-section .col-2 {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .flex-section .col-1 {
        padding: 4em 0;
    }
}

.flex-section.reverse {
    position: relative;
}

.flex-section.reverse .flex-img {
    position: relative;
    overflow: hidden;
}

.flex-section.reverse .flex-img:before {
    display: none;
}

.flex-section.reverse .flex-img:after {
    right: -120px !important;
    content: "";
    position: absolute;
    height: 120%;
    background: #fff;
    width: 100px;
    -webkit-transform: skewX(12deg);
    -moz-transform: skewX(12deg);
    transform: skewX(12deg);
}

@media screen and (max-width: 768px) {
    .flex-section.reverse .flex-img:after {
        display: none;
    }
}

.flex-section.reverse .col-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

@media screen and (max-width: 992px) {
    .flex-section.reverse .col-2 {
        position: relative;
    }
}

.flex-section.reverse .col-1 {
    left: 38%;
    position: relative;
}

@media screen and (max-width: 992px) {
    .flex-section.reverse .col-1 {
        left: 0;
    }
}

.flex-section.reverse .col-1 .text {
    padding-left: 10%;
    padding-right: 40%;
}

@media screen and (max-width: 1200px) {
    .flex-section.reverse .col-1 .text {
        padding-right: 30%;
    }
}

@media screen and (max-width: 768px) {
    .flex-section.reverse .col-1 .text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
}


.check-li {
    padding: 0;
    margin: 0;
}

.check-li li {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    list-style: none;
    line-height: 1.5;
    font-weight: 300;
    font-size: small;
}

.check-li li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    to: .2em;
    content: "\e116";
    font-size: 26px;
    color: #66D37E;
}




.stop-scrolling {
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #7ad98f;
    border-color: #7ad98f;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #7ad98f;
    background-color: #e6e6e6;
    border-color: #dddddd;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 8px;
    line-height: 1em;
    text-decoration: none;
    color: #7ad98f;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    font-size: 14px;
}

.pagedlist-count {
    font-size: 14px;
}



/* border for sub title */
.content-title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 5.45px;
    border-style: solid;
    border-color: #a0a0a0;
    display: table-cell;
}

.content-title:after {
    content: "";
    display: table-cell;
    width: 100%;
    min-width: 150px;
}

.content-paragraph {
    margin: 20px;
}


/* sort icon */
.sort-asc:after {
    font-size: 12px;
    font-family: FontAwesome;
    vertical-align: top;
    content: '\f106';
    color: #f6d40a !important;
}

.sort-desc:after {
    font-size: 12px;
    font-family: FontAwesome;
    vertical-align: top;
    content: '\f107';
    color: #f6d40a !important;
}

.sort-col {
    color: #f6d40a !important;
}

.product-sort:hover {
    color: #fae70f !important;
}



/* tooltip */

#tooltip {
    text-align: center;
    /*color: #fff;*/
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
    color: #ead918;
    font-family: 'Helvetica Neue', sans-serif;
    /*opacity: 0.78;*/
}

#tooltip:after

/* triangle decoration */
    {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.form-display-text {
    margin-top: 10px;
}

.modal-header-primary-myaccount {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: rgb(218, 165, 32);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-header-primary-wishlist {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #3ac98f;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-header-primary-quotelist {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: rgb(218, 165, 32);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.red {
    color: #E74C3C;
}


.card:not([class*=card-outline-]) {
    border: 0;
}

/* .card-body, .card:not([class*=card-outline-]) */
.card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.card {
    border-radius: .3rem;
}

.card,
.card .card-body h3,
.card .card-body h4,
.card .card-text {
    font-weight: 400;
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.card-body h4 {
    font-weight: 500;
    margin-bottom: 1rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-header {
    border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    border-radius: -moz-calc(.25rem - 1px) -moz-calc(.25rem - 1px) 0 0;
    border-radius: .3em .3em 0 0;
}



/************************************/
#wishlist-item-count {
    /*position: absolute;*/
    /*display: none;*/
    /*top: 10px;
    left: 120px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: white;
    text-align: center;
    font-size: 12px;*/
}

.myaccount-footer {
    border: none !important;
}


.control-label {
    color: #555;
    margin-left: 0 !important;
    text-align: left !important;
}

#myaccount-panel-wraper {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
}

.modal-lg {
    min-width: 960px !important;
}

@media (max-width: 767px) {
    .modal-lg {
        max-width: 740px !important;
        min-width: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .modal-lg {
        width: auto !important;
        min-width: 720px !important;
    }
}

/* prevent body scrolling when modal is open */
body.modal-open {
    overflow: hidden;
}

/* modal close button size */
.modal-header .close {
    font-size: 34px;
}

.modal-title {
    line-height: 1.72em;
}



/* #### Mobile Phones Portrait or Landscape (Galaxy Fold: 280 * 653) #### */
@media screen and (max-device-width: 280px) and (orientation: portrait) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 65px;
    }
}

/* #### Mobile Phones Portrait #### */
@media screen and (min-device-width: 300px) and (max-device-width: 320px) and (orientation: portrait) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 85px;
    }
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 85px;
    }
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (max-device-width: 640px) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 85px;
    }
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 85px;
    }
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 85px;
    }
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 85px;
    }
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 105px;
    }
}

/* #### Desktops #### */
@media screen and (min-width: 1024px) {

    /* some CSS here */
    .modal-footer button.btn {
        min-width: 105px;
    }
}



/* fancybox buttons style */

#fancybox-buttons a.btnZoomOut {
    background-position: 1px 0;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px;
}

#fancybox-buttons a.btnZoomIn {
    background-position: -28px 0;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px;
}

#fancybox-buttons a.btnDownload {
    background-position: -58px -28px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px;
}

#fancybox-buttons ul {
    width: 182px;
    /* 166px */
}

.astr:after {
    content: "*";
    color: red;
}

/* User Icon Colors - Moved from Admin.css for visibility */
.user-icon-col-light {
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    color: #b1b1b5 !important;
}

.user-icon-col-waiting {
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    color: orange !important;
}

.user-icon-col-dark {
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    color: #ccc;
}

/* Fix upload button hover/focus visibility in light theme */
#admin-edit-product-form .btn-success:hover,
#admin-edit-product-form .btn-success:focus,
#admin-edit-product-form .btn-info:hover,
#admin-edit-product-form .btn-info:focus {
    color: #fff !important;
    opacity: 0.9;
}

#admin-edit-product-form .btn-success:hover,
#admin-edit-product-form .btn-success:focus {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

#admin-edit-product-form .btn-info:hover,
#admin-edit-product-form .btn-info:focus {
    background-color: #138496 !important;
    border-color: #117a8b !important;
}


/* Fix upload button hover/focus visibility in light theme for CreateProduct */
#insert-product-form .btn-success:hover,
#insert-product-form .btn-success:focus,
#insert-product-form .btn-info:hover,
#insert-product-form .btn-info:focus {
    color: #fff !important;
    opacity: 0.9;
}

#insert-product-form .btn-success:hover,
#insert-product-form .btn-success:focus {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

#insert-product-form .btn-info:hover,
#insert-product-form .btn-info:focus {
    background-color: #138496 !important;
    border-color: #117a8b !important;
}

/* Documents page */
.document-list-view {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    /* Essential for row borders */
}

.document-caption {
    caption-side: block-start;
    display: table-caption;
}

.document-row {
    display: table-row;
    clear: both;
}

.document-col {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    /* Align vertical center like others */
    padding: 10px;
    /* Add Padding */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* Dark Theme Border Default */
}

/* Light Theme Override */
html[data-theme='light'] .document-col {
    border-bottom: 1px solid #eee;
}

.document-col-mid {
    width: 150px;
}

.document-col-long {
    min-width: 150px;
}

.document-col-short {
    width: 75px;
}

/* Theme-aware Hover Effects */
@media only screen and (min-width: 760px) {

    /* Light Theme Hover: Darker background as requested */
    html[data-theme='light'] .document-row:not(.header):hover {
        background-color: #f1f3f5 !important;
        color: #333;
    }

    html[data-theme='light'] .document-row:not(.header):hover a {
        color: #333;
    }

    /* Dark Theme Hover: Darker Background (black tint), Text Color Adjusted */
    /* User requested text color not be too bright. Using Majestic Primary/Secondary. */
    .document-row:not(.header):hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #b1b1b5;
        /* Majestic Primary Text instead of #fff */
    }

    .document-row:not(.header):hover a {
        color: #b1b1b5;
    }

    /* Ensure buttons keep their native colors on hover */
    /* Ensure buttons keep their native colors on hover */
    /* Dark Theme: #f1f5f9 */
    /* Dark Theme Hover: Text Color */
    /* DEFAULT BUTTONS (Success/Info/Default): #f1f5f9 */
    /* DEFAULT BUTTONS (Success/Info/Default/Warning): #f1f5f9 */
    .document-row:not(.header):hover .btn-success,
    .document-row:not(.header):hover .btn-info,
    .document-row:not(.header):hover .btn-warning,
    .document-row:not(.header):hover .btn-default,
    .document-row:not(.header):hover .btn-inverse-success,
    .document-row:not(.header):hover .btn-inverse-info,
    .document-row:not(.header):hover .btn-inverse-warning {
        color: #f1f5f9 !important;
    }

    /* SPECIFIC BUTTONS (Primary/Dark/Danger): Keep #000 (Black) as requested */
    /* SPECIFIC BUTTONS (Primary/Dark/Danger): Keep #000 (Black) as requested - HIGH SPECIFICITY */
    .document-row:not(.header):hover a.btn.btn-primary,
    .document-row:not(.header):hover a.btn.btn-dark,
    .document-row:not(.header):hover a.btn.btn-danger {
        color: #000 !important;
    }

    /* Light Theme: #ffffff */
    html[data-theme='light'] .document-row:not(.header):hover .btn {
        color: #ffffff !important;
    }
}

.document-header-container {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Header Row Base Styles (Dark Theme Default) */
.header.document-row {
    border-bottom: 2px solid var(--majestic-border);
}

.header.document-row,
.header.document-row a,
.header.document-row strong {
    font-weight: normal;
    /* Thinner font for Dark Theme as requested */
    color: var(--majestic-text-primary) !important;
    /* Force Majestic Grey (#b1b1b5) */
    text-decoration: none;
}

/* Content Links should match text color (Exclude buttons) */
.document-col a:not(.btn) {
    color: inherit;
}

/* Active Sort Column Text (Orange) */
.header.document-row a.sort-col {
    color: var(--majestic-orange, #ffab00) !important;
}

/* Light Theme Header Override */
html[data-theme="light"] .header.document-row {
    background-color: #ffffff !important;
    border-bottom: 2px solid #dee2e6 !important;
    color: #212529 !important;
}

html[data-theme="light"] .header [class*="-col"],
html[data-theme="light"] .header [class*="-col"] a,
html[data-theme="light"] .header [class*="-col"] strong {
    color: #3C766A !important;
    font-weight: bold !important;
}


@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    .document-list-view,
    .document-caption,
    .header,
    .document-row,
    .document-col {
        display: block;
    }

    .header .document-row,
    .header .document-col {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .document-row:not(.header) {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .document-row:not(.header):hover {
        border: 1px solid rgb(0, 120, 186);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        cursor: pointer;
    }

    .document-col {
        border: none;
        position: relative;
        padding-left: 40%;
        width: 100%;
        display: inline-block;
    }

    .document-col:before {
        position: absolute;
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
        color: rgba(0, 0, 0, 0.5);
        font-weight: bold;
    }

    .document-col:after {
        content: ".";
        visibility: hidden;
    }
}

/* Restore Badge Colors overridden by Shulin.css & Match btn-xs style */
.document-col .badge {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: 800;
    color: #191c24;
    /* Dark Text for Dark Theme */
}

/* Light Theme Badge Text Override (Keep White) */
html[data-theme='light'] .document-col .badge {
    color: #fff;
}

.badge-info {
    background-color: #17a2b8 !important;
}

.badge-success {
    background-color: #28a745 !important;
}

.badge-warning {
    background-color: #ffc107 !important;
}

.badge-danger {
    background-color: #dc3545 !important;
}
