.no-padding {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    margin-top: 26px;
    margin-left: 2em;
}

div.pro-info-bar {
    background: #0189c7 none repeat scroll 0 0;
    color: #000;
    font-size: 14px;
    padding-top: 6px;
    margin-bottom: 1em;
}

.navbar-collapse.collapse {
    padding-top: 1em;
}

.navbar-nav > li > a {
    font-size: 1.5em;
}

.navbar-brand {
    float: none;;
}

.navbar-default {
    background-color: white;
    border-color: white;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #00428c;
    color: white;
}



.toper {
    background: #494949 none repeat scroll 0 0;
}

.toper a {
    text-decoration: none;
}

.icon-top i {
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;
    color: #fff;
    padding: 16px 12px;
}

.icon-top i:hover {
    background: #575757 none repeat scroll 0 0;
}

.icon-top span {
    color: #999;
    font-size: 12px;
}

.home_about h4 {
    color: #dedede;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
}

.language {
    color: #f4f4f4;
    line-height: 38px;
}

.language a {
    color: #fff;
}

.b-more {
    line-height: 1.8em;
}

.bg-black {
    background: #313439 none repeat scroll 0 0;
    color: #adaeaf;
    margin-top: 50px;
    padding-bottom: 30px;
    padding-top: 50px;
}

.about {
    background: rgba(0, 0, 0, 0) url("/static/img/about_bg.jpg") no-repeat scroll center top;
    padding: 30px 0 60px;
}

.about .lead {
    color: #dfdfdf;
    font-size: 14px;
    line-height: 2em;
    margin-top: 20px;
}

#footer {
    background-color: #F4F4F4;
    border-top: 1px solid #e5e5e5;
    color: #9c9da0;
    font-weight: bold;
    margin-top: 40px;
    padding: 20px 0;
}

#accordion .glyphicon {
    margin-right: 10px;
}

.panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel-collapse .list-group-item {
    border-radius: 0;
}

.panel-collapse .list-group .list-group {
    margin: 0;
    margin-top: 10px;
}

.panel-collapse .list-group-item li.list-group-item {
    margin: 0 -15px;
    border-top: 1px solid #ddd !important;
    border-bottom: 0;
    padding-left: 40px;
}

.panel-collapse .list-group-item li.list-group-item:last-child {
    padding-bottom: 0;
}

.panel-collapse div.list-group div.list-group {
    margin: 0;
}

.panel-collapse div.list-group .list-group a.list-group-item {
    border-top: 1px solid #ddd !important;
    border-bottom: 0;
    padding-left: 30px;
}

.panel-collapse .list-group-item li.list-group-item {
    border-top: 1px solid #DDD !important;
}

hr.head_seperator {
    margin-top: 0;
}

div.prod-list-thumbnail {
    margin-right: 2em;
    float: left;
    padding: 0.5em;
    text-align: center;
    width: 30%;
}

h3.prod-name  {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.prod-list-thumbnail img {
    width: 225px;
    height: auto;
}

.product-category h2 {
    font-size: 20px;
    font-weight: bolder;
}

.product-category .list-group-item {
    font-size: 18px;
}

.product-category li.list-group-item.active a {
    font-weight: bold;
    color: white;
}
.desc-header {
    border-bottom: solid #122b40 4px;
    padding-bottom: 4px;
}
.col-md-5ths {
    float: left;
    width: 20%;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

ul.nav-tabs > li{
    width: 12em;
    font-weight: bolder;
    text-align: center;
}

.user_content img,
img.img-responsive-inline {
    height: auto;
    max-width: 100%;
}