@font-face {
  font-family: 'GaramondPremrProSmbd';
  src: url('font/GaramondPremrProSmbd.eot');
  src: url('font/GaramondPremrProSmbd.eot?#iefix') format('embedded-opentype'), url('font/GaramondPremrProSmbd.woff2') format('woff2'), url('font/GaramondPremrProSmbd.woff') format('woff'), url('font/GaramondPremrProSmbd.ttf') format('truetype'), url('font/GaramondPremrProSmbd.svg#GaramondPremrProSmbd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSansMTProLight';
  src: url('font/GillSansMTProLight.eot');
  src: url('font/GillSansMTProLight.eot?#iefix') format('embedded-opentype'), url('font/GillSansMTProLight.woff2') format('woff2'), url('font/GillSansMTProLight.woff') format('woff'), url('font/GillSansMTProLight.ttf') format('truetype'), url('font/GillSansMTProLight.svg#GillSansMTProLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icon';
  src: url('font/icon.eot');
  src: url('font/icon.eot?#iefix') format('embedded-opentype'), url('font/icon.woff') format('woff'), url('font/icon.ttf') format('truetype'), url('font/icon.svg2#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*="icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list:before {
  content: "\e600";
}

.icon-lrc:before {
  content: "\e601";
}

.icon-loop-all:before {
  content: "\e602";
}

.icon-loop-single:before {
  content: "\e603";
}

.icon-next:before {
  content: "\e604";
}

.icon-pause:before {
  content: "\e605";
}

.icon-play:before {
  content: "\e606";
}

.icon-plus:before {
  content: "\e607";
}

.icon-prev:before {
  content: "\e608";
}

.icon-loop-random:before {
  content: "\e609";
}

.icon-add:before {
  content: "\e60a";
}

.icon-volume:before {
  content: "\e60b";
}





html,
body {
  height: 100%;
  overflow: hidden;
  background: #000;
  color: #fff;
}

html {
  font-size: 12px;
}

body {
  font-size: 1rem;
  font-family: GillSansMTProLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.headerLogo,
#nav {
  font-family: GaramondPremrProSmbd, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00A1D3;
}

h1 {
  font-size: 2.38rem;
  line-height: 1.2em;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.5em;
}

a {
  text-decoration: none;
}

#header,
#player {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}

#header {
  top: 0;
}

#player {
  bottom: 0;
  padding: 0 10%;
}

#nav,
#header {
  padding: 0 0 0 10%;
}

#header {
  font-size: 1.7rem;
}

#header {
  margin-top: 1em;
}

#header a {
  color: #fff;
}

#menuTrigger {
  width: 11.11%;
  float: right;
}

#menuTrigger span {
  background: #fff;
  display: block;
  transform-origin: 100% 50%;
  transition: transform 0.5s ease;
}

#menuTrigger span:first-of-type {
  width: 100%;
  height: 3px;
  margin-bottom: 8px;
}

#menuTrigger span:nth-of-type(2) {
  width: 50%;
  height: 2px;
  float: right;
}

.showMenu #menuTrigger span:first-of-type {
  transform: scale(0.5, 1);
}

.showMenu #menuTrigger span:nth-of-type(2) {
  transform: scale(2, 1);
}

#nav li {
  font-size: 1.5rem;
  line-height: 2.3em;
  position: relative;
  user-select: none;
}

#nav li div {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: solid 2px #00A1D3;
  width: 100%;
  transform: translateX(110%) translateZ(0);
  transition: transform 0.3s linear;
}

#nav li.selected {
  color: #00A1D3;
}

#nav {
  height: 20.5rem;
  padding-top: 8rem;
  padding-bottom: 2rem;
  margin-top: -30.5rem;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 0.5s ease 0.8s;
}

#nav ul li {
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateX(100%) translateZ(0);
}

#nav ul li:nth-of-type(1) {
  transition-delay: 0.5s;
}

#nav ul li:nth-of-type(2) {
  transition-delay: 0.4s;
}

#nav ul li:nth-of-type(3) {
  transition-delay: 0.3s;
}

#nav ul li:nth-of-type(4) {
  transition-delay: 0.2s;
}

#nav ul li:nth-of-type(5) {
  transition-delay: 0.1s;
}

#nav ul li:nth-of-type(6) {
  transition-delay: 0s;
}

#nav {
  transform: translateY(30.5rem) translateZ(0);
  transition: transform 0.5s ease;
}

.showMenu #nav ul li {
  opacity: 1;
  transform: translateX(0) translateZ(0);
}

.showMenu #nav ul li:nth-of-type(1) {
  transition-delay: 0.3s;
}

.showMenu #nav ul li:nth-of-type(2) {
  transition-delay: 0.4s;
}

.showMenu #nav ul li:nth-of-type(3) {
  transition-delay: 0.5s;
}

.showMenu #nav ul li:nth-of-type(4) {
  transition-delay: 0.6s;
}

.showMenu #nav ul li:nth-of-type(5) {
  transition-delay: 0.7s;
}

.showMenu #nav ul li:nth-of-type(6) {
  transition-delay: 0.8s;
}

#main {
  height: 100%;
  position: relative;
  transform: translateZ(0);
  transition: transform 0.5s ease 0.8s;
}

.showMenu #main {
  transform: translateY(30.5rem) translateZ(0);
  transition: transform 0.5s ease;
}

#main .background,
#main .background ul li,
#main .background ul li .backWrapper div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#main .background ul,
#main .background ul li .backWrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#main .background ul li {
  transition: opacity 2s linear;
  opacity: 0;
  transform: translateZ(0);
}

#main .background ul li .backWrapper div {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width:499px) and (min-aspect-ratio:10001/10000) {

  /*#main .background ul li .backWrapper div{
    background-size:auto 100%;

  }*/
}

#main .background ul li.show {
  opacity: 1;
  transition: opacity 2s linear 0.5s;
}

#main .background:nth-of-type(1) ul li .backWrapper div:nth-child(2) {
  display: none;
  opacity: 0;
  transition: opacity 1s linear;
  transform: translateZ(0);
}

