nav .container-fluid
{
	display: table;
	/*min-height: 200px;*/
}

.velocity-outdoor-logo
{
	background-color: #ee3a3a;
	/*display: table-cell;*/
	height: 160px;
}

.velocity-outdoor-logo .navbar-brand
{
	display: flex;
	margin: 0;
	padding: 30px;
	justify-content: center;
}

.navbar-brand
{
	background-color: #1b365d;
	padding: 3rem;
}

.velocity-outdoor-logo .navbar-brand img
{
	max-width: 300px;
	height: auto;
}

@media (min-width: 992px){
	.velocity-outdoor-logo .navbar-brand img
	{
		width: 300px;
		height: 100px;
	}
}

#mainNav,
#subNav
{
	height: 80px !important;
}

#subNav
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s cubic-bezier(0, 0, 0 ,1);
}

#subNav.active
{
	background-color: #1a1818;
}

#all-brands
{
	background-color: #000;
}

#all-brands .cls-3
{
	fill: #ed1b2f !important;
}

@media (max-width: 991px){
	.velocity-outdoor-logo
	{
		display: flex;
	}

	.velocity-outdoor-logo .navbar-brand
	{
		width: calc(100% - 100px);
	}

	/*.navbar-dark .navbar-toggler
	{
		width: 100px;
		color: #fff;
	}*/

	#mainNav
	{
		height: 100% !important;
		min-height: 350px;
	}

	#subNav
	{
		display: none;
	}
}

.carousel-inner
{
	background-color: #1a1818;
}

.carousel-control-next
{
	width: 50px;
	height: 100%;
	/*right: 50px;
	top: 70px;*/
}

.carousel-control-prev
{
	width: 50px;
	height: 100%;
	/*top: 70px;
	left: 0;
	margin-left: 50px;*/
}

span.carousel-control-prev-icon,span.carousel-control-next-icon
{
    background-image: url('/img/chevron.svg');
    width: 30px;
    height: 30px;
}

span.carousel-control-next-icon {
    transform: rotate(180deg);
}

.carousel-control-next,
.carousel-control-prev
{
	position: relative;
	justify-content: center;
}

#navbarResponsive
{
	height: 160px;
	background-color: #3d3d3d;
}

#navbarResponsive .navbar-nav-global
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#navbarResponsive .navbar-nav-global > div
{
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}

#navbarResponsive .navbar-nav-global > div a
{
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #c4beb4;
}

#navbarResponsive .navbar-nav-global > div a:hover
{
	color: #fff;
}

@media (max-width: 1440px){

	#navbarResponsive
	{
		z-index: 2;
		position: absolute;
		width: 100%;
	}

	#subNav
	{
		display: none;
	}

	#navbarResponsive > .container-fluid
	{
		/*min-height: 200px !important;*/
	}

	#navbarResponsive .navbar-nav-global
	{
		border-bottom: none;
	}

	#navbarResponsive .navbar-nav-global > div
	{
		border-right: none;
		display: block;
		background-color: #464646;
	}
}

#navbarResponsive .navbar-nav-global > div a.active
{
	color: #ee3a3a;
	background-color: #333232;
}

#navbarResponsive .navbar-nav-global > div:last-child
{
	border-right: none;
}

nav .container-fluid.navbar-nav-container
{
	display: flex;
	align-items: center;
}

#subNav.navbar-nav-container .navbar-nav > li.nav-item
{
	position: relative;
}

#subNav.navbar-nav-container .navbar-nav > li.nav-item:before
{
	content: '';
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	top: 11px;
	right: 0;
}

#subNav.navbar-nav-container .navbar-nav > li.nav-item:last-child:before
{
	border-right: none;
}

#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link.active,
#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link.active:focus
{
	color: #f40033; /*#ee3a3a;*/
	font-weight: bold;
}

#subNav.navbar-nav-container .navbar-nav > li.nav-item:last-child
{
	border-right: none;
}

#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link,
#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link:focus
{
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.85rem;
	padding: 0.5rem 1rem;
}

/*@media (min-width: 992px) and (max-width: 1220px){*/
/*@media (max-width: 991px){*/
@media (max-width: 1440px){

	#header-wrapper
	{
		height: 15vh !important;
		display: flex !important;
	}

	#navbarResponsive
	{
		height: auto;
		width: 15vh;
	}

	.navbar-toggler
	{
		width: 15vh;
		background-color: #1b365d;
		border-radius: 0;
	}

	.navbar-brand
	{
		width: calc(100% - 15vh);
	}

/*	.navbar .navbar-collapse
	{
		display: none;
		flex-basis: 100%;
	}*/
}

