
/*
Theme Name: Bud Industries Theme
Theme URI: http://www.ggcomm.com/
Author: Goldstein Group Communications
Author URI: http://www.ggcomm.com/
Description: Bud Industries Website Theme
Version: 1.0
*/



*:focus{
	outline: none;
}

html {
	background-color: #003d69;
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #343434;
	scroll-behavior: smooth;
}

a {
	color: #005392;
	text-decoration: underline;
}

.alignnone{
	max-width: 100%;
	height: auto;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	max-width: 100%;
	height: auto;
}

.aligncenter {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.btn-primary {
	background-color: #003e68;
	color: #FFFFFF;
	border-radius: 0px;
	border: 1px solid #005195;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary:hover {
	background-color: #003d70;
	border: 1px solid #003d70;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-secondary {
	border: 1px solid #6e6f72;
	border-radius: 0px;
	background-color: #fdcd4f;
	color: #343434;
	font-weight: bold;
	font-size: 1.2rem;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-secondary:hover {
	background-color: #fedb7f;
	border: 1px solid #6e6f72;
	color: #343434;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default {
	border: 1px solid #fdcd4f;
	background-color: #fdcd4f;
	color: #343434;
	font-weight: bold;
	font-size: 1.2rem;
	outline: none;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-default:hover {
	background-color: #e5b944;
	border: 1px solid #e5b944;
	color: #343434;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.info-icon i{
	color: #005195;
}


.tooltip-inner {
  max-width: 270px !important;
  padding: 12px 24px !important;
	font-size: 0.9em;
  color: #000;
  text-align: left;
  background-color: #f1f2f3 !important;
  border-radius: .5rem !important;
	border: 1px solid #000;
}

/* TOP */
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -7px;
    content: "";
    border-width: 9px 9px 0;
    border-top-color: #000 !important;
}
/* RIGHT */
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -7px;
    content: "";
    border-width: 9px 9px 9px 0;
    border-right-color: #000 !important;
}
/* BOTTOM */
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -7px;
    content: "";
    border-width: 0 9px 9px;
    border-bottom-color: #000 !important;
}
/* LEFT */
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -7px;
    content: "";
    border-width: 9px 0 9px 9px;
    border-left-color: #000 !important;
}





.main-header {
	padding: 0.7rem 0px;
}

.top-menu > div > ul {
	margin-bottom: 0.5rem;
}

.logo a {
	display: block;
}

.navbar {
	padding: .1rem 1rem;
}


/* --- START PRIMARY NAV STYLES --- */

@media (min-width: 979px) {

	.navbar{
		padding-left: 0px !important;
	}
	.navbar button{
		display: none;
	}
	.navbar-collapse.collapse {
		display: block;
	}

	.navbar .searchform{
		display: none;
	}

	.check_stock_form{
		display: inline;
	}

	.search-bar a{
		padding: 6px 24px !important;
	}

	.search-bar .btn-default:hover {
		background-color: #003d69;
		border: 1px solid #003d69;
		color: #ffffff;
		-webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block
  }

	li.mega_menu{
		position:unset !important;
	}

	li.mega_menu ul.dropdown-menu{
		min-width: 914px !important;
		position: absolute;
		margin-top:0px;
		border: none;
		padding: 30px;
		border: 1px solid #333;
		box-shadow: 0px 10px 20px rgba(0,0,0,0.45);
		border-radius: 0px;
	}

	li.mega_menu ul.dropdown-menu < li.dropdown-submenu{
		min-width: 25% !important;
		width: 25%;
		display: block;
	}

	li ul.dropdown-menu{
		padding: 0px;
		border-radius: 0px;
		margin-top: 2px;
	}

	li ul.dropdown-menu:after{
		display: block;
		content: '';
		position: absolute;
		left: 0px;
		width: 100%;
		height: 20px;
		top: -10px;

	}

	li ul.dropdown-menu li ul:after{
		display: none;
	}

	li.mega_menu ul.dropdown-menu li ul{
		box-shadow: none;
	}

	li.mega_menu ul.dropdown-menu li ul.dropdown-menu{
		width: auto;
		position: static ;
		display: block;
		border: none;
		padding: 0px;
	}

		li.mega_menu ul.dropdown-menu li

	/* li.mega_menu ul li ul li a{
		color: #666 !important;
		text-transform: none !important;
		font-size: 16px !important;
		padding-bottom: 0px !important;
		font-weight: 300;
	}

	li.mega_menu ul li a{
		font-weight: 600;
		color: #003d69 !important;
	}
	#menu-primary-navigation li.mega_menu ul li.menu-item a:hover{
		background-color: transparent;
	} */

	#menu-primary-navigation li:hover a.dropdown-toggle{
		color: #ffc107;
	}

	#menu-primary-navigation li:hover ul li a{
		color: #003d69 !important;
	}

	#menu-primary-navigation li:hover ul li ul li a{
		color: #333 !important;
	}

	#menu-primary-navigation li.mega_menu ul.dropdown-menu li{
		max-width: 25%;
		width: 25%;
		float:left;
		display: block;
	}

	#menu-primary-navigation li.mega_menu ul.dropdown-menu li.cta a{
		min-height: 300px;
		background-size: 100% !important;
	  background-repeat: no-repeat;
	}

	#menu-primary-navigation li ul.dropdown-menu{
		min-width: 18em;
		box-shadow: 1px 10px 20px rgba(0,0,0,0.45);
	}


	/* li.mega_menu ul li ul li:hover a,
		li.mega_menu ul li ul li.current_page_item a{
		color: #333;
		background-color: #fff;
		text-decoration: underline !important;
	} */

	li a:after{
		display: none !important;
	}

}




#menu-secondary-navigation .menu-item a, #menu-secondary-navigation .glink{
	text-decoration: none !important;
}

#menu-primary-navigation li ul.dropdown-menu li.new-menu-thing a{
	position: absolute;
	top: 0px;
	color: #237ec3 !important;
}
@media screen and (max-width: 979px){
	#menu-primary-navigation li ul.dropdown-menu li.new-menu-thing a{
		position: relative;
		color: white !important;
	}
}

@media (max-width: 991px) {
	.col.top-menu{
		width: 100%;
		position: absolute;
		top: -1px;
		left: 0;
		padding: 10px 20px;
		text-align: right !important;
	}

	.col.top-menu li a{
		font-size: 10px !important;
		color: #005392;
	}

	#search-size-btn {
		width: 48%;
		margin-right: 2%;
	}

	.top-menu > div > ul {
		margin-bottom: 0px;
	}

	#find-dist-rep-btn {
		width: 48%
	}

	.col.search{
		display: none;
	}

	.navbar .searchform{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.navbar .searchform i,
	{
		right: 0;
	}

	.col.logo{
		width: 100%;
		top: 15px;
		padding: 10px 20px 20px 20px;
	}

	.navbar-header{
		width: 100%;
	}

	.main-header{
	}
	.navbar button{
		display: inline-block;
		position:relative;
		float: right;
		width: 44px;
    height: 44px;
		-webkit-appearance: none;
		background: transparent;
    border: none;
	}
	.navbar button i{
		display: inline-block;
		color:#fff;
		font-size: 32px;

	}
	#menu-primary-navigation{
		margin-bottom: 32px !important;
	}

	#menu-primary-navigation li{
		width: 100%;
		border-left: none !important;
		border-right: none !important;
	}
	#menu-primary-navigation li a{
		width: 100%;
		border-left: none !important;
		/*border-right: none !important;*/
		color: #fff;
	}

	#menu-primary-navigation li ul.dropdown-menu{
		position: relative;
		top: unset;
		width: 100% !important;
		border-left: none !important;
		border-right: none !important;
		background: #005392;

	}

	/* #menu-primary-navigation li.mega_menu ul.dropdown-menu li{
		max-width: 25%;
		float:left;
		display: block;
	} */

	#menu-primary-navigation li.mega_menu ul.dropdown-menu li{
		max-width: 100%;
		float:left;
		display: block;
	}

	#menu-primary-navigation li.mega_menu ul.dropdown-menu li.cta a{
		min-height: unset;
		background-size: 100% !important;
	  background-repeat: no-repeat;
	}

	#menu-primary-navigation li ul.dropdown-menu li a{
		color: #fff !important;
	}

	#menu-primary-navigation li ul.dropdown-menu li ul.dropdown-menu{
		position: relative;
		top: unset;
		left:0;
		width: 100% !important;
		border-left: none !important;
		border-right: none !important;
		padding: 0px 0;
    margin: 4px 0;
    border-radius: 0;
    margin-left: 0px;
    background: #2f7cb6;
	}

	#menu-primary-navigation li ul.dropdown-menu li a:hover{
		background: #005392 !important;
	}



	.search-bar .check_stock_form{
		display: inline-block;
		width: 100%;
	}

	.search-bar .check_stock_form label{
		text-align:center;
	}

	.search-bar .check_stock_form input[type=text]{
		width: 44%;
		line-height: 14px;
	}

	.search-bar .check_stock_form .chk-stk{
		margin-right: 0px !important;
	}

	.search-bar a{
		width: 100%;
		margin-top: 6px;
		margin-left: 0 !important;
		padding: 8px 8px !important;
	}

	.navbar-collapse.show .dropdown-menu{
		display: block;
	}

	.dropdown-toggle::after, .dropdown-submenu>a:after{
		display: none !important;
	}

	ul li ul li.cta{
		padding-right: 0px !important;
	}

	ul li ul li.cta a{
		background: #ffc107 !important;
		background-image: none !important;
		text-indent: 0 !important;
		padding: 20px 0px;
		font-size: 24px !important;
		text-align: center;
		text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
		border-radius: 8px;
		width: 94% !important;
		margin: 10px 0px 8px 3% !important;
	}

}

