/*Animate Title header --------------------*/


#disklav-title{
  text-shadow: 0 0 15px #000000;
}

.animate-header {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.three {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}



/*=== FADE IN LEFT ===*/
@-webkit-keyframes heading-animate {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes heading-animate {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3%, 0, 0);
    transform: translate3d(-3%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.heading-animate {
  -webkit-animation-name: heading-animate;
  animation-name: heading-animate;
}

/*END Animate Title header ----------------------*/



.detail-page{
  display: none !important;
}


.uk-width-medium {
    width: 550px !important;
}

.uk-panel >p{
  font-family: 'GTAmerica',Oswald,sans-serif !important;
}


.uk-child-width-expand div>h3{
  font-family: 'GTAmerica',Oswald,sans-serif !important;
  font-size: 34px !important;
  text-transform: none !important;
  font-weight: 700;
}

/*.uk-position-bottom-left h3{
   text-transform: none !important;
}*/

.uk-flex-center li>a{
  font-family: 'GTAmerica',Oswald,sans-serif;
    font-size: 25px;
	font-weight: 700
}

#gallery-tab-f{
  font-family: 'Playfair Display', Times, "Times New Roman", "serif";
	font-weight:300 !important;
}

#wrap-to-page-top.affix{
  display: none !important;
}

/* headers */
#piano-pg h1,
#piano-pg h2,
#piano-pg h3,
#piano-pg h4,
#piano-pg h5,
#piano-pg h6 {
  margin: 0 0 20px 0;
  font-family: 'Playfair Display', Times, "Times New Roman", "serif";
  font-weight: 500;
  color: #404042;
  text-transform: none;
}

#piano-pg h1 {
  line-height: 1;
  font-family: 'Playfair Display', Times, "Times New Roman", "serif";
  font-weight: 500;
  text-transform: none;
  color: #404042;
}

#piano-pg h1.heading {
    font-family: 'GTAmerica',Oswald,sans-serif;
    font-size: 65px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #404042;
    padding-top: 100px;
}

#piano-pg h3.heading {
    font-size: 40px;
  line-height: 1.2;
    text-transform: none;
    font-weight: lighter;
    font-family: 'Playfair Display', Times, "Times New Roman", "serif";
    color: #fff;
}

#piano-pg h4 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}

#piano-pg .underline {
  border-bottom: 2px solid #742366;
  padding-bottom: 10px;
}

#piano-pg hr.purple {
  border-color: #742366;
  border-width: 2px;
}

#piano-pg .jumbotron {
  position: relative;
  overflow: hidden;
  background-color: black;
  height: 80vh;
  min-height: calc((100vh - 80px) - 20vh);
  border-radius: 0;
  margin-bottom: 0;
}


#text-center{
  font-size: 25px;
    line-height: 1.4;
    font-family: 'Playfair Display', Times, "Times New Roman", "serif";
}

#zipst_search{
  font-family: 'GTAmerica',Oswald,sans-serif;
}

#UseMyloc{
  font-family: 'GTAmerica',Oswald,sans-serif;
}

.cover-video-bg{
  position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.84;
}




#piano-pg .jumbotron video,
#piano-pg .jumbotron .hero-cover,
#piano-pg .jumbotron .mobile-hero-cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 101%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.84;
}


@media (min-width: 1600px)
.uk-child-width-1-4\@xl>* {
    width: 50%;
}

@media (min-width: 960px)
.uk-child-width-1-4\@m>* {
    width: 50%;
}

@media (min-width: 960px)
.uk-width-1-1\@m {
    max-width: 1300px;
    margin: auto;
}


@media (min-width: 992px) {
  #piano-pg .jumbotron video {
    display: block;
  }

  #piano-pg .jumbotron .mobile-hero-cover {
    display: none;
  }
}

@media (min-width: 993px) {

  .feature-height-fix{
    height: 450px;
  }

  .digi-feature-height-fix{
    height: 460px;
  }

  .cvp-feature-height-fix{
    height: 550px;
  }

  .gb1c-prod-height-fix{
    height: 980px;
  }

  .cx-prod-height-fix{
    height: 980px;
  }

  .sx-prod-height-fix{
    height: 920px;
  }

  .cf-prod-height-fix{
    height: 980px;
  }

  .u-prod-height-fix{
    height: 1020px;
  }

  .yus-prod-height-fix{
    height: 1040px;
  }

  .b-prod-height-fix{
    height: 980px;
  }

  .gallery-prod-height-fix{
    height: 930px;
  }

  .silent-prod-height-fix{
    height: 920px;
  }

  .avant-prod-height-fix{
    height: 1070px;
  }

  .clp-prod-height-fix{
    height: 620px;
  }

  .csp-prod-height-fix{
    height: 500px;
  }

  .cvp-prod-height-fix{
    height: 590px;
  }

  .arius-prod-height-fix{
    height: 590px;
  }

  .portables-prod-height-fix{
    height: 540px;
  }

}

