body {
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    background-color: #000;
    font-size: 16px;
    overflow-x: hidden;
}
body main .free-html {
    overflow-x:hidden;
}

body.no-scroll {
    overflow: hidden;
}

.pd-off {
	padding-left: 0;
	padding-right: 0;
}

header#page-header.header-mobile {
    position:relative;
}

.img_w {
	width: 100%;
}

.bb-pg a {
    cursor: pointer;
    color: #FFF;
}
.bb-pg a:hover {
    color: #7B47D2;
    text-decoration:none;
}
.bb-pg a:hover {
    color: #7B47D2;
    text-decoration:none;
}
.bb-pg a:focus {
    text-decoration: none;
}

.bb-pg h1,
.bb-pg h2,
.bb-pg h3,
.bb-pg h4,
.bb-pg h5,
.bb-pg h6 {
    font-family: GTAmerica, 'Oswald', sans-serif;
    font-weight: 700;
}
.bb-pg a,
.bb-pg p,
.bb-pg h1,
.bb-pg h2,
.bb-pg h3,
.bb-pg h4,
.bb-pg h5,
.bb-pg h6
{
	color: #FFF;
	margin: 0;
	line-height: inherit;
}

.bb-pg p {
	line-height: 1.5;
	font-size: 16px;
}

.pg-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 1000;
    text-align: center;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.social-opt img {
    width: auto;
}

.global-footer {
    position: relative;
    z-index: 40;
}

.free-html .container-fluid {
    max-width: 100%;
}

.breadcrumb li a {
    color: #FFF;
}
.bb-pg .section-1600 {
    padding: 0 25px;
}
.bb-pg .btn-border {
    border: 1px solid #FFF;
    padding: 1em 2em;
    border-radius: 2em;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.bb-pg .btn-border:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #000;
}

.bb-pg img {
    width: 100%;
}

.bb-pg section {
    padding: 3em 0;
    position:relative;
    background-color: #000;
    z-index: 1;
}
.section-title {
    color: #FFF;
    position: relative;
    margin-bottom: 1em;
}
.section-title h2 {
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom:.3em;
    letter-spacing: 2px;
}
.section-title p {
    max-width: 485px;
}

