@import url(https://fonts.googleapis.com/css?family=Kalam|Open+Sans:400italic,700italic,400,700);
.centre-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.element {.centre-block()}
.jumbotron {
    background: url("../img/jumbo/jumbo04.jpg") no-repeat center;
    background-size: cover;
    height: 100%;
    margin-bottom: 0;
}
h1.logo-replacement {
    width: 770px; 
    height: 157px;
    background: url("../img/hirenet-ltd-logo-drk.png") no-repeat center; /* support older browsers that dont live SVG files */
    background-image: url("../img/hirenet-ltd-logo-drk.svg") no-repeat center;
    text-indent: -9999px;
}
p.logo-replacement {text-indent: -9999px}
.col-centered{
    float: none;
    margin: 0 auto;
}
.thumbnail-prod {
    border-radius: 50%;
    padding: 5px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
/*.thumbnail-matrix {
    border-radius: 50%;
    padding: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}*/
.training {
    border-radius: 50%;
    padding: 5px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail-sq {
    border-radius: 2;
    padding: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.navbar-static-bottom {
    margin-top: 25px;
    margin-bottom: 0;
    padding-top: 25px;
}
.navbar-static-bottom .row {margin:15px}
.navbar-static-top {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}
.row {
    margin-bottom: 25px;
    font-size: 16px;
}
.row p{
    text-align: left;
    color: #ccc;
}
.row li {color: #ccc}
.page-header {
    margin-top:0;
    margin-bottom:0;
}
.content h3 {font-size: 1.2em}
.tagline {
    /*font-family: 'Kalam', cursive;*/
    width: 450px;
    color: #d00;
    background-color:rgba(34,34,34,0.7);
    text-align: center;
    padding: 25px;
    margin-right: auto;
    margin-top: auto;
    text-shadow: 0 0 8px #000;
    opacity: 1;
    font-weight: bolder;
}
.label { 
    margin: 5px 0 0; 
    padding: 0 5px; 
    border-radius: 5px;
    line-height: 225%;
	display:inline-block;
}
.label a{
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.stand { 
    color: #fff; 
    font-size:18px; 
}
.label-danger:hover {background-color: #880000}
#prod-nav {text-align: center}
.btn-menutop {
    margin-top: 6px;
    margin-left: 15px;
}
/*.btn-centre {padding-left: 19%}*/
#price {text-align: right}
.btn-products {margin-bottom: 6px}
.btn-centre > .btn {width: 100px}
.productList, .productList .row p{text-align:center}