.ieab,
.icon-eye,
.tabs li + li a,
.homepage .fanclub .quick-link .arrow,
.three-cols .concert-box.picture,
.three-cols .concert-box.text,
.three-cols .concert-box.ticket,
.event-scroller,
.event-scroller .box-inner-wrap,
.event-scroller li.bg-1,
.event-scroller li.bg-2,
.event-scroller li.bg-3,
.event-scroller li.bg-4,
.event-scroller li.bg-5,
.event-scroller li.bg-6,
.event-scroller li a > span,
.event-scroller li a.top-link > span,
.map .overlay-box h3,
.pray-concert .autocomplete-box,
.discography-item .video .vc-inner,
.discography-item .vc-inner.video,
.jp-play-pause,
.jp-play-pause .jp-play,
.jp-play-pause .jp-pause,
.gallery .year,
.gallery-list li .overlay,
.gallery-list li .overlay.video,
.btn-submit.arrow .vc-inner > span,
.btn-basket > span,
.btn-arrow.left,
.btn-arrow.right,
.form .fake-input,
.ok-message,
.ok-message.big,
.error-message,
.form .fake-select-box .after-wrap,
.form .fake-select-box-open .after-wrap {
  *zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin', '<span class="before"></span>'), insertAdjacentHTML('beforeEnd', '<span class="after"></span>'));
}
@-webkit-keyframes disc-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
/* layout styles */
body {
  padding: 0px;
  margin: 0px;
  background: #060603;
  position: relative;
}
.page-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page.no-transform {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mobile-menu {
  display: none;
}
.col {
  position: relative;
  float: left;
  left: 100%;
  _display: inline;
}
.col-max {
  width: 100%;
  margin-left: -100%;
}
.col-full {
  width: 1580px;
  margin-left: -1580px;
  position: relative;
}
/* Layout */
.row {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
  *zoom: 1;
}
.row:before,
.row:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.col {
  position: relative;
  float: left;
  left: 100%;
}
.row-max {
  width: 100%;
  margin: 0px auto;
  text-align: left;
  position: relative;
}
.row-main {
  width: 1580px;
  margin: 0px auto;
  text-align: left;
  position: relative;
}
.row-narrow {
  max-width: 700px;
  margin: 0px auto;
}
.snippet-loader-wrap {
  position: absolute;
  z-index: 800000;
}
.snippet-loader {
  background: #000 url("../img/b-loading.gif") no-repeat 50% 50%;
  padding: 20px;
  margin: -35px 0 0 -35px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #555;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
.access-menu {
  position: absolute;
  left: 0;
  top: 0;
}
.access-menu a {
  position: absolute;
  left: -10000px;
  top: 10px;
}
.access-menu a:focus,
.access-menu a:active {
  left: 30px;
  top: 15px;
  white-space: nowrap;
  display: block;
  background: #ab0c42;
  color: #fff;
  padding: 10px 15px;
  border: 2px dotted #ab0c42;
  z-index: 500;
  width: 200px;
  font-size: 15px;
  font-weight: bold;
}
/* header */
.header {
  position: relative;
  height: 78px;
  z-index: 10;
}
/* main menu */
.menu {
  position: relative;
  background: url("../img/bg-menu.png") 50% 0 repeat-x;
  z-index: 2;
  position: relative;
  height: 78px;
}
.menu-box {
  margin: 0 auto;
  text-align: center;
}
.main-menu {
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  width: 100%;
  height: 60px;
  position: relative;
  top: 1px;
}
.main-menu ul li {
  margin: 0 16px;
  padding: 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: top;
  text-align: center;
  line-height: 70px;
}
.main-menu ul li a {
  display: block;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  color: #cdcece;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-family: pf_handbook_proregular, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-menu ul li:first-child a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1178px -46px;
  width: 50px;
  height: 50px;
  text-indent: -10000px;
  margin: 9px 0 0;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.main-menu ul li:first-child a:hover,
.main-menu ul li:first-child.active a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.main-menu ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.main-menu ul li.active a {
  text-decoration: none;
  color: #d57ca0;
}
/* main content */
.main {
  z-index: 2;
  min-height: 600px;
}
.main .lights {
  background: url("../img/bg-band-detail.jpg") 50% 0 no-repeat;
  min-height: 2500px;
  margin-top: -8px;
  padding-top: 8px;
}
.main .band-lights {
  background: url("../img/bg-band.jpg") 50% 0 no-repeat;
  min-height: 2000px;
  margin-top: -8px;
  padding-top: 8px;
}
.main .hp-lights {
  background: url("../img/bg-hp.jpg") 50% 0 no-repeat;
  min-height: 1800px;
  margin-top: -8px;
  padding-top: 8px;
}
.main .detail-lights {
  background: url("../img/bg-detail.jpg") 50% 0 no-repeat;
  min-height: 2100px;
  margin-top: -8px;
  padding-top: 8px;
}
.main .section,
.main .three-cols {
  position: relative;
  padding-bottom: 150px;
}
.main .section .perex,
.main .section h2,
.main .section h3,
.main .perex-size {
  margin: 0 auto;
  max-width: 900px;
}
.section.top-text {
  padding-top: 50px;
}
h1 .date {
  font-family: pf_handbook_probold, Arial, sans-serif;
  font-size: 60px;
  line-height: 70px;
  display: block;
  padding: 15px 0 10px;
  letter-spacing: 0;
}
h1 .divider {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-weight: normal;
}
h1 .time {
  padding-left: 10px;
}
h2.bigger {
  font-size: 41px;
  line-height: 44px;
  padding-bottom: 35px;
  color: #fff;
  letter-spacing: 10px;
  text-align: center;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-weight: normal;
}
h2.bigger strong {
  font-size: 60px;
  line-height: 65px;
  display: block;
  font-family: pf_handbook_problack, Arial, sans-serif;
  font-weight: normal;
}
h2.huge {
  font-size: 60px;
  color: #fff;
  line-height: 65px;
  letter-spacing: 12px;
  font-family: pf_handbook_problack, "Myriad Pro", Arial, sans-serif;
}
h2.icon {
  padding-top: 145px;
  position: relative;
}
.icon-eye:before,
.icon-eye > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -600px -186px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
}
/* titles */
.main-title {
  position: relative;
  padding: 145px 0 25px;
}
.breadcrumb + .main-title {
  padding: 23px 0 25px;
}
.main-title p {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
  padding: 0;
}
.main-title p.wide {
  letter-spacing: 10px;
  padding-bottom: 10px;
  font-size: 53px;
  line-height: 55px;
}
.main-title p.wide.fixed {
  position: absolute;
  top: -65px;
  width: 100%;
}
.main-title.shop-title .row-main {
  text-align: center;
}
.main-title.shop-title p,
.main-title.shop-title h1 {
  max-width: 950px;
  margin: 0 auto;
}
.main-title.shop-title .btn-basket {
  position: absolute;
  right: 150px;
}
.img-shadow img.gray,
.ico-shadow img.gray {
  display: block;
  left: 0;
  top: 0;
  border: 0px none transparent;
}
.img-shadow svg,
.ico-shadow svg {
  left: 0;
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.img-shadow svg + svg,
.ico-shadow svg + svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.img-shadow svg + img,
.ico-shadow svg + img {
  position: absolute;
}
.img-shadow,
.ico-shadow {
  display: block;
  position: relative;
  *zoom: 1;
  overflow: hidden;
}
.img-shadow {
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
.img-shadow:before,
.img-shadow:after,
.ico-shadow:before,
.ico-shadow:after {
  display: table;
  content: " ";
  clear: both;
}
.img-shadow.img-wrapper:before,
.img-shadow.img-wrapper:after,
.ico-shadow.img-wrapper:before,
.ico-shadow.img-wrapper:after {
  display: block;
}
.img-wrapper {
  float: left;
  position: relative;
}
.img-wrapper:before,
.img-wrapper > .before {
  -webkit-box-shadow: inset 0 1px 0 rgba(178,208,255,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(178,208,255,0.2);
  box-shadow: inset 0 1px 0 rgba(178,208,255,0.2);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* breadcrumb */
.breadcrumb {
  padding: 90px 0 0;
  position: relative;
}
.breadcrumb p {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 32px;
  color: #cdcece;
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.breadcrumb a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  color: #cdcece;
  padding: 0 5px;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #fff;
}
/* socials box */
.socials-box {
  position: relative;
  margin: 65px auto 105px;
  text-align: center;
}
.socials-box p {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 15px;
  margin: 0;
  color: #fff;
  text-align: center;
}
.socials-box ul {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: block;
  font-size: 0;
  width: 100%;
  height: 54px;
  position: relative;
}
.socials-box ul li {
  margin: 0 10px;
  padding: 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: top;
  text-align: center;
  line-height: 54px;
}
.socials-box ul li a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  float: left;
  text-indent: -10000px;
  position: relative;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.socials-box ul li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.socials-box ul li.facebook a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -865px -46px;
  width: 52px;
  height: 52px;
}
.socials-box ul li.youtube a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -761px -46px;
  width: 52px;
  height: 52px;
}
.socials-box ul li.instagram a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -813px -46px;
  width: 52px;
  height: 52px;
}
.socials-box ul li.spotify a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1073px -46px;
  width: 52px;
  height: 52px;
}
.socials-box ul li.bontonland a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -969px -46px;
  width: 52px;
  height: 52px;
}
.socials-box ul li.itunes a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1021px -46px;
  width: 52px;
  height: 52px;
}
.socials-box ul li.deezer a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -917px -46px;
  width: 52px;
  height: 52px;
}
.socials-box ul li.yt a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1125px -46px;
  width: 52px;
  height: 52px;
}
/* three cols */
.three-cols .col-3-1,
.three-cols .col-3-2,
.three-cols .col-3-3 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 500px;
  position: relative;
  background-color: #000;
}
.three-cols .col-3-1 {
  margin-left: -1580px;
}
.three-cols .col-3-2 {
  margin-left: -1040px;
}
.three-cols .col-3-3 {
  margin-left: -500px;
}
.three-cols .col.disabled {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.three-cols .content-box {
  padding: 75px 40px 60px;
}
.three-cols .content-box > div {
  position: relative;
}
.three-cols .content-box > div + div {
  margin-top: 110px;
}
.three-cols .content-box li a {
  display: block;
  position: relative;
}
.three-cols .content-box .all-link {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #cecece;
  font-size: 18px;
  line-height: 24px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.three-cols .content-box .all-link:hover {
  color: #fff;
}
.ticketstream-wrapper {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  background-color: #000;
}
/* tabs */
.tabs {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 2;
}
.tabs li {
  margin: 10px 0;
  padding: 30px 0 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.tabs li + li {
  padding-left: 40px;
}
.tabs li.active {
  margin: 0;
}
.tabs li + li.active,
.tabs li.active + li {
  padding-left: 80px;
}
.tabs li a {
  cursor: default;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 20px;
  line-height: 60px;
  font-family: pf_handbook_probold, Arial, sans-serif;
}
.tabs li + li a:before,
.tabs li + li a > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -307px -3px;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 60px;
}
.tabs li + li a:before,
.tabs li + li a > .before {
  width: 40px;
}
.tabs li + li.active a:before,
.tabs li + li.active a > .before {
  width: 80px;
  top: 70px;
}
.tabs li.active + li a:before,
.tabs li.active + li a > .before {
  width: 80px;
}
.tabs li a:hover,
.tabs li.active a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #fff;
}
.tabs li a[href]:hover {
  cursor: pointer;
}
.tabs li.active a {
  line-height: 80px;
}
.tabs li.bg-1 a,
ul.page-list li.bg-1 a,
ul.page-list li.bg-1 span {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -641px -46px;
  width: 60px;
  height: 60px;
}
.tabs li.bg-2 a,
ul.page-list li.bg-2 a,
ul.page-list li.bg-2 span {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -641px -46px;
  width: 60px;
  height: 60px;
}
.tabs li.bg-3 a,
ul.page-list li.bg-3 a,
ul.page-list li.bg-3 span {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -641px -46px;
  width: 60px;
  height: 60px;
}
.tabs li.bg-4 a,
ul.page-list li.bg-4 a,
ul.page-list li.bg-4 span {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -641px -46px;
  width: 60px;
  height: 60px;
}
.tabs li.bg-5 a,
ul.page-list li.bg-5 a,
ul.page-list li.bg-5 span {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -641px -46px;
  width: 60px;
  height: 60px;
}
.tabs li.bg-6 a,
ul.page-list li.bg-6 a,
ul.page-list li.bg-6 span {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -641px -46px;
  width: 60px;
  height: 60px;
}
.tabs li.active a,
ul.page-list li.selected a,
ul.page-list li.selected span {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1105px -186px;
  width: 80px;
  height: 80px;
  color: #d57ca0;
}
/* paging */
.paging {
  margin: 60px auto 0;
  text-align: center;
  padding: 0;
  position: relative;
}
.paging .page-icons {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
}
ul.page-list {
  padding: 0;
  margin: 0 20px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 0;
}
ul.page-list li {
  float: left;
  padding: 0 9px;
  list-style-type: none;
  background-image: none;
}
ul.page-list li a,
ul.page-list li span {
  display: block;
  margin: 10px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-family: pf_handbook_probold, Arial, sans-serif;
}
ul.page-list li.selected a,
ul.page-list li.selected span {
  margin: 0;
  line-height: 80px;
}
ul.page-list li a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  text-decoration: none;
}
ul.page-list li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #fff;
}
ul.page-list li a[href]:hover {
  cursor: pointer;
}
ul.page-prev-next-list {
  padding: 0;
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
}
ul.page-prev-next-list li {
  float: left;
  padding: 0;
  margin: 10px 0;
}
ul.page-prev-next-list li > a,
ul.page-prev-next-list li > span {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -5000px;
}
ul.page-prev-next-list .btn,
ul.page-prev-next-list li.disabled:hover {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  text-decoration: none;
  position: relative;
  font-size: 0;
  color: transparent;
}
ul.page-prev-next-list .btn:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
ul.page-prev-next-list .prev {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -581px -46px;
  width: 60px;
  height: 60px;
}
ul.page-prev-next-list .next {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -701px -46px;
  width: 60px;
  height: 60px;
}
ul.page-prev-next-list li.disabled,
ul.page-prev-next-list li.disabled:hover {
  cursor: default;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
/* hp */
.three-cols.homepage h2 {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 45px;
  text-transform: uppercase;
  text-align: center;
}
.three-cols.homepage p {
  color: #dedede;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  padding-bottom: 30px;
}
.homepage .media h2 {
  margin-right: -20px;
}
.homepage .fanclub h2 {
  padding-bottom: 25px;
}
/* hp :: logo */
.logo {
  display: block;
  margin: 50px auto 0;
}
.logo + .socials-box {
  margin: 20px auto 40px;
}
.logo img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* hp :: lists */
.homepage .image-list ul {
  padding: 0 0 30px;
  margin: 0;
}
.homepage .image-list li {
  padding: 0 0 80px;
  margin: 0;
}
.homepage .image-list li a {
  color: #cecece;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.homepage .image-list li a .title,
.homepage .image-list li a .title em,
.homepage .image-list li a,
.homepage .image-list li a em,
.homepage .image-list li .date,
.homepage .image-list li .date em {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.homepage .image-list li a:hover .title,
.homepage .image-list li a:hover .title em,
.homepage .image-list li a:hover,
.homepage .image-list li a:hover em,
.homepage .image-list li a:hover .date,
.homepage .image-list li a:hover .date em {
  color: #fff;
}
.homepage .image-list li .img-shadow {
  margin-bottom: 24px;
}
.homepage .image-list li .title {
  color: #cecece;
  font-size: 26px;
  line-height: 28px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  padding-bottom: 14px;
}
.homepage .image-list li .title em {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  color: #989898;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 24px;
}
/* hp:: left col */
.homepage .media.image-list li {
  padding: 0 0 50px;
}
.homepage .media.image-list li .title {
  font-size: 24px;
  line-height: 27px;
  text-align: center;
}
.homepage .media.image-list li .title em {
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}
.homepage .concerts.image-list ul {
  padding-bottom: 40px;
}
.homepage .concerts.image-list li {
  padding: 0 0 30px;
}
.homepage .concerts.image-list li a {
  font-size: 26px;
  line-height: 28px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.homepage .concerts.image-list li em {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  color: #989898;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 24px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}
.homepage .concerts.image-list li .date {
  font-size: 30px;
  line-height: 32px;
  float: left;
  vertical-align: top;
  padding-right: 45px;
}
.homepage .concerts.image-list li .date em {
  font-size: 20px;
  line-height: 24px;
  vertical-align: top;
}
/* hp :: right col */
.homepage .eshop.image-list li a {
  float: left;
  max-width: 210px;
}
.homepage .eshop.image-list li {
  padding: 0 0 50px;
  *zoom: 1;
}
.homepage .eshop.image-list li:before,
.homepage .eshop.image-list li:after {
  display: table;
  content: " ";
  clear: both;
}
.homepage .eshop.image-list li .title {
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 2px;
  text-align: center;
}
.homepage .eshop.image-list li .title em {
  color: #cecece;
  white-space: normal;
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}
.homepage .eshop.image-list li .title em strong {
  font-family: pf_handbook_probold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.homepage .fanclub .login-box {
  position: relative;
  margin-bottom: 0;
}
.homepage .fanclub input[type=text],
.homepage .fanclub input[type=password] {
  width: 90%;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-family: pf_handbook_prothin_italic, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 10px;
  border: 0px none transparent;
  background-color: #151114;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.5), 0 1px 0 0 rgba(255,255,255,0.1);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.5), 0 1px 0 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.5), 0 1px 0 0 rgba(255,255,255,0.1);
}
.homepage .fanclub input[type=text]:focus,
.homepage .fanclub input[type=password]:focus {
  outline: none;
}
.homepage .fanclub .login-box.padded .btn-login + div input[type=text] {
  margin-top: 24px;
}
.homepage .fanclub .btn-login {
  position: absolute;
  top: 23px;
  right: 0;
}
.homepage .fanclub input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  padding: 0;
  background: none;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1362px -46px;
  width: 15px;
  height: 42px;
  position: relative;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.homepage .fanclub input[type=submit]:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.homepage .fanclub .std-message {
  padding: 0;
}
.homepage .fanclub .std-message .error-message {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.homepage .fanclub .quick-link {
  margin: 25px 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  display: block;
  line-height: 16px;
  letter-spacing: 5px;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
}
.homepage .fanclub .quick-link:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.homepage .fanclub .quick-link .arrow {
  position: relative;
  display: inline-block;
}
.homepage .fanclub .quick-link .arrow:after,
.homepage .fanclub .quick-link .arrow > .after {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1571px -46px;
  width: 4px;
  height: 9px;
  position: absolute;
  left: 0;
  top: -8.5px;
}
.homepage .discography > .center img {
  margin: -40px 0;
}
.homepage .discography .title {
  color: #cecece;
  font-size: 26px;
  line-height: 28px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  padding: 10px 0 25px;
}
.homepage .discography .title em {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  color: #989898;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 24px;
}
.homepage .discography .socials-box {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.homepage .discography .socials-box p {
  color: #cecece;
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 15px;
  text-transform: uppercase;
}
/* concerts :: detail */
.three-cols .concert-box {
  padding: 195px 40px 50px;
  position: relative;
  text-align: center;
}
.three-cols .concert-box p {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}
.three-cols .concert-box a {
  color: #fff;
}
.three-cols .concert-box.picture:before,
.three-cols .concert-box.picture > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -400px -186px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 57px;
}
.three-cols .concert-box.text:before,
.three-cols .concert-box.text > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -100px -186px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 60px;
}
.three-cols .concert-box.text p {
  padding: 10px 0 50px;
}
.three-cols .concert-box.text p strong {
  font-size: 40px;
  line-height: 45px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}
.three-cols .concert-box.text p.pad {
  padding-top: 70px;
}
.three-cols .concert-box.ticket:before,
.three-cols .concert-box.ticket > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -300px -186px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 60px;
}
.three-cols .concert-box.ticket p {
  padding: 25px 0 0;
}
.three-cols .concert-box.ticket p strong {
  font-size: 30px;
  line-height: 35px;
  font-family: pf_handbook_probold, Arial, sans-serif;
  font-weight: normal;
  display: block;
}
.three-cols .concert-box.ticket p strong em {
  font-size: 58px;
  line-height: 65px;
  font-style: normal;
  font-family: pf_handbook_problack, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 5px;
}
.three-cols .concert-box.ticket img {
  padding: 45px 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.three-cols .concert-box.ticket p.pad {
  padding-top: 60px;
}
/* equip yourself */
.equip-yourself ul {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
.equip-yourself li {
  padding: 0;
  margin: 0 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  max-width: 210px;
}
.equip-yourself li a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.equip-yourself li a,
.equip-yourself li a .title,
.equip-yourself li a .title em {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.equip-yourself li a:hover,
.equip-yourself li a:hover .title,
.equip-yourself li a:hover .title em {
  color: #fff;
}
.equip-yourself li .img-shadow {
  margin-bottom: 24px;
}
.equip-yourself li .title {
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 2px;
  text-align: center;
  font-family: pf_handbook_problack, Arial, sans-serif;
  letter-spacing: 0.5px;
  display: block;
  text-transform: uppercase;
}
.equip-yourself li .title em {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  white-space: normal;
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: normal;
}
.equip-yourself li .title em strong {
  font-family: pf_handbook_probold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* tickets */
.tickets-hex.btn-submit {
  font-size: 25px;
  margin: 0 auto 15px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tickets-hex strong {
  font-size: 45px;
  display: block;
  line-height: 45px;
  letter-spacing: 0;
}
.form.tickets .table-row .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 35px;
}
.tickets li .title em {
  padding: 15px 0;
}
.tickets .ico-shadow {
  margin-bottom: 24px;
}
.tickets .ticket-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 25px;
  width: 280px;
}
.form p.price-box,
.form .th-row p.price-box {
  padding: 4px 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 0 10px;
  position: relative;
}
.price-box .price-info {
  font-size: 20px;
  color: #ababab;
  line-height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.price-box .price {
  padding: 10px 0 0 10px;
  position: relative;
  top: -4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 36px;
  font-size: 22px;
  color: #fff;
  *top: -14px;
}
.price-box .price strong {
  font-size: 44px;
  *line-height: 45px;
}
/* next events */
.event-scroller {
  margin: 0 auto;
  text-align: center;
  position: relative;
  *zoom: 1;
}
.event-scroller:before,
.event-scroller > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -207px -3px;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 174px;
}
.event-scroller:after,
.event-scroller > .after {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -207px -3px;
  width: 100px;
  height: 3px;
  position: absolute;
  right: 0;
  top: 174px;
}
.event-scroller:before,
.event-scroller > .before,
.event-scroller:after,
.event-scroller > .after {
  z-index: 2;
}
.event-scroller:before,
.event-scroller:after {
  display: table;
  content: " ";
  clear: both;
}
.event-scroller .box-inner-wrap {
  margin: 0 auto;
  padding: 0;
  width: 1650px;
  position: relative;
}
.event-scroller .box-inner-wrap:before,
.event-scroller .box-inner-wrap > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 1779px;
  height: 3px;
  position: absolute;
  left: -1779px;
  top: 174px;
}
.event-scroller .box-inner-wrap:after,
.event-scroller .box-inner-wrap > .after {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 1779px;
  height: 3px;
  position: absolute;
  right: -1779px;
  top: 174px;
}
.event-scroller .hscroll-box {
  margin: 0;
  padding: 0;
  position: relative;
}
.event-scroller ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url("../img/sprites/bg-timeline.png") 50% 174px repeat-x;
  *zoom: 1;
}
.event-scroller ul:before,
.event-scroller ul:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.event-scroller li {
  float: left;
  margin: 0 0 50px;
  padding: 0;
  position: relative;
  background: none;
  width: 275px;
  height: 350px;
  text-align: center;
}
.event-scroller li.bg-1:before,
.event-scroller li.bg-1 > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1264px -186px;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -38px;
}
.event-scroller li.bg-2:before,
.event-scroller li.bg-2 > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1264px -186px;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -38px;
}
.event-scroller li.bg-3:before,
.event-scroller li.bg-3 > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1264px -186px;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -38px;
}
.event-scroller li.bg-4:before,
.event-scroller li.bg-4 > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1264px -186px;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -38px;
}
.event-scroller li.bg-5:before,
.event-scroller li.bg-5 > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1264px -186px;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -38px;
}
.event-scroller li.bg-6:before,
.event-scroller li.bg-6 > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1264px -186px;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -38px;
}
.event-scroller li .date {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
  font-family: pf_handbook_prothin, "Myriad Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 75px;
  padding: 137px 0;
}
.event-scroller li a {
  color: #fff;
  text-decoration: none;
  z-index: 5;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 288px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.event-scroller li a:hover,
.event-scroller li a:visited {
  color: #fff;
  text-decoration: none;
}
.event-scroller li a > span {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding: 0 20px;
  display: block;
  color: #cfcfcf;
}
.event-scroller li a > span:before,
.event-scroller li a > span > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1177px -46px;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -75px;
}
.event-scroller li a:hover > span {
  color: #fff;
}
.event-scroller li a em {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.event-scroller li a.top-link {
  top: 5px;
}
.event-scroller li a.top-link > span:before,
.event-scroller li a.top-link > span > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1177px -46px;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 81px;
}
.event-scroller .controls {
  position: relative;
  min-width: 1650px;
  z-index: 10;
}
.event-scroller .controls .btn-prev,
.event-scroller .controls .btn-next {
  float: left;
  text-indent: -5000px;
  overflow: hidden;
  position: absolute;
  top: -295px;
  cursor: pointer;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.event-scroller .controls .btn-prev,
.event-scroller .controls .btn-prev.disabled {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -43px -46px;
  width: 43px;
  height: 140px;
  left: 45px;
}
.event-scroller .controls .btn-next,
.event-scroller .controls .btn-next.disabled {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: 0px -46px;
  width: 43px;
  height: 140px;
  right: 45px;
}
.event-scroller .controls .btn-prev:hover,
.event-scroller .controls .btn-next:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.event-scroller .controls .disabled,
.event-scroller .controls .disabled:hover {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
/* recent event */
.recent-event .image-box-wrap {
  text-align: center;
  margin: 0 -1px;
}
.recent-event .image-box {
  margin: 0 auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.recent-event .img-box {
  float: left;
}
.recent-event .img-box img {
  float: left;
  clear: both;
}
.recent-event .img-box a {
  float: left;
  border-bottom: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.recent-event .img-box .comment {
  float: left;
  height: 203px;
  width: 445px;
  padding: 30px 40px;
  text-align: left;
  position: relative;
  margin-bottom: 2px;
  margin-left: 1px;
  margin-right: 1px;
  background-color: #060603;
}
.recent-event .img-box .comment p {
  display: inline;
  color: #fff;
  font-size: 23px;
  line-height: 28px;
}
.recent-event .img-box .cb {
  *clear: none;
  *zoom: 1;
  *float: none;
  *display: table;
}
.recent-event .btn-submit {
  margin-top: 60px;
}
.video iframe {
  background-color: #101010;
  border: 1px solid #d57ca0;
  padding: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* map */
.map .map-box {
  position: relative;
  padding-top: 70px;
}
.map .google-map {
  width: 100%;
  height: 600px;
  padding-left: 400px;
  -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.1), 0 2px 10px #000;
  -moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.1), 0 2px 10px #000;
  box-shadow: inset 0 0 1px rgba(255,255,255,0.1), 0 2px 10px #000;
}
.map .overlay-box {
  position: absolute;
  left: 0;
  top: -600px;
  width: 500px;
  background-color: #000;
  background-color: rgba(0,0,0,0.7);
  *background-color: #000;
}
.map .overlay-box .vc-outer {
  height: 600px;
  width: 100%;
}
.map .overlay-box .vc-middle {
  *width: 100%;
  *left: 0;
}
.map .overlay-box .vc-inner {
  padding: 0 55px;
}
.map .overlay-box h3 {
  font-family: pf_handbook_probold, Arial, sans-serif;
  text-transform: none;
  padding: 145px 0 10px;
  position: relative;
}
.map .overlay-box h3:before,
.map .overlay-box h3 > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -500px -186px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
}
.map .overlay-box p {
  font-family: pf_handbook_prothin, "Myriad Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}
/* add photo */
.add-photo .photo-video-box a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 20px;
  position: relative;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.add-photo .photo-video-box a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.add-photo .photo-video-box .photo {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -200px -186px;
  width: 100px;
  height: 100px;
}
.add-photo .photo-video-box .video {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -700px -186px;
  width: 100px;
  height: 100px;
}
.add-photo .photo-video-box .comment {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: 0px -186px;
  width: 100px;
  height: 100px;
}
/* concerts :: upcoming */
.pray-concert .form {
  width: 420px;
  margin: 0 auto;
  text-align: center;
}
.pray-concert .form .row {
  z-index: 2;
}
.pray-concert .autocomplete-box {
  position: relative;
}
.pray-concert .autocomplete-box:before,
.pray-concert .autocomplete-box > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1461px -46px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 19px;
}
.pray-concert .autocomplete-box input {
  z-index: 2;
}
.pray-concert .autocomplete-box input[type="text"] {
  *width: 340px;
}
.pray-concert .btn-submit {
  margin-top: 40px;
}
.pray-concert .std-message {
  padding: 0;
}
.past-concerts ul li a,
.upcoming-concerts ul li a {
  font-size: 26px;
  line-height: 28px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  display: block;
}
.past-concerts ul li a,
.past-concerts ul li a em,
.past-concerts ul li .date,
.past-concerts ul li .date em,
.upcoming-concerts ul li a,
.upcoming-concerts ul li a em,
.upcoming-concerts ul li .date,
.upcoming-concerts ul li .date em,
.upcoming-concerts ul li .time,
.upcoming-concerts ul li .time em,
.upcoming-concerts ul li .red {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.past-concerts ul li a:hover em,
.past-concerts ul li a:hover .date,
.upcoming-concerts ul li a:hover em,
.upcoming-concerts ul li a:hover .date,
.upcoming-concerts ul li a:hover .time {
  color: #fff;
}
.past-concerts ul li em,
.upcoming-concerts ul li em {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  color: #ddd;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 24px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}
.past-concerts ul li .date,
.upcoming-concerts ul li .date,
.upcoming-concerts ul li .time {
  font-size: 30px;
  line-height: 32px;
  float: left;
  vertical-align: top;
  padding-right: 45px;
}
.past-concerts ul li .date em,
.upcoming-concerts ul li .date em,
.upcoming-concerts ul li .time em {
  font-size: 20px;
  line-height: 24px;
  vertical-align: top;
}
.upcoming-concerts.section {
  padding: 0 0 130px;
  z-index: 2;
}
.upcoming-concerts h3 {
  position: relative;
  padding: 25px 0 15px;
  font-size: 50px;
  line-height: 60px;
  color: #d57ca0;
  font-family: pf_handbook_problack, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 5px;
}
.upcoming-concerts ul + h3 {
  padding-top: 55px;
}
.upcoming-concerts ul {
  text-align: left;
  margin: 20px auto 10px;
  max-width: 900px;
  width: 100%;
  display: block;
}
.upcoming-concerts ul li {
  padding: 15px 0;
}
.upcoming-concerts ul li + li {
  border-top: 1px dashed #4d5053;
}
.upcoming-concerts ul li .detail {
  float: right;
  padding-left: 45px;
}
.upcoming-concerts ul li .red {
  color: #d57ca0;
  padding-left: 30px;
  text-decoration: underline;
  font-size: 20px;
  font-family: pf_handbook_proregular, Arial, sans-serif;
  font-weight: normal;
}
.upcoming-concerts ul li a:hover .red {
  text-decoration: none;
}
.past-concerts.section {
  padding: 0 0 130px;
  z-index: 2;
}
.past-concerts ul {
  text-align: left;
  margin: 20px auto 0;
  max-width: 900px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.past-concerts ul li {
  padding: 0 0 30px;
}
/* discography */
.discography.section {
  background: url("../img/concerts-orbit-small.png") 50% 65px no-repeat;
}
.discography.section h2 {
  max-width: 100%;
  padding: 40px 0 0;
}
.discography .date {
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 6px;
  color: #b7babb;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-weight: normal;
  display: block;
}
.discography > .row-main {
  margin: 0 auto;
  width: 1220px;
}
.discography-item > div,
.discography-item > a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  position: relative;
}
.discography-item > div:hover,
.discography-item > a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.discography-item a {
  display: block;
}
.discography-item .album {
  -webkit-perspective: 1200px;
  margin: 25px auto 0;
  *top: 25px;
  width: 270px;
  height: 270px;
  padding: 15px;
  position: relative;
}
.discography-item .album .raphael-main {
  background-image: url("../img/spritedisc.png?v1571416518514");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.discography-item .album.rotate .raphael-main {
  background-image: url("../img/spritedisc.png?v1571416518514");
  background-repeat: no-repeat;
  background-position: -300px 0px;
  width: 300px;
  height: 300px;
}
.discography-item .album > svg {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
}
.discography-item .album.animate > svg {
  -webkit-animation: 5s disc-rotate linear infinite;
  -moz-animation: 5s disc-rotate linear infinite;
  -ms-animation: 5s disc-rotate linear infinite;
  -o-animation: 5s disc-rotate linear infinite;
  animation: 5s disc-rotate linear infinite;
}
.discography-item .album.pause > svg {
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.discography-item > div {
  position: absolute;
}
.discography-item > div a {
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 2;
}
.discography-item > div .vc-outer {
  width: 100%;
  *display: block;
}
.discography-item > div .vc-middle {
  *width: 100%;
  *left: 0;
}
.discography-item > div .vc-inner {
  font-size: 14px;
  line-height: 15px;
  padding: 0 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: pf_handbook_prothin, Arial, sans-serif;
}
.discography-item > div .vc-inner strong {
  font-size: 20px;
  line-height: 21px;
  display: block;
  font-family: pf_handbook_probold, Arial, sans-serif;
  font-weight: normal;
}
.discography-item .video .vc-inner,
.discography-item .vc-inner.video {
  padding-top: 30px;
  position: relative;
}
.discography-item .video .vc-inner:before,
.discography-item .vc-inner.video:before,
.discography-item .video .vc-inner > .before,
.discography-item .vc-inner.video > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -642px -6px;
  width: 23px;
  height: 26px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 0;
}
.discography-item .image {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
}
.discography-item .small-1 .vc-outer,
.discography-item .small-2 .vc-outer {
  height: 100px;
}
.discography-item .medium-1 .vc-outer,
.discography-item .medium-2 .vc-outer,
.discography-item .medium-3 .vc-outer {
  height: 150px;
}
.discography-item .small-1 a,
.discography-item .small-2 a {
  background-image: url("../img/spritedisc.png?v1571416518514");
  background-repeat: no-repeat;
  background-position: -150px -300px;
  width: 100px;
  height: 100px;
}
.discography-item .medium-1 a,
.discography-item .medium-2 a,
.discography-item .medium-3 a {
  background-image: url("../img/spritedisc.png?v1571416518514");
  background-repeat: no-repeat;
  background-position: 0px -300px;
  width: 150px;
  height: 150px;
}
/* type #1 */
.discography-item.type-1 .small-1 {
  left: 345px;
  top: 265px;
}
.discography-item.type-1 .small-2 {
  left: 235px;
  top: 265px;
}
.discography-item.type-1 .medium-1 {
  left: 775px;
  top: 240px;
}
.discography-item.type-1 .medium-2 {
  left: 935px;
  top: 240px;
}
.discography-item.type-1 .medium-3 {
  left: 1095px;
  top: 240px;
}
/* type #2 */
.discography-item.type-2 .small-1 {
  left: 775px;
  top: 265px;
}
.discography-item.type-2 .small-2 {
  left: 885px;
  top: 265px;
}
.discography-item.type-2 .medium-1 {
  left: 295px;
  top: 240px;
}
.discography-item.type-2 .medium-2 {
  left: 135px;
  top: 240px;
}
.discography-item.type-2 .medium-3 {
  left: -35px;
  top: 240px;
}
/* discography detail */
.section.discography-detail {
  min-height: 770px;
}
.discography-detail .player {
  margin: 100px auto 0;
  width: 820px;
  position: relative;
}
.discography-detail .album {
  -webkit-perspective: 1200px;
  margin: 0;
  width: 371px;
  height: 370px;
  padding: 15px;
  position: relative;
  float: left;
}
.discography-detail .album .raphael-main {
  background: url("../img/bg-disc.png") 0 0 no-repeat;
  width: 401px;
  height: 400px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.discography-detail .album > svg {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
}
.discography-detail .album.rotate.animate-2 > svg {
  -webkit-animation: 5s disc-rotate linear infinite;
  -moz-animation: 5s disc-rotate linear infinite;
  -ms-animation: 5s disc-rotate linear infinite;
  -o-animation: 5s disc-rotate linear infinite;
  animation: 5s disc-rotate linear infinite;
}
.discography-detail .album.rotate.pause-2 > svg {
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.video-list {
  padding: 0;
  margin: 40px 0 0;
  text-align: center;
  font-size: 0;
}
.video-list li {
  padding: 0 20px 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 364px;
}
.video-list li a {
  font-size: 26px;
  line-height: 28px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.video-list li a .title {
  color: #fff;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  display: block;
  top: 20px;
  position: relative;
}
.video-list li a:hover .title {
  color: #fff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* jPlayer */
.jp-playlist {
  margin: 0 0 120px 520px;
}
.jp-playlist .vc-outer {
  height: 400px;
  text-align: left;
}
.jp-playlist p {
  font-family: pf_handbook_probold, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 5px;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 10px;
}
.jp-playlist ol {
  padding: 0;
  margin: 0;
}
.jp-playlist ol li:before,
.jp-playlist ol li > .before {
  padding-top: 2px;
  width: 25px;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
}
.jp-playlist li {
  padding: 2px 0 2px 35px;
  margin: 0;
  display: block;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
}
.jp-playlist li a,
.jp-playlist li a:hover {
  color: #fff;
}
.jp-playlist .jp-playlist-current,
.jp-playlist li a:hover.jp-playlist-current {
  color: #d57ca0;
}
.jp-playlist-item-remove {
  display: none;
}
.jp-type-single {
  margin: 0 auto;
  width: 600px;
  height: 130px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.jp-type-single.hidden {
  display: none;
}
.jp-play-pause {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0;
  position: relative;
  z-index: 2;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -86px -46px;
  width: 130px;
  height: 130px;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  float: left;
}
.jp-play-pause:before,
.jp-play-pause > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -462px -46px;
  width: 119px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -30px;
}
.jp-play-pause:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.jp-play-pause .jp-play,
.jp-play-pause .jp-pause {
  text-indent: -5000px;
  float: left;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 2;
}
.jp-play-pause .jp-play:before,
.jp-play-pause .jp-play > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -619px -6px;
  width: 23px;
  height: 27px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 50%;
  margin-top: -13px;
}
.jp-play-pause .jp-pause {
  display: none;
}
.jp-play-pause .jp-pause:before,
.jp-play-pause .jp-pause > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -665px -6px;
  width: 16px;
  height: 25px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -12px;
}
.jp-now-title {
  font-family: pf_handbook_proregular, Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 19px;
  padding: 2px 0 0;
  position: relative;
  left: 12px;
}
.jp-now-playing {
  font-family: pf_handbook_proregular, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  padding: 36px 0 0;
  position: relative;
  left: 12px;
  visibility: visible;
  display: block;
}
.jp-now-playing.hidden {
  visibility: hidden;
  display: block;
}
.jp-progress {
  font-family: pf_handbook_proregular, Arial, sans-serif;
  font-weight: normal;
  margin-left: 130px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
}
.jp-progress .jp-seek-bar {
  background: url("../img/jp-progress.png") 100% 0 no-repeat;
  height: 12px;
  margin-bottom: 3px;
  cursor: pointer;
}
.jp-progress .jp-play-bar {
  background: url("../img/jp-progress.png") 100% 100% no-repeat;
  height: 12px;
}
.jp-progress .jp-duration {
  position: relative;
  right: -12px;
}
.jp-no-solution {
  position: relative;
  top: -185px;
  color: #fff;
  padding-left: 150px;
  font-family: pf_handbook_proregular, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}
.jp-no-solution strong {
  font-family: pf_handbook_probold, Arial, sans-serif;
  text-transform: uppercase;
}
/* gallery */
.section.gallery {
  padding-bottom: 100px;
}
.gallery .year-wrap {
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 1200px;
  height: 100px;
}
.gallery .year {
  position: absolute;
  *left: 0;
  margin-left: 50px;
  letter-spacing: 50px;
  font-family: pf_handbook_probold, Arial, Sans-Serif;
  font-size: 450px;
  line-height: 400px;
  color: rgba(200,235,255,0.05);
}
.gallery .year:before,
.gallery .year > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -900px -186px;
  width: 97px;
  height: 91px;
  position: absolute;
  left: 15px;
  top: 20px;
}
.gallery-list {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.gallery-list li {
  margin: 90px 20px 0;
  padding: 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
}
.gallery-list li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  width: 284px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.gallery-list li .circle {
  background: url("../img/concert-bg-284.png") 50% 0 no-repeat;
  width: 284px;
  height: 284px;
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 2;
  color: #fff;
}
.gallery-list li .image {
  position: absolute;
  width: 100%;
  left: 16px;
  top: 15px;
}
.gallery-list li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #fff;
}
.gallery-list li .overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  text-align: center;
  padding-top: 50px;
  font-family: pf_handbook_proregular, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.gallery-list li .overlay:before,
.gallery-list li .overlay > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1377px -46px;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: 0;
}
.gallery-list li .overlay.video:before,
.gallery-list li .overlay.video > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -557px -6px;
  width: 30px;
  height: 35px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 0;
}
.gallery-list li a:hover .overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gallery-list li .title {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  display: block;
  padding: 20px 20px 0;
}
.gallery-list li .title strong {
  font-family: pf_handbook_problack, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  display: block;
  text-transform: uppercase;
}
/* order */
.order-box {
  position: relative;
  padding-top: 40px;
  width: 1020px;
  margin: 0 auto;
}
.order-box .buttons {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.order-box .toggler {
  padding-bottom: 40px;
}
.order-table .order-thumb {
  position: relative;
  float: left;
}
.order-table .order-thumb .image {
  display: block;
  padding: 2px 0 0 3px;
}
.order-table .order-thumb .overlay {
  position: absolute;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -800px -186px;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}
.order-table a {
  text-decoration: none;
  color: #fff;
}
.order-table .order-item .text-box {
  margin-left: 130px;
  display: block;
  color: #fff;
}
.order-table .order-item .text-box .vc-outer {
  height: 100px;
  *display: block;
}
.order-table .order-item .text-box .vc-middle {
  *width: 220px;
  *left: 0;
}
.order-table .order-item .title,
.order-box .order-item .text {
  display: block;
  color: #fff;
}
.order-table .order-item .title {
  font-family: pf_handbook_problack, Arial, Sans-Serif;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
}
.order-table .order-item .text {
  font-family: pf_handbook_proregular, Arial, Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #babcbd;
}
.order-table table input[type=text],
.form .inputs input[type=text] {
  background: transparent none;
  font-family: pf_handbook_proregular, Arial, Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  width: 60px;
  text-align: center;
}
.form .inputs input[type=text] {
  width: 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 60px;
}
.order-table .btn-plus,
.order-table .btn-minus {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  cursor: pointer;
}
.order-table .btn-plus:hover,
.order-table .btn-minus:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.order-table .btn-plus {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -487px -6px;
  width: 40px;
  height: 40px;
}
.order-table .btn-minus {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -207px -6px;
  width: 40px;
  height: 40px;
}
.order-table .recount.visible {
  display: block;
}
.order-table .final-price {
  font-family: pf_handbook_probold, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
}
/* news */
.news-list {
  padding: 0;
  margin: 40px 0 0;
  text-align: center;
  font-size: 0;
}
.news-list li {
  padding: 20px 50px 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 420px;
  text-align: left;
}
.news-list li a {
  color: #cfd0d0;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.news-list li a .title,
.news-list li a .title em,
.news-list li a,
.news-list li a em {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.news-list li a:hover .title,
.news-list li a:hover .title em,
.news-list li a:hover,
.news-list li a:hover em {
  color: #fff;
}
.news-list li a > span {
  display: block;
}
.news-list li .img-shadow {
  margin-bottom: 24px;
}
.news-list li .title {
  color: #cfd0d0;
  font-size: 26px;
  line-height: 28px;
  font-family: pf_handbook_problack, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  padding-bottom: 14px;
}
.news-list li .title em {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  color: #cfd0d0;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 24px;
}
/* news detail */
.section.news-detail {
  padding-top: 40px;
  padding-bottom: 0;
}
.news-box {
  padding: 0 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 420px;
  text-align: left;
}
/* band */
.section.band {
  padding: 110px 0 350px;
}
.section.band .row-main {
  text-align: center;
  font-size: 0;
}
.band .col {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  left: 0;
}
.band .col + .col {
  margin-left: 40px;
}
.band .col.disabled {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.band .col img {
  display: block;
}
.band .col .title {
  font-family: pf_handbook_problack, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  display: block;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 35px;
  color: #fff;
}
/* band detail */
.section.band-detail {
  padding-bottom: 80px;
}
.band-detail .tabs .eye {
  top: 5px;
  *top: 4px;
  left: 5px;
  *left: -1px;
  display: block;
  width: 52px;
  height: 52px;
  position: relative;
}
.band-detail .tabs .active .eye {
  width: 72px;
  height: 72px;
}
.band-detail .detail-image {
  height: 1020px;
  position: relative;
}
.band-detail .detail-image .text {
  width: 100%;
  position: absolute;
  *left: 0;
}
.js .band-detail .detail-image .text {
  -webkit-animation: 6s neon 0s forwards infinite;
  -moz-animation: 6s neon 0s forwards infinite;
  -ms-animation: 6s neon 0s forwards infinite;
  -o-animation: 6s neon 0s forwards infinite;
  animation: 6s neon 0s forwards infinite;
}
.band-detail .detail-image .text {
  height: 1020px;
  background-position: 50% 600px;
  background-repeat: no-repeat;
}
.band-detail .detail-image.vit .text {
  background-image: url("../img/samples/title-vit.png");
}
.band-detail .detail-image img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.band-detail .detail-image img.visible {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.band-detail .detail-image img + img,
.band-detail .detail-image img.invisible {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.band-detail .detail-image.vit img {
  position: relative;
  top: 55px;
  left: -5px;
}
.band-detail .detail-image.vit img + img {
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -138px;
}
.band-detail .detail-image.pepa .text {
  background-image: url("../img/samples/title-pepa.png");
}
.band-detail .detail-image.pepa img {
  position: relative;
  top: 80px;
  left: -10px;
}
.band-detail .detail-image.pepa img + img {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -195px;
}
.band-detail .detail-image.matyas .text {
  background-image: url("../img/samples/title-matyas.png");
  background-position: 50% 587px;
}
.band-detail .detail-image.matyas img {
  position: relative;
  top: 53px;
  left: 40px;
}
.band-detail .detail-image.matyas img + img {
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -80px;
}
.band-detail .detail-image.fanda .text {
  background-image: url("../img/samples/title-fanda.png");
  background-position: 50% 587px;
}
.band-detail .detail-image.fanda img {
  position: relative;
  top: -40px;
  left: 0;
}
.band-detail .detail-image.fanda img + img {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -141px;
}
.band-detail .detail-image.michal .text {
  background-image: url("../img/samples/title-michal.png");
}
.band-detail .detail-image.michal img {
  position: relative;
  top: 40px;
  left: 30px;
}
.band-detail .detail-image.michal img + img {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -86px;
}
/* shop detail */
.shop-detail {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}
.shop-detail .row-main {
  width: 100%;
}
.shop-detail .col-2-1,
.shop-detail .col-2-2 {
  position: relative;
}
.shop-detail .col-2-1 {
  width: 660px;
  margin-left: -1220px;
}
.shop-detail .col-2-2 {
  width: 480px;
  margin-left: -480px;
}
.shop-detail .shop-gallery {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.shop-detail .shop-gallery.visible {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.shop-detail p {
  color: #fff;
  line-height: 28px;
}
.shop-detail table td {
  padding: 15px 0;
  vertical-align: baseline;
  font-family: pf_handbook_probold, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
}
.shop-detail table td + td {
  padding-left: 25px;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: none;
}
.shop-detail table td + td strong {
  font-size: 40px;
  line-height: 42px;
}
.shop-detail table .main-pad + tr td {
  padding-top: 40px;
}
.shop-detail table .main-pad + tr td,
.shop-detail table .main-pad + tr + tr td {
  vertical-align: top;
}
.shop-detail table input[type=text] {
  background: transparent none;
  font-family: pf_handbook_prothin, Arial, Sans-Serif;
  font-size: 30px;
  line-height: 40px;
  top: 3px;
  position: relative;
  color: #fff;
  width: 40px;
  text-align: center;
}
.shop-detail .btn-plus,
.shop-detail .btn-minus {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  cursor: pointer;
}
.shop-detail .btn-plus:hover,
.shop-detail .btn-minus:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.shop-detail .btn-plus {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -407px -6px;
  width: 40px;
  height: 40px;
}
.shop-detail .btn-minus {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -367px -6px;
  width: 40px;
  height: 40px;
}
.shop-detail .colors label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 13px;
}
.shop-detail .colors label > span {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.shop-detail .fake-radio-box {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1228px -46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
}
.shop-detail .fake-radio-box-checked,
.shop-detail .colors .active .fake-radio-box {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1274px -46px;
  width: 46px;
  height: 46px;
}
.shop-detail .colors .active .fake-radio-box + label {
  padding: 10px;
}
.shop-detail .colors .active .fake-radio-box + label > span {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.shop-detail .sizes label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-family: pf_handbook_prothin, Arial, Sans-Serif;
  font-size: 20px;
  width: 46px;
  line-height: 46px;
  text-align: center;
}
.shop-gallery {
  position: relative;
  padding: 0 0 60px;
  margin: 0;
  text-align: center;
}
.shop-gallery .slide-wrap {
  position: relative;
  overflow: hidden;
  height: 790px;
  width: 100%;
}
.shop-gallery img {
  display: block;
}
.shop-gallery .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  height: 790px;
}
.shop-gallery .slide:first-child {
  z-index: 2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.shop-gallery .shop-menu-wrap {
  position: absolute;
  z-index: 10;
  font-size: 0;
  width: 100%;
  text-align: center;
  bottom: 15px;
  left: 0;
}
.shop-gallery .shop-menu {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  height: 18px;
}
.shop-gallery .shop-menu > span {
  margin: 0 5px;
  padding: 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 18px;
  height: 18px;
}
.shop-gallery .shop-menu a {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  position: relative;
  display: block;
  outline: 0;
  text-decoration: none;
  color: transparent;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1519px -46px;
  width: 18px;
  height: 18px;
}
.shop-gallery .shop-menu a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.shop-gallery .shop-menu a.active {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1537px -46px;
  width: 18px;
  height: 18px;
}
/* footer */
.footer {
  position: relative;
  padding: 0;
}
.footer .socials-box {
  position: relative;
  margin: 15px auto 30px;
  text-align: center;
  display: none;
}
.footer .socials-box ul {
  height: 37px;
}
.footer .socials-box ul li {
  margin: 0 20px 20px;
  line-height: 37px;
}
.footer .socials-box ul li.facebook a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -865px -46px;
  width: 52px;
  height: 52px;
}
.footer .socials-box ul li.youtube a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -761px -46px;
  width: 52px;
  height: 52px;
}
.footer .socials-box ul li.instagram a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -813px -46px;
  width: 52px;
  height: 52px;
}
.footer .socials-box ul li.itunes a {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1021px -46px;
  width: 52px;
  height: 52px;
}
.footer .center img {
  margin: 0 25px;
}
.footer .copyright {
  text-align: center;
  color: #fff;
  position: relative;
  margin: 100px auto 45px;
  font-size: 18px;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer .copyright .sherwood {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: 0px -3px;
  width: 207px;
  height: 43px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 25px 70px;
  text-indent: -5000px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.footer .copyright .prima {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: url("../img/prima-logo.png") 0 0 no-repeat;
  width: 88px;
  height: 41px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 25px 70px;
  text-indent: -5000px;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.footer .copyright .sherwood:hover,
.footer .copyright .prima:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* buttons */
.btn {
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  border: 0;
  bottom: 0;
  padding: 0;
  *margin-top: 1px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
}
.btn:before,
.btn > .before,
.btn:after,
.btn > .after {
  content: ' ';
  position: absolute;
  bottom: 0;
  padding: 0 !important;
  min-width: 0 !important;
}
.btn + .btn {
  margin-top: 20px;
}
.btn.hidden + .btn {
  margin-left: 0;
}
.btn-submit {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -216px -46px;
  width: 126px;
  height: 126px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.btn-submit:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.btn-submit .vc-outer {
  height: 126px;
  width: 100%;
  *display: block;
}
.btn-submit .vc-middle {
  *width: 100%;
  *left: 0;
}
.btn-submit .vc-inner {
  padding: 0 15px;
}
.btn-submit input[type=submit],
.btn-submit .vc-inner > span {
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 23px;
  background-color: transparent;
  text-align: center;
}
.btn-submit input[type=submit] {
  line-height: 126px;
}
.btn-submit .vc-inner > span {
  display: block;
  white-space: normal;
}
.btn-submit.arrow .vc-inner > span {
  position: relative;
  padding-bottom: 20px;
}
.btn-submit.arrow .vc-inner > span:before,
.btn-submit.arrow .vc-inner > span > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -704px -12px;
  width: 18px;
  height: 7px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: 0;
}
.btn-basket {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -342px -46px;
  width: 120px;
  height: 120px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.btn-basket:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.btn-basket > span {
  top: 65px;
  position: relative;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  color: #fff;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 23px;
  background-color: transparent;
  text-align: center;
}
.btn-basket > span:before,
.btn-basket > span > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -587px -6px;
  width: 32px;
  height: 28px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: -35px;
}
.btn-arrow {
  -webkit-transition: border 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: border 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: border 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: border 0.2s ease-out, opacity 0.2s ease-out;
  transition: border 0.2s ease-out, opacity 0.2s ease-out;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  width: 225px;
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  margin: 0;
  border: 1px dashed #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn-arrow:hover {
  border-color: #fff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.btn-arrow > span,
.btn-arrow input[type=submit] {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #fff;
  font-size: 19px;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  background-color: transparent;
}
.btn-arrow input[type=submit] {
  padding-top: 1px;
  height: 59px;
  line-height: 59px;
}
.btn-arrow.left:before,
.btn-arrow.left > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1449px -46px;
  width: 6px;
  height: 24px;
  position: absolute;
  right: 26px;
  top: 18px;
}
.btn-arrow.right {
  *float: left;
}
.btn-arrow.right:before,
.btn-arrow.right > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1455px -46px;
  width: 6px;
  height: 24px;
  position: absolute;
  left: 26px;
  top: 18px;
}
.btn-arrow.disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  cursor: default;
}
.btn-arrow.disabled input {
  cursor: default;
}
.center > .btn-arrow {
  margin: 0 auto;
}
/* forms */
input[type=text],
input[type=password],
textarea,
.form .fake-input {
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
input[type=submit] {
  overflow: visible;
  border: none;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0px none transparent;
}
.form {
  margin: 0 0 50px;
  padding: 0;
  display: block;
}
.form p {
  padding: 0 0 20px;
  margin: 0;
  position: relative;
  font-family: pf_handbook_proregular, Arial, Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #babcbd;
}
.form label a {
  color: #fff;
  text-decoration: underline;
}
.form label a:hover {
  color: #fff;
}
.form input[type=text],
.form input[type=password],
.form textarea,
.form .fake-input {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  color: #fff;
  font-size: 19px;
  font-family: pf_handbook_prothin_italic, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  border: 1px dashed #484b4c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.7);
  -moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.7);
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.7);
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form textarea:focus,
.form .fake-input:hover {
  outline: none;
  border-color: #fff;
}
.form textarea {
  overflow: hidden;
  vertical-align: top;
  resize: none;
  height: 130px;
  *height: 115px;
  line-height: 20px;
  padding: 10px 20px;
}
.form .fake-input {
  cursor: pointer;
  text-align: left;
  padding-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form .fake-input:after,
.form .fake-input > .after {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1320px -46px;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.form .col-2-1,
.form .col-2-2 {
  width: 47%;
  position: relative;
}
.form .col-2-1 {
  margin-left: -100%;
}
.form .col-2-2 {
  margin-left: -47%;
}
.form .col-1-1 {
  margin-left: -75%;
  width: 50%;
  position: relative;
}
.form .col-1-1 input[type=text],
.form .col-1-1 input[type=password],
.form .col-1-1 textarea,
.form .col-1-1 .fake-input {
  text-align: center;
}
.form .col-1-1 textarea {
  padding: 20px;
  height: 150px;
  *height: 135px;
  margin-bottom: 30px;
}
.form .remains {
  position: absolute;
  top: 100%;
  margin-top: -40px;
  left: 0;
  width: 100%;
  font-family: pf_handbook_proregular, "Myriad Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #888;
}
.form .table-row {
  margin-bottom: 90px;
}
.form .table-row.small-pad .td-row p {
  padding: 0 0 20px;
  border: none;
}
.form .th-row,
.form .td-row {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0.755;
  -khtml-opacity: 0.755;
  opacity: 0.755;
}
.form .th-row {
  *border-top: 1px dashed #fff;
}
.form .th-row:hover,
.form .td-row:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.form .th-row p {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px dashed #fff;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  padding: 18px 40px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 24px;
}
.form .th-row.title {
  padding-bottom: 65px;
}
.form .td-row p {
  padding: 27px 0;
  font-family: pf_handbook_proregular, Arial, Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #babcbd;
  text-align: left;
  border-bottom: 1px dashed #565b5e;
  margin: 0 40px;
}
/* messages */
.std-message {
  padding: 10px 0 30px;
}
.ok-message,
.error-message {
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 0 5px 35px;
  margin: 0;
  font-size: 17px;
  position: relative;
  line-height: 20px;
  font-family: pf_handbook_proregular, "Myriad Pro", Arial, sans-serif;
  font-weight: normal;
}
.ok-message {
  color: #638b03;
}
.ok-message:before,
.ok-message > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1481px -46px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 5px;
}
.ok-message.big {
  padding: 120px 0 40px;
  font-family: pf_handbook_prothin, Arial, sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  display: block;
  text-align: center;
}
.ok-message.big:before,
.ok-message.big > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1185px -186px;
  width: 79px;
  height: 79px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 10px;
}
.error-message {
  color: #a10000;
}
.error-message:before,
.error-message > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1500px -46px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 5px;
}
/* autocomplete */
.autocomplete-suggestions {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px dashed #fff;
  margin-top: 10px;
  left: -1px;
  background-color: #0d1315;
  font-family: pf_handbook_prothin, "Myriad Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #cfcfcf;
  text-align: left;
  max-width: 420px;
  padding: 20px 0;
}
.autocomplete-suggestions .autocomplete-suggestion {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 7px 40px;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  color: #fff;
}
.autocomplete-suggestions strong {
  font-family: pf_handbook_proregular, "Myriad Pro", Arial, sans-serif;
  font-weight: normal;
}
/* fake select */
.form .select-box {
  position: relative;
  margin: 0 40px 20px;
}
.form .fake-select-box {
  display: block;
  text-align: left;
  padding: 0;
  width: 100%;
  height: 60px;
  position: relative;
  border: 1px dashed #484b4c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.7);
  -moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.7);
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.7);
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0.755;
  -khtml-opacity: 0.755;
  opacity: 0.755;
}
.form .fake-select-box-open {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-color: #fff;
  border-bottom: 0 none transparent;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}
.form .fake-select-text {
  *zoom: 1;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
.form .fake-select-text .in {
  display: block;
  padding: 0 60px 0 40px;
  margin: 0;
  line-height: 60px;
  color: #fff;
  font-size: 19px;
  font-family: pf_handbook_prothin_italic, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 5;
  white-space: nowrap;
}
.form .fake-select-text-focused {
  outline: transparent none 0px;
}
.form .fake-select-list {
  left: -9999px;
  top: 60px;
  position: absolute;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  border: 1px dashed #fff;
  border-top: 0 none transparent;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  background-color: transparent;
}
.form .fake-select-box-open .fake-select-list {
  top: 60px;
  left: -1px;
  z-index: 9;
  right: 0;
  min-width: 195px;
}
.form .fake-select-list ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
  display: block;
}
.form .fake-select-list ul li {
  background-color: #060603;
  border-top: 1px dashed #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: relative;
  margin: 0px;
  cursor: default;
  *zoom: 1;
  line-height: 40px;
  padding: 10px 40px;
  color: #ababab;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.form .fake-select-list ul li:after,
.form .fake-select-list ul li > .after {
  display: none;
}
.form .fake-select-list ul li:hover {
  cursor: pointer;
  color: #fff;
}
.form .fake-select-list ul li.selected {
  cursor: default;
  color: #fff;
}
.form .fake-select-list .scrollbar {
  display: none;
}
.form .fake-select-box .after-wrap {
  position: absolute;
  right: 30px;
  top: 13px;
  width: 25px;
  height: 25px;
  display: block;
}
.form .fake-select-box .after-wrap:before,
.form .fake-select-box .after-wrap > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -705px -6px;
  width: 24px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: 0px;
}
.form .fake-select-box-open .after-wrap:before,
.form .fake-select-box-open .after-wrap > .before {
  content: '';
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -681px -6px;
  width: 24px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: 0px;
}
/* fake radio */
.form .fake-radio-box + label,
.form .fake-checkbox + label {
  margin-left: 60px;
  position: relative;
  top: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 15px;
}
.fake-radio-box {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -247px -6px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
}
.fake-radio-box-checked {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -447px -6px;
  width: 40px;
  height: 40px;
}
/* fake checkbox */
.iblock .fake-checkbox + label {
  *padding-left: 60px;
}
.fake-checkbox {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -287px -6px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
}
.fake-checkbox-checked {
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -327px -6px;
  width: 40px;
  height: 40px;
}
/* dialogs */
.dialog-main-snippet {
  min-height: 100px;
}
.dialog-popup {
  position: relative;
  margin: 0 auto;
  text-align: left;
  background-color: #000;
  border: 1px solid #d57ca0;
}
.dialog-popup .btn-close {
  position: absolute;
  display: block;
  right: -73px;
  top: -34px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.dialog-popup .btn-close a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1418px -46px;
  width: 31px;
  height: 31px;
  display: block;
  position: relative;
  cursor: pointer;
  text-indent: -5000px;
  background-color: transparent;
  border: 1px solid #d57ca0;
}
.dialog-popup .btn-close a:hover {
  border-color: #fff;
}
.dialog-popup .lb-box {
  padding: 20px;
  position: relative;
}
.dialog-popup .floated-box {
  padding: 60px 100px 80px;
  position: relative;
  text-align: center;
}
.dialog-popup .floated-box p {
  font-family: pf_handbook_proregular, "Myriad Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #cfcfcf;
}
.dialog-popup .floated-box .form {
  margin: 30px 0 0;
}
.dialog-popup .floated-box .btn-submit {
  margin-top: 25px;
}
/* lightbox */
#kfb-overlay {
  position: absolute;
  z-index: 600100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  background-color: #060603;
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}
#kfb-iframe {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#kfb-window {
  background-color: #101010;
  border: 1px solid #d57ca0;
  z-index: 600102;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -200px;
  *display: block !important;
  font-size: 0;
  line-height: 0;
}
#kfb-window-wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
#kfb-content-wrap {
  min-height: 150px;
  background: url("../img/b-loading.gif") no-repeat 50% 50%;
  *display: block !important;
  *zoom: 1;
  font-size: 0;
  line-height: 0;
}
#kfb-paging {
  margin: 0;
  padding: 0;
  position: absolute;
}
#kfb-window img {
  display: block;
  margin: 0 auto;
  border: none;
  padding: 0;
  clear: both;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#kfb-image-anchor {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *display: block;
  margin: 0;
  padding: 20px;
  text-align: center;
}
#kfb-image-anchor.hidden {
  padding: 0 !important;
  display: none;
}
#kfb-caption {
  display: none;
  margin: 0;
  padding: 0 20px 25px;
  text-align: left;
  font-family: pf_handbook_problack, Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
#kfb-caption + p {
  padding-top: 15px;
}
#kfb-desc {
  padding: 0 15px;
  margin: 0;
  text-align: left;
}
#kfb-page-list {
  display: none;
  padding: 0 15px;
  margin: 5px 80px;
  text-align: center;
  word-spacing: 4px;
  font-size: 15px;
}
#kfb-page-list a.active {
  font-weight: bold;
  text-decoration: none;
}
#kfb-prev,
#kfb-next {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-indent: -5000px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 600106;
  outline: none;
  border: 1px solid #d57ca0;
}
#kfb-prev:hover,
#kfb-next:hover {
  border-color: #fff;
}
#kfb-prev {
  left: -111px;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1340px -186px;
  width: 71px;
  height: 71px;
}
#kfb-next {
  right: -111px;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1411px -186px;
  width: 71px;
  height: 71px;
}
#kfb-close {
  position: absolute;
  display: block;
  right: -73px;
  top: -33px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 600108;
}
#kfb-close a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url("../img/sprites.png?v1571416518114");
  background-repeat: no-repeat;
  background-position: -1418px -46px;
  width: 31px;
  height: 31px;
  display: block;
  position: relative;
  cursor: pointer;
  text-indent: -5000px;
  background-color: transparent;
  border: 1px solid #d57ca0;
}
#kfb-close a:hover {
  border-color: #fff;
}
#kfb-content {
  display: inline-block;
  *display: inline;
  *display: block;
  margin: 0;
  padding: 20px;
  text-align: center;
}
#kfb-content.hidden {
  padding: 0;
}
#kfb-content.loader {
  background: url("../img/b-loading.gif") no-repeat 50% 50%;
}
/* IE7 :before, :after hack */
ol li {
  *zoom: expression((typeof step == "undefined" || this.previousSibling == null) ? step = 1 : step++, this.innerHTML = (typeof this.processed == "undefined" ? ("<span class=before>" + step + ".</span>") : "") + this.innerHTML, this.processed = true, this.runtimeStyle.zoom = "1");;
}
ol.alpha li {
  *zoom: expression( alpha = "abcdefghijklmnopqrstuvwxyz", (typeof step == "undefined" || this.previousSibling == null) ? step = 0 : step++, this.innerHTML = (typeof this.processed == "undefined" ? ("<span class=before>" + alpha.charAt(step) + ".</span>") : "") + this.innerHTML, this.processed = true, this.runtimeStyle.zoom = "1");;
}
.img-wrapper {
  *zoom: expression(runtimeStyle.zoom = 1, insertAdjacentHTML('afterBegin', '<span class="before"></span>'), insertAdjacentHTML('beforeEnd', '<span class="after"></span>'));;
}
@media screen and (max-width: 1660px) {
  #kfb-window {
    width: 100% !important;
    left: 0;
    margin-left: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #kfb-image-anchor,
  #kfb-content {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #kfb-image-anchor {
    padding: 10px;
  }
  #kfb-content iframe {
    max-width: 100% !important;
  }
  #kfb-prev,
  #kfb-next {
    top: -40px;
    margin-top: 0;
  }
  #kfb-prev {
    left: 20px;
  }
  #kfb-next {
    right: 20px;
  }
  #kfb-close {
    left: 50%;
    margin-left: -12px;
    top: -40px;
    width: 30px;
  }
}
@media screen and (max-width: 1651px) {
  .event-scroller {
    margin: 0 auto;
  }
  .event-scroller:before,
  .event-scroller > .before {
    display: none;
  }
  .event-scroller:after,
  .event-scroller > .after {
    display: none;
  }
  .event-scroller .box-inner-wrap {
    max-width: 825px;
    width: 100%;
    overflow: hidden;
  }
  .event-scroller .box-inner-wrap:before,
  .event-scroller .box-inner-wrap > .before {
    display: none;
  }
  .event-scroller .box-inner-wrap:after,
  .event-scroller .box-inner-wrap > .after {
    display: none;
  }
  .event-scroller .controls {
    min-width: 0;
    margin: 0 auto;
    width: 1020px;
  }
}
@media screen and (max-width: 1620px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  .col {
    float: none;
    left: 0;
    _display: inline;
  }
  .col-max {
    margin-left: 0;
    float: left;
  }
  .col-full {
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .row-main {
    width: auto;
    max-width: 1620px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .main {
    padding: 0 20px;
  }
  .main .lights,
  .main .band-lights,
  .main .band-lights,
  .main .hp-lights {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-title h1 .date {
    font-size: 45px;
    line-height: 50px;
  }
  .main-title {
    padding: 65px 0 0;
  }
  .main-title p.wide.fixed {
    position: relative;
    top: 0;
  }
  .news-title.main-title {
    padding-top: 65px;
  }
  .breadcrumb {
    padding-top: 40px;
  }
  .breadcrumb + .news-title.main-title {
    padding-top: 23px;
  }
  .three-cols .col-3-1,
  .three-cols .col-3-2,
  .three-cols .col-3-3 {
    max-width: 390px;
    width: 390px;
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .three-cols .content-box {
    padding: 75px 40px 60px;
    text-align: left;
  }
  .three-cols > .row-main {
    text-align: center;
  }
  .homepage .eshop.image-list li {
    padding: 0 0 30px;
    text-align: center;
  }
  .three-cols.homepage h2 {
    padding-bottom: 35px;
  }
  .three-cols.homepage .content-box {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .three-cols .content-box > div + div {
    margin-top: 70px;
  }
  .homepage .news h2,
  .homepage .media h2,
  .homepage .concerts h2,
  .homepage .fanclub h2,
  .homepage .eshop h2,
  .homepage .discography h2 {
    letter-spacing: 0;
    margin-right: 0;
  }
  .homepage .news h2:after,
  .homepage .media h2:after,
  .homepage .concerts h2:after,
  .homepage .fanclub h2:after,
  .homepage .eshop h2:after,
  .homepage .discography h2:after,
  .homepage .news h2 > .after,
  .homepage .media h2 > .after,
  .homepage .concerts h2 > .after,
  .homepage .fanclub h2 > .after,
  .homepage .eshop h2 > .after,
  .homepage .discography h2 > .after {
    display: none;
  }
  .homepage .image-list li {
    padding: 0 0 50px;
  }
  .homepage .media.image-list li {
    padding-bottom: 25px;
  }
  .homepage .media.image-list li a {
    text-align: center;
  }
  .homepage .media.image-list .img-shadow {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto 20px;
  }
  .homepage .media.image-list .img-wrapper + .img-wrapper {
    display: none;
  }
  .homepage .image-list li .img-shadow {
    margin-bottom: 24px;
    width: 100%;
  }
  .homepage .image-list .img-wrapper:before,
  .img-wrapper > .before,
  .homepage .image-list .img-shadow {
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
  }
  .homepage .image-list .img-wrapper {
    max-width: 420px;
    width: 100%;
  }
  .homepage .image-list .img-wrapper svg {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 210px;
  }
  .homepage .concerts.image-list li .date {
    padding-right: 0;
    display: block;
    float: none;
    font-size: 30px;
    line-height: 35px;
  }
  .homepage .discography > .center img {
    margin-left: 0;
  }
  .homepage .discography .socials-box ul li {
    margin-bottom: 15px;
  }
  .homepage .eshop li + li,
  .homepage .media .img-wrapper + .img-wrapper,
  .homepage .media li + li + li {
    display: none;
  }
  .homepage .eshop.image-list li a {
    float: none;
    display: block;
    vertical-align: top;
    margin: 0 auto;
  }
  .homepage .eshop.image-list li a + a {
    margin-top: 30px;
  }
  .homepage .fanclub input[type=text],
  .homepage .fanclub input[type=password] {
    width: 80%;
  }
  .recent-event .image-box-wrap {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    font-size: 0;
  }
  .recent-event .image-box {
    margin: 0 auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: auto;
  }
  .recent-event .img-box {
    float: none;
    display: block;
    vertical-align: top;
  }
  .recent-event .img-box a {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .recent-event .img-box .comment {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 445px;
    padding: 30px 40px;
    text-align: center;
    margin: 0 auto;
  }
  .recent-event .img-box .comment p {
    font-size: 20px;
    line-height: 24px;
  }
  .map .map-box {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pray-concert .form {
    max-width: 420px;
    width: 100%;
  }
  .shop-detail .col-2-1,
  .shop-detail .col-2-2 {
    float: left;
    left: 100%;
  }
  .gallery .year-wrap {
    width: 1000px;
  }
  .gallery .year {
    letter-spacing: 40px;
    font-size: 400px;
  }
  .news-list li {
    padding: 20px 25px 40px;
  }
  .news-box {
    padding: 0 25px;
  }
  .section.band {
    padding: 60px 0 670px;
  }
  .band .col {
    margin: 50px 15px 0;
  }
  .band .col + .col {
    margin-left: 15px;
  }
  .band .col img {
    max-width: 216px;
  }
  .band-detail .tabs {
    padding-bottom: 62px;
  }
  .band-detail .detail-image {
    margin: 0 -20px;
  }
  .band-detail .detail-image .text {
    background-image: none !important;
    display: none;
  }
  .btn {
    white-space: normal;
  }
  .form .col-2-1,
  .form .col-2-2,
  .form .col-1-1 {
    left: 100%;
    float: left;
  }
  .autocomplete-suggestions {
    max-width: 420px;
    width: 100% !important;
  }
}
@media screen and (max-width: 1400px) {
  .discography.section {
    padding-bottom: 50px;
  }
  .empty.section {
    padding-bottom: 50px;
  }
  .discography > .row-main {
    width: 100%;
  }
  .discography-item {
    position: relative;
  }
  .discography-item .album {
    margin-bottom: 100px;
  }
  .discography-item .small-1,
  .discography-item .small-2,
  .discography-item .medium-1,
  .discography-item .medium-2,
  .discography-item .medium-3 {
    left: 50% !important;
    position: absolute;
  }
  .discography-item.type-1 .small-1 {
    margin-left: -265px;
    top: 70px;
  }
  .discography-item.type-1 .small-2 {
    margin-left: -235px;
    top: 210px;
  }
  .discography-item.type-1 .medium-1 {
    margin-left: 140px;
    top: -40px;
  }
  .discography-item.type-1 .medium-2 {
    margin-left: 165px;
    top: 120px;
  }
  .discography-item.type-1 .medium-3 {
    margin-left: 85px;
    top: 260px;
  }
  .discography-item.type-2 .small-1 {
    margin-left: 165px;
    top: 70px;
  }
  .discography-item.type-2 .small-2 {
    margin-left: 135px;
    top: 210px;
  }
  .discography-item.type-2 .medium-1 {
    margin-left: -290px;
    top: -40px;
  }
  .discography-item.type-2 .medium-2 {
    margin-left: -315px;
    top: 120px;
  }
  .discography-item.type-2 .medium-3 {
    margin-left: -235px;
    top: 260px;
  }
}
@media screen and (max-width: 1277px) {
  .three-cols .col-3-3 {
    margin-top: 30px;
    min-height: 0 !important;
  }
  .section.band {
    padding: 30px 0 420px;
  }
  .section.band + .section h2 {
    padding-bottom: 25px;
  }
  .band .col {
    max-height: 400px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
  }
  .band .col img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .three-cols .col-3-1,
  .three-cols .col-3-2,
  .three-cols .col-3-3 {
    margin-left: 9px;
    margin-right: 9px;
  }
  .map .map-box {
    padding-top: 0;
  }
  .map .google-map {
    padding-left: 0;
  }
  .map .overlay-box {
    width: 350px;
    overflow: hidden;
    height: 600px;
  }
  .video-list li {
    padding: 0 10px 60px;
  }
  .shop-detail {
    max-width: 1220px;
    width: 100%;
    padding-top: 30px;
  }
  .shop-detail .col-2-1,
  .shop-detail .col-2-2 {
    width: 100%;
    margin-left: 0;
    float: none;
    left: 0;
  }
  .shop-detail .col-2-2 {
    padding-top: 20px;
  }
  .shop-gallery .slide {
    text-align: center;
  }
  .shop-gallery .slide img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .logo {
    display: block;
    margin: 75px auto 0;
  }
  .logo + .socials-box ul {
    height: auto;
  }
  .logo + .socials-box li {
    padding-top: 15px;
  }
  .main {
    min-height: 0;
  }
  .main .lights,
  .main .band-lights,
  .main .detail-lights,
  .main .hp-lights {
    background: none;
    min-height: 0;
  }
  .main .section,
  .main .three-cols {
    padding-bottom: 50px;
  }
  .section.top-text {
    padding-top: 0;
  }
  h1 .date {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  h2.huge {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0;
  }
  h2.bigger {
    font-size: 32px;
    line-height: 34px;
    font-family: pf_handbook_proregular, Arial, sans-serif;
  }
  h2.bigger strong {
    font-size: 40px;
    line-height: 45px;
  }
  .socials-box {
    margin: 20px auto 70px;
  }
  .main-title p {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: pf_handbook_proregular, Arial, sans-serif;
  }
  .main-title p.wide {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 35px;
  }
  .main-title p.wide.fixed {
    position: relative;
    top: 0;
  }
  .main-title.shop-title .btn-basket {
    position: relative;
    right: 0;
    margin: 10px 0 25px;
  }
  .main-title {
    padding: 45px 0 25px;
  }
  .breadcrumb {
    padding: 40px 0 0;
  }
  .breadcrumb p {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .tabs li,
  .tabs li + li,
  .tabs li + li.active,
  .tabs li.active + li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
  }
  .tabs li + li a {
    position: relative;
  }
  .tabs li + li a:before,
  .tabs li + li a > .before {
    display: none;
  }
  ul.page-list {
    display: block;
    margin: 20px auto;
    *zoom: 1;
    height: auto;
  }
  ul.page-list:before,
  ul.page-list:after {
    content: '';
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  ul.page-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    float: none;
  }
  ul.page-prev-next-list {
    padding: 0;
    margin: 0 auto;
    display: block;
    *zoom: 1;
    text-align: center;
  }
  ul.page-prev-next-list:before,
  ul.page-prev-next-list:after {
    content: '';
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  ul.page-prev-next-list li {
    float: none;
    margin: 0;
  }
  .recent-event .img-box .comment {
    height: auto;
  }
  .video iframe {
    padding: 0;
    width: 100% !important;
    height: 500px !important;
  }
  .event-scroller .box-inner-wrap {
    width: 100%;
  }
  .event-scroller .hscroll-box,
  .event-scroller .scroller-wrap {
    width: 100% !important;
  }
  .event-scroller .scroller-wrap {
    left: 0 !important;
  }
  .event-scroller ul {
    background: none;
  }
  .event-scroller li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    vertical-align: top;
    margin: 0 0 50px;
    max-width: 275px;
    width: 100%;
  }
  .event-scroller li + li + li + li {
    display: none;
  }
  .event-scroller .controls {
    display: none;
  }
  .add-photo .photo-video-box a {
    margin: 0 10px;
  }
  .equip-yourself li {
    margin: 0 10px 40px;
  }
  .map .overlay-box {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
  }
  .map .overlay-box .vc-outer {
    height: auto;
    padding: 50px 20px;
    display: block;
  }
  .map .overlay-box .vc-middle {
    display: block;
    width: 100%;
  }
  .upcoming-concerts h3 {
    padding: 15px 0 0;
    font-size: 25px;
    line-height: 30px;
    font-family: pf_handbook_probold, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
  }
  .upcoming-concerts h3:after,
  .upcoming-concerts h3 > .after {
    display: none;
  }
  .section.discography-detail {
    min-height: 850px;
  }
  .video-list {
    margin: 0;
  }
  .video-list li a {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .band-detail .detail-image img {
    max-width: 400px;
  }
  .band-detail .detail-image.vit img,
  .band-detail .detail-image.pepa img,
  .band-detail .detail-image.matyas img,
  .band-detail .detail-image.fanda img,
  .band-detail .detail-image.michal img {
    left: 0;
  }
  .band-detail .detail-image.vit img + img {
    margin-left: -143px;
  }
  .band-detail .detail-image.pepa img + img {
    margin-left: -186px;
  }
  .band-detail .detail-image.matyas img + img {
    margin-left: -115px;
  }
  .band-detail .detail-image.fanda img + img {
    margin-left: -121px;
  }
  .band-detail .detail-image.michal img + img {
    margin-left: -116px;
  }
  .band-detail .tabs {
    padding-bottom: 20px;
  }
  .order-box {
    max-width: 1020px;
    width: auto;
  }
  .order-table table td {
    padding-top: 20px;
  }
  .order-table table tr {
    margin-left: 0;
    margin-right: 0;
  }
  .order-table table td:before {
    content: '';
  }
  .order-table table td:nth-last-child(2) {
    border-bottom: 1px dashed #fff;
  }
  .order-table table p {
    display: block;
  }
  .order-table table .center {
    text-align: center !important;
  }
  .order-table table .right p {
    text-align: right !important;
  }
  .order-table .order-price td:not(.recount-cell) {
    display: table-cell;
    padding-top: 15px;
  }
  .order-table .order-price td.no-pad-L,
  .order-table .order-price td.no-pad-R {
    width: 50%;
  }
  .gallery .year-wrap,
  .gallery .year {
    display: none;
  }
  .gallery-list li {
    margin: 70px 10px 0;
  }
  .shop-detail table tr {
    display: table-row;
  }
  .shop-detail table td {
    display: table-cell;
    padding: 15px 0;
    letter-spacing: 0;
    width: 40%;
  }
  .shop-detail table td + td {
    width: 60%;
  }
  .news-list {
    margin: 20px 0 0;
  }
  .news-list li {
    max-width: 420px;
    width: auto;
  }
  .news-list svg,
  .news-box svg {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .news-box {
    max-width: 420px;
    width: auto;
  }
  .footer .socials-box ul {
    height: auto;
  }
  .footer .copyright {
    margin: 50px auto 35px;
  }
  .footer .copyright .sherwood,
  .footer .copyright .prima {
    margin-bottom: 30px;
  }
  .form .col-2-1,
  .form .col-2-2,
  .form .col-1-1 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .form .col-2-2 .th-row {
    margin-top: 50px;
  }
  .dialog-popup {
    max-width: 100%;
    width: 100% !important;
    left: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dialog-popup .close {
    right: 0;
    top: -40px;
  }
  .dialog-popup .floated-box {
    padding: 35px 20px 45px;
  }
}
@media screen and (max-width: 980px) {
  .upcoming-concerts li .detail {
    display: none;
  }
  .section.discography-detail {
    min-height: 0;
    padding-bottom: 80px;
  }
  .discography-detail .player {
    margin: 50px auto 0;
    max-width: 820px;
    width: 100%;
  }
  .discography-detail .album {
    margin: 0 auto;
    float: none;
  }
  .jp-playlist {
    margin: 50px auto 80px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: auto;
  }
  .jp-playlist .vc-outer {
    height: auto;
  }
  .jp-type-single {
    max-width: 600px;
    width: auto;
    min-height: 130px;
    height: auto;
  }
  .jp-no-solution {
    top: 0;
    padding: 60px 0 0;
    text-align: center;
  }
  .news-list li {
    min-height: 0 !important;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .news-list li a {
    width: 100%;
    text-align: center;
  }
  .news-list li .img-shadow,
  .news-detail .img-shadow {
    position: relative;
    left: 50%;
    margin-left: -210px;
  }
  .news-list li .title,
  .news-box .detail-perex {
    display: block;
    *zoom: 1;
  }
  .news-list li .title:before,
  .news-list li .title:after,
  .news-box .detail-perex:before,
  .news-box .detail-perex:after {
    display: table;
    content: " ";
    clear: both;
  }
  .news-box {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .news-box + .news-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .header {
    height: 60px;
    background-color: transparent;
  }
  .header .menu .logo,
  .header .menu .search-btn,
  .header .main-menu,
  .header .top-content {
    display: none;
  }
  .header .menu {
    border-bottom: 0px none transparent;
  }
  .header .lang-menu {
    right: 20px;
    top: 22px;
  }
  .mobile-header {
    display: block;
    margin: 0;
    padding: 10px 0;
    text-align: center;
  }
  .mobile-header .m-logo {
    padding: 0 45px 0;
    margin: 0 auto;
    text-align: center;
  }
  .mobile-header .m-logo a {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .mobile-header .m-logo img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .menu-button {
    position: absolute;
    left: 20px;
    top: 28px;
    cursor: pointer;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-image: url("../img/sprites.png?v1571416518114");
    background-repeat: no-repeat;
    background-position: -681px -12px;
    width: 23px;
    height: 14px;
    z-index: 100;
    display: block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .menu-button:hover {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
  }
  .menu-button.active {
    left: 15px;
  }
  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 55px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    z-index: 1;
  }
  .mobile-menu > div {
    position: relative;
    height: 100%;
  }
  .mobile-menu .mobile-menu-inner {
    position: relative;
    z-index: 2;
  }
  .mobile-menu .mobile-menu-inner ul {
    margin: 0;
    padding: 0 20px;
  }
  .mobile-menu .mobile-menu-inner ul li {
    margin: 0;
    padding: 0 5px;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .mobile-menu .mobile-menu-inner ul li + li {
    border-top: 1px solid rgba(255,255,255,0.05);
  }
  .mobile-menu .mobile-menu-inner ul li a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    line-height: 23px;
    font-size: 17px;
    text-transform: uppercase;
  }
  .mobile-menu .mobile-menu-inner ul li a:hover,
  .mobile-menu .mobile-menu-inner ul li.active a {
    color: #d57ca0;
  }
  .mobile-menu-mask {
    position: fixed;
    right: 0px;
    width: 55px;
    top: 0px;
    bottom: 0;
    background: #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    z-index: 1;
  }
}
@media screen and (max-width: 879px) {
  .homepage .news.image-list li + li + li {
    display: none;
  }
  .homepage .eshop.image-list li + li {
    display: none;
  }
  .homepage .media.image-list li + li {
    display: none;
  }
  .homepage .concerts.image-list li + li + li + li + li {
    display: none;
  }
  .three-cols .col-3-1,
  .three-cols .col-3-2,
  .three-cols .col-3-3 {
    min-height: 0 !important;
  }
  .three-cols .col-3-2,
  .three-cols .col-3-3 {
    margin-top: 30px !important;
  }
  .three-cols .col-3-1,
  .three-cols .col-3-2,
  .three-cols .col-3-3 {
    max-width: 400px;
    width: 100%;
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .three-cols .concert-box {
    padding: 185px 20px 30px;
  }
  .three-cols .concert-box p {
    font-size: 25px;
    line-height: 30px;
  }
  .three-cols .concert-box.text p {
    padding: 10px 0 30px;
  }
  .three-cols .concert-box.text p strong {
    font-size: 30px;
    line-height: 35px;
  }
  .three-cols .concert-box.text p.pad {
    padding-top: 30px;
  }
  .three-cols .concert-box.ticket p {
    padding: 25px 0 0;
  }
  .three-cols .concert-box.ticket p strong {
    font-size: 25px;
    line-height: 30px;
  }
  .three-cols .concert-box.ticket p strong em {
    font-size: 40px;
    line-height: 45px;
  }
  .three-cols .concert-box.ticket img {
    padding: 25px 15px;
  }
  .three-cols .concert-box.ticket p.pad {
    padding-top: 30px;
  }
}
@media screen and (max-width: 870px) {
  .event-scroller li + li + li {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .video iframe {
    height: 300px !important;
  }
  .shop-gallery .slide-wrap,
  .shop-gallery .slide {
    height: 740px;
  }
  .order-box .fr + .btn {
    margin: 20px auto 0;
  }
  .order-box .fr {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .discography.section {
    background: none;
    padding-bottom: 20px;
  }
  .discography-item .album {
    margin: 40px auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .discography-item > div a {
    background: none !important;
    -webkit-transition: border 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: border 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transition: border 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: border 0.2s ease-out, opacity 0.2s ease-out;
    transition: border 0.2s ease-out, opacity 0.2s ease-out;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    width: 225px !important;
    position: relative;
    display: block;
    height: 60px !important;
    line-height: 60px;
    padding: 0 40px;
    margin: 0;
    border: 1px dashed #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .discography-item > div a br {
    display: none;
  }
  .discography-item .image {
    display: none;
  }
  .discography-item .small-1 .vc-outer,
  .discography-item .small-2 .vc-outer,
  .discography-item .medium-1 .vc-outer,
  .discography-item .medium-2 .vc-outer,
  .discography-item .medium-3 .vc-outer {
    height: 60px;
  }
  .discography-item .small-1,
  .discography-item .small-2,
  .discography-item .medium-1,
  .discography-item .medium-2,
  .discography-item .medium-3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 10px auto 5px !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .discography-item .vc-inner {
    padding-top: 0 !important;
  }
  .discography-item .video,
  .discography-item .vc-inner.video {
    display: none;
  }
  .discography-item > div .vc-inner strong {
    display: inline;
    padding-left: 5px;
  }
}
@media screen and (max-width: 600px) {
  .img-shadow {
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
  }
  .img-wrapper:before,
  .img-wrapper > .before {
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
  }
  .three-cols .col-3-1,
  .three-cols .col-3-2,
  .three-cols .col-3-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .homepage .discography h2 {
    font-size: 45px;
  }
  .section:not(.band-detail) .tabs li a {
    background: none !important;
    min-width: 20px;
    width: auto !important;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px dashed #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .section:not(.band-detail) .tabs li.active a {
    border: 2px solid #d57ca0;
  }
  .recent-event .img-box a,
  .recent-event .img-box .comment {
    max-width: 527px;
    width: auto;
  }
  .recent-event .img-box .comment {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recent-event .img-box svg {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .event-scroller li + li {
    display: none;
  }
  .video-list li {
    max-width: 364px;
    width: auto;
    min-height: 0 !important;
  }
  .video-list li svg {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  ul.page-list li a,
  ul.page-list li span {
    background: none !important;
    width: 30px !important;
    border: 1px dashed #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  ul.page-list li.selected a,
  ul.page-list li.selected span {
    border: 2px solid #d57ca0;
  }
  ul.page-list li span {
    border: 1px solid #eee;
  }
  .shop-gallery .slide-wrap,
  .shop-gallery .slide {
    height: 660px;
  }
}
@media screen and (max-width: 520px) {
  .upcoming-concerts ul li,
  .past-concerts ul li {
    text-align: center;
  }
  .upcoming-concerts ul li .time {
    display: none;
  }
  .upcoming-concerts ul li .date,
  .past-concerts ul li .date {
    float: none;
    display: block;
    padding: 0 0 10px;
  }
  .shop-gallery .slide-wrap,
  .shop-gallery .slide {
    height: 570px;
  }
  .shop-detail table tr {
    margin-left: 0;
    margin-right: 0;
  }
  .shop-detail table tr,
  .shop-detail table td {
    display: block;
  }
  .shop-detail table td,
  .shop-detail table td + td {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .shop-detail table td + td {
    padding-top: 0;
  }
  .shop-detail table .main-pad + tr td br,
  .shop-detail table .main-pad + tr + tr td br {
    display: none;
  }
  .shop-detail table .main-pad + tr td + td {
    padding-top: 0;
  }
  .shop-detail table .main-pad + tr td.right {
    position: absolute;
    z-index: 2;
  }
  .shop-detail table .main-pad + tr td.right .btn {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 2;
  }
  .tickets .ticket-box {
    display: block;
    margin: 0;
    width: 100%;
  }
  .footer .center img {
    margin: 0 10px;
    max-width: 80px;
    height: auto;
  }
  .footer .copyright .sherwood,
  .footer .copyright .prima {
    display: block;
    margin: 0 auto 25px;
  }
  .footer .copyright .sherwood {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 460px) {
  .band .col,
  .band .col + .col {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .section.gallery {
    padding-bottom: 60px;
  }
  .gallery-list li {
    margin-left: 0;
    margin-right: 0;
  }
  .discography-item .album {
    margin-left: -20px;
    margin-right: -20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .discography-item > div a {
    max-width: 205px;
    width: auto;
    padding: 0 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .discography-detail .player {
    margin-top: 0;
  }
  .discography-detail .album {
    display: none;
  }
  .news-list li .img-shadow,
  .news-box .img-shadow {
    left: 0;
    margin-left: 0;
  }
  .shop-gallery .slide-wrap,
  .shop-gallery .slide {
    height: 490px;
  }
  .order-table .order-thumb {
    float: none;
    display: block;
    text-align: center;
  }
  .order-table .order-thumb .overlay {
    left: 50%;
    top: 1px;
    margin-left: -49px;
  }
  .order-table .order-item .text-box {
    margin-left: 0;
    text-align: center;
  }
  .order-table .order-item .text-box .vc-outer {
    height: auto;
    width: 100%;
  }
  .btn-arrow {
    max-width: 225px;
    width: auto;
    padding: 0 30px;
  }
  .btn-arrow > span,
  .btn-arrow > input[type=submit] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: block;
  }
  .btn-arrow.left {
    padding-right: 45px;
  }
  .btn-arrow.right {
    padding-left: 45px;
  }
  .form .table-row {
    margin-bottom: 50px;
  }
  .form .td-row p,
  .form .select-box {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 390px) {
  .shop-gallery .slide-wrap,
  .shop-gallery .slide {
    height: 410px;
  }
  .shop-detail table td + td {
    padding-left: 0;
  }
}
@-moz-keyframes disc-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes disc-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-o-keyframes disc-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-ms-keyframes disc-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes disc-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes neon {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  24% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  26% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  28% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  46% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  75% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }

  85% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes neon {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  24% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  26% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  28% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  46% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  75% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }

  85% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes neon {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  24% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  26% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  28% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  46% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  75% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }

  85% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes neon {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  24% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  26% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  28% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  46% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  75% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }

  85% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes neon {
  0% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  24% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  26% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  28% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  46% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  75% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }

  85% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }

  100% {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
