/*
Theme Name: Mp3 Tomato
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*body style*/
body{
	width:100%;
	background:#dedede;
}
a{
	text-decoration:none;
}
.clearfix{
	clear:both;
}
/*main */
.main{
	width:90%;
	margin:0 auto;
	height:100%;
}
/*header*/
.header-wrapper{
	background:#fff;
	height:50px;
}
.header-menu{
	color:#000;
	display:flex;
	align-items: stretch;
	padding-left:15px;
	padding-right:15px;	
}
.header-menu a{
	color:#000;
}
.header-menu .logo a{
	font-weight:bold;
}
.header-menu .logo{
	flex-grow:1;
	
}
.header-menu .logo a{
	display:block;
	line-height:50px;
}
.header-menu .logo img{
	float:left;
}
.header-menu .logo span{
	line-height:50px;
	display:inline-block;
	font-weight:bold;
    font-size: 20px;
    padding-left: 10px;	
}
.header-menu .menu-wrapper{
	flex-grow:8;
	margin:0 auto;
	text-align:center;
}
.header-menu .language-switcher{
	flex-grow:1;
}
.header-menu ul{
	list-style:none;
    display: flex;
    align-items: center;	
}
ul.menu{
	max-width:600px;
	margin:0 auto;
}
ul.menu li{
	display:inline-block;
	line-height:50px;
	margin:0 auto;
	width:100%;
}
ul.menu li:hover{
	background:#ededed;
}
ul.menu li.active{
	background:#eaeaea;
}
ul.language-switcher>li{
	display:inline-block;
	line-height:50px;
}
ul.language-switcher .language-list img{
	width:25px;
}
.language-list{
	padding-left:5px;
	padding-right:5px;
}

.wpm-language-switcher li{
	line-height:20px;
}
/*.language-list ul li{
	display:none;
}
.language-list ul li.active{
	display:block;
}*/
/*header-banner*/
.header-banner{
	height:280px;
	background:url('img/banner.png') no-repeat;
	background-position:top -20px center;
}
.header-banner h1{
	color:#fff;
	text-align:center;
	width:100%;
	font-size:25px;
    padding-top: 20px;
    padding-bottom: 10px;	
}
.header-banner span.subtitle{
    display: block;
    text-align: center;
    color: #ccc;
    width: 100%;
	padding-bottom: 15px;
    /*margin-top: -90px;*/
}
.searchForm{
	display:block;
    width: 100%;
    /*top: -85px;*/
    position: relative;
}
.searchContainer{
	width: 500px;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	margin:0 auto;
}
.searchContainer input{
	width: 100%;
	height: 35px;
	background: #fff;
	border: none;
	font-size: 10pt;
	float: left;
	color: #63717f;
	padding-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: background .55s ease;
	-moz-transition: background .55s ease;
	-ms-transition: background .55s ease;
	-o-transition: background .55s ease;
	transition: background .55s ease;  
}
.searchContainer input::-webkit-input-placeholder {
   color: #65737e;
}
 
.searchContainer input:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.searchContainer input::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.searchContainer input:-ms-input-placeholder {  
   color: #65737e;  
}
.searchContainer .icon{
    position: absolute;
    top: 50%;
    margin-top: 10px;
    z-index: 1;
    color: #4f5b66;
    background: transparent;
    border: none;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    right: 10px;
    font-size:16px;
    font-weight: normal;
	
}
.popular-download{
	width: 100%;
    text-align: center;
   /* margin-top: -220px;*/
}

