@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    color: #f1f1f1;
    overflow-x: hidden;
    background-color: #ebebeb;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.stop-scroll {
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    clear: both;
}
a, button, input:focus {
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

a.no-transition {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
a:hover,
a:focus {
    color: #121212;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
ol,
ul {
    padding: 0;
    margin: 20px auto 15px;
    /*list-style-position: inside;*/
	margin-left: 5%;
}


h1, h2, h3, h4, h5, h6 {
    padding: 0;
    letter-spacing: 0;
    margin: 0 auto;
}

h3, h4, h5, h6 {
    font-weight: bold;
}


.off {
	display: none;
}
.pd-off {
	padding: 0;
}
.respOn {
	display: none;
	height: 0;
}
.respOff {
	display: block;
}


.colored-line {
	border-bottom: 3px solid;
	margin: 25px auto 25px;
	width: 40px;
}

.pb-10 {
	padding-bottom: 10%;
}

.custom-navbar .navbar-toggle {
	float: left;
	margin-right: 0;
	margin-top: 20px;
}

/*****************UI Themes CSS***************/

/*Custom Top Navigation White*/
.navbar-default.ui-theme-white {
	color: #777;
	background: #ffffff;
	border-color: rgba(162,162,162,0.25);
}

.ui-theme-ltgray-drkgray .series-product-wrapper {
	background: #fff none repeat scroll 0 0;
	color: #4f4f4f;
}

.ui-theme-black-white .featured-image-left {
	background: #bdc3c7 none repeat scroll 0 0;
}

.ui-theme-black-white .featured-image-right {
	background: #6c7a89 none repeat scroll 0 0;
}
 
/*****************END UI THEMES CSS***************/



/*****************CONTENT SECTION***************/

#main-wrapper {
	left: 0;
	right: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	background-color: #fff;
	transition: all 0.50s ease-in-out;
}

#header-main {
	
}
.header-section-container {
	width: 100%;
	display: block;
	position: relative;
}
.header-menu {
	z-index: 4;
	width: 100%;
	display: block;
	position: relative;
	/*height: 50px;*/
}
.header-menu-container {
	z-index: 4;
	display: block;
	background-color:#fff;
}
.header-menu-container.header-menu-stuck {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;
	box-shadow: 0 1px 3px rgba(0,0,0,.10);
}
.top {
	position: relative;
	top: 0;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
	z-index: 9999;
}
.top-nav {
	background: #fff none repeat scroll 0 0;
	line-height: 85px;
	width: 100%;
	z-index: 999;
}
.top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.top-menu li {
	display: inline;
	position: relative;
}
.top-menu li a {
	display: inline-block;
	line-height: 80px;
	padding: 0 20px;
	position: relative;
}

section#features {
	padding: 3% 0;
}
section#product-tech {
	padding: 3% 0;
}
section#series-products {
	padding: 3% 0;
}
.logo a > img {
	width: 100%;
}


.brand-logo {
	width: 100%;
	margin: 0 auto;
}
.brand-text {
	line-height: 2;
	font-weight: 600;
}
.section-container {
	
}
.section-intro {
	margin-top: 3%;
}
.section-header h1, .section-header h2, .section-header h3 {
	/*text-align: center;*/
	text-transform: capitalize;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 900;
}
.section-header.band h1 {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.product-title {
	text-align: center;
	font-family: "Helvetica W01 Light", "Helvetica Neue", Helvetica, sans-serif;
}
.product-intro-text, .series-intro-text, .video-intro-text {
	padding: 0;
	line-height: 2;
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.series-intro-text {
	padding: 0 2%;
}

.hero-image-container {
	/*margin: 5% 0;*/
	width: 100%;
	z-index: 10;
	margin: 0 auto;
	display: block;
	padding-top: 0;
	position: relative;
}
.hero-image {
	width: 100%;
	height: 100%;
	position: relative;
}
.hero-image img {
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
}
.m0 {
	margin: 0;
}

.prod-image {
	margin: 3% 3%;
}

.series-product-wrapper .prod-image a img {
	max-width: 100%;
	
}
.series-product-wrapper .prod-image img {
	/*border: 1px solid rgba(51,51,51, .20);*/
	
}
.series-product-wrapper .prod-sku {
	font-weight:700;
}
.series-product-wrapper .prod-type {
	margin: 3% 0;
	font-weight:600;
}
.series-product-wrapper .prod-avail {
	margin: 3% 0;
}

.series-product-wrapper .prod-notify {
	margin: 3% 0;
}
.promo-top {
	z-index: 1;
	position: relative;
}
.brand-content-wrap {
	margin: 7% 0;
}

#video {
	position: relative;
}


#video-block {
	min-height: 2em;
	padding: 3% 0 5%;
	border-radius: 2px;
	/*box-shadow: inset 0 1px 1px rgba(0,0,0 .05);*/
}

