@charset "utf-8";
/* CSS Document */
body {
	background-image: url("../img/bigback.jpg");
	background-color: #000000;
	background-position:center; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.alert-banner {
	line-height: 1.5;
	font-weight: bold;
	color: #000000;
	background-color: yellow;
	padding: 5px 20px;
}
.alert-banner p {
	text-align: center;
	font-size: 130%;
}
.wrapper {
	background: #111111;
	margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: static;
    width: 940px;
}
h3 { line-height: 30px; }
.featured-product h4 { font-size: 17px; }
.featured-product .alert { padding: 4px; }
.accessories h3 {
    font-size: 18px;
    line-height: 22px;
}
.accessories p {
    font-size: 12px;
    line-height: 15px;
}
.breadcrumb {
    margin: 0 0 10px;
    padding: 4px 15px;
}
#top {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
background: url("../img/to-top.png") #ff0000;
display: block;
font-size: 24px;
font-weight: bold;
height: 42px;
margin: -18px -560px 0 0;
opacity: 0;
position: fixed;
right: 50%;
text-align: center;
text-decoration: none;
top: 80%;
width: 42px;
}
#top.visible {
	opacity: 1;
}
.content {
}
.content .span3, .content .span6, .content .span4, .content .span8, .featured-product {
	/*border: 1px solid #ddd;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	border: 6px solid transparent;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-clip: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
}
.featured-product .span6{
	/*border: 1px solid #ddd;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	border: 0px solid transparent;
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	-moz-box-shadow:    0 0 0px rgba(0, 0, 0, 0);
	box-shadow:         0 0 0px rgba(0, 0, 0, 0);
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-clip: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 5px;
}

img.center { 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}
img.max-height {
	max-height: 110px;
}
.content .span4 .nobdr {
	border: 0;
}
.nav-masthead {
	color: #ffffff;
	vertical-align: text-bottom;
	background: #ed1844;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}
.nav-masthead .ez-logo { padding-left: 20px; }
.nav-masthead .dish-logo { padding: 55px 10px 0 0; }
.nav-masthead .span8 { padding-top: 80px; }
.nav-masthead p { font-weight: 700; font-size: 17px; line-height: 20px; margin: 20px 0; position: absolute; bottom: 0;}

.navbar .nav > li > a {
	color: #222;
}
.navbar .nav > li > a.red {
	color: #CC0718;
}
.red {
	color: #CC0718;
}
.navbar {
	margin-bottom: 10px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #CC0718;
}
.fill {
	padding-left: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.fill h1 { color: #ffffff; font-size: 30px;}
.return {
	left: 10px;
}
.navbar .divider-vertical {
	height: 40px;
	margin: 0 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #ddd;
}
.navbar-inverse .divider-vertical {
	border-right-color: #fff;
	border-left-color: #ccc;
}
.btn-danger {
	font-size: .8em;
	font-weight:700;/*height: 20px;*/
}
.min-h {
	min-height: 200px;
}
.min-h-a {
	min-height: 130px;
}
footer { 
	color: #ffffff; 
	min-height: 300px;
	margin-top: 30px;
}
footer .copyright {
	text-align: center;
}
.modal-wide {
	width:940px;
	margin: -250px 0 0 -470px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wrapper { width: auto; }
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.0em;
	}
	.min-h {
		min-height: 280px;
	}
}
@media (max-width: 767px) {
	body { background-image: none; }
		
	.wrapper { width: auto; }
	h3, h4 {
		font-size: 1.4em;
	}
	.min-h-a {
		min-height:inherit;
	}
	.min-h {
		min-height:inherit;
	}
	.logo {
		width:25%;
		height: 25%;
	}
	.nav-masthead .ez-logo { padding-left: 10px; }
	.nav-masthead .dish-logo { padding: 5px 10px 0 0; }
	.nav-masthead .span8 { padding: 5px 10px; }
}
a {
	color: #CC0718;
	text-decoration: none;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 2px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #CC0718;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CC0718), to(#A00F0C));
	background-image: -webkit-linear-gradient(top, #CC0718, #A00F0C);
	background-image: -o-linear-gradient(top, #CC0718, #A00F0C);
	background-image: linear-gradient(to bottom, #CC0718, #A00F0C);
	background-image: -moz-linear-gradient(top, #CC0718, #A00F0C);
	background-repeat: repeat-x;
	border-color: #A00F0C #A00F0C #CC0718;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #A00F0C;
}
.btn-danger:active, .btn-danger.active {
	background-color: #A00F0C;
}