.page-header {
    position: relative;
    z-index: 10;
}
.navbar.navbar-category.navbar-static-top {
    background-color: #FFF;
}
/*slick slider*/
ul.slick-dots {
    bottom: -55px;
}
.slick-dots li button:before {
    opacity: .5;
    color: #CCC;
    cursor: pointer;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFF;
}
/*fixed anchor navbar*/
.nav-anchor {
    position: fixed;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
}
.nav-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    margin: auto;
    position: relative;
    height: 60vh;
    opacity: 0;
    width: 0;
    overflow: hidden;
}
.nav-anchor ul::after {
    display: none;
}
.nav-anchor ul:hover li a {
    opacity: 1;
    width: auto;
}
.nav-anchor ul:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 1px solid rgba(255,255,255,.5);
    width: 100%;
    height: calc(100% - 40px);
}
.nav-anchor li {
    position: relative;
}
.nav-anchor li:before {
    content: "";
    border-bottom: 1px solid #CCC;
    position: absolute;
    top: 50%;
    left: -5px;
    width: 100%;
    max-width: 15px;
}
.nav-anchor li.active:before {
    left: -10px;
    max-width: 25px;
    border-bottom: 1px solid #FFF;
}
.nav-anchor li a {
    font-family: GTAmerica, 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px;
    margin-left: 15px;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background-color: rgba(0,0,0,.8);
}
.nav-anchor li.active a {
    opacity: 1;
    width: auto;
}
.nav-anchor li a:hover, .nav-anchor li a:focus {
    text-decoration: none;
    background-color: rgba(0,0,0,.8);
    color: #FFF;
}
div.nav-anchor-point {
    position: absolute;
    top: -80px;
}
/*mobile size nav*/
.nav-anchor-toggle {
    background-color: rgba(0,0,0,.8);
    border: 1px solid #FFF;
    width: 40px;
    height: 80px;
    position: absolute;
    top: -100px;
    left: -2px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.nav-anchor-toggle:hover {
    background-color: #FFF;
    border: 1px solid #000;
}
.nav-anchor-toggle span {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    color: #FFF;
    font-weight: 700;
    font-size: .9em;
}
.nav-anchor-toggle:hover span {
    color: #000;
}

.nav-anchor.toggled ul {
    opacity: 1;
    width: auto;
    overflow: visible;
    background-color: #000;
    padding: 5em .5em;
    border: 1px solid #FFF;
}
.nav-anchor.toggled ul:before {
    top: 0;
    height: 100%;
}
.nav-anchor.toggled ul li a {
    opacity: 1;
}

/*making sure toggle is on top*/
/* .nav-anchor-toggle {
    z-index: 30;
}

.nav-anchor.toggled ul {
    z-index: 20;
} */


/*hero section*/
.hero {
    width: 100%;
    position: relative;
    background-color: #000;
    z-index: 2;
}
.hero > .section-1600{
    min-height: 85vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hero .hero-item {
    position: relative;
}
.hero .hero-item {
    width: 100%;
}
.hero-image-item img{
    height: 65vw;
    width: auto;
    position: relative;
}
.hero-text {
    color: #FFF;
    padding: 1.5em;
    z-index: 1;
}
.hero-text h1 {
    font-size: 2.8em;
    text-transform:uppercase;
    line-height: 1;
    letter-spacing: 6px;
    margin-bottom: 25px;
}

.hero-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1em;
    text-align: center;
}

.bb-pg .bb-pg-link {
    border: 1px solid #FFF;
    color: #FFF;
    padding: .75em 1em;
    border-radius: 2em;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    margin: .5em;
}

.bb-pg-link.cta-1 {
    background-color: #FFF;
    color: #000;
    margin-right: 15px;
}
.bb-pg-link.cta-2 {
    border: 1px solid #FFF;
    background: #000;
    color: #FFF;
}
.pulse-box {
    width: 50%;
    height: 300px;
    position: absolute;
    top: 50%;
    right: 25%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/* pulse in SVG */
svg.pulse-svg {
    width: 8vh;
    height: 8vh;
    position: absolute;
    overflow: visible;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: -1;
}
svg.pulse-svg .first-circle {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: pulse-circle 3s linear infinite;
            animation: pulse-circle 3s linear infinite;
}
svg.pulse-svg .second-circle {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: pulse-circle 3s linear infinite;
            animation: pulse-circle 3s linear infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
svg.pulse-svg .third-circle {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: pulse-circle 3s linear infinite;
            animation: pulse-circle 3s linear infinite;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
svg.pulse-svg .fourth-circle {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation: pulse-circle 3s linear infinite;
            animation: pulse-circle 3s linear infinite;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
}
@-webkit-keyframes pulse-circle {
    0% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}
@keyframes pulse-circle {
    0% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        opacity: 0;
    }
}
/*full screen video*/
.fullscreen-vid {
    position: relative;
    width: 100%;
}
.fullscreen-vid-item {
    background-color: #000;
    position: relative;
    overflow:hidden;
    padding-bottom: 7em;
    min-height: 30vh;
}
.fullscreen-vid-item p {
    position: absolute;
    z-index: 1;
    bottom: 4rem;
}
.fullscreen-vid iframe, .fullscreen-vid .video-player {
    width: 100%;
    height: 100%;
    min-height: 30vh;
    position: relative;
}
.video-sect {
    padding-bottom: 2em;
}
.video-item {
    padding: 2em 2em 5em;
    position: relative;
    background-color: #000;
}

.video-item p {
    margin-top: 1rem;
    position: absolute;
}
.video-item iframe, .video-item .secondary-vid-player {
    width: 100%;
    height: 230px;
}
.video-player {
    position: relative;
}
.video-player.stopped:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}

.video-player.vid-cover0.stopped:before { background: url("https://europe.yamaha.com/en/files/01-yamaha-recording-snare-lg_34f2b538a765126053298dbfb0f2e369.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover1.stopped:before { background: url("https://europe.yamaha.com/en/files/02-Drum_video_screenshots1_85e411b3b236867f7d202e279338ac13.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover2.stopped:before { background: url("https://europe.yamaha.com/en/files/03-Drum_video_screenshots2_ccf6030708971f56d809cbedd28ffd49.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover3.stopped:before { background: url("https://europe.yamaha.com/en/files/04-Drum_video_screenshots3_709145e319fab0d84adef92b5c43a782.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover4.stopped:before { background: url("https://europe.yamaha.com/en/files/05-Drum_video_screenshots4_12ec0cd6ac93f09c05e217a52ab89478.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover5.stopped:before { background: url("https://europe.yamaha.com/en/files/06-Drum_video_screenshots5_7cbef61b6ac0975b71a3525eafd49bb7.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover6.stopped:before { background: url("https://europe.yamaha.com/en/files/07-Drum_video_screenshots6_7fd39d5f238ceab08fdf02c3a81227a8.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover7.stopped:before { background: url("https://europe.yamaha.com/en/files/08-Drum_video_screenshots7_27bd292c01f9bccf073be80039540727.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover8.stopped:before { background: url("https://europe.yamaha.com/en/files/09-Drum_video_screenshots8_668fe3449deb33ed09f81f1cb34f5a75.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover9.stopped:before { background: url("https://europe.yamaha.com/en/files/10-Drum_video_screenshots9_cbf24a2b0cb18915ddd8fb700efcdeaa.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover10.stopped:before { background: url("https://europe.yamaha.com/en/files/11-Drum_video_screenshots10_05dbc0b600f2c8257a5c2f675d160cfe.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover11.stopped:before { background: url("https://europe.yamaha.com/en/files/12-Drum_video_screenshots11_82a58ac9530704f371e53a71f6ea85c0.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover12.stopped:before { background: url("https://europe.yamaha.com/en/files/13-Drum_video_screenshots12_3e84edf83687e088ac297369c27a8fd3.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover13.stopped:before { background: url("https://europe.yamaha.com/en/files/14-Drum_video_screenshots13_de4bc0a8f6e8dd8ba10418927e879dc4.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover14.stopped:before { background: url("https://europe.yamaha.com/en/files/15-Drum_video_screenshots14_2259a06a1bbb6e70635fe18d22bdff6d.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover15.stopped:before { background: url("https://europe.yamaha.com/en/files/16-Drum_video_screenshots16_fab9e9603a55ff1e64b55541fd117446.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover16.stopped:before { background: url("https://europe.yamaha.com/en/files/17-Drum_video_screenshots17_d2233f2e0fe5d0ae9425eb0018cbb74f.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover17.stopped:before { background: url("https://europe.yamaha.com/en/files/19-Drum_video_screenshots18_c9f6893d7002bc7b205921a94b8226b2.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover18.stopped:before { background: url("https://www.yamaha.com/US/backbeat-landing/images/drum-vid-ss/Drum_video_screenshots19.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover19.stopped:before { background: url("https://europe.yamaha.com/en/files/20-Drum_video_screenshots20_0dab870e99fb9622a5e04c012019beb4.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover20.stopped:before { background: url("https://europe.yamaha.com/en/files/21-Drum_video_screenshots21_dd663b5ab051f65039ede7710ad25273.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover21.stopped:before { background: url("https://europe.yamaha.com/en/files/22-Drum_video_screenshots22_b36088a30965721c808136f3fd49e164.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover22.stopped:before { background: url("https://europe.yamaha.com/en/files/23-Drum_video_screenshots23_8b6f8693e4856ad26346af445cce77a4.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover23.stopped:before { background: url("https://europe.yamaha.com/en/files/24-Drum_video_screenshots24_70a75bc35ee9e0fe50d71e6de52747dd.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover24.stopped:before { background: url("https://europe.yamaha.com/en/files/25-Drum_video_screenshots25_5a2e73cff446c8aadddebab2c2643175.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover25.stopped:before { background: url("https://europe.yamaha.com/en/files/26-Drum_video_screenshots26_73503d837be09e6441bb822d30393e3f.jpg"); background-size: cover; background-position: center;}
.video-player.vid-cover26.stopped:before { background: url("https://europe.yamaha.com/en/files/27-Drum_video_screenshots27_61209ab92a53ec157f205291683947f2.jpg"); background-size: cover; background-position: center;}
.video-player.stopped:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.video-player i.fa-play{
    display: none;
}

.video-player.stopped i.fa-play{
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 2em;
    color: #FFF;
    border: 5px solid #FFF;
    border-radius: 50%;
    padding: 20px 20px 20px 25px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: transparent;
}
.video-player.stopped:hover {
    cursor: pointer;
}
.video-player.stopped:hover i {

    background: rgba(255,255,255,.6);
}

.vid-overlay {
    position: absolute;
    background-color: #000;
    overflow: hidden;
    height: 90%;
}
.vid-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom:0;
    right:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.vid-overlay img {
    opacity: .8;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    margin-bottom: 1em;
}
.vid-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 2em;
    color: #FFF;
    border: 5px solid #FFF;
    border-radius: 50%;
    padding: 20px 20px 20px 25px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.vid-overlay:hover {
    cursor: pointer;
}
.vid-overlay:hover img {
    opacity: 1;
}
.vid-overlay:hover i {
    color: #000;
    background-color: #FFF;
    border-color: transparent;
}
.video-item .vid-overlay i {
    font-size: 1.5em;
}
/*video section slider*/
.video-slider {
    margin-left: -2em;
    margin-right: -2em;
    margin-top: 1em;
}
.video-slider:before {
    border-top: 1px solid rgba(255,255,255,.5);
    content: "";
    width: calc(100% - 4em);
    height: 1px;
    position: absolute;
    top: 0;
    left: 2em;
}
.video-slider .slick-dots li button:before {
    content: "·";
    font-size: 70px;
}
.video-slider .slick-arrow {
    z-index: 10;
    color: #FFF;
}
.video-slider .slick-arrow:before {
    content: '';
}
.video-slider .slick-arrow i {
    font-size: 20px;
}
.video-slider .slick-prev {
    left: 0;
}
.video-slider .slick-next {
    right: 0;
}

/* ============== comparison section ============== */
.bb-pg .compare-section {
    position: relative;
}
.bb-pg .compare-sect-title{
    text-transform: uppercase;
    color: #fff;
    font-size: 3em;
}
.bb-pg .compare-sect-desc {
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 650px;
}
/* select section */
.bb-pg .compare-section-select{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.bb-pg .compare-selection {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 42%;
    margin-bottom: 10px;
}

.bb-pg .compare-selection-inner {
    position: relative;
    border-radius: 50px;
    background-color: #FFF;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
}

.bb-pg .compare-selection select{
    background: transparent;
    color: #000;
    font-size: 13px;
    border: 0;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 15px 25px 15px 15px;
    position: relative;
    z-index: 1;
}
.bb-pg .compare-selection-inner select.disabled {
    pointer-events: none;
    color: #CCC;
}
.bb-pg .compare-selection-inner i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 0;
}
.bb-pg .compare-selection-inner select.disabled + i {
    color: #CCC;
}

.bb-pg .compare-selection .bb-pg-link {
    max-width: 300px;
    margin: 20px 0 0 0;
    flex: 1;
    min-width: 150px;
}

.bb-pg .compare-selection .bb-pg-link.disabled {
    background: #A9A9A9;
    cursor: default;
    position: relative;
    color: #f2f2f2;
}

.bb-pg .compare-selection .bb-pg-link.disabled:hover:before {
    content: "Please select a drum.";
    background: #F2F2F2;
    position: absolute;
    top: -103%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    padding: 10px;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
}

/* Info Section  */
.bb-pg .compare-section-info{
    display: flex;
    flex-wrap: wrap;
}

.bb-pg .compare-section-info-content {
    width: 42%;
    list-style: none;
    color: #fff;
    padding-left: 0;
    margin-top: 50px;
}

.bb-pg .compare-section-info-content h2{
    color: #fff;
}
.bb-pg .compare-section-info-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.bb-pg .compare-section-info-content li{
    display: inline-block;
    border-bottom: 1px solid grey;
    padding: 10px 0 5px;
    line-height: 1.3;
}

.bb-pg .compare-section-info-content img {
    width: 100%;
}

/* The Compare At Section in the middle */
.bb-pg .compare-sect {
    margin: -1px 0;
}
.bb-pg .compare-section-middle{
    width: 16%;    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bb-pg .compare-section-middle h1{
    color: grey;
    text-align: center;
    margin-bottom: 10px;
}

.bb-pg .compare-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 10;
}
.bb-pg .compare-modal .video-player {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    max-height: 350px;
    max-width: 800px;
}
.bb-pg .compare-modal .modal-top {
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #000;
    color: #FFF;
    cursor: pointer;
    font-size: 30px;
    z-index: 1000;
    padding: 10px;
}

.bb-pg .compare-modal .modal-top p {
    width: 80%;
}

.bb-pg .compare-modal .close-btn {
    position: absolute;
    right: 15px;
    top: -15px;
    padding: 10px;
}

/* ============== limited edition section ============== */

.bb-pg .limited-slider .slide {
    
    position: relative;
}
.bb-pg .limited-slider .limited-text {
    max-width: 330px;
    padding: 25px;
}
.bb-pg .limited-slider .limited-text > * {
    margin-bottom: 15px;
}
.bb-pg .limited-slider .limited-text h2 {
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1;
}
.bb-pg .limited-slider .limited-text p {
    font-size: 16px;
    display: none;
}
.bb-pg .limited-slider .limited-text .bb-pg-link {
    display:inline-block;
    margin: 15px 0;
}
.bb-pg .limited-slider .limited-text .bb-pg-link:focus {
    outline: 0;
    color: #48217a;
}
.bb-pg .limited-slider .slide > .limited-drum {
    width: 100%;
    height: 100%;
    min-height: 375px;
}
.bb-pg .limited-drum1 {
    background-image: url(https://www.yamaha.com/US/backbeat-landing/images/stevegadd-drum1b-md.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bb-pg .limited-drum2 {
    background-image: url(https://www.yamaha.com/US/backbeat-landing/images/stevegadd-drum2-md.jpg);
    background-size: cover;
    background-position: center;
}

.bb-pg .limited-slider .slick-dots li button:before {
    font-size: 40px;
}



/*article section*/
.article-sect a:hover {
    text-decoration: none;
}
.article-sect a:hover h3 {
    text-decoration: underline;
}
.article-item {
    padding: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
}

.article-item > .article-img {
    height: 100%;
    margin-bottom: 1em;
}
.article-item > .article-img img {
    -o-object-fit:cover;
       object-fit:cover;
    height: 100%;
}
.article-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.article-item-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.article-item-col > a {
    border-bottom: 1px solid #FFF;
}
.article-item-icon {
    display: -webkit-flex; /* Safari */ /* Safari 6.1+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.article-item-icon .article-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display:none;
}
.article-img {
    max-height: 300px;
    overflow: hidden;
}
.article-item-icon .article-info {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
}
.article-item.article-item-icon .article-img {
    height: auto;
}
.article-item.article-item-icon img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: auto;
}
.article-item h3 {
    margin-bottom: .5em;
}
.article-item a {
    font-size: 14px;
}
.article-info p {
    opacity: .8;
}
a:hover .article-item .article-info {
    color: #FFF;
    text-decoration:none;
}
.article-link {
    padding-top: .5em;
}
a:hover .article-item .article-info .article-link {
    color: #7B47D2;
}

/*image text section*/
.img-text-section {
    background-color: #f2f2f2;
    padding: 3rem 0;
}
.img-text-section .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.img-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -5vh;
}
.img-text-item .section-title {
    max-width: 550px;
}
.img-text-item .section-title p {
    margin-bottom: 2em;
}
.img-text-img img {
    width: 100%;
}

/*lineup content*/
.lineup-sect {
    margin: -1px 0;
}
.lineup-item-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.lineup-item-content:first-of-type {
    padding-bottom: 5em;
}
.lineup-item {
    width: 45%;
    text-align: center;
    margin-bottom: 3em;
}

.lineup-img {
    max-width: 300px;
    margin: auto;
}
.lineup-title h2 {
    margin-bottom: 1em;
}
.lineup-info h4 {
    margin: 1.5em 0 .5em 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.lineup-info a {
    font-size: 14px;
}
.lineup-info:hover a {
    color: #7B47D2;
}
.lineup-item-img {
    position: relative;
    z-index: 2;
}
.lineup-item-info {
    background-color: #FFF;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    top: -50px;
}

.play-vid-btn {
    color: #FFF;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
}

/*video modal*/
.modal iframe {
    width: 100%;
    height: 450px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .hero-text h1 {
        font-size: 3.5em;
    }
    svg.pulse-svg {
        width: 10vh;
        height: 10vh;
    }
    .fullscreen-vid-item, .fullscreen-vid iframe, .fullscreen-vid .video-player {
        min-height: 45vh;
    }

    .video-slider ul.slick-dots {
        bottom: -25px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .bb-pg section {
        padding: 5em 0;
    }
    .bb-pg .section-1600 {
        padding: 0 50px;
    }
    .hero-text h1 {
        font-size: 4em;
    }
    .bb-pg .video-sect {
        padding-bottom: 4em;
    }
    .video-slider {
        margin-top: 0;
    }
    .video-slider:before {
        border-top: 0;
    }
    .bb-pg .compare-modal .video-player {
        max-height: 500px;
        top: 45%;
    }
    .bb-pg .compare-section-info-content h2 {
        font-size: 24px;
    }
    .bb-pg .compare-modal .modal-top {
        top: -4%;
    }
    .bb-pg .compare-modal .modal-top p {
        width: 100%;
    }
    .bb-pg .limited-slider .limited-text {
        position: absolute;
        top: 65%;
        left: 10%;
        transform: translateY(-50%);
        padding: 0;
    }
    .bb-pg .limited-slider .limited-text h2 {
        font-size: 4.5rem;
    }
    .bb-pg .limited-slider .limited-text p {
        display: block;
    }
    .bb-pg .limited-slider .slide > .limited-drum {
        min-height: 500px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .nav-anchor-toggle {
        display: none;
        opacity: 0;
     }
    .nav-anchor {
        left: 25px;
    }
    .nav-anchor ul {
        opacity: 1;
        width: auto;
        overflow: visible;
    }
    svg.pulse-svg {
        width: 15vh;
        height: 15vh;
    }
    .hero .hero-text {
        width: 41%;
    }
    .hero .hero-image {
        width: 59%;
    }
    .hero-text {
        max-width: 535px;
    }
    .hero-text h1 {
        font-size: 4.5em;
    }
    .hero-image-item img{
        height: 37vw;
        width: auto;
        position: relative;
        right: -2vw;
    }
    .comp-feature .slick-dots {
        top: -5em;
    }
    .comp-feature-img, .comp-feature-text {
        max-width: 50%;
    }
    .img-text-item {
        width: 40%;
    }
    .img-text-img {
        width: 60%;
    }
    .img-text-img img {
        height: 48vw;
        width: auto;
        position: relative;
    }
    .lineup-item {
        width: 17%;
    }
    .fullscreen-vid-item, .fullscreen-vid iframe, .fullscreen-vid .video-player {
        min-height: 70vh;
    }
    .fullscreen-vid-text h2 {
        font-size: 3em;
    }
    .article-item-col {
        width: 50%;
    }
    .article-item {
        height: 100%;
    }
    .article-item-col:first-of-type {
        padding-right: 2em;
    }
    .article-item-col > a {
        height: 16.667%;
    }
    .article-item-col > .article-item-full {
        height: 27.778%;
    }
    .article-item-icon .article-img {
        display: block;
        margin-left: 10px;
    }
    .article-img {
        max-height: 100%;
    }
    .bb-pg .compare-selection select {
        font-size: 14px;
    }
    .bb-pg .limited-slider .limited-text {
        max-width: 390px;
    }
    .bb-pg .limited-slider .limited-text h2 {
        font-size: 6rem;
    }
    .bb-pg .limited-slider .limited-text p{
        font-size: 18px;
    }
    .bb-pg .limited-slider .slide > .limited-drum {
        min-height: 600px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .bb-pg .section-1600 {
        padding: 0 150px;
    }
    .section-title h2 {
        font-size: 3.5em;
    }
    .section-title p {
        font-size: 20px;
    }
    .nav-anchor {
        left: 50px;
    }
    svg.pulse-svg {
        width: 20vh;
        height: 20vh;
    }
    .bb-pg .compare-section-info-content h2 {
        font-size: 28px;
    }
    .bb-pg .limited-slider .slide > .limited-drum {
        min-height: 800px;
    }
    .bb-pg .limited-drum1 {
        background-image: url(https://www.yamaha.com/US/backbeat-landing/images/stevegadd-drum1b-lg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .bb-pg .limited-drum2 {
        background-image: url(https://www.yamaha.com/US/backbeat-landing/images/stevegadd-drum2-lg.jpg);
        background-size: cover;
        background-position: center;
    }
}
@media only screen and (min-width : 1300px) {
    .bb-pg .compare-section .compare-section-select {
        flex-direction: row;
    }
    .bb-pg .compare-section .compare-selection {
        flex-direction: row;
    }
    .bb-pg .compare-selection .bb-pg-link {
        margin: 0 0 0 13px;
    }
}
@media only screen and (min-width : 1400px) {
    .fullscreen-vid-item {
        min-height: 70vh;
    }
}
/* extra large devices */
@media only screen and (min-width : 1600px) {
    .hero-text h1 {
        font-size: 6em;
    }
    .bb-pg .section-1600 {
        padding: 0 150px;
        max-width: 1700px;
        margin: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero > .section-1600{
        min-height: 70vh;
    }
}

/*landscape*/
@media (min-width: 550px) and (max-width: 1024px) and (orientation: landscape) {
    .nav-anchor-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
     }
    .nav-anchor {
        left: 0;
    }
    .nav-anchor ul {
        opacity: 0;
        width: 0;
        overflow:hidden;
        height: 100vh;
        justify-content: center;
    }
    .nav-anchor ul:before {
        border-left: 0;
    }
    .nav-anchor.toggled ul {
        border: 0;
        border-right: 1px solid #FFF;
    }
    .nav-anchor li {
        margin: 1em 0;
    }
    .nav-anchor-toggle {
        z-index: 40;
        top: 140px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .nav-anchor-toggle {
        display: none;
    }
}

@media (max-width: 992px) {
    .nav-anchor ul {
        height: 100vh;
        justify-content: center;
    }
    .nav-anchor ul:before {
        border-left: 0;
    }
    .nav-anchor.toggled ul {
        border: 0;
        border-right: 1px solid #FFF;
    }
    .nav-anchor li {
        margin: 1em 0;
    }
    .nav-anchor-toggle {
        z-index: 40;
        top: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-anchor-toggle {
        top: 85px;
    }
    .bb-pg .compare-selection{
        padding: 0;
        width: 100%;
    }
    .bb-pg .compare-section-info-content{
        width: 100%;
    }
    .bb-pg .compare-section-middle{
        order: -1;    
        padding: 7px 20px;
        width: auto;
    }
    .bb-pg .compare-section-info-content ul{
        display: none;
    }
    .bb-pg .compare-section-middle h1{
        display: none;
    }
}