/* header-banner-images */
@media screen and (min-width:1921px) {
.banner-image {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 32px;
}
}

/* make waves content */
[data-id="1387963"]::after {
	content: '';
	display: block;
	clear: both;
}
[data-id="1387963"] .mw-overview-large {
	padding: 0;
}
[data-id="1387963"] .mw-overview-container {
	max-width: 1020px;
}
[data-id="1387963"] .keyline-top-electric,
[data-id="1387963"] .keyline-bottom-electric {
	height: 12px;
}
[data-id="1387963"] .mw-overview-container-text {
	padding: 40px 100px;
	text-align: center;
}

@media screen and (max-width:767px) {
	[data-id="1387963"] .keyline-top-electric,
	[data-id="1387963"] .keyline-bottom-electric {
		height: 5px;
	}
	[data-id="1387963"] .mw-overview-container-text {
		padding: 20px 15px 10px;
	}
	[data-id="1387963"] .mw-overview-container-text h4 {
		margin: 0;
		font-size: 17px;
		line-height: 1.8;
	}
}

/* video */
[data-id="1387969"] {
	margin: 100px 0 0;
	padding: 60px 0;
	background-color: #151515;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
[data-id="1387969"].dtx-animate-end {
	opacity: 1;
	transform: translateY(0);
}
[data-id="1387969"] .container-fluid {
	max-width: 1084px;
}

@media screen and (max-width:767px) {
	[data-id="1387969"] {
		margin: 0;
		padding: 35px 0;
		background-color: #151515;
	}
}


/* heading */
#d1388068 {
	padding: 90px 0 0;
	background-color: #000;
}
#d1388068 .container-fluid {
	max-width: 1084px;
}
#d1388068 h2 {
	margin: 0;
	font-size: 40px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width:767px) {
	#d1388068 {
		padding: 55px 0 0;
	}
	#d1388068 h2 {
		font-size: 30px;
	}
}


/* grid init */
[data-id="d98445-1"] .row,
[data-id="d98445-2"] .row,
[data-id="d98445-3"] .row,
[data-id="d98445-4"] .row,
[data-id="d98445-5"] .row,
[data-id="d98445-6"] .row,
[data-id="d98445-7"] .row,
[data-id="d98445-8"] .row,
[data-id="d98445-9"] .row,
[data-id="d98445-10"] .row{
	margin: 0 !important;
}


/* outer grid */
[data-id="d98445-3"],
[data-id="d98445-5"],
[data-id="d98445-7"],
[data-id="d98445-9"]{
	margin: 0;
	padding: 100px 0 0;
	max-width: 100%;
	background-color: #000;
}

@media screen and (max-width:767px) {
	[data-id="d98445-3"],
	[data-id="d98445-5"],
	[data-id="d98445-7"],
	[data-id="d98445-9"]{
		padding: 0;
	}
}

/* spec main */
.dtx-content {
	margin: 0;
	padding: 0 0 75px;
	background-color: #000;
}

.dtx-content h3 {
	display: none !important;
}