@media (max-width: 991px) {

.cover-video-bg{
  display: none;
 }

  #piano-pg .jumbotron video {
    display: none;
  }

  #piano-pg .jumbotron .mobile-hero-cover {
    display: block;
  }
}

#piano-pg .jumbotron h1,
#piano-pg .jumbotron h1.heading {
  color: #fff;
}

#piano-pg .text-white {
  color: #fff !important;
}

#piano-pg .jumbotron .content {
  z-index: 2;
  position: relative;
  color: #fff;
}

#piano-pg a:focus,
#piano-pg a:hover,
#piano-pg button:focus {
  outline: none;
}

#piano-pg p {
  letter-spacing: .5px;

}

#piano-pg .nowrap {
  white-space: nowrap;
}

#piano-pg .header-underline {
  font-family: 'GTAmerica',Oswald,sans-serif;
  font-size: 35.5px;
  border-bottom: 2px solid #742366;
  padding-bottom: 10px;
  white-space: nowrap;
}

#piano-pg .cover-underline {
  border-bottom: 2px solid #742366;
  padding-bottom: 4px;
  color: #fff;
}

#piano-pg h2 .cover-underline {
  padding-bottom: 10px;
}

#piano-pg h3 .cover-underline {
  font-family: 'GTAmerica',Oswald,sans-serif;
  font-size: 30px ;
  padding-bottom: 12px;
  display: inline-block;
}

#piano-pg .uk-light .uk-heading-divider {
  border-bottom-color: transparent;
}

/* uikit styles */
#piano-pg .uk-cover.cover-lg {
  height: 689px;
  width: 1700px;
}

@media (max-width: 1340px) {
  #piano-pg .uk-cover.cover-lg {
    height: 500px;
    width: 1237px;
  }
}

#piano-pg .uk-cover.cover-md {
  height: 559px;
  width: 1300px;
}

@media (max-width: 1037px) {
  #piano-pg .uk-cover.cover-md {
    height: 400px;
    width: 930px;
  }

	.uk-flex-center li>a {
    font-size: 15px;
    }
}

#piano-pg .uk-cover.cover-sm {
  width: 751px;
  height: 500px;
}

#piano-pg hr.footer-divider {
  background-color: rgba(228, 228, 228, 0.1);
  border: 0.5px solid #c5c5c533;
  visibility: hidden;
  margin-top: -20px;
}

#piano-pg hr.transparent {
  border-color: transparent
}

@media (max-width: 959px) {
  #piano-pg .uk-cover.cover-sm {
    width: 863px;
    height: 576px;
  }

  #piano-pg hr.footer-divider {
    visibility: visible;
    margin: 40px 0;
  }

  #piano-pg .mobile-mt-15 {
    margin-top: 15px;
  }
}

/* conversion from bootstrap 4 */
#piano-pg .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

#piano-pg .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

#piano-pg .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

#piano-pg .mb-0,
#piano-pg .my-0 {
  margin-bottom: 0 !important;
}

#piano-pg .ml-auto,
#piano-pg .mx-auto {
  margin-left: auto !important;
}

#piano-pg .mr-auto,
#piano-pg .mx-auto {
  margin-right: auto !important;
}

#piano-pg .navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  border-radius: 0;
}

#piano-pg .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  #piano-pg .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  #piano-pg .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #piano-pg .navbar-collapse.collapse {
    display: flex !important;
  }

  #piano-pg .navbar .dropdown {
    position: unset;
  }
}

@media (max-width: 991px) {
  #piano-pg .navbar-toggler {
    position: absolute;
    top: 25px;
  }

  #piano-pg .navbar-collapse.collapse.in {
    display: flex !important;
  }

  #piano-pg .navbar-collapse.collapse {
    display: none !important;
  }

	#piano-pg h3 .cover-underline{
		font-size: 25px;
	}

	#piano-pg .text-white {
    min-height: 98px;
   }
}

#piano-pg .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 19px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