.preShowBlurBack #main .background:nth-of-type(1) ul li .backWrapper div:nth-child(2) {
  display: block;
}

.hideNoBlurBack #main .background:nth-of-type(1) ul li .backWrapper div:nth-child(1) {
  display: none;
}

.showBlurBack #main .background:nth-of-type(1) ul li .backWrapper div:nth-child(2) {
  opacity: 0.6;
}





#main .background:nth-of-type(3) {
  transform: translateZ(0);
  transition: opacity 1s ease;
  background: rgba(1, 37, 43, 0.618);
  opacity: 0;
}

.showBlurBack #main .background:nth-of-type(3) {
  opacity: 1;
}

#main .background:nth-of-type(2) {
  transform: translateZ(0);
  transition: opacity 1s ease;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: none;
  opacity: 0;
}

.preShowStaticBack #main .background:nth-of-type(2) {
  display: block;
}

.showStaticBack #main .background:nth-of-type(2) {
  opacity: 1;
}

#main .contentWrapper,
#main .lyrcWrapper{
  height: 100%;
  overflow-x: hidden;  /*overflow-y:scroll;*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.5s ease,transform 0.5s ease;
  transform: translateZ(0);
}



#main .contentWrapper{
  position:relative;
}

#main .lyrcWrapper{
  position:absolute;
  width:100%;
  box-sizing:border-box;
  padding-top:6rem;
  left:0;
  top:0;
  opacity:0;
  transform:scale(1.5) translateZ(0);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 3rem, rgba(0, 0, 0, 1) 8rem, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 90%);
  font-size: 1.33rem;
  text-align: center;
  line-height: 1.8em;  /*color:rgba(255,255,255,0.618);*/
  color: #fff;

  display:none;
}

#main .lyrcWrapper p {
  transition: transform 0.3s ease;
}

#main .lyrcWrapper p.currentPlaying {
  transform: scale(1.2);
  font-weight: bold;
}


body.preShowLyrc #main .lyrcWrapper {
  display: block;
}

body.showLrc #main .lyrcWrapper {
  opacity: 1;
  transform: scale(1) translateZ(0);
}

body.showLrc #main .contentWrapper {
  opacity: 0;
}

body.hidePlayList #main .contentWrapper {
  display: none;
}

.hideContent #main .contentWrapper {
  opacity: 0;
}

.cutContent #main .contentWrapper {
  overflow: hidden;
}

#home {
  height: 100%;
  position: relative;
  overflow: hidden;
}

#home .sliderWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#home .homeInfo {
  display: none;
}

#home li {
  position: absolute;
  width: 90%;
  height: 100%;
  display: none;
  color: #00A1D3;
  right: 0;
  top: 0;
}

#home li.playing .icon-play:before {
  content: "\e605";
}

#home li .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

#home li h1 {
  border-top: solid 2px #00A1D3;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transform: translateX(100%) translateZ(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

#home li h1 .title {
  display: none;
}

#home li i {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 1.2em;
  border-radius: 100rem;
  border: solid 2px #00A1D3;
  transform: translateX(-100%) translateZ(0);
  opacity: 0;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s;
}

#home li i:before {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 4.2rem;
  font-size: 2.2rem;
  text-align: center;
}

#home li:not(.playing) i:before {
  text-indent: 0.2em;
}

.-ms- #home li i:before {
  display: block;
  width: 100%;
  height: 100%;
  /*margin-top: 1em;*/
  line-height:1.9;
  /*transform-origin: 100% 0;*/
}

.-ms- #home li.not(.playing) i:before {
  /*text-indent: 0.55em;*/
  text-indent: 0.1em;
}

#home li.preShow {
  display: block;
}

#home li.show h1 {
  opacity: 1;
  transform: translateX(0) translateZ(0);
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}

#home li.show i {
  opacity: 1;
  transform: translateX(0) translateZ(0);
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
}

#home .footer {
  display: none;
}

#about {
  padding: 6rem 0 6rem 10%;
}

#about h1 {
  padding-bottom: 0.3em;
  border-bottom: solid 2px #00A1D3;
  margin: 1em 0;
}

#about p,
#about ol {
  padding-right: 11.11%;
  font-size: 1.333rem;
  line-height: 1.8em;
  margin: 1em 0;
}

#about ol {
  list-style-type: disc;
}

#about ol li {
  margin: 1em 0;
}

#books,
#albums {
  padding: 6rem 0 6rem 10%;  /*background:blue;*/
}

#books h2,
#albums h2 {
  padding-bottom: 0.4em;
  border-bottom: solid 2px #00A1D3;
}

#books li,
#albums li {
  margin: 4em 0;
}

#books a,
#books a,
#books .picture,
#albums .picture {
  width: 100%;
  display: block;
}

#books .picture img,
#albums .picture img {
  display: block;
  width: 55.556%;
  height: auto;
}

#books li:nth-of-type(2n) img,
#albums li:nth-of-type(2n) img {
  float: right;
}

#songs {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

#songs .playList {
  position: absolute;
  width: 100%;
  left: 0;
  top: 6rem;
  /*padding-top:6rem;*/
  padding-bottom: 8rem;
  user-select:none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}



#songs .playList {
  transform: translateZ(0);
}



#songs .playList li {
  font-size: 0;
  /*height:3rem;*/
  /*line-height:3rem;*/
  /*overflow:hidden;*/
}

#songs .playList li.playing .icon-play:before {
  content: "\e605";
}

#songs .playList li.added .icon-add:before {
  content: "\e607";
}

#songs .playList li:nth-of-type(2n){
  background: rgba(1, 39, 48, 0.618);
}

#songs .playList li:nth-of-type(2n+1){
  background: rgba(0, 64, 83, 0.618);
}

#songs .playList .playPause,
#songs .playList .addRemove,
#songs .playList .songInfo {
  display: inline-block;
  vertical-align:middle;
  line-height:3rem;
  box-sizing: border-box;
  color: #00A1D3;
}


