a,
.questionmark {
    cursor: pointer;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    padding-top: 120px;
}
header {
    display: block;
    width: 100%;
    height: 85px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    background: #000;
    overflow: visible;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

header .row {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: none;
    font-size: 24px;
    min-width: 0!important;
}
#mk-logo,
#mk-logo-mobile {
    float: left;
    text-align: center;
    display: block;
}
#mk-logo img,
#mk-logo-mobile img {
    max-width: 85px;
    padding-top: 5px;
}
#mk-logo a {
    display: block;
}
#mk-logo a:focus {
    border: 1px solid #FFF;
    outline: none!important;
}
#mk-search {
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 78px;
    width: 35px;
    position: relative;
}
#mk-search input {
    border: 2px solid black;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: auto 70%;
    line-height: 36px;
    width: 262px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 16px;
    color: #c2c2c2;
    height: 38px;
    background-image: url(/img/nav/search-box-icon-background.png);
}
.product-wrapper {
    padding-top: 50px;
    background: #fff;
}
@media screen and ( min-width: 961px ) {
    .search-form {
        line-height: 78px;
        display: none;
        position: absolute;
        top: -6px;
        left: -219px;
    }
}
#free-shipping {
    display: inline-block;
    width: 225px;
    padding-left: 20px;
    float: left;
    padding-top: 20px;
}
#free-shipping span {
    font-size: 19px;
    color: #fbaa26;
    line-height: 1;
    display: block;
}
#free-shipping span.small {
    font-size: 11px;
    color: #d4d4d4;
    line-height: 1;
    display: block;
}
.right-header {
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #d2d2d2;
    line-height: 70px;
}
#join-login,
#welcome-msg {
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 70px;
    width: initial;
    padding: 0 10px;
}
#join-login {
    position: relative;
    padding: 0;
    margin-left: 25px;
}
#cart {
    display: inline-block;
    width: 55px;
    float: left;
    text-align: center;
    line-height: 70px;
}
nav {
    background-color: #555555;
    z-index: 2;
    top: 75px;
    left: 0;
    background: none;
    position: static;
    display: inline-block;
    width: calc(100% - 610px);
    background: none;
    padding: 12px 0 0;
}
nav .row {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: none;
    padding-left: 20px;
    height: 45px;
    font-size: 24px;
    line-height: 41px;
    text-align: center;
    min-width: 0!important;
}
nav a {
    font-size: 18px;
    padding-right: 35px;
    color: #f3f3f3;
    text-transform: uppercase;
    line-height: 40px;
    padding-top: 3px;
    font-family: "AvenirLTPro-Roman",Helvetica,sans-serif;
    display: block;
}
nav li {
    display: inline-block;
}
nav li a {
    position: relative;
}
nav a:hover,
nav a.open {
    color: #fbaa26;
}
#home-top .row {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    border: 0;
}
.top-left {
    width: calc(100% - 410px);
    display: inline-block;
    float: left;
    position: relative;
}
.guitar {
    width: 100%;
    max-width: 94%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.5s;
    position: absolute;
    top: 90px;
    left: 3%;
    pointer-events: none;
    text-align: center;
}
.guitar img {
    max-height: 66%;
}
.guitar.visible {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: all;
}
.top-right {
    width: 405px;
    display: inline-block;
    float: right;
    padding: 0 20px 0 0;
}
.pricing {
    margin-top: 30px;
}
.the-price {
    display: inline-block;
    float: left;
    color: #363636;
    min-width: 145px;
}
.or {
    width: 40px;
    display: inline-block;
    float: left;
    color: #363636;
    font-size: 12px;
    padding-top: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -6px;
}
.mk-pay {
    width: 65px;
    display: inline-block;
    float: right;
    min-width: 170px;
    padding-top: 12px;
    position: relative;
}
a.fancybox-affirm {
    color: #4f7ca8;
    text-transform: uppercase;
}
a.fancybox-affirm:hover {
    color: #4f7ca8;
}
.color-panel {
    border-top: 2px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
    color: #4c4c4c;
    display: block;
    position: relative;
    padding: 10px 0 0;
    margin: 18px 0 13px;
}
.in-stock {
    color: #363636;
    font-weight: bold;
    font-size: 15px;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.stockMessage__emailFollowUp {
    font-size: 19px;
}
.want-this {
    cursor: pointer;
    margin-top: 10px!important;
    font-size: 15px;
}
.amazon-swatch-holder {
    width: 62%!important;
    margin: 0 auto!important;
    display: block!important;
    float: none!important;
}
.amazon-swatch-holder li {
    width: 25%!important;
}
.blue-question {
    color: #4f7ca8;
    font-weight: bold;
    font-size: 13px;
    vertical-align: top;
}
.fancybox-affirm .blue-question {
    vertical-align: baseline;
}
.want-this span {
    display: inline-block;
    height: 19px;
    width: 20px;
    background-image: url(/img/products/want-grey.jpg);
    position: relative;
    top: 5px;
    margin-right: 7px;
    background-size: cover;
    background-repeat: no-repeat;
}
.share-this,
.want-this a {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.want-this {
    margin: 0 10px 0 0;
}

.want-this a:hover {
    color: #363636;
}
.want-this.red span,
.want-this:hover span {
    background-image: url(/img/products/want-gold.jpg);
}
.want-this.red a {
    color: #f8af1d;
}

.share-this {
    display: flex;
}

.share-this a, .share-this button {
    display: block;
}

.want-this a:focus,
.share-this > *:focus {
    outline: 1px dotted #000!important;
}

.share-this button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    background: none;
    cursor: pointer;
}

.social-shares {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 0;
    width: 260px;
    max-width: 100%;
}

.retail {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    text-transform: uppercase;
}
.actual {
    font-size: 34px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.1;
}
span.mk-title {
    color: #fbaa26;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
}
span.as-low-as {
    font-size: 11px;
    display: block;
    color: #555555;
    line-height: 1.3;
    font-weight: bold;
}
span.monthly-price {
    font-size: 20px;
    display: block;
    color: #000;
    line-height: 1.3;
    font-weight: bold;
}
input.add-to-cart-button {
    display: block;
    margin-top: 30px;
    width: 70%;
    background: #fbaa26;
    color: #000;
    text-align: center;
    line-height: 49px;
    height: 48px;
    text-transform: uppercase;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    font-weight: bold;
    transition: all .15s, opacity .15s;
    -webkit-transition: all .15s, opacity .15s;
    font-size: 20px;
    cursor: pointer;
}
input.add-to-cart-button:hover {
    background: #D8901B;
}
h1,
h2,
h3,
h4 {
    color: #fbaa26;
    line-height: 1.1em;
}
a {
    color: #fbaa26;
    transition: color .15s, opacity .15s;
    -webkit-transition: color .15s, opacity .15s;
}
a:hover {
    color: #cb7e00;
    text-decoration: none;
}
p {
    margin-bottom: 1em;
}
#home-top {
    border: 0;
    min-width: 1000px;
    overflow: hidden;
    min-width: 1000px;
    position: Relative;
    padding-bottom: 25px;
    background: white;
}
#logo {
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 20px;
}
#logo img {
    width: 195px;
}
#footer #logo {
    top: 20px;
    left: 20px;
}
#footer #logo img {
    width: 5em !important;
}
body.small #logo img {
    width: 132px;
}
body.medium #logo img,
body.large #logo img {
    width: 155px;
}
#main-video {
    float: left;
    margin-left: -7px;
    background-color: #222;
}
#home-top-right {
    float: right;
    border-left: 7px solid #000;
}
#home-top-right .slide {
    border-top: 7px solid #000;
    margin-top: -7px;
}
.slide {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    transition: bottom .2s, opacity .5s;
    -webkit-transition: bottom .2s, opacity .5s;
    opacity: 0;
}
.slide > span {
    position: absolute;
    bottom: -25px;
    left: 10px;
    opacity: 0;
    transition: bottom .2s, opacity .5s;
    -webkit-transition: bottom .2s, opacity .5s;
    text-shadow: 0px 2px 15px #000;
}
.slide:hover > span {
    opacity: .9;
    bottom: 7px;
}
.slide a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
#welcomeVideo {
    min-width: 100%;
    min-height: 100%;
}
.row {
    border-left: 7px solid #000;
    border-right: 7px solid #000;
}
.row .slide {
    width: 25%;
    float: left;
    border-left: 7px solid #000;
    border-bottom: 7px solid #000;
    margin-left: -7px;
    position: relative;
}
.row .slide img {
    width: 100%;
    float: left;
    margin-bottom: -7px;
}
.row .slide:first-child {
    width: 50%;
    float: right;
    border-left: 7px solid #000;
    z-index: 1;
}
#search-contact {
    position: absolute;
    right: 25%;
    margin-right: 30px;
    top: 20px;
    z-index: 8;
    width: 500px;
    text-align: right;
}
#search,
#contact {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #333;
    background: url(/img/trans-gray.png);
    line-height: 50px;
    transition: width .2s;
    -webkit-transition: width .2s;
    text-align: right;
    float: right;
    margin-right: 10px;
    font-size: 18px;
}
#search input {
    width: 0;
    transition: width .2s .0s, padding .2s .0s, opacity .2s .0s;
    -webkit-transition: width .2s .0s, padding .2s .0s, opacity .2s .0s;
    background: transparent;
    padding: 0;
    color: #fff;
    opacity: 0;
}
#search:hover,
#search.open {
    width: 300px;
    transition: width .2s 0s, padding .2s 0s;
    -webkit-transition: width .2s 0s, padding .2s 0s;
    background: rgba(128, 128, 128, 0.6);
}
#search:hover input,
#search.open input {
    opacity: 1;
    width: 230px;
    padding: 5px 10px;
    transition: width .2s 0s, padding .2s 0s;
    -webkit-transition: width .2s 0s, padding .2s 0s;
}
#search > img {
    position: relative;
    top: 7px;
    right: 13px;
    opacity: .8;
}
#contact {} #contact a {
    display: inline-block;
    height: 1em;
    overflow: hidden;
    float: left;
    color: #fff;
    padding: 5px 0px;
    margin: 0;
    width: 0px;
    transition: width 0s 0s, padding 0s 0s, opacity .4s 0s;
    -webkit-transition: width 0s 0s, padding 0s 0s, opacity .4s 0s;
    opacity: 0;
}
#contact:hover {
    width: 310px;
    padding-left: 15px;
}
#contact:hover a {
    transition: width .1s .05s, padding .1s .05s, opacity .4s 0s;
    -webkit-transition: width .1s .05s, padding .1s .05s, opacity .4s 0s;
    width: 67px;
    padding: 5px 10px;
    opacity: .8;
    margin-top: 7px;
}
#contact a:hover {
    opacity: 1;
}
#contact > img {
    position: relative;
    top: 5px;
    right: 12px;
    opacity: .8;
}
.row {
    clear: both;
    overflow: hidden;
    min-width: 1000px;
}
.row#below-fold-2 {
    margin-bottom: -9px;
}
.row#below-fold-2 div:first-child {
    float: left !important;
    border-right: 7px solid #000;
    border-left: 0;
    margin-left: -7px;
}
footer#top {
    width: 100%;
    float: left;
    display: block;
    background: #ebebeb;
    padding: 40px 15px;
    position: relative;
    font-size: 33px;
}
#bottom .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-width: 0;
    max-width: 1370px;
    margin: 0 auto;
    border: none;
}
.footer-logo {
    width: 130px;
    display: inline-block;
    float: left;
}
.footer-nav {
    display: inline-block;
    float: left;
    width: 47%;
    padding-left: 48px;
}
.footer-nav .column {
    width: 33%;
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 100%;
}
.footer-nav ul {
    margin-bottom: 16px;
}
.footer-nav ul li {
    display: block;
    line-height: .85;
    list-style-type: none;
}
.footer-nav ul li.primary a,
.footer-nav ul li.primary span.fake-link {
    font-size: 18px;
    font-weight: bold;
}
.footer-nav ul li span.fake-link {
    font-size: 14px;
    color: black;
    line-height: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer-nav ul li a {
    font-size: 14px;
    color: black;
    line-height: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer-nav ul li a:hover {
    color: black;
    text-decoration: underline;
}
footer h5 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 10px;
}
.footer-social {
    display: inline-block;
    float: left;
    width: 20%;
}
.footer-social__section-title,
.footer-newsletter__section-title {
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: black;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 10px;
}
.special_offers_signup {
    display: flex;
    flex-wrap: wrap;
}

.footer-newsletter {
    width: 28%;
    display: inline-block;
    float: right;
}
.footer-newsletter p {
    color: black;
    font-size: 14px;
    line-height: 1.1;
    line-height: 18px;
    max-width: 200px;
}
footer input[type=email] {
    width: 147px;
    height: 44px;
    padding: 10px;
    font-size: 16px;
}
footer input[type=submit] {
    width: 98px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #000;
    background: #fbaa26;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-bottom: 25px;
    position: relative;
    top: -1px;
}
footer input[type=submit]:hover,
footer input[type=submit]:focus {
    cursor: pointer;
}
.social-circle {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 24px;
    background: #9e9e9e;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 14px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.social-circle:hover {
    background: #fbaa26;
}
.guruz {
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: black;
    font-size: 14px;
}
.guruz a {
    color: #eda04a;
}
.guruz a:hover {
    color: black;
}
#bottom {
    background: #cccccc;
    font-size: 11px;
    line-height: 38px;
    color: black;
    z-index: 999;
}
footer .row {
    min-width: 0;
    max-width: 1370px;
    margin: 0 auto;
    border: none;
    overflow: visible;
}
footer .footer-logo a {
    display: block;
}
.footer-nav ul li a:focus,
.guruz a:focus,
.accessible-style-toggle:focus {
    outline: 1px dotted #000!important;
}
.footer-logo a:focus {
    outline: 1px dotted #000!important;
}
.social-circle:focus {
    outline: 2px dotted #000!important;
}
#bottom .copyright {
    float: left;
    line-height: 38px;
    padding-left: 10px;
}
#bottom .bottom-links {
    display: none;
    float: right;
    line-height: 38px;
    padding-right: 50px;
}
#bottom .bottom-links a {
    color: black;
    padding-left: 20px;
}
#footer {
    background: #000 url(/img/footer-background.png);
    background-size: 100% 100%;
    width: 100%;
    overflow: auto;
    padding-bottom: 2em;
    position: relative;
    font-size: 95%;
    border-top: 7px solid #000;
    z-index: 1;
}
#footer #social {
    width: 21em;
    overflow: visible;
    text-align: center;
    height: 6em;
    position: relative;
    left: 50%;
    margin-left: -10.5em;
}
#footer #social li {
    display: inline-block;
    list-style: none;
    width: 4em;
    float: left;
}
#footer #social li a {
    opacity: .4;
    transition: opacity .2s, margin-top .2s;
    -webkit-transition: opacity .2s, margin-top .2s;
    text-align: center;
    margin-top: 1em;
}
#footer #social li a img {
    width: 150%;
    margin-left: -25%;
}
#footer #social li a:hover {
    margin-top: 0;
    opacity: 1;
}
#footer #menu {
    width: 45em;
    margin: 1em auto 2em auto;
    font-size: 80%;
}
#footer #menu ul {
    width: 9em;
    float: left;
    list-style: none;
}
#social {
    padding-top: 40px;
}
#footer #menu a {
    color: #fff;
    opacity: .4;
    margin-right: 10px;
    font-size: 75%;
}
#footer #menu .title a {
    color: #fff;
    opacity: 1;
    margin-right: 10px;
    font-size: 100%;
}
#footer #menu a:hover {
    opacity: 0.7;
}
#search-contact + #menu {
    font-size: 80%;
    position: absolute;
    z-index: 11;
    top: 50px;
    left: 230px;
}
body.medium #search-contact + #menu {
    top: 70px;
    left: 190px;
}
body.large #search-contact + #menu {
    top: 46px;
    left: 200px;
}
body.small #search-contact + #menu {
    top: 75px;
    left: 180px;
}
#search-contact + #menu a {
    color: #fff;
    opacity: 1;
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
    transition: opacity .2s, color .2s;
    -webkit-transition: opacity .2s, color .2s;
    text-shadow: 0px 0px 10px #000;
}
#search-contact + #menu a.open {
    color: #fbaa26 !important;
    opacity: 1;
}
#search-contact + #menu a:hover {
    opacity: .9;
}
#search-contact + #menu a:first-child span {
    display: table-cell;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 75%;
    width: 5em;
    height: 5em;
    vertical-align: middle;
    text-align: center;
    border-radius: 3em;
    line-height: 1.2em;
    font-size: .6em;
    text-shadow: none;
}
#guruz-media {
    color: #777;
    clear: both;
    text-align: center;
    font-size: 55%;
    padding-top: 1em;
}
#guruz-media a {
    font-size: inherit !important;
    color: #fff !important;
    opacity: 0.6;
}
#guruz-media a:hover {
    opacity: 1;
}
#content {} .the-dropdown {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: auto;
    transition: top 1s, opacity 1s;
    -webkit-transition: top 1s, opacity 1s;
    opacity: 0;
    height: 460px;
    right: 0;
    left: 0;
    margin-top: -3px;
}
#menu-dropdown.open {
    top: 120px;
    opacity: 1;
    transition: top .4s, opacity .4s;
    -webkit-transition: top .4s, opacity .4s;
}
body.small #menu-dropdown {
    padding-left: 240px;
}
body.medium #menu-dropdown {
    padding-left: 268px;
}
body.large #menu-dropdown {} .show-dropdown .the-dropdown {
    display: inline;
}
.the-dropdown {
    display: none;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.the-dropdown {
    background: rgba(30, 30, 30, 0.95);
    overflow: hidden;
    height: 270px;
    opacity: 0;
    position: absolute;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    right: 0;
    left: 0;
    padding-right: 0;
    margin: -3px auto 0;
    min-width: 580px;
    top: 88px;
    border-top: 0;
}
#menu-dropdown.open > div {
    opacity: 0;
}
#menu-dropdown.open > div.open {
    opacity: 1!important;
    display: block!important;
    z-index: 1!important;
}
body.medium #menu-dropdown > div {
    left: 0;
    padding-right: 0;
}
body.small #menu-dropdown > div {
    left: 0px;
    padding-right: 0px;
}
.the-dropdown a {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    font-size: 60%;
    color: #fff;
    padding-right: 0;
}
.the-dropdownv a img {
    height: 190px;
    margin-top: -10px;
    transition: margin-top .1s, height .1s;
    -webkit-transition: margin-top .1s, height .1s;
}
.the-dropdown a span {
    display: block;
}
.the-dropdown a:hover {
    color: #cb7e00;
}
.the-dropdowna:hover img {
    margin-top: -0px;
    height: 200px;
}
#more {
    background: rgba(30,30,30,0.95);
    overflow: hidden;
    height: auto!important;
    position: absolute;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    right: 0;
    left: 0;
    padding-right: 0;
    margin: -3px auto 0;
    min-width: 580px;
}
#more a {
    display: inline-block;
    width: auto!important;
    vertical-align: top;
    font-size: 48%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    border-left: 2px solid #555555;
    transition: none!important;
    -webkit-transition: none!important;
}
#more a:last-child {
    border-right: 2px solid #555555;
}
#more a img {
    height: 60px;
    margin-top: 0;
    transition: margin-top .1s, height .1s;
    -webkit-transition: margin-top .1s, height .1s;
}
#more a .more-icon {
    min-width: 75px;
    height: 42px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 200%;
    margin-bottom: 10px;
}
#more a span {
    display: block;
}
#more a:hover {
    color: #cb7e00;
}
#more a:hover .more-icon {
    background-position: bottom center;
}
#more a:hover img {
    margin-top: 0;
    height: 60px;
}
#blackout {
    /* background: rgba(0,0,0,0.7); */

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    display: none;
}
.fadein {
    opacity: 1;
}
body.medium .the-dropdown {
    height: 330px;
}
body.medium .the-dropdown img {
    height: 230px;
}
body.medium .the-dropdown a {
    width: 160px !important;
}
body.medium .the-dropdown a:hover img {
    height: 240px;
}
body.large .the-dropdown {
    height: 400px;
}
body.large .the-dropdown img {
    height: 290px;
}
body.large .the-dropdown a {
    width: 225px;
}
body.large .the-dropdown a:hover img {
    height: 300px;
}
body.small .the-dropdown {
    height: 185px;
}
body.small .the-dropdown img {
    height: 140px;
}
body.small .the-dropdown a {
    width: 95px;
}
body.small .the-dropdown a:last-child {
    margin-left: 6px;
}
body.small .the-dropdown a:hover img {
    height: 150px;
}
body.small .the-dropdown #acoustics a {
    width: 160px !important;
}
body.medium .the-dropdown #acoustics a {
    width: 200px !important;
}
body.large .the-dropdown #acoustics a {
    width: 270px !important;
}
body.medium .the-dropdown.acousticsDropDown img {
    height: 215px;
}
body.medium .the-dropdown.acousticsDropDown a:hover img {
    height: 225px;
}
#webpage {
    margin: 200px 150px 5em 230px;
    overflow: auto;
}
h1,
h2,
h3,
h4 {
    color: #fbaa26;
}
.breadcrumb-row {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
#breadcrumbs {
    margin-left: 20px;
    margin-top: 30px;
    color: #555555;
    font-size: 14px;
}
#breadcrumbs a {
    color: #555555;
}
a {
    color: #bbb;
}
a:hover {
    color: #fff;
}
#big-title,
#big-title h1 {
    z-index: 1;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    font-size: 70px;
    position: relative;
    top: 0;
    right: auto;
    font-size: 35px;
    color: #363636;
    width: 100%;
    left: 0;
    text-align: left;
    text-shadow: none;
    line-height: 40px;
    float: left;
    margin-bottom: 9px;
}
#series-top #big-title {
    color: white;
    left: 5%;
    top: 5%;
    font-size: 60px;
}
#series-products {
    margin: 0px 50px;
    clear: both;
    overflow: auto;
    text-align: center;
}
#series-products .row {
    min-width: 0;
}
#series-products a:hover {
    background: #151515;
}
#series-products a {
    width: 20%;
    display: inline-block;
    font-size: 65%;
    transition: background .3s;
    -webkit-transition: background .3s;
    text-align: left;
    float: left;
}
#series-products a:nth-of-type(5n+1) {
    clear: both;
}
#series-products .product {
    display: block;
    padding: 2em 1.7em;
}
#series-products .product .photo img {
    max-width: 110%;
}
#series-products .product .photo {
    display: block;
    text-align: center;
    margin-bottom: 1.6em;
    position: relative;
}
#series-products .product h3 {
    font-size: 26px!important;
}
#series-products .product .photo,
#series-products .product .photo img {
    height: 30em;
}
#series-products .product.electric-guitars .photo,
#series-products .product.electric-guitars .photo img {
    height: 30em;
}
#series-products .product.banjos .photo,
#series-products .product.banjos .photo img {
    height: 30em;
}
#series-products .product.mandolins .photo,
#series-products .product.mandolins .photo img {
    height: 21em;
}
.related-product {
    width: 50%;
    text-align: center;
    float: left;
}
.related-product img {
    width: 60%;
}
.related-product span {
    display: block;
}
body.large .deets {
    width: 280px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -140px;
}
.fb-like {
    position: absolute !important;
    z-index: 1 !important;
    top: 27% !important;
    left: 76% !important;
}
#playButton {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
    display: none;
}
#playButton img {
    height: 5em;
    width: 5em;
}
#series-products .product .photo img.vertical {
    height: auto!important;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    max-width: 680px;
    position: absolute;
    left: -200px;
    top: 28%;
}
#series-top-right {
    min-height: 350px;
}
.custom-collection img {
    height: auto!important;
    position: absolute;
    max-width: 30%!important;
    right: 10%;
    top: 34%;
}
.g-p-editors-pick img {
    height: auto!important;
    position: absolute;
    max-width: 25%!important;
    right: 15%;
    top: 35%;
}
ul.specs {
    list-style: none;
    margin-bottom: 1em;
}
ul.specs li,
ul.specs li span {
    margin-bottom: 0.6em;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
}
ul.specs span.name {
    color: #bbb;
    margin-right: 5px;
    font-size: 20px;
    line-height: 20px;
}
span.photo {
    position: relative;
}
#mobile-menu {
    display: none;
}
#mk-expert {
    background: #fbaa26;
    width: 100%;
    float: left;
    display: block;
    padding: 15px 15px 55px;
    text-align: center;
}
#mk-expert a {
    color: #363636;
    font-weight: bold;
    font-size: 20px;
    margin-right: 30px;
}
#mk-expert a:last-child {
    margin-right: 0px;
}
#mk-expert a img {
    top: 9px;
    position: relative;
    margin-right: 5px;
    max-height: 32px;
}
.left-circles,
.right-circles {
    position: absolute;
    font-size: 24px;
    font-style: italic;
}
.left-circles {
    position: absolute;
    top: -30px;
    left: -30px;
}
.left-circles .person-circle {
    margin-right: 20px;
}
.right-circles .person-circle {
    margin-left: 20px;
}
.right-circles {
    position: absolute;
    top: -30px;
    right: -30px;
}
.talk {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}
.stripe {
    width: 100%;
    margin-top: 30px;
    font-size: 30px;
    line-height: 60px;
    color: #363636;
    background: white;
    font-weight: bold;
    margin-bottom: 20px;
}
.person-circle {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 75px;
    border: 5px solid white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.share-this img {
    width: 22px;
    margin-right: 6px;
}
.share-this img:hover {
    -webkit-filter: brightness(1.5);
}
#more-link,
.main-nav__dropdown-link {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
    color: #f3f3f3;
    text-transform: uppercase;
    line-height: 40px;
    padding: 3px 35px 0 0;
    font-family: "AvenirLTPro-Roman",Helvetica,sans-serif;
    display: block;
}
#more-link:hover,
.main-nav__dropdown-link:hover {
    color: #fbaa26;
}
nav #more-link span {
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    left: 5px;
    top: -1px;
    display: inline-block;
}
nav span img {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
nav .show-dropdown span img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mk-theme-blue {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    background: #4f7ca8;
    color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */

.mk-theme-blue .tooltipster-content {
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    max-width: 420px;
}
.account-login h2 {
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #555;
    font-size: 22px;
}
.account-login li,
.my-account p,
#email_signup_msg,
#return-request-msg,
.email_signup_msg {
    color: black;
    font-size: 14px;
}
.email_signup_msg {
    width: 100%;
}
.block-reorder {
    display: none!important;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: #fbaa26;
}
.fancybox-title.fancybox-title-outside-wrap {
    background: black;
    margin: 0px;
    padding: 15px;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.fancybox-title.fancybox-title-outside-wrap a {
    color: #fbaa26;
}
.notify-me-link,
#notify-me-popup {
    display: none;
}
#notify-me input.button.yellow {
    max-width: 85%;
    cursor: pointer;
}
.notify-me-link {
    font-size: 16px;
    color: #fbaa26;
    clear: both;
}
.fancybox-type-inline .fancybox-skin {
    background: #000000;
    color: white;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: center;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    border: 5px solid #fbaa26;
    box-sizing: border-box;
}
#notify-me-popup h2 {
    color: white;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
}
#notify-me-popup p {
    color: #959595;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 1.2rem;
}
#notify-me-popup input[type=text] {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 15px 10px;
    line-height: 1;
    max-width: 85%;
}
input.button.yellow {
    max-width: 94%;
    font-size: 17px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin: 18px auto 0;
    background: #fbaa26;
    line-height: 40px;
}
.fancybox-close {
    background-image: url('/js/fancybox/fancybox_sprite-2.png');
    top: 0px;
    right: 0px;
}
#available-from-amazon {
    background: #555555;
    text-align: center;
    padding: 12px 0px 8px 0px;
}
#available-from-amazon .available-on-amazon-content {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
}
#available-from-mk {
    background: #555555;
    text-align: center;
    padding:8px 0;
}
#available-from-mk .available-on-mk-content {
    color: #fff;
    font-size: 22px;
    line-height: 39px;
}
#available-from-amazon img {
    vertical-align: top;
    padding-top: 2px;
    padding-left: 4px;
}
#support-returns #return_form p:first-of-type {
    margin-bottom: 8px;
}
#return-request-msg {
    margin-top: 37px;
}
#return-request-form .button {
    margin-top: 23px;
    font-size: 18px;
    cursor: pointer;
}
#support-returns label {
    padding-right: 8px;
}
.no-margin {
    margin: 0px!important;
}
#return_form {
    display: none;
}
#talk-to-an-expert {
    background: #898989;
    padding: 10px 0 0;
}
#talk-to-an-expert .row {
    width: 100%;
    max-width: 700px;
    border: none!important;
    margin: 0 auto;
}
#talk-to-an-expert .left,
#talk-to-an-expert .right {
    display: inline-block;
}
#talk-to-an-expert .left {
    float: left;
    width: 185px;
    line-height: 40px;
}
#talk-to-an-expert .right {
    float: left;
    margin-left: 20px;
}
#talk-to-an-expert h3 {
    font-size: 26px;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    padding-top: 27px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    text-align: center;
}
#talk-to-an-expert p {
    font-size: 20px;
    margin-bottom: 4px;
    text-align: center;
}
.expert-chat {
    font-size: 17px;
    display: inline-block;
    color: white;
    margin-right: 35px;
    transition: none;
}
.expert-chat:hover {
    color: #fbaa26;
}
.expert-chat span {
    width: 34px;
    height: 34px;
    background-image: url(/img/products/chat-sprite.png);
    background-position: top left;
    background-size: 34px auto;
    background-repeat: no-repeat;
    display: inline-block;
    top: 10px;
    position: relative;
    margin-right: 10px;
}
.expert-chat:hover span {
    background-position: bottom left;
}
.expert-email {
    font-size: 17px;
    display: inline-block;
    color: white;
    margin-right: 35px;
    transition: none;
}
.expert-email:hover {
    color: #fbaa26;
}
.expert-email span {
    width: 32px;
    height: 24px;
    background-image: url(/img/products/email-sprite.png);
    background-position: top left;
    background-size: 32px auto;
    background-repeat: no-repeat;
    display: inline-block;
    top: 6px;
    position: relative;
    margin-right: 10px;
}
.expert-email:hover span {
    background-position: bottom left;
}
.expert-phone {
    font-size: 17px;
    display: inline-block;
    color: white;
    transition: none;
}
.expert-phone:hover {
    color: #fbaa26;
}
.expert-phone span {
    width: 32px;
    height: 32px;
    background-image: url(/img/products/phone-sprite.png);
    background-position: top left;
    background-size: 32px auto;
    background-repeat: no-repeat;
    display: inline-block;
    top: 10px;
    position: relative;
    margin-right: 10px;
}
.expert-phone:hover span {
    background-position: bottom left;
}
.support-info p.locate-showcase-dealer-subtitle {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
}
.support-info.dealer-page,
.support-info.distributor-page,
.support-info.contact-page {
    width: 100%;
    float: none;
    padding: 24px 0px 100px 0px;
}
.privacy-policy,
.terms-of-services {
    padding-bottom: 100px;
}
.who-is-mk-title {
    font-size: 32px;
    margin-bottom: 25px;
}
.white-separator {
    height: 175px;
    background: #fff;
}
.input-box {
    padding-top: 0px;
    line-height: 10px;
}
.customer-name {
    margin-top: 30px;
}
.fieldset p.required {
    width: 100%;
    margin-top: 5px;
    max-width: 365px;
    text-align: right;
    float: left;
}
.opc .fieldset p.required {
    margin-bottom: 0px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
    max-width: 100%;
}
.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 13px;
}
.form-list .input-box {
    padding-top: 5px;
    line-height: 10px;
    height: auto;
}
.wrapper {
    min-width: 0;
}
label.required {
    display: inherit;
}
#checkout-review-submit .opc .buttons-set button.button {
    float: right;
}
#review-buttons-container .f-left {
    float: left;
}
.affirm-content {
    padding-top: 35px;
}
.affirm-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}
.affirm-content strong,
.affirm-content .as_low_as {
    font-weight: bold;
}
.affirm-side-by-side {
    margin: 55px 0px 45px 0px;
}
.affirm-side-by-side p {
    font-size: 16px;
    line-height: 24px;
}
.affirm-side-by-side strong {
    font-size: 17px;
    font-weight: bold;
    vertical-align: top;
    display: block;
    margin: 7px 0px;
}
.affirm-side-by-side .as_low_as {
    font-weight: bold;
}
.affirm-side-by-side img {
    float: left;
    margin-right: 19px;
}
.affirm-content .left-half,
.affirm-content .right-half {
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
}
.affirm-footer {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    background-color: #4f7ca8;
    color: #fff;
    padding: 26px 0px;
}
.affirm-footer img {
    margin-right: 10px;
}
#affirm-popup h2 {
    font-size: 24px;
    color: #111;
    margin-bottom: 27px;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    text-transform: none;
}
a.fancybox-affirm-link,
a.fancybox-affirm-link:hover {
    color: #4f7ca8!important;
    text-transform: uppercase;
    font-weight: bold;
}
#affirm-popup .actual {
    font-size: 16px;
    display: inline-block;
}
.pricing #monthly-price img {
    vertical-align: middle;
    position: relative;
    top: -1px;
}
span.affirm-blurb {
    font-size: 15px;
    color: #000;
    display: inline-block;
}
.pricing .affirm-learn-more {
    display: inline-block;
}
.pricing-affirm-blurb {
    line-height: 0px;
}
.affirm-content .as_low_as a {
    display: none;
}
.affirm-content .larger-font {
    font-size: 18px;
}
.team-member h4 a.large-team-link {
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
}
.team-no-margin {
    margin: 0px;
}
.your_country {
    font-size: 16px;
    height: 44px;
    width: 125px;
    padding: 0px 20px;
    margin-left: 1px;
    color: #9e9e9e;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}
#case-available-popup {
    text-align: left;
}
.case-available-header {
    background: #363636;
    padding: 6px 10px 0px 15px;
    line-height: 0px;
}
.case-available-header img {
    width: 85px;
    height: auto;
}
.case-available-body h1 {
    font-size: 37px;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    line-height: 41px;
    margin: 0px 0px 17px 0px;
    color: #363636;
    text-transform: none;
}
.case-available-body {
    padding: 21px 35px;
}
.case-available-body .case-featured {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.case-available-body p {
    font-size: 18px;
    line-height: 21px;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    margin: 29px 8px 5px 3px;
    color: #363636;
}
.fancybox-type-inline.case-available-wrap .fancybox-skin {
    border: 0px;
    background: #fff;
}
.case-available-wrap .case-available-close {
    top: 14px;
    right: 0px;
    background-image: url('/img/products/product-page/case-pop-close.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.case-available-wrap .fancybox-close:not(.case-available-close) {
    display: none;
}
.case-available-body .pricing {
    float: left;
}
.case-available-body .mk-pay {
    min-width: 135px;
}
.case-available-body span.as-low-as {
    font-size: 11px;
    color: #000000;
    line-height: 1.0;
}
.case-available-body span.affirm-blurb {
    color: #555;
}
.case-available-body input.add-to-cart-button {
    display: inline-block;
    float: right;
    max-width: 212px;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
    line-height: 53px;
}
.case-available-body strong {
    color: #363636;
    font-size: 15px;
    display: block;
    float: none;
    clear: both;
    text-align: right;
    font-weight: bold;
    padding: 13px 10px 10px 10px;
}
.case-available-body .retail_price {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    text-transform: uppercase;
    color: #000;
}
.case-available-body .actual_price {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.1;
}
.stock-message {
    margin-bottom: 0px;
}
.want-this {
    margin-top: 0px!important;
}
.upsell-learn-more {
    color: #4f7ca8;
    font-size: 14px;
    padding-top: 7px;
    display: inline-block;
    font-weight: bold;
}
.upsell-learn-more:hover {
    color: #4f7ca8;
}
.case-available-body .the-price {
    width: 145px;
}
.related-item #upsell_addtocart_form .add-to-cart-upsell {
    font-size: 13.5px;
    max-width: 32%;
    line-height: 33px;
    height: 31px;
}
.case-save-callout {
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    background-color: #4f7ca8;
    float: left;
    position: relative;
    font-weight: bold;
    max-width: 150px;
    padding: 12px 7px 9px 7px;
    margin-left: 31px;
}
.case-save-callout:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(79, 124, 168, 0);
    border-right-color: #4f7ca8;
    border-width: 39px;
    margin-top: -39px;
}
.blue-btn {
    background: #4f7ca8!important;
}
.cart-preorder-section {
    display: none;
    float: left;
    margin-top: 30px;
}
.cart-preorder-section .blue-btn,
.preorder-content .blue-btn {
    font-size: 22px;
    color: white;
    display: inline-block;
    float: none;
    position: static;
    font-weight: bold;
    padding: 12px 30px;
    line-height: 24px;
    padding: 12px 30px 8px 30px;
    line-height: 30px
}
.preorder-content .blue-btn {
    font-size: 18px;
}
.cart-preorder-section a.small-pre-link {
    color: #4f7ca8;
    font-size: 13px;
    font-weight: bold;
}
.preorder-learn-more-pop.fancybox-type-inline .fancybox-skin {
    border: none;
    background: white;
    color: #111111;
    padding: 0!important;
    border: 0px;
}
.preorder-header {
    font-size: 30px;
    line-height: 24px;
    background-color: #4f7ca8;
    color: #fff;
    padding: 26px 30px;
}
a.preorder-pop-close,
a.preorder-pop-close:hover {
    font-size: 15px;
    color: #959595;
    display: block;
    margin: 28px 40px;
    clear: both;
}
.preorder-content p {
    font-size: 18px;
    max-width: 337px;
    margin: 25px auto 25px auto;
}
.cart-preorder-section .in-stock {
    display: block!important;
    font-size: 14px;
    line-height: 16px;
}
#case-available-specs-popup,
#case-available-specs-gig-popup {
    text-align: left;
}
.spec-data a {
    line-height: 24px;
    font-size: 20px;
}
#header-discount span.small {
    font-size: 10px;
    color: #d4d4d4;
    line-height: 1;
    display: block;
    padding-left: 9px;
}
.header-discount-callout {
    font-size: 19px;
    padding: 0 8px 1px 8px;
    font-weight: bold;
    color: #fff;
}
#header-discount {
    background-color: #4f7ca8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 3px 10px 5px 10px;
    z-index: 100;
}
.messages .success-msg li {
    background-color: #4f7ca8;
    color: #fff;
    border-left: 0px;
}
footer {
    z-index: 999;
}
.coupon-details {
    background: #4f7ca8;
    padding: 9px 0px 0px 0px;
    margin: 14px 0px 23px 0px;
}
.coupon-details p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 265px;
    margin: 0 auto;
    padding: 4px 0px 14px 0px;
}
.coupon-details h5 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    max-width: 356px;
    margin: 0 auto;
}
#coupon-code-popup {
    padding: 40px 0px 25px 0px;
}
#coupon-code-popup .pad-me {
    padding: 0px 20px;
}
.enter-to-win-rules a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.no-thanks-enter-site a {
    color: #acacac;
    font-size: 16px;
}
.email-signup p.enter-to-win-rules,
.email-signup p.no-thanks-enter-site {
    text-align: center;
    margin-top: 20px;
}
input#special_deals {
    margin-top: 5px;
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
#pop_so_form.enter_to_win_mod55 {
    line-height: 8px;
}
label.special_deals_label {
    font-size: 15px;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 8px;
}
.enter_to_win_mod55 input[type="submit"] {
    margin-top: 7px;
}
#mod-shop-callout {
    background-color: #dfdfdf;
}
.mod-shop-content {
    max-width: 955px;
    margin: 0 auto;
    padding: 23px 10px 24px 10px;
}
#mod-shop-callout h1 {
    font-family: "AstoriaRoman";
    font-size: 33px;
    line-height: 37px;
    margin: 0px 0px 5px 0px;
    color: #fbaa26;
    padding-top: 35px;
}
#mod-shop-callout p {
    font-size: 18px;
    line-height: 26px;
    font-family: Helvetica, "AvenirLTPro-Roman", sans-serif;
    color: #000;
}
.mod-shop-body {
    vertical-align: middle;
    display: inline-block;
    max-width: 690px;
}
#mod-shop-callout img {
    margin-right: 48px;
    vertical-align: middle;
}
.mod55coupon.coupon-details p {
    max-width: 370px;
    font-size: 17px;
}
.enter_to_win_mod55 {
    margin-top: 20px;
}
.top-left.the-mod-shop-in-image {
    background-image: url('/img/products/product-page/mod-shop-in-image.png');
    background-position: 61% 23%;
    background-repeat: no-repeat;
}
.top-left.custom-collection-in-image {
    background-image: url('/img/products/product-page/custom-collection-in-image.png');
    background-position: 61% 17%;
    background-repeat: no-repeat;
}
.pickupImage__inProduct {
    position: absolute;
    left: 54%;
    top: 20%;
}
.totalLogos-2.top-left.the-mod-shop-in-image {
    background-position: 53% 23%;
}
.totalLogos-2.top-left.custom-collection-in-image {
    background-position: 53% 17%;
}
.totalLogos-2 .pickupImage__inProduct {
    left: 64%;
}
#free-shipping.black-friday-header-callout span {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}
#free-shipping.black-friday-header-callout {
    width: 395px;
}
#free-shipping img {
    vertical-align: top;
}
.nav-wrap {
    height: 85px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.nav-wrap--scrolled header,
.nav-wrap--hovered header,
.header--dark {
    background: #000;
}

.search-form--open {
    display: block;
}


.join-login-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    background: #292929;
    text-transform: uppercase;
    padding: 10px;
    text-align: left;
    list-style: none;
    width: 120px;
}