.popular-download a{
    position: relative;
    color: #eee;
}
.popular-download a::before{
	content: "";
    background: url(img/disc.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
    top: -1px;
}
.popular-download .dltitle{
	color:#fff;
	margin-bottom:20px;
	margin-top:15px;
	font-weight:bold;
}
ul.song-list{
    max-width: 1000px;
    margin: 0 auto;
}
ul.song-list li {
    display: inline-block;
    margin-right: 35px;
}


.step-wrapper{
	height:75px;
	background:#eee;
}
.step-wrapper ul{
	list-style:none;
	display:flex;
	align-items: center;
	max-width: 80%;
    margin: 0 auto;	
}
.step-wrapper ul li{
	width:100%;
	display:inline-block;
    left: 60px;
    position: relative;	
}
.step-icon{
	float:left;
}
.step-icon i{
	font-size:30px;
	text-align:center;
	margin-top:15px;
	padding-right:10px;
}

.step-desc{
	line-height:18px;
}
.step-desc strong{
	display:block;
	font-weight:bold;
	margin-top:10px;
}
.step-desc span{
	display:block;
}
.body{
	background:#fff;
	min-height:300px;
}
.footer-link{
	height:80px;
	background:#eee;
	padding-left:15px;
	padding-right:15px;
	display:flex;
	align-items:center;
}
.footer-copyright{
	background:#fff;
	height:30px;
	color:#ccc;
	display:flex;
	align-items:center;
	text-align:center;
}
.footer-copyright span{
	margin:0 auto;
}
.text-content{
	text-align:center;
	width:80%;
	margin:0 auto;
	padding-top:20px;
}
.text-content .body-title{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}
.text-content .body-text{
	text-align:center;
	line-height:20px;
}
/*footer link*/
ul.social-link{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	width:20%;
}
.social-link li{
	display:inline-block;
	margin:25px 5px;
}
.social-link .social {
    display: block;
    height: 50px;
    width: 50px;
    background: url(img/social.png) left top no-repeat;
    margin: 0;
    padding: 0;
    transition: all .3s ease-out 0s;
}
.social-link .social:hover {
    transform: rotate(360deg) scale(1.2);
    opacity: .6;
    transition: all .5s ease-in 0s;
}
.social.twitter{
	background-position:left top -1px;
}
.social.facebook{
	background-position:left -66px top -1px;
}
.social.instagram{
	background-position:left -132px top -1px;
}
.social.youtube{
	background-position:left -197px top -1px;
}
/*info link */
ul.info-link{
	width:60%;
}
ul.email-link,ul.info-link,ul.social-link{
	list-style:none;
	text-align:center;
}
ul.info-link li{
	display:inline-block;
}
ul.info-link li::after{
	content:"|";
}
ul.info-link li:last-child::after{
	content:"";
}
ul.email-link li a,ul.info-link li a{
	color:#444;
}
ul.email-link{
	width:20%;
}
ul.email-link li{
	display:inline-block;
}

/*search result*/
#searchResult{
	margin:0 auto;
}
#searchResult #keyword{
	margin:0 auto;
	text-align: center;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}
ul.search-list{
	width:1000px;
	margin:0 auto;
}
ul.search-list > li{
	display: block;
    border: 1px solid #eee;
    line-height: 35px;
    padding-right: 10px;
    padding-left: 35px;
	position:relative;
	margin-bottom:-1px;
}

