a {
    color: #8b1f1f;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #a90f0f;
        text-decoration: underline;
    }

.display-4 {
    font-size: 3rem;
}

.megamenu {
    position: static;
}

#wsmenucontainer {
    z-index: 2;
    -webkit-box-shadow: #000 0 0px 20px 0;
    -moz-box-shadow: #000 0 0px 20px 0;
    box-shadow: #000 0 0px 20px 0;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

  .wstliststy02 .catimg{
    max-height: 150px;
  }

  .wstliststy04 img{
    max-height: 120px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy04 li.wstheading {
    text-align: left;
    text-transform: none;
  }

  .wsmenu>.wsmenu-list>li .wstliststy04 li.wstheading a{
    font-size: 14px;
  }

  .subcat.active{
    font-weight: bold;
  }

#mainCarousel .carousel-item {
    height: calc(100vh - 95px);
    min-height: 450px;
    /*margin-top: -100px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#mainCarousel .carousel-caption {
    top: 30%;
    bottom: none;
    text-align: left;
}

#mainCarousel .carousel-caption-text {
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
}

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 10px auto 0;
    padding: 14px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
  color: #FFF;
  text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
  height: 450%;
}
a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 10px auto 0;
  padding: 14px 18px;
  color: #000;
  font-size:14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* Victoria Buttons */

a.animated-button.victoria-one {
  border: 2px solid #fff;
  color: #fff;
}
    a.animated-button.victoria-one:after {
        color: #fff;
        background: rgb(181, 8, 22);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    }

/*Sticky Navbar*/

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999;
}

    .sticky + .pagecontent {
        padding-top: 100px;
    }

    .sticky .headtoppart{
        display:none;
    }

    .sticky #mainlogo {
        width: 38px;
        height:38px;
    }

    .sticky .smllogo > a {
        -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
        transition: 0.5s;
    }

.sticky .smllogo > a{
    margin-left:90px;
}

.big-header {
    margin: 40px 0 30px 0;
}

/* Shine Effect */
.mp-products {
    margin: 15px 15px 0;
    padding: 0;
}

.main-cats-container .mp-products:last-child {
    padding-bottom: 60px;
}

    .mp-products::after {
        content: '';
        clear: both;
        display: block;
    }

        .mp-products div {
            margin-bottom: 30px;
        }

.shine span {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000;
}

            .shine figure {
                width: 100%;
                height: 200px;
                margin: 0;
                padding: 0;
                background-color: transparent;
                overflow: hidden;
                text-align:center;
                /*padding-bottom: 35px;*/
            }

.shine figure img {
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    .shine figure:hover + span {
        bottom: 25px;
        opacity: 1;
    }

.shine figure {
    position: relative;
}

    .shine figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

.shine figure:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.product-list-container{
    background-color: #fff;
}

    .product-list-container .big-header {
        margin-top:0;
        padding-top: 30px;
    }
/* Shine Effect 2 */
.shine2 {
    text-align: center;
}

.shine2 span {
    position: relative;
    left: 0;
    z-index: 2;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0.5;
    color: #000;
    font-weight: bold;
}

.shine2 figure {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    .shine2 figure img {
        position:relative;
        display:inline-block;
        width: auto;
        height: auto;
        max-height: 95%;
        margin: 0 auto;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }

    .shine2 figure:hover + span {
        opacity: 1;
    }

.shine2 figure {
    position: relative;
}

    .shine2 figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .shine2 figure:hover::before {
        -webkit-animation: shine 1.2s;
        animation: shine 1.2s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


.parallax-image {
    background: url('/img/about-bg.png') no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 50px 0;
    color: #fff;
}

.category-header-image {
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.3);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    padding: 50px 0;
    color: #fff;
}

    .category-header-image .container {
        margin-top: 70px;
    }

    .product-header-image {
        background-attachment: fixed;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 400px;
        padding: 50px 0;
        color: #000;
    }

    .product-header-image .header-product img{
        width:auto;
        max-width: 100%;
        height:auto;
        max-height: 100%;
    }

    .blog-section {
        position: relative;
        display: inline-block;
        width: 100%;
        background-color: #fff;
        padding-bottom: 60px;
    }

.page-description{
    text-align:center;
    padding: 45px 10px 20px 10px;
}


.sidebar-sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 60px;
    border-radius: 0;
}

    .sidebar-sticky-menu a {
        text-decoration:none;
        color: #000;
    }

        .sidebar-sticky-menu a:hover, .sidebar-sticky-menu li.active > a {
            color: #d7412e;
        }

            .sidebar-sticky-menu ul {
                list-style:none;
                padding-left:13px;
                margin-top:10px;
            }

            .sidebar-sticky-menu .list-group-item {
                border-radius: 0 !important;
            }

                .sidebar-sticky-menu .list-group-item.active {
                    background-color: transparent;
                    border: 1px solid rgba(0,0,0,.125);
                    color: #d7412e;
                }

                .sidebar-sticky-menu .list-group-item:hover {
                    background-color: #e9ecef;
                }

.product-group {
    margin-bottom: 30px;
}

.product-group:last-child {
    margin-bottom: 60px;
}

        .product-group .mp-products{
            margin: 15px -15px;
        }

        .card, .card-header {
            border-radius: 0;
        }

@media (min-width: 768px) {
    /* show 3 items */
    #blogCarousel .carousel-inner .active,
    #blogCarousel .carousel-inner .active + .carousel-item,
    #blogCarousel .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    #blogCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #blogCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #blogCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    #blogCarousel .carousel-inner .carousel-item-next,
    #blogCarousel .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #blogCarousel .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    #blogCarousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #blogCarousel .carousel-item-next.carousel-item-left + .carousel-item,
    #blogCarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #blogCarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    #blogCarousel .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    #blogCarousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #blogCarousel .carousel-item-prev.carousel-item-right + .carousel-item,
    #blogCarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #blogCarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    #blogCarousel a.card-title {
        color: #444;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        font-size: 0.8rem;
        margin-bottom: 10px;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

    #blogCarousel a.card-title:hover {
        color: #000;
    }

    #blogCarousel a.card-text {
        color: #444;
        font-family: inherit;
        text-decoration: none;
        position:relative;
        display:inline-block;
        cursor:pointer;
    }

    #blogCarousel a.card-text {
        color: #000;
    }

    #blogCarousel .carousel-control-prev {
        width: 50px;
        left:-60px;
    }

    #blogCarousel .carousel-control-next {
        width: 50px;
        right: -60px;
    }

        #blogCarousel .carousel-control-prev i, #blogCarousel .carousel-control-next i {
            font-size: 30px;
        }

    #blogCarousel .carousel-control-prev-icon, #blogCarousel .carousel-control-next-icon {
        background-image: none;
        color: #808080;
        font-weight: bold;
    }

    #blogCarousel .carousel-control-prev-icon:hover, #blogCarousel .carousel-control-next-icon:hover {
        color: #000;
    }
}