#songs .playList .songInfo {
  width: 80%;
  padding-left:5%;
  padding-right:5%;
  font-size: 1.33rem;
  border-left: solid 1px rgba(0, 161, 211, 0.618);
  border-right: solid 1px rgba(0, 161, 211, 0.618);
}

#songs .playList .songInfo p {
  float: left;
  width: 83%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#songs .playList .songInfo time {
  float: right;
  font-size: 1.2rem;
}


#songs .playList .playPause,
#songs .playList .addRemove {
  width: 10%;
  text-align: center;
  font-size:1rem;
}


#songs .playList li i {
  display: block;
  width: 100%;
  height: 100%;
}



#playPannel {
  position: absolute;
  width: 100%;
  height: 8rem;
  left: 0;
  bottom: 0;
  z-index: 5;
  user-select: none;
    transform:translateY(100%) translateZ(0);
  opacity:0;
  transition:transform 0.5s ease,opacity 0.5s ease;
}

.homePage.showPannel #playPannel{
  display:none;
}


.showPannel #playPannel{
  opacity:1;
  transform:translateY(0) translateZ(0);
}

.homePage #main .contentWrapper,
.homePage.showPannel #main .contentWrapper{
  mask-image:none;
}

.showPannel #main .contentWrapper{
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 3rem, rgba(0, 0, 0, 1) 8rem, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 90%);
}







.no-cssmask #playPannel {
  padding-top: 2rem;
  background: linear-gradient(180deg, rgba(1, 25, 31, 0) 0%, rgba(1, 25, 31, 1) 4rem);

}

.no-cssmask #songs .lyrc,
.no-cssmask #songs .playList {
  padding-bottom: 10rem;
}

#playPannel ul {
  font-size: 0;
  height: 50%;
}

#playPannel ul li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  height:100%;
  text-align: center;
  /*line-height: 4rem;*/
  color: rgba(0, 161, 211, 0.618);
}

 .fuckingAndroid #playPannel ul li{
    display:block;
    float:left;
  }


/*.-ms- #playPannel ul li {
  line-height: 4.5rem;
}*/

#playPannel ul li:nth-child(2),
#playPannel ul li:nth-child(4) {
  color: rgba(255, 255, 255, 0.618);
  font-size: 2.1rem;
}

#playPannel ul li:nth-child(2) {
  text-align: left;
}

#playPannel ul li:nth-child(4) {
  text-align: right;
}

#playPannel ul li:nth-child(3) {
  color: #fff;
  font-size: 1.75rem;
  position:relative;
}

#playPannel ul li:nth-child(3) i{
  position:relative;
}

#playPannel ul li:nth-child(3) i:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}

#playPannel ul li:nth-child(1),
#playPannel ul li:nth-child(5) {
  /*line-height: 4.5rem;*/
  box-sizing: border-box;
}

#playPannel ul li:nth-child(1) {
  padding-right: 10%;
}

#playPannel ul li:nth-child(5) {
  padding-left: 10%;
}

#playPannel ul li:last-child {
  display: none;
}

#playPannel i {
  display: block;
  width: 100%;
  height: 100%;
}

.-ms- #playPannel i{
  line-height:4.2rem;
}

#playPannel i:before{
  line-height:4rem;
}


#playPannel li.playPause i:before{
  line-height:2;
}
/*#playPannel ul li:nth-child(3) i {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  /*line-height: 2.6em;*/
  /*border: solid 2px #fff;*/
/*}*/



#playPannel .pannelInfo{
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  /*width:200px;*/
  width:80%;
  box-sizing:border-box;
  padding:0 10px;
  height:4rem;
  line-height:4rem;
  border-radius:2px;
  background: linear-gradient(135deg,rgba(0, 161, 211, 1) 0%,rgba(0,100,150,1) 60%);
  text-align:center;
  /*left:5%;*/
  /*right:0;*/
  bottom:4rem;
  font-size:1.5rem;
  z-index:5;
  transition:opacity 0.5s ease,transform 0.5s ease;
  opacity:0;
  transform:translateX(-120%) translateZ(0);
  cursor:pointer;
  font-family: GaramondPremrProSmbd, TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  box-shadow:1px 1px 3px rgba(0,0,0,0.5),inset 1px 1px 1px rgba(255,255,255,0.5);
}

#playPannel .pannelInfo:active{
  box-shadow:inset 1px 1px 3px rgba(0,0,0,0.5),inset -1px -1px 1px rgba(255,255,255,0.5);
}

#playPannel .pannelInfo i{
  display:inline-block;
  width:auto;
  height:auto;
  margin-right:10px;
  font-size:16px;
}

#playPannel .pannelInfo i:before{
  line-height:4rem;
}

#playPannel .pannelInfo.show{
  opacity:1;
  transform:translateY(0) translateZ(0);
}




#playPannel ul.playControl li.playPause i:before {
border: solid 2px white;
width: 2em;
height: 2em;
border-radius: 2em;
display:block;
}

#playPannel ul li:nth-child(3) i.icon-play {
  text-indent: 0.15em;
}



/*.-ms- #playPannel ul li:nth-child(3) i {
  line-height: 2.25em;
}*/

#playPannel.showLrc i.icon-list:before {
  content: "\e601";
}

#playPannel div.lineWrapper {
  height: 50%;
  box-sizing:border-box;
}

#playPannel div.lineWrapper .lines{
  position:relative;
  height:100%;
  overflow:hidden;
}

#playPannel div.lineWrapper .bufferLine,
#playPannel div.lineWrapper .backLine {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
}

#playPannel div.lineWrapper .backLine {
  background: rgba(255, 255, 255, 0.618);
}

#playPannel div.lineWrapper .timeDisc {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 1.3rem;
  position: absolute;
  left: 0;
  top: 1.36rem;
  background: #00A1D3;
}

#home i.waitingBuffer:before {
  animation: waitingBuffer 2s linear infinite;
}

#songs .waitingBuffer,
#playPannel .waitingBuffer {
  animation: waitingBuffer 2s linear infinite;
}

