body {
    font-family: 'Hind Siliguri', sans-serif;
    background-color: #F9FBFF;
}

a {
	text-decoration: none;
}

a:active, a:visited {
    text-decoration: none;  
}


.media-image {
	max-width: 10em;
	vertical-align: middle;

}

.back-holder h1 a {
    color: white;
    float: left;
    position:absolute;
    left: 10px;
}

.header h1 a {
    color: white;
    float: left;
    position:absolute;
    left: 10px;
}

.tab-link a {
    color: #234B8B;
}

.ui-navbar li .ui-btn{
    font-size: 1em;
    line-height: 1.1em;
    padding: 10px 5px;
    margin: 2px;
    font-weight: 500;
    border-radius: 10px 10px;
}

.ui-btn-active {
      background: #B3C8EB;
      color: black;
      cursor: default;
      border-radius: 10px 10px;
}


.ui-navbar li .ui-btn:hover {
	border: none;
	text-shadow: none;
	color: black;
	background: #B1CFFF;
}



/*header main footer*/
.content {
    margin-top: -45px;
}

[data-role='page'].flex-part.ui-page-active,
.flex-part {
	display:flex;
	align-items:center;
}


.flex-child {
	flex:1 1 auto;
}
.flex-none {
	flex:none;
}

.flex-left {
	justify-content: flex-start;
	width: 100%;
	margin: 0.5em 0;
}

.flex-vertical {
	flex-direction:column;
}

.flex-space-between {
	justify-content: space-between;
}