.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;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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;
}


.main-navigation {
	background-color: #003d69;
	padding: 0px 0px;
	border-top: 1px solid #5b5b5b;
	border-bottom: 1px solid #5b5b5b;
}

#menu-primary-navigation li{
	display: inline-block;
	list-style: none;
}

#menu-primary-navigation li a{
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0.25rem 1.75rem;
	color: #FFFFFF;
	text-transform: capitalize;
	/*border-right: 1px solid #2f6182;*/
	text-decoration: none;
}

#menu-primary-navigation{
	margin: 0;
	padding: 0;
}

#menu-primary-navigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#menu-primary-navigation li:first-child {
	border-left: 1px solid #2f6182;
}

#menu-primary-navigation li.mega_menu ul.dropdown-menu{
	 /* flex-direction: row; */
}

#menu-primary-navigation li.mega_menu ul.dropdown-menu li a{
	padding: 7px 15px;
}

#menu-primary-navigation li.mega_menu ul.dropdown-menu li ul{
	min-width: 100% !important;
	width: 100% !important;
}

#menu-primary-navigation li.mega_menu ul.dropdown-menu li ul li{
	width: 100% !important;
	min-width: 100% !important;

}

#menu-primary-navigation li ul.dropdown-menu li a{
	font-weight: bold;
}

#menu-primary-navigation li ul.dropdown-menu li ul li a{
	font-weight: normal;
}

#menu-primary-navigation li ul.dropdown-menu li a:hover{
	background-color: #fff !important;
	text-decoration: underline;
}

#menu-primary-navigation li ul.dropdown-menu li ul.dropdown-menu{
	min-width: 200px;
	box-shadow: none;
}

#menu-primary-navigation li ul.dropdown-menu li{
	width: 100%;
	border-left: none !important;
	border-right: none !important;
}

#menu-primary-navigation li ul.dropdown-menu li a{
	border-left: none !important;
	border-right: none !important;
	color: #000;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 10px 20px;
	display: block;
	width: 100%;
	float: left;
}

#menu-primary-navigation li ul.dropdown-menu li a:hover{
	background: #efefef;
}

/* --- END PRIMARY NAV STYLES --- */

.above_search li{
	list-style: none;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #666;
}

.above_search li:first-child{
	border-left: 0px;
	padding-left: 0px;
	margin-left: 0;
}

.above_search li a{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

.searchform{
	border: 1px solid rgba(53,53,53, 0.25);
	width: 50%;
	float: right;
	position: relative;
	height: 40px;
	border-radius: 8px;
}

.searchform input[type=text]{
	border: none;
	position: absolute;
	left: 0;
	width: 90%;
	line-height: 38px;
	background: transparent;
	padding-left: 12px;
	letter-spacing: 1px;
}

.searchform input[type=submit] {
	border: none;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: transparent;
	text-indent: 2rem;
  overflow: hidden;
}

.searchform:hover i{
	color: #999;
}

.searchform i{
		position: absolute;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
		pointer-events: none;
		font-size: 22px;
		color: #F7CC66;
}

.search-bar {
	background-color: #ebebeb;
	padding: 5px 0px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
}

.check_stock_form label{
	font-weight: 700;
	font-size: 12px;
	margin: 0;
	line-height: 14px;
	color: #003e68;
	background-color: #ffcc4f;
	border: 1px solid #ffcc4f;
	border-radius: 6px 0 0 6px;
	padding: 6px 24px;
	cursor: pointer;
}

.check_stock_form label:hover {
	background-color: #003d69;
	color: #ffffff;
	border: 1px solid #003d69;
}

.check_stock_form input[type=text]{
	border-radius: 0 6px 6px 0;
  display: inline-block;
  position: relative;
  border: none;
  line-height: 20px;
  font-size: 14px;
  top: 1px;
  padding: 4px 0px 4px 14px;
	min-height: 14px;
	background: #fff;
}

.chk-stk{
	margin: -1px 12px 0 6px !important;
  width: 44px;
  border-radius: 6px;
  padding: 4px;
	position: relative;
	color: #fecd4f;
	font-size: 18px;
  line-height: 14px;
}

.search-bar a{
	margin-left: 12px;
	border-radius: 8px;
	line-height: 14px;
	font-size: 12px;
	padding: 5px 64px;
	text-decoration: none;
	font-weight: 300;
	color: #003e68;
	background-color: #ffcc4f;
	font-weight: bold;
}

.search-bar a i{
	margin-right: 12px;
}

.search-bar a#find-dist-rep-btn, .search-bar a#find-dist-rep-btn i {
	background-color: transparent;
	color: #003e68;
	border: 1px solid transparent;
}

.search-bar a#find-dist-rep-btn:hover {
	border: 1px solid #003e68;
}

.title-wrapper {
	border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 1024px) {

	.navbar .searchform.mobile{
		border: none;
		width: 80%;
		float: left;
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.navbar .searchform input[type='text']{
		color: #003D69;
		-webkit-appearahce: none;
		border-radius: 0 !important;

	}

	.navbar .searchform input[type='text']::placeholder {
	  color: #003D69;
		font-weight: 300;
	}

	.navbar .searchform input[type='text']:focus::placeholder {
		color: #6a7d8c;
	}

	.navbar .searchform.mobile i {
    position: absolute;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    pointer-events: none;
    font-size: 22px;
    color: #F7CC66;
    left: 0;
		pointer-events: none;
	}

	.navbar .searchform.mobile input[type="text"]{
		margin-left: 3em;
		background: rgba(255,255,255,0.9);
	}
	.navbar .searchform.mobile input[type="submit"]{
		padding-left: 3em;
    z-index: 99;
    position: relative;
		pointer-events: none;
	}

}

@media screen and (max-width: 991px) and (min-width: 768px) {

	.search-bar .check_stock_form{
		width: 50% !important;
	}

	/* .search-bar .check_stock_form input[type=text]{
		width: 100%;
	} */
	/* .search-bar .check_stock_form{
		margin-bottom: 6px;
	} */
}



@media (max-width: 575px) {

	#header-check-stock-submit{
		position:absolute;
		right: 1em;
	}

	.search-bar a{
		font-size: 12px;
		padding: 0;
	}

	.search-bar a i{
		margin-right: 0;
	}

}

@media (max-width: 575px) {

	#search-size-btn,
	.check_stock_form label,
	#find-dist-rep-btn,
	.search-bar .check_stock_form input[type=text]{
		width: 100%;
	}

	.searchform input[type=text]{
		line-height: 34px !important;
	}

	.check_stock_form input[type=text]{
		margin-top: 5px;
		background: #fff2d3;
	}
	.check_stock_form input[type=text] + button{
		margin: 5px 0 0 0 !important;
	}


}

.title-wrapper h1 {
	font-weight: bold;
	font-size: 1.9rem;
	color: #003e68;
}

.page-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*
 * BREADCRUMBS
 */

#breadcrumbs {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#breadcrumbs li {
	display: inline-block;
}
#breadcrumbs li.separator {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}




/*
 * MARQUEE ROTATOR BLOCK
 */