@keyframes waitingBuffer {
  to {
    transform: rotate(360deg) translateZ(0);
  }

}

body {
  max-width: 2560px;
  margin: 0 auto;
}


 @media screen and (min-width:400px) and (max-aspect-ratio:1/1) {
    html {
      font-size: 14px;
    }

  }



  @media screen and (min-aspect-ratio:10001/10000) {
    h2 {
      font-size: 1.3rem;
      line-height: 1.5em;
    }

  }

  @media screen and (min-width:700px) and (min-aspect-ratio:10001/10000) {
    html {
      font-size: 14px;
    }

  }

  @media screen and (min-width:800px) and (min-aspect-ratio:10001/10000) {
    html {
      font-size: 16px;
    }

  }

  @media screen and (min-width:1025px) and (min-aspect-ratio:10001/10000) {
    html {
      font-size: 18px;
    }


    h1,
    #home li {
      font-size: 1.8rem;
    }

  }

  @media screen and (min-width:1441px) and (min-aspect-ratio:10001/10000) {
    html {
      font-size: 20px;
    }

  }

  @media screen and (min-width:1921px) and (min-aspect-ratio:10001/10000) {
    html {
      font-size: 24px;
    }

  }

/*header nav mediaquery */
@media screen and (min-width:600px), screen and (min-aspect-ratio:10001/10000) {
  #header {
    margin-top: 0;
    padding: 1.5em 5% 0 5%;
    font-size: 1.3rem;

  }

  .no-cssmask #header{
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
    background:linear-gradient(0deg, rgba(1, 25,31, 0) 0%, rgba(1, 25,31, 1) 100%);

  }

  .showBlurBack #header,
  .showStaticBack #header {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
    padding-bottom: 1em;
  }

  #menuTrigger {
    display: none;
  }

  #nav {
    transform: none;
  }

  #nav {
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 10;
    margin-top: 1.3rem;
  }

  #nav ul li {
    opacity: 1;
    transform: none;
    display: inline-block;
    font-size: 1rem;
    margin: 0 0 0 1.5em;
    line-height: 2.8em;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.618);
    cursor: pointer;
    font-family: GillSansMTProLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }


  #nav ul li:not(.selected):hover {
    color: rgba(255, 255, 255, 1);
  }

  #nav li div {
    border-bottom-width: 1px;
    bottom: 0.5em;
  }

  [class^="icon-"],
  [class*="icon-"] {
    cursor: pointer;
  }

}





/*home and home background media query*/
@media screen and (min-width:500px) {
  h1 {
    font-size: 1.33rem;
  }

 

  #main .background:nth-of-type(1) ul {
    height: 0;
    padding-top: 100%;
    top: 50%;
  }

  #main .background ul li {
    width: 100%;
    height: 100%;
    border-radius: 9999rem;
    box-sizing: border-box;
    border: solid 5px rgba(0, 161, 211, 0.618);
    overflow: hidden;
  }

  #main .background ul li .backWrapper div {
    background-position: center;    /*background-size:cover;*/
    background-size: auto 100%;
  }

  #home .sliderWrapper {
    top: 0;
    font-size: 1.5rem;
    text-align: center;
  }

  #home .sliderWrapper li {
    width: 100%;
    height: 0;
    padding-top: 100%;
    top: 50%;
    z-index: 5;
  }

  #home li .wrapper {
    height: 100%;
    border-radius: 999rem;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 5px transparent;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }

  #home li h1 .title {
    display: block;
  }

  #home li h1 .content {
    display: none;
  }

  #home li i {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    transform: scale(1.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-shadow: 1px 1px 0px #000;
    box-shadow: 1px 1px 0px #000;
  }

  #home li i:before {
    line-height: 2.8rem;
    font-size: 1.5rem;
  }

  #home li h1 {
    position: absolute;
    width: 100%;
    top: 60%;
    top: calc(50% + 2.5rem);
    text-shadow: 1px 1px 0px #000;
  }

  #home .sliderIndex {

    /*padding-top:20%;*/
    line-height: 2rem;
    text-align: center;
    position: absolute;  /*left:55%;*/
    top: 50%;
    white-space: nowrap;
    font-size: 0;
  }

  #home .sliderIndex span {
    display: inline-block;
    position: relative;
    width: 10%;
    height: 0;
    padding-top: 10%;  /*margin:0 10px;*/
    cursor: pointer;
    opacity: 0.382;
    transform: translateZ(0);
    transition: opacity 0.5s ease;
  }

  #home .sliderIndex span.show {
    opacity: 1;
  }

  #home .sliderIndex span i {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 161, 211, 1);
  }

  #home .homeInfo {
    display: table;
    position: absolute;  /*width:40%;*/

    /*width:50%;*/
    width: 70%;  /*left:5%;*/
    left: 15%;
    height: 100%;
    top: 0;
    table-layout: fixed;
    font-size: 1rem;
    line-height: 1.5em;
  }

  #home .homeInfo p {
    display: table-cell;
    vertical-align: middle;  /*padding-top:15%;*/
  }

  #home .homeInfo a {
    display: block;
    color: rgba(0, 161, 211, 1);
  }

  #home .footer {

    /*display:block;*/
    position: absolute;
    left: 5%;
    bottom: 2.3rem;
    color: rgba(255, 255, 255, 0.618);
    font-size: 14px;
  }

}


  @media screen and (min-width:500px) and (max-aspect-ratio:1/1) {
    #main .background:nth-of-type(1) {
      width: 45%;
      margin-left: 27.5%;
    }

    #main .background:nth-of-type(1) ul {
      margin-top: -100%;
    }

    #home .sliderWrapper {
      width: 45%;
      left: 27.5%;
      top: 0;
      font-size: 1.5rem;
      text-align: center;
    }

    #home .sliderIndex {
      width: 45%;
      padding-top: 1em;
      left: 27.5%;
    }

    #home .sliderWrapper li {
      margin-top: -100%;
    }

    #home .homeInfo p {
      padding-top: 23em;
      text-align: center;
    }

  }


   @media screen and (min-width:700px) and (max-aspect-ratio:1/1) {
    #main .background:nth-of-type(1) {
      width: 40%;
      margin-left: 30%;
    }

    #main .background:nth-of-type(1) ul {
      margin-top: -85%;
    }

    #home .sliderWrapper {
      width: 40%;
      left: 30%;
    }

    #home .sliderWrapper li {
      margin-top: -85%;
    }

    #home .sliderIndex {
      padding-top: 8%;
      width: 40%;
      left: 30%;
    }

    #home .homeInfo p {
      padding-top: 28em;
      text-align: center;
    }

  }


   @media screen and (min-width:500px) and (min-aspect-ratio:10001/10000) {
    #main .background:nth-of-type(1) {
      width: 35%;
      margin-left: 60%;
    }

    #main .background:nth-of-type(1) ul {
      margin-top: -45%;
    }

    #home .sliderWrapper {
      width: 35%;  /*left:55%;*/
      left: 60%;
      top: 0;
      font-size: 1.5rem;
      text-align: center;
    }

    #home .sliderIndex {
      width: 35%;
      padding-top: 20%;
      left: 60%;
    }

    #home .sliderWrapper li {
      margin-top: -45%;
    }

    #home .homeInfo {
      width: 50%;
      left: 5%;
    }

    #home .homeInfo p {
      padding-top: 15%;
    }

  }

 @media screen and (min-width:1000px) and (min-aspect-ratio:10001/10000) {
    #home .homeInfo {
      width: 45%;
    }

  }

  @media screen and (min-width:1367px) and (min-aspect-ratio:10001/10000) {
    #main .background:nth-of-type(1) {
      width: 30%;
      margin-left: 60%;
    }

    #home .sliderWrapper {
      width: 30%;
      left: 60%;
    }

    #home .sliderIndex {
      width: 30%;
      left: 60%;
      padding-top: 17%;
    }

    #home .homeInfo {
      width: 40%;
      left: 10%;
    }

  }

  @media screen and (min-width:1681px) and (min-aspect-ratio:10001/10000) {
    #main .background:nth-of-type(1) {
      width: 25%;
    }

    #home .sliderWrapper {
      width: 25%;
    }

    #home .sliderIndex {
      width: 25%;
      padding-top: 15%;
    }

    #home .homeInfo {
      width: 35%;
      left: 15%;
    }

  }


  /*home media query*/
  @media screen and (min-width:700px), screen and (min-aspect-ratio:10001/10000) and (min-width:666px) {
    #home li h1 .title {
      display: none;
    }

    #home li h1 .content {
      display: block;
    }

  }