ul.search-list > li:last-child{
	margin-bottom:1px;
}
ul.search-list > li .songtitle{
	font-weight:bold;
}
ul.search-list > li .songtitle::before{
    content: "";
    background: url(img/disc.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 8px;
}
ul.search-list > li .controls{
	float:right;
	clear:both;
}
ul.search-list > li .controls span{
	font-size:12px;
}

ul.search-list > li .controls .play-song ,ul.search-list > li .controls .play-song:active{
	color:#000 !important;
}

ul.search-list > li .controls .download-song ,ul.search-list > li .controls .download-song:active{
	color:#fff !important;
}

ul.search-list li .controls .play-song{
	border:1px solid #ddd;
	border-radius:4px;
	padding:5px;
}
ul.search-list > li .controls .play-song i{
	color:#ff4400;
}
ul.search-list > li .controls .download-song{
	border-radius:4px;
	padding:5px;
	background:#09cdcc;
}
ul.search-list > li .controls a{
	font-size:11px;
	padding-left:10px !important;
	padding-right:10px  !important;	
}
ul.choose-download{
	width:100%;
	margin:0 auto;
	text-align:center;
	background: #eee;
	margin-left:-12px;
	display:none;
}
ul.choose-download li{
	display:inline-block;
	text-align:center;
	border:none;
}
ul.choose-download li a{
	padding:5px;
	border-radius:4px;
	color:#000;
	border:1px solid #fff;
	background:#fff;
	font-size:12px;
	
}
ul.choose-download li a i{
	color:#09CDCC;
}
ul.choose-download li a.active{
	color:#fff;
	background:#09cdcc;
}
ul.choose-download li a.active i{
	color:#fff;
}

/*audio player*/
.jp-audio {
    position: relative;
    text-align: left;
    width: 100%;
	max-width:600px;
    height: 42px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
}
.jp-audio .jp-controls {
    width: 42px;
    height: 100%;
    background-color: #5B88BD;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.jp-audio .jp-controls a {
    text-decoration: none;
    font-size: 20px;
    padding-left: 12px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    color: white;
}
.jp-audio .jp-progress {
    position: absolute;
    top: 0;
    left: 42px;
    right: 0;
    height: 100%;
    background-color:  #E7EEF6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.jp-audio .jp-progress .jp-seek-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.jp-audio .jp-progress .jp-seek-bar .jp-play-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #5B88BD;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.jp-audio .jp-current-time {
    text-align: right;
}
.jp-audio .jp-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 0 12px;
    font-size: 14px;
    line-height: 42px;
    pointer-events: none;
    color: white;
}
/*Animated Loading*/
.spinner {
	margin: 20px auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}
.spinner.white {
	margin: 0px auto;
	height: 22px;
}
.spinner > div {
	background-color: #2c3e50;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner.white > div {
	background-color: #fff;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}
@keyframes stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
/* Fix Bootstrap Modal */
#captchaModal{
	display:none;
}
.modal-backdrop {
	z-index: -1;
}
#captchaModalBody {
	text-align: center;
}
#captchaImage {
	margin: 5px;
}
#captchaSend {
	margin-top: 5px;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
#load-more{
	margin:0 auto;
	display:block;
}
.btn-primary {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.body.page{
	background:#c6c6c64d;
	padding:15px;
}
.body.page h1{
	font-size:26px;
	text-align:center;
	padding:10px;
}
@media only screen and (max-width: 1440px){
	ul.social-link{
		width:25%;
	}
	.step-wrapper ul{
		max-width:85%;
	}
	.step-wrapper ul li{
		left:20px;
	}
}
@media only screen and (max-width: 1000px){
	.main{
		width:100%;
	}
	.header-banner{
		padding:10px;
		height:auto;
		background-position:top 10px center;
	}
	.searchContainer{
		width:100%;
	}
	ul.song-list li {
		display: inline-block;
		margin-right: 0px;
		padding-left: 26px;
		margin-bottom: 10px;
	}
	.step-wrapper{
		height:auto;
	}
	.step-wrapper ul{
		width:99%;
		display:block;
		max-width:100%;
	}
	.step-wrapper ul li {
		left:0px;
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 5px;		
	}	
	ul.search-list > li .controls{
		float:right;
	}
	ul.search-list{
		width:100%;
	}
	ul.search-list > li .songtitle {
		line-height: 22px;
	}
	ul.choose-download{
		background:#fff;
	}
	.text-content{
		width:100%;
	}
	.text-content .body-text {
		text-align: justify;
		padding: 10px;
	}	
	.footer-link{
		display:block;
		height:auto;
	}
	ul.email-link, ul.info-link, ul.social-link {
		width:100%;
	}
	ul.email-link {
		padding-top: 10px;
		padding-bottom: 10px;
	}	
	.footer-copyright{
		height:auto;
		padding:5px;
	}
	.header-menu .logo span{
		font-size:14px;
	}
}