.pagecontent {
    position: relative;
    z-index: 1;
    /*-webkit-box-shadow: #000 0 7px 35px 0;
    -moz-box-shadow: #000 0 7px 35px 0;
    box-shadow: #000 0 7px 35px 0;*/
    background-color: #e9ebef;
}

.pagefooter {
    padding: 25px 0;
    font-size: 85%;
    background-color: #2A2A2A;
   /* position: fixed;*/
   /* z-index: -1;*/
    left: 0;
    right: 0;
    bottom: 0;
}

.pagefooter {
    min-height: 20vw;
    /*background-color: #444;*/
    /*background-image: url('/Themes/Yosa/img/bg-overlay.png');*/
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
}

.pagefooter .links ul {
    list-style-type: none;
}

.pagefooter .links li a {
    color: white;
    transition: color .2s;
}

    .pagefooter .links li a:hover {
        text-decoration: none;
        color: #4180CB;
    }

.pagefooter .about-company i {
    font-size: 20px;
    margin-right:10px;
}

.pagefooter .about-company a {
    color: white;
    transition: color .2s;
}

    .pagefooter .about-company a:hover {
        color: #4180CB;
    }

.pagefooter .location i {
    font-size: 18px;
}

.pagefooter .copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.parallax-container {
    padding-bottom: 50px;
}

#panoimg {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

#desc1 {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 1s ease-out;
}

    #desc1.fade-in {
        opacity: 1;
        transform: translateY(0);
    }

.link-container .breadcrumb {
    margin-bottom:0;
}

.table-alpha {
    color: #000;
    font-size:14px;
}

    .table-alpha .table td, .table-alpha .table th {
        padding: 0.3rem;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }

.table > caption + thead > tr:first-child > td, 
.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > td, 
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table-alpha .product-code {
    color: #494949;
    float: left;
    width: inherit;
    font-size: 14px;
    margin-bottom: 5px;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    letter-spacing: .8px;
    text-align: left;
}

.table-alpha .kars_tablo_text {
    color: #494949;
    white-space: nowrap;
    position: relative;
    float: left;
    width: 35px;
    margin-top: 140px;
    margin-bottom: 10px;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    letter-spacing: .8px;
    transform: rotate(270deg) translateY(40%);
    -ms-transform: rotate(270deg) translateY(40%);
    -webkit-transform: rotate(270deg) translateY(40%);
}

.table-alpha table thead strong {
    font-weight: 500;
}

.table-alpha a {
    color:#000;
    text-decoration:none;
}

    .table-alpha a:hover {
        color: #d7412e;
        text-decoration: none;
    }

.table-alpha .product-list{
    font-weight:500;
}

.table-alpha .fa-check, .technical-sp-table .yes {
    color: green;
}

.table-alpha .fa-times, .technical-sp-table .no {
    color: darkred;
}

#produtTabContent .buttons-left img {
    margin-bottom:30px;
}

#produtTabContent .buttons-left .btn {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.static-content-container{
    padding:30px 0 50px 0;
    background-color: #fff;
}

.footer-menu-container a{
    color: #fff !important;
    text-decoration:none;
}

#table-area table thead tr th, #table-area table tbody tr td {
    white-space: nowrap;
}

#table-area {
    overflow-y: auto;
}

.page-gallery > a {
    margin-bottom: 15px;
}

    .page-gallery > a > .pg-item {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 250px;
        background-size: cover;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
    }

@media only screen and (max-width: 768px) {
    #mainCarousel .carousel-item {
        height: 360px;
        min-height: initial;
    }

    .carousel-caption {
        top: 0 !important;
        bottom: 80px !important;
    }
}


@media only screen and (max-width: 600px) {
    #mainCarousel .carousel-item {
        height: 175px;
        min-height: initial;
    }
}