/* CC+ Free Trial 2022 - v1.0.1 */

.wrapper.small {
    max-width: 975px;
}

.align-left > *, .align-left { text-align: left !important; }
.align-right > *, .align-right { text-align: right !important; }
.white-text > *, .white-text a, .white-text a:visited {
    color: #FFFFFF !important;
}

body, #cc23-page {
	background-color: #FFFFFF;
}

#cc23-page .wrapper {
	text-align: center;
}

#product-centerstage h1 { display: none; }
#product-centerstage p.button { display: block; width: 100%; text-align: center; margin-top: 0px; }
#product-centerstage p.button a {
	background-color: #e22728;
	border-radius: 0px;
	font-size: 17px;
	font-weight: normal;
	padding: 8px 25px;
}
#product-centerstage p.button a:hover {
	background-color: #cf1819;
}

.overview-section h3.big-heading, .fullmedia-section h3.big-heading {
	margin-bottom: 25px;
}

h3.big-heading.black-friday-title, h3.medium-heading.black-friday-title {
    font-family: "tachyon", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
}
h3.big-heading.bigger {
	font-size: 38px;
	text-align: center;
}

#composers-section .cc-bubble h3.big-heading:not(.no-gradient) {
	font-size: 40px;
}
p.button a {
	border-radius: 35px;
	font-size: 20px;
	padding: 12px 60px;
	min-width: 100px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	background-color: #c80509;
	color: #FFFFFF !important;
}
p.button.centered {
	display: block;
	text-align: center;
}

p.cc-play a, p.cc-video a {
	display: block;
	text-indent: -99999px;
	width: 40px; height: 40px;
	background: url('/images/cc24_play-button_1@2x.png') no-repeat;
	background-size: 40px auto;
	cursor: pointer;
}
p.cc-play.playing a {
	background-image: url('/images/cc24_pause-button_1@2x.png');
}


.overview-section h3.big-heading:last-child, .fullmedia-section h3.big-heading:last-child,
.overview-section p:last-child, .fullmedia-section p:last-child {
	margin-bottom: 0px;
}

h6 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
p.subheading {
	font-size: 16px;
}
.small-text {
	font-size: 13px;
}

.cc-bubble .mediatext {
	padding: 25px 0px 15px 0px;
}
.cc-bubble .mediatext p { margin-bottom: 25px; }
#composers-section .cc-bubble .media-col {
	text-align: center;
}

#coming-soon-section {
    background-color: #c80509;
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.cc-banners li img {
    display: block;
    width: 100%;
}

#chapters-section {
	position: relative;
}
.highlight-section {
	position: relative;
	border-radius: 35px 35px;
	overflow: hidden;
	margin-bottom: 35px;
	background-color: #000000;
	text-align: center;
}
.cc-product-highlight {
	position: relative;
}
.highlight-section .cc-product-highlight {
	display: none;
	
}
.highlight-section .cc-product-highlight:first-child { display: block; }

.highlight-multi .cc-product-highlight {
	padding-bottom: 200px;
}
.highlight-multi .highlight-controls {
	position: absolute;
	bottom: 45px;
	width: calc(100% - 50px);
}