/*home and about background media query*/
@media screen and (min-width:500px), screen and (min-aspect-ratio:10001/10000) {
  body {
    background: linear-gradient(0deg, rgba(1, 37, 43, 0.618) 0%, rgba(1, 37, 43, 1) 15%, rgba(1, 37, 43, 1) 85%, rgba(1, 37, 43, 0.618) 100%);
  }

  #main .background {
    transition: opacity 0.5s ease;
  }



  .preHideBack .background,
  .hideContent .background{
    opacity: 0;
  }

  .hideBack .background,
  .hideBack #main .background:nth-of-type(2) {
    display: none;
  }

  body.hideBack.showStaticBack .contentWrapper {
    background-size: auto 100%, auto 100%;
    background-color: #000;
    background-position: right top;
    background-repeat: no-repeat;
  }

}










/*songs mediaquery*/
@media screen and (min-width:600px) {
  #songs .playList {
    right: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  #songs .playList ul.added,
  #songs .playList ul.notAdded {
    width: 40%;
  }

  #songs .playList ul.notAdded {
    float: left;
    margin-left: 5%;
  }

  #songs .playList ul.added {
    float: right;
    margin-right: 5%;
  }

  #songs .playList .songInfo{
    /*font-size:1rem;*/
    font-size:16px;
  }

  #songs .playList .songInfo time {
    /*font-size: 1rem;*/
    font-size:16px;
  }

 

  #songs .playList .playPause,
  #songs .playList .addRemove {
    /*font-size:0.8rem;*/
    font-size:12px;
  }


  #songs .playList .playPause,
  #songs .playList .addRemove,
  #songs .playList .songInfo{
    /*line-height:2.5rem;*/
    line-height:34px;
  } 




}

@media screen and (min-width:600px) {


body.showLrc #main .background {
  opacity: 0;
  /*transform: scale(1.5) translateZ(0);*/
}



.no-cssmask #playPannel {
  padding-top: 0;
    background:linear-gradient(180deg, rgba(1, 25,31, 0.618) 0%, rgba(1, 25,31, 1) 30%);

}

  #playPannel {
    height:112px;
    bottom:-56px;
    border-top:solid 2px #000;
    display:block;
  }

#playPannel i:before{
  line-height:56px;
}

.-ms- #playPannel i{
  line-height:56px;
}

.-ms- #playPannel .pannelInfo i{
  line-height:40px;
}


#playPannel div.lineWrapper .timeDisc{
  top:14px;
  width:18px;
  height:18px;
  border-radius:18px;
}

#playPannel {
  transform:translateY(0) translateZ(0);
  opacity:1;
}


#playPannel .pannelInfo{
  left:5%;
  right:auto;
  width:300px;
  padding:0 10px;
  bottom:64px;
  height:40px;
  line-height:40px;
  font-size:1rem;
}

#playPannel .pannelInfo i:before{
  line-height:40px;
}


