@import "normalize.css";
@import "jquery.fancybox.css";
.pie {
  behavior: url(js/PIE.htc);
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'plumblightcregular';
  src: url('../fonts/plumblightc-webfont.eot');
  src: url('../fonts/plumblightc-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/plumblightc-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
a {
  color: #0e95c9;
  border-bottom: 1px solid #67b0d5;
  text-decoration: none;
  -webkit-transition: border-color 0.25s, color 0.25s;
  -o-transition: border-color 0.25s, color 0.25s;
  transition: border-color 0.25s, color 0.25s;
}
a:hover {
  color: #3b3b3b;
  border-color: #3b3b3b;
}
a.no-u {
  border: 0;
}
a.no-u u {
  border-bottom: 1px solid #67b0d5;
  text-decoration: none;
  -webkit-transition: border-color 0.25s, color 0.25s;
  -o-transition: border-color 0.25s, color 0.25s;
  transition: border-color 0.25s, color 0.25s;
}
a.no-u:hover u {
  color: #3b3b3b;
  border-color: #3b3b3b;
}
a,
a:active,
a:focus {
  outline: none !important;
}
/* forms */
:-moz-placeholder {
  color: #bcb8b8;
  opacity: 1;
  filter: alpha(opacity=100);
}
::-moz-placeholder {
  color: #bcb8b8;
  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  color: #bcb8b8;
  opacity: 1;
  filter: alpha(opacity=100);
}
::-webkit-input-placeholder {
  color: #bcb8b8;
  opacity: 1;
  filter: alpha(opacity=100);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  position: relative;
  outline: none;
  color: #555555;
  font: 13px/16px Tahoma, sans-serif;
  padding: 10px 12px;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  behavior: url(js/PIE.htc);
}
textarea {
  overflow-y: auto;
  resize: vertical;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
form span.error {
  color: #c10e00;
}
form .field {
  padding-bottom: 30px;
  position: relative;
}
form .field:before,
form .field:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
form .field:after {
  clear: both;
}
form .field:before,
form .field:after {
  content: " ";
  display: table;
}
form .field:after {
  clear: both;
}
button {
  outline: none;
}
.jcf-hidden {
  display: none;
}
input[type="checkbox"] {
  width: 14px;
  height: 14px;
  float: left;
  margin: 0 8px 0 0;
}
/* btn */
.btn {
  background: #0e95c9;
  display: inline-block;
  border: 0;
  color: #fff;
  font: 20px/38px 'plumblightcregular', Tahoma;
  letter-spacing: -0.6px;
  height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  behavior: url(js/PIE.htc);
}
.btn:hover {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 10, 20, 0.6);
  box-shadow: inset 0 3px 3px rgba(0, 10, 20, 0.6);
}
.btn:active,
.btn:focus {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 10, 20, 0.6);
  box-shadow: inset 0 3px 3px rgba(0, 10, 20, 0.6);
}
.btn[disabled] {
  background: #4a97b5;
}
/* end-btn */
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
ul,
ol {
  margin: 0 0 10px 35px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  color: #2c3e50;
  text-transform: uppercase;
}
p {
  margin: 0 0 18px;
}
h1 {
  font: 50px/54px 'plumblightcregular', Tahoma;
  margin: 0;
}
h2 {
  font: 18px/20px 'plumblightcregular', Tahoma;
  margin: 0 0 20px;
}
h3 {
  font: 24px/26px 'plumblightcregular', Tahoma;
  margin: 0 0 15px;
}
h4 {
  font: 20px/22px 'plumblightcregular', Tahoma;
  margin: 0 0 15px;
}
h5 {
  font: 16px/18px 'plumblightcregular', Tahoma;
  margin: 0 0 10px;
}
/* ------------------- */
/* Style Theme */
body {
  background: #f7f7f7;
  color: #555555;
  font: 13px/20px Tahoma, sans-serif;
  min-width: 1000px;
}
#wrapper {
  width: 100%;
  overflow: hidden;
}
.row {
  width: 978px;
  margin: 0 auto;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/* header */
header {
  padding: 15px 0 0;
  position: relative;
  z-index: 2;
}
header .player {
  padding-bottom: 30px;
}
.nav-header {
  padding: 18px 83px 0 0;
  float: right;
  position: relative;
  font-family: 'plumblightcregular', Tahoma;
  text-transform: uppercase;
}
.nav-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 680px;
  font-size: 15px;
}
.nav-header ul li {
  float: left;
  width: 170px;
  padding-bottom: 8px;
}
.nav-header ul .active a {
  cursor: default;
  border: 0;
  color: #000000;
}
.nav-header .afisha {
  position: absolute;
  right: 26px;
  top: 17px;
  font-size: 24px;
  line-height: 26px;
}
.nav-header .afisha .icon {
  background: url(../images/sprite-icon.png) 0 0 no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.nav-header .afisha:hover .icon {
  background-position: -20px 0;
}
.nav-header .afisha.active {
  cursor: default;
  color: #000000;
}
.nav-header .afisha.active u {
  border: 0;
}
.nav-header .afisha.active .icon {
  background-position: -20px 0;
}

.nav-header .raider {
  position: absolute;
  right: 46px;
  top: 52px;
  font-size: 12px;
  line-height: 12px;
}
.nav-header .raider .icon {
  background: url(../images/sprite-icon.png) 0 0 no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.nav-header .raider:hover .icon {
  background-position: -20px 0;
}
.nav-header .raider.active {
  cursor: default;
  color: #000000;
}
.nav-header .raider.active u {
  border: 0;
}
.nav-header .raider.active .icon {
  background-position: -20px 0;
}



.logo {
  width: 155px;
  height: 60px;
  float: left;
}
.logo a {
  border: 0;
  width: 155px;
  height: 100%;
}
/* slider */
.slider-index {
  width: 978px;
  margin: -11px auto 121px;
  position: relative;
}
.slider-index .slider-holder {
  margin: 0 -192px;
}
.slider-index .slider-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 528px;
  width: 1360px;
}
.slider-index .slider-list li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 528px;
  width: 1360px;
}
.slider-index .slider-list li.active {
  z-index: 1;
}
.slider-index .slider-list a {
  border: 0;
}
.slider-index .swicher {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  bottom: -54px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.slider-index .swicher li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 15px;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  behavior: url(js/PIE.htc);
}
.slider-index .swicher li img {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  behavior: url(js/PIE.htc);
}
.slider-index .swicher li .gray {
  z-index: 2;
}
.slider-index .swicher li.active,
.slider-index .swicher li:hover {
  border-color: #278fb8;
}
.slider-index .swicher li:hover .gray {
  opacity: 0;
  filter: alpha(opacity=0);
}
.slider-index .swicher li.active {
  cursor: default;
}
.slider-index .swicher li.active .gray {
  opacity: 0;
  filter: alpha(opacity=0);
}
.slider-index .swicher li:first-child,
.slider-index .swicher li:last-child {
  margin-top: -10px;
}
/* slider */
.pag-img {
  width: 978px;
  margin: -11px auto 72px;
  height: 353px;
}
.pag-img .holder {
  margin: 0 -192px;
  position: relative;
}
.pag-img h1 {
  color: #fff;
  padding: 12px 18px 10px;
  position: absolute;
  bottom: -25px;
  left: 360px;
  background: #0e95c9;
  background: rgba(14, 149, 201, 0.8);
}
/* main */
#main {
  margin-bottom: 100px;
  width: 100%;
}
#content p {
  line-height: 22px;
}
#content img {
  margin-bottom: 24px;
}
.index h2 {
  font: 32px/34px 'plumblightcregular', Tahoma;
  margin-bottom: 25px;
}
.afisha {
  background: #f7f7f7 url(../images/bg.png) 50% 459px no-repeat;
}
.afisha #main {
  margin-bottom: 108px;
}
.afisha .upcoming-performances {
  margin-bottom: 90px;
}
.inner h2 {
  font: 24px/26px 'plumblightcregular', Tahoma;
}
/* upcoming-performances */
.upcoming-performances {
  width: 100%;
  min-height: 468px;
  margin-bottom: 84px;
}
.upcoming-performances .row {
  position: relative;
}
.upcoming-performances .tabs {
  font: 32px/34px 'plumblightcregular', Tahoma;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -54px;
  right: 0;
  line-height: 40px;
  z-index: 2;
}
.upcoming-performances .tabs a {
  border-bottom-style: dashed;
}
.upcoming-performances .tabs .active a {
  cursor: default;
  border: 0;
  color: #555555;
}
.upcoming-performances #map {
  background: url(../images/bg-upcoming-performances.png) 50% 15px no-repeat;
  min-height: 340px;
}
.upcoming-performances .title {
  font: 32px/34px 'plumblightcregular', Tahoma;
  margin-bottom: 17px;
  display: block;
  text-transform: uppercase;
}
.upcoming-performances .photo {
  width: 474px;
  text-align: center;
}
.upcoming-performances .photo img {
  width: 305px;
  height: 305px;
  display: block;
  margin-bottom: 9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.upcoming-performances .map {
  background: url(../images/map.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 765px;
  height: 428px;
  z-index: 1;
}
.upcoming-performances .map .city {
  position: absolute;
  border: 0;
  font: 11px/13px 'plumblightcregular', Tahoma;
  color: #fff;
  background: #0e95c9;
  text-transform: uppercase;
  padding: 1px 3px;
}
.upcoming-performances .map .city:hover {
  color: #000000;
}
.upcoming-performances .map .city .corner {
  background: url(../images/corner.png) 0 0 no-repeat;
  width: 8px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 100%;
}
.upcoming-performances .map .num {
  left: 114px;
  top: 131px;
}
.upcoming-performances .map .num2 {
  left: 93px;
  top: 176px;
}
.upcoming-performances .map .num3 {
  left: 339px;
  top: 233px;
}
.upcoming-performances .map .full-afisha {
  position: absolute;
  bottom: 28px;
  left: -286px;
}
.upcoming-performances.no-bg {
  background: none;
}
.upcoming-performances .list-performances {
  float: right;
  width: 726px;
  margin: -10px 0 0 -250px;
}
.upcoming-performances .list-performances .wrap {
  padding: 10px 0 0 162px;
}
.index .upcoming-performances {
  padding-top: 54px;
  min-height: 343px;
}
.index .upcoming-performances .map {
  background: url(../images/map-index.png) 0 0 no-repeat;
  width: 642px;
  height: 357px;
}
.index .upcoming-performances .map .num {
  left: 60px;
  top: 113px;
}
.index .upcoming-performances .map .num2 {
  left: 76px;
  top: 157px;
}
.index .upcoming-performances .map .num3 {
  left: 241px;
  top: 204px;
}
.afisha .upcoming-performances .map {
  right: 106px;
  top: 63px;
}
.list-performances {
  background: #fff;
  background: rgba(247, 247, 247, 0.9);
  z-index: 1;
  position: relative;
}
.list-performances .item {
  position: relative;
  margin-bottom: 42px;
}
.list-performances .sub-title {
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  background: #0e95c9;
  margin-right: 20px;
  padding: 5px 8px;
  text-transform: uppercase;
  font: 24px/26px 'plumblightcregular', Tahoma;
  white-space: nowrap;
}
.list-performances .city-title {
  font: 16px/20px 'plumblightcregular', Tahoma;
}
.list-performances .full-afisha {
  font-size: 16px;
}
.performances-table {
  width: 100%;
}
.performances-table tr th {
  text-align: left;
  padding: 5px 14px 20px 0;
}
.performances-table tr td {
  vertical-align: top;
  padding: 4px 14px 6px 0;
  border-top: 1px solid #d3d3d3;
}
.performances-table tbody tr:first-child td {
  border: 0;
}
/* tabs-performances */
.tabs-performances .tabs {
  font: 32px/36px 'plumblightcregular', Tahoma;
  text-transform: uppercase;
  margin-bottom: 44px;
}
.tabs-performances .tabs a {
  border-bottom-style: dashed;
}
.tabs-performances .tabs .active a {
  cursor: default;
  border: 0;
  color: #555555;
}
.tabs-performances .list-performances .wrap {
  padding: 0 84px 0 252px;
}
.tabs-performances .list-performances .sub-title {
  margin-right: 30px;
}
/* news-index */
.news-index {
  margin-bottom: 63px;
}
.news-index .holder {
  margin: 0 -16px;
}
.news-index .item {
  width: 305px;
  float: left;
  padding: 0 15px;
  text-align: center;
}
.news-index .item figure {
  padding-bottom: 7px;
}
.news-index .item img {
  position: relative;
  width: 223px;
  height: 223px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(js/PIE.htc);
}
.date {
  display: block;
  font-size: 10px;
  color: #666666;
}
/* discography */
.discography h2 {
  text-align: center;
}
.discography-slider {
  position: relative;
  border: 1px solid #ccc;
  padding: 14px 0 23px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.discography-slider .block {
  width: 890px;
  margin: 0 auto;
  overflow: hidden;
}
.discography-slider .block-frame {
  margin: 0 -10px;
}
.discography-slider .block-holder {
  width: 9999px;
  overflow: hidden;
}
.discography-slider .item {
  width: 182px;
  float: left;
}
.discography-slider .item figure {
  border: 1px solid #cdcdcd;
  margin-bottom: 4px;
  position: relative;
}
.discography-slider .item-holder {
  margin: 0 10px;
}
.discography-slider .slider {
  width: 890px;
  margin: 17px auto 0;
  position: relative;
  height: 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fafafa;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafafa), to(#e2e2e2));
  background: -webkit-linear-gradient(#fafafa, #e2e2e2);
  background: -moz-linear-gradient(#fafafa, #e2e2e2);
  background: -ms-linear-gradient(#fafafa, #e2e2e2);
  background: -o-linear-gradient(#fafafa, #e2e2e2);
  background: linear-gradient(#fafafa, #e2e2e2);
  -pie-background: linear-gradient(#fafafa, #e2e2e2);
}
.discography-slider .ui-slider-handle {
  background: url(../images/sprite-icon.png) -43px 0 no-repeat;
  width: 23px;
  height: 23px;
  margin-left: -11px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
  border: 0;
}
.discography-slider .next,
.discography-slider .prev {
  background: url(../images/sprite-icon.png) 0 -9999px no-repeat;
  top: 63px;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px;
  height: 64px;
  border: 0;
  position: absolute;
}
.discography-slider .prev {
  background-position: 0 -23px;
  left: 9px;
}
.discography-slider .next {
  background-position: -25px -23px;
  right: 9px;
}
/* press */
.item-press {
  margin-bottom: 50px;
  padding-left: 168px;
  position: relative;
}
.item-press .source {
  position: absolute;
  top: 28px;
  left: 0;
  width: 138px;
  text-align: right;
  line-height: 16px;
}
.item-press .source span {
  display: block;
}
.item-press .photo {
  float: left;
  width: 222px;
  height: 222px;
  margin-right: 30px;
  border: 0;
  position: relative;
}
.item-press .photo img {
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(js/PIE.htc);
}
.item-press .photo .border {
  border: 8px solid #0e95c9;
  width: 208px;
  height: 208px;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  behavior: url(js/PIE.htc);
}
.item-press:hover .border {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-press .wrap {
  padding-top: 34px;
}
.item-press .title-bg a {
  background: #0e95c9;
  color: #fff;
}
.item-press .title-bg a u {
  border-color: #fff;
}
.item-press .title-bg u {
  padding-top: 7px;
}
.item-press p {
  margin: 15px 0;
  line-height: 22px;
}
.title-bg {
  font: 24px/35px 'plumblightcregular', Tahoma;
  text-transform: uppercase;
  position: relative;
  left: 0;
  padding: 5px 0;
  font-weight: normal;
  background: #0e95c9;
}
.title-bg span {
  position: relative;
  left: 16px;
  background: #0e95c9;
  padding: 5px 0;
}
.title-bg em {
  position: relative;
  left: -8px;
  color: #fff;
  font-style: normal;
  background: #0e95c9;
  cursor: pointer;
}
/* press-one */
.press-one #content {
  float: right;
  width: 642px;
  margin-right: 84px;
}
.press-one h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 17px;
}
.press-one h2 .date {
  display: inline-block;
  vertical-align: top;
  line-height: 12px;
  padding-top: 5px;
}
.press-one aside {
  float: left;
  width: 222px;
  padding: 8px 0 0;
}
.press-one aside h3 {
  margin-bottom: 21px;
}
.press-one aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 18px;
}
.press-one aside ul li {
  padding-bottom: 19px;
}
.press-one aside ul span {
  display: block;
}
/* video */
.video .item {
  width: 222px;
  padding: 0 15px 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px 0 0;
  text-align: center;
  min-height: 297px;
}
.video .item figure {
  width: 222px;
  height: 222px;
  margin-bottom: 10px;
  position: relative;
}
.video .item figure img {
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(js/PIE.htc);
}
.video .item .border {
  border: 8px solid #0e95c9;
  width: 208px;
  height: 208px;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  behavior: url(js/PIE.htc);
}
.video .item:hover .border {
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-holder {
  text-align: left;
  margin: 0 -20px 0 -15px;
}
/* contacts_form */
.contacts_form {
  float: left;
  width: 642px;
}
.contacts_form h2 {
  font-size: 31px;
  line-height: 34px;
}
.contacts_form p {
  margin-bottom: 25px;
}
.contacts_form label {
  float: left;
  margin: 9px 30px 0 0;
  width: 138px;
  text-align: right;
}
.contacts_form textarea,
.contacts_form input[type="text"],
.contacts_form input[type="email"] {
  float: left;
  width: 474px;
}
.contacts_form textarea {
  height: 200px;
}
.contacts_form .btn {
  margin-left: 168px;
}
/* for-parners */
.for-parners {
  width: 222px;
  float: right;
  padding-top: 6px;
}
.for-parners h3 {
  margin-bottom: 25px;
}
.for-parners .item {
  display: block;
  border: 0;
  margin-bottom: 30px;
}
.for-parners .item .icon {
  background: url(../images/sprite-icon.png) 0 0 no-repeat;
  width: 41px;
  height: 49px;
  float: left;
  margin-right: 13px;
}
.for-parners .item span {
  border-bottom: 1px solid #67b0d5;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.for-parners .item div {
  width: 168px;
  float: right;
  display: table-cell;
  vertical-align: middle;
  height: 49px;
}
.for-parners .item:hover span {
  border-color: #3b3b3b;
}
.for-parners .concert .icon {
  background-position: -67px 0;
}
.for-parners .club .icon {
  background-position: -111px 0;
}
/* faq */
.guestbook {
  width: 894px;
}
/* guestbook_form */
.guestbook_form {
  margin-bottom: 38px;
}
.guestbook_form .head {
  margin-left: 168px;
  padding-bottom: 10px;
}
.guestbook_form p {
  margin: 15px 0;
}
.guestbook_form .alignleft {
  float: right;
  width: 420px;
}
.guestbook_form .alignleft:first-child {
  float: left;
}
.guestbook_form label {
  float: left;
  margin: 9px 30px 0 0;
  width: 138px;
  text-align: right;
}
.guestbook_form input[type="text"],
.guestbook_form input[type="email"] {
  float: left;
  width: 252px;
}
.guestbook_form textarea {
  height: 150px;
  width: 726px;
}
.guestbook_form .btn {
  margin-left: 168px;
}
/* guestbook-block */
.guestbook-block {
  line-height: 22px;
}
.guestbook-block .item {
  padding-bottom: 38px;
}
.guestbook-block .item .data {
  float: left;
  margin: 0 30px 0 0;
  width: 138px;
  text-align: right;
}
.guestbook-block .item .data strong {
  display: block;
}
.guestbook-block .item .text {
  float: left;
  width: 726px;
}
.guestbook-block .item .text p {
  margin: 0;
}
/* news */
.news .item {
  line-height: 22px;
  padding-bottom: 32px;
}
.news .item .title-bg {
  display: inline;
}
.news .item .title-bg em {
  cursor: default;
}
.news .item .date-news {
  float: left;
  margin: 1px 30px 0 0;
  width: 138px;
  text-align: right;
}
.news .item .content-news {
  padding-top: 18px;
}
.news .item .text {
  float: left;
  width: 726px;
}
.news .photo-news {
  margin: 0 -30px 0 0;
  padding-top: 6px;
}
.news .photo-news img {
  position: relative;
  float: left;
  margin: 0 30px 24px 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(js/PIE.htc);
}
.news .album {
  padding: 6px 0 15px;
}
.news .album img {
  position: relative;
  float: left;
  margin: 0 30px 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(js/PIE.htc);
}
.news .album .track-list {
  float: left;
  width: 500px;
  margin: -6px -30px 0 0;
}
.news .album .track-list span {
  display: block;
}
.news .album .track-list ul {
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
  float: left;
  width: 250px;
}
.news .video {
  padding-top: 6px;
}
/* discography */
.discography .sub-menu {
  margin-bottom: 35px;
}
.albums-holder {
  margin-right: -30px;
}
.item_albums {
  display: inline-block;
  vertical-align: top;
  width: 474px;
  padding: 0 26px 37px 0;
}
.item_albums .date {
  font-size: 11px;
  margin-bottom: 3px;
}
.item_albums .photo {
  float: left;
  margin-right: 20px;
}
.item_albums .photo figure {
  width: 168px;
  height: 168px;
  padding-bottom: 10px;
}
.item_albums .description {
  float: left;
  width: 286px;
  padding-top: 2px;
}
.item_albums .playlist {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
}
.item_albums .playlist li {
  padding-bottom: 2px;
}
.songs {
  padding-left: 168px;
}
.songs .item {
  padding-bottom: 21px;
}
.songs .item .open {
  font-size: 16px;
  border-bottom-style: dashed;
}
.songs .item.active .open {
  color: #000;
}
.songs .player-holder {
  padding: 10px 0 5px;
}
.sub-menu {
  list-style: none;
  margin: 0;
  position: 0 0 15px;
  font: 32px/36px 'plumblightcregular', Tahoma;
  text-transform: uppercase;
}
.sub-menu li {
  float: left;
  padding-right: 60px;
}
/* photo */
.photo .sub-menu {
  padding-bottom: 69px;
}
.photo-album .clearfix {
  padding: 21px 0 78px;
}
.photo-album a {
  display: block;
  float: left;
  border: 5px solid #feffff;
  width: 135px;
  height: 183px;
}
.photo-album a:hover {
  border-color: #0e95c9;
}
.photo-album:last-child .clearfix {
  padding-bottom: 0;
}
/* biography */
.biography {
  width: 810px;
  margin: 0 auto;
  line-height: 22px;
}
.biography p {
  margin-bottom: 20px;
}
.biography p + img {
  margin: 0;
}
.biography img {
  position: relative;
  margin-bottom: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(js/PIE.htc);
}
.biography .separator {
  height: 1px;
  background: #c7c7c7;
  margin: 24px 0 44px;
}
.biography .col {
  float: left;
  width: 420px;
  margin-right: 84px;
}
/* footer */
footer {
  background: url(../images/bg-footer.jpg) 50% 0 no-repeat;
  width: 100%;
  height: 94px;
  color: #fff;
}
footer .copy {
  float: left;
  padding-top: 35px;
  width: 302px;
}
.social {
  list-style: none;
  margin: 0;
  padding-top: 20px;
  float: left;
}
.social li {
  float: left;
  width: 138px;
  padding-left: 31px;
}
.social a {
  float: left;
  line-height: 18px;
}
.social a u {
  color: #dadada;
  border-color: #e0e0e0;
  float: left;
  padding-top: 16px;
}
.social a:hover u {
  color: #0e95c9;
  border-color: #67b0d5;
}
.social .icon {
  background: url(../images/icon-footer.png) 0 -9999px no-repeat;
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 10px;
}
.social .yt .icon {
  background-position: 0 0;
}
.social .yt:hover .icon {
  background-position: 0 100%;
}
.social .fb .icon {
  background-position: -56px 0;
}
.social .fb:hover .icon {
  background-position: -56px 100%;
}
.social .fc .icon {
  background-position: -112px 0;
}
.social .fc:hover .icon {
  background-position: -112px 100%;
}
.social .it .icon {
  background-position: -168px 0;
}
.social .it:hover .icon {
  background-position: -168px 100%;
}
.modal .modal-content {
  padding: 40px 25px 25px;
}
.modal .title {
  display: block;
  margin-bottom: 20px;
  font: 32px/36px 'plumblightcregular', Tahoma;
  text-transform: uppercase;
}
.modal .performances-table {
  margin-left: 55px;
  width: 735px;
}
.ssill {
position:absolute;
left:-4250px;
} 