.product-highlight-container {
	padding: 35px 25px;
}
.highlight-multi .product-highlight-container {
	padding: 35px 25px 0px 25px;
}
.highlight-section .highlight-laptop {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0 auto; margin-bottom: 25px;
}
.highlight-section .highlight-laptop .laptop-screens {
	position: absolute;
	top: 6%; left: 12%; right: 12%;
}
.highlight-section .highlight-laptop .laptop-screens img {
	display: none; width: 100%;
}
.highlight-section .highlight-laptop .laptop-screens img:first-child {
	display: block;
}
.highlight-section .highlight-laptop .laptop-spacer img {
	display: block; width: 100%;
}
.highlight-section .product-banners {
	position: relative;
	margin-bottom: 25px;
}
.highlight-section .product-banners-container img { display: none; }
.highlight-section .product-banners-container img:first-child { display: block; }
.highlight-section .product-banners .banner-arrows, .highlight-laptop .laptop-arrows {
	display: none;
}
.highlight-section .product-banners .banner-arrows .banner-arrow, .highlight-laptop .laptop-arrows .laptop-arrow {
	width: 30px; height: 30px;
	background: url('/images/cc24_next-button_1@2x.png') no-repeat;
	background-size: 30px auto;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.highlight-section .product-banners .banner-arrows .banner-arrow.arrow-left, .highlight-laptop .laptop-arrows .laptop-arrow.arrow-left {
	left: 3%;
	-webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.highlight-section .product-banners .banner-arrows .banner-arrow.arrow-right, .highlight-laptop .laptop-arrows .laptop-arrow.arrow-right {
	right: 3%;
}
.section-controls .product-controls { display: none; }
.section-controls #controls-pd, .section-controls #controls-steinway { display: block; }

#hs2-highlight {
	padding-top: 35%;
	background: #000000 url('/images/cc23_hs2-banner_1@2x.jpg') no-repeat;
	background-size: 100% auto;
}
#hs2-highlight .product-highlight-container {
	padding-bottom: 90px;
}
/*
#hs2-highlight:after {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	content: "";
	width: 112px; height: 85px;
	background: url('/images/cc23_hs2-sticker_1@2x.png') no-repeat;
	background-size: 112px auto;
}
*/

#hfb-highlight {
	padding-top: 37%;
	background: #000000 url('/images/cc23_hfb-banner_2@2x.jpg') no-repeat;
	background-size: contain;
}

#hfs-highlight {
	padding-top: 37%;
	background: #000000 url('/images/cc23_hfs-banner_2@2x.jpg') no-repeat;
	background-size: contain;
}
#hfw-highlight {
	padding-top: 37%;
	background: #000000 url('/images/cc23_hfw-banner_1@2x.jpg') no-repeat;
	background-size: contain;
}
#hfp-highlight {
	padding-top: 37%;
	background: #000000 url('/images/cc23_hfp-banner_1@2x.jpg') no-repeat;
	background-size: contain;
}
#hfv-highlight {
	padding-top: 37%;
	background: #000000 url('/images/cc23_hfv-banner_1@2x.jpg') no-repeat;
	background-size: contain;
}
#hfoo-highlight {
	padding-top: 37%;
	background: #000000 url('/images/cc23_hfo-banner_1@2x.jpg') no-repeat;
	background-size: contain;
}
#hfb-highlight:after, #hfs-highlight:after, #hfw-highlight:after, #hfp-highlight:after, #hfv-highlight:after, #hfoo-highlight:after, #hs2-highlight:after, #iconic-highlight:after, #lofi-highlight:after, #ak-highlight:after {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	content: "";
	width: 112px; height: 85px;
	background: url('/images/cc23_new-sticker_1@2x.png') no-repeat;
	background-size: 112px auto;
}
/*
#lofi-highlight:after {
    background-image: url('/images/cc23_new-sticker_black_1@2x.png');
}
*/

#ho-highlight {
	background: #000000 url('/images/cc23_ho_background_1@2x.jpg') no-repeat;
	background-size: 100% auto;	
}
#ho-highlight:after {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	content: "";
	width: 125px;
    height: 100px;
	background: url('/images/cc24_sticker_namm-award-winner_1@2x.png') no-repeat;
	background-size: 125px auto;
}

#ho-highlight .product-highlight-container {
	padding-top: 13%;
}
#so-highlight {
	background: #000000 url('/images/cc23_so_background_1@2x.jpg') no-repeat;
	background-size: cover;
}
#so-highlight p.interface img {
	max-width: 200px;
}
#lofi-highlight {
    background: #000000 url('/images/cc23_lofi_bg_1@2x.jpg') center no-repeat;
    background-size: cover;	
}
#iconic-highlight {
    background: #000000 url('/images/cc23_iconic_bg_2@2x.jpg') center no-repeat;
    background-size: cover;	
}
#fp-highlight, .fp-highlight {
	background: #000000 url('/images/cc23_syths-fx_background_1@2x.jpg') center no-repeat;
	background-size: cover;	
}
#sm-highlight, .sm-highlight {
	background: #000000 url('/images/cc23_sm-background_1@2x.jpg') center no-repeat;
	background-size: cover;	
}
#sm-highlight, .sm-highlight {
	background: #000000 url('/images/cc23_sm-background_1@2x.jpg') center no-repeat;
	background-size: cover;	
}

