/*!
 * 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');
	background-attachment: fixed;
    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;
	border-color: #000;
}

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

footer {
    margin: 50px 0;
}

.navbar-inverse{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#933031+0,000000+100 */
background: #933031; /* Old browsers */
background: -moz-linear-gradient(top,  #933031 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #933031 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #933031 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#933031', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.navbar-inverse .navbar-brand {
	color: #fedb3f;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background: rgba(0,0,0,0.8);
	border-radius: 0px;
	color: #fff;
}
.num img{
	width:37px;
}
.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: 3px;
}
.list-group-item{
	background: transparent;
	border:0px;
}
a.list-group-item {
	color: #fff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	color: #933031;
	background: transparent;
	border: 0px;
	border-color: #933031;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background: #000;
	color: #933031;
}

.lead{
	color: #fff;
}

.row{
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding:15px 0px;
	border-radius: 0px;
	max-width: 980px;
	margin: 15px auto;
}

h1, h2, h3, h4, h5{
	color: #933031;
}

hr{
	border-top-color: #000;
}
/*
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
	height: 380px;
}
*/
td img{padding:3px; margin:0px; width:32px;}
.logo {padding-left: 65px;}

.table > thead > tr > th{text-transform: uppercase; background: #933031; color: #d0be6c}

.tresult img{
	width: 32px;
}