/* ----------FONTS
font-family: 'Droid Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
---------- */


/* ----------GLOBAL---------- */
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
body {
	color: rgb(36, 36, 36);
	font-family: 'Droid Sans', sans-serif;
	min-height: 100%;
}
.main {
	width: 100%;
	background: #fff;
}
.main-container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.col-main {
	background: #E6E6E6;
	width: 100%;
}
img {
	width: 100%;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 38px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
	font-family: "Open Sans"; 
	font-weight: normal;
	line-height: normal;
}
h5, h6 {
	font-family: 'Droid Sans', sans-serif;
	line-height: normal;
}
label {
	font-family: 'Droid Sans', sans-serif;
}
a {
	color: rgb(26, 162, 225);
}
a:hover{
	text-decoration: none;
	color: rgb(26, 162, 225);
}
.std p {
	margin: 0;
}
p {
	margin: 0 0 20px 0;
}
.page-title {
	background: url('../images/featured-slide-bg.jpg') no-repeat center top #000;
	padding: 45px 0;
	background-size: cover;
	min-height: 170px;
}
.page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
	font-size: 40px;
	max-width: 1035px;
	margin: 0 auto;
	border: none;
	color: #fff;
}
.inner-wrap {
	max-width: 1035px;
	margin: 0 auto;
	padding: 40px 0;
	color: rgb(102, 102, 102);
	font-size: 16px;
	line-height: 130%;
}
ul {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 20px;
}
ul li {
	background: none;
	margin-bottom: 10px;
	display: list-item;
	width: 100%;
}
ul.white {
	list-style: none;
}
ul.white li {
	background: #fff;
	padding: 20px 15px;
	display: inline-block;
}
.std ul li {
	margin-left: 0;
}
.cms-page-view .std li, .cms-no-route .std li {
	font-style: normal;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: rgb(102, 102, 102);
}
ul li h2 {
	line-height: 32px;
	margin: 0;	
	color: #4f4c40;
}
ul li p {
	line-height: normal;
	margin: 5px 0 0 0;	
	color: #4f4c40;
}
.col2-set .col-1 {
	max-width: 49%;
	width: 100%;
	padding: 0 25px 0 0;
}
.col2-set .col-2 {
	width: 100%;
	max-width: 50%;
	padding: 0;
}
ul li img {
	width: 100%;
	max-width: 378px;
	height: auto;
}
ul li a.button {
	margin-top: 15px;
}
ul li a.btn-right {
	margin: 0;
	height: 29px;
	float: right;
	padding: 6px 30px;
}
.page-title ul {
	max-width: 1035px;
	margin: 0 auto;
}
.page-title ul li {
	display: inline-block;
	background: #C1C0C0;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-family: 'Open Sans';
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
	width: auto;
	padding: 0;
}
.page-title ul li.active {
	background: #E0A612;
	color: #fff;
	padding: 7px 20px;
	min-width: 155px;
}
.page-title ul li a {
	padding: 7px 20px;
	min-width: 155px;
	display: inline-block;
	color: #666666;
}
.page-title ul li:hover {
	background: #E0A612;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
.page-title ul li:hover a {
	color: #fff;
}
.messages, .messages ul {
	list-style: none;
}
.messages li {
	display: inherit;
}
/* ----------BUTTONS---------- */
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
	background: #1AA2E1;
	border: none;
	border-radius: 20px;
	padding: 10px 30px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
	background: #000;
}
.btn-outlined {
	background: none;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
.btn-outlined:hover {
	background: #1AA2E1;
}
.button.yellow {
	background: #E0A612;
	border: none;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	padding: 0px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-left: 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
.button.yellow span {
	color: #fff;
}
.buttons-set {
	border: none;
	text-align: left;
}
.buttons-set button.button {
	float: none;
}
/* ----------HEADER---------- */
#header {
	width: 100%;
	background: #fff;
	padding: 0;
}
.page-header-container {
	max-width: 1035px;
	padding: 0;
	margin: 0 auto;
}
.mobile-nav, .mobile-header-container {
	display: none;
}
.logo {
	padding: 10px 0;
	min-height: 0;
	max-width: 125px;
	display: inline-block;
	float: none;
}
#header-nav {
	display: inline-block;
	border-bottom: none;
	vertical-align: top;
	float: right;
}
#nav {
	display: inline-block;
}
.nav-primary {
	margin: 0;
}
.nav-primary li {
	height: 74px;
	line-height: 74px;
	padding: 0;
	border-right: 1px solid rgb(243, 243, 243);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
	margin-bottom: 0;
	display: block;
}
.nav-primary li.last {
	border: none;
}
.nav-primary li:hover {
	background: #1AA2E1;
}
.nav-primary li:hover a {
	color: #fff;
}
.nav-primary a.level0 {
	padding: 0 10px;
	line-height: 75px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: rgb(40, 40, 40);
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
#externalLinks {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#externalLinks ol li {
	height: 75px;
	line-height: 75px;
	padding: 0;
	display: inline-block;
	float: left;
	text-transform: uppercase;
}
#externalLinks ol li.first a {
	padding: 7px 20px;
	background: #10110C;
	border-radius: 20px 0 0 20px;
	color: #b8b8b8;
}
#externalLinks ol li.last a {
	padding: 7px 20px;
	background: #1AA2E1;
	border-radius: 0 20px 20px 0;
	color: #bfe8ff;
}
.skip-links {
	display: inline-block;
}
.nav-primary .menu-active > ul.level0, .nav-primary li.level0 li.sub-menu-active > ul {
	display: none;
}
/* ----------FOOTER---------- */
.footer-container {
	max-width: 1035px;
	padding: 0;
}
.footer {
	padding: 25px 0;
	text-transform: uppercase;
	border: none;
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer .col-1 {
	width: 80%;
	padding: 0;
	max-width: inherit;
}
.footer .col-1 ul li {
	display: inline-block;
	margin-right: 30px;
	background: none;
	margin-bottom: 0;
	width: auto;
}
.footer .col-2 {
	width: 20%;
	text-align: right;
	padding: 0;
	max-width: inherit;
}
.footer .col-1 ul li img {
	width: 100%;
	max-width: inherit;
	height: auto;
}
.footer .col-2 .name {
	font-size: 24px;
	line-height: 90%;
	font-weight: bold;
	margin-top: 0;
}
.footer .col-2 .phone {
	color: rgb(26, 162, 225);
	font-size: 24px;
	line-height: 90%;
	font-weight: bold;
}
.footer .col-2 .address {
	color: rgb(102, 102, 102);
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
	font-family: 'Droid Sans', sans-serif;
}
.footer address {
	border: none;
	text-align: right;
	padding: 0;	
	margin: 10px 0 0;
	text-transform: none;
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
}
/* ----------HOMEPAGE---------- */
body.cms-home .main-container {
	background: #000;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
body.cms-home .col-main {
	background: url('../images/bg-homepage.jpg')no-repeat #000;
	max-width: 100%;
	color: #fff;
	background-size:cover; 
	background-position: center center;
}
body.cms-home .rotating-banner button {
	background: url('../images/arrow.png') no-repeat;
	padding: 25px;
}
body.cms-home .rotating-banner {
	width: 100%;
}
.slick-slider {
	margin: 0;
}
.slick-list {
	width: 100%;
}
.slick-slider .slick-track {
	width: 100%;
}
.slick-initialized .slick-slide {
	width: 100%;
}
.slick-slider a {
	display: block;
}
.slick-slide img {
	width: 100%;
}
body.cms-home .rotating-banner .slick-prev {
	position: absolute;
	z-index: 5;
	top: 45%;
	left: 30px;
	cursor: pointer;
}
body.cms-home .rotating-banner .slick-next {
	right: 30px;
	position: absolute;
	z-index: 5;
	top: 45%;
	cursor: pointer;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body.cms-home .rotating-banner .divSimpleSlider .bannerContent {
	position: absolute;
	top: 130px;
	left: 110px;
	font-size: 24px;
	line-height: 30px;
	max-width: 1000px;
	color: rgb(255, 255, 255);
}
body.cms-home .rotating-banner .divSimpleSlider .bannerContent h1 {
	font-size: 90px;
	color: rgb(255, 255, 255);
	margin: 0;
}
body.cms-home .rotating-banner .divSimpleSlider .bannerContent .btn-outlined {
	margin-top: 20px;
}
body.cms-home .home-callout-block {
	max-width: 1035px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	padding: 25px 0;
}
.yellow {
	color: #E0A612;
}
.home-link-blocks {
	width: 100%;
	margin: 0;
	padding: 15px 0;
}
.home-link-blocks ul {
	max-width: 100%;
	vertical-align: top;
	display: table;
	margin: 0;
	width: 100%;
}
.home-link-blocks li {
	display: table-cell;
	position: relative;
	border-right: 10px solid #fff;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
}
.home-link-blocks li.last {
	border: none;
}
.home-link-blocks li img {
	width: 100%;
	max-height: 300px;
	max-width: inherit;
	height: inherit;
}
.home-link-blocks li span {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-family: "Open Sans Condensed";
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	line-height: 65px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
.home-link-blocks li a {
	color: #fff;
}
.home-link-blocks li span:hover {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
	line-height: 75px;
}
/* ----------NEWS---------- */
.load-more-content {
	text-align: center
}

.load-additional-content {
	display: table;
	margin: 20px auto;
}

.load-more-content .button {
	display: inline-block;
}

body.cms-home .home-news {
	max-width: 738px;
	margin: 0 auto;
}
body.cms-home .home-news h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
body.cms-home .home-news .news-item {
	background: #fff;
	padding: 20px;
	margin-bottom: 15px;
}
body.cms-home .home-news .news-item li {
	padding: 0;
	margin: 0;
}
body.cms-home .home-news .news-item .col-1, body.cms-home .home-news .news-item .col-2 {
	padding: 0;
	width: 50%;
	max-width: none;
	float: none;
	display: inline-block;
	vertical-align: top;
}
body.cms-home .home-news .news-item .news_image {
	width: 312px;
	margin-right: 30px;
	max-width: 312px;
}
body.cms-home .home-news .news-item .news_image img {
	width: auto;
	max-width: 100%;
	height: auto;
}
body.cms-home h5 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 55px;
}
body.cms-home h5:after {
	content: '';
	display: block;
	border-bottom: 1px solid #999999;
	width: 185px;
	margin: 0 auto;
	padding-top: 55px;
}
.news-item h4 {
	color: rgb(44, 54, 56);
	font-family: "Open Sans Condensed";
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
	margin: 0px
}
.news-item h4 a {
	color: rgb(44, 54, 56);
}
.news-item h4 a:hover {
	color: rgb(26, 162, 225);
}
.news-item span.date, .news-item .date {
	font-style: italic;
	color: rgb(224, 166, 18);
	font-family: "Droid Sans";
	font-size: 16px;
}
.news-item .description {
	color: rgb(102, 102, 102);
	font-family: "Droid Sans";
	font-size: 16px;
	line-height: normal;
}
.clcopyright {
	display: none;
}
/* ----------CMS---------- */
.col2-right-layout .col-main {
	text-align: center;
	margin-top: -3px;
	padding: 0;
}
.col2-right-layout .page-title {
	text-align: left;
}
.col2-right-layout .col-right {
	float: none;
	width: 275px;
	padding: 40px 0 0 20px;
	display: inline-block;
}
.col2-right-layout .inner-wrap {
	width: 715px;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}
.col2-right-layout .block {
	background: #000;
	color: #fff;
}
.col2-right-layout .block h3 {
	color: #fff;
	padding: 20px 25px;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
}
.col2-right-layout .block .button.yellow {
	width: 100%;
	margin: 0;
}
.col2-right-layout .col-right .block {
	position: relative;
}
.col2-right-layout .col-right .block a.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-family: "Open Sans Condensed";
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	line-height: 65px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
}
.col2-right-layout .col-right .block a.overlay:hover {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s ease;
	line-height: 75px;
}
/* ----------CMS---------- */
.col2-left-layout .col-main {
	float: none;
}
.col2-right-layout .std {
	width: auto;
	vertical-align: top;
	display: inline-block;
	text-align: left;
	max-width: 100%;
}
.category-notices ul.white li {
	line-height: 29px;
}
#contactForm {
	padding: 40px 0;
	max-width: 1035px;
	margin: 0 auto;
}
ul.form-list li {
	background: none;
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
#contactForm .buttons-set {
	padding: 0;
	margin: 0;
}
#contactForm .buttons-set p.required {
	float: none;
	margin: 0;
}
.col-main form {
	max-width: 1035px;
	margin: 0 auto;
	padding: 40px 0;
	color: rgb(102, 102, 102);
	font-size: 16px;
	line-height: 130%;
}
.inner-wrap .home-link-blocks li {
	border-color: transparent;
}
/* ----------VIDEO---------- */
.featured .gallery {
	padding: 0 10px;
}
.featured .gallery li {
	width: 100%;
	height: 100%;
	min-height: inherit;
}
.featured .gallery li iframe {
	position: relative;
	width: 100% !important;
	height: 100% !important;
	min-height: 239px;
}
.gallery {
	margin-bottom: 0;
}
.gallery li {
	text-align: left;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	height: 100%;;
	overflow: hidden;
}
.gallery li .white {
	background: #fff;
	padding: 20px;
}
.featured .gallery li .col-1 {
	max-width: 45%;
	width: 45%;
}
.featured .gallery li .col-2 {
	max-width: 55%;
	width: 55%;
}
.gallery li h2 {
	background: none;	
}
.gallery li h2 a {
	color: rgb(36, 36, 36);
	font-size: 38px;
}
.gallery li h3 a {
	color: rgb(79, 76, 64);
	font-size: 26px;
}
/* ----------EVENTS---------- */
.events-page .col2-set .col-1 {
	max-width: 40%;
}
.events-page .col2-set .col-2 {
	max-width: 57%;
}
/* ----------VIDEO---------- */
.catalog-category-view .featured {
	margin-bottom: 50px;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}
.catalog-category-view .product-list .col-1, .catalog-category-view .product-list .col-2 {
	max-width: 50%;
}
.catalog-category-view .inner-wrap ul.catalog-list {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.catalog-category-view .inner-wrap ul.catalog-list li {
	width: 48.8%;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 20px;
	height: 100%;
	min-height: 160px;
	margin: 0 5px 10px 5px;
}
.catalog-category-view .product-list img {
	height: auto;
	max-height: 100px;
	width: auto;
	max-width: 100%;
}
.catalog-category-view .product-list h3 {
	text-transform: none;
}
.catalog-category-view .inner-wrap h1 {
	color: #4f4c40;
	text-transform: capitalize;	
}
.catalog-category-view .product-list .view-pdf {
	background: url('../images/search.png') no-repeat;
	padding-left: 20px;
	margin-top: 10px;
}
/* ----------Rebate---------- */
.rebate p {
	font-style: normal !important; 
	font-size: 18px !important;
}
.col2-img {
	position: relative;
	display: inline-block;
}
.col2-text {
	position: absolute;
	top: 70%;
	right: 0;
	max-width: 50%;
	text-align: right;
}
.col2-text a {
	color: #000;
}