#lofi-highlight h3 { text-align: center; }
#lofi-highlight h3 img {
    display: inline-block;
    width: 100%;
    max-width: 150px;
}
#lofi-highlight p.cc-play a {
    background-image: url('/images/cc24_play-button_blue_1@2x.png');
}
#lofi-highlight p.cc-play.playing a {
    background-image: url('/images/cc24_pause-button_blue_1@2x.png');
}
#lofi-highlight .section-controls p.button a {
    background: rgb(27,78,241);
    background: linear-gradient(164deg, rgba(27,78,241,1) 0%, rgba(124,86,246,1) 100%);
}
#lofi-highlight .section-controls p.button a:hover {
    background: none;
    background-color: #7c56f6;
}

#iconic-highlight h3 { text-align: center; margin-bottom: 20px; }
#iconic-highlight h3 img {
    display: inline-block;
    width: 100%;
    max-width: 550px;
}

.section-nav {
	max-width: 750px;
	margin: 0 auto;
}
.section-nav ul {
	text-align: center;
}
.section-nav ul li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 10px 0px 5px;
	border-right: 1px solid #000000;
	list-style: none;
}
.section-nav ul li.active {
	font-weight: bold;
}
.section-nav ul li a {
	color: #000000;
}
.dark-section .section-nav ul li {
	border-right: 1px solid #CACACA;
}
.dark-section .section-nav ul li a {
	color: #CACACA;
}
.dark-section .section-nav ul li.active {
	border-right: 1px solid #FFFFFF;
}
.dark-section .section-nav ul li.active a {
	color: #FFFFFF;
}

.dark-section .section-nav ul li:last-child, .section-nav ul li:last-child {
	border: none;
	padding-right: 0px;
}

.section-controls {
	text-align: center;
	padding-top: 10px;
}
.section-controls p {
	padding: 0px 15px;
}
.section-controls p:first-child { padding-left: 0px; }
.section-controls p:last-child { padding-right: 0px; }
.section-controls p.button {
	margin: 0px;
}
.section-controls p.button a {
	border: none;
	font-weight: normal;
	padding: 8px 45px;
	font-size: 15px;
	background-color: #c80509;
}
.section-controls p.cc-play, .section-controls p.cc-video {
	display: inline-block;
	margin: 0px;
}


.cc-sliders-outer {
	position: relative;
	overflow: hidden;
	height: 315px;
	margin-bottom: 15px;
}
.cc-sliders-outer .cc-sliders {
	position: absolute;
	left: 0px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	height: 545px;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	
}
.cc-sliders-outer .cc-sliders-container {
	position: absolute;
	padding: 0px 10px;
}

.cc-sliders .cc-slider {
	overflow: hidden;
	display: inline-block;
	width: 175px;
	margin-right: 10px;
	border: 1px solid #000000;
	border-radius: 25px 0px 25px 0px;
}
.cc-sliders .cc-slider:last-child {
	margin-right: 0px;
}
.cc-sliders .cc-slider .slider-cover {
	max-height: 381px; overflow: hidden;
}

.cc-sliders .cc-slider .slider-cover img {
	display: block;
	width: 100%;
}
.cc-slider .section-controls { padding: 0px; }
.cc-slider .section-controls p { padding: 0px 15px; margin-bottom: 15px; }
.cc-slider .section-controls p.button { display: none; }