#piano-pg .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#piano-pg .jumbotron {
  padding: 2rem 1rem;
  border-radius: 0;
}

@media (min-width: 576px) {
  #piano-pg .jumbotron {
    padding: 4rem;
  }
}

@media (max-width: 767px) {
  #piano-pg .navbar-nav .open .dropdown-menu {
    position: relative;
  }
}

/* end bootstrap downgrade section */

/*#piano-pg header h1 {
  text-shadow: 2px 2px 2px rgb(125, 125, 125);
}*/

#piano-pg .el-content,
#piano-pg .el-title {
  /*text-shadow: 2px 2px 2px rgb(70, 70, 70);*/
	text-shadow: 0 0 28px #000000;
}

#piano-pg .el-content {
  font-family: Playfair Display, Times, "Times New Roman", "serif";
  min-height: 55px;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* grands */
#desktop-grands {
  display: block;
}

#desktop-grands>.el-container {
  width: 100%;
}

#desktop-grands>.el-container>.uk-active {
  opacity: 0.6;
}

#desktop-grands>.el-container>.top-header {
  padding: 0;
  height: 0;

}

#desktop-grands .vl {
  border-left: 2px solid rgba(137, 137, 137);
  height: 75px;
}

#desktop-grands>.el-container>.top-header>.item {
  position: relative;
  cursor: pointer;
}

#desktop-grands>.el-container>.top-header>.item h1 {
  margin-bottom: 10px;
  font-family: 'GTAmerica',Oswald,sans-serif;
  font-size: 45.5px !important;
}

#desktop-grands .top-header .item h1,
#desktop-grands .top-header .item .sub-text {
  color: rgba(137, 137, 137);
}

#desktop-grands .uk-flex .item h1,
#desktop-grands .uk-flex .item .sub-text {
  color: rgba(137, 137, 137);
}

#desktop-grands>.el-container>.uk-grid>.uk-flex>.item.active h1,
#desktop-grands>.el-container>.uk-grid>.uk-flex>.item.active .sub-text {
  color: #000;
}

#desktop-grands>.el-container>.top-header>.item.active h1,
#desktop-grands>.el-container>.top-header>.item.active .sub-text {
  color: #000;
}

#desktop-grands h3,
#desktop-grands h3 small {
  color: rgba(255, 255, 255, .5);
}

@media (min-width: 960px) {
  #desktop-grands .darken {
    background-color: rgb(0, 0, 0, 0.4);
  }

@media (max-width: 1318px) {
 #piano-pg .cover-underline {
    min-height: 8px;
  }
}

  #desktop-grands>.el-container>.top-header {
    height: auto;
    position: relative;
    padding: 25px 17vw;
    background-color: rgba(235, 235, 235);
    margin-bottom: 15px;
  }
}

#piano-pg ul.feature-list,
#piano-pg ul.feature-tabs  {
  list-style: none;
  padding-left: 0;
}

#piano-pg ul.feature-list li div {
  line-height: 1.5;
}

#piano-pg .ml-25 {
  margin-left: 25px;
}

#piano-pg .pb-25 {
  padding-bottom: 25px;
}

#piano-pg .switchable a {
  padding: 10px 26px 10px 0;
}

#piano-pg .uk-tab>.active>a {
  color: #404042;
  border-color: #742366;
}

#piano-pg .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

#piano-pg .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#piano-pg {
  font-variant-numeric: lining-nums;
}

#piano-pg .h-100 {
  height: 100%;
}

#piano-pg .hovered-color {
  margin-bottom: 10px;
  font-family: 'GTAmerica',Oswald,sans-serif;
}

#piano-pg .finish-hover-row {
  height: 50px;
  display: flex;
  justify-content: flex-start;
}

#piano-pg .finish-hover-row img {
  margin-right: 10px;
}

#piano-pg .feature-tabs li.active a {
  color: white;
}

#piano-pg .feature-tabs li a {
  border: none;
}

#piano-pg img.tech-logo {
  display: inline-block;
  width: 125px;
}

#piano-pg .prod-info {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'GTAmerica',Oswald Condensed, sans-serif
}

#piano-pg h2.cta {
  font-family: 'GTAmerica',Oswald,sans-serif;
  font-size: 45.5px !important;
  font-weight: 700;
}

#piano-pg h3.cta {
  font-size: 40px !important;
  font-family: 'GTAmerica',Oswald,sans-serif;
}

