/* FONTS */
@font-face {
    font-family: 'Druk';
    src: url('../fonts/Druk.eot');
    src: url('../fonts/Druk.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Druk.woff2') format('woff2'),
        url('../fonts/Druk.woff') format('woff'),
        url('../fonts/Druk.ttf') format('truetype'),
        url('../fonts/Druk.svg#Druk') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LC Web';
    src: url('../fonts/Graphik.eot');
    src: url('../fonts/Graphik.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik.woff2') format('woff2'),
        url('../fonts/Graphik.woff') format('woff'),
        url('../fonts/Graphik.ttf') format('truetype'),
        url('../fonts/Graphik.svg#Graphik') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*** GENERAL ***/
body {
	font-family: 'Graphik',sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: -.25px;
	color: #242426;
	background-color: #ffffff;
	line-height: 24px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
a,
button {
	outline: none;
	color: #ffdd32;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
a:hover,
a:focus,
button:hover,
button:focus {
	outline: none;
	color: #fbc02d;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Druk',serif;
	font-weight: 500;
	color: #242426;
	margin: 0 0 15px;
	text-transform: uppercase;
	line-height: 1;
}
h1,
h2,
.h1,
.h2 {
	margin-bottom: 24px;
	letter-spacing: 1px;
}
h1,
.h1 {
	font-size: 68px;
}
h2 {
	font-size: 54px;
}
h3 {
	font-size: 42px;
	letter-spacing: .5px;
}
h4 {
	letter-spacing: .5px;
	font-size: 32px;
	color: #242426;
}
h5 {
	letter-spacing: .5px;
	font-size: 26px;
}
h6 {
	letter-spacing: .7px;
	font-size: 22px;
}
label {
	font-weight: normal;
}
legend {
	padding-bottom: 10px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
#sp-menu {
	font-family: 'Druk',serif;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 62px;
	right: 100px;
	display: none;
	z-index: 999;
	border: 1px solid #ddd;
	background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
	background-color: #c4c4c4;
}
.scrollup:before {
	content: " \f106";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #000;
}
.cta-wrapper a,
.cta-btn,
#sp-top-bar .cta-btn,
.btn,
.sppb-btn,
.addtocart-bar button.addtocart-button,
#sp-top1 .logout-button input {
	color: #ffdd32;
	background: #242426;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	text-decoration: none;
	outline: 0;
	border: 0 none;
	font-size: 18px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.cta-wrapper a:hover,
.cta-wrapper a:focus,
.cta-btn:hover,
.cta-btn:focus,
#sp-top-bar .cta-btn:hover,
#sp-top-bar .cta-btn:focus,
.btn:hover,
.sppb-btn:hover,
.btn:focus,
.sppb-btn:focus,
.addtocart-bar button.addtocart-button:hover,
.addtocart-bar button.addtocart-button:focus,
#sp-top1 .logout-button input:hover,
#sp-top1 .logout-button input:focus {
	color: #242426;
	background: #ffdd32;

	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-ms-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-o-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #1b1b1b;
  background: #ffffff;
  border: 0 none;
  /* border-bottom: 1px solid #727272; */
  border-radius: 0;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;

  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
  border-color: #1b1b1b;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input,
textarea.form-control {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input,
.input-group .form-control {
  width: 100%;
}
/*** OFFCANVAS ***/
.offcanvas-menu .home-logo {
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
}
.offcanvas-menu .home-logo a {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.offcanvas-menu .home-logo img {
	margin: 0 auto;
	max-height: 60px;
}
/*** TOP BAR ***/
#sp-top-bar {
	background: #242426;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	/* border-top: 3px solid #ffdd32; */
	color: #f9f9f9;
	padding: 8px 0;
	font-size: 12px;
	position: relative;
	z-index: 100;
}
#sp-top-bar .sp-module {
	display: inline-block;
	margin: 0 0 0 20px;
}
#sp-top-bar a {
	color: #ffdd32;
	line-height: 28px;
	padding: 0;
	position: relative;
}
#sp-top-bar a:hover,
#sp-top-bar a:focus {
	color: #fbc02d;
	background: transparent;
}
/* LOGIN */
body.site .modal-backdrop {
	z-index: 99;
	opacity: .75;
}
#sp-top1 .user-auth > a {
	display: inline-block;
}
#sp-top1 .user-auth > a:first-child {
	padding-right: 10px;
	margin-right: 10px;
}
#sp-top1 .user-auth > a:first-child:after {
	content: "";
	width: 1px;
	height: 28px;
	background: rgba(255,255,255,.5);
	position: absolute;
	right: 0; 
}
#auth .modal-dialog {
	width: 100%;
	max-width: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
}
#auth .modal-content {
	color: #1b1b1b;
	border-radius: 0;
}
#auth .modal-header {
	border: 0 none;
}
.modal-content .modal-title {
	font-family: 'Druk', serif;
	letter-spacing: 1px;
}
#auth .modal-body .input-group-addon {
	color: #ffdd32;
	background: #242426;
	border: 0 none;
	border-radius: 0;
}
/* #auth .modal-body .form-links {

} */
#auth .modal-body .form-links a {
	color: #242426;
}
#auth .modal-body .form-links a:hover,
#auth .modal-body .form-links a:focus {
	color: #1b1b1b;
}
#auth .modal-footer {
	background: #f9f9f9;
	border: 0 none;
	text-align: center;
	font-size: 16px;
}
#auth .modal-footer .register > a {
	margin-left: 10px;
}
#sp-top1 .login-greeting {
	display: inline-block;
	margin-right: 10px;
	line-height: 28px;
	vertical-align: middle;
}
#sp-top1 .logout-button {
	display: inline-block;
	vertical-align: middle;
}
#sp-top1 input.cta-btn {
	font-size: 12px;
	padding: 0 10px;
	line-height: 28px;
	box-shadow: none;
}
/* END: LOGIN */
#sp-top2 {
	position: relative;
	overflow: hidden;
    text-align: right;
    line-height: 1;
}
#sp-top2 ul.topnav {
	display: inline-block;
}
#sp-top2 ul.topnav > li {
	float: left;
	border: 0 none;
	position: relative;
	padding: 0 8px 0 10px;
}
#sp-top2 ul.topnav > li:after {
	content: "";
	width: 1px;
	height: 28px;
	background: rgba(255,255,255,.5);
	position: absolute;
	right: 0;
	top: 0;
}
#sp-top2 ul.topnav > li:first-child {
	padding-left: 0;
}
#sp-top2 ul.topnav > li:last-child {
	padding-right: 0;
}
#sp-top2 ul.topnav > li:last-child:after {
	display: none;
}
/*** HEADER ***/
#sp-header {
	background: #242426;
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	height: 125px;
	padding: 15px 0;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	color: #f9f9f9;
}
#sp-header .logo {
	display: inline-block;
	height: 90px;
	display: table;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin: 0;
}
#sp-header-mobile .logo {
	display: inline-block;
	height: 60px;
	display: table;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin: 0;
}
#sp-header .logo a {
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
#sp-header .logo p {
	margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
	display: none;
}
#sp-header.menu-fixed {
	position: fixed;
	z-index: 9999;
}
.sticky-wrapper {
	position: relative;
	z-index: 99;
}
.sticky-wrapper.is-sticky {
	position: relative;
	z-index: 999;
}
#sp-callus .call-us {
	text-align: right;
}
#sp-callus .call-us p {
	padding: 23.5px 0;
	margin: 0;
}
#sp-callus .call-us span {
	display: block;
	color: #ffdd32;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
}
/*** NAVIGATION ***/
#sp-navigation {
	position: relative;
	background-color: #727272;
	height: 60px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 6px 0;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 2px 6px 0;
	-ms-box-shadow: rgba(0,0,0,0.2) 0 2px 6px 0;
	-o-box-shadow: rgba(0,0,0,0.2) 0 2px 6px 0;
	box-shadow: rgba(0,0,0,0.2) 0 2px 6px 0;
}
.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 98;
	display: block;
	/* float: right; */
	position: relative;
	width: 100%;
}
.sp-megamenu-parent>li.menu-justify {
	position: static;
}
.sp-megamenu-parent .sp-module {
	padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
	margin: 0;
	position: absolute;
	z-index: 10;
	display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
	font-family: "FontAwesome";
	content: " \f105";
	float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
	margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	left: auto;
	right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
	right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	top: 0;
	left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	padding: 0;
	position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
	text-transform: uppercase;
	font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown-mega>.row {
	margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega>.row:first-child {
	margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
	display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover>.sp-dropdown {
	-webkit-animation: spMenuFadeIn 400ms;
	animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover>.sp-dropdown {
	-webkit-animation: spMenuZoom 400ms;
	animation: spMenuZoom 400ms;
}
.sp-megamenu-parent > li {
	/* display: inline-block; */
	position: relative;
	padding: 0;
	display: table-cell;
	width: 1%;
}
.sp-megamenu-parent > li:first-child:before,
.sp-megamenu-parent > li:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	background: rgba(255,255,255,.5);
	top: 0;
}
.sp-megamenu-parent > li:first-child:before {
	left: 0;
}
.sp-megamenu-parent > li:after {
	right: 0;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
	display: block;
	position: relative;
	padding: 0 20px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff9c4;
	margin: 0;
	text-align: center;
}
.sp-megamenu-parent > li.sp-has-child > a:after,
.sp-megamenu-parent > li.sp-has-child > span:after {
	font-family: "FontAwesome";
	content: " \f107";
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
	background: #242426;
	color: #ffdd32;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
	display: block;
	padding: 10px 20px;
	color: #f9f9f9;
	cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:focus,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	background: #ffdd32;
	color: #1b1b1b;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
	color: #1b1b1b;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #222222;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px 0;
}
/*** SECTIONS COMMON STYLES ***/
#sp-ads:after,
#sp-instore:after,
#sp-new-arrivals:after,
#sp-trending-guitars:after {
	background-color: #131313;
	background-image: linear-gradient(-45deg,#ffdd32 25%,transparent 25%,transparent 50%,#ffdd32 50%,#ffdd32 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(-45deg,#ffdd32 25%,transparent 25%,transparent 50%,#ffdd32 50%,#ffdd32 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(-45deg,#ffdd32 25%,transparent 25%,transparent 50%,#ffdd32 50%,#ffdd32 75%,transparent 75%,transparent);
	background-image: -webkit-linear-gradient(-45deg,#ffdd32 25%,transparent 25%,transparent 50%,#ffdd32 50%,#ffdd32 75%,transparent 75%,transparent);
	background-image: -ms-linear-gradient(-45deg,#ffdd32 25%,transparent 25%,transparent 50%,#ffdd32 50%,#ffdd32 75%,transparent 75%,transparent);
	background-size: 50px 50px;
	box-shadow: 0 0 7px #c2c0c0;
	content: "";
	height: 15px;
	position: absolute;
	width: 100%;
	z-index: 99;
	overflow: hidden;
	bottom: 0;
}
/*** SHOWCASE ***/
#sp-showcase {
	background: #000;
	/* background-image: url("../images/bgs/featured.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; */
	position: relative;
	z-index: 1;
}
#sp-showcase .slider .item {
	position: relative;
	overflow: hidden;
	max-height: 510px;
}
#sp-showcase .slider .item.cash {
	background: #242426;
}
#sp-showcase .slider .item .image-wrapper {
	position: relative;
	overflow: hidden;
}
#sp-showcase .slider .item .image-wrapper:after {
	content: "";
	background: rgba(36, 36, 36, .6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#sp-showcase .slider .item.cash .image-wrapper:after {
	background: none;
}
#sp-showcase .slider .item img {
	width: 100%;
}
/* #sp-showcase .slider .item .caption {
	position: absolute;
	max-width: 35%;
	top: 50%;
	left: 10%;
	background: rgba(0, 0, 0, .65);
	color: #ffffff;
	padding: 50px 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
} */
#sp-showcase .slider .item .caption {
	width: 80%;
	height: 70%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	padding: 40px 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#sp-showcase .slider .item .caption h2 {
	color: #ffdd32;
	font-size: 102px;
}
#sp-showcase .slider .item .caption h2 small {
	display: block;
	margin-top: -15px;
	color: rgba(255,255,255,.6);
	font-size: 55%;
}
#sp-showcase .slider .item.deals .caption h2 small {
	margin-top: 0;
}
#sp-showcase .slider .item .caption .cta-wrapper a {
	font-family: 'Druk',serif;
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #242426;
	background: #ffdd32;
}
#sp-showcase .slider .item .caption .cta-wrapper a:hover,
#sp-showcase .slider .item .caption .cta-wrapper a:focus {
	background: #fbc02d;
}
.cta-wrapper {
	margin-top: 30px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
/*** SHOWCASE NEW ***/
#sp-showcase {
	padding: 30px 60px 0;
}
.shopcats .garage-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.shopcats .garage {
	min-height: 150px;
	background-color: #242426;
}
.shopcats .garage:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.shopcats .garage.bass:before,
.shopcats .garage.guitars:before,
.shopcats .garage.drums:before {
	background-image: url("../../../images/slides/gtop.png");
}
.shopcats .garage.keys:before,
.shopcats .garage.pa:before,
.shopcats .garage.deals:before {
	background-image: url("../../../images/slides/gtop-r.png");
}
.shopcats .garage a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	/* background-size: contain; */
}
.shopcats .garage.bass a {
	background-image: url("../../../images/slides/bass.png");
	background-position: 15px 10px;
}
.shopcats .garage.guitars a {
	background-image: url("../../../images/slides/guitars.png");
	background-position: 15px 20px;
}
.shopcats .garage.drums a {
	background-image: url("../../../images/slides/drums.png");
	background-position: right 40px;
}
.shopcats .garage.keys a {
	background-image: url("../../../images/slides/keys.png");
	background-position: center 100px;
	background-size: contain;
}
.shopcats .garage.pa a {
	background-image: url("../../../images/slides/pa.png");
	background-position: left 20px;
	background-size: contain;
}
.shopcats .garage.deals a {
	background-image: url("../../../images/slides/deals.png");
	background-position: 15px center;
	background-size: contain;
}
.shopcats .garage a > span {
	font-family: 'Druk',serif;
	font-weight: 500;
	font-size: 34px;
	letter-spacing: .75px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shopcats .garage.bass a > span,
.shopcats .garage.guitars a > span,
.shopcats .garage.drums a > span {
	left: 15px;
}
.shopcats .garage.keys a > span,
.shopcats .garage.pa a > span,
.shopcats .garage.deals a > span {
	right: 15px;
}
/*** BANNERS ***/
#sp-ads {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}
#sp-ads .banneritem {
	width: 50%;
	float: left;
	text-align: center;
}
#sp-ads .banneritem a {
	display: block;
	padding: 10px;
}
/* #sp-ads .instore-special {
	
} */
/*** EXCLUSIVE BRANDS / NON-EXCLUSIVE BRANDS ***/
#sp-instore {
	position: relative;
	padding: 60px 0;
	background-image: url("../images/bgs/brands.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 0;
}
#sp-instore .exclusive-brands {
	margin-bottom: 30px;
}
#sp-instore .exclusive-brands h2,
#sp-instore .nonexclusive-brands h2 {
	color: #f9f9f9;
	text-align: center;
	margin: 0 0 30px;
}
#sp-instore .exclusive-brands .brand,
#sp-instore .nonexclusive-brands .brand {
	background: #262626;
	border: 1px solid #ffdd32;
	margin-bottom: 20px;
	padding: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#sp-instore .exclusive-brands .brand:hover,