#main .contentWrapper{
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 3rem, rgba(0, 0, 0, 1) 8rem, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 90%);
}

  #playPannel .playControl {
    width: 300px;
    max-width: 600px;
    float:left;
    margin-left:5%;
    font-size:12px;
  }


  #playPannel .lineWrapper{
    font-size:12px;
    padding-left:30em;
    padding-left:calc(300px + 12.5%);
    padding-right:5%;
    cursor:pointer;
    border-top:solid 5px transparent;
    border-bottom:solid 5px transparent;
  }

  #playPannel ul li {
    font-size: 0.8em;
    width:15%;
    cursor: pointer;
  }

  #playPannel ul li:last-child{
    display:inline-block;
    position:relative;
  }

  #playPannel ul li.setVolume{
    box-sizing:border-box;
    padding-left:10%;
    font-size:17px;
  }

  #playPannel ul li .volumeLine{
    position:absolute;
    bottom:46px;
    left:40%;
    width:100%;
    height:120px;
    /*display:none;*/
    display:block;
    opacity:0;
    z-index:-10;
    transform:translateY(100%) translateZ(0);
    transition:opacity 0.3s ease,transform 0.3s ease,z-index 0s 0.3s;
  }

  #playPannel ul li .volumeLine .wrapper{
    position:relative;
    width:80%;
    height:100px;
    margin:10px auto;
    overflow:hidden;
  }

  #playPannel ul li:last-child:hover .volumeLine{
    opacity:1;
    z-index:1;
    transform:translateY(0) translateZ(0);
    transition:opacity 0.3s ease 0.1s,transform 0.3s ease 0.1s;
  }

  #playPannel ul li .totalVolume,
  #playPannel ul li .volumeDisc{
    position:absolute;
    bottom:0;
    left:45%;
    width:2px;
    height:100%;
  }

  #playPannel ul li .volumeDisc{
    width:10px;
    height:10px;
    border-radius:10px;
    bottom:auto;
    top:0;
    left:34.5%;
    background:#00A1D3;
  }


  #playPannel ul li .totalVolume{
    background:rgba(0, 161, 211, 0.618);    
  }


  #playPannel ul li:nth-child(3) {
    font-size: 1.5em;
  }

  #playPannel ul li:nth-child(2),
  #playPannel ul li:nth-child(4) {
    font-size: 1.7em;
  }

}

@media screen and (min-width:600px) and (min-height:500px){
  .homePage.showPannel #playPannel{
  display:block;
}
#home{
  margin-top:-30px;
}

#main .background{
  margin-top:-30px;
}
}

/*books albums mediaquery*/
@media screen and (min-width:400px) {
  #books,
  #albums {
    width: 100%;
    padding-left: 0;
  }

  #albums,
  #books {
    text-align: center;
  }

  #albums li,
  #books li {
    height: 0;
    display: inline-block;
    width: 35%;
    margin: 10% 5%;
    position: relative;
  }

  #albums li {
    padding-top: 35%;
  }

  #books li {
    padding-top: 52.5%;
  }

  #albums li h2,
  #books li h2 {
    position: absolute;
    width: 100%;
    top: 105%;
    border: none;
    z-index: 5;
    max-height:2.5em;
    overflow:hidden;
  }

  #albums li a,
  #books li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  #albums li .picture,
  #albums .picture img,
  #books li .picture,
  #books li .picture img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    transition:transform 0.2s ease,box-shadow 0.2s ease;
    transform:translateZ(0);

  }

  #albums li .picture,
  #albums .picture img {
    border-radius: 999rem;
  }

  #books li .picture {
    border-radius: 5px;
  }

  #albums .picture,
  #books .picture {
    border: solid 5px rgba(0, 161, 211, 0.618);
    box-shadow: 1px 1px 10px #000, -1px -1px 10px #000;
    /*-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);*/
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  }

  #albums .picture:hover,
  #books .picture:hover{
    transform:scale(0.96);
    box-shadow: 1px 1px 5px #000, -1px -1px 5px #000;
  }

  #albums .picture:hover img,
  #books .picture:hover img{
    transform:scale(1.5);
  }

  #albums h2,
  #books h2 {
    text-align: center;
    margin-bottom: -2px;
    text-shadow: 1px 1px 0px #000;
  }

}

@media screen and (min-width:900px) {
  #albums li,
  #books li {
    width: 20%;
    margin: 6% 5%;
  }

  #albums li {
    padding-top: 20%;
  }

  #books li {
    padding-top: 30%;
  }

}

/*albums books about mediaquery*/
@media screen and (min-width:1367px) {
  #albums li,
  #books li {
    width: 17.5%;
    margin: 6% 2.5%;
  }

  #albums li {
    padding-top: 17.5%;
  }

  #books li {
    padding-top: 26.25%;
  }

  #about {
    width: 40%;
  }

}

@media screen and (min-width:1600px) {
  #albums,
  #books {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  #albums li,
  #books li {
    width: 15%;
    margin: 6% 2.5%;
  }

  #albums li {
    padding-top: 15%;
  }

  #books li {
    padding-top: 22.5%;
  }

  #about {
    width: 30%;
  }

}

  /*about media query*/
  @media screen and (min-width:700px), screen and (min-aspect-ratio:10001/10000) {
    #about {
      padding-left: 5%;
      width: 50%;
      max-width:700px;
    }

    #about h1 {
      font-size: 1.3rem;
      text-shadow: 1px 1px 0px #000;
    }

    #about p,
    #about ol {
      font-size: 1rem;
      padding-right: 0;
      line-height: 1.5em;
    }

    #about p {
      column-count: 2;
      text-shadow: 1px 1px 0px #000;
    }

    #about ol li {
      margin: 0;
    }

  }


/*home and about background source device pixel ratio mediaquery*/

@media 
only screen 
and (max-width:499px) 
and (-webkit-min-device-pixel-ratio:0.9), only screen 
and (max-width:499px) 
and (min--moz-device-pixel-ratio:0.9), only screen 
and (max-width:499px) 
and (-o-min-device-pixel-ratio:9/10), only screen 
and (max-width:499px) 
and (min-device-pixel-ratio:0.9), only screen 
and (max-width:499px) 
and (min-resolution:81dpi), only screen 
and (max-width:499px) 
and (min-resolution:0.9dppx) {
  #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard1-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard2-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard3-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard4-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard5-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard6-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard7-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard1-blur-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard2-blur-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard3-blur-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard4-blur-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard5-blur-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard6-blur-320.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard7-blur-320.jpg);
  }

  #main .background:nth-of-type(2) {
    background-image: url(../img/leonard-static-320.jpg);
  }

}

