/* HELLO WORLD, IT'S ME, MARK */

/* sitewide text improvements */
body, input, textarea, select, button {
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

h1,h2,h3,h4 {
	letter-spacing: -0.5px;
}

.light-allcaps {
	font-weight:100;
	text-transform: uppercase;
	text-align: center;
	margin: 60px 0 30px;
}

.alert {
	border-radius:0px;
}

.container-full {
	width:100%;
	padding:0px;	
}

.thin-heading {
	font-weight: 100;
    text-transform: uppercase;
}

.btn {
	font-weight: 500;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	
	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}

.btn-white {
	border-color:#FFF;
	color:#FFF;
}

.btn-white-shadow {
	    box-shadow: 0 0 90px rgba(0,0,0,.5);
    text-shadow: 0 0 6px rgba(0,0,0,.7);
    background-color: rgba(0,0,0,.25);
}

.btn-white:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFF;
    color: #FFF;
}

.btn-white:active,
.btn-white:visited,
.btn-white:focus {
    border: 1px solid #FFF;
    color: #FFF;
}

select.form-control {
	background-color:none;
	background-color:transparent;
	background-image:initial;
	background: url('../images/select-arrow.png') no-repeat right center;
	border-color:#ccc;
	border-radius:0px!important;
	font-weight:300;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: url('../images/select-arrow.png') no-repeat right center;
}

label {
	color:#58595b;
}

.label-top {
	display:block;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FAF7F2;
}

.footer label span {
	padding-top: 1px;
    display: block;
    letter-spacing: 0;
}

.footer label.checkbox-inline {
	margin-top:8px;
}
    

.form-control {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.container-full-width {
	width:100%;
}

section.home-banners .btn {
	height: 34px;
	font-size: 8pt;
    padding: 12px 30px;
    line-height: 8pt;
}

.carousel-caption.left-align-option {
    right: 50%;
    left: 0px;
}

.carousel-caption.left-align-option h3 {
  text-align:left;
}

.carousel-caption.left-align-option p {
  text-align:left;
}

.carousel-caption.left-align-option a {
  float:left;
}

.carousel-inner > .item {
	padding:0px !important; /* carousel slider padding bug fix */
	background-color:#000;
}

.home-banners .carousel-inner > .item > a img {
	opacity:.8;
}

.carousel-control {
	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}

.arrow-right {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 50px;
    height: 50px;
    margin-top:-50px;
    position:absolute;
    top:50%;
    right:30px;
}

.arrow-left {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 50px;
    height: 50px;
    margin-top:-50px;
    position:absolute;
    top:50%;
    left:30px;
    
}

.arrow-down {
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    width: 15px;
    height: 15px;
    margin:0 auto;
    	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}

/* header styles */
#header {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

#header a i.fa-search {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}

#header form button {
	border-radius:0;
	outline:none;
	border:none;
	padding:7px 15px;
	background-color:#f2eae0;
	background-color:transparent;
	font-size:16pt;
	color: #777;
}

#header .header-search {
	background-color:#F3F0EC;
	padding: 12px;
	margin-right:10px;
	border:none;
	float:left;
}

#header .search a i.fa-search {
	font-size:14pt;
	color:#999;
	padding:10px;
}

#header .search a:hover i.fa-search {
	color:#333;
}

/* responsive video embed style */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.instrument-video {
	margin-top:60px;
}

.video-background {
	position:relative;
}

.video-container {
	background-color:black;
	
}

.video-container video {
	width:100%;
	opacity: 0.75;
	margin-bottom:-5px;
}

.play-video-container {
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    z-index:9
}

.play-video-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.play-video {
	display: inline-block;
    vertical-align: middle;
    color:#FFF;
    text-transform: uppercase;
    font-weight:900;
    text-shadow: 0 0 30px rgba(0,0,0,.75);
    white-space: normal;
    font-size: 12pt;
}

.play-video i.fa-play {
	border: 3px solid #FFF;
    padding: 10px 20px;
    outline:1px solid transparent;
    
        	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}

a.play-video:hover i.fa-play {
	outline:10px solid rgba(0,0,0,.5);
	background-color:rgba(0,0,0,.5);
	color:#bbb;
	border-color:#bbb;
	text-decoration: none;
	
}

.play-video h4 {
	font-weight:300;
	text-transform: none;
	margin:20px 0;
}

a.play-video:hover,
a.play-video:focus {
	color:#FFF;
    text-decoration: none;	
}

#videoOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
#videoOverlay .close {
	opacity: .7;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	background-color: #ff0000;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
#videoOverlay .close:hover {
	opacity: .9;
}
#videoOverlay .video .iframe {
	z-index: 99999;
}


/* search results style */

h2.search-results-heading {
	margin: 60px 0 0 0;
    border-bottom: 1px solid #e5e8e7;
    padding-bottom: 40px;
}

.search-result-container {
	border-bottom: 1px solid #e5e8e7;
	padding: 30px 0px;
    font-size: 12pt;
}

.search-result-container:last-child {
	margin-bottom:60px;
}

.search-result-desc {
	padding:20px 0;
}

.search-result-url {
	font-size:10pt;
	color:#999;
}



/* what's new section styles */

.newproduct {
	transition:150ms;
	cursor:pointer;
}

section.familylegacy {
	background: #E9E9E9; /* #F7F5F3*/
}

section.newproduct {
	padding: 0 150px 80px;
	background: #E9E9E9; /* #F7F5F3*/
}

.newproduct .product {
	background-color:#000;
	overflow:hidden;
}

.newproduct .product a img {
	opacity:.7;

	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-backface-visibility: hidden;
}

.newproduct .product a:hover > img {
	opacity:1;
	transform: scale(1.1)
}

.newproduct .product a .new-instrument-title-centered {
	opacity:1;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-backface-visibility: hidden;
}

.newproduct .product a:hover .new-instrument-title-centered {
	opacity:0;
}


/*.newproduct:hover > div {
	-webkit-filter: brightness(0.4);
	transition:150ms;
	cursor:pointer;
}

.newproduct:hover > div:hover {
	-webkit-filter: brightness(1);
	transition:150ms;
}

a.newinstrument-link,
a.newinstrument-link div,
a.newinstrument-link:hover,
a.newinstrument-link div:hover {
	cursor:pointer;
}*/

