/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* ================================================
Google Web Fonts
================================================ */
/* Montserrat */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Open Sans */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);

body {
	background-image: url('../images/bg.jpg');
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif;
}
.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

.navbar-inverse{
	background: #ff0000;
}

.navbar-inverse .navbar-brand {
	color: #fcff00;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background: #fcff00;
	color: #000;
}
.num img{
	width:40px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	padding-top: 15px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	background: #ff0000;
	color: #fcff00;
	border-color: #ff0000;	
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background: #ff0000;
	color: #fcff00;
}