@charset "UTF-8";
/* @override
	http://ps7/assets/css/style.css
*/
/* Author: Fred Lin (http://www.flcs.co)
 * Client: Piano Spa
 * Date Created: 13 Dec 2014
 * Date Modified: 13 Dec 2014 */
/* @group Reset */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

ol, ul, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

li, dd {
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: 1em;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

img {
  outline: 0;
}

input[type="text"], input[type="password"], input[type="submit"], button, textarea {
  -webkit-appearance: none;
  outline: 0;
}

a {
  outline: 0;
  text-decoration: none;
}

body {
  font-size: 62.5%;
}

/* @end */
@font-face {
  font-family: "ps-ico";
  src: url("fonts/ps-ico.eot");
  src: url("fonts/ps-ico.eot?#iefix") format("embedded-opentype"), url("fonts/ps-ico.woff") format("woff"), url("fonts/ps-ico.ttf") format("truetype"), url("fonts/ps-ico.svg#ps-ico") format("svg");
  font-style: normal;
  font-weight: normal;
}
/* COMMON AND INIT */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.4em;
}

[class^="icon-"]:before, [class*=" icon-"]:before,
.ui-datepicker-next .ui-icon:before,
.ui-datepicker-prev .ui-icon:before {
  font-family: "ps-ico";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-cancel:before {
  content: '\e800';
}

/* '' */
.title {
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.left {
  float: left;
}

.right {
  float: right;
}

a {
  color: #3689de;
}

a:hover {
  color: #54a7fc;
}

.btn1,
.btn2 {
  border: 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.4em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #3689de;
  cursor: pointer;
}

.btn1:hover {
  color: #fff;
  background: #54a7fc;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  color: #555555;
  font-family: Lato, Helvetica, sans-serif;
  margin: 0 0 70px;
  background: #111;
  background: url(../img/bg.jpg) no-repeat fixed;
  background-size: cover;
}

p {
  margin-bottom: 1.5em;
}

.clear {
  clear: both;
  overflow: hidden;
  display: block;
  zoom: 1;
}

.transition, .btn1,
.btn2, .btn1:hover, #header .nav li a, #header .nav li.active a,
#header .nav li a:hover, #artistes .art-list li img, #artistes .art-list li img:hover, .artist, .artist.show {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  border: 0;
  padding: .8em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.cent {
  width: 900px;
  margin: 0 auto;
}

#header {
  padding: 50px 0;
}
#header .logo {
  width: 264px;
  float: left;
}
#header .logo img {
  width: 100%;
}
#header .nav {
  float: left;
  margin: 15px 0 0 50px;
}
#header .nav li {
  float: left;
  margin: 0 40px;
}
#header .nav li a {
  color: #fff;
  font-size: 1.2em;
  padding: 10px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
#header .nav li.active a,
#header .nav li a:hover {
  border-bottom: 3px solid white;
}
#header h1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  width: 100%;
  clear: both;
  float: left;
  margin: 20px 0 0 0;
}

.body {
  margin: 70px 0 0 0;
}

.hero {
  width: 460px;
  float: left;
  margin: 0 20px 0 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
.hero img {
  width: 100%;
}

.info {
  width: 400px;
  float: left;
}

.cbox {
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.cbox hr {
  border: 0;
  border-bottom: 1px solid #444;
  margin: 20px 0;
}

.itunes-cta {
  width: 100%;
  clear: both;
  float: left;
  padding: 20px 50px;
  text-align: center;
}
.itunes-cta img {
  width: 60%;
}

#footer {
  color: #fff;
  text-align: center;
  margin: 50px 0;
}

#contact .fi {
  margin-bottom: 20px;
}
#contact .fi label {
  font-weight: bold;
}
#contact input {
  font-size: 1.2em;
}
#contact textarea {
  font-size: 1.2em;
  padding: 10px;
  width: 100%;
  height: 6em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#contact button {
  padding: 20px;
  width: 300px;
  margin: 0 auto;
  display: block;
  float: none;
}
#contact .error {
  display: block;
  background: #6c0f0f;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
#contact .success {
  padding: 20px;
  background: #4aaa4a;
  text-align: center;
  margin-bottom: 20px;
}

#artistes .art-list li {
  width: 25%;
  float: left;
}
#artistes .art-list li h2 {
  font-size: 1.4em;
  margin: 10px 0;
}
#artistes .art-list li img {
  width: 100%;
  opacity: .8;
}
#artistes .art-list li img:hover {
  opacity: 1;
}
#artistes .art-list li p {
  font-size: .9em;
  line-height: 1.5em;
  margin: 0 15px 0 0;
}

.artist {
  width: 550px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 1.4em;
}
.artist#chester, .artist#fred {
  left: -100%;
}
.artist#chester.show, .artist#fred.show {
  left: 0;
}
.artist#tat, .artist#bev {
  right: -100%;
}
.artist#tat.show, .artist#bev.show {
  right: 0;
}
.artist#tat .btnClose, .artist#bev .btnClose {
  right: auto;
  left: -270px;
}
.artist .cover {
  width: 200px;
  margin-right: 20px;
  float: left;
}
.artist .info {
  width: 230px;
  float: left;
  position: relative;
}
.artist .info h1 {
  font-weight: 400;
  margin-bottom: 5px;
}
.artist .info a {
  display: block;
  margin-bottom: 10px;
}
.artist .info p {
  line-height: 1.6em;
}
.artist .info li {
  margin-bottom: 1em;
}
.artist .btnClose {
  font-size: 2em;
  position: absolute;
  top: -50px;
  right: -50px;
  color: #fff;
}
.artist .btnClose:hover {
  color: #3689de;
}

#albums .alb-list > li {
  width: 100%;
  float: left;
  margin: 0 0 2em 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #333;
}
#albums .cover {
  width: 200px;
  margin-right: 50px;
  float: left;
}
#albums .cover img {
  width: 100%;
}
#albums .info {
  width: 500px;
  float: left;
}
#albums .info em, #albums .info strong {
  display: block;
  font-size: .8em;
}
#albums .info .btn1 {
  width: 200px;
  padding: 10px 0;
  float: none;
  display: block;
  margin: 20px auto;
}
#albums .track-list {
  clear: both;
  float: left;
  margin: 20px 0 0 250px;
}
#albums .track-list .cd {
  width: 190px;
  float: left;
  margin-right: 20px;
  font-size: .8em;
}
#albums .track-list .cd:last-child {
  margin-right: 0;
}
#albums .track-list ol {
  list-style: decimal;
  margin-left: 20px;
}