.product-name-middle {
	display: inline-block !important;
	vertical-align: middle !important;
  	width: 300px;	
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	text-transform: uppercase;
	font-weight:900;
	font-size:16pt;
}

.absolute-container {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.new-instrument-block {
	text-align: center;
	white-space: nowrap;
	width: 100%;
    height: 100%;
}

.new-instrument-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.new-instrument-title-centered {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing:-0.5px;
  font-weight:900;
  font-size:16pt;
  color:#FFF;
  text-shadow: 0 0 30px rgba(0,0,0,0.5);
}

/* we're all about the details section styles */


.details-neck {
	padding: 40px 0;
}

.details-neck h2 {
	text-transform: uppercase;
	font-weight:100;
	text-align: center;
	margin-top: 0px;
}

.details-neck p {
	font-weight:100;
	text-align: center;
	width:65%;
	margin:0 auto;
}

.details-neck-image {
	padding-bottom:5%;
}

.details-four {
    padding: 0px;
}

.details-four div.details-copy-overlay {
	position:absolute;
	bottom: 0px;
    padding: 20px;
}

.details-four .details-copy-overlay.truss h4,
.details-four .details-copy-overlay.truss p{
	color:#FFF;
}

.details-four div.details-copy-overlay h4 {
	font-size:12pt;
	line-height:13pt;
	font-weight:300;
	text-transform: uppercase;
	text-align:left;
	margin-bottom:2px;
}

.details-four div.details-copy-overlay p {
	font-weight:100;
	font-size:10pt;
	line-height:12pt;
}

.container.crafted {
	background:url('../images/crafted-section-bg.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

.container.crafted div.container {
	padding-top:5%;
}

.crafted h4 {
	font-size:24pt;
	line-height:30pt;
	text-align: left;
	color:#FFF;
}

.crafted .btn {
	margin-left: 0;
    margin-right: 0;
    width:100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/* MEET THE FAMILY SECTION STYLE */

section.family {
	padding-bottom:60px;
}

.family-description {
	padding-top: 10%;
    padding-left: 60px;
}

h2.family {
	text-transform: uppercase;
    font-weight: 100;
    text-align: left;
}

.family-description p {
	font-weight:300;
	padding-bottom:20px;
}

/* PDN AND WARRANTY SECTION STYLE */

.pdn-and-warranty h3 {
	font-weight: 600;
	margin-bottom: 2px;
}

.pdn-and-warranty p {
	font-weight:300;
	margin-bottom:15px;
}

.pdn-and-warranty .find-a-dealer {
	color:#FFF;
	background-color:#242424;
	padding: 30px 0;
	text-align: center;
}

.pdn-and-warranty .warranty-service {
	color:#242424;
	background-color:#e9e9e9;
	padding: 30px 0;
	text-align: center;
}

/* GUITARS */

.guitar-menu {
	z-index:3;
	width: 100%;	
}

ul.nav.guitar-menu a {
	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    padding-bottom: 15px;
    -webkit-backface-visibility: hidden;
}

ul.nav.guitar-menu a:active,
ul.nav.guitar-menu a:focus {
	color:#FFF;
	background: #b80000 !important;
}

.filter-menu-container {
	position:absolute;
	bottom: -300px;
	z-index: 2;
    background-color: #FFF;
    text-align: center;
    width: 100%;
    
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);   
}

.filter-menu {
	height:300px;
	color:#000;
	padding: 15px 20px 20px 20px;
}

.filter-menu div {
	padding-top:20px;
	padding-bottom:20px;
	margin-top:5px;
	margin-bottom:5px;
}

.filter-menu div:hover {
	background-color:#f5f5f5;
}

.filter-menu a p {
	font-size: 9pt;
	color:#000;
}

.filter-menu a:hover p,
.filter-menu a:active p,
.filter-menu a:focus p {
	color:#000;
}

h3.filter-heading {
	font-weight:100;
	color:#bb9d61;
	margin: 0px;
	font-size:16pt;
}


/* INSTRUMENT DETAIL PAGE STYLES */

.row.options-and-ecomm {
    margin-top: 20px;
}

.options-and-ecomm .col-md-6:nth-child(1) {
	padding-right:5px;
}

.options-and-ecomm .col-md-6:nth-child(2) {
	padding-left:5px;
}

.custom-options {
	background-color:#f4f4f4;
    padding: 20px 20px 5px 20px;
    height:275px;
}

div#custom-options {
	color:#CCC;
	font-size:10pt;
}

.custom-options-tab-titles {
	display:inline;
}

h4.custom-options-title {
	color:#58595b;
	display:inline-block;
	text-align: left;
	font-weight: 700;
	margin-right: 10px;
}

.ber-since img {
	width: 200px;
}

a.custom-options-tab {
	color:#58595b;
	font-weight:300;
	margin:0 10px;
    width: 41px;
    display: inline-block;
    text-align: center;
}

a.custom-options-tab.configs {
    width: 104px;
}

a.custom-options-tab:hover,
a.custom-options-tab:focus,
a.custom-options-tab:active,
a.custom-options-tab:visited {
	text-decoration: none;
	color:#58595b;
}

a.custom-options-tab.active {
	border-bottom: 3px solid #58595b;
	font-weight:700;
	padding-bottom:1px;
}

.color-swatch {
	height:50px;
	margin:15px 0;
	display: table;
	cursor: pointer;
}

.color-swatch > img {
	outline:4px solid #f4f4f4;
	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}

.color-swatch.active > img {
	outline:4px solid #b80000;	
}

img.color-swatch-img {
    display: inline-block;
    float: left;
    margin-right: 8px;
}

.color-swatch p {
    font-size: 9pt;
    line-height: 12pt;
	display: table-cell;
    vertical-align: middle;
    font-weight: 300;
}

.custom-options-tab-content .form-group {
        margin: 15px 0;
    height: 40px;
}

.selected-colors-option,
.selected-pickguard-option,
.selected-models-option,
.selected-necks-option {
	display:inline;
}

.add-to-cart-right p {
    font-size: 9pt;
    font-weight: 100;
}

.add-to-cart-right p:nth-child(2) {
    margin-top:10px;
}

/*a .btn-dealer-cta {
	background: #b80000;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

a:hover .btn-dealer-cta {
	background: #d10000;
} */

.product-highlights h2 {
	font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0 20px 0;

}



.product-highlights .product {
	padding:0px;
	background-color:#000;
	overflow:hidden;
}

.product-highlights .product img {
	opacity:.7;
		-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-backface-visibility: hidden;
}

.product-highlights .product:hover > img {
	opacity: 1;
    transform: scale(1.1);
}

.product-highlights .product .highlight-desc {
	opacity:1;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-backface-visibility: hidden;
}

.product-highlights .product:hover .highlight-desc {
	opacity: 0;
}

section.carasol-bg .carousel-caption { /* TEMPORARY: hides slide captions on instrument pdp page as these arent needed anymore */
	display:none;
}

section.carasol-bg .carousel-control.left {
   /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .000) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; */
    background-image: none;
    background-color:transparent;
}

section.carasol-bg .carousel-control.right {
    /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;*/
    background-image: none;
    background-color:transparent;
}

section.carasol-bg .arrow-container-left {
    width: 50px;
    height: 75px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: black;
    background-color: rgba(0,0,0,.8);
}

section.carasol-bg .arrow-container-right {
    width: 50px;
    height: 75px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: black;
    background-color: rgba(0,0,0,.8);
}

section.carasol-bg .arrow-container-left .arrow-left {
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: 5px;
    margin-top: 25px;
    top: 0px;
    left: 10px;
}

section.carasol-bg .arrow-container-right .arrow-right {
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 5px;
    margin-top: 25px;
    top: 0px;
    right: -5px;
}



section.carasol-bg .carousel-control {
    width: 15%;
}

section.carasol-bg .carousel-control:hover, .carousel-control:focus {
    opacity: .5;
}


section.specs-section {
	padding-top: 40px;
}

#specs-data {
	margin-top: 30px;
	margin-bottom:30px;
}

