@charset "UTF-8";
 .feature-content{
    margin-top: 100px;
}
 .left{
 }
 .right{
    position: relative;
    margin-left: 170px;
    border-left: 2px solid #e8e8e8;
 }
.tech-sidebar{
    position: absolute;
    top: 0;
    padding-right: 15px;
    text-align: right;
    width: 170px;
    z-index: 2;
}
.tech-sidebar.fixed{
    position: fixed;
}
.tech-sidebar ul{
    list-style: none;
    padding: 0;    
}
.tech-sidebar li{
    padding: 10px 0;
}
.tech-thumb img{
    max-width: 100%;
}
#sideIndex{
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 18px;
    width: 18px;
    background: #CC0000;
    border-radius: 18px;
    height: 18px;
    /*border: 3px solid #000080;*/
    
}
.tech-sidebar a{
    font-family: 'robotolight';
    font-size: 15px;
    line-height: 32px;
    white-space: nowrap;
    color: #b8b8b8;
    /*text-transform: capitalize;*/
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -ms-transition: font-size 0.3s;
    transition: font-size 0.3s;
}
.tech-sidebar a:hover,.tech-sidebar a:focus{
    text-decoration: none;
}
.tech-sidebar .active>a{
    font-size: 30px;
    color: #CC0000;
}
.tech-container{
    padding: 0px 55px;
}
.tech-section{
    position: relative;
    border-top: 1px solid #e8e8e8;    
    padding: 30px 0;
    overflow: hidden;
}
.tech-section:first-child{
    border-top: 0;
}
.tech-section .img{
    max-width: 100%;
}
.tech-section .title{
    font-size: 35px;
    font-family: 'robotolight';
    line-height: 1;
    margin: 0;
}
.tech-section .desc{
    font-size: 14px;
    font-family: 'robotolight';
    line-height: 24px;
}
.tech-block .title + .desc{
    margin-top: 10px;
}
.tech-block .desc + .title{
    margin-top: 30px;
}
.tech-caption{
    font-size: 35px;
    font-family: 'robotolight';
    padding: 20px 15px 25px;
    line-height: 1;
}
.tech-block:before,.tech-block:after{
    content: " ";
    display: table;
}
.tech-block:after{
    clear: both;
}
.tech-block + .tech-block{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #e8e8e8;
}
.title-add{
    font-size: 24px;
    font-family: 'robotolight';
    margin-bottom: 15px;
}
.text-lg{
    font-size: 20px;
    margin-top: 15px;
}
.tech-block>.half:nth-child(1){
    border-right: 1px solid #e8e8e8;
}

.tech-block>.half:nth-child(2){
    border-left: 1px solid #e8e8e8;
    margin-left: -1px;
}


#tech_display{
    min-height: 300px;
}
#display-box{
    position: absolute;
    bottom: -15px;
    left: 75%;
    width: 215px;
    margin-left: -107px;
}
#sensor-box,#tech-box{
    margin: 15px 0;
    text-align: center;
    line-height: 1;
}
#sensor-box>img,#tech-box>img{
    display: inline;
}
.tech-margin-block{
    margin: 20px 0;
}
.attr-slide{
    position: relative;
    width: 300px;
    height: 370px;
    margin: 30px auto 0;
}
.attr-slide .slidesjs-pagination-item>a {
    width: 10px;
    height: 10px;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    margin: 5px;
}
.attr-slide .slidesjs-pagination-item:first-child>a{
    background: #cc0000;
}
.attr-slide .slidesjs-pagination-item:last-child>a{
    background: #22bb45;
}
.attr-slide .slidesjs-pagination-item>a.active {
    width: 10px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: auto;
}
.tech-table{
    margin: 20px 0; 
}
.tech-table td{
    padding: 2px 10px;
    border: 1px solid #999999;
}
@media (max-width: 991px){
    .left{
        display: none;
    }
    .right{
        margin-left: 0;
        border-left: 0;
    }
    .tech-section .title{
        font-size: 22px;
    }
    .tech-caption{
        font-size: 22px;
    }
    .tech-section img{
        max-width: 100%;
        z-index: -1
    }
    .tech-table{
        max-width: 100%;
    }
    .attr-slide {
        width: 250px;
        height: 310px;
    }

}
@media (max-width: 991px){
    .feature-content{
        margin-top: 70px;
    }
    .tech-container{
        padding: 0;
    }
    .tech-section{
        padding: 10px 0;
    }
    .tech-margin-block{
        margin: 10px 0;
    }
    .tech-block + .tech-block {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px dashed #e8e8e8;
    }
    .tech-block .title + .desc {
        margin-top: 5px;
    }
    .tech-block .desc + .title {
        margin-top: 10px;
    }
    .tech-section .title{
        font-size: 16px;
        line-height: 20px;
    }
    .title-add {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .tech-section .desc{
        font-size: 12px;
        line-height: 18px;
    }
    .tech-caption{
        font-size: 16px;
        padding: 10px 15px 15px;
    }
    .tech-section img{
        max-width: 100%;
        z-index: -1
    }
    #tech_display{
        min-height: 250px;
    }
    #display-box {
        left: 75%;
        width: 150px;
        margin-left: -75px;
    }
    .tech-table{
        margin: 10px 0;
        max-width: 100%;
    }
    .tech-table td{
        padding: 0px 5px;
        font-size: smaller
    }
    .attr-slide {
        width: 140px;
        height: 190px;
    }
}