


.wrapper {
	margin: auto;
	position: relative;
	font-family: 'tstar-medium',Arial,Helvetica,sans-serif !important;
 }

.no-display-mobile {
	display: block;
}

.no-display-desktop{
	display: none;
}



.breadcrumb-section {
	 display: none !important;
}
.main-section-one {
	 margin-bottom: 0 !important;
}


/* The container for the homepage slider. */
.bb-marquee-container {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 100%;
	margin-bottom: 44px;
}


/* The images in the homepage slider. */
.bb-marquee-container img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* The container for the text and call-to-action link on the homepage slider. */
.bb-marquee-header{
	color: white;
	position: absolute;
	top: 67%;
	left: 0;
	width: 100%;
	text-align: center;
}

/* The title text on the homepage slider. */
.bbn-header {
	font-size: 3.571vw;
	margin-bottom: 1.1307vw;
	text-shadow: 2px 2px 5px #000;
	text-transform: uppercase;
	line-height: 103%;
}

/* The subtext (beneath the title) on the homepage slider. */
.bbn-subheader {
	font-size: 1vw;
	margin-bottom: 1.78571vw;
	text-shadow: 1px 1px 3px #000;
}

/* The Call-To-Action Link "Button" on the homepage slider. */
.bb-marquee-cta-button {
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 2.14285vw;
	text-decoration: none;
	/* 
	 * 1vw      = 14px @ 1400px view width 
	 * 1.7857vw = 25px @ 1400px view width
	 */
	padding: 1vw 1.7857vw;
	text-transform: uppercase;
	/*
	 * #880422 = Blackburn Red (Site Buttons)
	 */
	background-color: #000;
	box-shadow: 1px 1px 2px #000000aa;
	
	/*
	 * Uncomment the below to set the font
	 * to the same font used in other buttons
	 * on the site
	 *
	 * font-family: 'tstar-bold',arial,sans-serif;
	 */
}

/* The container for the category image-links on the homepage. */
.bb-category-container {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0 2.67%;
}

/* The container for a category image-link */
.bb-category-container .bb-category {
	box-sizing: border-box;
	width: 20%;
	padding: 0px 0.59% 45px;
	float: left;
}

/* The "header" text above each category image-link */
.bb-category-header {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
	margin-top: 0px;
	line-height: 100%;
	color: black;
}


.bb-category-image {
	width: 100%;

}

.bb-category-image img {
	width: 100%;
}



/* Uncomment to constrain to 1400px

.wrapper {
	max-width: 1400px;
}
@media all and (min-width: 1400px) {
	.bbn-header {
		font-size: 50px;
		margin-bottom: 16px;
		text-transform: uppercase;
		line-height: 103%;
	}
	

	.bbn-subheader {
		font-size: 14px;
		margin-bottom: 25px;
	}
	
	.bb-marquee-cta-button {
		font-size: 30px;
		padding: 8px;
		text-shadow: 0.15vw 0.15vw 0.75vw #000000;
	}
}
*/




@media all and (max-width: 1024px) {
	
	.bb-category-header {
		margin-bottom: 4.3vw;
		margin-top: 0;
		font-size: 4.3vw;
	}
	
	.bb-category {
		width: 100%;
		margin: 0 0 8.8%;
		padding: 0 9.33%; /* 12% = 45px@375px width, this is minus article spacing */
	}
	
	.bb-category:last-of-type {
		margin: 0 0 11.73%;
	}
	
	.no-display-desktop{
		display: block;
	}

	.no-display-mobile {
		display: none;
	}


	.bb-marquee-container {
		margin-bottom: 44px;
	}

	.bb-marquee-container img {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.bb-marquee-header{
	  color: white;
	  position: absolute;
	  top: 57.4%;
	  left: 0;
	  width: 100%;
	  text-align: center;
	}

	.bbn-header {
		font-size: 8.6vw;
		margin-bottom: 2.4vw;
		height: 17.067vw;
		vertical-align: bottom;
		position: relative;
	}

	.bbn-header span {
		display: inline-block;
		vertical-align: bottom;
		position: absolute;
		bottom: 0px;
		left: 10px;
		right: 10px;
	}

	.bbn-subheader {
		font-size: 3.2vw;
		margin-bottom: 4.3vw;
	}

	.bb-marquee-cta-button {
		font-size: 5.1vw;
		padding: 1.34vw 4vw;
	}
}

@media all and (max-width: 375px) {

	.wrapper {
		width: 100%;
	}

	.bb-category-container {
	width: 100%;
	margin: 0;
		padding: 0 10px;
	}
	
	.bb-category {
		margin: 0 0 30px;
		padding: 0 35px;
	}
	
	.bb-category:last-of-type {
		margin: 0 0 44px;
	}
	
	.bb-marquee-container img {
	width: 100%;
	height: auto;
	}
	
	.bb-category-header {
		margin-bottom: 16px;
		margin-top: 0;
		font-size: 16px;
	}
	
	.bbn-header {
		font-size: 32px;
		margin-bottom: 9px;

	}
	.bbn-subheader {
		font-size: 12px;
		line-height: 16px;
		font-family: 'tstar-bold',arial,sans-serif;
		letter-spacing: 0.2px;
		margin-bottom: 14px;
	}

	.bb-marquee-cta-button {
		font-size: 19px;
		padding: 5px 15px;
	}
}


/******************************************************************************\
 * Owl Carousel Styling
\******************************************************************************/


/* TO DO: Figure out nav and dots in this frustrating library */
.owl-dots, .owl-nav {
	display: none !important;
}

.owl-carousel {
	 padding-bottom: 0px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	 position: absolute;
	 font-size: 3.571vw !important;
	 color: white !important;
}
button.owl-next span, button.owl-prev span {
	 padding-left: 5px;
	 padding-right: 5px;
}

button.owl-next{
	 left: 53% !important;
	 bottom: 0% !important;
}

button.owl-prev{
	 left: 43% !important;
	 bottom: 0% !important;
}

.owl-dots {
	 position: absolute;
	 bottom: 1%;
	 left: 50%;
}

.owl-carousel .owl-nav {
	display: none;
	 bottom: 5% !important;
}

.owl-theme .owl-dots .owl-dot span {
	 width: 10px;
	 height: 10px;
	 margin: 5px 7px;
	 background: #D6D6D6;
	 display: block;
	 -webkit-backface-visibility: visible;
	 transition: opacity .2s ease;
	 border-radius: 30px;
}

.owl-carousel .nav-btn{
	height: 47px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide{
	background: url(nav-icon.png) no-repeat scroll 0 0;
	left: -33px;
}
.owl-carousel .next-slide{
	background: url(nav-icon.png) no-repeat scroll -24px 0px;
	right: -33px;
}
.owl-carousel .prev-slide:hover{
	background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
	background-position: -24px -53px;
}

@media all and (max-width: 1024px) {
	.owl-carousel .owl-nav {
		display: flex;
	}
}


/******************************************************************************\
 * Fixing padding issue in Hybris
\******************************************************************************/
.ui-front .input-group-btn .btn.btn-link.js_search_button {
	display: none;
}