.ui-mobile [data-role='page'] {
	position: fixed;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.ui-mobile [data-role='header'],
.ui-mobile [data-role='main'],
.ui-mobile [data-role='footer'] {
	width: 100%;
}

.ui-mobile [data-role='header'] {
	height: 6.5em;
	border-width: 0;
	z-index: 1000;
}

.ui-mobile [data-role='footer'] {
	height: 3.6em;
	border-width: 0;
	background-color: none;
}

.ui-mobile [data-role='header'] h1 {
	position: absolute;
	height: 3.5em;
	line-height: 4.75em;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 0;
    
	font-size: 1.4em;
	font-weight: 700;
	background-color: #234B8B;
    color: white;
    
}

.btn-row {
	height: 100%;
	position: relative;
	z-index: 1000;
}

.btn-row a {
	text-decoration: none;
	color: #0F294F;
	padding: 0 1.5em;
	height: 100%;
	display: block;
	text-align: center;
	height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.space {
    height: 100px;
}

.footer {
	background-color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}

.equal-space-child {
	width: 33%;
}

.footer-icon {
	width: 20px;
	height: 20px;
	text-align: center;
}

.footer-icon img {
	height: 100%;
}



/* loading page*/

.login {
    width: 100%;
    background-image: url(../image/login-b.png);
    background-color: #0F294F;
    height: 860px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
} 

/* login-page */


.centered-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.alert {
	height: 25px;
	text-align: center;
	color: blueviolet;
}

.login-crelax {
    position: relative;
    margin-top: 200px;
    color: white;
    font-size: 2.8em;
}

.form-control {
    margin: 1.5em 0;
}



.form-input {
	width: 80%;
	height: 2.6em;
	padding: 0.2em 1.5em;
	font-size: inherit;
	color: #0F294F;
	background-color: rgba(255, 255, 255, 0.9);
	border:none;
	border-radius: 15px;
    display: block;
	outline: none;
}


.form-input::placeholder {
	color: rgba(120, 120, 120);
	font-weight: 400;
}

.form-button {
	width: 100%;
	height: 3.0em;
	line-height: 2.7em;
	padding:0.2em 1.5em;
	font-size: inherit;
	color: white;
	background-color: #0F294F;
	border:none;
	border-radius: 15px;
	display: block;
	outline: 0;
    font-weight: 600;
}

.new {
    color: white;
}

.signup {
    color: #AFC1DF;
}





/* home-page */

.image-holder {
    width: 100%;
    position: relative;
    top:-35px;
}
.home-image {
    width: 100%;
    
}

.card-container {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container {
    width:45%;
    margin-right: 5%;
    margin-top: 30px;
    background-color: white;
    box-shadow: 1px 5px 5px rgba(0,0,0,.1)
}


.sounds {
    width: 100%;
}


.detail {
    display: flex;
	justify-content: space-between;
    line-height: 0.8em;
	width: 80%;
    margin: 0 auto;
}

h3, h4 {
    font-weight: 300;
    color: #0F294F;
}

h3 {
    color: darkgrey;
}


.fa-heart {
	color: darkgray;
}

.fa-heart:hover {
	color: #B1CFFF;
}

.transform {
  -webkit-transition: all 0.5s ease;  
  -moz-transition: all 0.5s ease;  
  -o-transition: all 0.5s ease;  
  -ms-transition: all 0.5s ease;  
  transition: all 0.5s ease;
}

.transform-active {
  background-color: #B1CFFF;
}


.ui-input-search.ui-body-inherit.ui-corner-all.ui-shadow-inset.ui-input-has-clear {
	margin: 0 0 15px 0;
	padding: 0;
    border: none;
    border-radius: 10px 10px;
}


.ui-input-search:after {
	left: 1em;
}

.ui-input-search input {
	padding-left: 1em;
	font-size: 1em;
	color: black;
    background-color: #E2EDFF;
}



/* profile */


.profile-holder {
    text-align: center;
}


.profile-image {
    width: 150px;
    height: 150px;
    background-image: url(../image/jasper.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
    display: block;
    margin-left:auto;
    margin-right: auto;
    margin-top: 50px;
}

.setting-link {
    color: white;
    display: inherit;
}


.setting-list {
    display: flex;
	justify-content: space-between;
    background-color: #2F5590;
    color: white;
    line-height: 1.5em;
    font-size: 1em;
    height: 2.7em;
    margin-top:10px;
    border-radius: 5px;
}

.setting {
    margin-top:auto;
    margin-bottom: auto;
    margin-left: 15px;
    
}

.setting span {
    margin-left: 10px;
}
 
.setting-link {
    color: white;
}

p1 {
    position: relative;
    left: -20px;
    margin-top: auto;
    margin-bottom: auto;
}


button {
	width: 100%;
	height: 3.0em;
	line-height: 2.7em;
	padding:0.2em 1.5em;
	font-size: inherit;
	color: white;
	background-color: #2F5590;
	border:none;
	border-radius: 15px;
	display: block;
	outline: 0;
    font-weight: 600;
    margin-top: 50px;
}

.next {
    position: fixed;
    margin-top: auto;
    margin-bottom: auto;
}



.back1 {
    color: white;
    position: relative;
    font-weight: 400;
    display: inline-flex;
    
}



/*sound-page */
#app-cover
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 90%;
    height: 100px;
    margin: -4px auto;
}

#bg-artwork
{
    position: fixed;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    background-image: url(../image/wind.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    z-index: 1;
}

#bg-layer
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 2;
}

#player
{
    position: relative;
    height: 110%;
    z-index: 3;
}

#player-track
{
    position: absolute;
    top: 100px;
    right: 15px;
    left: 15px;
    padding: 9px 20px 9px 144px;
    background-color: #fff7f7;
    border-radius: 15px 15px 0 0;
    transition: 0.6s ease top;
    z-index: 1;
}

#player-track.active
{
    top: -6px;
}

#album-name
{
    color: #54576f;
    font-size: 17px;
    font-weight: bold;
}

#track-name
{
    color: #acaebd;
    font-size: 13px;
    margin: 2px 0 13px 0;
}

#track-time
{
    height: 12px;
    margin-bottom: 3px;
    overflow: hidden;
}

#current-time
{
    float: left;
}

#track-length
{
    float: right;
}

#current-time, #track-length
{
    color: transparent;
    font-size: 11px;
    background-color: #F9FBFF;
    border-radius: 10px;
    transition: 0.3s ease all;
}

#track-time.active #current-time, #track-time.active #track-length
{
    color: #FFAFA0;
    background-color: transparent;
}

#s-area, #seek-bar
{
    position: relative;
    height: 4px;
    border-radius: 4px;
}

#s-area
{
    background-color:#F9FBFF;
    cursor: pointer;
}

#ins-time
{
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
	display:none;
}

#s-hover
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#ins-time, #s-hover
{
    background-color: #3b3d50;
}

#seek-bar
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #FFAFA0;
    transition: 0.2s ease width;
    z-index: 1;
}

#player-content
{
    position: relative;
    top: 100px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 3px 15px #747474;
    border-radius: 15px;
    z-index: 2;
}

#album-art
{
    position: absolute;
    top: -250px;
    width: 215px;
    height: 215px;
    margin-left: 20%;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 50%;
    overflow: hidden;
}

#album-art.active
{
    top: -100px;
    width: 115px;
    height: 115px;
    margin-left: 30px;
    box-shadow: 0 3px 15px #747474;
}

#album-art:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #d6dee7;
    border-radius: 50%;
    box-shadow: 0 3px 15px #747474;
    z-index: 2;
}

#album-art img
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

#album-art img.active
{
    opacity: 1;
    z-index: 1;
}

#album-art.active img.active
{
    z-index: 1;
    animation: rotateAlbumArt 6s linear 0s infinite forwards;
}

@keyframes rotateAlbumArt
{
    0%{ transform: rotateZ(0); }
    100%{ transform: rotateZ(360deg); }
}

#buffer-box
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 13px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: rgba(255, 255, 255, 0.19);
    opacity: 0;
    z-index: 2;
}

#album-art img, #buffer-box
{
    transition: 0.1s linear all;
}

#album-art.buffering img
{
    opacity: 0.25;
}

#album-art.buffering img.active
{
    opacity: 0.8;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

#album-art.buffering #buffer-box
{
    opacity: 1;
}

#player-controls
{
    width: 250px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.control
{
    width: 33.33%;
    float: left;
    padding: 12px 0;
}

.button
{
    width: 26px;
    height: 26px;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.button i
{
    display: block;
    color: #2F5590;
    font-size: 26px;
    text-align: center;
    line-height: 1;
}

.button, .button i
{
    transition: 0.2s ease all;
}

.button:hover
{
    background-color: #2F5590;
}

.button:hover i
{
    color: #fff;
}

button {
	width: 100%;
	height: 3.0em;
	line-height: 2.7em;
	padding:0.2em 1.5em;
	font-size: inherit;
	color: white;
	background-color: #2F5590;
	border:none;
	border-radius: 15px;
	display: block;
	outline: 0;
    font-weight: 600;
    margin-top: 50px;
}