#specs-data fieldset {
	border:none;
	margin:0;
	padding:0;
}

select.instrument_models {
	padding: 5px 10px;
    width: 200px;
}

#compare select#comp_instrument {
	padding: 5px 10px;
}

#specs td,
#compare td {
	border:none;
}

#specs th,
#compare th {
	border:none;
}

#specs td.text-right,
#compare td.text-right {
	border-right: 1px solid #DDD;
}



h4.replace-desc {
	font-weight: 300;
    font-size: 12pt;
    line-height: 14pt;
    margin-top: 30px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.need-replace p {
	letter-spacing: -0.5px;
    font-weight: 300;
    margin-top: 10px;
    font-size: 9pt;
}

.instrument-desc {
	font-size:10pt;
	color:#58595B;
}

section.carasol-bg {
	border-top: 1px solid white;
}

.highlight-desc-container {
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

.highlight-desc-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.highlight-desc {
	display: inline-block;
    vertical-align: middle;
    color:#FFF;
    text-transform: uppercase;
    font-weight:900;
    text-shadow: 0 0 30px rgba(0,0,0,.75);
    white-space: normal;
    font-size: 12pt;
}

#specs table td.text-right {
	    font-weight: 500;
	    vertical-align: middle;
}

#specs tbody td.text-left {
	    font-weight: 300;
}

#specs th {
	vertical-align: middle;
}

#compare th {
	vertical-align: middle;
}

#compare table td.text-right {
	    font-weight: 500;
	    vertical-align: middle;
}

#compare tbody td.text-left {
	    font-weight: 300;
}

#reg h3 {
	margin-bottom:30px;
}

.why-register {
	margin-bottom:20px;
}

.why-register p.why {
	font-weight:300;
}

ul.setting-icons li a {
    height: 200px;
    display: block;
    position: relative;
    text-align: center;
    background-size: 130px;
    border-bottom:5px solid transparent;
}

ul.setting-icons li a:hover {
    border-bottom:5px solid #373737;
    color:#000;
}

ul.setting-icons li.active a {
    border-bottom:5px solid #685E54;
    color:#685E54;
}


ul.setting-icons li a p {
    position:absolute;
    bottom:0px;
    width:100%;
}

ul.setting-icons a.icon-specs {
	background:url('../images/specs.png') no-repeat center;
	background-size: 130px;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

ul.setting-icons a:hover.icon-specs {
	background:url('../images/specs-hover.png') no-repeat center;
	background-size: 130px;
}

ul.setting-icons li.active a.icon-specs {
	background:url('../images/specs-selected.png') no-repeat center;
	background-size: 130px;
}


ul.setting-icons a.icon-compare {
	background:url('../images/compare.png') no-repeat center;
	background-size: 130px;
	-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
}

ul.setting-icons a:hover.icon-compare {
	background:url('../images/compare-hover.png') no-repeat center;
	background-size: 130px;
}

ul.setting-icons li.active a.icon-compare {
	background:url('../images/compare-selected.png') no-repeat center;
	background-size: 130px;
}


ul.setting-icons a.icon-pickups {
	background:url('../images/pickup.png') no-repeat center;
	background-size: 130px;
	-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
}

ul.setting-icons a:hover.icon-pickups {
	background:url('../images/pickup-hover.png') no-repeat center;
	background-size: 130px;
}

ul.setting-icons li.active a.icon-pickups {
	background:url('../images/pickup-selected.png') no-repeat center;
	background-size: 130px;
}


ul.setting-icons a.icon-registration {
	background:url('../images/registration.png') no-repeat center;
	background-size: 130px;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

ul.setting-icons a:hover.icon-registration {
	background:url('../images/registration-hover.png') no-repeat center;
	background-size: 130px;
}

ul.setting-icons li.active a.icon-registration {
	background:url('../images/registration-selected.png') no-repeat center;
	background-size: 130px;
}


#pickup .cfd-thumb {
	width:100%;
	float:left;
	text-align:center;
	border: 1px solid #ccc;
	margin-top: 1%;
    margin-bottom: 1%;
}

/* #pickup .cfd-thumb:nth-of-type(odd) {
	margin-left:0;
	margin-right:1%;
}

#pickup .cfd-thumb:nth-of-type(even) {
	margin-left:1%;
	margin-right:0;
}*/

#pickup .cfd-thumb .cfd-image {
	position:relative;
	display:inline-block;
	height: auto;
    overflow: hidden;
    margin: 15px;
}

/*#pickup .cfd-thumb .cfd-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 55%;
  bottom: 0;
  background: -webkit-linear-gradient(transparent, #FFF) left repeat;
  background: linear-gradient(transparent, #FFF) left repeat; 
}*/