.pd-highlight {
	background: rgb(52,75,113);
	background: -webkit-linear-gradient(rgba(52,75,113,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(52,75,113,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(52,75,113,1) 0%, rgba(0,0,0,1) 100%); 
}
.hpb-highlight {
	background: rgb(121,159,178);
	background: -webkit-linear-gradient(rgba(121,159,178) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(121,159,178) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(121,159,178) 0%, rgba(0,0,0,1) 100%); 
}
.gw-highlight {
	background: rgb(68,76,85);
	background: -webkit-linear-gradient(rgba(68,76,85) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(68,76,85) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(68,76,85) 0%, rgba(0,0,0,1) 100%); 
}
.tds-highlight {
	background: rgb(129,113,77);
	background: -webkit-linear-gradient(rgba(129,113,77) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(129,113,77) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(129,113,77) 0%, rgba(0,0,0,1) 100%); 
}
.mor2-highlight {
	background: rgb(108,12,17);
	background: -webkit-linear-gradient(rgba(108,12,17) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(108,12,17) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(108,12,17) 0%, rgba(0,0,0,1) 100%); 
}
.mor1-highlight {
	background: rgb(130,71,2);
	background: -webkit-linear-gradient(rgba(130,71,2) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(130,71,2) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(130,71,2) 0%, rgba(0,0,0,1) 100%); 
}
.ff-highlight {
	background: rgb(43,165,150);
	background: -webkit-linear-gradient(rgba(43,165,150) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(43,165,150) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(43,165,150) 0%, rgba(0,0,0,1) 100%); 
}
.gol-highlight {
	background: rgb(45,73,111);
	background: -webkit-linear-gradient(rgba(45,73,111) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(rgba(45,73,111) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(rgba(45,73,111) 0%, rgba(0,0,0,1) 100%); 
}

#pianos-highlight {
	background: #000000 url('/images/cc23_pianos-background_1@2x.jpg') no-repeat;
	background-size: cover;
}
#pianos-highlight .product-banners {
	margin-left: -25px;
}

#spaces-highlight {
	background: #000000 url('/images/cc23_spaces-ii_background_1@2x.jpg') no-repeat;
	background-size: cover;
}


#ak-highlight {
	background: #000000 url('/images/cc25_ak_background_1@2x.jpg') top center no-repeat;
	background-size: cover;
    padding-top: 26%;
}
#gypsy-highlight {
	background: #000000 url('/images/cc25_gypsy_background_1@2x.jpg') top center no-repeat;
    padding-top: 34%;
    background-size: cover;
}
#ra-highlight {
	background: #000000 url('/images/cc25_ra_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#silk-highlight {
	background: #000000 url('/images/cc25_silk_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#sd3-highlight {
	background: #000000 url('/images/cc25_sd3_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#sd2-highlight {
	background: #000000 url('/images/cc25_sd2_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#hbs-highlight {
	background: #000000 url('/images/cc25_hbs_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#hfv-highlight {
	background: #000000 url('/images/cc25_hfv_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#hc-highlight {
	background: #000000 url('/images/cc25_hc_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#sc-highlight {
	background: #000000 url('/images/cc25_sc_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#voo-highlight {
	background: #000000 url('/images/cc25_voo_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#vop-highlight {
	background: #000000 url('/images/cc25_vop_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#vos-highlight {
	background: #000000 url('/images/cc25_vos_background_2@2x.jpg') top center no-repeat;
    background-size: cover;
}
#vote-highlight {
	background: #000000 url('/images/cc25_vote_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}


#ff-highlight {
	background: #000000 url('/images/cc25_ff_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#gw-highlight {
	background: #000000 url('/images/cc25_gw_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#gol-highlight {
	background: #000000 url('/images/cc25_gol_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#hpb-highlight {
	background: #000000 url('/images/cc25_hpb_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#mor1-highlight {
	background: #000000 url('/images/cc25_mor1_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#mor2-highlight {
	background: #000000 url('/images/cc25_mor2_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#pd-highlight {
	background: #000000 url('/images/cc25_pd_background_1@2x.jpg') top center no-repeat;
    background-size: cover;
}
#tds-highlight {
	background: #000000 url('/images/cc25_tds_background_2@2x.jpg') top center no-repeat;
    background-size: cover;
}



.interface-animations {
	position: relative;
}
.interface-animations img.interface-animation {
	position: absolute;
	width: 40%;
	top: 0px; left: 0px;
	z-index: 106;
	opacity: 1;
}
.interface-animations img.interface-animation:nth-child(2) {
	left: 15%; z-index: 105;
}
.interface-animations img.interface-animation:nth-child(3) {
	left: 30%; z-index: 104;
}
.interface-animations img.interface-animation:nth-child(4) {
	left: 45%; z-index: 103;
}
.interface-animations img.interface-animation:nth-child(5) {
	left: 60%; z-index: 102;
}