.dtx-content .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dtx-content.custom-image-right .clearfix {
	display: flex;
	flex-direction: row-reverse;
}
.dtx-content .clearfix .media-box {
	margin: 0;
	padding: 0;
	max-width: 600px;
}
.dtx-content.custom-image-left .clearfix .media-box {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.dtx-content.custom-image-right .clearfix .media-box {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.dtx-content.custom-image-left .clearfix .media-box.dtx-animate-end,
.dtx-content.custom-image-right .clearfix .media-box.dtx-animate-end {
	opacity: 1;
	transform: translateX(0);
}
.dtx-content .clearfix .media-box img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.dtx-content .clearfix .text-box {
	margin: 0;
	padding: 0 70px;
	max-width: 600px;
}
.dtx-content .clearfix .text-box h3 {
	position: relative;
	display: block !important;
	margin-bottom: 20px;
	padding-bottom: 27px;
	font-size: 40px;
	color: #fff;
}
.dtx-content .clearfix .text-box h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 7px;
	background-image: url('title_underbar_s.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: width 0.5s ease;
}
.dtx-content .clearfix .text-box h3.dtx-animate-end::after {
	width: 72px;
}

.dtx-content .clearfix .text-box p {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}

.dtx-content .clearfix .text-box ul.list-unstyled {
	margin-top: 30px;
	opacity: 0;
	transition: opacity 0.5s ease;
	
	display: none;
}
.dtx-content .clearfix .text-box ul.list-unstyled.dtx-animate-end {
	opacity: 1;
}
.dtx-content .clearfix .text-box ul.list-unstyled > li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.dtx-content .clearfix .text-box ul.list-unstyled > li a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 65px;
	height: 50px;
	font-size: 16px;
	color: #fff;
}
.dtx-content .clearfix .text-box ul.list-unstyled > li a::before {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 10;
	transition: background-color 0.3s ease;
}
.dtx-content .clearfix .text-box ul.list-unstyled > li a::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: 19px;
	display: block;
	width: 16px;
	height: 16px;
	border-left: solid 14px #93282c;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	z-index: 20;
	transition: border 0.3s ease;
}
.dtx-content .clearfix .text-box ul.list-unstyled > li a span {
	display: none;
}
@media screen and (min-width:768px) {
	.dtx-content .clearfix .text-box ul.list-unstyled > li a:hover {
		text-decoration: none;
	}
	.dtx-content .clearfix .text-box ul.list-unstyled > li a:hover::before {
		background-color: #93282c;
	}
	.dtx-content .clearfix .text-box ul.list-unstyled > li a:hover::after {
		border-left: solid 14px #fff;
	}
}

@media screen and (max-width:767px) {
	
	.dtx-content {
		padding: 55px 0 40px;
	}
	.dtx-content .container-fluid {
		padding: 0;
	}
	.dtx-content .clearfix {
		flex-direction: column;
		justify-content: flex-start;
	}
	.dtx-content.custom-image-right .clearfix {
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.dtx-content .clearfix .media-box {
		margin: 0 16px;
		padding: calc(100% - 32px) 0 0 !important;
		width: calc(100% - 32px);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.dtx-content .clearfix .media-box img {
		display: none;
	}
	#d1387970.dtx-content .clearfix .media-box {
		background-image: url('specification_01.png');
	}
	#d1387975.dtx-content .clearfix .media-box {
		background-image: url('specification_02.png');
	}
	#d1387980.dtx-content .clearfix .media-box {
		background-image: url('specification_03.png');
	}
	#d1388039.dtx-content .clearfix .media-box {
		background-image: url('specification_04.png');
	}
	
	.dtx-content .clearfix .text-box {
		margin: 20px 0 0;
		padding: 0 16px;
		width: 100%;
		max-width: 100%;
	}
	.dtx-content .clearfix .text-box h3 {
		margin-bottom: 15px;
		padding-bottom: 20px;
		font-size: 30px;
	}
	.dtx-content .clearfix .text-box h3::after {
		height: 5px;
	}
	.dtx-content .clearfix .text-box h3.dtx-animate-end::after {
		width: 45px;
	}
	.dtx-content .clearfix .text-box p {
		font-size: 14px;
	}
	.dtx-content .clearfix .text-box ul.list-unstyled > li a {
		padding-left: 55px;
		height: 44px;
		font-size: 14px;
	}
	.dtx-content .clearfix .text-box ul.list-unstyled > li a::before {
		top: calc(50% - 22px);
		width: 44px;
		height: 44px;
	}
	.dtx-content .clearfix .text-box ul.list-unstyled > li a::after {
		top: calc(50% - 7px);
		left: 17px;
		width: 14px;
		height: 14px;
		border-left: solid 12px #93282c;
		border-top: solid 7px transparent;
		border-bottom: solid 7px transparent;
	}
}