.video-title {
	text-align: center;
	font-family: "HelveticaNeueW01-ThinEx 710288", "Helvetica Neue", Helvetica, sans-serif;
	padding-top: 1%;
	padding-bottom: 2%;
	margin: 0;
}
.video-intro-text {
	padding-bottom: 15px;
}

.imgWidth500 {
	width: 500px;
}
.features-content {
	padding: 1% 0;
}
.series-product-wrapper {
	text-align:center;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 9% 0;
}

.series-product-wrapper .prod-features {
	text-align: left;
}


.product-block {
	padding: 2%;
}

.tech-row-wrapper {
	margin-bottom: 10%;
}
.tech-item {
	
}
.tech-logo {
	width: 200px;
	margin: 3% auto;
}
.tech-divider {
	margin-bottom: 2%;
}
.tech-info {
	text-align: center;
}
.tech-item .tech-divider {
	text-align: center;
	height: 1px;
	background-color: rgba(221,221,221,0.65);
	margin: 5% 0 10%;
}
.series-product-wrapper .prod-msrp {
	
	text-decoration: line-through;
}

.gfort-50-column {
	left: 50%;
}
.gfort-50-column.pull-right {
	width:100%;
}
.gfort-50-column,
.gfort-42-column {
	top: 0;
	/*left: 0;*/
	z-index: 10;
	height: 95%;
	overflow: hidden;
	position: absolute;
}
.gfort-50-column>div.hero-image-container,
.gfort-42-column>div.hero-image-container {
	max-width: 100%;
}
.gfort-50-column.pull-right>div,
.gfort-42-column.pull-right>div {
	float: left;
}
.gfort-50-column>div,
.gfort-42-column>div {
	float: right;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.hero-image img {
	top: 0;
	right: 0;
	width: auto;
	/*height: 100%;*/
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pull-right .hero-image img {
    left: 30px;
    right: auto;
}

#subscribe-section {
    padding: 5% 0;
}

#subscribe-section h2 {
	line-height: 1.5;
}


h1 .fa-trophy {
	color: #ffffff;
}
#featured-1.featured-about {
	padding: 0;
}
.featured-left {
	background: rgba(219,219,219,0.90) url(/US/promo/RX_MX_Bundle/images/featured-1-bg.jpg) no-repeat scroll center center;
	
}
.featured-right {
	
}
.video-section-1 {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.video-section-1.bg-full-wx030 {
	background: #333 url(/US/promo/WXAWXCMusicCast/images/video-bg.jpg) no-repeat scroll center center;
	background-size:cover;
}
.bg-full-wxa50 {
	background: #333 url(/US/promo/WXAWXCMusicCast/images/wxc50-bg-image.jpg) no-repeat scroll center center;
	background-size:cover;
	position: relative;
}
background-image-holder {
	background: #333 url(/US/promo/WXAWXCMusicCast/images/musicCast-iPad-bg.jpg) no-repeat scroll center center;
	background-size:cover;
	position: relative;
}
.play-btn a.play {
	cursor: pointer;
	z-index: 9999;
	margin: auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px solid #f1f1f1;
	transition: 0.35s ease-in-out;
	-webkit-transition: 0.35s ease-in-out;
	position: absolute;
}
.play {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
}
a.play > div {
	text-align: center;
	color: #fff;
	height: 100%;
	overflow: hidden;
}
.bg-full-subscribe-1 {
	background: #fff url(/US/promo/WXAWXCMusicCast/images/subscriber-bg.jpg) no-repeat scroll center center;
	background-size:cover;
}


#video-module {
	background: #000 none repeat scroll 0 0;
	position: relative;
	text-align: center;
}
/*.video-hero .container {
	background: rgba(0, 0, 0, 0) url(/US/promo/RX_MX_Bundle/images/video-bg-0.jpg) no-repeat scroll center center / contain;
	max-width: 100%;
	text-align: center;
	top: 0;
}
.video-hero .container {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 820;
}*/
.vertical-container-flex {
	height: 100%;
}
.modal-vid {
  display: none;
}
.modal-video {
	height: 41vw !important;
}
iframe {
	width: 100%;
	max-height: 100%;
}

#featured-2 {
	position: relative;
}

/* Modal Base CSS */

.scotch-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1ms opacity ease;
  -moz-transition: 1ms opacity ease;
  -ms-transition: 1ms opacity ease;
  -o-transition: 1ms opacity ease;
  transition: 1ms opacity ease;
  background: rgba(0, 0, 0, .6);
}