@media 
only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (-webkit-min-device-pixel-ratio:0.9), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min--moz-device-pixel-ratio:0.9), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (-o-min-device-pixel-ratio:9/10), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-device-pixel-ratio:0.9), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-resolution:81dpi), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-resolution:0.9dppx) {
  body.hideBack.showStaticBack .contentWrapper {
    background-image: linear-gradient(0deg, rgba(1, 37, 43, 0.382) 0%, rgba(1, 37, 43, 0.618) 15%, rgba(1, 37, 43, 0.618) 85%, rgba(1, 37, 43, 0.382) 100%), url(../img/leonard-static-320.jpg);
  }

}

@media 
only screen 
and (max-width:499px) 
and (-webkit-min-device-pixel-ratio:1.4), only screen 
and (max-width:499px) 
and (min--moz-device-pixel-ratio:1.4), only screen 
and (max-width:499px) 
and (-o-min-device-pixel-ratio:7/5), only screen 
and (max-width:499px) 
and (min-device-pixel-ratio:1.4), only screen 
and (max-width:499px) 
and (min-resolution:126dpi), only screen 
and (max-width:499px) 
and (min-resolution:1.4dppx) {
  #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard1-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard2-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard3-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard4-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard5-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard6-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard7-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard1-blur-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard2-blur-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard3-blur-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard4-blur-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard5-blur-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard6-blur-640.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard7-blur-640.jpg);
  }

  #main .background:nth-of-type(2) {
    background-image: url(../img/leonard-static-640.jpg);
  }

}

@media 
only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (-webkit-min-device-pixel-ratio:1.4), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min--moz-device-pixel-ratio:1.4), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (-o-min-device-pixel-ratio:7/5), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-device-pixel-ratio:1.4), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-resolution:126dpi), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-resolution:1.4dppx) {
  body.hideBack.showStaticBack .contentWrapper {
    background-image: linear-gradient(0deg, rgba(1, 37, 43, 0.382) 0%, rgba(1, 37, 43, 0.618) 15%, rgba(1, 37, 43, 0.618) 85%, rgba(1, 37, 43, 0.382) 100%), url(../img/leonard-static-640.jpg);
  }

}

@media 
only screen 
and (max-width:499px) 
and (-webkit-min-device-pixel-ratio:2.4), only screen 
and (max-width:499px) 
and (min--moz-device-pixel-ratio:2.4), only screen 
and (max-width:499px) 
and (-o-min-device-pixel-ratio:12/5), only screen 
and (max-width:499px) 
and (min-device-pixel-ratio:2.4), only screen 
and (max-width:499px) 
and (min-resolution:216dpi), only screen 
and (max-width:499px) 
and (min-resolution:2.4dppx) {
  #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard1-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard2-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard3-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard4-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard5-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard6-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard7-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard1-blur-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard2-blur-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard3-blur-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard4-blur-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard5-blur-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard6-blur-960.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(2) {
    background-image: url(../img/leonard7-blur-960.jpg);
  }

  #main .background:nth-of-type(2) {
    background-image: url(../img/leonard-static-960.jpg);
  }

}

@media 
only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (-webkit-min-device-pixel-ratio:2.4), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min--moz-device-pixel-ratio:2.4), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (-o-min-device-pixel-ratio:12/5), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-device-pixel-ratio:2.4), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-resolution:216dpi), only screen 
and (max-width:499px) 
and (min-aspect-ratio:10001/10000) 
and (min-resolution:2.4dppx) {
  body.hideBack.showStaticBack .contentWrapper {
    background-image: linear-gradient(0deg, rgba(1, 37, 43, 0.382) 0%, rgba(1, 37, 43, 0.618) 15%, rgba(1, 37, 43, 0.618) 85%, rgba(1, 37, 43, 0.382) 100%), url(../img/leonard-static-640.jpg);
  }

}



