html,
body {
    padding: 0;
    color: #000;
    font-family: "Helvetica Neue",sans-serif;
    font-size: 18px;
}
article {
    display: block;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    margin-bottom: 2rem;
}
a{
    color: #444;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
button{
    outline: none!important;
}
.blue {
    color: #064086;
}
/*.wrap {*/
    /*min-height: 100%;*/
    /*height: auto;*/
    /*margin: 0 auto -60px;*/
    /*padding: 0 0 60px;*/
/*}*/

.content {
    margin-top:160px;
    padding: 0 0 20px;
    min-height: 330px;
}
.container {
    position: relative;
}
header .container {
    padding-left: 30px;
    padding-right: 30px;
}
.top {
    color: #888;
    font-size: 0.8em;
    background-color:#fff;
    border-bottom: #cbcbcb 1px solid;
}
.top .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top .pull-left {
    margin-top: 10px;
}
.top .pull-left span{
    line-height:18px;
    display: inline-block;
    padding-left: 20px;
    margin-right: 30px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}
.phone{
    background-image: url("/image/phone.png");
}
.email{
    background-image: url("/image/email.png");
}
.top .pull-right {
    width:300px;
}
.top .pull-right form {
    float: left;
    width:200px;
}
.top .pull-right .links {
    margin-top: 8px;
    width: 90px;
    float: right;
}
input:focus{
    border-color: #064086;
    outline: none;
}
.top .pull-right .btn {
    color: #064086;
    padding:6px 10px 5px;
    background: #ccc;
}
.top .pull-right a{margin-left: 10px;}
.top a {
    color: #666;
}

.navbar{
    font-size: 1rem;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-inverse{
    background-color: #fff;
    border: none;
}
.navbar-brand{
    float: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #064086;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #064086;
    background-color: #fff;
}
.navbar-inverse .navbar-toggle{
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #444;
}
.navbar-nav {
    padding: 25px 0 0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #064086;
    background-color: #fff;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.navbar-toggle{
    margin-top: 35px;
    margin-right: -10px;
}
.navbar-inverse .navbar-collapse {
    border-color: #888;
}
/*.open .dropdown-menu{*/
    /*-webkit-transition: all .3s ease;*/
    /*transition: all .3s ease;*/
    /*-webkit-transform: translateY(40px);*/
    /*-ms-transform: translateY(40px);*/
    /*transform: translateY(40px);*/
/*}*/
.dropdown-menu {
    font-size: 16px;
}
.dropdown-menu li a{
    padding: 10px 30px;
}
.banner{background-color: #e6e6e6; }
.banner img{max-width: 100%;}
.section-content{
    padding: 2rem 0 0;
}
.section-content.no-bottom-pad{
    padding-bottom: 0;
}
.section-content h1,h2 {
    font-weight: normal;
    margin-bottom: 30px;
    padding: 0 15px;
}
.section-content h1{
    color: #064086;
    font-size: 1.8rem;
}
.section-content h3 {
    color: #064086;
    font-size: 1.2em;
    font-weight: 400;
    padding-top: 170px;
    margin-top: -170px;
}
.section-content h3:target {
    padding-top: -100px;
}
.brief_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0 auto 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.brief_header .image {
    width: 30%;
    margin-left: 30px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.brief_header .image img {
    width: 100%;
}
.brief_header .text {
    width: 60%;
}
.applications ul li{
    float: left;
    width: 20%;
    /*width: 175px;*/
    /*margin: 0 15px;*/
    text-align: center;
}
.brochures ul li div,
.applications ul li div{
    margin: 0 15px;
}
.applications ul > li:first-child{
    margin-left: 0;
}
.applications ul > li:last-child{
    margin-right: 0;
}
.applications ul li img{
    max-width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.site-index .materials {
    border-top: #e6e6e6 2px solid;
}
.site-index .materials ul {

}
.materials ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.materials ul li:nth-child(5n+1) {
    clear: left;
}
.materials ul li.text{width: 50%;margin-bottom: 10px;padding-bottom: 0;}
.materials ul li.text p{margin-bottom: 0; background: #eee;margin-right: 10px;line-height: 40px;}
.materials ul li div{
    margin: 0 30px;
}
.materials ul li img {
    max-width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.materials ul li p {
    /*font-weight: bold;*/
}
.materials ul > li:first-child{
    margin-left: 0;
}
.materials ul > li:last-child{
    margin-right: 0;
}
.materials.inner ul li {
    width: 25%;
}
.materials.inner ul li:nth-child(4n+1) {
    clear: left;
}
.materials.inner ul li:nth-child(5n+1) {
     clear: none;
 }
.materials.inner ul li div {
    margin: 0 5px;
}
.materials.inner ul li img {
    border: #eee 1px solid;
}
.materials.search_list ul li {
    width: 30%;
    text-align: left;
    list-style: disc;
    margin-left: 10px;
}
.materials.search_list ul li p {
    font-weight: normal;
}
.materials.search_list ul li:nth-child(3n+1) {
    clear: left;
}
.materials.search_list ul li:nth-child(4n+1) {
    clear: none;
}
.materials ul:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.about{
    color: #fff;
    background-color: #064086;
}
.about article {
    padding: 0 15px 3rem;
}
.about article img {
    position: absolute;
    /*z-index: -1;*/
    bottom: 0;
    right: 23%;
    max-height: 100%;
}
.about article .cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about .col-left{
    width: 42%;
    line-height: 3rem;
}
.about .col-right{
    max-width: 300px;
}
.about .col-right ul li {
    padding-top: 45px;
    margin-bottom: 30px;
    text-align: center;
    background-size: 36px 36px;
    background-position-x: 50%;
    background-repeat: no-repeat;
}
.about .col-right .pure {
    background-image: url("/image/diamond.png");
}
.about .col-right .property {
    background-image: url("/image/chem.png");
}
.about .col-right .perform {
    background-image: url("/image/perfect.png");
}
.customer{
    color: #fff;
    background-color: #424b55;
    padding: 20px 0;
}
.customer h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 0 15px;
}
.customer ul {
    margin: 45px 15px;
}
.customer ul:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.customer ul li {
    float: left;
    width: 16.66%;
    margin: 0;
}
.customer ul li img{max-width: 100%;}
.customer ul li:first-child{
    margin-left: 0;
}
.customer ul li:last-child{
    margin-right: 0;
}
.news h2{padding: 0;}
.news ul li { margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news span{color: #888; margin-right: 20px;}
.media-heading {
    font-weight: normal;
    font-size: 1.2rem;
    color: #888;
}
.breadcrumbs{
    position: relative;
    color: #064086;
    background-color: #f1f1f1;
    font-size: 0.8em;
    z-index: 100;
}
.breadcrumbs .breadcrumb{
    /*padding: 10px 0;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background-color: inherit;
    border-radius: inherit;
}
.breadcrumbs a{
    color: #666;
}
.breadcrumb > .active{
    color: #064086;
}
.table_wrap {
    overflow-x: auto;
}
@media screen and (max-width: 991px) {
    .navbar-collapse.collapse{
        display: none!important;
    }
    .navbar-collapse.collapse.in{
        display: block!important;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
    }
    .navbar-toggle {
    display: inherit;
    }
    .brief_header .image, .brief_header .text {
        width: 100%;
    }
    .brief_header .image {
        margin-left: 0;
    }
    .navbar{
        /*font-size: 1.2rem;*/
    }
    /*.nav > li > a{*/
        /*padding: 10px 0px;*/
    /*}*/
    .applications ul li {
        width: 33.33%;
    }
    .materials ul li {
        width: 33.33%!important;;
    }
    .materials ul li:nth-child(4n+1) {
        clear: none!important;
    }
    .materials ul li:nth-child(3n+1) {
        clear: left!important;
    }
    .about article .cols{
        display: block;
    }
    .about .col-left{
        width: 100%;
    }
    .about .col-right{
        margin-top: 3.5rem;
        /*max-width: 320px;*/
    }
    .about article img {
        right: 10%;
        max-height: 380px;
    }
    .sidebar {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .top {
        display: none;
    }
    .content {
        margin-top: 105px;
    }
    .header .container .pull-right{
        position: absolute;
        top: 30px;
        right: 30px;
    }
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .about .col-right{
        max-width: 100%;
    }
    .about article img {
        display: none;
    }
    .applications ul li p {
        height: 32px;
    }
    .customer ul{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .section-content{
        padding: 1rem 0;
    }
    .col-lg-9 table th,td{
        padding: 10px;
    }
    .materials ul li {
        width: 50%!important;
    }
    .materials ul li:nth-child(3n+1) {
        clear: none!important;
    }
    .materials ul li:nth-child(2n+1) {
        clear: left!important;
    }
}
@media screen and (min-width: 768px){
    .navbar-header {
        float: none;
    }
    .navbar-collapse.collapse{display: none;}
}
@media screen and (min-width: 992px){
    .navbar-header {
        float: left;
    }
    .navbar{
        /*font-size: 1rem;*/
    }
    .nav li:hover .dropdown-menu {
        display: block;
    }
    .brief_header {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media screen and (min-width: 1200px) {
    .navbar{
        font-size: 1.1rem;
        font-weight: 400;
    }
    .nav > li > a{
        padding: 15px 16px;
    }
    .container {
        width: 1200px;
    }
}
.sidebar {
    background: #f1f1f1;
    padding: 20px;
}
.sidebar h3{
    color: #a1a5aa;
    font-size: 1.2rem;
}
.sidebar li{
    padding: 8px 0;
}
.sidebar ul > li > ul {
    padding-left: 15px;
}
.sidebar li.active a{
    color: #064086;
}
.sidebar li.active li a{
    color: #444;
}
.sidebar ul > li > ul > li.active a {
    font-weight: 400;
}
.col-lg-9 table{
    font-size: 0.8em;
    margin-bottom: 2rem;
}
.col-lg-9 table th,td{
    padding: 10px 5px;
}
.col-lg-9 table th{
    color: #fff;
    background-color: #064086;
    font-weight: bold;
    border: 1px solid #064086;
}
.col-lg-9 table tr.sub_title th {
    background: #edf1fa;
    color: #666;
    font-weight: normal;
    border-color: #ddd;
}
.col-lg-9 table td{
    border: 1px solid #ddd;
}
.col-lg-9 table td a {
    text-decoration: underline;
}
.col-lg-9 table td.opt {
    text-align: center;
}
.col-lg-9 table td.opt a {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-decoration: none;
    padding: 3px 5px;
    border-radius: 3px;
    display: block;
}
.col-lg-9 table tr.odd{
    /*background-color: #efefef;*/
    background-color: #edf1fa;
}
.col-lg-9 table.centered th,
.col-lg-9 table.centered td{
    text-align: center;
}
.table_strip tr td:nth-child(odd) {
    background: #edf1fa;
}
.success-page{
    min-height: 280px;
}
.form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer {
    height: 60px;
    border-top: 12px solid #f1f1f1;
    padding: 40px 0;
    color: #666;
    font-size: 14px;
}
.footer a{
    color: #666;
}
.footer .container{
    padding: 0 30px;
}
.footer .container:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.blue {
    color: #064086;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #d1dee9;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-item {
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 3px;*/
    margin-top: 0;
    /*background: #fff;*/
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}
/*.timeline > li > .timeline-item > .time {*/
/*    color: #999;*/
/*    float: right;*/
/*    padding: 10px;*/
/*    font-size: 12px;*/
/*}*/
.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    /*border-bottom: 1px solid #f4f4f4;*/
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    /*padding: 10px;*/
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    width: 12px;
    height: 12px;
    /*font-size: 15px;*/
    /*line-height: 16px;*/
    position: absolute;
    color: #666;
    background: #adc3d7;
    border-radius: 50%;
    text-align: center;
    left: 27px;
    top: 12px;
    /*background-image: url("/image/dot.png");*/
}
.timeline > li.active > .fa{
    background: #064086;
}
.timeline > li.active > .fa,
.timeline > li.active > .timeline-item > .timeline-header {
    color: #064086!important;
}
/*.timeline > .time-label > span {*/
/*    font-weight: 600;*/
/*    padding: 5px;*/
/*    display: inline-block;*/
/*    background-color: #fff;*/
/*    border-radius: 4px;*/
/*}*/
.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    /*border: 1px solid #ddd;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
    /*border-bottom-color: #ddd;*/
}
.list {
    margin-bottom: 20px;
}
.list li {
    list-style-type: disc;
    list-style-position: inside;
}