@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	padding-top: 70px;
}

body#home {
	padding: 0;
}

#page-wrapper {
	min-height: 100%;
	position: relative;
}

#page-content {
	padding-bottom: 150px; /* Height of the footer element */
}

footer {
	width: 100%;
	height: 120px;
	position: absolute;
	padding: 20px;
	bottom: 0;
	left: 0;
	background: #1e1e1e;
	color: #9d9d9d;
}

footer ul.pages {
	padding: 0;
	list-style: disc;
}

footer ul.pages li {
	display: inline;
	padding-right: 10px;
}

footer ul.pages li a {
	display: inline;
	padding-right: 10px;
	font-weight: bold;
	color: #9d9d9d;
}

.navbar-brand.logo {
	text-transform: uppercase;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: bold;
	color: white;
}

ul#nav-menu {
	list-style: none;
	height: 100%;
}

section {
	padding: 100px 0;
}

#home .row.nav {
	margin-bottom: 50px;
}

#home ul#nav-menu li {
	display: inline;
	height: 100%;
	float: right;
	margin-right: 15px;
}

#home ul#nav-menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font: bold 16px "Trebuchet MS", Arial;
	height: 100%;
	float: right;
	padding: 13px 0;
	color: white;
}

#home ul#nav-menu li a:hover, #home ul#nav-menu li a:focus, a.navbar-brand.logo:hover {
	color: #9d9d9d;
}

#home header {
	color: white;
	background: url('../images/bg-darkgrey-stripe.png');
}

header .container {
	padding-bottom: 50px;
}

#home header .intro-text {
	margin-top: 20px;
	font: bold 16px "Trebuchet MS", Arial;
	text-align: center;
}

#home header .intro-text .name {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
}

#home header .intro-text .features {
	font-size: 1.25em;
}

#home section {
	font: 20px Arial, "Trebuchet MS", Arial;
}

#home section h2 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: bold;
}

#home hr.heading-divider {
	border-color: white;
	margin: 25px auto 30px;
	border-top: solid 5px;
	width: 250px;
	text-align: center;
}

#home hr.heading-divider.dark {
	border-color: black;
}

#productlist .product_card .product_image {
	height: 170px;
	position: relative;
}

#productlist .thumbnail img {
	padding: 8px 0;
	max-height: 170px;
}

.carousel-inner {
	border-left: 2px solid black;
	border-right: 2px solid black;
}

.carousel-inner .item-title {
	font: bold 25px Montserrat, Arial, sans-serif;
	text-transform: uppercase;
	color: white;
	border-top: 5px solid black;
	padding-bottom: 5px;
}

.carousel-inner .item-title span.title {
	background: black;
	padding: 0 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.carousel-inner .item-title span.textmix, .product_card .alert_banner span.textmix {
	color: #e18728;
}

.carousel-inner .card {
	margin: 10px 0;
}

.carousel-inner .card .product_image {
	height: 150px;
}

.carousel-inner .card img {
	max-height: 150px;
}

.carousel-inner .card a {
	color: black;
}

.carousel-footer {
	width: 100%;
	height: 20px;
	background: black;
	display: block;
	position: absolute;
	bottom: 0;
}

.carousel-indicators {
	bottom: -10px;
}

.carousel-inner .vspacer {
	height: 30px;
}

.carousel-inner .card-title {
	font: italic 18px Arial, Impact, sans-serif;
	padding-top: 10px;
	color: #e18728;
}

.carousel-inner .price {
	font: 30px 'Fjalla One', Impact, Arial, sans-serif;
}

.carousel-inner .vendors {
	font-size: 13px;
}

@media ( max-width : 320px) {
	#productlist .product_card .product_image {
		height: 130px;
	}
	#productlist .thumbnail img {
		max-height: 130px;
	}
	.carousel-inner .card .product_image {
		height: 130px;
	}
	.carousel-inner .card img {
		max-height: 130px;
	}
	.search_matches .product_image img {
		height: 130px;
	}
}

