table{ background-color:transparent; margin-left: 0px !important; } td { background-color:transparent; } 
body {
  min-height: 150vh;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
  color: Black;
}
body,
article::before {
  background: url("https://source.unsplash.com/1600x900/?ibiza") 50% 50%/cover;
  background-attachment: fixed;
}
article { font-family: 'Montserrat', sans-serif; font-weight: 500; color: #333333; text-align: justify; padding-bottom: 30px;
  position: relative;
  max-width: 60%;
  margin: 5em auto;
  padding: 4em;
  background: rgba(255, 255, 255, 0.3);
  border-radius: .3em;
  box-shadow: 0 0 6em 0 rgba(0, 0, 0, 0.4), 0 0 1em 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
article::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -3em;
  z-index: -1;
  filter: blur(20px);
}
article :last-child {
  margin: 0;
}
.wrapper{	
        width: 530px;
	padding: 10px; 
        padding-bottom: 3px;       
	box-sizing: border-box;
	box-shadow: 0 0 21px 0px rgba(0,0,0,0.3);
	border-radius: 10px;
}
/*???? for preload play/pause svg ????*/
body:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/play.svg)
		url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/pause.svg);
}
/*
*style audio tag
*/
.mejs-container {
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	width: 100% !important;
	height: 35px !important;
	border-radius: 6px 6px 6px 6px;
}
.mejs-container .mejs-controls {
	height: 100%;
	background: transparent;
	display: flex;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
	display: block;
	width: 180px;
	height: 100%;
	border-radius: 0px;
	cursor: pointer;
}
.mejs-controls div.mejs-time-rail {
	padding-top: initial;
	height: 100%;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0
}
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 27px;
	width: auto;
	padding: 0;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time {
	position: absolute;
	color: rgba(256, 256, 256, 0.3);
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	font-family: 'Lato';
	font-size: 32px;
	pointer-events: none;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	display: none;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	background: #000;
	width: 46px;
	height: 20px;
	border: none;
	top: -25px;
	margin-left: -18px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 0;
	margin-top: 4px;
	width: 100%;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-container .mejs-controls div {
	height: 100%;
	width: 50px;
	position: relative;
}
.mejs-controls .mejs-button button {
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	width: 100%;
	border: 0 !important;
	background: transparent;
	outline: none;
}
.mejs-controls .mejs-play:after {
	position: absolute;
	content: "";
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/play.svg) no-repeat;
	width: 17px;
	height: 22px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 100ms linear;
	pointer-events: none;
}
.mejs-controls .mejs-pause:after {
	position: absolute;
	content: "";
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/pause.svg) no-repeat;
	width: 13px;
	height: 22px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 100ms linear;
	pointer-events: none;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #292929;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3c3838;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
	background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	background-size: 50px 50px;
	animation: move 3s linear infinite;
	opacity: 0.1;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: linear-gradient(to right, #03A9F4, #ff00ff);
}
.mejs-controls .mejs-button button:focus {
	outline: none;
}
@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
#postbody {width: 1024px !important; overflow: visible; padding: 0px; background: transparent !important; } .transp { filter:alpha(opacity=50); -moz-opacity:0.8; opacity:0.8; }
img {
  opacity: 0.7;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
 
【專輯名稱】Fragrance (芬香)
【專輯藝人】Moreza (莫雷薩)
【專輯風格】Chillout Electronica, Nuevo Flamenco
【發行日期】2019
【發行公司】Poetico Records
【專輯簡介】 · · · · · ·
Saeedzadeh Moreza是一位多樣式的藝術家和有遠見之士,在每種嘗試中都有獨特的個人風格。他是新弗拉門戈和chill-out舞台上的一顆明日之星。Moreza始終是開拓者,他的弗拉門戈根源包羅著地中海聲色和中東耀斑,將它們與流暢的電子音樂完美融合,為全球音樂界創造了引人入勝的樂聲,帶領聽眾向內和向外進入浪漫之旅。
Moreza過去曾為愛德華王子和索菲婭公主等政要以及世界各地成千上萬的粉絲演出,Moreza是在現今這個世代罕見的藝人。儘管年紀輕輕,他還是給舞台帶來了思考而精緻的氛圍,並通過音樂和手指彈奏表達了他的深度。與當今大多數現場表演所採用的流行音樂相去甚遠,Moreza的方式可以感受到細膩,成熟和優雅的表演技巧。Moreza渴望釋放新的領域,並很高興再次與全球各地的擁護者麵對麵。愛的語言是普世性的,莫雷薩(Moreza)的最新力作正是這種全球節奏的脈搏。
【專輯播放】 · · · · · ·
 
----- all music copyrighted please purchase original materials -----
----- 所有的音樂隻是試聽音質請購買原裝版本 -----