#pickup .cfd-thumb .btn {
	margin-bottom: 30px;
}

/* FAQ Styles */

.faq-title-container {
	text-align: center;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

.faq-title-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.faq-title-container .faq-title h1 {
	color:#fff;
	font-size:36pt;
	font-weight:900;
	text-align: center;
	margin: 0px;
}

.faq-title {
    display: inline-block;
    vertical-align: middle;
}

.meet-family-title {
    display: inline-block;
    vertical-align: middle;
}

.meet-family-title h1 {
	font-size: 54pt;
    color: #FFF;
    font-weight: 900;
}

.faq-header-image-container {
	background-color:#000;
	position: relative;
}

.faq-header-image-container img {
	opacity:.6;
}

.faq-nav-container {
	border-bottom:1px solid #ccc;
	text-align: center;
}

.faq-nav-container select {
	width: 100%;
    height: 40px;
    padding-left: 10px;
    margin: 20px 0;
}

.faq-nav {
	list-style: none;
	margin:20px auto;
	display:inline-block;
}

.faq-nav li {
	display:inline-block;
	text-align:center;
	padding:0 15px;
}

.faq-nav li:first-child {
	padding-left:0px;
}

.faq-nav li:last-child {
	padding-right:0px;
}

.faq-nav li a {
	color:#999;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:700;
	letter-spacing:1px;
	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}

.faq-nav li a:hover {
	text-decoration: none;
	color:#000;
}

.faq-nav li a:active,
.faq-nav li a:focus {
	font-weight:700;
	text-decoration:none;
	color:#000;
}

.faq-question {
	text-align:center;
}

.faq-question .question-container {
	padding:40px 0;
	background-color:#fbfbfb;
	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}

.faq-question:nth-child(odd) .question-container {
	background-color:#f5f5f5;
}

.faq-question:hover .question-container {
	color: #FFF;
    background-color: #685e54;
}

.faq-question:hover .question-container .arrow-down {
	border-color:#FFF;
}

.faq-question[aria-expanded="true"] .question-container {
	background-color:#685e54;
	color: #FFF;
}

.faq-question[aria-expanded="true"] .question-container .arrow-down {
	border-color:#fff;
	transform: rotate(-225deg);
}

.question-category {
	text-transform:uppercase;
	font-size:10pt;
	color:999;
	font-weight:100;
}

.question-title {
	margin: 0 20px 10px 20px;
	font-weight: 300;
	font-size:16pt;
	line-height: 22pt;
}

.faq-answer p {
	margin:40px 20px;
}

.category-heading {
	text-align:center;
	text-transform: uppercase;
	font-size:22pt !important;
	margin:60px 0;
}

/* Artist Page styles */

section.our-family-bg {
	background-color: #121212;
}

.std-artist-bg {
	background-color:#000;
}

.al-top-imgs {
	overflow:hidden;
	-webkit-box-shadow: inset 0px 0px 200px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 200px 10px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 200px 10px rgba(0,0,0,0.5);
	background-color: #000;
}

.al-top-imgs img {
    position: relative;
    opacity: .7;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-backface-visibility: hidden;
}

.al-top-imgs .stave-mors-posi {
	opacity:1;
	color:#fff;
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-backface-visibility: hidden;
}

.al-top-imgs .stave-mors-posi h5 {
	opacity:.8;
}

section.artist-land-posi a:hover > img {
	opacity: 1;
    transform: scale(1.1);
}

section.artist-land-posi a:hover > .stave-mors-posi {
	opacity: 0;
}

section.artist-land-posi a:hover

.stave-mors-posi h5 {
	color:rgba(255,255,255,0.8);
}

section.our-family-bg div.container {
	padding-top:30px;
}

section.our-family-bg h1 {
	font-weight:100;
}

.more-artists a {
	color:#FFF;
	text-transform: uppercase;
	font-weight:700;
	text-decoration: none;
}

.more-artists div.std-artist-bg img {
	opacity:0.6;
	text-decoration: none;
	 -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

ul.hd-con li.active a {
	color:#bb9d60;
}

ul.hd-con {
	margin-top:10px;
}

.more-artists div.std-artist-bg:hover img {
	opacity:1;
	border:0px;
	text-decoration: none;
}

.artist-thumb-caption {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
    width: 100%;
    text-decoration: none;
    text-shadow: 0 0 6px #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;

}

.artist-thumb-caption p {
	font-size: 8pt;
    font-weight: 500;
}

.artist-select-alphabetical {
	width: 100%;
    padding: 10px;
    color: #FFF;
}

/* About Page styles */


.iconic-design-bg {
	background-color:#000;
}

.iconic-design-bg img {
	opacity:.7;
}

.family-desc {
	font-size:10pt;
	font-weight:300;
	margin-top: 15px;
    text-align: center;
}

.ballfamily3 {
	margin-top:60px;
	margin-bottom: 0;
}

.ballfamily3 h4 {
	margin-bottom:0px;
	font-size: 18pt;
    font-weight: 700;
    color: #999;
    margin-top: 17px;
}
.family-row h2 {
	text-align: center;
    margin-top: 60px;
    margin-bottom: 0px;
    font-weight: 100;
    text-transform: uppercase;
}

.family-desc-container {
	margin-top:60px;
}

.we-create-art h2 {
	font-weight:100;
	margin:60px 0 30px 0;
}

.neck-finish-bg {
    background-color: #000;	
}

.neck-positi {
	overflow: hidden;
}

.neck-positi img {
	opacity: 0.6;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

.neck-positi a:hover img {
	opacity:0.2;
	-webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.process-caption {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
}

.process-caption h4 {
	display:inline-block;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
}

.process-caption h4::after {
	content: "";
	border-bottom:5px solid transparent;
	width:50px;
	display:block;
	padding-top:10px;
	margin:0 auto;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
}

.neck-positi .p-container {
	position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    color: #FFF;
    top: 50%;
    opacity:0;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

.neck-positi .p-container p {
	width:75%;
	margin:0 auto;
	display:block;
	font-size:10pt;
	line-height:12pt;
}

.neck-positi a:hover .process-caption {
    top: 35%;
}

.neck-positi a:hover .process-caption h4::after {
	content: "";
    border-bottom:5px solid #fff;
}

.neck-positi a:hover .p-container {
    opacity:1;
    top:45%;
}

/* find a dealer styles */
.search-container {
	color:#FFF;
}

.search-container input[type="text"] {
	color:#222;
	padding:10px;
	width: 215px;
	margin-right: 10px;
}

.search-container select {
	padding:9px;
	width: 170px;
	border-color: #fff;
	background: url('../images/select-arrow-white.png') no-repeat right center;
}

#dealers-submit {
    outline: none;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 11px 20px;
    margin: 0 10px;
}

.locator {
	position: relative;
}
.locator .search-container {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	padding-top: 30px;
	z-index: 1000;
	padding-bottom: 18px;
}
.locator .search-container h1 {
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}

.location-container {
	display:inline-block;
}

#ui-id-1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}

section.gutar nav {
	margin-bottom:0px;
}

.elite-dealer-links {
	text-transform: uppercase;
	margin:0;
	display:inline-block;
	float:right;
    width: 520px;
}

.elite-dealer-links a {
    display: inline-block;
    width: 100px;
    margin: 0 12px;
}

.no-dealers-found-container {
    position: absolute;
    top: 350px;
    z-index: 2;
    color: #fff;
    text-align:center;
    opacity:1;
    width:100%;
    
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

.no-dealers-found {
	position:relative;
	display:block;
	width:50%;
	margin:0 auto;
	background-color: #b80000;
    padding: 30px;
}

.no-dealers-found h2 {
	font-size:14pt !important;
}

.nav .guitar-menu li a.active{
	color:#FFF;
	background: #b80000 !important;
}




/* footer styles */

.footer {
	background-color:#FFF;
	padding:0;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-size: 12pt;
	width: 100%;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	text-transform: uppercase;
}

.footer a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-backface-visibility: hidden;
}

.footer .footer-right a:hover {
	text-decoration: none;
}

.footer .container {
	padding:0;
	width:100%;
}

.footer ul {
	list-style: none;	
}

.footer ul li a {
	color:#C1C1C1;
	line-height: 1.6em;
	font-size:10pt;
}

.footer-left {
	margin:40px 0;
}

.footer-right h4 {
	text-align: center;
	color:#000;
}

.footer-right .contact-phone h4 {
	text-align: center;
	color:#000;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}

.store-locator {
	background:url("../images/store-locator-bg.jpg") center center;
	height:190px;
	background-size: 150%;
}

a.store-locator:hover {
	background-size: 160%;
}

.contact-phone {
	height:190px;
}

.social-tile,
.footer-tile {
    float:left;
    position: relative;
    width: 20%;
    padding-bottom : 20%; /* five items width */
    margin:0;
    overflow:hidden;
    background-color:#F4F4F4;
    color:#C2C2C2;
    font-size:21pt;
}

.footer-tile { /* half-width for store locator, contact phone */
    width: 50%;
    background-color:#fff;
}

.social-tile:nth-child(even) {
	background-color:#EBEBEB;
}

.social-tile .content,
.footer-tile .content {
    position:absolute;
    height:100%;
    width:100%;
    padding: 10% 5%;
}

.social-tile .table,
.footer-tile .table{
    display:table;
    height:100%;
    width:100%;
}

.social-tile .table-cell,
.footer-tile .table-cell{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
    text-align: center;
}

a.social-tile:visited {
	color:#C2C2C2
}

a.social-tile:active {
	color:#C2C2C2
}

a.social-tile.youtube:hover,
a.social-tile.youtube:active {
	color:#cd201f;
}

a.social-tile.twitter:hover,
a.social-tile.twitter:active {
	color:#55acee;
}

a.social-tile.facebook:hover,
a.social-tile.facebook:active {
	color:#3b5999;
}

a.social-tile.googleplus:hover,
a.social-tile.googleplus:active {
	color:#DC4E41;
}

a.social-tile.instagram:hover,
a.social-tile.instagram:active {
	color:#125688;
}

a.contact-phone i {
-webkit-transition: -webkit-transform 200ms ease-out;
-moz-transition:    -moz-transform 200ms ease-out;
-o-transition:      -o-transform 200ms ease-out;
-ms-transition:     -ms-transform 200ms ease-out;
transition:         transform 200ms ease-out;
-webkit-backface-visibility: hidden;
-ms-transform: rotate(+20deg); /* IE 9 */
    -webkit-transform: rotate(+20deg); /* Chrome, Safari, Opera */
    transform: rotate(+20deg);
}

a.contact-phone:hover i {
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
}

.footer-bottom {
	padding-top:40px;
	padding-bottom:40px;
    background-color: #333;
    font-size: 10pt;
    color: #FFF;
}

.footer h5 {
	margin-top:0px;
}


.footer input.email-input {
	padding:4px 8px;
	border:none;
	border-radius: 0px;
	height:39px;
	color:#000;
	width: 100%;
}

.footer #newsletterModal {
	margin:0;
}

.footer div.copyright {
	font-size:8pt;
	line-height: 8pt;
	color:#C1C1C1;
}

.footer .newsletter-signup {
	margin:0 auto;
	display:block;
	font-size:9pt;
}

.footer .newsletter-signup p {
	margin-bottom:10px;
}

.footer label {
	text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 1px;
}

.copyright-centered {
	color:#bbb;
	text-transform:uppercase;
	font-size:8pt;
	letter-spacing:1px;
	text-align:center;
	margin-top:40px;
}

.display-ribbon {
	position: absolute;
    bottom: -14px;
    font-size: 20px;
}

/* modal styles */

.modal-header {
	padding: 30px 30px 15px 30px;
	border-bottom:0;
}

.modal-content {
	border-radius:0;
}

.modal-body {
	padding: 0 30px;
}

.modal-body p {
    margin: 15px 0;
}

.modal-footer {
	padding: 15px 30px 30px 30px;
	border-top:0;
}

#mdiv
{
width:40px;
height:40px;
}

.mdiv
{
height:40px;
width:2px;
margin-left:20px;
background-color:black;
transform: rotate(45deg);
-ms-transform: rotate(45deg); /* IE 9 */
-webkit-transform: rotate(45deg); /* Safari and Chrome */
Z-index:1;

}

.md
{
height:40px;
width:2px;

background-color:black;
transform: rotate(90deg);
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Safari and Chrome */
Z-index:2;

}

.bg-404 {
	background-image: url('../images/404-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 600px;
}

.bg-stickers {
	background-image: url('../images/404-bg.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 700px;
}

.bg-stickers h2 {
	color: #fff;
	margin: 100px 0 50px 0;
}

.bg-stickers h4,
.bg-stickers p,
.bg-stickers label{
	color: #fff;
}

.bg-stickers .form-control {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.bg-stickers .steps {
	margin-top: 50px;
	color: #999;
	text-align: center;
}

.bg-stickers .steps span {
	color: #fff;
}

.bg-stickers .btn,
.bg-stickers .btn:active,
.bg-stickers .btn:focus {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.amps-container {
	margin-top: 50px;
}

.amps-container .amp {
	margin: 20px 0;
}

.amps-container a:hover {
	text-decoration: none;
}

.amps-container h2 {
	margin-top: 0;
}

.amps-container h4 {
	text-transform: uppercase;
	color: #000;
}


.container-404 {
	position:absolute;
	top:26%;
	width: 100%;
}

.message-404 {
	position:relative;
	text-align: center;
	display:block;
	margin:0 auto;
	color:#fff;
}

.message-404 h1 {
	font-size:60pt;
	font-weight:900;
}

.message-404 a {
	color:#FFF;
	text-decoration: underline;
}

/***************************************************** RESPONSIVE STYLES *****************************************************/


/* xs */ 
@media only screen and (max-width: 480px) {
	.footer-tile {
		width:100%;
	}
	
	.family-description {
    	padding-left: 0;
		text-align:center;
	}
	
	.family-description h2.family {
		text-align:center;
	}
	
	h4.replace-desc {
    	margin-top: 50px;
	}
	
	.footer .newsletter-signup p {
    	margin-bottom: 10px;
    	width: 100%;
    	margin: 0 auto;
	}
	
	#pickup .cfd-thumb .cfd-image {
		height:300px;
	}
}

/* iphone6 */ 
@media only screen and (min-width: 375px) {
	
}

/* iphone6+ */ 
@media only screen and (min-width: 414px) {
	
}

/* BELOW sm */
@media only screen and (max-width: 767px) {
	
	.navbar-nav.guitar-menu > li {
		width:100%;
		display:block;
	}
	
	.home-banner .carousel-control {
		display:none;
	}
	
	section.newproduct {
    	padding: 0;
	}
	
	.details-neck p {
		width:100%;
		padding:0 20px;
	}
	
	.carousel-caption h3 {
    	font-size: 14pt !important;
    	line-height: 16pt !important;
    	margin-bottom: 0px;
	}
	.carousel-caption p {
    	font-size: 9pt;
    	margin-bottom: 0px;
	}
	
	.options-and-ecomm .col-md-6:nth-child(1) {
    	padding-right: 15px;
	}
	.options-and-ecomm .col-md-6:nth-child(2) {
    	padding-left: 15px;
	}
	
	.custom-options {
		height:auto;
	}
	
	.add-to-cart-right {
		height:auto;
	}
	
	.setting-icons li {
		width:100%;
	}
	
	.setting-icons li p {
    	background-color: #f4f4f4;
   		margin: 2px 0;
	}
	
	.setting-icons li.active a p {
	    color: #FFF;
	    background-color: #242424;
	}
	
	.setting-icons li:hover p {
	    border-bottom: 0px solid #074e68;
	    background-color: #242424;
	    color:#FFF;
	}
	
	.sett-icons {
	    padding: 10px 0;
	    font-size: 12pt;
	}
	
	.setting-icons li.active, .setting-icons li:hover {
    	border-bottom: 0px solid #074e68;
	}
	
	ul.setting-icons {
	    border-bottom: 0px solid #000;
	}
	
	.setting-icons li {
    	padding: 0px;
	}
	
	.footer .copyright {
		text-align:center;
		margin-top:20px;
	}
	
	.font20 {
    	font-size: 16px;
	}
	
	.search-artist {
		margin-bottom:20px;
	}
	
	.footer .newsletter-submit {
    	margin-top: 10px;
	}
	
	.footer-bottom p {
		margin-bottom:15px;
	}
	
	.footer .label-top {
		margin-top:10px;
		margin-bottom:0;
	}
	
	.footer #newsletter-button {
	    display: block;
		margin-top: 30px;
	}
	
	.footer .newsletter-signup p {
    	margin-bottom: 10px;
    	width: 70%;
    	margin: 0 auto;
	}
	
	.footer label[for="inputEmail"] {
    	margin-top: 10px;
	}
	
	section.highlights-section .product {
		border-bottom:1px solid #fff;
	}
	
	.ber-since img {
		width:50%;
	}
	
	.instrument-image-front {
		margin-top: 90%;
	    margin-bottom: 90%;
	    transform: scale(2) rotate(-90deg);
	}
	
	#specs table {
		font-size: 8pt;
	}
	
	#compare table {
		font-size: 8pt;
	}
	
	#reg label[for="agree"] {
		font-size: 8pt;
		width: 230px;
		margin-left: 10px;
    }
    
    #reg h3 {
    	margin-bottom: 10px;
	}
	
	.footer div.copyright {
    	margin: 30px 0 0 0;
	}
	
	.custom-options-tab-titles {
		display: block;
		margin: 10px 0 0 -10px;
	}
	
	.custom-options-tab-content .form-group {
    	margin: 15px 0;
    	height: auto;
	}
	
	#header .drawer-menu li a {
    	border-bottom: 1px solid #333;
	}
	
	#header .drawer-nav .search {
		border-top:none;
		width:100%;
	}
	
	#header .drawer-nav .search a {
		border:none;
		padding: 2.5px;
	}
	
	#header .drawer-nav .search a:hover i.fa-search {
	    color: #ddd;
	}
	
	.about-means-top {
		margin:20px 0;
	}

	.ballfamily3 {
    	margin: 30px 0 0 0;
	}
	
	.we-create-art h2 {
    	font-weight: 100;
    	margin: 30px 0 15px 0;
	}
	
	.meet-family-title h1 {
		font-size: 24pt;
		font-weight:900;
		color:#FFF;
	}
	
	ul.setting-icons a.icon-specs,
	ul.setting-icons a.icon-compare,
	ul.setting-icons a.icon-pickups,
	ul.setting-icons a.icon-registration {
		background:none;
		border:none;
		height:50px;
	}
	
	ul.setting-icons li.active a.icon-specs,
	ul.setting-icons li.active a.icon-compare,
	ul.setting-icons li.active a.icon-pickups,
	ul.setting-icons li.active a.icon-registration {
		background:none;
		border:none;
		height:50px;
	}
	
	ul.setting-icons li a:hover.icon-specs,
	ul.setting-icons li a:hover.icon-compare,
	ul.setting-icons li a:hover.icon-pickups,
	ul.setting-icons li a:hover.icon-registration {
		background:none;
		border:none;
		height:50px;
	}
	
	#pickup .cfd-thumb {
		width:100%;
		margin:1% 0 1% 0;
	}
	
	#pickup .cfd-thumb:nth-of-type(odd) {
    	margin-left: 0;
    	margin-right: 0;
	}
	
	#pickup .cfd-thumb:nth-of-type(even) {
    	margin-left: 0;
    	margin-right: 0;
	}	
	
	.search-container input[type="text"] {
		width:100%;
		margin-bottom:10px;
	}
	
	.elite-dealer-links {
		width:100%;
		margin-top:18px;
	}
	
	.elite-dealer-links a {
		width:49%;
		margin:0;
	}
	
	.location-container {
		width:100%;
	}
	
	.search-container select {
		width:49%;
	}
	
	#dealers-submit {
		width:49%;
		margin:0;
	}
	
	.newproduct .featured-products-heading {
		margin-top:40px;
	}
	
	.newproduct p {
		font-size:10pt;
	}
	
	.carousel-caption.left-align-option h3,
	.carousel-caption.left-align-option p {
		text-align: center;
	}
	
	.carousel-caption.left-align-option a {
		float:none;
	}
	
	
}

