::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.woocommerce ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.woocommerce :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.woocommerce ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.woocommerce :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.single-custom .summary table.variations ::-webkit-input-placeholder {
  color: #272727;
  opacity: 1;
}
.single-custom .summary table.variations :-moz-placeholder {
  color: #272727;
  opacity: 1;
}
.single-custom .summary table.variations ::-moz-placeholder {
  color: #272727;
  opacity: 1;
}
.single-custom .summary table.variations :-ms-input-placeholder {
  color: #272727;
  opacity: 1;
}
.wpcf7-form ::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.wpcf7-form :-moz-placeholder {
  color: #000;
  opacity: 1;
}
.wpcf7-form ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.wpcf7-form :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
article, aside, details, figcaption, figure, header, footer, nav, section, summary {
  display: block;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
input[type=submit], input[type=text], input[type=email], input[type=tel], select, textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=submit] {
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 1px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.c {
  clear: both;
  font-size: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
a {
  color: #1c85ed;
  outline: none;
  vertical-align: top;
  text-decoration: none;
}
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
  display: block;
}
input, textarea {
  outline: none;
}
input:active, textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
input::-ms-clear {
  display: none;
}
input::-webkit-clear {
  display: none;
}
input::-moz-clear {
  display: none;
}
input::-o-clear {
  display: none;
}
ul, ol, li {
  list-style: none;
}
body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  position: relative;
  overflow: hidden;
  font-family: 'montserrat' !important;
  font-size: 12px;
  color: #a49aac;
  font-weight: 300;
}
main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
body.page-template-template-player {
  overflow: visible;
  background-size: cover;
}
body.page-template-template-player main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-template-player main .page-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.row, #wrap {
  width: 900px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.row_mini {
  width: 1140px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.left {
  float: left;
  width: 48%;
}
.right {
  float: right;
  width: 48%;
}
.flex article {
  -webkit-flex-basis: 83%;
  -moz-flex-basis: 83%;
  -ms-flex-preferred-size: 83%;
  flex-basis: 83%;
}
.flex aside {
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  padding-left: 10px;
}
article {
  width: 100%;
}
aside {
  width: 100%;
}
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  background: #cf0087;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 41px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.wpcf7 .wpcf7-response-output {
  background: #fff;
  padding: 2%;
  margin: 5px auto 5px;
  width: 100%;
  display: none;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #000;
  font-weight: 100;
  font-size: 12px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #000;
  font-weight: 100;
  font-size: 12px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #000;
  font-weight: 100;
  font-size: 12px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
  margin-bottom: 35px;
}
.menuopen {
  background: #000;
  color: #f15525;
  cursor: pointer;
  display: none;
  float: right;
  font-size: 17px;
  height: 35px;
  width: 35px;
  position: relative;
}
.menuopen > .first {
  content: '';
  width: 60%;
  margin-left: -30%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 8px;
  background: #fff;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menuopen > .center {
  content: '';
  width: 60%;
  margin-left: -30%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 16px;
  background: #fff;
  opacity: 1;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menuopen > .last {
  content: '';
  width: 60%;
  margin-left: -30%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 24px;
  background: #fff;
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_animate .first {
  top: 16px;
  margin-left: -30%;
  width: 60%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_animate > .center {
  opacity: 0;
}
.menu_animate > .last {
  top: 16px;
  margin-left: -30%;
  width: 60%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
h1 {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  padding-bottom: 45px;
  font-weight: 400;
}
h1 strong {
  font-weight: 400;
}
h2 {
  font-size: 28px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-weight: 700;
}
h2 strong {
  font-weight: 400;
}
h2 a {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}
h3 {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
h3 strong {
  font-weight: 400;
}
h4 {
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  padding-bottom: 5px;
  font-weight: 700;
}
p {
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 20px;
  color: #a49aac;
}
p strong {
  font-weight: 700;
  font-size: 14px;
}
p a {
  font-size: 13px;
  color: #cf0087;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
.btn {
  font-family: 'Lato-Bold';
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #fff;
  padding: 17px 60px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 15px 0;
  border: 1px solid #fff;
  text-decoration: none;
}
.btn:hover {
  border: 1px solid transparent;
  background: rgba(108, 168, 45, 0.6);
  text-decoration: none;
}
.submit_btn {
  font-family: 'Lato-Bold';
  font-size: 16px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #2d3631;
  padding: 20px 60px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 15px 0;
  background: #fdd635;
  text-decoration: none;
}
.submit_btn:hover {
  background: #6ca82d;
  color: #fff;
}
body {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 48%;
}
.home-logo .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 56%;
  top: 47%;
}
.point-one {
  position: absolute;
  top: 20px;
  left: 0;
}
.point-two {
  position: absolute;
  top: 35px;
  right: 55px;
}
.point-three {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.point-four {
  position: absolute;
  bottom: 0;
  right: 60px;
}
.point-five {
  position: absolute;
  bottom: 20px;
  right: 0;
}
footer {
  background: #111;
  margin: 0 40px 40px 40px;
  position: relative;
  z-index: 9999;
  -webkit-box-pack: space-between !important;
  -ms-flex-pack: space-between !important;
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  align-items: center !important;
}
footer .menu {
  display: none;
  margin-right: 3px;
  background: #b10073;
  background: -moz-linear-gradient(left, #b10073 0%, #d9008d 100%);
  background: -webkit-linear-gradient(left, #b10073 0%, #d9008d 100%);
  background: linear-gradient(to right, #b10073 0%, #d9008d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10073', endColorstr='#d9008d', GradientType=1);
}
footer .menu span {
  padding: 27px 28px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
footer .center-menu {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
footer .center-menu nav ul li {
  display: inline-block;
  vertical-align: top;
}
footer .center-menu nav ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: uppercase;
  overflow: visible;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.07s linear;
  -moz-transition: all 0.07s linear;
  -o-transition: all 0.07s linear;
  transition: all 0.07s linear;
}
footer .center-menu nav ul li a span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  padding: 27px 25px;
  text-align: center;
  -moz-perspective: -200px;
  -webkit-perspective: -200px;
  -o-perspective: -200px;
  perspective: -200px;
}
footer .center-menu nav ul li a span:before {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 27px 25px;
  content: attr(title);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  -moz-transform: rotateX(0deg) translateZ(36px);
  -webkit-transform: rotateX(0deg) translateZ(36px);
  -o-transform: rotateX(0deg) translateZ(36px);
  transform: rotateX(0deg) translateZ(36px);
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
footer .center-menu nav ul li a span:after {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 27px 25px;
  content: attr(title);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: rotateX(-90deg) translateZ(36px);
  -webkit-transform: rotateX(-90deg) translateZ(36px);
  -o-transform: rotateX(-90deg) translateZ(36px);
  transform: rotateX(-90deg) translateZ(36px);
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #b10073;
  background: -moz-linear-gradient(left, #b10073 0%, #d9008d 100%);
  background: -webkit-linear-gradient(left, #b10073 0%, #d9008d 100%);
  background: linear-gradient(to right, #b10073 0%, #d9008d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10073', endColorstr='#d9008d', GradientType=1);
}
footer .center-menu nav ul li a:hover span {
  -moz-transform: translateZ(-36px) rotateX(90deg);
  -webkit-transform: translateZ(-36px) rotateX(90deg);
  -o-transform: translateZ(-36px) rotateX(90deg);
  transform: translateZ(-36px) rotateX(90deg);
}
footer .center-menu nav ul li a:focus span {
  -moz-transform: translateZ(-36px) rotateX(90deg);
  -webkit-transform: translateZ(-36px) rotateX(90deg);
  -o-transform: translateZ(-36px) rotateX(90deg);
  transform: translateZ(-36px) rotateX(90deg);
}
footer .center-menu nav ul li.current-menu-item a span {
  -moz-transform: translateZ(-36px) rotateX(90deg);
  -webkit-transform: translateZ(-36px) rotateX(90deg);
  -o-transform: translateZ(-36px) rotateX(90deg);
  transform: translateZ(-36px) rotateX(90deg);
}
.player-custom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 450px;
}
.player-custom .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.player-custom > span {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 15px;
  -webkit-flex-basis: 45px;
  -moz-flex-basis: 45px;
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
}
.player-custom .jp-audio, .player-custom jp-video {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.player-custom .step-one {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.player-custom .jp-interface .step-two {
  -webkit-flex-basis: 125px;
  -moz-flex-basis: 125px;
  -ms-flex-preferred-size: 125px;
  flex-basis: 125px;
  margin-left: 30px;
}
.player-custom .jp-progress {
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 5px;
  position: relative;
  cursor: pointer;
}
.player-custom .jp-progress .jp-seek-bar {
  height: 5px;
  background: #252525;
}
.player-custom .jp-progress .jp-seek-bar .jp-play-bar {
  height: 5px;
  background: #752d70;
}
@-webkit-keyframes playlist_anime {
  0% {
    text-indent: 15em;
  }
  100% {
    text-indent: -15em;
  }
}
@keyframes playlist_anime {
  0% {
    text-indent: 15em;
  }
  100% {
    text-indent: -15em;
  }
}
.player-custom #audio-container-N .jp-playlist ul {
  position: relative;
}
.player-custom #audio-container-N .jp-playlist ul li {
  display: none;
}
.player-custom #audio-container-N .jp-playlist ul li a {
  font-size: 13px;
  font-weight: 700;
  font-size: 9px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
.player-custom #audio-container-N .jp-playlist ul li a span {
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.player-custom #audio-container-N .jp-playlist ul li a .thumbimgclass {
  display: none;
}
.player-custom #audio-container-N .jp-playlist ul li.jp-playlist-current {
  display: block;
}
.player-custom #audio-container-N .jp-playlist ul li.jp-playlist-current a {
  color: #db008f;
  white-space: nowrap;
  -webkit-animation: playlist_anime 9s linear infinite;
  -moz-animation: playlist_anime 9s linear infinite;
  -o-animation: playlist_anime 9s linear infinite;
  animation: playlist_anime 9s linear infinite;
}
.player-custom #video-container-N .jp-playlist ul li a {
  font-size: 12px;
  font-weight: 700;
  font-size: 9px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
.player-custom #video-container-N .jp-playlist ul li a span {
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.player-custom .jp-previous {
  width: 15px;
  height: 15px;
  background: transparent url("../images/prev.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.player-custom .jp-play {
  width: 11px;
  height: 15px;
  background: transparent url("../images/pl.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin: 0 20px;
}
.player-custom .jp-state-playing .jp-play {
  width: 11px;
  height: 15px;
  background: transparent url("../images/pause.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.player-custom .jp-next {
  width: 15px;
  height: 15px;
  background: transparent url("../images/next.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
#audio-player .jp-volume-controls {
  position: relative;
}
#audio-player .jp-volume-controls .jp-mute {
  width: 15px;
  height: 15px;
  background: transparent url("../images/volume.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
#audio-player .jp-volume-controls .jp-volume-bar {
  position: absolute;
  bottom: 30px;
  left: -17px;
  width: 50px;
  height: 5px;
  background: #252525;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#audio-player .jp-volume-controls .jp-volume-bar:before {
  content: '';
  position: absolute;
  top: 5px;
  width: 50px;
  height: 17px;
}
#audio-player .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  background: #752d70;
  position: absolute;
  height: 5px;
}
#audio-player .jp-volume-controls:hover .jp-volume-bar {
  opacity: 1;
  visibility: visible;
}
#audio-player .jp-state-muted .jp-volume-controls {
  position: relative;
}
#audio-player .jp-state-muted .jp-volume-controls .jp-mute {
  width: 15px;
  height: 15px;
  background: transparent url("../images/volume-mute.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
#audio-player .jp-playlist {
  height: 23px;
  overflow: hidden;
}
.page-template-template-player .page-site {
  width: 900px;
  max-width: 90%;
  padding-top: 20px;
}
#poster-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#poster-items .poster-item {
  cursor: pointer;
  position: relative;
}
#poster-items .poster-item .poster-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d6008b;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#poster-items .poster-item .poster-name > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 16px 27px rgba(169, 7, 112, .84);
  -moz-box-shadow: 0 16px 27px rgba(169, 7, 112, .84);
  box-shadow: 0 16px 27px rgba(169, 7, 112, .84);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#poster-items .poster-item .poster-name > div span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #150820;
  font-weight: 300;
}
#poster-items .poster-item:hover .poster-name {
  opacity: 1;
}
#mCSB_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mCSB_1_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#video-player.player-custom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
#video-player.player-custom #video-container-N {
  width: 100%;
  background: #111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#video-player.player-custom .jp-video-full #video-N {
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  z-index: 99;
  height: 100% !important;
  background: #000;
}
#video-player.player-custom .jp-video-full .jp-gui {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
#video-player.player-custom .jp-video-full .jp-gui > .step-two-new {
  position: fixed !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 155px;
  left: 50%;
  width: 520px;
  max-width: 98%;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 10px;
  border-radius: 10px;
}
#video-player.player-custom .jp-video-full .jp-gui > .step-two-new > div {
  padding: 8px 0;
}
#video-player.player-custom .jp-video-full .jp-gui > .step-two-new .int-top {
  position: relative;
}
#video-player.player-custom .jp-video-full .jp-gui > .step-two-new .int-top .jp-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
#video-player.player-custom .jp-video-full .jp-gui > .step-two-new .int-bottom {
  position: relative;
}
#video-player.player-custom .jp-video-full .jp-gui > .step-two-new .int-bottom .jp-controls {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#video-player.player-custom .step-one {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  height: 100px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
}
#video-player.player-custom .step-one .swiper-slide {
  width: 180px !important;
}
#video-player.player-custom .step-one .swiper-slide > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#video-player.player-custom .step-one .swiper-slide .jp-playlist-item {
  position: relative;
  margin-bottom: 0;
}
#video-player.player-custom .step-one .swiper-slide .jp-playlist-item:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#video-player.player-custom .step-one .swiper-slide .jp-playlist-item .new-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 11px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#video-player.player-custom .step-one .swiper-slide .jp-playlist-item:hover:before {
  opacity: 1;
}
#video-player.player-custom .step-one .swiper-slide .jp-playlist-item:hover .new-title {
  opacity: 1;
}
#video-player.player-custom .step-one .swiper-slide .jp-artist {
  display: none;
}
#video-player.player-custom .step-one .swiper-button-next {
  right: 0;
  width: 20px;
  height: auto;
  bottom: 0;
  top: 0;
  background-image: none;
  background: #000;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#video-player.player-custom .step-one .swiper-button-next:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#video-player.player-custom .step-one .swiper-button-next:hover {
  background: #db008f;
}
#video-player.player-custom .step-one .swiper-button-prev {
  left: 0;
  width: 20px;
  height: auto;
  bottom: 0;
  top: 0;
  background-image: none;
  background: #000;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#video-player.player-custom .step-one .swiper-button-prev:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#video-player.player-custom .step-one .swiper-button-prev:hover {
  background: #db008f;
}
#video-player.player-custom .jp-volume-controls {
  position: relative;
}
#video-player.player-custom .jp-volume-controls .jp-mute {
  width: 15px;
  height: 15px;
  background: transparent url("../images/volume.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
#video-player.player-custom .jp-volume-controls .jp-volume-bar {
  position: absolute;
  bottom: 7px;
  right: -82px;
  width: 70px;
  height: 5px;
  background: #464646;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#video-player.player-custom .jp-volume-controls .jp-volume-bar:before {
  content: '';
  position: absolute;
  top: -6px;
  width: 17px;
  left: -13px;
  height: 17px;
}
#video-player.player-custom .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  background: #fff;
  position: absolute;
  height: 5px;
}
#video-player.player-custom .jp-volume-controls .jp-volume-bar .jp-volume-bar-value:before {
  content: '';
  position: absolute;
  top: -3px;
  right: -2px;
  height: 11px;
  width: 11px;
  background: #fff;
  border-radius: 50%;
}
#video-player.player-custom .jp-state-muted .jp-volume-controls {
  position: relative;
}
#video-player.player-custom .jp-state-muted .jp-volume-controls .jp-mute {
  width: 15px;
  height: 15px;
  background: transparent url("../images/volume-mute.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
#video-player.player-custom #playlist-video {
  width: 15px;
  height: 15px;
  background: url("../images/list-video.png") no-repeat;
  background-size: 100%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
#video-player.player-custom #playlist-video:before {
  content: 'CHAPTERS';
  position: absolute;
  top: 0px;
  left: 100%;
  color: #fff;
  padding-left: 10px;
}
#video-player.player-custom .jp-full-screen {
  width: 15px;
  height: 15px;
  background: url("../images/full-sc.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
#video-player.player-custom .jp-full-screenOut {
  width: 15px;
  height: 15px;
  background: url("../images/out_btn.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
#video-player.player-custom .jp-progress {
  overflow: visible !important;
}
#video-player.player-custom .jp-progress .jp-seek-bar .jp-play-bar {
  background: #db008f;
  position: relative;
  overflow: visible !important;
}
#video-player.player-custom .jp-progress .jp-seek-bar .jp-play-bar .bullet {
  background: #fff;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -1px;
}
#video-player.player-custom .jp-previous {
  width: 29px;
  background: transparent url(../images/video_prev.png) no-repeat;
  background-size: 100%;
}
#video-player.player-custom .jp-next {
  width: 29px;
  background: transparent url(../images/video_next.png) no-repeat;
  background-size: 100%;
}
.mCustomScrollbar {
  height: 630px;
}
.page-site {
  margin: 0 auto 0;
  width: 100%;
  max-width: 90%;
  padding-top: 100px;
}
.page-site > article .scr-block {
  height: 630px;
  margin: 35px 0 0 0;
}
.page-site > article .scr-block-pl {
  margin: 70px 0 70px 0;
}
.category-links li.parentCat.child > a {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.category-links > ul > li div, .category-links > ul > li a {
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1;
  text-shadow: 0 0 20px rgba(176, 37, 187, 0), 0 0 20px rgba(176, 37, 187, 0), 0 0 20px rgba(176, 37, 187, 0), 0 0 20px rgba(176, 37, 187, 0), 0 0 20px rgba(176, 37, 187, 0), 0 0 20px transparent, 0 0 20px transparent, 0 0 20px transparent, 0 0 20px transparent, 0 0 20px transparent, 0 0 20px transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-links > ul > li div:hover, .category-links > ul > li a:hover {
  text-shadow: 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de;
}
.category-links > ul > li > ul {
  padding-left: 10px;
}
.category-links > ul > li > ul > li div, .category-links > ul > li > ul > li a {
  font-size: 13px;
  margin-bottom: 7px;
}
.category-links > ul > li > ul > li > ul {
  padding-left: 10px;
}
.category-links > ul > li > ul > li > ul > li > ul {
  padding-left: 10px;
}
.woocommerce .button {
  background: rgba(207, 0, 135, 1) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.woocommerce .button:hover {
  background: rgba(207, 0, 135, 0.7) !important;
}
.mCSB_container {
  width: 100%;
}
.woocommerce ul.products, .page-template-template-product ul.products {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.woocommerce ul.products > li.product, .page-template-template-product ul.products > li.product {
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  margin: 0 1% 40px;
  margin-bottom: 30px;
  float: none;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.woocommerce ul.products > li.product .button, .page-template-template-product ul.products > li.product .button {
  background: #cf0087;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.woocommerce ul.products > li.product .product_type_variable, .page-template-template-product ul.products > li.product .product_type_variable {
  font-size: 0 !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}
.woocommerce ul.products > li.product .product_type_variable:before, .page-template-template-product ul.products > li.product .product_type_variable:before {
  content: "\f067";
  font-family: 'fontawesome';
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce ul.products > li.product .woocommerce-LoopProduct-link, .page-template-template-product ul.products > li.product .woocommerce-LoopProduct-link {
  background: #000;
  display: block;
  position: relative;
  height: 100%;
}
.woocommerce ul.products > li.product .product_thumbnail_custom, .page-template-template-product ul.products > li.product .product_thumbnail_custom {
  position: relative;
  background-size: 100% auto;
  background-position: top center;
  display: block;
  background-repeat: no-repeat;
  background-color: #000;
}
.woocommerce ul.products > li.product .product_thumbnail_custom img, .page-template-template-product ul.products > li.product .product_thumbnail_custom img {
  display: block;
  margin: 0;
}
.woocommerce ul.products > li.product .product_thumbnail_custom .see_deteils, .page-template-template-product ul.products > li.product .product_thumbnail_custom .see_deteils {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d6008b;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products > li.product .product_thumbnail_custom .see_deteils > div, .page-template-template-product ul.products > li.product .product_thumbnail_custom .see_deteils > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  text-align: center;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 16px 27px rgba(169, 7, 112, .84);
  -moz-box-shadow: 0 16px 27px rgba(169, 7, 112, .84);
  box-shadow: 0 16px 27px rgba(169, 7, 112, .84);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products > li.product .product_thumbnail_custom .see_deteils > div span, .page-template-template-product ul.products > li.product .product_thumbnail_custom .see_deteils > div span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #150820;
  font-weight: 300;
}
.woocommerce ul.products > li.product .des-info, .page-template-template-product ul.products > li.product .des-info {
  background: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 110px;
  padding-bottom: 50px;
  width: 100%;
}
.woocommerce ul.products > li.product .des-info h3, .page-template-template-product ul.products > li.product .des-info h3 {
  font-size: 12px;
  padding: 18px 18px 5px;
}
.woocommerce ul.products > li.product .des-info .price, .page-template-template-product ul.products > li.product .des-info .price {
  padding: 0 18px 20px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.woocommerce ul.products > li.product .des-info .price p, .page-template-template-product ul.products > li.product .des-info .price p {
  border: none !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce ul.products > li.product .des-info .price span, .page-template-template-product ul.products > li.product .des-info .price span {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}
.woocommerce ul.products > li.product:hover .product_thumbnail_custom .see_deteils, .page-template-template-product ul.products > li.product:hover .product_thumbnail_custom .see_deteils {
  opacity: 1;
}
.woocommerce ul.products > li.product:hover .product_thumbnail_custom .see_deteils > div, .page-template-template-product ul.products > li.product:hover .product_thumbnail_custom .see_deteils > div {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.top-page {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 98%;
  max-width: 100%;
  margin: 0 0 0 1%;
  min-height: 40px;
  padding: 0 30px 0 0;
}
.top-page h2 {
  font-size: 24px;
  padding-bottom: 0;
}
.top-page > .flex {
  -webkit-flex-basis: 370px;
  -moz-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
}
.top-page > .flex:last-child {
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
}
.top-page > .flex .sort-filter p {
  display: none;
}
.top-page > .flex .sort-filter .woocommerce-notices-wrapper {
  display: none;
}
.top-page > .flex .sort-filter form {
  position: relative;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.top-page > .flex .sort-filter form:before {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
.top-page > .flex .sort-filter select {
  background: transparent;
  font-weight: 300;
  color: #fff;
  font-size: 11px;
  height: 30px;
}
.top-page > .flex .sort-filter select option {
  background: #360932;
  text-transform: uppercase;
}
.top-page > .flex .link-login {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-page > .flex .link-login ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.top-page > .flex .link-login ul li a {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-page > .flex .link-login ul li a:hover {
  color: #cf0087;
}
.top-page > .flex .link-login ul .line-br:before {
  content: '';
  position: absolute;
  top: 1px;
  right: -7px;
  height: 9px;
  width: 1px;
  background: #fff;
}
.top-page > .flex .cart-link {
  margin-top: -1px;
}
.top-page > .flex .cart-link a {
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 40px;
}
.top-page > .flex .cart-link a:hover {
  color: #cf0087;
}
.top-page > .flex .cart-link a:before {
  content: '';
  position: absolute;
  top: -6px;
  right: 0;
  width: 26px;
  height: 34px;
  background: url("../images/cart-miss.png") no-repeat;
  background-size: 100%;
}
.top-page .flex-filter {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top-page .flex-filter h2 {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.top-page .flex-filter > div {
  display: inline-block;
  vertical-align: middle;
}
.top-page .flex-filter .sort-filter > div {
  display: inline-block;
  vertical-align: middle;
}
.top-page .flex-filter .sort-filter .sel_pr {
  display: inline-block;
  vertical-align: middle;
}
.top-page .flex-filter .sort-filter select {
  width: 200px;
}
.top-page .flex-filter .sort-filter .sel_pr {
  position: relative;
  margin-right: 10px;
}
.top-page .flex-filter .sort-filter .sel_pr:before {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
input[type=text], input[type=email], input[type=tel], input[type=password], input[type="number"], select, textarea {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400 !important;
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(207, 0, 135, 1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea {
  padding: 20px;
  height: 120px !important;
  resize: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus, input[type="number"]:focus {
  border: 1px solid rgba(255, 255, 255, 1);
}
form label[for=rememberme] {
  padding: 5px 0 0 !important;
  display: block;
  vertical-align: middle;
}
form label[for=rememberme] input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.woocommerce mark {
  background: rgba(207, 0, 135, 1);
  padding: 0 3px;
  color: #fff;
}
.woocommerce-account .addresses .title .edit {
  color: rgba(207, 0, 135, 1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-account .addresses .title .edit:hover {
  color: rgba(255, 255, 255, 1);
}
.select2-container--default .select2-selection--single {
  border-radius: 0px;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400 !important;
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(207, 0, 135, 1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 42px;
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #fff;
  border-color: #fff transparent transparent transparent;
}
#order_review_heading {
  font-size: 12px;
  line-height: 24px;
  color: #a49aac;
  padding-bottom: 3px;
}
.cart_item .product-name {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.select2-dropdown {
  background-color: #111;
}
body .select2-search input {
  border-radius: 0px;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400 !important;
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(207, 0, 135, 1) !important;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .select2-search input:focus {
  color: #fff !important;
  border: 1px solid rgba(207, 0, 135, 1) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: rgba(207, 0, 135, 1) !important;
  color: #fff !important;
}
.woocommerce .woocommerce-message a {
  font-size: 13px;
  color: #cf0087;
}
body .woocommerce .woocommerce-error, body .woocommerce .woocommerce-info, body .woocommerce .woocommerce-message {
  margin-bottom: 20px !important;
}
.pr-sh {
  position: relative;
}
.pr-sh .shadow-pr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: 30px;
}
.pr-sh .shadow-pr > div {
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  margin: 0 1% 0;
  -webkit-box-shadow: inset 0px -200px 116px -122px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -200px 116px -122px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -200px 116px -122px rgba(0, 0, 0, 0.75);
  height: 150px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 5px 18px 5px;
  line-height: 22px;
}
.social-likes > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.social-likes > div:last-child {
  margin-right: 0;
}
.social-likes > div > span {
  display: inline-block;
  vertical-align: middle;
}
.social-likes > div .social-likes__counter {
  text-align: center;
  line-height: 18px;
  border: 1px solid #9197a3;
  width: 23px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-weight: 400;
  margin-left: 10px;
  position: relative;
}
.social-likes > div .social-likes__counter:after, .social-likes > div .social-likes__counter:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.social-likes > div .social-likes__counter:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.social-likes > div .social-likes__counter:before {
  border-color: rgba(145, 151, 163, 0);
  border-right-color: #9197a3;
  border-width: 6px;
  margin-top: -6px;
}
.social-likes > div .social-likes__button {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-likes > div .social-likes__button:hover {
  opacity: 0.8;
}
.social-likes img {
  display: block;
}
.social-likes .social-likes__widget_facebook, .social-likes .social-likes__widget_pinterest {
  border-radius: 10px;
}
.social-likes .tumblr-share iframe {
  display: block;
}
.social-likes_ready .social-likes__counter_empty {
  display: none;
}
.woocommerce table.shop_table th {
  padding: 5px 12px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: 12px !important;
}
.woocommerce-cart h2 {
  line-height: 22px;
  padding-bottom: 19px;
}
.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=password], .woocommerce-checkout input[type="number"], .woocommerce-checkout select, .woocommerce-checkout textarea {
  height: 24px;
  font-size: 13px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 24px;
  font-size: 13px;
  line-height: 23px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 24px;
  font-size: 13px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 23px;
}
.woocommerce-checkout .form-row > strong {
  color: #fff;
}
.woocommerce-checkout .order_review_heading {
  color: #fff;
}
.woocommerce-checkout #order_review_heading {
  color: #fff;
}
.woocommerce form .form-row label {
  color: #fff;
  text-transform: uppercase;
}
#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p {
  color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  width: 440px;
  max-width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce td.product-name dl.variation dt {
  float: none;
}
.woocommerce td.product-name dl.variation dd {
  display: inline-block;
}
.woocommerce-MyAccount-content h2 {
  text-align: center;
}
.shop_table.order_details {
  margin-bottom: 30px !important;
}
.woocommerce .col2-set.addresses, .woocommerce-page .col2-set.addresses {
  text-align: center;
  padding-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-account .addresses .title h3 {
  float: none;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr th {
  width: 50%;
}
.woocommerce-thankyou-order-received {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.woocommerce ul.order_details li strong {
  font-size: 20px;
}
.woocommerce table.shop_table td .product-quantity {
  font-size: 16px;
  color: #fff;
}
.woocommerce td.product-name dl.variation dd {
  margin-right: 10px !important;
}
.woocommerce td.product-name dl.variation dd p {
  font-size: 15px;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(207, 0, 135, 1);
  border-right: 1px solid rgba(207, 0, 135, 1);
  border-bottom: 1px solid rgba(207, 0, 135, 1);
}
.woocommerce table tfoot th {
  border-bottom: 1px solid rgba(207, 0, 135, 1);
}
.woocommerce ul.order_details {
  margin: 0 0 25px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid rgba(207, 0, 135, 1);
  border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  padding: 10px 0;
}
.woocommerce #payment div.payment_method_braintree_credit_card div.form-row {
  padding: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: none !important;
}
#tab-description > *, .justify-block > * {
  text-align: justify;
}
.page-template-template-player .mCSB_container.mCS_no_scrollbar_y {
  height: 100%;
}
.page-template-template-player .mCSB_container.mCS_no_scrollbar_y #poster-items {
  width: 100%;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-template-default .justify-block h2 {
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
}
.name-block {
  background: #000;
  color: #fff;
  padding: 10px 20px;
}
body.woocommerce-checkout .woocommerce-info {
  display: inline-block;
  margin-right: 10px !important;
}
body.woocommerce-checkout .ms_scroll {
  width: 800px;
}
.woocommerce form .form-row .required {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
  line-height: 17px;
  font-size: 19px;
  vertical-align: bottom;
}
.message-box {
  margin: 0 0 10px 1%;
  width: 98%;
  padding: 4px 30px 4px 0;
}
.message-box > div {
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  background: #d9008d;
}
.message-box > div > span {
  color: #fff;
  font-size: 23px;
  display: inline-block;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
header nav {
  display: none;
}
.social-likes.social-likes_visible {
  margin-bottom: 30px;
}
h2.stock.in-stock {
  font-size: 18px;
  padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  word-wrap: break-word;
}
.single-product .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  padding-right: 30px;
}
#calc_shipping_country option, #calc_shipping_state option {
  color: #000;
}
@media screen and (max-width: 640px) {
  .home-logo {
    overflow-x: hidden;
  }
  .woocommerce ul.products, .page-template-template-product ul.products {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .woocommerce ul.products:before, .page-template-template-product ul.products:before {
    display: none;
  }
}
ul.category-links > ul > .parentCat.child > a {
  cursor: auto;
}
@media screen and (max-width: 375px) {
  .home main > .home-logo {
    width: 100% !important;
  }
}