@media ( min-width : 768px) {
	#home header .intro-text .name {
		font-size: 4.75em;
	}
	#home header .intro-text .features {
		font-size: 1.75em;
	}
	#home header .container {
		padding-bottom: 100px;
	}
}

@media screen and (min-width: 900px) {
	#productlist .product_card .product_image {
		height: 200px;
	}
	#productlist .thumbnail img {
		max-height: 200px;
	}
	.carousel-inner .card .product_image {
		height: 200px;
	}
	.carousel-inner .card img {
		max-height: 200px;
	}
	.carousel-inner .price {
		font-size: 45px;
	}
	.search_matches .product_image img {
		height: 150px;
	}
}

#productlist .product_card {
	margin: 10px 0;
}

#productlist .product_card .info {
	font-size: 12px;
	border-top: 1px solid #DDD;
	padding: 0 2px;
	height: 7em;
}

#productlist .product_card .info .bestprice {
	font-size: 18px;
	font-weight: bold;
}

#productlist .product_card .info span.vendor {
	font-size: 12px;
	font-weight: normal;
}

#productlist .product_card .title a {
	margin: 5px 0;
	text-transform: capitalize;
	line-height: 1.2em;
	max-height: 2.4em;
	overflow: hidden;
	display: block;
	font: 15px "Trebuchet MS", Arial, Montserrat;
	color: #393939;
}

#productlist .product_card .info a.price {
	margin-right: 5px;
	font-weight: bold;
}

#productlist .product_card a {
	color: #393939;
}

#productlist .thumbnail {
	border: none;
	box-shadow: none;
}

#edit_product .main_content {
	margin: 10px 0;
	font-family: "Trebuchet MS", Arial, Georgia, "Times New Roman", serif;
}

#edit_product p.product_title {
	margin-bottom: 10px;
	font-size: 22px;
}

#edit_product .product_image img {
	max-height: 450px;
}

#edit_product .vendor_pricing td.watch_vendor {
	padding-top: 11px;
}

#edit_product .vendor_pricing td.price {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

#edit_product .product_info {
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
}

#edit_product .edit_details {
	padding-top: 5px;
	margin-top: 20px;
}

#edit_product .watch_product_details {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 15px;
}

#edit_product .watch_product_details label {
	padding-right: 5px;
}

#edit_product .watch_product_details p {
	padding-left: 10px;
}

#edit_product .price_history .tablewrapper {
	padding: 5px 10px;
	border: 1px solid #DDD;
	border-radius: 12px;
	margin-bottom: 20px;
}

#search_results .result_row {
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
}

#search_results .result_row .product_image img {
	min-height: 100px;
	max-height: 200px;
}

#search_results .result_row .goal {
	width: 100px
}

#search_results .navbar-text.results {
	margin-left: 10px;
}

#search_results p.itemPrice {
	font-size: 24px;
}

#search_results .result_row .cell1 {
	border-right: 1px solid #828282;
}

#search_results .result_header {
	margin-bottom: 10px;
	background: #828282;
	background: #9d9d9d;
	background: #ddd;
	color: #828282;
}

.product_card .alert_banner {
	position: absolute;
	top: -15px;
	background: black;
	color: white;
	text-align: center;
	height: 1.2em;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

.carousel-holder {
	margin-bottom: 25px;
}

.filter_bar {
	padding: 10px;
	background: #efefef;
	margin-bottom: 15px;
	border: 1px solid #DDD;

}

.dropdown-image {
	max-height: 76px;
	max-width: 76px;
	padding-right: 5px;
}

.dropdown-header {
	background: #ccc;
	font-size: 14px;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px
}

.image-dropdown {
	width: 340px;
}

.search_matches .product_image {
	margin-top: 15px;
}

.match-title {
	margin: 5px 0 10px 0;
	text-transform: capitalize;
	line-height: 1.2em;
	height: 2.4em;
	overflow: hidden;
	display: block;
}