/* sm */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
	.home-banners .carousel-caption h3 {
    	line-height: 16pt;
		font-size: 16pt;
		margin-bottom:4px;
    }
    
    .home-banners .carousel-caption p {
    	font-size: 9pt;
    }
    
    .home-banners .carousel-caption {
	    right:30px;
    }
    
    .home-banners .carousel-control {
    	display:none;
    }
    
    section.newproduct {
    	padding: 35px 60px 60px;
	}
	
	.vertical-center-div {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.navbar-nav.guitar-menu > li {
		width:100%;
		display:block;
	}
	
	.new-instrument-title-centered {
		font-size:14pt;
	}
	
	.meet-family-title h1 {
    	font-size: 40pt;
    	color: #FFF;
		font-weight: 900;
	}
	
	.family-description {
		padding-top:10px;
		padding-left:0px;
	}
	
	.family-description h2 {
		font-size:20pt;
	}
	
	section.family img {
		padding-right: 20px;
	}
	
	.options-and-ecomm .col-md-6:nth-child(1) {
    	padding-right: 15px;
	}
	.options-and-ecomm .col-md-6:nth-child(2) {
    	padding-left: 15px;
	}
	
	.add-to-cart-right {
		height:auto;
	}
	
	ul.setting-icons {
		display: inline-block;
		padding: 0px;
		width: 100%;
	}
	
	.setting-icons li {
    	width: 25%;
    	display: inline-block;
    	float: left;
	}
	
	.setting-icons li a img {
    	padding: 10px;
	}
	
	.sett-icons {
	    padding-top: 15px;
	    font-size: 9pt;
	}
	
	.footer-bottom {
		padding-left:20px;
		padding-right:20px;
	}
	
	.footer .label-top {
		margin-bottom:0px;
	}
	
	.footer #newsletter-button {
    	margin-top: 37px;
		margin-bottom: 0px;
		width:100%;
	}
	
	.footer label[for="inputEmail"] {
    	margin-top: 10px;
	}
	
	.footer .checkbox-inline {
		padding-left:14px;
	}
	
	.footer .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
		margin-left:-15px;
	}
	
	.checkbox-inline + .checkbox-inline {
    	margin-top: 0;
		margin-left: 5px;
	}
	
	.footer-bottom .form-row {
		margin-top: -2px;
	}
	
	.footer label.checkbox-inline {
    	margin-top: 12px;
	}
	
	.faq-nav li {
		padding:0 10px;
	}
	
	.faq-nav li a {
		letter-spacing:0;
	}
	
	section.highlights-section .product {
		border-bottom:1px solid #fff;
	}
	
	.pdn-and-warranty h3 {
		font-size:12pt;
	}
	
	.pdn-and-warranty p {
    	width: 80%;
		display: inline-block;
	}
	
	.footer div.copyright {
    	margin: 30px 0 0 0;
		text-align: center;
	}
	
	#reg label[for="agree"] {
		    font-size: 8pt;
	}
	
	.neck-positi .p-container p {
		width:95%;
	}
	
	.thankyou {
    	padding: 0 8%;
    	top:15%;
	}
	
	.thankyou .btn {
		padding:0;
	}
	
	#header .drawer-menu li a {
    	border-bottom: 1px solid #333;
	}
	
	#header .drawer-nav .search {
		border-top:none;
		width:100%;
	}
	
	#header .drawer-nav .search a {
		border:none;
		padding: 2.5px;
	}
	
	#header .drawer-nav .search a:hover i.fa-search {
	    color: #ddd;
	}
	
	.elite-dealer-links {
		margin:0 auto;
		display:block;
		float:none;
	}
	
	.location-container {
		display:block;
		margin:0 auto;
		margin-bottom:10px;
		width: 520px;
	}
	
	section.family {
    	padding-bottom: 100px;
    }
	
	/*#pickup .cfd-thumb {
		width:100%;
		margin:1% 0 1% 0;
	}
	
	#pickup .cfd-thumb .cfd-image {
		height:300px;
	}
	
	#pickup .cfd-thumb:nth-of-type(odd) {
    	margin-left: 0;
    	margin-right: 0;
	}
	
	#pickup .cfd-thumb:nth-of-type(even) {
    	margin-left: 0;
    	margin-right: 0;
	}*/
	
}

