body {
	background-color: #01061d;
}



#sticky-buy {
  background-color: #111111;
}
#sticky-buy h1 {
  color: #FFFFFF;
}

#product-tabs-section, .tab-content {
    background-color: #01061d;
}
#product-tabs-section {
    position: relative;
}
#product-tabs-section:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0px; left: 0px; right: 0px;
    width: 100%;
    height: 2px;
    background: #01061D;
    background: -webkit-linear-gradient(left, rgba(1, 6, 29, 1) 0%, rgba(11, 109, 167, 1) 50%, rgba(1, 6, 29, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 6, 29, 1) 0%, rgba(11, 109, 167, 1) 50%, rgba(1, 6, 29, 1) 100%);
    background: linear-gradient(to right, rgba(1, 6, 29, 1) 0%, rgba(11, 109, 167, 1) 50%, rgba(1, 6, 29, 1) 100%);
}
.dark-section ul#product-tabs li {
    border: none;
}
#tab-content-purchase {
    background-color: #FFFFFF;
}

#intro-section {
    background: #010d22 url('/images/drumx_bg_overview_1@2x.jpg') no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: 0px;
}

.tab-content h2 {
    color: #ede0c4;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 33px;
    margin-bottom: 35px;
}

h3#jimmy-jam-title { margin-bottom: 35px; }
h3#jimmy-jam-title img {
    display: inline-block;
    width: 100%;
    max-width: 600px;
}
.tab-content p, .tab-content li {
    font-size: 17px;
    line-height: 1.6em;
}
.tab-content p { margin-bottom: 25px; }
.section a, .section a:visited { color: #FFFFFF; }

h2.heading.underscore {
    position: relative;
    margin-bottom: 35px !important;
}
h2.heading.underscore:after {
    display: block;
    content: "";
    width: 155px;
    height: 3px;
    background-color: #ede0c4;
    margin: 0 auto;
    margin-top: 15px;
}









#pulsate-section {
    background: #010d22 url('/images/drumx_bg_gradient_1@2x.jpg') no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

.pulsate-animation {
	position: relative;
	margin-bottom: 15px;
    display: none;
}
#interface-pads { display: block; }
.pulsate-bubbles { display: none; }
.pulsate-bubbles .pulsate-bubble {
	position: absolute;
    color: #FFFFFF;
}

.pulsate-bubbles .pulsate-bubble .bubble-container {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
}

.pulsate-bubbles .pulsate-bubble .bubble-container:before {
	content: '';
	position: relative;
	display: block;
	width: 300%;
	height: 300%;
	box-sizing: border-box;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 100px;
	border: 3px solid #FFFFFF;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsate-bubbles .pulsate-bubble .bubble-container:after {
	cursor: pointer;
	content: '+';
	color: #000000;
    position: absolute;
    left: -5px; 
    top: -5px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 45px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	-webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
    border: 5px solid #55322c;
}
.pulsate-bubbles .pulsate-bubble.active-bubble .bubble-container:after {
	transform: rotate(45deg);
    background-color: #bd9d53;
}
@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

.pulsate-bubbles .pulsate-bubble .bubble-content {
	display: none;
	position: absolute;
	top: 75px;
	padding: 25px;
	width: 500px;
	z-index: 10;
    -webkit-box-shadow: 1px 10px 47px 3px rgba(0,0,0,0.8);
    -moz-box-shadow: 1px 10px 47px 3px rgba(0,0,0,0.8);
    box-shadow: 1px 10px 47px 3px rgba(0,0,0,0.8);
    background-color: #18191c;
    border: 3px solid #9d8747;
    border-radius: 10px;
    box-sizing: content-box;
    text-align: left;
}
.pulsate-bubbles .pulsate-bubble .bubble-content.left {
    left: 75px;
    top: -50px;
}
.pulsate-bubbles .pulsate-bubble .bubble-content.center {
	left: -254px;
}
.pulsate-bubbles .pulsate-bubble .bubble-content.bottom {
	top: auto;
    bottom: 35px;
    left: -250px;
}


.pulsate-bubbles .pulsate-bubble .bubble-content.right {
	right: 40px;
    top: -50px;
}
.pulsate-bubbles .pulsate-bubble .bubble-content.center:after {
    position: absolute;
    display: block;
    content: "";
    top: -25px;
    left: calc(50% - 22px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 25px 17.5px;
    border-color: transparent transparent #9d8747 transparent;
}
.pulsate-bubbles .pulsate-bubble .bubble-content.bottom:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -25px;
    left: calc(50% - 25px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 17.5px 0 17.5px;
    border-color: #9d8747 transparent transparent transparent;
}
.pulsate-bubbles .pulsate-bubble .bubble-content.left:after {
    position: absolute;
    display: block;
    content: "";
    left: -25px;
    top: 53px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 25px 17.5px 0;
    border-color: transparent #9d8747 transparent transparent;
}
.pulsate-bubbles .pulsate-bubble .bubble-content.right:after {
    position: absolute;
    display: block;
    content: "";
    right: -25px;
    top: 53px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 25px;
    border-color: transparent transparent transparent #9d8747;
}


.pulsate-bubbles .pulsate-bubble .bubble-content h6 {
	text-transform: uppercase;
	font-size: 23px;
}
.pulsate-bubbles .pulsate-bubble .bubble-content p, .pulsate-bubbles .pulsate-bubble .bubble-content li {
	font-size: 14px;
}
.pulsate-bubbles .pulsate-bubble .bubble-content p:last-child, .pulsate-bubbles .pulsate-bubble .bubble-content li:last-child { margin-bottom: 0px; }


#interface-pads .pulsate-bubbles .pulsate-bubble:nth-child(1) {
    top: 11.5%;
    left: 51.6%;
}
#interface-pads .pulsate-bubbles .pulsate-bubble:nth-child(2) {
    top: 31%;
    left: 77.6%;
}
#interface-pads .pulsate-bubbles .pulsate-bubble:nth-child(3) {
	top: 43.2%;
	left: 21%;
}