.cc-faq {
	border-bottom: 1px solid #000000;
    padding: 25px;
	padding-left: 0px;
	display: none;
}

.cc-faq.faq-vis {
	display: block;
}
.faq-heading {
    position: relative;
    padding-left: 25px;
}
.faq-heading:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 4px;	
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #c80509;
}

.faq-heading p { font-size: 16px; font-weight: bold; margin-bottom: 0px; cursor: pointer; }
.faq-heading p.faq-arrow {
	line-height: 1em;
	width: 10px;
	height: 13px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	margin-right: 15px;
	margin-top: 5px;
}
.faq-heading p.faq-question {
	display: inline-block;
}
.faq-heading p a {
	color: #FFFFFF;
}
.faq-heading.faq-spin:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: transform .4s ease-in-out;
}
.faq-answer {
	display: none;
	margin-top: 25px;
	padding-left: 25px;
}
.faq-answer ul { list-style-type:disc; }
.faq-answer ul li {
	margin-bottom: 0px;
	font-weight: bold;
}

#testimonials-container {
    position: relative;
    overflow: hidden;
}

#testimonials-section {
    position: relative;
    overflow: hidden;
}

#testimonials-section ul {
    display: flex;
    white-space: nowrap;
    padding: 10px;
    gap: 12px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
    white-space: normal;
}

#testimonials-section .hscroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
}

#testimonials-section ul li {
    flex: 0 0 auto;
    width: 49%;
    border-radius: 15px;
    font-size: 1.2em;
    background-color: #FFFFFF;
    box-shadow: #777 0px 0px 7px;
    overflow: hidden;
}

#testimonials-section ul li p.endorser-img img {
    display: block;
    width: 100%;
}
#testimonials-section ul li .t-container {
    padding: 7px 15px
}

#testimonials-section ul li .t-container p.quote {
    padding-top: 35px;
    background: url('/images/endorser25_quotes_1@2x.jpg') no-repeat;
    background-size: 38px auto;
}

#testimonials-section ul li .t-container p.pieces {
    font-size: 14px;
}


.testimonial-holder {
    text-align: center;
}
.testimonial-holder a.jp-previous, .testimonial-holder a.jp-next {
    display: none;
}

.testimonial-holder a {
    display: inline-block;
    background-color: #d4d4d4;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    cursor: pointer;
    text-indent: -9999px;
    
}
.testimonial-holder a.jp-current {
  background-color: #1b4ef1;
}

#chapters-section #chapter-selector-container {
	display: none;
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 99999;
	top: -65px;
	box-shadow: none;
	
}
#chapter-selector-container ul#chapter-selector {
	display: inline-block !important;
	margin: 0 auto;
	padding: 0px 30px;
	text-align: center;
	white-space: nowrap;
	background-color: #FFFFFF;
	border: 2px solid #c80509;
	border-radius: 15px;
	box-shadow: #222 0px 4px 12px;
}
#chapter-selector-container ul#chapter-selector li {
	display: inline-block;
	margin: 0px 5px;
	margin-right: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 0px;
	padding-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	border: none;
}
#chapter-selector-container ul#chapter-selector li a {
	position: relative;
	display: inline-block;
    color: #000000;
}
#chapter-selector-container ul#chapter-selector li a:after {
	position: absolute;
	display: block;
	content: "|";
	top: 0px; right: -20px;
}
#chapter-selector-container ul#chapter-selector li:last-child a:after {
	display: none;
}
#chapter-selector-container ul#chapter-selector li:last-child {
	border: none;
	padding-right: 0px;
	margin-right: 0px;
}
#chapters-section ul#chapter-selector li, #chapters-section ul#chapter-selector li.chapter-active {
	border: none;
}
#chapter-selector-container ul#chapter-selector li:first-child {
	padding-left: 0px;
	margin-left: 0px;
	border: none;
}