/* md */
@media only screen and (min-width: 992px) and (max-width:1199px) {
	
	.vertical-center-div {
		position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
	}
	
	.navbar-nav > li > a {
		letter-spacing: 0px;
		padding-top: 16px;
		padding-bottom: 26px;
	}
	
	.nav > li > a {
    	padding-left:8px;
    	padding-right:8px;
	}
	
	.navbar-nav > li {
    	margin-right: 6px;
	}
	
	#header .header-search {
		width:160px;
	}
	
	
	.home-banners .carousel-caption p {
		font-size:10pt;
	}
	
	section.newproduct {
    	padding: 55px 80px 80px;
    }
	
	ul.guitar-menu > li > a {
		font-size:10pt;
	}
	
	.details-neck p {
		width:70%;
	}
	
	.family-description {
    	padding-top: 6%;
    	padding-left: 20px;
    }
	
	.sett-icons {
	    padding-top: 20px;
	    font-size: 10pt;
	}
	
	.stave-mors-posi h5 {
    	font-size: 9pt;
	}
	
	.font20 {
		font-size: 16px;
	}
	
	.carousel-caption {
    	left: 50%;
		right: 80px;
		bottom: 0;
	}
	
	.footer-bottom {
		padding:40px;
	}
	
	.footer label[for="inputEmail"] {
		margin-top:10px;
	}
	
	.footer #newsletter-button {
		margin-top:36px;
		width:100%;
	}
	
	.footer .copyright {
		margin:10px 0;
	}
	
	.faq-title-container .faq-title h1 {
		font-size:42pt;
	}
	
	section.highlights-section .product-highlights div.product:nth-child(3) {
    	border-left: 1px solid #FFF;
    	border-right: 1px solid #FFF;
    	margin-top: 1px;
	}
	
	.neck-positi .process-caption h4 {
		font-size:12pt;
		
	}
	
	.neck-positi a:hover .process-caption {
		top:32%;
	}
	
	.neck-positi a:hover .p-container {
		top:45%;
	}
	
	.neck-positi .p-container p {
	    font-size: 9pt;
	    width: 95%;
	    line-height: 11pt;
	}
	
	.elite-dealer-links {
		margin:0 auto;
		display:block;
		float:none;
	}
	
	.location-container {
		display:block;
		margin:0 auto;
		margin-bottom:10px;
		width: 520px;
	}
	
	section.family {
    	padding-bottom: 100px;
    }

}