.scotch-modal {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 94%;
  padding: 0;
  -webkit-transition: 1ms opacity ease;
  -moz-transition: 1ms opacity ease;
  -ms-transition: 1ms opacity ease;
  -o-transition: 1ms opacity ease;
  transition: 1ms opacity ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  border: 2px solid #4f4f4f;
}

.scotch-modal.scotch-open.scotch-anchored {
  top: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.scotch-modal.scotch-open {
  opacity: 1;
}

.scotch-overlay.scotch-open {
  opacity: 1;
}


.scotch-close:hover {
  opacity: 1;
}
/* Default Animation */

.scotch-overlay.fade-and-drop {
  display: block;
  opacity: 0;
}

.scotch-modal.fade-and-drop {
  top: -300%;
  opacity: 1;
  display: block;
}

.scotch-modal.fade-and-drop.scotch-open {
  background: #000;
  position: fixed;
  top: 50%;
  -webkit-transition: 500ms top 500ms ease;
  -moz-transition: 500ms top 500ms ease;
  -ms-transition: 500ms top 500ms ease;
  -o-transition: 500ms top 500ms ease;
  transition: 500ms top 500ms ease;
}

.scotch-modal.fade-and-drop.scotch-open.scotch-anchored {
  -webkit-transition: 500ms top 500ms ease;
  -moz-transition: 500ms top 500ms ease;
  -ms-transition: 500ms top 500ms ease;
  -o-transition: 500ms top 500ms ease;
  transition: 500ms top 500ms ease;
}

.scotch-overlay.fade-and-drop.scotch-open {
  top: 0;
  -webkit-transition: 500ms opacity ease;
  -moz-transition: 500ms opacity ease;
  -ms-transition: 500ms opacity ease;
  -o-transition: 500ms opacity ease;
  transition: 500ms opacity ease;
  opacity: 1;
}

.scotch-modal.fade-and-drop {
  -webkit-transition: 500ms top ease;
  -moz-transition: 500ms top ease;
  -ms-transition: 500ms top ease;
  -o-transition: 500ms top ease;
  transition: 500ms top ease;
}

.scotch-overlay.fade-and-drop {
  -webkit-transition: 500ms opacity 500ms ease;
  -moz-transition: 500ms opacity 500ms ease;
  -ms-transition: 500ms opacity 500ms ease;
  -o-transition: 500ms opacity 500ms ease;
  transition: 500ms opacity 500ms ease;
}

/* Close Button */


.scotch-close {
  font-size: 44px;
  font-weight: 300;
  line-height: 12px;
  position: absolute;
  z-index: 99999;
  top: -40px;
  padding: 5px 7px 7px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border: 0;
  outline: none;
  background: transparent;
  opacity: 0.8;
}

.scotch-close > span:after {
  content: 'x';
}

#content-modal {
  display: none;
}


/*------------**Animated Content**-------------*/
.animBlock {
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	-webkit-transition: all .55s ease-in;
	-moz-transition: all .55s ease-in;
	-ms-transition: all .55s ease-in;
	-o-transition: all .55s ease-in;
	transition: all .55s ease-in;
}
.animBlock[data-position="left"] { left: -20%; }
.animBlock[data-position="right"] { right: -20%; }
 
.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.arrow-button {
	opacity: 0;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.arrow-button.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

/*Scroll-down Arrow*/

.scroll-down {
    /*position: absolute;*/
    background: transparent;
    border: none;
    cursor: pointer;
    /* border-radius: 50%; */
    height: 50px;
    width: 50px;
    margin: auto;
    right: 0;
    left: 0;
	z-index:2;
}
.arrow, 
.scroll-down:hover {
	-webkit-animation: hovering 1s infinite;
    -moz-animation: hovering 1s infinite;
    -o-animation: hovering 1s infinite;
    animation: hovering 1s infinite;
}
.arrow {
    /* padding: 13px; */
    border-right: 3px solid;
    border-bottom: 3px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 24px;
    width: 24px;
    color: rgba(102,102,102, .85);
    display: block;
    margin: 0px auto;
    /* margin-top: -23px; */
}


/*Button UI*/
.btn {
	border-radius: 2px !important;
	text-transform: capitalize;
	padding: 0.5em 1em;
	font-weight: 600;
	border: 0;
}

/*----------Light Blue Button UI------------*/
.btn-mi.btn-ui-ltblue {
	color: #f1f1f1;
	background-color: #3399ff;
	border: 1px solid rgba(0,153,255,1.00) !important;
}
.btn-mi.btn-ui-ltblue:hover {
	color: #ffffff;
	background-color: rgba(0,153,255,1.00) !important;
	border: 1px solid #3399ff; 
}

/*----------Red Button UI------------*/
.btn-mi.btn-ui-red {
	color: #f1f1f1;
	background-color: #990000;
	/*border: 1px solid #f1f1f1 !important;*/
}
.btn-mi.btn-ui-red:hover {
	color: #ffffff;
	background-color: #CC0000;
	/*border: 1px solid #f1f1f1;*/ 
}





#main-prod-cta {
	width: 50%;
}
.section-intro #main-prod-cta {
	padding: 5% 0;
}
#main-prod-cta .btn {
	display: inline-block;
    padding: 16px 44px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
	width: 100%;
}
#main-product-cta .btn.btn-mi {
	
}