#interface-pads .pulsate-bubbles .pulsate-bubble:nth-child(4) {
    top: 48%;
    left: 50.5%;
}
#interface-pads .pulsate-bubbles .pulsate-bubble:nth-child(5) {
    top: 53%;
    left: 77.6%;
}
#interface-pads .pulsate-bubbles .pulsate-bubble:nth-child(6) {
    top: 43%;
    left: 14.5%;
}


#interface-grid .pulsate-bubbles .pulsate-bubble:nth-child(1) {
	top: 35%;
	left: 30.75%;
}
#interface-grid .pulsate-bubbles .pulsate-bubble:nth-child(2) {
	top: 42.8%;
	left: 78%;
}
#interface-grid .pulsate-bubbles .pulsate-bubble:nth-child(3) {
	top: 84%;
	left: 45.6%;
}

#interface-selectors ul { text-align: center; }
#interface-selectors ul li {
    display: inline-block;
    margin: 0px 8px;
}
#interface-selectors ul li a {
    padding: 10px;
    font-size: 32px;
    background-color: #2b2b2b;
    border-radius: 45px 45px;
    color: #b2b2b2;
    font-weight: bold;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
}
#interface-selectors ul li.interface-selected a {
    color: #FFFFFF;
    border: 3px solid #d66f5e;
    background-color: #010d27;
}





#jjam-section, #features-section, #create-section {
    background-color: #121417;
}

.features-container {
    padding: 25px;
    background: url('/images/drumx_bg_gradient-left_1@2x.jpg') no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 35px;
}
.features-container.features-right {
    background-image: url('/images/drumx_bg_gradient-right_1@2x.jpg');
}
.features-container h3 {
    text-align: left;
    font-weight: 500;
}
.features-container div.fullimage img {
    max-width: 900px;
    margin: 0 auto;
}


#grooves-section {
    background: #010d22 url('/images/drumx_bg_gradient_1@2x.jpg') no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}


@media only screen and (min-width: 480px) {
    #product-centerstage {
		min-height: 250px;
	}
   
    
}

@media only screen and (min-width: 768px) {
	#product-centerstage {
		min-height: 355px;
	}
    .tab-content h2 {
        font-size: 35px;
    }
    h2.heading.underscore {
        letter-spacing: 1px;
        margin-bottom: 45px !important;
    }
    .pulsate-bubbles {
        display: block;
    }
    .features-container {
        padding: 35px;
    }
}

@media only screen and (min-width: 1140px) {
	#product-centerstage {
		min-height: 550px;
	}
    #intro-section {
        padding-top: 95px;
    }
    h2.heading.underscore {
        font-size: 37px;
    }
    .features-container {
        padding: 45px;
    }
   
    
}