/* lg */
@media only screen and (min-width: 1200px) and (max-width:1429px) {
	
	section.newproduct {
    	padding: 55px 80px 80px;
    }
	
	.vertical-center-div {
		position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
	}
	
	.nav > li > a {
    	padding-left: 13px;
    	padding-right: 13px;
	}
	
	.details-neck {
		padding: 80px 0;
	}
	
	.details-neck p {
   		width: 75%;
	}
	
	.details-four div.details-copy-overlay h4 {
		font-size:9pt;
		line-height:9pt;
	}

	.details-four div.details-copy-overlay p {
		font-size:7pt;
		line-height:8pt;
	}
	
	.artist-names {
		font-size: 16pt;
		line-height:16pt;
	}
	
	.font20 {
		font-size: 16px;
	}
	
	.carousel-caption {
		right:70px;
	}
	
	.footer-bottom {
		padding:40px;
	}

	
	.footer .newsletter-signup p {
		margin-bottom:0;
	}
	
	.checkbox-inline input[type="checkbox"] {
		margin-left:-16px;
	}
	
	.footer #newsletter-button {
		margin-bottom: 0px;
		margin-top: 20px;
		padding: 0px;
		width: 100%;
	}
	
	.thankyou {
    	top: 22%;
	}
	
	.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
   		margin-left: 0px;
	}
	
	.faq-title-container .faq-title h1 {
		font-size:60pt;
	}
	
	section.highlights-section .product-highlights div.product:nth-child(3) img {
    	border-left: 1px solid #FFF;
    	border-right: 1px solid #FFF;
    	margin-top: 1px;
	}
	
	section.family {
    	padding-bottom: 100px;
    }
	
	.footer .copyright {
		margin:20px 0;
	}
	
    .video-background {
		position:relative;
	}

	.video-container {
		overflow: hidden;
	    position: relative;
	    min-height:600px;
	}

	.video-container video {
		width:100%;
		position:absolute;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    transform: translate(-50%, -25%);
	}
	
}

