
body {
    background: #000;

}



.header{
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-transform:uppercase;
}
.item{
    color: #fff;
}
.booktitle{
        color: #fff;
     font-family: 'Lato', sans-serif;
    margin-top: 0;
}
.subtext{
    color: #fff;
    
}
.subtitle{
    color: #dbdbdb;
}
#logo{
    margin-top: 25px;
    margin-bottom: 25px;
}
.itembanner{
    max-height: 300px;
}

.item h2 {
     font-family: 'Playfair Display', serif;
    padding: 5px;
}
figure.effect-honey {
	background: #4a3753;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: right;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
.playsmall{
    display: none;
}
.book{
    padding-top: 50px;
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
    font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(2); }
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.banner{
    max-width: 100%;
}

.play{
    text-align: center;
      
}
.playicon{
    padding-top: 15px;
}
#pad{
    padding-bottom: 15px;
}
.pulse{
      animation-name: pulse_animation;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
}
.prev{
    width: 80%;
    padding-left: 50px;
  
    padding-right: 100px;
}

.playerprev{
    width: 100%;
}


* {
    margin: 0;
    padding: 0;
  -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
}






 .text{
        color: #fff;
        margin-top: 50%;
    }
p.track {
  text-transform: uppercase;
  color: #FFF;
}
p.track span {
  color: #999;
}
    .artist{
        font-size: 22px;
    }
    .name{
        font-size: 18px;
    }
button {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease 0;
}
button[data-am-button^="large"] {
  width: 60px;
  height: 60px;
  margin: 0 5px;
}
button[data-am-button^="large"] i {
  font-size: 25px;
}
button[data-am-button^="small"] {
  width: 40px;
  height: 40px;
}
button[data-am-button^="small"] i {
  font-size: 14px;
}
button:hover {
  color: #999;
  border-color: #999;
}
button:focus {
  outline: none;
}
#progress-bar {
  width: 50%;
  background-color: #000;
  height: 5px;
  position: relative;
  margin: 1em 0;
}
#progress-bar #progress {
  background-color: #999;
  height: 5px;
  position: absolute;
  left: 0;
  transition: width 2.5s linear 0;
}
    .download{
        margin-bottom: 20px;
    }



@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}
@media only screen and (max-width: 768px) {
     .prev{
        padding: 0;   
    }
}
@media only screen and (max-width: 760px) {
    .player .song {
        top: 220px;
    }
    .text{
        margin-top: 20px;
    }
    .player .playarea{
        top: 0;
        margin-top: 10px;;
        
    }
    .player .time{
        bottom:inherit;
        top: 150px;
        margin-left: -29px;
    }
    .player .soundControl{
         bottom:inherit;
        top: 180px;
    }
    .player{
        height: 100%;
        
    }
    .song{
        margin-bottom: 30px;
    }
  figure.effect-honey h2 {
font-size: 15px;

}
    
    .play{
        display: none;
    }
    .playsmall{
        display:block;
        text-align: center;
        margin-top: 20px;
   
    }
    .prev{
        padding: 0;   
    }
    .bookimg{
        text-align: center;
    }
    .book{
        padding-top: 10px;
    }
}