.btn-notify {
	background:#ff9500;
	border: 1px solid #e68903;
	color:#fff;
	font-size:1.25em;
	line-height:3;
	max-width:480px;
	margin:0 auto;
	-webkit-transition: background 2s;
	-moz-transition: background 2s;
	transition: background 2s;
}

.btn-mi {	
	/*background:#5bc0de;
	border: 1px solid #46b8da !important;
	color:#fff;	*/
	font-size: 1em;
	line-height: 1.5;
	margin:0;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
.btn-mi:hover {
	background:#31b0d5;
	color: #fff !important;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}


.btn-atc {	
	font-size:1.25em;
	line-height:3;
	margin:0 auto;
}


.prod-mi a.btn-mi {
	text-transform: uppercase;
	/*box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);*/
}

#btn-arrow {
	text-align: center;
}

/*TS: Subscribe Functionality*/

.form-input	{
	color:#333;
}

input {
    font-family: Helvetica,Arial,sans-serif;
    vertical-align: middle;
}
.submit {
    vertical-align: middle;
    margin: 0 0 0 1em;
}

.subscribe-wrapper {
    display: none;
}


.sorry-text, .thnq-reg, .reg-error {
    display: none;
    font-size: 1.3em;
    font-weight: 600;
}

.subscribe-wrapper-18 {
    display: none;
}

.subscribe-wrapper > h2 {
    margin-bottom: 0.5em;
	font-family: Oswald,"Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-weight: 400;
    font-size: 22px;
}

input {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: relative;
}

#yes-btn {
    margin-left: 0;
}

.subscribe-wrapper-18 > h2 {
    margin-bottom: 0.5em;
	font-family: Oswald,"Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-weight: 400;
    font-size: 22px;
} 


.thnq-exists, .thnq-reg {
    font-weight: 600;
    font-size: 1.3em;
}
.btn-learn-more:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    text-decoration: none;
}
#subscribe-button {
    margin: 0;
}

.btn-learn-more {
    cursor: pointer;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: #ffffff;
    font-size: 1em;    
    font-weight: 600;
    padding: 0.5em 1em;
    text-decoration: none;
    text-transform: uppercase;
}
/*TS: Subscribe Functionality*/


/* FOOTER SECTION */
#footer{
  width:100%;
  position:relative;
  clear:both;
}

.footer-wrapper {
	width: 100%;
	padding: 0 3em;
	display:block
}

#footer-links{
	/*float:right;
	text-align:right;*/
	font-size:1em;
	line-height:1.5;
	white-space:nowrap;
	margin: 0;
	padding:1.5em 0;
}

.social-opt{
	width:13%;
	float:left;
	position:relative;
	cursor:pointer;
	margin:0 .833333% 0 .833333%;
	text-align:center;
	padding-top: 1.5em;
}

/*#footer-social{
	float:left;
	text-align: right;
	font-size: .9em;
	line-height: 40px;
	white-space: nowrap;
	margin: 0;
	width: 50%;
}*/

#footer-links a {
	margin:2% 1%;
	text-decoration: none;
}
.social-opt img {
    max-width: 39px;
    width: 75%;
}
#footer-links a:hover {
	color: #413368;
	margin: 2% 1%;
	text-decoration: underline;
}

#footer_copyright {
	margin-left: 0;
	padding: 0;
}





.prod-conversions{
	min-height:185px;
}
.ecomm-atc{
	padding:0em 0 1em 0;
}
.ecomm-fas{
	padding:0em 0 1em 0;
}
.ecomm-notify{
	padding:0em 0 1em 0;
}
.ecomm-pricing{
	padding:0em 0 1em 0;
}
.ecomm-avail{
	padding:0em 0 1em 0;
}
.ui-btn{
	
	width:auto;
	text-align:center;
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all .4s;  
	transition: all .4s;
	font-family:Helvetica, Arial, sans-serif;
	box-sizing:border-box;
	font-size:1.25em;
	max-width:320px;
	margin:0 auto;
	border-width:1px;
	border-style:solid;
	line-height:1.5em;
	padding:.5em;

}