.marquee-rotator-block .carousel {
	margin-left: -15px;
	margin-right: -15px;
}
.marquee-rotator-block .carousel .carousel-item > .row {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.rotator-slide-content-wrapper {
	min-height: 400px;
	color: #FFFFFF;
}
.rotator-slide-content-wrapper > div {
	width: 100%;
}
.carousel-indicators {
	bottom: 0px;
	margin-bottom: 0.5rem;
}
.carousel-indicators li {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}
.carousel-indicators li.active {
	height: 14px;
	width: 14px;
	border-radius: 14px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}


/*
 * MARQUEE IMAGE BLOCK
 */

.marquee-image-block {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.marquee-image-block.height-0 {
	height: 200px;
}
.marquee-image-block.height-1 {
	height: 300px;
}
.marquee-image-block.height-2 {
	height: 400px;
}
.marquee-image-block .container {
	height: 100%;
}
.marquee-image-block .row {
	height: 100%;
}
.marquee-image-block .page-title {
	height: 100%;
}
.marquee-image-block h1, .marquee-image-block h2 {
	display: block;
	color: #FFFFFF;
}


/*
 * CALL TO ACTION 1 BLOCK
 */

.cta-one-block {
	padding-top: 3rem;
	padding-bottom: 5rem;
}
.cta-one-block .check-list-item {
	font-size: 18px;
	margin-bottom: 0.7rem;
}
.cta-one-block .left-col-img {
	margin-bottom: 1rem;
}
.cta-one-block .right-col-img {
	margin-bottom: 1rem;
}
.cta-one-block .check-list-item .fa-check {
	color: #fdcd4f;
	font-size: 30px;
}
.cta-one-block .check-list-item .check-mark {
	padding-right: 5px;
}
.cta-one-block .check-list-item .check-text {
	padding-left: 5px;
}


/*
 * ONE COLUMN TEXT BLOCK
 */

.one-col-text-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.one-col-text-block h1,
.one-col-text-block h2{
	font-size: 2rem !important;
}


/*
 * SERIES CAROUSEL BLOCK
 */

.series-carousel-block {
	padding-top: 4rem;
	padding-bottom: 5rem;
}
.series-carousel-block .series-carousel-container {
	margin-top: 2rem;
}
.series-carousel-block .series-carousel-item {
	border: 1px solid #d2d2d2;
}
/* .series-carousel-block .series-carousel-name {
	padding: 1rem;
} */
.series-carousel-block .series-carousel-img-container {
	/* height: 220px; */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.series-carousel-block .series-carousel-img-container img{
		display: block;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.series-carousel-block .series-carousel-img-container a {
	display: block;
	width: 100%;
	height: 100%;

}
.series-carousel-block .series-carousel-name h4{
		padding-bottom: 1em;
		color: #005195;
    display: inline-block;
    line-height: 1rem;
    font-size: 1rem;
    font-weight: bold;
    margin: 0px;
    padding: 0.6rem 0px;
}





.series-carousel-block .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
  top: 25%;
  left: -5%;
  font-size: 5rem;
  outline: none;
}
.series-carousel-block .owl-carousel .owl-nav button.owl-next {
	position: absolute;
  top: 25%;
  right: -5%;
  font-size: 5rem;
  outline: none;
}



/*
 * TWO COLUMN TEXT IMAGE BLOCK
 */

.two-col-text-img-block {
	padding-top: 3em;
	padding-bottom: 3rem;
}
.two-col-text-img-block .two-col-txt-img-content {
	margin-top: 1rem;
}
.two-col-text-img-block .two-col-flex {
	height: 100%;
}
.two-col-text-img-block .two-col-flex .row {
	width: 100%;
}





/*
 * THREE COLUMN TEXT IMAGE BLOCK
 */

.three-col-txt-img-content .row .col-md-4{
	position: relative;
}

.three-col-txt-img-content .row .col-md-4 p.button{
	text-align: center;
	position: absolute;
  bottom: -40px;
  width: 60%;
  left: 20%;
  background: #fecc4f;
  line-height: 40px;
}

.three-col-txt-img-content .row .col-md-4 p.button a{
	color:#fff;
	font-weight: bold;


}


/*
 * FEATURED CONTENT BLOCK
 */

.featured-content-block {
	padding-top: 3rem;
	padding-bottom: 1rem;
	background-color: #91c7e5;
}
.featured-content-block .featured-content-column {
	margin-bottom: 2rem;
}
.featured-content-block .column-image {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.featured-content-block .column-image img {
	width: 100%;
}
.featured-content-block .column-border {
	border: 1px solid #387399;
}

.featured-content-block .column-content {
	padding: 1rem;
}

.featured-content-block ul {
	text-align: left !important;
}


/*
 * CALL TO ACTION 2
 */

.cta-two-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.cta-two-block.blue {
	background-color: #003d69;
	color: #FFFFFF;
}



/*
 * 	VIDEO GRID BLOCK
 */

.video-grid-block {
	padding-top: 3rem;
	padding-bottom: 4rem;
}
.video-grid-block .video-subhead {
	margin-bottom: 2rem;
}
.video-grid-block .video {
	margin-bottom: 2rem;
}



/*
 * 	CONTACT INFO BLOCK
 */

.contact-info-block {
	padding-top: 3rem;
	padding-bottom: 1rem;
}
.contact-info-block .contact-info-subheadline {
	margin-bottom: 2rem;
}
.contact-info-container {
	padding: 1rem;
	border: 1px solid #d2d2d2;
	margin-bottom: 2rem;
}


/*
 * 	NEW PRODUCT GRID BLOCK
 */

.new-product-grid-block {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.new-product-grid-block .product-item-wrapper {
	border: 1px solid #dddddd;
}
.new-product-grid-block .new-product-grid {
	margin-top: 1rem;
}


.new-product-grid-block .new-product-grid .product-item-wrapper .product-image {
	min-height: 348px;
}
.new-product-grid-block .new-product-grid .product-item-wrapper .product-image > a {
	width: 100%;
}


.new-product-grid-block .new-product {
	margin-bottom: 1.7rem;
}
.new-product-grid-block .new-product .product-series {
	padding: 5px 30px 0px 30px;
	font-size: 1.05rem;
	color: #005195;
	font-weight: bold;
}
.new-product-grid-block .new-product .product-model-num {
	padding: 0px 30px 5px 30px;
	font-size: 1.05rem;
}
.new-product-grid-block .new-product .external-dimensions {
	padding: 5px 30px;
	font-weight: bold;
}
.new-product-grid-block .new-product .attribute-row .filter-value {
	padding: 5px 15px;
}
.new-product-grid-block .new-product .attribute-row:nth-child(odd) .filter-value {
	background-color: #f0efef;
}
.new-product-grid-block .new-product .view-product-details a {
	display: block;
	text-align: center;
	padding: 0.5rem 0px;
	font-weight: bold;
	color: #007dc3;
	border-top: 1px solid #dddddd;
}
.new-product-grid-block .five-day-mod-image {
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 9;
}

/* List Block */

.item_list_block{
	padding-bottom: 3rem;
}

/* Form Block */

.gravity_form_block{
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.gravity_form_block .gform_wrapper{
	padding: 0px 10px;
}

.gform_button{
	background: #fdcd4f;
	border: 1px solid #000;
	padding: 0px 10%;
	line-height: 44px;
	font-weight: bold;
	font-size: 20px !important;
	transition: all 0.25s ease;
}

.gform_button:hover{
	background: #fedb7f;
	cursor: pointer;
}

/*
 * BLOG LIST BLOCK
 */

.blog-list-block {
	padding-top: 6rem;
	padding-bottom: 3rem;
}

.blog-list-headline {

}
.blog-list-headline .view-all-link {
	margin-left: 1rem;
}
.blog-list-headline h2 {
	display: inline-block;
}

.blog-list {
	margin-top: 1rem;
}

.blog-list-title {
	color: #007dc3;
	font-weight: 600;
	font-size: 1.2rem;
}
.blog-list-title a {
	text-decoration: none;
}

.blog-list-info {
	margin-bottom: 0.4rem;
}

.blog-list-summary {
	margin-bottom: 0.2rem;
}

.blog-list-readmore {
	margin-bottom: 1.2rem;
}
.blog-list-readmore a {
	text-decoration: none;
}



/*
 * ROHS PRODUCT LIST BLOCK
 */

.rohs-products-block {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.rohs-products-block .rohs-product-list {
	margin-top: 2rem;
}

.rohs-products-block .rohs-products {

}

.rohs-products-block .rohs-products h3 {
	font-size: 1rem;
	font-weight: medium;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.rohs-products-block .rohs-products .rohs_model, .rohs-products-block .rohs-products .rohs_date {
	border-bottom: 1px solid #dcdcdc;
}



/*
 * ARTICLE LIST BLOCK
 */

.article-list-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.article-list-block .article-card{
	margin-bottom: 5em;
}
.article-list-block .container .row .col-md-3 a{
	padding: 10px 10px 24px 10px;
	display: block;
	animation: all 0.5s ease;
	margin-top: 10px;
	height: 90%;
}

.article-list-block .container .row .col-md-3 a:hover{
	background: #f6f6f6;
}
.article-list-block .article-title{
	border-top: 3px solid #efefef;
	text-decoration: none;
}
.article-list-block .article-card img {
	display: block;
	height: 200px;
	margin: 0 auto;
  }
/*
 * WHITEPAPER LIST BLOCK
 */

.whitepaper-list-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.whitepaper-list-block .whitepaper{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.whitepaper-list-block .whitepaper a{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}
.whitepaper-list-block .whitepaper span{
	font-size: 16px;
	font-weight: 300;
	color: #999;
	font-style: italic;
	display: inline-block;
	width: 100%;
}

.whitepaper-page{
	margin: 3rem 0;
}

.whitepaper-page .confirmation{
	display: none;
}

.download.btn{
	background: #337DBD;
	padding: 16px 96px;
	color: #fff;
	margin-bottom: 64px;
}


/*
 * PRESS RELEASE LIST BLOCK
 */

.press-release-list-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.press-release-list-block .container .row .col-md-3 a{
	border-top: 3px solid #efefef;
	padding: 10px 10px 24px 10px;
	display: block;
	animation: all 0.5s ease;
	margin-top: 10px;
	height: 90%;
}

.press-release-list-block .container .row .col-md-3 a:hover{
	background: #f6f6f6;
}


/*
 * REPS DISTS FINDER BLOCK
 */

.reps-dists-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.reps-dists-block .name h4 {
	font-size: 1.2rem;
}
.reps-dists-block .rep-dist-tab-wrapper {
	margin-top: 1rem;
}
.reps-dists-block .tab-content {
	border: 1px solid #dee2e6;
	border-top: 0px solid transparent;
}
.reps-dists-block .tab-pane {
	padding: 2rem;
}
.reps-dists-block .distributor {
	display: none;
}
.reps-dists-block .master-product-line {
	display: none;
}
.reps-dists-block .distributor-wrapper {
	border: 1px solid #dee2e6;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 100px;
}
.reps-dists-block .representative-area {
	display: none;
}
.reps-dists-block .representative-wrapper {
	border: 1px solid #dee2e6;
	padding: 15px;
	margin-bottom: 15px;
}
.reps-dists-block .rep-state-select {
}


/*
 * YOUTUBE PLAYLIST BLOCK
 */

.youtube-playlist-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.youtube-playlist-block .youtube-playlist {
	margin-top: 1rem;
}



/*
 * CHECK STOCK BLOCK
 */

.EciaSearch {
	margin-top: 1rem;
}
.ecia-search-bar .btn-secondary {
	margin-left: 1rem;
}
.EciaSearch .SearchBar {
	margin-bottom: 2rem;
}


/*
 * DISTRIBUTORS PAGE
 */

.distributor-page {
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.distributor-page .btn-primary {
	margin-top: 1rem;
	margin-bottom: 2rem;
}


/*
 * ARTICLE PAGE
 */

.article-page {
	margin-bottom: 4rem;
}
.article-page .page-header {
	height: 200px;
	margin-bottom: 4rem;
}
.article-page .page-header .container {
	height: 100%;
}
.article-page .page-header .row {
	height: 100%;
}
.article-page .page-header .page-title {
	height: 100%;
}
.article-page .page-header h1 {
	display: block;
	color: #FFFFFF;
}
.other-articles {

}
.other-articles h2 {
	font-size: 1.5rem;
}
.other-articles h3 {
	font-size: 18px;
	margin-bottom: 1em;
}
.other-articles h3 a {
	text-decoration: none;
}
.other-articles h3 a:hover {
	text-decoration: underline;
}


/*
 * PRESS RELEASE PAGE
 */

.press-release-page {
	margin-bottom: 4rem;
}
.press-release-page .page-header {
	height: 200px;
	margin-bottom: 4rem;
}
.press-release-page .page-header .container {
	height: 100%;
}
.press-release-page .page-header .row {
	height: 100%;
}
.press-release-page .page-header .page-title {
	height: 100%;
}
.press-release-page .page-header h1 {
	display: block;
	color: #FFFFFF;
}
.other-press-releases {

}
.other-press-releases h2 {
	font-size: 1.5rem;
}
.other-press-releases h3 {
	font-size: 1.2rem;
	font-weight: bold;
}
.other-press-releases h3 a {
	text-decoration: none;
}
.other-press-releases h3 a:hover {
	text-decoration: underline;
}


/*
 * VIDEO PAGE
 */

.video-page {
	margin-bottom: 4rem;
}
.video-page .page-header {
	height: 200px;
	margin-bottom: 4rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.video-page .page-header .container {
	height: 100%;
}
.video-page .page-header .row {
	height: 100%;
}
.video-page .page-header .page-title {
	height: 100%;
}
.video-page .page-header h1 {
	display: block;
	color: #FFFFFF;
}
.video-page .video-container {
	margin-bottom: 3rem;
}
.video-page .video-description {

}


/*
 * BLOG PAGE
 */

.blog-page {

}
.blog-page .page-header {
	height: 200px;
	margin-bottom: 4rem;
}
.blog-page .page-header .container {
	height: 100%;
}
.blog-page .page-header .row {
	height: 100%;
}
.blog-page .page-header .page-title {
	height: 100%;
}
.blog-page .page-header h1 {
	display: block;
	color: #FFFFFF;
}
.blog-page .content-container {
	margin-bottom: 1rem;
}
.blog-page .recent-blog-posts {
	margin-bottom: 2rem;
}
.blog-page .category-terms {
	margin-bottom: 2rem;
}
.blog-page .blog-below-content {
	margin-bottom: 3rem;
}
.blog-page .post-category-links {
	margin-bottom: 1rem;
}

.blog-page .wp-caption, .wp-caption-text{
	font-size: 0.7rem;
	font-style: italic;
}

.blog-list-block {
	padding-top: 6rem;
	padding-bottom: 3rem;
}

.blog-list-headline {

}
.blog-list-headline .view-all-link {
	margin-left: 1rem;
}
.blog-list-headline h2 {
	display: inline-block;
}

.blog-list {
	margin-top: 1rem;
}

.blog-list-title {
	color: #007dc3;
	font-weight: 600;
	font-size: 1.2rem;
}
.blog-list-title a {
	text-decoration: none;
}

.blog-list-info {
	margin-bottom: 0.4rem;
}

.blog-list-summary {
	margin-bottom: 0.2rem;
}

.blog-list-readmore {
	margin-bottom: 1.2rem;
}
.blog-list-readmore a {
	text-decoration: none;
}

/*
 * ALL PRODUCTS GRID CSS
 */
 .all-product-grid-wrapper{
	margin-top: 3rem;
	margin-bottom: 3rem;
 }
 .all-product-grid-wrapper h3.menu-top{
	font-size: 1.1rem;
	font-weight: bold;
 }
 .all-product-grid-wrapper h3.cat{
	color: #237ec3;
	margin-bottom: 15px;
	font-size: 45px;
	font-weight: bold;
 }
 #all-products-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
 }
 #all-products-menu div.grey-box{
	background-color: #ebebeb;
	display: inline-block;
	padding: 10px 40px;
	margin-left: -40px;
	border-radius: 3px;
	width: 275px;
 }
 #all-products-menu a{
	text-decoration: none;
	line-height: 1.75;
 }
 #all-products-menu ul li.top-level a{
	color: #237ec3;
	font-weight: bold;
	font-size: 1.01rem;
 }
 #all-products-menu ul ul li a{
	color: #343434;
 }
 #all-products-menu ul ul li a:hover{
	color: #237ec3;
 }
 #all-products-menu ul ul li a.lit-up{
	color: #237ec3;
	font-weight: bold;
 }
 .all-product-grid-wrapper .group-by{
	padding: 5px 12px;
	color: white;
	background-color: #237ec3;
	font-size: 1.2rem;
 }
 .all-product-grid-wrapper .product-field{
	margin-bottom: 50px
 }
 .fixed-menu{
	position: fixed;
	top: 30px;
 }
 @media screen and (max-width: 992px){
	.fixed-menu{
		position: relative;
		top: 0;
		padding-bottom: 30px;
	}
 }
/*
 * SERIES FILTER CSS
 */

.series-filter-wrapper {
	margin-top: 2rem;
	margin-bottom: 5rem;
}

.accessories-filter-wrapper {
	margin-top: 2rem;
	margin-bottom: 5rem;
}

.pagination-container button {
	cursor: pointer;
	display: inline-block;
	border: 0px solid transparent;
	background-color: #003e68;
	color: #FFFFFF;
	height: 1.3rem;
	padding: 0px 1rem;
	line-height: 1rem;
}
.pagination-container button.jplist-disabled {
	border: 0px solid transparent;
	background-color: #cacaca;
	color: #FFFFFF;
}
.pagination-container .jplist-holder {
	display: inline-block;
}
.pagination-container .jplist-holder button {
	border: 0px solid transparent;
	background-color: transparent;
	color: #003e68;
	padding: 0px 0.7rem;
	line-height: auto;
}
.pagination-container .jplist-holder button.jplist-selected {
	text-decoration: underline;
}
.bottom-pagination {
	border-top: 1px solid #999999;
	margin-top: 1rem;
	padding-top: 1rem;
}

.filter-key-container {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.master-filter-list {
	margin-bottom: 1rem;
}

.master-filter-list ul,
.master-filter-list ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.master-filter-list .filter a {
	background-color: transparent;
	border: 0px solid transparent;
	font-size: 1.3rem;
	color: #343434;
	padding: 0px;
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: left;
	outline: none;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.master-filter-list .filter a .fas {
	display: none;
	margin-left: 0.3rem;
}
.master-filter-list .filter li.current-menu-item a .fas {
	display: inline-block;
}
.master-filter-list .filter button:focus {
	outline: none;
	box-shadow: none;
}

.filter-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.05rem;
}

.filter-list .filter-block {
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.filter-list button.btn-default {
	border: 1px solid #003e68;
	border-radius: 0px;
	background-color: #444547;
	color: #FFFFFF;
}
.filter-list button.filter-group-button {
	outline: none;
	box-shadow: none;
}
.filter-list button:focus.filter-group-button {
	outline: none;
	box-shadow: none;
}
.filter-list .btn-default .fa-plus {
	display: none;
	float: right;
	margin-top: 0.2rem;
}
.filter-list .btn-default .fa-minus {
	display: inline;
	float: right;
	margin-top: 0.2rem;
}
.filter-list .btn-default.collapsed .fa-plus {
	display: inline;
	float: right;
}
.filter-list .btn-default.collapsed .fa-minus {
	display: none;
	float: right;
}

.filter-list .btn-default.collapsed {
	border: 1px solid #5b5b5b;
	border-radius: 0px;
	background-color: #909093;
	color: #FFFFFF;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-list .btn-default.collapsed:hover {
	border: 1px solid #444547;
	background-color: #cacaca;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-list .btn-default.collapsed.selection {
	background-color: #343434;
}
.filter-list .btn-default.collapsed.selection:hover {
	background-color: #525252;
}

.filter-list .filter {
	cursor: pointer;
	display: block;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.filter-list .filter-block .row:first-child .filter {
	margin-top: 0.6rem;
}
.filter-list .filter-block .row:last-child .filter {
	margin-bottom: 0.6rem;
}

.filter-list .filter-block .filter button {
	display: block;
	width: 100%;
	padding: 0.2rem 0.7rem;
	text-align: left;
	background-color: transparent;
	border: 0px solid transparent;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}
.filter-list .filter-block .filter button:focus {
	outline: none;
	box-shadow: none;
}

.filter-list .filter-block .filter button .fas {
	display: none;
	margin-right: 0.2rem;
}
.filter-list .filter-block .filter button .far {
	display: inline-block;
	margin-right: 0.2rem;
}
.filter-list .filter-block .filter button.jplist-selected .fas {
	display: inline-block;
}
.filter-list .filter-block .filter button.jplist-selected .far {
	display: none;
}

.filter-key-container {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.filter-key-container .filtered-by {
	margin-right: 0.5rem;
}
.filter-key-container button.filter-key-button {
	display: none;
	background-color: #343434;
	border: 1px solid #343434;
	border-radius: 4px;
	color: #FFFFFF;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}
.filter-key-container button.filter-key-button:focus {
	outline: none;
	box-shadow: none;
}
.filter-key-container button.filter-key-button .far {
	margin-left: 0.7rem;
}
.filter-key-container button.filter-key-button.jplist-selected {
	display: inline-block;
}
.reset-all-controls {
	display: none;
	background-color: transparent;
	border: 0px solid transparent;
	text-decoration: underline;
	color: #005195;
}
.filter-list .reset-all-controls {
	margin-top: 1rem;
}

.series-image-container {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*.series-content a:hover .series-image-container {
	background-size: 170%;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}*/
/*
 * PRODUCT TEMPLATE CSS
 */

.product-content-wrapper {
	margin-top: 2rem;
  margin-bottom:2rem;
}
.product-content-wrapper ul{
	padding-left: 1em;
}
.product-page img{
	width: 100%;
	height: auto;
}

.product-page .lSSlideWrapper{
	border: 2px solid #efefef;
	min-height: 350px;
}

.product-page img.five-day-mod-image{
	width: auto;
	height: auto;
	width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999;
}

/* .product-page .lSSlideWrapper ul{
	height: 100%;
	min-height: 350px;
}

.product-page .lSSlideWrapper ul li{
	height: 100%;
}

.product-page .lSSlideWrapper ul li a{
	display: block;
	width: 350px;
	height: 100%;
	position: relative;
}

.product-page .lSSlideWrapper ul li a img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
} */

.product-page .ls-slide{
	position: relative;
}

.product-page .product_series_image:before{
	content: 'Series Photo';
	position: absolute;
	font-size: 18px;
	bottom: 1em;
	right: 1.66em;
	font-weight: 500;
	pointer-events: none;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 0px 0px 5px #fff;
}

.product-page .series_title{
	font-size: 28px;
	text-decoration: none;
	color: #003E69;
}

.product-page .model_num{
	display: block;
}

.product-page .description{
	margin-top: 12px;
	display: block;
}

.product-page .description ul li{
	margin-bottom: 10px;
}

.product-page a.other_models{
	color: #003E69;
	font-size: 16px;
}

.product-page a.search_by_size{
	color: #003E69;
	font-size: 16px;
	margin-left: 12px;
}

.product-page a.see_accessories,
.product-page a.mods_request{
	color: #003E69;
	font-size: 16px;
	margin-left: 12px;
}

.product-page .check_stock{
	background: #FECC50;
	border: 1px solid #999;
	color: #000;
	display: inline-block;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	width: 48%;
	margin-top: 12px;
	text-decoration: none;
}

.product-attributes{
	margin-top: 14px;
}

.product-attributes .col{
	padding: 5px;
}

.product-attributes .col:nth-of-type(odd){
	background: #efefef;
}

.product-page .dxf_icon{
	background: url(images/dxf_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 53px;
	height: 56px;
	display: block;
	margin-top: 24px;
	margin-right: 12px;
	float: left;
}
.product-page .pdf_icon{
	background: url(images/pdf_icon.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 53px;
	height: 56px;
	display: block;
	margin-top: 24px;
	margin-right: 12px;
	float: left;
	background-size: cover;
}
.product-page .step_icon{
	background: url(images/stp_icon.png);
	/*border: 2px solid #3d73a6;
	border-radius: 4px;*/
	background-size: cover;
	background-repeat: no-repeat;
	width: 53px;
	height: 56px;
	display: block;
	margin-top: 24px;
	margin-right: 12px;
	float: left;
	position: relative;
}

/*.product-page .step_icon:after{
	content: 'STEP';
	position: absolute;
	bottom: 0px;
	left: 4px;
}*/

.product-page .prod_header_cap{
	color: #003d69;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 2px solid #003d69;
	display: inline-block;
	width: 100%;
	margin: 24px 0;
}
.product-page .prod_header_low{
	color: #003d69;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: normal;
	border-bottom: 2px solid #003d69;
	display: inline-block;
	width: 100%;
	margin: 24px 0;
}

.related_series_carousel {
	margin-bottom: 4rem;
}
.related_series_carousel .related_series {
	border: 1px solid #999999;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.related_series_carousel .related_series_title h3 {
	color: #005195;
	display: inline-block;
	line-height: 1rem;
	font-size: 1rem;
	font-weight: bold;
	margin: 0px;
	padding: 0.6rem 0px;
}

.related_series_carousel .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
  top: 25%;
  left: -5%;
  font-size: 5rem;
  outline: none;
}
.related_series_carousel .owl-carousel .owl-nav button.owl-next {
	position: absolute;
  top: 25%;
  right: -5%;
  font-size: 5rem;
  outline: none;
}

.accessories_carousel {
	margin-bottom: 4rem;
}

.accessories_carousel .accessory,
.accessories_grid .accessory,
.accessory-grid .accessory {
	border: 1px solid #999999;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.accessories_grid .accessory{
	padding: 0;
	margin-bottom: 1rem;
}

.accessories_grid .category_header{
	margin-top: 32px;
}

.accessories_grid .accessory .accessories_image{
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	/* min-height: 327px; */
}

.accessories_grid .accessory .accessories_image img{
	max-width: 100%;
	top: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.accessories_carousel .accessory .accessories_image img{
	margin: auto;
	height: auto;
	width: auto;
	max-height: 350px;
}

.accessories_grid .accessories_row {
	}

.accessories_series_photo:before {
	content: 'Series Photo';
	position: absolute;
	font-size: 18px;
	bottom: 1em;
	right: 1.66em;
	font-weight: 400;
	pointer-events: none;
	z-index: 99;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 0px 0px 5px #fff;
}

.all_products_series_photo:before {
	content: 'Series Photo';
	position: absolute;
	font-size: 18px;
	bottom: 1em;
	right: 1.66em;
	font-weight: 400;
	pointer-events: none;
	z-index: 99;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 0px 0px 5px #fff;
}



.accessories_carousel .accessories_title, .accessory-grid .accessories_title{
	padding-left: 30px;
	padding-right: 30px;
}

.accessories_grid .accessories_title{
	padding-left: 14px;
	width: 100%;
	display: block;
	min-height: 48px;
}

.accessories_grid .accessories_title + span{
	display: inline-block;
	padding-left: 14px;
	width: 100%;
	min-height: 44px;
}

.accessories_grid .view_details{
	display: inline-block;
	padding-left: 14px;
	padding-top: 00px;
	padding-bottom: 12px;
	width: 100%;
}
.accessories_grid .related_series_cta{
	bottom: 0;
}

.accessories_carousel .accessories_title h3,
.accessories_grid .accessories_title h3, .accessory-grid .accessories_title h3 {
	color: #005195;
	display: inline-block;
	line-height: 1rem;
	font-size: 1rem;
	font-weight: bold;
	margin: 0px;
	padding: 0.6rem 0px 0.2rem 0px;
}

.accessories_carousel .accessories_model_num, .accessories_carousel .accessories_model_num, .accessory-grid .accessories_model_num {
	padding-left: 30px;
	margin-bottom: 0.5rem;
}

.accessories_carousel .accessories_view_details, .accessory-grid .accessories_view_details {
	padding-left: 30px;
	color: #005195;
	margin: 0.5rem 0px;
}

.accessories_carousel .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
  top: 25%;
  left: -5%;
  font-size: 5rem;
  outline: none;
}
.accessories_carousel .owl-carousel .owl-nav button.owl-next {
	position: absolute;
  top: 25%;
  right: -5%;
  font-size: 5rem;
  outline: none;
}

.product-category-name {
	font-weight: bold;
  font-size: 1.9rem;
  color: #003e68;
}

@media (max-width: 767px) {
	.owl-nav {
		display: none;
	}

	.accessories_grid .accessories_title {
    padding-left: 14px;
    width: 100%;
    display: block;
    min-height: 48px;
	}

	.accessories_grid .accessories_title + span {
    display: inline-block;
    padding-left: 14px;
    width: 100%;
    min-height: 44px;
	}

	.accessories_grid .view_details{
		padding-bottom: 24px;
	}
}



.accessory-filter-list button {
	padding: 0px;
	background-color: transparent;
	border: 0px solid transparent;
	text-align: left;
	margin-bottom: 1rem;
	cursor: pointer;
	outline: none;
}
.accessory-filter-list button.jplist-selected {
	text-decoration: underline;
}
.accessory-filter-list button .fa-angle-right {
	margin-left: 5px;
}
.accessory-filter-list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.accessory-filter-list ul li {
	padding: 0px;
	margin: 0px;
	margin-left: 1.5rem;
}

.accessory-child-list.hidden {
	display: none;
}
.accessory-child-list.shown {
	display: block;
}


.series-content.ad-tile{
	border: 1px solid #ffcc4f;
}
.series-content.ad-tile .btn-primary{
	background-color: #ffcc4f;
	border: 1px solid #ffcc4f;
	color: #003e68;
	font-weight: bold;
}
.series-content {
	border: 1px solid #999999;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.series-content .series-image-wrapper {

}
.series-content .series-image-wrapper img {
	max-height: 200px;
}
.series-content .series-image-wrapper > a {
	width: 100%;
}
.series-content h2.ad-title{
	color: #005195;
	display: inline-block;
	line-height: 1rem;
	font-size: 1rem;
	font-weight: bold;
	margin: 0px;
	padding: 0.6rem 0px;
}
.series-content h2.series-title,
.series-content h1.series-title {
	color: #005195;
	display: inline-block;
	line-height: 1rem;
	font-size: 1rem;
	font-weight: bold;
	margin: 0px;
	padding: 0.6rem 0px;
}
.series-content .btn-primary {
	font-weight: normal;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.series-content a:hover {
	text-decoration: none;
}

.no-results-container {
	width: 100%;
}

.series, .series .series-content {
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.series-page {

}


.product_series_image{
	position: relative;
	display: block;
}

.product_series_image:before{
	content: 'Series Photo';
	position: absolute;
	font-size: 18px;
	bottom: 1em;
	right: 1.66em;
	font-weight: 400;
	pointer-events: none;
	z-index: 99;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 0px 0px 5px #fff;

}

.series-page .title-wrapper h2,
.series-page .title-wrapper h1 {
	font-weight: bold;
	font-size: 1.9rem;
	color: #003e68;
}
.series-page .series-title h1 {
	font-size: 2rem;
	font-weight: normal;
	color: #005392;
}
.series-page .series-content-wrapper {
	margin-top: 2rem;
  margin-bottom:2rem;
}
.series-page .series-img-container {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid #dddddd;
	min-height: 350px;
}

.series-page .series-img-container img{
	width: 100%;
	height: auto;

}
.series-page .video-wrapper {
	margin-top: 2rem;
	margin-bottom: 2em;
	padding: 15px;
	background-color: #f0efef;
}
.series-page .series-products-wrapper {
	margin-bottom: 5rem;
}
.series-page .product-item-wrapper {
	border: 1px solid #dddddd;
}
.series-page .product-item-wrapper .product-image {
	min-height: 348px;
	overflow: hidden;
}
.series-page .product-item-wrapper .product-image > a {
	width: 100%;
}
.series-page .product-filters select {
	margin-bottom: 0.5rem;
	margin-right: 0.7rem;
	background-color: #f0efef;
	padding-right: 20px;
}
.series-page .series-product-grid {
	margin-top: 1rem;
}
.series-page .series-product {
	margin-bottom: 1.7rem;
}
.series-page .series-product .product-series {
	padding: 5px 30px 0px 30px;
	font-size: 1.05rem;
	color: #005195;
	font-weight: bold;
}
.series-page .series-product .product-model-num {
	padding: 0px 30px 5px 30px;
	font-size: 1.05rem;
}
.series-page .series-product .external-dimensions {
	padding: 5px 30px;
	/* font-weight: bold; */
}
.series-page .series-product .attribute-row .filter-value {
	padding: 5px 15px;
}
.series-page .series-product .attribute-row:nth-child(even) .filter-value {
	background-color: #f0efef;
}
.series-page .series-product .view-product-details a {
	display: block;
	text-align: center;
	padding: 0.5rem 0px;
	font-weight: bold;
	color: #007dc3;
	border-top: 1px solid #dddddd;
}
.series-page .five-day-mod-image {
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 9;
}
.series-page .filter-title {
	color: #194f90;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}



footer {
	background-color: #003d69;
	padding: 4rem 0px 4rem 0px;
	color: #FFFFFF;
}
footer .gfield_required_asterisk{
	color: #fdcd4f !important;
}
footer #gform_wrapper_4 a{
	color: #fff;
}
.menu_first_line{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.menu_first_line ul,
.menu_second_line ul{
	padding: 0;
	margin-left: -20px;
}

.menu_first_line ul li{
	list-style: none;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.menu_second_line ul li{
	list-style: none;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
}

.menu_first_line ul li:first-child
{
	border: 0;
}

.menu_first_line ul li a{
	color: #fff;
}

.menu_second_line ul li a, .menu_second_line ul li{
	color: #999;
}

.site-footer .col-md-2:first-child{
	border-right: 1px solid #999;
}
.site-footer .col-md-2:last-child{
	border-left: 1px solid #999;
}

.site-footer .col-md-2:first-child img{
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

ul.social_links li{
	list-style: none;
	text-align:center;
}

ul.social_links li a{
	font-size: 32px !important;
	color: #fff;
}

@media (max-width: 767px) {

	.site-footer .col-md-2:first-child img{
		position: relative !important;
		top: unset !important;
		transform: unset !important;
		margin: auto;
		display: block;
		margin-bottom: 24px;

	}

	.site-footer .menu_first_line,
	.site-footer .menu_second_line{
		top: unset;
    position: relative;
    width: 100%;
    transform: unset;
	}

	.social_links{
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

	.social_links li{
		display: inline;
	}

	.social_links li a{
		margin: 0px 12px;
	}


}



/* [Object] Modal
 * =============================== */
.img_modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .0s ease;
	z-index: 999999;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

label.gallery_image {
	cursor: pointer;
	display: block;
	margin-bottom: 24px;

}

label.gallery_image:hover {
	cursor: pointer;
	display: block;
	margin-bottom: 24px;
}

label.gallery_image:hover img{
	box-shadow: 1px 1px 30px rgba(0,0,0,0.5);
}

label.gallery_image img{
	width: 100%;
	border: 3px solid #efefef;
	display: block;
	margin: auto;
	transition: all 0.25s ease-in-out;
}

label.gallery_image .caption{
	color: #888;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 4px 12px;
	margin: auto;
	margin-top: 12px;
	transition: all 0.25s ease-in-out;
}

.animate-creator-container{
	border: 1px solid #efefef;
}

.image-gallery{
	margin-top: 32px;
}

.modal-state:checked + .img_modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .img_modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: all .25s ease;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
	width: fit-content;
  margin: auto;
  overflow: visible;
  /* background: #fff; */
  border-radius: 5px;
  padding: 1em 2em;
  height: 80%;
}

.modal__inner .img_wrap{
	display: block;
	height: 90%;
}

.modal__inner img{
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.modal__inner .caption{
	color: #efefef;
	text-align:center;
	font-size: 19px;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.modal__inner .gal_prev{
	float: left;
	color: rgba(255,255,255, 0.5);
	font-size: 64px;
	top: 50%;
	left: -20px;
	position: absolute;
	transform: translateY(-50%);
	animation: color 0.25s ease;
}

.modal__inner .gal_next{
	float: right;
	color: rgba(255,255,255, 0.5);
	font-size: 64px;
	top: 50%;
	right: -20px;
	position: absolute;
	transform: translateY(-50%);
	animation: color 0.25s ease;
}

.modal__inner .gal_next:hover,
.modal__inner .gal_prev:hover{
	color: rgba(255,255,255,0.9);
}

.img_gal_item:last-child .img_modal .modal__inner .img_wrap .gal_next{
	display: none;
}
.img_gal_item:first-child .img_modal .modal__inner .img_wrap .gal_prev{
	display: none;
}

.modal__close {
  position: absolute;
  right: 0.5em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
	animation: all 0.25s ease;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  transform: rotate(-45deg);
}

/* comment */

.modal__close:hover{
	transform: rotate(90deg);
}

@media screen and (max-width: 768px) {

  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
	.modal__inner .img_wrap{
		margin-top: 20%;
	}
}


/* Search Results Page */

.stag{
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2rem;
    padding: 0px 10px;
    display: inline-block;
    background: #005392;
    color: #fff;
    border-radius: 3px;
		margin-right: 6px;
}

.result{
	margin-bottom: 30px;
}

.result .result-wrap-inner{
	padding: 24px;
	border: 1px solid #efefef;
}

.sterm{
	display: inline-block;
	background: #fecc4f;
	border-radius: 3px;
	padding: 0px 3px;
}

.search-results .series-product {
	margin-bottom: 1.7rem;
}
.search-results .series-product .product-series {
	padding: 5px 30px 0px 30px;
	font-size: 1rem;
	color: #005195;
	font-weight: bold;
}
.search-results .series-product .product-model-num {
	padding: 0px 30px 5px 30px;
	font-size: 1rem;
}
.search-results .series-product .external-dimensions {
	padding: 5px 30px;
	font-weight: bold;
	font-size: 0.8rem;
}
.search-results .series-product .attribute-row .filter-value {
	padding: 5px 15px;
	font-size: 0.8rem;
}
.search-results .series-product .attribute-row:nth-child(even) .filter-value {
	background-color: #f0efef;
}
.search-results .series-product .view-product-details a {
	display: block;
	text-align: center;
	padding: 0.5rem 0px;
	font-weight: bold;
	color: #007dc3;
	border-top: 1px solid #dddddd;
}
.search-results .five-day-mod-image {
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 9;
}
.search-results .filter-title {
	color: #194f90;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.search-results .product-item-wrapper {
	border: 1px solid #dddddd;
}

.search-results .results-videos .result .video-wrap{
	background: #efefef;
	padding: 24px;
	height: 100%;
}

.results-videos .result .video-wrap h4{
	font-size: 1rem;
	line-height: 1.5rem;
}

.results-videos .result .video-wrap h4 a i{
	margin-right: 6px;
	top: 3px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	position: relative;
}

.results-title h2{
	font-size: 2.4rem;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 4px solid #000;
	margin-bottom: 24px;
	margin-top: 36px;
}

.search-results .results-accesories .accessory-result{
	border: 1px solid #dddddd;
}

.search-results .accessory-result .title{
  font-size: 1rem;
  color: #005195;
  font-weight: bold;
}

.search-results .accessory-result .model-num{
  font-size: 1rem;
}

.search-results .accessory-result .check-stock{
  font-size: 1rem;
	width: 100%;
}

.search-results .container{
	position: relative;
}

.search-results .button-next{
	position: absolute;
	right: 0px;
}

.search-results .controls button{
	background: #fecc4f;
	color: #003D69;
	border-radius: 1em;
	font-size: 1.1em;
	line-height: 2em;
	width: 2em;
	padding: 0;
	border: 1px solid #003D69;
	font-weight: bold;
	margin-right: 0.5em;
}

.search-results .controls button.jplist-selected{
	background: #003D69;
	color: #fecc4f;
	border: 1px solid #fecc4f;
}


.search-results .controls span.controls_label{
	line-height: 2em;
  margin-right: 1em;
  font-weight: bold;
  font-size: 1em;
}

.single-products .modal-icons{
	float: right;
	transform: translateY(-100%);
	margin-top: 4px;
}

.single-products .noPager + .modal-icons{
	transform: translateY(-0%);
}

#icon360{
	position: absolute;
  top: 0;
  z-index: 999;
	max-width: 300px;
	margin: 25px;
}

a.anim360,
a.animvid{
	position: relative;
	display: inline-block;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 94px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.1s ease;
	padding-right: 0.25em;
	padding-left: 0.25em;
	font-weight: bold;
	color: #003E69;
	font-size: 1.3em;
	background-size: 80%;
	background-position: center center;
	background-color: aliceblue;
	background-repeat: no-repeat;
}

a.anim360{
	background-image: url('../bud-industries-theme/images/360-icon.png');
}

a.animvid{
	background-image: url('../bud-industries-theme/images/video.png');
}

a.anim360:hover,
a.animvid:hover{
	color: #005392;
}

a.anim360 i{
	transform: scale(0%);

}

a.animvid i{
	transform: scale(0%);
}

a.anim360:hover{
	/* border-bottom: 3px solid #005392; */
}

a.anim360:hover i{
	/* transform: scaleX(-100%); */
}

.single-products .modal.360-image-modal{
	cursor: zoom-out;
}


.single-products  #VideosModal #youTubeVideo{
	position: relative;
}

.single-products  #VideosModal .modal-content{
	background: #fff;
}

.single-products  #VideosModal #youTubeVideo iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-products  #VideosModal #videoPicker{
	/* transform: translateY(100%); */
	text-align: center;
}

.single-products  #VideosModal #videoPicker a{
	background: #FECC50;
	width: 64px;
	padding-bottom: 42px;
	margin-right: 16px;
	margin-top: 16px;
	position: relative;
}

.single-products  #VideosModal #videoPicker a:after{
		content: '\f144';
		font-family: 'Font Awesome 5 Pro';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: rgba(255,255,255, 0.5);
		font-size: 1.75em;
    padding-top: 3px;
}

.single-products  #VideosModal #videoPicker a.active-video{
	background: #003d69 !important;
	box-shadow: 0px 0px 20px #FECC50;
}

.single-products  #VideosModal .owl-dots{
	text-align: center;
}
.single-products  #VideosModal .owl-dots button{
	background: #FECC50 !important;
	width: 30px; height: 10px;
	margin: 10px;
}
.single-products  #VideosModal .owl-dots button.active{
	background: #003d69 !important;
	box-shadow: 0px 0px 20px #FECC50;
}

.single-products .extended_flag:after{
	content: 'Main Video';
	font-weight: 700;
	display: block;
	top: 5em;
	left: 0em;
	border-left: 8px solid #FECC50;
	position: absolute;
	background: #003d69;
	color: #fff;
	padding: 0.5em 1.5em;
}

.single-products .flash_flag:after{
	content: 'Quick Video';
	font-weight: 700;
	display: block;
	top: 5em;
	left: 0em;
	border-left: 8px solid #FECC50;
	position: absolute;
	background: #003d69;
	color: #fff;
	padding: 0.5em 1.5em;
}

.single-products .custom_flag:after{
	content: attr(data-flag_text);
	font-weight: 700;
	display: block;
	top: 5em;
	left: 0em;
	border-left: 8px solid #FECC50;
	position: absolute;
	background: #003d69;
	color: #fff;
	padding: 0.5em 1.5em;
}

.single-products span.video_count{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.70rem;
	font-weight: 700;
	transform: translateY(75%);
	line-height: 30px;
}


.all-products #start_modal .modal-content{
	background: transparent;
	border: transparent;
}

.all-products #start_modal .btn-primary{
	background-color: #ffffff;
	border-color: transparent;
	color: #000;

}

.all-products #start_modal .btn-primary:hover{
	background-color: #f1f2f3;
	border-color: transparent;
	color: #000;
}

.all-products #start_modal{
	pointer-events: none;
}

.all-products .controls .btn-secondary{
	font-size: 0.9em;
}


.all-products .search-by-size .nav-tabs a{
	font-weight: 700;
  color: #000;
	background: #f1f2f3;
  text-decoration: none;
  padding: 0.5em 3em;
	margin-right: 0.5em;
	border-bottom: 1px solid #ddd;
	transition: all 0.25s ease;
	border-radius: 0;
}

.all-products .search-by-size .nav-tabs a:hover{
	background: #f7f8f8;
}

.all-products .search-by-size .nav-tabs a.active{
	font-weight: 700;
  color: #000;
	background: #fff;
  text-decoration: none;
	border-bottom: 1px solid #fff;
}

.all-products .search-by-size .tab-content{
	border: 1px solid #ddd;
	border-top: none;
	color: #666;
}

.all-products .search-by-size h6{
	color: #003d69;
	font-weight: 700;
}

.all-products .search-by-size input[type='number']{
	margin: 0 0.5em;
	font-weight: 700;
	max-width: 4em;
	border: 1px solid #666;
	padding: 0 0.75em;
	background-color: #f1f2f3;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.all-products .search-by-filter .select_wrap select,
.all-products .more-filters .select_wrap select{
	width: 100%;
	color: #666;
	border: 1px solid #666;
	background-color: #f1f2f3;
	padding: 0.5em 1.5em;
  -webkit-appearance: none;
	position: relative;
	transition: all 0.5s ease;
}


.all-products .search-by-filter .select_wrap.active select,
.all-products .more-filters .select_wrap.active select{
	background-color: #003d69;
	color: #fff;
	transition: all 0.33s ease;
}

.all-products .search-by-filter .select_wrap.active:after,
.all-products .more-filters .select_wrap.active:after{
	color: #fff;
	transition: all 0.33s ease;
}

.all-products .search-by-filter .select_wrap,
.all-products .more-filters .select_wrap{
	position: relative;
}

.all-products .search-by-filter .select_wrap:after,
.all-products .more-filters .select_wrap:after{
	display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dc";
  color: #666;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-1.5em, -50%);
  pointer-events: none;
}

.all-products .more-filters .more-filters-button{
	background: #f1f2f3 !important;
	color: #666;
	border: 1px solid #999;
	border-radius: 0.2em;
}

.all-products .pagination_control{
	text-align: right;
}

.all-products .jplist-pagi .jplist-holder{
	display:inline-block;
	text-align: right;
}

.all-products .jplist-pagi .jplist-holder{
	display:inline-block;
	text-align: center;
}

.all-products .jplist-pagi button{
	margin: 0px 0.25em;
	border-radius: 0.25em;
	border: none;
}

.all-products .jplist-pagi button[data-selected="true"]{
	opacity: 0.75 !important;
}

.all-products .product-item-wrapper {
	border: 1px solid #dddddd;
}

.all-products .series-product {
	margin-bottom: 1.7rem;
}
.all-products .series-product .product-series {
	padding: 5px 30px 0px 30px;
	font-size: 1rem;
	color: #005195;
	font-weight: bold;
}
.all-products .series-product .product-model-num {
	padding: 0px 30px 5px 30px;
	font-size: 1rem;
}
.all-products .series-product .external-dimensions {
	padding: 5px 30px;
	font-weight: bold;
	font-size: 0.8rem;
}
.all-products .series-product .attribute-row .filter-value {
	padding: 5px 15px;
	font-size: 0.8rem;
}
.all-products .series-product .attribute-row:nth-child(even) .filter-value {
	background-color: #f0efef;
}
.all-products .series-product .view-product-details a {
	display: block;
	text-align: center;
	padding: 0.5rem 0px;
	font-weight: bold;
	color: #007dc3;
	border-top: 1px solid #dddddd;
}
.all-products .five-day-mod-image {
	position: absolute;
	top: 0px;
	right: 15px;
	z-index: 9;
}


.all-products .no-results{
	text-align: center;
	padding: 0 0 2em 0;
	font-size: 2em;
	font-weight: 100;
	display: block;
	width: 100%;
}

.all-products .pagination_controls {

}

.all-products .pagination_controls .page-numbers {
	color: #FFFFFF;
	margin: 0px 0.05rem;
  border-radius: 0.25rem;
  border: none;
  background-color: #003d70;
  font-weight: bold;
  font-size: 1.2rem;
  outline: none;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  padding: 0.15rem 0.5rem;
}

.all-products .pagination_controls .page-numbers.current {
	opacity: 0.75 !important;
}

.all-products .pagination_controls .page-numbers.prev, .all-products .pagination_controls .page-numbers.next {
	background-color: #fdcd4f;
	color: #343434;
}

.all-products .pagination_controls .page-numbers.dots {
	background-color: transparent;
	color: #003d70;
}

.all-products .pagination_controls .total-results-text {
	font-weight: bold;
  font-size: 1.2rem;
  color: #343434;
}


/**
 * slider styles
 */
[data-jplist-control="slider-range-filter"]{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    width: 100%;
}

.range-slider-value{
    width: 100px;
    box-sizing: border-box;
    padding: 0 5px;
}

.jplist-slider {
    width: 100%;
    height: 20px;
    background-color: #fff;
    margin: 15px;
    margin: 15px;
    border-radius: .25rem;
    position: relative;
    box-sizing: border-box;
}

.jplist-slider::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
}

.jplist-slider-holder-1,
.jplist-slider-holder-2 {
    width: 20px;
    height: 100%;
    border-radius: .25rem;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    z-index: 200;
    transition: 0.3s background-color;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.jplist-slider-holder-1 {
    background: #000;
}

.jplist-slider-holder-2 {
    background: #106CD6;
}

.jplist-slider-holder-1:active,
.jplist-slider-holder-2:active{
    background: #00448c;
    box-shadow: 0px 0px 10px #fff;
}

.jplist-slider-range {
    width: 0;
    height: 20px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.jplist-slider-values{
  width: 100%;
}

[data-type="value-1"],
[data-type="value-2"]{
  color: #e83e8c;
}

[data-jplist-control="no-results"]{
  padding: 20px 0;
  color: #3e6894;
}

.all-products .loader{
  position:relative;
  height:auto;
  width:600px;
  display:flex;
}
.all-products .modal .loader_wrap,
.all-products .row.status_message{
	display: none;
}
.all-products .loader #status_message{
	color: #3e6894;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 1em;
}

.all-products .modal .loader{
  position:relative;
  height:auto;
  width:300px;
  display:flex;
}

.all-products .modal .loader > div{
  height:10px;
  width:10px;
  background: #003D69;
  /* border-radius:50%; */
  animation: modal_animate 2s ease-in-out infinite;
  opacity:0;
}

@keyframes modal_animate{
  0%{
    transform:translateX(0);
    opacity:0;
  }
  50%{
    transform:translateX(150px);
    opacity:1;
  }
  100%{
    transform:translateX(300px);
    opacity:0;
  }
}


.all-products .loader > div{
  height:10px;
  width:10px;
  background: #003D69;
  /* border-radius:50%; */
  animation:animate 2s ease-in-out infinite;
  opacity:0;
}
@keyframes animate{
  0%{
    transform:translateX(0);
    opacity:0;
  }
  50%{
    transform:translateX(300px);
    opacity:1;
  }
  100%{
    transform:translateX(600px);
    opacity:0;
  }
}
.all-products .loader > div:nth-child(2){
  animation-delay:0.3333s;
}
.all-products .loader > div:nth-child(3){
  animation-delay:0.7777s;
}
.all-products .loader > div:nth-child(4){
  animation-delay:1s;
}
.all-products .loader > div:nth-child(5){
  animation-delay:1.4444s;
}

.general-grid-with-buttons a h4 {
	color: #003d69;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.25em 0;
	text-decoration: none;
}
.general-grid-with-buttons a h4::after {
	content: '\203A';
	float: right;
	font-weight: bold;
	font-size: 1.2em;
}
.general-grid-with-buttons p {
	line-height: 1.8em;
}

.general-grid-with-buttons a p {
	line-height: 1.8em;
	text-decoration: none;
	color: #343434;
}

.general-grid-with-buttons .general-grid-title a {
	text-decoration: none;
	color: #343434;
}

.general-grid-with-buttons .general-grid-text a {
	text-decoration: none;
	color: #343434;
}

.general-grid-with-buttons a.btn{
	width: 100%;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 1em;
	border-radius: 0;
	display: block;
	position: relative;
	padding: 0;
	cursor: pointer;
	transition: all 0.5s ease;
}

.general-grid-with-buttons a.btn:hover{
	opacity: 0.85;
}

.general-grid-with-buttons a.btn.blue{
	background: #003d69;
	color: #ffffff;
}

.general-grid-with-buttons a.btn.yellow{
	background: #fdcd4f;
	color: #003d69;
}

.general-grid-with-buttons a.btn span{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	padding: 0.75em;
	white-space: normal;
}

section.feature-slider .row{
	min-height: 266px;
	background-size: cover;
	background-position: center center;
}

section.feature-slider .row .text-background{
	background: #fff;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 1.5rem 2rem;
	position: absolute;

}
section.feature-slider .row .text-background h2{
	color: #237ec3;
	font-weight: 600;
	padding-top: 0px;
}
section.feature-slider .row .text-background a{
	text-decoration: none;
}

section.feature-slider .row .text-background p{
	color: #343434;
	line-height: 1.6em;
	font-size: 1.1em;
}

section.feature-slider .row .text-background .btn{
	padding: 0.5em 4em;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: .5;
}


.two-column-feature{
	margin-top: 2em;
}


.two-column-feature .feature-image{
	display: flex;
	background-size: cover !important;
  background-position: center center !important;
	min-height: 30em;
}

@media (max-width: 1024px) {
	.two-column-feature .feature-image{
		display: flex;
		background-size: cover !important;
	  background-position: center center !important;
		min-height: 20em;
	}
}

.two-column-feature .feature-image img{
	display: flex;
	opacity: 0;
}

.two-column-feature .text-background{
	background-color: #003e68;
	color: #fff;
	position: relative;
}

.two-column-feature ul{
	margin: 0;
}


.two-column-feature ul li{
	padding-bottom: 0.5em;
}





@media (min-width: 1024px) {
	.two-column-feature .text-background {
		display: flex;
	}
}

.two-column-feature .text-background h2{
	font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.075em;
}

.two-column-feature .text-background h3{
	font-size: 1.25em;
	line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.two-column-feature .text-background p{
	line-height: 1.75em;
}

.two-column-feature iframe,
.two-column-feature .video-wrapper{
	width: 100%;
	height: 100%;
}


.two-column-feature .text-background .btn{
	font-weight: 100;
	text-transform: uppercase;
	padding: 0.5em 3em;
}

@media (max-width: 768px) {
	.two-column-feature{
		/* padding-top: 20em; */
	}
}


.two-column-grid h4{
	color: #003e68;
	font-size: 1.25em;
	font-weight: 700;
	padding-bottom: 0.5em;
	border-bottom: 6px solid #003e68;
}

.two-column-grid p{
	line-height: 1.75em;
	color: #343434;
}

.two-column-grid a{
	color: #237dc2;
}

#imageGallery{
	height: auto !important;
}


#imageGallery .lightbox_link{
  cursor: zoom-in;
}

.ekko-lightbox.modal{
  cursor: zoom-out;
}

.ekko-lightbox img{
  cursor: default;
}

.product-filters .form-group{
	padding: 0 0.5em 0.5em 0;
}

.single-products .other_models{
	background: #003e68;
	color:#fff !important;
	text-decoration: none;
	font-weight: 700;
	padding: 8px 36px;
	display: inline-block;
}

.single-products table.product_table{
	min-width: 100%;
	/* cursor: grab; */
}

.single-products .product-table-row{
	position: relative;
}

.single-products .product-table-row .table-nav{
	position: absolute;
	top: 0;
	width: 4em;
	height: 100%;
	z-index: 99;
	background: rgba(240, 248, 255, 0.75);
	cursor: pointer;
	overflow: hidden;
	border: 1px solid rgba(196, 220, 241, 1);
	text-align: center;
	cursor: pointer;
}

.single-products .product-table-row .table-nav i{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;


}

.single-products .product-table-row .table-nav:hover{
	background: rgba(196, 220, 241, 0.75);
}

.single-products .product-table-row .scroll-left{
	left: 0;
	opacity: 1;
	transition: all 1s ease;
}
.single-products .product-table-row .scroll-right{
	right: 0;
	opacity: 1;
	transition: all 1s ease;
}

.single-products .product-table-row .col{
	transition: all 0.5s ease-in-out;
}

.single-products table.product_table tr td,
.single-products table.product_table tr th{
	padding: 0.5em 1em;
	border: 1px solid #CCCCCC;
}

.single-products table.product_table tr:nth-child(odd){
	background: #EFEFEF;
}

.single-products table.product_table tr:first-child{
		/* background-color: #003D69; */
		color: #000;
		font-weight: 700;
}

.single-products table.product_table td.model_num{
	display: table-cell;
	font-weight: 700;
	padding-left: 2em; padding-right: 2em;
}

.single-products .hidden {
	opacity: 0 !important;
	pointer-events: none;
	color: #003D69;
}

.check-stock-comtainer .row .col-12{
	background: #ddd;
	padding: 3em 6em;
}

.check_stock_page_form{
	position: relative;
}

.check_stock_page_form input{
	min-width: calc( 100% - 10px );
	padding: 0.75em;
}

.check_stock_page_form button.chk-stk{
	position: absolute;
	top: 0px;
	right: 0;
	padding: 0.5em;
	width: 100px;
	margin: 0 -10px 0 0 !important;
	border-radius: 0 10px 10px 0;
	border: 1px solid #000;
	height: 100%;
}

/* navigation fixes */
.align-items-center {justify-content: center;}
@media (max-width: 991px) and (min-width: 576px) {
	.search-bar .check_stock_form {width:49%;}
	#search-size-btn {width: 50%;margin-right: 0;}
}
@media (max-width: 991px) and (min-width: 767px) {
	.search-bar a {margin-top:0;}
}
@media (max-width: 767px) and (min-width: 576px) {
	.search-bar a {margin-top:-13px;}
}
@media (max-width: 575px) {
	.search-bar .check_stock_form {width:100%;}
	.check-stock-comtainer .row .col-12 {padding: 1.5em 1em;}
	.check_stock_page_form button.chk-stk {width: 50px;}
}
.navbar {padding: 0.1rem 0rem;}






.feature-slider .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.feature-slider-video-background {
  background: transparent;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.feature-slider-video-foreground,
.feature-slider-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
	transform: translateY(-50%);
	top: 50%;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
	display: block;
	width: 100%;
}