@media 
only screen 
and (min-width:500px) 
and (-webkit-min-device-pixel-ratio:0.9), only screen 
and (min-width:500px) 
and (min--moz-device-pixel-ratio:0.9), only screen 
and (min-width:500px) 
and (-o-min-device-pixel-ratio:9/10), only screen 
and (min-width:500px) 
and (min-device-pixel-ratio:0.9), only screen 
and (min-width:500px) 
and (min-resolution:81dpi), only screen 
and (min-width:500px) 
and (min-resolution:0.9dppx) {
  #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard1-h-300.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard2-h-300.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard3-h-300.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard4-h-300.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard5-h-300.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard6-h-300.jpg);
  }

  #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
    background-image: url(../img/leonard7-h-300.jpg);
  }

  body.hideBack.showStaticBack .contentWrapper {
    background-image: linear-gradient(0deg, rgba(1, 37, 43, 0.382) 0%, rgba(1, 37, 43, 0.618) 15%, rgba(1, 37, 43, 0.618) 85%, rgba(1, 37, 43, 0.382) 100%), url(../img/leonard-static-320.jpg);
  }

  @media 
  only screen 
  and (min-width:500px) 
  and (-webkit-min-device-pixel-ratio:1.4), only screen 
  and (min-width:500px) 
  and (min--moz-device-pixel-ratio:1.4), only screen 
  and (min-width:500px) 
  and (-o-min-device-pixel-ratio:7/5), only screen 
  and (min-width:500px) 
  and (min-device-pixel-ratio:1.4), only screen 
  and (min-width:500px) 
  and (min-resolution:126dpi), only screen 
  and (min-width:500px) 
  and (min-resolution:1.4dppx) {
    #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard1-h-600.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard2-h-600.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard3-h-600.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard4-h-600.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard5-h-600.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard6-h-600.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard7-h-600.jpg);
    }

    body.hideBack.showStaticBack .contentWrapper {
      background-image: linear-gradient(0deg, rgba(1, 37, 43, 0.382) 0%, rgba(1, 37, 43, 0.618) 15%, rgba(1, 37, 43, 0.618) 85%, rgba(1, 37, 43, 0.382) 100%), url(../img/leonard-static-640.jpg);
    }

  }

  @media 
  only screen 
  and (min-width:500px) 
  and (-webkit-min-device-pixel-ratio:2.4), only screen 
  and (min-width:500px) 
  and (min--moz-device-pixel-ratio:2.4), only screen 
  and (min-width:500px) 
  and (-o-min-device-pixel-ratio:12/5), only screen 
  and (min-width:500px) 
  and (min-device-pixel-ratio:2.4), only screen 
  and (min-width:500px) 
  and (min-resolution:216dpi), only screen 
  and (min-width:500px) 
  and (min-resolution:2.4dppx) {
    #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard1-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard2-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard3-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard4-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard5-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard6-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard7-h-900.jpg);
    }

    body.hideBack.showStaticBack .contentWrapper {
      background-image: linear-gradient(0deg, rgba(1, 37, 43, 0.382) 0%, rgba(1, 37, 43, 0.618) 15%, rgba(1, 37, 43, 0.618) 85%, rgba(1, 37, 43, 0.382) 100%), url(../img/leonard-static-960.jpg);
    }

  }

  @media 
  only screen 
  and (min-width:1000px) 
  and (-webkit-min-device-pixel-ratio:0.9), only screen 
  and (min-width:1000px) 
  and (min--moz-device-pixel-ratio:0.9), only screen 
  and (min-width:1000px) 
  and (-o-min-device-pixel-ratio:9/10), only screen 
  and (min-width:1000px) 
  and (min-device-pixel-ratio:0.9), only screen 
  and (min-width:1000px) 
  and (min-resolution:81dpi), only screen 
  and (min-width:1000px) 
  and (min-resolution:0.9dppx) {
    #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard1-h-500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard2-h-500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard3-h-500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard4-h-500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard5-h-500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard6-h-500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard7-h-500.jpg);
    }

  }

  @media 
  only screen 
  and (min-width:1000px) 
  and (-webkit-min-device-pixel-ratio:1.4), only screen 
  and (min-width:1000px) 
  and (min--moz-device-pixel-ratio:1.4), only screen 
  and (min-width:1000px) 
  and (-o-min-device-pixel-ratio:7/5), only screen 
  and (min-width:1000px) 
  and (min-device-pixel-ratio:1.4), only screen 
  and (min-width:1000px) 
  and (min-resolution:126dpi), only screen 
  and (min-width:1000px) 
  and (min-resolution:1.4dppx) {
    #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard1-h-1000.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard2-h-1000.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard3-h-1000.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard4-h-1000.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard5-h-1000.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard6-h-1000.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard7-h-1000.jpg);
    }

    body.hideBack.showStaticBack .contentWrapper {
      background-image: linear-gradient(0deg, rgba(1, 37, 43, 0.382) 0%, rgba(1, 37, 43, 0.618) 15%, rgba(1, 37, 43, 0.618) 85%, rgba(1, 37, 43, 0.382) 100%), url(../img/leonard-static-640.jpg);
    }

  }

  @media 
  only screen 
  and (min-width:1000px) 
  and (-webkit-min-device-pixel-ratio:2.4), only screen 
  and (min-width:1000px) 
  and (min--moz-device-pixel-ratio:2.4), only screen 
  and (min-width:1000px) 
  and (-o-min-device-pixel-ratio:12/5), only screen 
  and (min-width:1000px) 
  and (min-device-pixel-ratio:2.4), only screen 
  and (min-width:1000px) 
  and (min-resolution:216dpi), only screen 
  and (min-width:1000px) 
  and (min-resolution:2.4dppx) {
    #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard1-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard2-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard3-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard4-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard5-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard6-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard7-h-1500.jpg);
    }

    body.hideBack.showStaticBack .contentWrapper {
      background-image: linear-gradient(0deg, rgba(1, 37, 43, 0.382) 0%, rgba(1, 37, 43, 0.618) 15%, rgba(1, 37, 43, 0.618) 85%, rgba(1, 37, 43, 0.382) 100%), url(../img/leonard-static-960.jpg);
    }

  }

  @media 
  only screen 
  and (min-width:1921px) 
  and (-webkit-min-device-pixel-ratio:0.9), only screen 
  and (min-width:1921px) 
  and (min--moz-device-pixel-ratio:0.9), only screen 
  and (min-width:1921px) 
  and (-o-min-device-pixel-ratio:9/10), only screen 
  and (min-width:1921px) 
  and (min-device-pixel-ratio:0.9), only screen 
  and (min-width:1921px) 
  and (min-resolution:81dpi), only screen 
  and (min-width:1921px) 
  and (min-resolution:0.9dppx) {
    #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard1-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard2-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard3-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard4-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard5-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard6-h-900.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard7-h-900.jpg);
    }

  }

  @media 
  only screen 
  and (min-width:1921px) 
  and (-webkit-min-device-pixel-ratio:1.4), only screen 
  and (min-width:1921px) 
  and (min--moz-device-pixel-ratio:1.4), only screen 
  and (min-width:1921px) 
  and (-o-min-device-pixel-ratio:7/5), only screen 
  and (min-width:1921px) 
  and (min-device-pixel-ratio:1.4), only screen 
  and (min-width:1921px) 
  and (min-resolution:126dpi), only screen 
  and (min-width:1921px) 
  and (min-resolution:1.4dppx) {
    #main .background:nth-of-type(1) ul li:nth-of-type(1) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard1-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(2) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard2-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(3) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard3-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(4) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard4-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(5) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard5-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(6) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard6-h-1500.jpg);
    }

    #main .background:nth-of-type(1) ul li:nth-of-type(7) .backWrapper div:nth-child(1) {
      background-image: url(../img/leonard7-h-1500.jpg);
    }

  }
 