#chapters-section ul#chapter-selector li.chapter-active a {
	border-bottom: 2px solid #c80509;
	padding-bottom: 5px;
}
#chapters-section #chapter-selector-container p.button-rounded {
	display: none;
	position: absolute;
	top: 10px;
	right: 0%;
}
#chapters-section #chapter-selector-container p.button-rounded a {
	padding: 5px 35px;
	text-transform: uppercase;
	cursor: pointer;
}



.range-container .rangeslider {
	display: block;
	position: relative;
}

.range-container  .rangeslider--horizontal {
	width: 100%;
	background-color: #d3d3d3;
	height: 3px;
	border-radius: 25px;
}

.range-container {
	position: relative;
	width:  100%;
	margin: 0 auto;
	margin-bottom: 25px;
}


.range-container .rangeslider__fill {
	background-color: #8366f2;
}

.range-container .rangeslider__handle {
	display: inline-block;
	position: absolute;
	top: -7px; left: 2px;
	width: 20px;
	height: 20px;
	border-radius: 25px;
	background-color: #3447e1;
	border: none;
	outline: none;
	cursor: pointer;
}
/*

.range-container .rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.range-container .rangeslider__handle .handle-inner {
	position: absolute;
	left: -30px;
	width: 90px;
	height: 90px;
	background-color: transparent;
	background: url('https://media.soundsonline.com/mixer/images/mixer_fader_1@2x.png') no-repeat;
	background-size: 100px auto;
	background-position: 9px 2px;
	margin-top: -5px;
}
*/

@media only screen and (min-width: 480px) {
	.highlight-multi .cc-product-highlight {
		padding-bottom: 180px;
	}
	#so-highlight p.interface img {
		max-width: 250px;
	}
	#gypsy-highlight {
        background-size: 100% auto;
        padding-top: 16%;
    }
}



@media only screen and (min-width: 768px) {
	#cc23-page .wrapper {
		text-align: left;
	}
	h3.big-heading.bigger {
		font-size: 52px;
	}
	.product-page p, .product-page li { font-size: 17px; }
	p.subheading {
		font-size: 17px;
	}
    #coming-soon-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    
	#chapters-section #chapter-selector-container { display: block; }
	#hs2-highlight .product-highlight-container {
		padding-bottom: 75px;
	}
	#so-highlight p.interface img {
		max-width: 325px;
	}
	
	.section-controls p {
		padding: 0px 25px;
	}
	
	.cc-bubble .mediatext {
		padding: 25px 0px;
	}
	.cc-bubble .mediawrapper {
		padding-left: 10%;
	}
	
	.cc-bubble .media-col {
		margin-right: 0px;
	}
	.cc-bubble p.fullimage {
		padding-left: 0px;
	}
	
	.cc-bubble.reverse p.fullimage {
		padding-right: 0px;
	}
	.cc-bubble.reverse .mediawrapper {
		padding-left: 0px;
		padding-right: 10%;
	}
	.cc-bubble h3.big-heading, .fullmedia-section h3.big-heading {
		text-align: left;
	}
	
	#composers-section .cc-bubble .media-col, #composers-section .cc-bubble .media-col h3.big-heading {
		text-align: right;
	}
	#composers-section .cc-bubble h3.big-heading:not(.no-gradient), .cc-bubble h3.medium-heading:not(.no-gradient) {
		font-size: 45px;
	}
	#composers-section .cc-bubble p.fullimage img {
		margin-left: 10%;
	}
	#composers-section .cc-bubble.reverse p.fullimage img {
		margin-left: auto;
		margin-right: 10%;
	}
	
	.highlight-section {
		margin-bottom: 55px;
		text-align: left;
	}
    .highlight-section:last-child {
        margin-bottom: 0px;
    }
    
	.highlight-multi .cc-product-highlight {
		padding-bottom: 145px;
	}
	.highlight-multi .highlight-controls {
		width: calc(100% - 110px);
	}
	.product-highlight-container {
		padding: 55px;
	}
	.highlight-multi .product-highlight-container {
		padding: 45px 55px 0px 55px;
	}
	
	.highlight-section p.interface {
		margin: 35px 0px;
	}
	.highlight-section .highlight-laptop, .highlight-section .product-banners, .range-container { 
		margin-bottom: 35px;
	}
	
	.cc-sliders-outer {
		height: 405px;
	}
	.cc-sliders-outer .cc-sliders-container {
		padding: 0px 20px;
	}
	.cc-sliders .cc-slider {
		width: 250px;
		margin-right: 20px;
	}

	#hfb-highlight, #hfs-highlight, #hfw-highlight, #hfp-highlight, #hfv-highlight, #hfoo-highlight {
		padding-top: 40%;
	}
	#hs2-highlight:after, #hfb-highlight:after, #hfs-highlight:after, #hfw-highlight:after, #hfp-highlight:after, #hfv-highlight:after, #hfoo-highlight:after, #iconic-highlight:after, #lofi-highlight:after, #ak-highlight:after {
		width: 175px; height: 135px;
		background-size: 175px auto;
	}
    
    #ho-highlight:after {
        width: 225px;
        height: 170px;
        background-size: 225px auto;
    }
	#so-highlight .highlight-text-container {
		width: 72%;
		margin: 0 auto;
	}
	#lofi-highlight h3 { margin-bottom: 35px; }
	#spaces-highlight {
		padding-top: 115px;
	}
	#pianos-highlight .product-banners {
		margin-left: -55px;
	}
    #ak-highlight {
        padding-top: 17%;
    }
    
    #testimonials-section ul {
        width: 82%;
        margin: 0 auto;
    }
    
	#testimonials-section ul li {
        width: 32.6%;
    }
    
    .testimonial-holder a.jp-previous, .testimonial-holder a.jp-next {
        display: inline-block;
        background: none;
        position: absolute;
        text-indent: -9999px;
        cursor: pointer;
        background-image: url('/images/cc24_next-button_1@2x.png');
        background-size: 35px auto;
        width: 35px; height: 35px;
        top: 400px;
	}
	.testimonial-holder a.jp-previous {
		left: 8px;
		transform: rotate(180deg);
	}
	.testimonial-holder a.jp-next {
		right: 8px;
	}
}