/*@media (min-width: 992px){*/
@media (min-width: 1441px){
	#header-wrapper
	{
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.navbar .navbar-collapse
	{
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-toggler
	{
		display: none;
	}

	.navbar
	{
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#nav-and-brand-wrapper
	{
		width: 83.333333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
    }
}

@media (min-width: 992px) and (max-width: 1440px){
	#header-wrapper
	{
		height: 15vh;
	}

	#navbarResponsive
	{
		height: auto;
	}

	.navbar .navbar-collapse:not(.show)
	{
		display: none !important;
	}

	div#navbarResponsive.collapse.show
	{
		display: flex !important;
	}

	div#navbarResponsive.collspase:not(.show)
	{
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1440px){

	#subNav.navbar-nav-container .navbar-nav > li.nav-item
	{
		width: 13.5%;
	}

	#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link,
	#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link:focus
	{
		font-weight: 500;
		font-size: 11px;
		padding: 0.5rem 0.2rem;
	}
}

@media (min-width: 1081px) and (max-width: 1120px){
	#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link,
	#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link:focus
	{
		font-size: 11.5px;
		padding: 0.5rem 0.25rem;
	}
}

@media (min-width: 1121px) and (max-width: 1280px){
	#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link,
	#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link:focus
	{
		font-size: 12px;
		padding: 0.5rem 0.3rem;
	}
}

@media (min-width: 1281px) and (max-width: 1368px){
	#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link,
	#subNav.navbar-nav-container .navbar-nav > li.nav-item > a.nav-link:focus
	{
		font-size: 12px;
		padding: 0.5rem 0.4rem;
	}
}

.navbar-nav-container .navbar-nav
{	
    margin: 0 auto !important;
    text-align: center;
    display: block;
    vertical-align: middle;
}

.navbar-nav .nav-item
{
	display: inline-block;
}

@media (min-width: 991px){
	.navbar-nav .nav-item
	{
		display: table-cell;
		vertical-align: middle;
	}
}

.portfolio-box
{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 600px;/*35vh;*/
}

.portfolio-box .portfolio-box-caption
{
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 1440px){
	.portfolio-box .portfolio-box-caption
	{
		opacity: 1;
	}
}

@media (max-width: 991px){
	.portfolio-box
	{
		min-height: 300px;/*30vh;*/
	}
}

@media (max-width: 768px){
	.portfolio-box
	{
		min-height: 300px;/*20vh;*/
	}
}

.brand-slider
{
	min-height: 600px;/*70vh;*/
}

.brand-slider > div.row
{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

@media (min-width: 992px) and (max-width: 1400px)
{
	.brand-slider
	{
		min-height: 600px;
	}
}

@media (max-width: 991px){
	.brand-slider
	{
		min-height: 0;
	}

	.brand-slider > div.row
	{
		position: relative;
	}
}

.brand-slider > div.row div.description
{
	color: rgba(255, 255, 255, 0.9);
	padding: 0;/*50px;*/
	font-size: 14px;
	font-weight: 100;
	line-height: 30px;
	/*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4) inset;*/
	overflow-y: auto;
}

@media (max-width: 991px)
{
	.brand-slider > div.row div.description
	{
		min-height: 55vh;
	}
}

@media (min-width: 992px) and (max-width: 1440px)
{
	.brand-slider > div.row div.description
	{
		padding: 50px 20px;
		height: 100%;
	}
}



@media (max-width: 480px)
{
	.brand-slider > div.row div.description
	{
		padding: 50px 20px;
	}
}

.brand-slider > div.row div.description .brand-logo
{
	width: 100%;
	margin-bottom: 45px;
}

.brand-slider > div.row div.description .brand-logo img
{
	width: 100%;
	max-width: 300px;
}

.brand-slider > div.row div.life-style
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	order: 1;
}

@media (max-width: 991px){
	.brand-slider > div.row div.life-style
	{
		min-height: 30vh;
		order: -1;
	}
}

#top-spacer
{
	height: 0;/*160px;*/
	display: block;
}

#brands
{
	
}

.cta-button
{
	display: block;
	clear: both;
}

.cta-button:after
{
	content: '';
	clear: both;
	display: table;
}

.cta-button .cta-text
{
	border: 1px solid #fff;
	border-width: 1px 0 1px 1px;
	line-height: 40px;
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	float: left;
}

.cta-button .cta-icon
{
	font-size: 18px;
}

.cta-button .cta-icon:before
{
	content: '\f178';
	font-family: 'FontAwesome';
	display: inline-block;
	height: 42px;
	float: left;
	border: 1px solid #fff;
	border-left: none;
	line-height: 40px;
	background: #fff;
	padding: 0 15px;
}

@media (min-width: 991px) and (max-width: 1368px)
{
	.cta-button .cta-text
	{
		font-size: 11px;
		padding: 0 10px;
	}

	.cta-button .cta-icon:before
	{
		padding: 0 10px;
	}
}





/* CenterPoint Archery */
.brand-slider#brand-centerpoint-archery .cta-button .cta-icon:before
{
	color: #685d52;
}

.brand-slider#brand-centerpoint-archery > div.row div.description
{
	background-color: #685d52;
}

.brand-slider#brand-centerpoint-archery > div.row div.life-style,
.brand-photo-bg-centerpoint-archery
{
	background-position: right center;
	background-image: url('../img/brand-photos/CenterPointArchery.jpg');
}


/* Ravin Crossbows */
.brand-slider#brand-ravin-crossbows .cta-button .cta-icon:before
{
	color: #31312f;
}

.brand-slider#brand-ravin-crossbows > div.row div.description
{
	background-color: #000; /*#31312f;*/
}

.brand-slider#brand-ravin-crossbows > div.row div.life-style,
.brand-photo-bg-ravin-crossbows
{
	background-position: center center;
	background-image: url('../img/brand-photos/RavinCrossbows.jpg');
}

/* Kings Camo */
.brand-slider#brand-kings-camo .cta-button .cta-icon:before
{
	color: #31312f;
}

.brand-slider#brand-kings-camo > div.row div.description
{
	background-color: #000; /*#31312f;*/
}

.brand-slider#brand-kings-camo > div.row div.life-style,
.brand-photo-bg-kings-camo
{
	background-position: center right;
	background-image: url('../img/brand-photos/KingsCamo.jpg');
}


.brand-slider#brand-ravin-crossbows > div.row div.description,
.brand-slider#brand-centerpoint-archery > div.row div.description,
.brand-slider#brand-kings-camo > div.row div.description
{
	background-color: #1a1818;
}

@media (max-height: 500px)
{
}

.brand-button
{
	background-size: cover;
}

.brand-button .brand-logo
{
	/*padding: 30px;*/
}

.press-release .press-release-title
{
	font-weight: 700;
	font-size: 26px;
}

section#about,
section#news,
section#contact
{
	padding: 10rem 5rem;
	display: flex;
	align-items: center;
}

@media (max-width: 991px){
	section#about,
	section#news,
	section#contact
	{
		min-height: 60vh;
		padding: 2.5rem;
	}
}

@media (max-width: 991px){
	body.scrolling .velocity-outdoor-logo,
	body.scrolling #navbarResponsive/*,
	body.scrolling #top-spacer*/
	{
		height: 100px;
	}
}

hr {
	max-width: 60px;
	border-color: #f40033;
}

a
{
	color: #f40033;
}

#about hr
{
	margin: 20px 0px;
}

.bg-light
{
	background: #fafafa !important;
}




@media (max-width: 1440px){
    img.img-fluid {
        width: unset;
    }

    div#header-wrapper {
        height: 20vh !important;
    }
}

@media (max-width: 1440px){ .navbar-brand { padding: 20px 2rem 20px calc(50vw * .08333) !important; }}
@media (max-width: 1200px){ .navbar-brand { padding: 20px 2rem 20px calc(50vw * .16666) !important; }}
@media (max-width: 991px){  .navbar-brand { padding: 20px 2rem !important; }}

@media (max-width: 1440px)
{

	#header-wrapper .vertical-rule-wrapper {
		display: flex;
		background-color: #1b365d;
		align-items: center;
		padding: 2rem 0;
	}

	#header-wrapper .vertical-rule-wrapper .vertical-rule {
		width: 1px;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.3);
	}

}