/* xl */
@media only screen and (min-width: 1430px){
	
	section.newproduct {
    	padding: 55px 150px 80px;
    }
    
	.vertical-center-div {
		position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
	}
	
	.footer-left {
    	margin: 52px 0 0 0;
	}
	
	.details-neck p {
   		width: 65%;
	}
	
	.details-four div.details-copy-overlay h4 {
		font-size:12pt;
		line-height:13pt;
	}

	.details-four div.details-copy-overlay p {
		font-size:10pt;
		line-height:12pt;
	}
	
	.artist-names {
		font-size: 16pt;
		line-height:16pt;
	}
	
	.process-caption {
		font-size:14pt;
	}
	
	.thankyou {
		top:25%;
	}
	
	.carousel-caption {
		bottom:60px;
	}
	
	.footer-bottom {
		padding:40px;
	}
	
	.footer .newsletter-signup p {
		margin-bottom:0;
	}
	
	.footer #newsletter-button {
		margin-bottom: 0px;
		margin-top: 20px;
		padding: 0px;
		width: 100%;
	}
	
	.footer .copyright {
		margin:44px 0;
	}
	
	.faq-title-container .faq-title h1 {
		font-size:72pt;
	}
	
	section.highlights-section .product-highlights div.product:nth-child(3) {
    	border-left: 1px solid #FFF;
    	border-right: 1px solid #FFF;
    	margin-top: 1px;
	}
	
	.container.crafted {
		height:715px;
	}
	
	section.family {
    	padding-bottom: 110px;
    }
    
    .details-neck {
    	padding: 80px 0;
	}
	
    .video-background {
		position:relative;
	}

	.video-container {
		overflow: hidden;
	    position: relative;
	    min-height:800px;
	}

	.video-container video {
		width:100%;
		position:absolute;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    transform: translate(-50%, 0%);
	}

}

/* xxl */
@media only screen and (min-width: 2150px){
	
	.container.crafted {
		height:860px;
	}
	
	section.family {
    	padding-bottom: 120px;
    }
    
    .video-background {
		position:relative;
	}

	.video-container {
		overflow: hidden;
	    position: relative;
	    min-height:800px;
	}

	.video-container video {
		width:100%;
		position:absolute;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    transform: translate(-50%, 0%);
	}
}



