@charset "UTF-8";
/* CSS Document */

/* Master Color Pallet 

Dark Blue: #0f2a4d
Light Blue: #5477be
Light Blue Hover: #315192
Dark Red: #712750

*/



/* Subcategory Box */
.djc_subcategories {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 30px 0 0px 0;
}
#djcatalog .djc_subcategories_grid .djc_subcategory_in {
	padding: 1px 0 0 0;
	background-color: #5477be;
	color: #FFFFFF;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	height: auto;
}
#djcatalog .djc_subcategories_grid .djc_subcategory_in:hover {
	background-color:#712750;
}
#djcatalog .djc_subcategories_grid .djc_subcategory_in a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
}

.djc_title {
	font-size: 20px;
}
.djc_title.singleitem {
	font-size: 3em;
}

.djc_fulltext {
	margin-top: 20px;
}

#djcatalog .djc_subcategories_grid .djc_title {
	text-align: center;
	padding-left: 0px;
}
.djc_category.djc_clearfix h2 {
	/* [disabled]display: none; */
}
.componentheading.djc_page_heading {
	font-size: 36px;
}

.djc_title h3 {
	font-size: 18px;
	line-height: 20px;
}

#djcatalog .djc_filters_in {
	margin-bottom: 26px;
	margin-top: 10px;
	margin-left: -10px;
}

.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.span2.djc_filter_label {
	width: 50px;
}

/* HIDE attributes on page */

div.djc_attributes {
	margin: 1em 0;
	clear: both;
	/* [disabled]display: none; */
}
.djc_fulltext {
	/* [disabled]max-width: 700px; */
}

/* Tabs */

.djc_tabs {
	margin-top: 40px;
}
#djcatalog .nav-toggler {
	background-color: #5477be;
	margin-right: 10px;
	color: #FFFFFF;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	width: 180px;
	text-align: center;
}.nav-toggler a {
	color:#FFFFFF;
}
#djcatalog .nav-tabs > .active > a, #djcatalog .nav-tabs > .active > a:hover, #djcatalog .nav-tabs > .active > a:focus {
	color: #FFFFFF;
	cursor: default;
	background-color: #712750;
	border: 1px solid #712750;
	border-bottom-color: transparent;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius:20px 20px 0 0;
	border-radius:20px 20px 0 0;
	width:154px;

}
#djcatalog .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-color: none;
}
#djcatalog .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #712750;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius:20px 20px 0 0;
	border-radius:20px 20px 0 0;
	width:154px;

}
#djcatalog .nav-tabs > .active > a, #djcatalog .nav-tabs > .active > a:hover {
	color: #FFFFFF;
	/* [disabled]background-color: #315192; */
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: pointer;
}
/* Search Box */
#djcatalog .djc_filters .djc_filters_in, #djcatalog .djc_order .djc_order_in {
	padding: 18px 0 0 15px;
	background: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 5px;
}
#djcatalog .djc_mainimage img, #djcatalog .djc_thumbnail img {
	background: none;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: middle;
	display: inline;
}
#djcatalog img {
	max-width: auto;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin-bottom: 10px;
}
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 20px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.djc_item_bg .djc_description {
	clear: both !important;
}
.djc_item_bg .djc_title {
	font-size: 20px;
	clear: both;
}

/* Related Products */
.djc_related_items.djc_items.djc_clearfix {
	margin-top: 56px;
	border-top: 1px solid #999999;
}

/* UL Feature Lists */
.tab-content ul {
	list-style: none;
}

.tab-content ul li {
	margin-bottom: 2px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-left: -20px;
	padding-top: 7px;
	border-bottom: 1px solid #d9d9d9;
}
.tab-content ul li:nth-child(odd) {
	/* [disabled]background: #E5E3E3; */
}
/* Large desktop */
@media (min-width: 1200px) {
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
#djcatalog .nav-toggler {
	margin-right: 10px;
	color: #FFFFFF;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius:0;
	width: 180px;
	text-align: center;
	margin-bottom: 10px !important;
	 }
#djcatalog .nav-tabs > .active > a, #djcatalog .nav-tabs > .active > a:hover, #djcatalog .nav-tabs > .active > a:focus {
	color: #FFFFFF;
	cursor: default;
	background-color: #712750;
	border: 1px solid #712750;
	border-bottom-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	border-radius:0;
	width:154px;

}

#djcatalog .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #712750;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	border-radius:0;
	width:154px;

}
#djcatalog .djc_subcategories_grid .djc_subcategory_in {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

 }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
#djcatalog .nav-toggler {
	margin-right: 10px;
	color: #FFFFFF;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius:0;
	width: 180px;
	text-align: center;
	margin-bottom: 10px !important;
	 }
#djcatalog .nav-tabs > .active > a, #djcatalog .nav-tabs > .active > a:hover, #djcatalog .nav-tabs > .active > a:focus {
	color: #FFFFFF;
	cursor: default;
	background-color: #712750;
	border: 1px solid #712750;
	border-bottom-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	border-radius:0;
	width:154px;

}

#djcatalog .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #712750;
	-moz-border-radius: 0;
	-webkit-border-radius:0;
	border-radius:0;
	width:154px;

}
#djcatalog .djc_subcategories_grid .djc_subcategory_in {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

}
 
/* Landscape phones and down */
@media (max-width: 480px) { 


 }