@media only screen and (min-width: 1140px) {
	h3.big-heading.bigger {
		font-size: 58px;
	}
	.cc-sliders-outer {
		height: 515px;
	}
	.cc-sliders-outer .cc-sliders-container {
		padding: 0px 25px;
	}
	.cc-sliders .cc-slider {
		width: 325px;
		margin-right: 25px;
	}
	.cc-slider .section-controls { padding: 15px 0px; }
	.cc-slider .section-controls p.button { display: inline-block; }
	
	
	.highlight-section .product-banners .banner-arrows, .highlight-laptop .laptop-arrows {
		display: block;
	}
	.highlight-section .product-banners .banner-arrows .banner-arrow, .highlight-laptop .laptop-arrows .laptop-arrow {
		width: 45px; height: 45px;
		background-size: 45px auto;
	}
	.highlight-laptop .laptop-arrows .laptop-arrow.arrow-left {
		left: -15%;
	}
	.highlight-laptop .laptop-arrows .laptop-arrow.arrow-right {
		right: -15%;
	}
	
	
    .testimonial-holder a.jp-previous, .testimonial-holder a.jp-next, .highlight-section .product-banners .banner-arrows .banner-arrow, .highlight-laptop .laptop-arrows .laptop-arrow {
		width: 45px; height: 45px;
		background-size: 45px auto;
	}
	.highlight-laptop .laptop-arrows .laptop-arrow.arrow-left {
		left: -15%;
	}
	.highlight-laptop .laptop-arrows .laptop-arrow.arrow-right {
		right: -15%;
	}
	
	.testimonial-holder a.jp-previous {
		left: 25px;
	}
	.testimonial-holder a.jp-next {
		right: 25px;
	}
    
	#so-highlight p.interface img {
		max-width: 400px;
	}
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    
     .faq-heading:before {
		background: url('/images/cc/cc_list-arrow@2x.png') no-repeat;
		background-size: 11px 13px;
	}
    
}