/* slide btn */
.dtx-slide-btn {
	margin: 0;
	padding: 100px 0 75px;
}
.dtx-slide-btn ul {
	margin: 0;
}
.dtx-slide-btn ul > li {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: #000;
	width: 100%;
	max-width: 200px;
	height: 50px;
}
.dtx-slide-btn ul > li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background-color: #fff;
	z-index: 10;
	transition: width 0.5s ease;
}
.dtx-slide-btn.dtx-animate-end ul > li:after {
	width: 100%;
}
.dtx-slide-btn a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #333;
	background-color: rgb(0, 0, 0, 0);
	border: solid 1px #b5b5b5;
	opacity: 0;
	z-index: 20;
	pointer-events: none;
	transition: opacity 0.5s 0.3s ease, color 0.3s ease, background-color 00.3s ease;
}
.dtx-slide-btn.dtx-animate-end a {
	opacity: 1;
	pointer-events: auto;
}
@media screen and (min-width:768px) {
	.dtx-slide-btn a:hover {
		color: #fff;
		text-decoration: none;
		background-color:  rgb(0, 0, 0, 1);
	}
}
.dtx-slide-btn a .fa {
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	font-size: 24px;
	color: #93282c;
}
.dtx-slide-btn.btn-open a .fa {
	transform: rotate(90deg);
}
.dtx-slide-btn.btn-close a .fa {
	transform: rotate(-90deg);
}
.btn-noDisp {
	display: none !important;
}

@media screen and (max-width:767px) {
	.dtx-slide-btn {
		padding: 0;
	}
	.dtx-slide-btn .container-fluid {
		margin: 0;
		padding: 0;
	}
	.dtx-slide-btn ul > li {
		max-width: 100%;
		height: 90px;
		border-radius: 0;
	}
	.dtx-slide-btn a {
		flex-direction: row;
		padding: 0;
		height: 90px;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}
	.dtx-slide-btn a .fa {
		position: static;
		top: auto;
		right: auto;
		margin-left: 5px;
	}
}


/* link btn */
.dtx-link-btn {
	margin: 0;
	padding: 75px 0;
}
.dtx-link-btn.btn-edk {
	background-color: #f1f1f1;
}
.dtx-link-btn ul {
	margin: 0;
}
.dtx-link-btn ul > li {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: #000;
	width: 100%;
	max-width: 200px;
	height: 50px;
}
.dtx-link-btn.btn-edk ul > li {
	background-color: #f1f1f1;
}
.dtx-link-btn ul > li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background-color: #fff;
	z-index: 10;
	transition: width 0.5s ease;
}
.dtx-link-btn.dtx-animate-end ul > li:after {
	width: 100%;
}
.dtx-link-btn a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #333;
	background-color: rgb(0, 0, 0, 0);
	border: solid 1px #b5b5b5;
	opacity: 0;
	z-index: 20;
	pointer-events: none;
	transition: opacity 0.5s 0.3s ease, color 0.3s ease, background-color 00.3s ease;
}
.dtx-link-btn.dtx-animate-end a {
	opacity: 1;
	pointer-events: auto;
}
@media screen and (min-width:768px) {
	.dtx-link-btn a:hover {
		color: #fff;
		text-decoration: none;
		background-color:  rgb(0, 0, 0, 1);
	}
}
.dtx-link-btn a .fa {
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	font-size: 24px;
	color: #93282c;
}

@media screen and (max-width:767px) {
	.dtx-link-btn {
		padding: 0;
	}
	.dtx-link-btn .container-fluid {
		margin: 0;
		padding: 0;
	}
	.dtx-link-btn ul > li {
		max-width: 100%;
		height: 90px;
		border-radius: 0;
	}
	.dtx-link-btn a {
		flex-direction: row;
		padding: 0;
		height: 90px;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}
	.dtx-link-btn a .fa {
		position: static;
		top: auto;
		right: auto;
		margin-left: 5px;
	}
}


