/* Vendor Color */
.st_background {
	background-color: #991b1e;
}
.st_color {
	color: #991b1e;
}
.st_border {
	border: 1px solid #991b1e;
}
a,
a:hover, 
a:active,
a:focus {
	color: #991b1e;
}

.font_bold {
	font-weight: bold;
}

/* Global Overrides */
* {
	border-radius: 0 !important;
}
body {
	font-family: 'Roboto Condensed';
	font-size: 15px;
}
.st_body {
	font-weight: 300;
}
h1 {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 22px;
}
.pagination li a {
	color: #333 !important;
}

/* Nav: Top */
.st_nav_background {
	background-color: #fffcfc;
	background-image: url("../img/bright-squares.png");
}
.st_nav_top {
	border-radius: 0px !important;
	font-size: 14px;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
}
.st_nav_top a {
	color: #fff !important;
}
.st_nav_top li > a:hover,
.st_nav_top li > a:focus,
.st_nav_top li > a:active,
.st_nav_top li > .open > a:focus {
	background-color: #000 !important;
}
.st_nav_top li > a {
	padding: 10px 15px;
}
.st_nav_top a {
	color: #fff;
}

.st_nav_top li.active {
    background-color: #000;
}

/* Nav: Top (Content) */
.st_nav_top_search {
	padding: 38px 20px 20px 20px;
}
.st_nav_top_search_input {
	padding: 5px 10px 5px 10px;
	height: 41px;
}
.st_nav_top_search_btn {
	background-color: transparent;
	margin-left: -5px;
}
.st_nav_top_logo {
	padding: 20px;
	text-align: center;
}
.st_nav_top_logo img {
	max-width: 100%;
	max-height: 100%;
}
.st_nav_top_cart {
	padding: 38px 20px 20px 20px;
	text-align: center;
}
.st_nav_top_cart_container {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
}

/* Nav: Top (Categories) */
.st_nav_top_categories {
	color: #fff !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	font-weight: bold;
}
.st_nav_top_categories a {
	color: #fff !important;
}
.st_nav_top_categories li > a:hover,
.st_nav_top_categories li > a:focus,
.st_nav_top_categories li > a:active,
.st_nav_top_categories li > .open > a:focus {
	background-color: #000 !important;
}
.st_nav_top_categories .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #000 !important;
	color: #fff !important;
}
.st_nav_top_categories .dropdown-menu {
	background-color: #666 !important;

}

/* Footer */
.st_copyright {
	color: #999;
	font-size: 14px;
	margin-top: 20px;
	background-color: #f5f5f5;
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Dropdown */
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