#piano-pg .explore-faux-lg {
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-family: 'GTAmerica',Oswald,sans-serif;
    width: 130px;
    text-align: center;
    font-size: 23px;
    letter-spacing: 1px;
    border: none;
}

#piano-pg .explore-faux-sm {
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-family: 'GTAmerica',Oswald,sans-serif;
    width: 110px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    border: none;
}

#piano-pg .mb-10 {
  margin-bottom: 10px !important;
}

#piano-pg .pb-0 {
  padding-bottom: 0px !important;
}


#piano-pg .pre-line {
    white-space: pre-line;
}

.bcc-block{
	height: auto;
    position: relative;
    padding-top: 25px !important;
    padding-bottom: 15px !important;
    background-color: rgba(235, 235, 235);
    margin-bottom: 15px !important;
}

.mid-separator{
	border-left: 2px solid rgba(137, 137, 137);
	border-right: 2px solid rgba(137, 137, 137);
    height: 75px;
}





.main-heading{
	text-shadow: 0 0 32px black;
}

.digital-heading{
	text-shadow: 0 0 32px black;
}

.grand-heading {
    text-shadow: 0 0 32px black;
}

.gb1k-heading {
    text-shadow: 0 0 25px black;
}

.cx-heading {
    text-shadow: 0 0 25px black;
}

.uprights-heading {
    text-shadow: 0 0 25px black;
}

.u-series-heading {
    text-shadow: 0 0 42px black;
}

.yus-heading {
    text-shadow: 0 0 25px black;
}

.b-series-heading {
    text-shadow: 0 0 35px black;
}

.p22-heading {
    text-shadow: 0 0 45px black;
}

.gallery-heading {
    text-shadow: 0px 0px 35px #554942;
}

.hybrid-heading {
    text-shadow: 0px 0px 35px #000000;
}

.disklavier-heading {
    text-shadow: 0px 0px 35px #000000;
}

.silent-heading {
    text-shadow: 0px 0px 25px #000000;
}

.clav-heading {
    text-shadow: 0px 0px 25px #000000;
}

.clp-heading {
     text-shadow: 0px 0px 20px #6d6b6b;
}

#clp-heading {
     text-shadow: 0 0 15px #444444, 0 0 10px #000000;
}

.csp-heading {
    text-shadow: 0px 0px 25px #000000;
}


.cvp-heading {
    text-shadow: 0px 0px 25px #000000;
}

.arius-heading {
    text-shadow: 0px 0px 25px #000000;
}

.portable-heading {
    text-shadow: 0px 0px 25px #000000;
}

.our-craft-heading {
    text-shadow: 0px 0px 25px #000000;
}

.our-story-heading {
    text-shadow: 0px 0px 25px #000000;
}

.avantGrand-heading{
	text-shadow: 0 0 32px black;
}

.keyline-top{
	height: 6px;
    background: url(https://www.yamaha.com/us/pianos/images/keyline-top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px;
}

.keyline-bottom{
	height: 6px;
    background: url(https://www.yamaha.com/us/pianos/images/keyline-bottom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}


.surrana{
	font-family: 'Suranna', serif !important;
}








@media (max-width: 1366px) {
 .uk-padding {
    padding-left: 0px;
	padding-right: 0px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /*#piano-pg .el-title {
	  text-align: center;
  }

	#piano-pg .el-content{
	  text-align: center;
	}*/

	#piano-pg h3 .cover-underline{
		font-size: 22px;
	}
}


@media (min-width: 960px) {
  #piano-pg .img-cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 959px) {
  #piano-pg .img-cover {
    width: 100%;
  }

  .uk-padding {
    padding: 40px;
  }

  #piano-pg .el-title {
	  text-align: left;
  }

  #piano-pg .el-content{
	   text-align: left;
  }

	#piano-pg h3 .cover-underline{
		font-size: 30px;
	}
}

@media (max-width: 959px) {
	.bcc-block{
		display: none !important;
	}
  .pad40{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 600px){
    #piano-pg h3.heading {
    font-size: 30px !important;
}

    #piano-pg .header-underline {
    font-size: 22px;
}
}


@media (max-width: 500px){
	.uk-flex-center li>a {
     font-size: 15px;
}
	.nav-tabs>li>a, .uk-tab>*>a
}


@media (max-width: 375px) {
    #piano-pg .header-underline {
	  font-size: 20.5px;
	}

	.nav-tabs>li>a, .uk-tab>*>a{
		padding: 10px 16px !important;
	}
  #piano-pg .navbar-toggler {
      font-size: 15px;
  }

  }