#join-login a:hover + .join-login-dropdown {
    display: block;
}

.join-login {
    list-style: none;
}

.join-login .join-login--hasDrop {
    margin: 26px 0;
}

.join-login--hasDrop > a {
    padding: 10px;
}

.join-login--hasDrop:hover .join-login-dropdown {
    display: block;
}

.join-login--hasDrop:hover > a {
    background: #292929;
}

.join-login-dropdown li a {
    padding: 7px 0;
    display: block;
}

.interior {
    padding-top: 80px;
}

@media (min-width: 768px) {
    .nav-wrap {
        height: 120px;
    }
}
@media (max-width: 620px) {
    .nav-wrap {
        height: 119px;
    }
}
@media screen and ( max-width: 1325px ){
    #free-shipping {
        display: none;
    }

    nav {
        width: calc(100% - 320px);
    }
}

@media screen and ( max-width: 1040px ){
    nav a {
        font-size: 16px;
    }
}
@media screen and (max-width: 900px){
    .pickupImage__inProduct {
        max-width: 86px;
        max-height: 50px;
    }
    .totalLogos-2.top-left.the-mod-shop-in-image {
        background-position: 46% 23%;
    }
}
@media (max-width: 970px) {
    #mod-shop-callout h1 {
        font-size: 26px;
        line-height: 32px;
    }
    #mod-shop-callout p {
        font-size: 16px;
        line-height: 23px;
    }
    #mod-shop-callout img {
        margin-right: 18px;
    }
    .mod-shop-body {
        max-width: 425px;
    }
}
@media screen and (max-width: 960px) {
    .mk-theme-blue .tooltipster-content {
        font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
        font-size: 13px;
        line-height: 16px;
        padding: 7px 9px;
    }
    .footer-newsletter p {
        color: black;
        font-size: 14px;
        line-height: 1.1;
        line-height: 18px;
        max-width: 200px;
        text-align: center;
        width: 100%;
        margin: 0 auto 15px;
    }
}
@media (max-width: 950px) {
    .pickupImage__inProduct {
        left: 3%;
    }
}
@media screen and (max-width: 768px) {
    .pickupImage__inProduct {
        left: 74%;
        top: 12%;
        max-width: 86px;
    }
    .top-left.the-mod-shop-in-image {
        background-position: 61% 10%;
    }
    #mod-shop-callout img {
        display: block;
        margin: 0 auto;
        max-width: 96px;
    }
    .mod-shop-content {
        max-width: 100%;
        width: 100%;
    }
    .mod-shop-body {
        margin: 0 auto;
        display: block;
    }
    #talk-to-an-expert .left,
    #talk-to-an-expert .right {
        float: left;
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 25px;
    }
    #talk-to-an-expert h3 {
        padding-top: 0;
        font-size: 18px;
    }
    #talk-to-an-expert p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .expert-email,
    .expert-chat {
        font-size: 15px;
        margin-right: 15px;
    }
    .expert-phone {
        font-size: 15px;
    }
    #series-top-left {
        width: 100%!important;
        position: relative!important;
        height: 250px;
        border-left: 5px solid #000;
    }
    #series-top-right {
        width: 100%!important;
        top: 350px;
        min-height: 0!important;
        border-left: 5px solid #000;
        border-right: 5px solid #000;
    }
    .tooltip {
        position: relative;
        border-radius: 0;
        border: none;
        background: #fba924;
        color: black!important;
        font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 18px;
        padding: 10px 12px;
        left: 0!important;
        top: 0!important;
        width: 90%;
        margin: 0 auto 10px;
        display: block;
    }
    .mk-theme-blue {
        display: none;
    }
    .totalLogos-2.top-left.the-mod-shop-in-image {
        background-position: 48% 4%;
        background-size: 16%;
    }
}
@media only screen and (max-width: 1817px) {
    #series-products .product .photo img.vertical {
        height: auto!important;
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        max-width: 456px;
        left: -105px;
        top: 28%;
    }
}
@media screen and (max-width: 1350px) {
    .person-circle {
        width: 100px;
        height: 100px;
        display: inline-block;
        border-radius: 50px;
        border: 5px solid white;
    }
    .left-circles,
    .right-circles {
        top: -15px;
    }
    .left-circles .person-circle {
        margin-right: 10px;
    }
    .right-circles .person-circle {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1317px) {
    #series-products .product .photo img.vertical {
        height: auto!important;
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        max-width: 339px;
        left: -95px;
        top: 28%;
    }
}
@media screen and (max-width: 1375px) {
    .footer-nav {
        padding-left: 20px;
    }
    footer#top {
        font-size: 25px;
    }
    footer#top * {
        box-sizing: border-box;
    }
    .social-circle {
        width: 36px;
        height: 36px;
        display: inline-block;
        border-radius: 18px;
        background: #9e9e9e;
        text-align: center;
        padding-top: 4px;
        line-height: 1;
        margin-bottom: 14px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    footer h5 {
        font-size: 14px;
        margin-top: 15px;
    }
    .footer-logo {
        width: 100px;
        display: inline-block;
        float: left;
    }
    .footer-logo img {
        max-width: 100%;
    }
    .footer-newsletter {
        width: 200px;
    }
    .footer-nav ul li.primary a {
        font-size: 14px;
    }
    .footer-nav ul li a {
        font-size: 12px;
    }
    .social-circle img {
        max-width: 70%;
    }
}
@media screen and (max-width: 1300px) {
    #series-products .product h3 {
        font-size: 18px!important;
    }
    ul.specs li,
    ul.specs li span {
        font-size: 14px!important;
    }
    ul.specs span.name {
        font-size: 14px!important;
    }
    #more a {
        display: inline-block;
        width: auto!important;
        vertical-align: top;
        font-size: 60%;
        color: #fff;
        text-transform: uppercase;
        padding: 45px 15px;
        border-left: 2px solid #555555;
        transition: none!important;
        -webkit-transition: none!important;
    }
    .totalLogos-2.top-left.custom-collection-in-image {
        background-position: 53% 13%;
    }
}
@media screen and (max-width: 1100px) {
    .left-circles,
    .right-circles {
        font-size: 18px;
    }
    .stripe {
        width: 100%;
        margin-top: 30px;
        font-size: 18px;
        line-height: 60px;
        color: #363636;
        background: white;
        font-weight: bold;
        margin-bottom: 20px;
    }
    #mk-expert a img {
        max-height: 25px;
    }
    #mk-expert a {
        font-size: 14px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1024px) {
    nav a {
        font-size: 16px;
        padding-right: 25px;
        color: #f3f3f3;
        text-transform: uppercase;
        font-family: "AstoriaRoman";
    }
    .top-left {
        width: calc(100% - 385px);
        display: inline-block;
        float: left;
        position: relative;
    }
    .top-right {
        width: 360px;
        display: inline-block;
        float: right;
    }
    #big-title,
    #big-title h1 {
        font-size: 36px;
    }
    #more a {
        padding: 25px 10px;
    }
    #more a .more-icon {
        min-width: 80px;
        height: 35px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 200%;
        margin-bottom: 10px;
    }
    #menu-dropdown > #more a:hover .more-icon {
        min-width: 80px;
        height: 35px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto 200%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 960px) {
    .footer-logo {
        width: 20%;
    }
    .footer-nav {
        width: 80%;
        display: inline-block;
        float: left;
    }
    .footer-social,
    .footer-newsletter {
        width: 50%;
        float: left;
        text-align: center;
    }
}
@media screen and (max-width: 850px) {
    .person-circle {
        width: 85px;
        height: 85px;
    }
    input.add-to-cart-button {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .left-circles,
    .right-circles {
        display: none;
    }
    #mobile-menu {
        display: block;
        width: 100%;
        height: 100px;
        line-height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    #logo,
    #search-contact,
    #menu,
    #menu-dropdown {
        display: none;
    }
    #footer #logo,
    #footer #menu {
        display: block;
    }
    #footer {
        overflow: hidden;
    }
    #footer #logo {
        width: 100%;
        left: 0;
        top: 20px;
        text-align: center;
        display: block;
    }
    #footer #social {
        width: 21em;
        overflow: visible;
        text-align: center;
        height: 6em;
        position: relative;
        left: 50%;
        margin-top: 50px;
        margin-left: -8.25em;
    }
    #footer #menu {
        width: 100%!important;
        margin: 1em auto 2em auto!important;
        font-size: 100%!important;
        text-align: center;
    }
    #footer #menu ul {
        width: 100%!important;
        float: none!important;
        list-style: none;
        display: block;
        margin-bottom: 10px;
    }
    #footer #social li {
        width: 3.5em;
    }
    #footer #menu a,
    #footer #menu .title a {
        margin-right: 0;
    }
    .dropdown,
    .dropdown-menu {
        display: none;
    }
    .mobile-logo {
        height: 100px;
        position: relative;
        background-image: url('/img/michael-kelly-logo.png');
        background-size: 100%;
        display: block;
        width: 134px;
        background-repeat: no-repeat;
    }
    .menu-toggle {
        float: right;
        cursor: pointer;
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 40px;
        right: 20px;
    }
    .menu-toggle:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 1.5em;
        height: 0.25em;
        background: white;
        box-shadow: 0 1.1em 0 0 white, 0 0.55em 0 0 white;
        cursor: pointer;
    }
    .dropdown-menu {
        background: black;
        z-index: 9999;
        position: relative;
        padding: 10px 0;
    }
    .dropdown-menu > li {
        display: block;
        width: 100%;
        line-height: 35px;
        padding-left: 35px;
        background-color: black;
        z-index: 99;
    }
    .dropdown-menu > li:last-child {
        text-align: center;
        padding-left: 0;
    }
    .dropdown {
        list-style-type: none;
    }
    .dropdown li {
        line-height: 30px;
        padding-left: 15px;
    }
    .dropdown a {
        font-size: 14px;
        color: #fbaa26;
    }
    .dropdown a:hover,
    .dropdown a:focus {
        color: #cb7e00;
    }
    #mobile-menu input {
        height: 37px;
        width: 98%;
        border-radius: 20px;
        color: white;
        background-color: #333;
        background: url(/img/trans-gray.png);
        line-height: 36px;
        padding-left: 18px;
        padding-right: 18px;
        margin-left: -15px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    header,
    nav {
        display: none;
    }
    #breadcrumbs {
        font-size: 14px;
    }
    #big-title,
    #big-title h1 {
        margin-top: 10px;
    }
    .guitar {
        top: 65px;
        max-width: 80%;
        left: 10%;
    }
    .top-left {
        width: 100%;
        display: block;
        clear: both;
        float: none;
        min-height: 185px;
    }
    .top-right {
        display: block;
        clear: both;
        margin: 0 auto;
        float: none;
    }
    #series-products a:nth-of-type(5n+1) {
        clear: none;
    }
    #series-products a {
        clear: none;
    }
    #series-products a:nth-of-type(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 700px) {
    .affirm-content .left-half,
    .affirm-content .right-half {
        display: block;
        width: 100%;
        padding: 0px 20px 20px 20px;
    }
}
@media screen and (max-width: 640px) {
    .guruz {
        bottom: 7px;
        text-align: center;
        right: 0;
        width: 100%;
    }
    footer .copyright {
        float: left;
        line-height: 38px;
        padding-left: 0px;
        text-align: center;
        width: 100%;
    }
    footer .bottom-links {
        float: right;
        line-height: 38px;
        text-align: center;
        padding-right: 0px;
        width: 100%;
    }
    footer .bottom-links a {
        color: black;
        padding-left: 20px;
    }
    .footer-logo {
        width: 100%;
        text-align: center;
    }
    .footer-nav {
        width: 100%;
        display: inline-block;
        float: left;
        text-align: center;
        padding-left: 0;
    }
    .footer-nav .column {
        width: 100%;
    }
    .footer-social,
    .footer-newsletter {
        width: 100%;
        float: left;
        text-align: center;
    }
    #mk-expert a img {
        max-height: 20px;
    }
    #mk-expert a img {
        top: 5px;
    }
    #mk-expert a {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .talk {
        width: 100%;
    }
}
@media screen and (max-width: 550px){
    .totalLogos-2.top-left.the-mod-shop-in-image {
        background-position: 48% 14%;
    }
}
@media screen and (max-width: 480px) {
    #talk-to-an-expert .right a {
        display: block;
    }
    #talk-to-an-expert h3 {
        font-size: 16px;
    }
    #talk-to-an-expert p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #series-products a:nth-of-type(3n+1) {
        clear: none;
    }
    #series-products a:nth-of-type(2n+1) {
        clear: both;
    }
    .stripe {
        font-size: 15px;
        line-height: 1.3;
        padding: 10px 0;
    }
    .top-right {
        display: block;
        clear: both;
        margin: 0 auto;
        float: none;
        padding: 0 15px;
    }
    .actual {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.1;
    }
    .the-price {
        display: inline-block;
        float: left;
        color: #363636;
        min-width: 123px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .guitar img {
        max-width: 70% !important;
    }
    body.small .guitar img {
        height: auto;
    }
}
.slide img.cover {
    width: 100%;
    height: auto;
}
.slide.portrait img.cover {
    height: 100%;
    width: auto;
}
.customer-account .main-container a:hover {
    text-decoration: none;
    color: #222;
}
.affirm .fancybox-skin {
    border: none;
    background: white;
    color: #111111;
    padding: 0!important;
}
.popup-top {
    background: #111;
    color: white;
    font-size: 21px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.popup-bottom {
    padding: 50px 40px;
    text-align: left;
}
.affirm-learn-more {
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
    color: #fbaa26;
    display: block;
}
#affirm-popup .actual {
    font-size: 16px;
    font-weight: 300;
}
#affirm-popup h2 {
    font-size: 24px;
    color: #111;
    margin-bottom: 35px;
    font-family: "AvenirLTPro-Roman", Helvetica, sans-serif;
}
.affirm .left-float {
    float: left;
    display: inline-block;
    width: 110px;
}
.affirm .right-float strong {
    font-size: 18px;
    font-weight: bold;
    color: #3f3f3f;
}
.affirm .right-float p {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 0;
}
.affirm .left-float img {
    position: relative;
    top: 15px;
}
.affirm a.fancybox-item.fancybox-close {
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
    background-image: url('/img/home/affirm-close.png?=v1');
}
@media screen and (max-width: 768px) {
    .affirm .left-float {
        float: left;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .affirm .right-float {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    #affirm-popup h2 {
        font-size: 20px;
        text-align: center;
    }
    .popup-top {
        font-size: 18px;
        padding-right: 50px;
    }
    #talk-to-an-expert .right {
        float: left;
        margin-left: 0px;
    }
}
#series-top-left #big-title {
    top: 10%;
    padding-top: 22px;
    font-size: 55px;
}
.footer__importantLink {
    font-weight: bold;
}

.btn {
    display: block;
    background: #fbaa26;
    color: #000;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    font-weight: bold;
    transition: all .15s, opacity .15s;
    -webkit-transition: all .15s, opacity .15s;
    font-size: 20px;
    cursor: pointer;
    padding: 15px 5px;
}

.mk-search-open-link {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    color: #bbb;
}