/* inner grid */
[data-id="d98445-4"],
[data-id="d98445-6"],
[data-id="d98445-8"],
[data-id="d98445-10"]{
	display: none;
	padding: 100px 0;
	max-width: 100%;
	background-color: #fff;
}
@media screen and (max-width:767px) {
	[data-id="d98445-4"],
	[data-id="d98445-6"],
	[data-id="d98445-8"],
	[data-id="d98445-10"]{
		padding: 50px 0 0;
	}
}


/* spec detail */
.dtx-slide-inner-content {
	margin: 0;
}
.dtx-slide-inner-content ~ .dtx-slide-inner-content {
	margin-top: 60px;
}
.dtx-slide-inner-content .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dtx-slide-inner-content.custom-image-right .clearfix {
	flex-direction: row-reverse;
}
.dtx-slide-inner-content .clearfix::before {
	content: none;
}
.dtx-slide-inner-content .clearfix .media-box {
	overflow: hidden;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	width: 46%;
}
.dtx-slide-inner-content.custom-image-left .clearfix .media-box {
	padding: 0 0 30px 30px;
}
.dtx-slide-inner-content.custom-image-right .clearfix .media-box {
	padding: 0 30px 30px 0;
}
.dtx-slide-inner-content .clearfix .media-box img {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	z-index: 20;
}
.dtx-slide-inner-content .clearfix .media-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background-image: url('make_waves_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
.dtx-slide-inner-content.custom-image-left .clearfix .media-box::after{
	left: 0;
}
.dtx-slide-inner-content.custom-image-right .clearfix .media-box::after {
	right: 0;
}
.dtx-slide-inner-content .clearfix .text-box {
	float: none;
	display: block;
	padding: 0 30px;
	width: 54%;
}
.dtx-slide-inner-content .clearfix .text-box p {
	font-size: 16px;
}

@media screen and (max-width:767px) {
	.dtx-slide-inner-content {
		margin: 0 0 30px !important;
	}
	.dtx-slide-inner-content .clearfix {
		flex-direction: column;
		align-items: flex-start;
	}
	.dtx-slide-inner-content.custom-image-right .clearfix {
		flex-direction: column;
	}
	.dtx-slide-inner-content .clearfix .media-box {
		padding: 100% 0 0 !important;
		width: 100%;
	}
	.dtx-slide-inner-content .clearfix .media-box img {
		display: none;
	}
	.dtx-slide-inner-content .clearfix .media-box::before {
		content: '';
		position: absolute;
		top: 0;
		display: block;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 20;
	}
	#d1387973.dtx-slide-inner-content .clearfix .media-box::before {
		background-image: url('specification_01_01.png');
	}
	#d1387974.dtx-slide-inner-content .clearfix .media-box::before {
		background-image: url('specification_01_02.png');
	}
	#d1387978.dtx-slide-inner-content .clearfix .media-box::before {
		background-image: url('specification_02_01.png');
	}
	#d1387979.dtx-slide-inner-content .clearfix .media-box::before {
		background-image: url('specification_02_02.png');
	}
	#d1387983.dtx-slide-inner-content .clearfix .media-box::before {
		background-image: url('specification_03_01.png');
	}
	#d1387984.dtx-slide-inner-content .clearfix .media-box::before {
	background-image: url('specification_03_02.png');
	}
	#d1388042.dtx-slide-inner-content .clearfix .media-box::before {
		background-image: url('specification_04_01.png');
	}
	.dtx-slide-inner-content.custom-image-left .clearfix  .media-box::before{
		right: 0;
	}
	.dtx-slide-inner-content.custom-image-right .clearfix  .media-box::before {
		left: 0;
	}
	.dtx-slide-inner-content .clearfix .text-box {
		margin-top: 25px;
		padding: 0;
		width: 100%;
	}
	.dtx-slide-inner-content .clearfix .text-box p {
		font-size: 14px;
	}
}


