body{
    background-color: #e0e0e0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

.navbar-custom{
    background-color:#fff;
    border-top:3px solid #0158a6;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-custom .navbar-nav{
    margin-top:40px;
    margin-bottom: 40px;
}

.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus{
    background-color: #fff;
    color:#555;
}

.navbar-custom .navbar-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 25px;
    border-right: 1px solid #777;
    font-size: 20px;
}

.navbar-custom .navbar-nav>li.last>a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 25px;
    border-right: none;
    font-size: 20px;
}

.navbar-custom .searchbar{
    margin-top:43px;
    margin-bottom:43px;
    margin-left: 25px;
}

.navbar-custom .logo{
    margin-top:20px;
    margin-bottom:20px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-mobile{
    background-color:#fff;
    border-top:3px solid #0158a6;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-mobile .navbar-nav{
}

.navbar-mobile .navbar-nav>.active>a, .navbar-mobile .navbar-nav>.active>a:hover, .navbar-mobile .navbar-nav>.active>a:focus{
    background-color: #fff;
    color:#555;
}

.navbar-mobile .navbar-nav>li>a {
    position: relative;
    display: block;
    color : #777;
}

.navbar-mobile .searchbar{
    margin:0px;
}

.navbar-mobile .logo{
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 10px;
    margin-right: 10px;
}

.content{
    background-color: #fff;
}

.footer{
    background-color:#4c4c4c;
    color:#ccc;
}

h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.product_category_link{
    border-bottom:1px solid #ccc; 
    padding-top:5px; 
    padding-bottom:5px; 
    margin-top:5px;
}

.product_category_link a{
    color:#777;
    font-size: 16px;
    text-decoration: none;
}

.product_category_link a.active{
    color:#0158a6;
    font-size: 16px;
    text-decoration: none;
}

.product_item{
    background-color: #e0e0e0;
    margin:5px;
    padding:5px;
}

.product_item > a{
    text-decoration: none!important;
}

.product_item > a > h4{
    text-decoration: none;
}

.colorbox{
    width:50px; 
    height:50px; 
    position: relative;
    float:right;
    margin:3px;
    border:1px solid #000;
}

.colorbox span{
   padding:5px;
   background-color: #000;
   color:#fff;
   display: inline-block;
    float: right;
    margin-top: 15px;
}

.content-bottom{
    background-color:#717171;
    padding-top:20px;
    padding-bottom: 10px;
    color:#c2c2c2!important;
}

.welcome{
    margin-top: 40px;
    margin-bottom: 20px;
}

.welcome-content{
    border-top:5px solid #0158a6;
}

a{
 text-decoration: none;   
}

a:hover{
 text-decoration: none;   
}

a:visited{
 text-decoration: none;   
}
.carousel-indicators {
position: absolute;
bottom: -40px;
right: 0%; 
left: 95%; 
z-index: 15;
width: 20%; 
 margin-left: -15%; 
padding-left: 0;
list-style: none;
/* text-align: center; */
}

.carousel-caption {
position: absolute;
width: 409px;
 left: 0%; 
 right: 0%; 
bottom: 115px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
color: #000;
text-align: left;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
background-color:transparent;
}

.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #0158a6;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #0158a6;
border-radius: 10px;
cursor: pointer;
}

.product-item-bar{
    background-color: #0158a6;
}

.product_item_title h3{
    background-color: #0158a6;
}

.product_item_title h3 div{
    width: 450px;
    padding:0px 5px 5px 0px;
    background-color: #fff;
    color: #000;
    max-height: 60px;
    min-height: 60px;
    height:60px;
    border-bottom:5px solid #0158a6;
    z-index: 15;
    float: left;
    top: 20px;
    position: relative;
}

.product-item-header{
    border-bottom: 1px solid #0158a6;
}

.contact-title{
    margin-bottom: 20px;
}

.contact-title h3 span{
    padding-left: 25px;
    padding-right: 15px;
    border-bottom:2px solid #0158a6;
}

.contact-content{
    border-right: 1px solid #000;
}

.contact-area{
    margin-bottom:40px;
}

.footer div p{
    margin-top:10px; 
    margin-bottom:10px;
}

.new-products{
    margin-bottom: 20px;
}