#sp-instore .nonexclusive-brands .brand:hover,
#sp-instore .exclusive-brands .brand:focus,
#sp-instore .nonexclusive-brands .brand:focus {
	background: #ffdd32;

	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-ms-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-o-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#sp-instore .exclusive-brands .brand a,
#sp-instore .nonexclusive-brands .brand a {
	display: block;
	min-height: 44px;
}
#sp-instore .exclusive-brands .brand a img,
#sp-instore .nonexclusive-brands .brand a img {
	margin: 0 auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
#sp-instore .exclusive-brands .brand:hover a img,
#sp-instore .nonexclusive-brands .brand:hover a img {
	-webkit-filter: none;
	filter: none;
}
#sp-instore .exclusive-brands .brands .brand a img,
#sp-instore .nonexclusive-brands .brand a img {
    max-height: 44px;
}
/*** NEW ARRIVALS ***/
#sp-new-arrivals {
	background: #f9f9f9;
	position: relative;
	padding: 60px 0;
}
#sp-new-arrivals h2 {
	text-align: center;
	margin: 0 0 30px;
}
#sp-new-arrivals .new-arrivals {
	position: relative;
}
.backward.slick-arrow,
.forward.slick-arrow {
	width: 20px;
	height: 44px;
	z-index: 10;
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.backward.slick-arrow {
	left: -35px;
}
.forward.slick-arrow {
	right: -35px;
}
.backward.slick-arrow:before,
.backward.slick-arrow:after,
.forward.slick-arrow:before,
.forward.slick-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #ffffff;
	cursor: pointer;
}
#sp-new-arrivals .backward.slick-arrow:before,
#sp-new-arrivals .backward.slick-arrow:after,
#sp-new-arrivals .forward.slick-arrow:before,
#sp-new-arrivals .forward.slick-arrow:after,
#sp-productbrands .backward.slick-arrow:before,
#sp-productbrands .backward.slick-arrow:after,
#sp-productbrands .forward.slick-arrow:before,
#sp-productbrands .forward.slick-arrow:after,
#sp-trending-guitars .backward.slick-arrow:before,
#sp-trending-guitars .backward.slick-arrow:after,
#sp-trending-guitars .forward.slick-arrow:before,
#sp-trending-guitars .forward.slick-arrow:after,
#sp-trending-drums .backward.slick-arrow:before,
#sp-trending-drums .backward.slick-arrow:after,
#sp-trending-drums .forward.slick-arrow:before,
#sp-trending-drums .forward.slick-arrow:after {
	background-color: #242426;
}
.backward.slick-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-moz-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	-o-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}
.backward.slick-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0deg);
    -moz--transform: skew(-145deg, 0deg);
    -ms-transform: skew(-145deg, 0deg);
    -o-transform: skew(-145deg, 0deg);
    transform: skew(-145deg, 0deg);
}
.forward.slick-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-moz-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	-o-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}
.forward.slick-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-moz-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	-o-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}
.backward.slick-arrow > span,
.forward.slick-arrow > span,
.backward.slick-arrow.slick-disabled,
.forward.slick-arrow.slick-disabled {
	display: none;
	opacity: 0;
}
/*** TRENDING GUITARS ***/
#sp-trending-guitars {
	/* background-image: url("../images/bgs/featured.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; */
	background-position: 50% 0;
	padding: 100px 0;
	position: relative;
}
#sp-trending-guitars div.trending,
#sp-trending-drums div.trending {
	position: relative;
}
#sp-trending-guitars h2 {
	/* color: #ffdd32; */
	text-align: center;
	margin: 0 0 30px;
}
/*** PAGE TITLE ***/
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
/*** MAIN BODY ***/
body.home #sp-main-body {
	display: none;
	padding: 0;
}
#sp-main-body {
  padding: 100px 0;
  background: #f9f9f9;
}
/*#sp-component {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ffffff;
}*/
/*** BAND DEALS ***/
#sp-bands {
	padding: 40px 0;
	background: #ffffff url('../images/bgs/bands.png') no-repeat center center;
}
.band-deals {
	position: relative;
	overflow: hidden;
}
.band-deals .cta-wrapper {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.band-deals .cta-wrapper a {
	font-family: 'Druk', sans-serif;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 1;
	background: #242426;
	padding: 10px 30px;
	position: relative;
	overflow: hidden;
	border-bottom: 10px solid #ffdd32;
}
.band-deals .cta-wrapper a:hover,
.band-deals .cta-wrapper a:focus {
	color: #242426;
	background: #ffdd32;
	border-bottom-color: #242426;
}
/*** TRENDING DRUMS ***/
#sp-trending-drums {
	background: #f9f9f9;
	padding: 100px 0;
	position: relative;
}
#sp-trending-drums h2 {
    text-align: center;
    margin: 0 0 30px;
}
/*** BROWSE BY BRAND MODULE (CATEGORIES & MANUFACUTERS) ***/
#sp-manufacturers {
	position: relative;
	padding: 60px 0;
}
#sp-manufacturers h2 {
	text-align: center;
	margin: 0 0 30px;
}
#sp-manufacturers .brands-wrapper {
	position: relative;
}
#sp-manufacturers .item {
	text-align: center;
	/* max-height: 45px; */
	position: relative;
	overflow: hidden;
}
#sp-manufacturers .item > a {
	max-width: 150px;
	margin: 0 auto;
    display: block;
    line-height: 1;
}
/* #sp-manufacturers .item img {
	max-height: 45px;
} */
/*** PAGINATION ***/
.pagination-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 1;
}
.pagination-wrapper .pagination {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* .pagination-wrapper .pagination > li {

} */
.pagination-wrapper .pagination > li:first-child > a,
.pagination-wrapper .pagination > li:first-child > span {
	margin-left: 0;
	border-radius: 0;
}
.pagination-wrapper .pagination > li:last-child > a,
.pagination-wrapper .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination-wrapper .pagination > li > a,
.pagination-wrapper .pagination > li > span {
	padding: 8px 16px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #242426;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #f9f9f9;
}
.pagination-wrapper .pagination > li > a:focus,
.pagination-wrapper .pagination > li > a:hover,
.pagination-wrapper .pagination > li > span:focus,
.pagination-wrapper .pagination > li > span:hover {
	color: #242426;
	background-color: #eeeeee;
	border-color: #eeeeee;
}
.pagination-wrapper .pagination > .active > a,
.pagination-wrapper .pagination > .active > a:focus,
.pagination-wrapper .pagination > .active > a:hover,
.pagination-wrapper .pagination > .active > span,
.pagination-wrapper .pagination > .active > span:focus,
.pagination-wrapper .pagination > .active > span:hover {
	color: #ffdd32;
	background-color: #242426;
	border-color: #242426;
}
/*** INSTAGRAM FEED ***/
#instafeed .item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 100%;
	max-height: 190px;
	width: 10%;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#instafeed .item img {
	min-height: 190px;
	opacity: .6;
}
.instawall .follow-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
}
.instawall .follow-overlay a {
	font-family: 'Druk',serif;
	font-size: 38px;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	padding: 20px 45px;
	color: #242426;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	border: 1px solid #242426;
}
.instawall .follow-overlay:hover,
.instawall .follow-overlay:focus {
	background-color: rgba(36,36,38,.6);
}
.instawall .follow-overlay:hover a,
.instawall .follow-overlay:focus a {
	color: #242426 ;
	background-color: #ffdd32;
	border-color: #ffffff;
}
/*** CTA BOTTOM ***/
#sp-call-to-action {
	padding: 40px 0;
	margin-top: -10px;
	position: relative;
	background: #ffdd32;
	color: #242426;
	text-align: center;
	z-index: 1;
}
#sp-call-to-action:before,
#sp-call-to-action:after,
#sp-trending-drums:before,
#sp-trending-drums:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	background-image: url('../images/bgs/section.png');
	background-repeat: no-repeat;
}
#sp-trending-drums:before,
#sp-trending-drums:after {
	background-image: url('../images/bgs/section-w.png');
}
#sp-call-to-action:before,
#sp-trending-drums:before {
	top: -20px;
	background-position: center top;
}
#sp-call-to-action:after,
#sp-trending-drums:after {
	bottom: -20px;
	background-position: center bottom;
}
.calltoday {
	font-size: 32px;
	position: relative;
}
.calltoday span {
	text-transform: uppercase;
	font-weight: 700;
}
.calltoday a {
	background-color: #242426;
	border-radius: 32px;
	font-family: 'Druk',serif;
	font-size: 38px;
	padding: 10px 40px;
	letter-spacing: 3px;
	margin-left: 15px;
}
.calltoday a:hover,
.calltoday a:focus {
	background-color: #fff;
	color: #242426;
}
/*** BOTTOM ***/
#sp-bottom {
	background-color: #262626;
	padding: 50px 0px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	color: #262626;
	background: #fbc02d;
}
/*** FOOTER ***/
#sp-footer {
	background: #1b1b1b;
}
/*** MODULES COMMON STYLES ***/
.sp-module {
	margin-top: 50px;
}
.sp-module:first-child {
	margin-top: 0;
}
.sp-module .sp-module-title {
	margin: 0 0 20px;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a {
  color: #242424;
  display: block;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a:hover,
.sp-module ul > li > a:focus {
  color: #e92d00;
}
.sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-right .sp-module {
	background: #eee;
	padding: 15px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.payment div img {
	margin: 0 auto 15px;
}
a#pswgroup {
	background: url("../images/psw-light.png") no-repeat 0 0 / contain;
	display: inline-block;
	height: 12px;
	vertical-align: middle;
	width: 40px;
	font-size: 0px !important;
	margin-top: -2px;
}
/*** R E S P O N S I V E ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (-moz-min-device-pixel-ratio: 1.5),
	   only screen and (-o-min-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5) {

}
@media screen and (min-width: 320px) and (max-width: 767px) {
	#sp-showcase .slider {
		max-height: 225.8px;
	}
	#sp-showcase .slider .item .image-wrapper:after {
		background: rgba(36, 36, 36, .85);
	}
	#sp-showcase .slider .item .caption {
		width: 100%;
		height: 100%;
	}
	#sp-showcase .slider .item .caption h2 {
		font-size: 52px;
	}
	#sp-showcase .slider .item .caption h2 small {
		margin-top: 0;
	}
	#sp-showcase .slider .item .caption p {
		display: none;
	}
	#sp-showcase .slider .item .caption .cta-wrapper {
		margin-top: 0;
	}
	#sp-main-body {
		padding: 40px 0;
	}
	#sp-instore .exclusive-brands .brand a,
	#sp-instore .nonexclusive-brands .brand a {
		min-height: 27px;
	}
	.shopcats .garage.bass a,
	.shopcats .garage.gutars a {
		background-position: center 100px;
		background-size: 95%;
	}
	.shopcats .garage.pa a {
		background-position: center 50px;
		background-size: 95%;
	}
	.shopcats .garage.drums a {
		background-position: right 80px;
		background-size: 75%;
	}
	.shopcats .garage.deals a {
		background-position: left 80px;
		background-size: 70%;
	}
}
@media screen and (min-width: 544px) {

}
@media screen and (min-width: 550px) and (max-width: 767px) {

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

}
@media screen and (min-width: 768px) and (max-width: 991px) {
	
	#sp-showcase .slider .item .caption h2 {
		font-size: 88px;
	}
}
@media screen and (min-width: 992px) {

}
@media screen and (max-width: 991px) {
	#sp-header-mobile .logo img {
		height: 60px;
	}
	#sp-header-mobile {
		background: #242426;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
		height: 90px;
		padding: 15px 0;
		left: 0;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 99;
		color: #f9f9f9;
	}
	#mod_cart > .collapse {
		display: block;
		text-align: center;
		height: auto;
		padding: 0;
		overflow: visible;
		text-align: center;
		border: 0 none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	#mod_cart > .collapse > .navbar-nav {
		margin: 6px 0 0;
		line-height: 1;
	}
	#mod_cart > .collapse > .navbar-nav .cta-wrapper {
		margin-top: 0;
	}
	#sp-new-arrivals,
	#sp-trending-guitars,
	#sp-trending-drums {
		padding: 60px 0 30px;
	}
	#sp-instore .exclusive-brands .brands .brand a img,
	#sp-instore .nonexclusive-brands .brands .brand a img {
		max-height: 44px;
	}
	#sp-showcase {
		padding: 30px 15px 0;
	}
	#sp-slider {
		margin-bottom: 30px;
	}
	.backward.slick-arrow,
	.forward.slick-arrow {
		width: 15px;
		height: 32px;
	}
	.backward.slick-arrow {
		left: -10px;
	}
	.forward.slick-arrow {
		right: -10px;
	}
	/* #sp-manufacturers .brands-wrapper .backward.slick-arrow {
		left: -10px;
	}
	#sp-manufacturers .brands-wrapper .forward.slick-arrow {
		right: -10px;
	} */
}
@media (min-width: 992px) and (min-width: 1200px) {

}
@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1366px!important;
	}
	#sp-new-arrivals .container,
	#sp-trending-guitars .container,
	#sp-main-body .container {
		width: 100%;
		max-width: 1366px;
	}
}
@media screen and (min-width: 1350px) {
	#sp-new-arrivals .container,
	#sp-trending-guitars .container,
	#sp-main-body .container {
		width: 100%;
		max-width: 1350px;
	}
}
@media screen and (min-width: 1500px) {
	#sp-new-arrivals .container,
	#sp-trending-guitars .container,
	#sp-main-body .container {
		width: 100%;
		max-width: 1500px;
	}
}
@media screen and (min-width: 1700px) {

}