/* ELECTRONIC DRUM KIT heading */
#d1388043 {
	padding: 100px 0 10px;
	background-color: #f1f1f1;
}
#d1388043 .container-fluid {
	max-width: 1084px;
}
#d1388043 h2 {
	margin: 0;
	font-size: 40px;
	color: #333;
	text-align: center;
}

@media screen and (max-width:767px) {
	#d1388043 {
		padding: 55px 0;
	}
	#d1388043 h2 {
		font-size: 30px;
	}
}


/* ELECTRONIC DRUM KIT detail */
.dtx-content-edk {
	margin: 0;
	padding: 75px 0;
	background-color: #f1f1f1;
}

.dtx-content-edk h3 {
	display: none !important;
}

.dtx-content-edk .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dtx-content-edk.custom-image-right .clearfix {
	display: flex;
	flex-direction: row-reverse;
}
.dtx-content-edk .clearfix .media-box {
	margin: 0;
	padding: 0;
	max-width: 600px;
}
.dtx-content-edk.custom-image-left .clearfix .media-box {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.dtx-content-edk.custom-image-right .clearfix .media-box {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.dtx-content-edk.custom-image-left .clearfix .media-box.dtx-animate-end,
.dtx-content-edk.custom-image-right .clearfix .media-box.dtx-animate-end {
	opacity: 1;
	transform: translateX(0);
}
.dtx-content-edk .clearfix .media-box img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.dtx-content-edk .clearfix .text-box {
	margin: 0;
	padding: 0 70px;
	max-width: 600px;
}
.dtx-content-edk .clearfix .text-box h3 {
	position: relative;
	display: block !important;
	margin-bottom: 20px;
	padding-bottom: 27px;
	font-size: 40px;
	color: #333;
}
.dtx-content-edk .clearfix .text-box h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 7px;
	background-image: url('title_underbar_s.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: width 0.5s ease;
}
.dtx-content-edk .clearfix .text-box h3.dtx-animate-end::after {
	width: 72px;
}

.dtx-content-edk .clearfix .text-box p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
.dtx-content-edk .clearfix .text-box p:nth-child(2),
.dtx-content-edk .clearfix .text-box p:nth-child(6) {
	font-family: Oswald,'Lucida Grande',sans-serif;
	font-size: 28px;
}

@media screen and (max-width:767px) {
	
	.dtx-content-edk {
		padding: 0 0 40px;
	}
	.dtx-content-edk .container-fluid {
		padding: 0;
	}
	.dtx-content-edk .clearfix {
		flex-direction: column;
		justify-content: flex-start;
	}
	.dtx-content-edk.custom-image-right .clearfix {
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.dtx-content-edk .clearfix .media-box {
		margin: 0 16px;
		padding: calc(100% - 32px) 0 0 !important;
		width: calc(100% - 32px);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.dtx-content-edk .clearfix .media-box img {
		display: none;
	}
	#d1388044.dtx-content-edk .clearfix .media-box {
		background-image: url('electronic_drum_kit.png');
	}
	
	.dtx-content-edk .clearfix .text-box {
		margin: 20px 0 0;
		padding: 0 16px;
		width: 100%;
		max-width: 100%;
	}
	.dtx-content-edk .clearfix .text-box h3 {
		margin-bottom: 15px;
		padding-bottom: 20px;
		font-size: 30px;
	}
	.dtx-content-edk .clearfix .text-box h3::after {
		height: 5px;
	}
	.dtx-content-edk .clearfix .text-box h3.dtx-animate-end::after {
		width: 45px;
	}
	.dtx-content-edk .clearfix .text-box p {
		font-size: 14px;
	}
	.dtx-content-edk .clearfix .text-box p:nth-child(2),
	.dtx-content-edk .clearfix .text-box p:nth-child(6) {
		font-size: 24px;
	}
}

#FindDealer {
	background-color: #fff !important;
}