.ecomm-pricing .price{
	font-weight:bold;
	font-size:1.4em;
	color:#333;
}

.ecomm-pricing .val{

	padding:0 .35em;
}
.was-msrp{
	text-decoration: line-through;
	color:#777;
	font-weight:normal;
}

.ecomm-notify-form{
	max-width:320px;
	margin:0 auto;
}
.ecomm-notify-optmsg,
.ecomm-notify-gatemsg,
.ecomm-notify-thxmsg{
	font-size:1.1em;
	margin:0 0 .5em 0;
	font-weight:bold;
	line-height:1.5em;
}

/*#ecomm_notify_btn{
	margin:0em 0 0em 0;
}*/

.notify-me-email{
	width:calc(100% - 60px - 1em);
	padding:calc(.5em);
	font-size:1.1em;
	box-sizing:border-box;
	border:1px solid #ccc;
	outline:none;
	/*height:36px;*/
}
#notify_send_spin{

}
.notify-send-spin input[type="submit"]{
	font-size:1.1em;
	width:60px;
	background-position:center;
	/*height:36px;*/
}


.notify-send-spin input[type="submit"].btn-spinner{
	background: url(https://www.yamaha.com/paragon/images/spinner.gif) center  no-repeat;
	background-size:1.75em;
	color:transparent;
	-webkit-transition:none;  
	transition:none;
}

.ui-18{
	width:calc(50% - .25em);
	float:left;
}
.ui-18:hover{

}

.ecomm-notify-error,
.ecomm-shopatron-error{
	color:#d00;
	font-size:1em;
	padding:.25em 0 0 0;
}

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

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		.promo-top {
			/*padding-bottom: 15%;*/
		}
		.logo {
			width: 100%;
			margin: 0 auto;
		}
        .product-intro-text, .series-intro-text, .video-intro-text {
			font-size: 1.2em;
		}
		h1.product-title {
			font-size: 1.75em;
		}
		.video-title,
		.series-title {
			font-size: 1.5em;
		}
		.series-product-wrapper .prod-sku {
			font-size: 1.5em;
			padding: 10% 3%;
		}
		.series-product-wrapper .prod-type {
			font-size: 1.2em;
		}
		
		.prod-features ul li {
			font-size: 1.15em;
		}
		.product-intro-text,
		.series-intro-text,
		.video-intro-text {
			line-height: 1.5;
		}
		
		.section-header h1, 
		.section-header h2, 
		.section-header h3 {
			font-size: 2em;
			line-height: 1.5;
		}
		.lead-left {
			
		}
		.lead-left h1 {
			font-size: 7em;
			font-weight: 600;
			line-height: 1;
		}
		.lead-right {
			padding-top: 3%;
		}
		.lead-right h3 {
			font-size: 2em;
			line-height: 1;
		}
		
		
		.navbar-brand {
			float: none !important;
		}
		
		#product-hero {
			position: relative;
			
		}
		#product-hero.hero-section {
			/*margin-top:85px;*/
			padding: 10% 0 20%;
		}
		#product-hero.hero-section.banner-1 {
			background: #fff url(/US/promo/WXAWXCMusicCast/images/hero-image-m.jpg) no-repeat scroll center;
			background-size: 100%;
		}
		.hero-section .section-container {
			position: absolute;
			top: 50%;
			transform: translateY(-75%);
			width: 100%;
			margin-top:  25px;
			text-align: center;
		}
		.yca-logo {
			width: 50%;
			margin: 0 auto;
			
		}
		.yca-logo a.navbar-brand {
			
		}
		.yca-logo a img {
			width: 150px !important;
			margin: 0 auto;
		}
		.custom-navbar navbar-header {
			float: left;
			width: auto !important;
		}
		#footer-links a {
			display: block;
		}
		.social-opt{
			width:15%;
		}
		.social-opt img {
			max-width: 39px;
			width: 75%;
		}
		.prod-price {
			font-size: 1.5em;
			font-weight: 600;
		}
		.prod-msrp {
			font-size: 1.3em;
		}
		#subscribe-section {
			text-align: center;
	    }
		.btn-learn-more {
			margin: 1em 0;
			padding: 0.5em 1em;
		}
		.subscribe-wrapper-18 > h2 {
			margin-bottom: 0.5em;
		}
		.subscribe-wrapper-18 > button {
			width: 35%;
		}
		#email-input {
			border-radius: 3px;				  
			height: 2.075em;
			font-size: 1em;
			margin: 0 !important;
			padding-left: 0.7em;
		}
		.series-product-wrapper .prod-features {
			min-height: 160px;
		}
		.prod-features ul {
			padding: 0 5%;
		}
		
		.scroll-down {
			/*top: 19%;*/
		}
		#video-block {
			padding: 5% 0 10%;
		}
		.gfort-50-column,
		.gfort-42-column {
			top: 0;
		}
		
		.btn-wrap {
			margin: 3% 0;
		}
		#btn-arrow {
			margin-top: 7%;
		}
		.fa-trophy {
			font-size: 1em;
			margin: 0 2%;
		}
		.prod-features ul li {
			line-height: 1.5;
		}
		.lead-wrapper {
			
		}
		.lead-wrapper span.lead {
			margin-top:0;
		}
		.big-text {
			font-size: 2.5em;
			font-weight:600;
			text-align: center;
		}
		.lead {
			font-size: 1.3em;
			font-weight: normal;
			line-height: 1.3;
		}
		.mobile-content .lead {
			text-align: center;
		}
		.sub-lead {
			text-align: left;
			margin-top: 10px;
			margin-left: 10px;
			font-size: 2.2em;
		}
		.sub-lead-wrapper > div:first-of-type {
			border-top: rgba(255,255,255,1.00) 1px solid;
		}
		#callout-1 {
			padding: 3% 0 3%;
		}
		.text-only h2 {
			padding-bottom: 15px;
		}
		.text-only p {
			line-height: 1.5;
			font-size: 1.25em;
		}
		.featured-info-1 {
			padding: 2% 0;
		}
		.featured-info-1 p {
			line-height: 1.75;
			font-size: 1.25em;
		}
		#featured-3 p {
			line-height: 1.75;
			font-size: 1.25em;
		}
		
		#featured-1 .container-fluid {
			padding-left: 0;
			padding-right: 0;
		}
		#featured-2 {
			padding: 2% 0;
		}
		#featured-2 .container-fluid {
			padding-left: 0;
			padding-right: 0;
		}
		#featured-2 h3 {
			text-align: center;
			margin: 2% 0;
		}
		#featured-2 p {
			line-height: 1.75;
			font-size: 1.25em;
		}
		.background-image-holder {
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index: 100000;
		}
		.background-image-holder {
			/*position: absolute;
			background-size: 100%;
			background-position: 50% 50% !important;*/
			padding: 15% 0;
			transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
		}
		.background-image-holder {
			background: #ebebeb;
		}
		
		.image-holder {
			padding-top: 5%;
		}
		.featured-image-left .image-holder,
		.featured-image-right .image-holder {
			width: 80%;
			margin: 0 auto;
		}
		.featured-image-left h1,
		.featured-image-left h2,
		.featured-image-left h3,
		.featured-image-left h4,
		.featured-image-right h1,
		.featured-image-right h2,
		.featured-image-right h3,
		.featured-image-right h4 {
			width: 100%;
			margin: 0 auto;
			padding: 5% 0;
			text-align: center;
		}
		.featured-left {
			background-size: cover;
			background-position: -55px 2px;
			min-height: 405px;
			width: 100%;
		}
		.featured-right {
			width: 100%;
			/*padding: 90px 30px 31px 80px;*/
		}
		

		#video.video-section-1 {
			padding: 2% 0;
			height: 600px;
		}
		a.play > div h3{
			padding: 33% 0;
		}
		
		#featured-3 {
			padding: 3% 0 0;
			border-bottom: rgba(111,111,111,0.30) 1px solid;
		}
		#featured-3 h3 {
			text-align: center;
			margin-bottom: 2%;
		}
		
		.image-icon {
			width: 150px;
			margin: 0 auto;
			padding-bottom: 3%;
		}
		.image-icon a img {
			vertical-align: middle;
		}
		
		#featured-4 {
			padding: 3% 0;
			border-bottom: rgba(111,111,111,0.30) 1px solid;
		}
		#featured-4 h3 {
			text-align: center;
			margin: 2% 0;
		}
		#featured-4 p {
			line-height: 1.75;
			font-size: 1.25em;
		}
		#featured-4 .featured-image-center {
			padding-bottom: 2%;
		}
		
		
		#featured-5 {
			padding: 3% 0;
			border-bottom: rgba(111,111,111,0.30) 1px solid;
		}
		#featured-5 h3 {
			text-align: center;
			margin: 2% 0;
		}
		#featured-5 p {
			line-height: 1.75;
			font-size: 1.25em;
		}
		#featured-5 .featured-image-center {
			padding-bottom: 2%;
		}
		.text-wrapper .featured-title {
			margin-bottom: 2%;
			font-size: 1.6em;
		}
		.header-title .featured-title {
			font-size: 1.6em;
		}
		#video-module .fallback {
			display: block;
		}
		#video-module .standard {
			display: none;
		}
		.video-section-1.bg-full-wx030 {
			background-position: -274px;
		}
		.bg-full-wxa50 {
			padding: 20% 0;
		}
		h3 .title-thin {
			font-weight: 300;
		}
		h3 .title-bold {
			
		}
		.mc-logo {
			margin-bottom: 3%;
		}
		.mc-logo .image-icon {
			float: none;
			width:70%;
		}
		
		.app-icon-wrapper {
			margin-top: 45%;
		}
		.section-container .lead-wrapper {
			text-align: center;
		}
		h1.offer {
			font-size: 1.5em;
			font-weight: 300;
		}
		h2.offer {
			
		}
		h3.offer {
			font-size: 1.5em;
			font-weight: 600;
		}
		h4.offer {
			
		}
		.row.section-header {
			margin-bottom: 2%;
		}
		.scotch-close {
		  font-size: 2em;
		  right: 0;
		}

		
    }
	
	

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.product-intro-text, .series-intro-text, .video-intro-text {
			font-size: 1.3em;
		}
		.subscribe-wrapper-18 > button {
			width: 35%;
		}
		#email-input {
			border-radius: 3px;				  
			height: 2.075em;
			font-size: 1em;
			margin: 0 !important;
			padding-left: 0.7em;		
		}
		.btn-learn-more {			
			padding: 0.5em 1em;
		}
		.gfort-50-column,
		.gfort-42-column {
			top: 0;
		}
		.fa-trophy {
			font-size: 1.5em;
			vertical-align: middle;
			margin: 0 4%;
		}

    }
	
	@media only screen and (min-width : 629px) {
		.promo-top {
			/*padding-bottom: 10%;*/
		}
		.scroll-down {
			/*top: 19%;*/
		}
    }
	
	

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.logo {
			width: 100%;
			margin: 0;
		}
		h1.product-title {
			font-size: 3em;
		}
		.section-container .lead-wrapper {
			text-align: left;
		}
		
		.video-title,
		.header-title h2,
		.series-title {
			font-size: 2.5em;
		}
		.section-header h1, 
		.section-header h2, 
		.section-header h3 {
			font-size: 2.5em;
			line-height: 2;
		}
		h3.featured-title {
			line-height: 1;
		}
		
		.prod-features ul li {
			font-size: 1.2em;
			line-height: 1.5;
		}
		.series-product-wrapper .prod-type {
			font-size: 1em;
		}
		.series-product-wrapper .prod-sku {
			font-size: 1.5em;
		}
		
		.yca-logo a img {
			width: 260px !important;
			margin: 0 auto;
		}
		#footer-links a {
			display: inline;
		}
		.social-opt{
			width:13%;
		}
		.prod-price {
			font-size: 1.4em;
			font-weight: 600;
		}
		.prod-msrp {
			font-size: 1.2em;
		}
		.prod-features ul {
			padding: 0;
		}
		.series-product-wrapper .prod-features {
			min-height: 225px;
			padding: 0 10px;
		}
		.scroll-down {
			/*top: 25%;*/
		}
		.gfort-50-column,
		.gfort-42-column {
			top: 0;
		}
		#video-module .fallback {
			display: none;
		}
		#video-module .standard {
			display: block;
		}
		
		.header-title .featured-title {
			margin-top: 5%;
		}
		.app-icons-wrapper {
			padding-top: 28%;
		}
		.bg-full-wxa50 {
			padding: 15%;
		}
		
		.image-icon a img {
			padding: 0;
		}
		.image-icon {
			width: 150px;
		}
		.lead-wrapper {
			padding: 15% 0 0 0;
		}
		.lead-left {
			margin-left: 6%;
		}
		.lead-left h1 {
			font-size: 4em;
			/*font-weight: 600;
			line-height: 1;*/
		}
		.lead-right {
			padding-top: 0;
		}
		.lead-right h3 {
			font-size: 1.5em;
			line-height: 1.25;
		}
		.sub-lead {
			text-align: left;
			margin-top: 0;
			margin-left: 35px;
		}
		
		.text-only p {
			line-height: 1.75;
			font-size: 1.5em;
		}
		h1.offer {
			font-size: 2em;
			font-weight: 300;
		}
		h2.offer {
			
		}
		h3.offer {
			font-size: 2.5em;
			font-weight: 600;
		}
		h4.offer {
			
		}
		.hero-section .section-container {
			transform: translateY(-50%);
			
		}
		.mc-logo .image-icon {
			float: none;
			width:40%;
		}
		
		.app-icon-wrapper {
			margin-top: 65%;
		}
		
		.background-image-holder {
			background: #fff url(/US/promo/WXAWXCMusicCast/images/musicCast-iPad-bg.jpg) no-repeat scroll center center;
			background-size:cover;
		}
		#product-hero.hero-section.banner-1 {
			background: #fff url(/US/promo/WXAWXCMusicCast/images/hero-image.jpg) no-repeat scroll center;
			background-size: 100%;
		}
		
    }
	
	/* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		.brand-rating {
			/*width: 50%;*/
			margin: 2% auto;
		}
		.brand-logo {
			/*width: 20%;*/
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.product-intro-text,
		.series-intro-text,
		.video-intro-text {
			font-size: 1.2em;
			line-height: 1.7;
		}
		.series-product-wrapper .prod-sku {
			font-size: 1.3em;
			padding: 6% 2%;
		}
		
		#product-hero {
			padding: 0;
		}
		.subscribe-wrapper-18 > button {
		   width: 10%;
		}
		#email-input {
			border-radius: 3px;
			width: 15%;
			padding: 0.5em 1em;	   
		}
		.promo-top {
			/*padding-bottom: 20%;*/
		}
		.scroll-down {
			/*top: 17%;*/
		}
		#video-block {
			padding: 5% 0 10%;
		}
		.gfort-50-column,
		.gfort-42-column {
			top: 0;
		}
		.text-wrapper .featured-title {
			margin-bottom: 2%;
			font-size: 2.5em;
		}
		.header-title .featured-title {
			font-size: 2.5em;
		}
		.featured-right {
			width: 50%;
			padding: 90px 30px 31px 80px;
		}
		.featured-left {
			background-position: 0 0;
			min-height: 500px;
			width: 50%
		}
		.lead-wrapper {
			padding: 15% 0 0 0;
		}
		.lead-left {
			
		}
		.lead-left h1 {
			font-size: 5em;
			/*font-weight: 600;
			line-height: 1;*/
		}
		.lead-right {
			padding: 2% 5% 0;
		}
		.lead-right h3 {
			font-size: 1.75em;
			line-height: 1;
		}
		
		h1.offer {
			font-size: 3em;
			font-weight: 300;
		}
		h2.offer {
			
		}
		h3.offer {
			font-size: 3.25em;
			font-weight: 600;
		}
		h4.offer {
			
		}
		.series-product-wrapper .prod-type {
			font-size: 1.3em;
		}
		.prod-features ul li {
			font-size: 1.4em;
			line-height: 1.5;
		}
		.image-icon {
			padding-bottom: 3%;
		}
		.mc-logo .image-icon {
			padding-bottom: 0;
		}
	
    }
	
	/* Medium Devices, Desktops */
    @media only screen and (max-width : 991px) {
		.gfort-50-column,
		.gfort-42-column,
		.gfort-50-column.pull-right {
			left: 0;
			width: 100%;
			height: auto;
			position: relative;
		}
		.gfort-50-column>div.hero-image-container,
		.gfort-42-column>div.hero-image-container {
			max-width: 100%;
		}
		.gfort-50-column.pull-right>div,
		.gfort-42-column.pull-right>div {
			float: none;
		}
		.gfort-50-column>div,
		.gfort-42-column>div {
			padding-left: 0 ;
			padding-right: 0 ;
		}
		.hero-image-container {
			/*padding-top: 4%;*/
		}
		.hero-image img {
			max-width: 100%;
			height: auto;
			position: relative;
		}
		.pull-right .hero-image img {
			left: 0;
			right: 0;
		}
		.brand-logo {
			/*width: 50%;*/
		}
		
		
		
    }

    /* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		
		.subscribe-wrapper-18 > button {
			width: 10%;
		}
		#email-input {
			border-radius: 3px;
			width: 15%;
			padding: 0.5em 1em;	   
		}
		.scroll-down {
			/*top: 25%;*/
		}
		
		.lead-wrapper {
			padding: 20% 0 0 0;
		}
		.lead-wrapper span.lead {
			margin-top:0;
		}
		.lead-left {
			
		}
		.lead-left h1 {
			font-size: 7em;
			/*font-weight: 600;
			line-height: 1;*/
		}
		.lead-right {
			padding: 3% 0 0 0;
		}
		.lead-right h3 {
			font-size: 1.9em;
			line-height: 1;
		}
		.sub-lead {
			/*text-align: left;*/
			margin-top: 1%;
			margin-left: 45px;
		}
		.video-section-1.bg-full-wx030 {
			background-position: 0;
		}
		.featured-image {
			max-width: 1920px;
			margin: 0 auto;
		}
		.featured-image-center {
			max-width: 1920px;
			margin: 0 auto;
		}
		h1.offer {
			font-size: 3.75em;
			font-weight: 300;
		}
		h2.offer {
			
		}
		h3.offer {
			font-size: 4em;
			font-weight: 600;
		}
		h4.offer {
			
		}
		
    }