﻿.txtLink a.active {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}

.txtLink a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 15px;
}

.initiaviesTitle {
    color: #0eb1d2;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
}

.initiavies-area {
    margin-bottom: 20px;
}

    .initiavies-area .initiavies-title {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .initiavies-area .initiavies-text p {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
        font-weight: normal;
        color: #000;
    }

hr {
    margin-top: -20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0eb1d2;
}

.hidden {
    display: none;
}

.divDescProductReange {
    text-align: center;
    padding: 10px;
}

#divPortfolio .active {
    background: #0fa1be;
    overflow: hidden;
    height: 150px;
}

#divPortfolio .portItem:hover {
    background: #0fa1be;
    overflow: hidden;
    height: 200px;
}

.hidden {
    display: none;
}

.divCompanyIntroduction {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding-right: 7%;
    padding-left: 7%;
}

.carousel {
    background-color: #ffffff;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-inner .item a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20pt;
    color: #000;
    text-decoration: none;
}

#divNavTitle {
    background-color: #363636;
    height: 70px;
}

    #divNavTitle ul {
        list-style-type: none;
        margin: 0;
        padding-top: 25px;
        width: 100%;
        margin-left: -6%;
    }

        #divNavTitle ul li {
            display: inline;
            margin-left: 8%;
        }

            #divNavTitle ul li a {
                font-family: 'Open Sans', sans-serif;
                font-size: 15px;
                font-weight: bold;
                color: #a6a9a8;
                text-decoration: none;
                cursor: pointer;
            }

                #divNavTitle ul li a.active {
                    font-family: 'Open Sans', sans-serif;
                    font-size: 15px;
                    font-weight: bold;
                    color: #0eb1d2;
                    text-decoration: none;
                    cursor: pointer;
                }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #0eb0d2;
    cursor: default;
    background-color: #fff;
    border: 1px solid #0eb0d2;
    border-bottom-color: rgb(14, 176, 210);
    border-bottom-color: transparent;
    text-decoration: none;
    font-weight: bold;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 2.429;
    border: 1px solid #0eb0d2;
    border-radius: 4px 4px 0 0;
    padding: 10px 10px 6px 10px;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.fade {
    opacity: 1;
    transition: opacity .15s linear;
}

.TabUtility {
    margin-top: 15px;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    background-color: #0fa1be;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.divWisteDescription {
    padding: 20px 20px 20px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

    .divWisteDescription .divwasteQuestions {
        font-weight: 600;
    }

.productName {
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.techImageName {
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

#divNavTitle ul {
    text-align: center;
}

    #divNavTitle ul li {
        float: none;
        display: inline-block;
        text-align: center;
        list-style: none;
        font-weight: 400;
    }


.imgitem {
    position: relative;
    padding: 2px;
    overflow: hidden;
}

    .imgitem img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .imgitem:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.hidden {
    display: none;
}