@charset "UTF-8";
/* NIXA SASS
=========================== */
/* RESPONSIVE
=========================== 
*/
/* COLORS
===========================
Important: Always define primary color
*/
/* TEXT COLORS
=========================== */
.text-primary {
  color: #ec008c !important; }

.text-white {
  color: #FFF !important; }

.text-black {
  color: #000 !important; }

.text-grey {
  color: #e2e5e8 !important; }

/* BACKGROUND COLORS
=========================== */
.bg-primary {
  background-color: #ec008c !important; }

.bg-secondary {
  background-color: #9b326a !important; }

.bg-dark-blue {
  background-color: #192b6c !important; }

.bg-grey {
  background-color: #e2e5e8 !important; }

.bg-grey-dark {
  background-color: #11111c !important; }

/* POSITIONING
=========================== */
/* SPACING
=========================== */
.padding-xs {
  padding-top: 45px;
  padding-bottom: 45px; }

.padding-sm {
  padding-top: 75px;
  padding-bottom: 75px; }

.padding-md {
  padding-top: 110px;
  padding-bottom: 110px; }

.padding-lg {
  padding-top: 170px;
  padding-bottom: 170px; }

.padding-side-xs {
  padding-left: 45px;
  padding-right: 45px; }

.padding-side-sm {
  padding-left: 75px;
  padding-right: 75px; }

.padding-side-md {
  padding-left: 110px;
  padding-right: 110px; }

.padding-side-lg {
  padding-left: 170px;
  padding-right: 170px; }

.padding-top-xs {
  padding-top: 45px; }

.padding-top-sm {
  padding-top: 75px; }

.padding-top-md {
  padding-top: 110px; }

.padding-top-lg {
  padding-top: 170px; }

.padding-bottom-xs {
  padding-bottom: 45px; }

.padding-bottom-sm {
  padding-bottom: 75px; }

.padding-bottom-md {
  padding-bottom: 110px; }

.padding-bottom-lg {
  padding-bottom: 170px; }

.padding-left-xs {
  padding-left: 45px; }

.padding-left-sm {
  padding-left: 75px; }

.padding-left-md {
  padding-left: 110px; }

.padding-left-lg {
  padding-left: 170px; }

.padding-right-xs {
  padding-right: 45px; }

.padding-right-sm {
  padding-right: 75px; }

.padding-right-md {
  padding-right: 110px; }

.padding-right-lg {
  padding-right: 170px; }

.margin-xs {
  margin-top: 45px;
  margin-bottom: 45px; }

.margin-sm {
  margin-top: 75px;
  margin-bottom: 75px; }

.margin-md {
  margin-top: 110px;
  margin-bottom: 110px; }

.margin-lg {
  margin-top: 170px;
  margin-bottom: 170px; }

.margin-side-sm {
  margin-left: 75px;
  margin-right: 75px; }

.margin-side-md {
  margin-left: 110px;
  margin-right: 110px; }

.margin-side-lg {
  margin-left: 170px;
  margin-right: 170px; }

.margin-top-xs {
  margin-top: 45px; }

.margin-top-sm {
  margin-top: 75px; }

.margin-top-md {
  margin-top: 110px; }

.margin-top-lg {
  margin-top: 170px; }

.margin-bottom-xs {
  margin-bottom: 45px; }

.margin-bottom-sm {
  margin-bottom: 75px; }

.margin-bottom-md {
  margin-bottom: 110px; }

.margin-bottom-lg {
  margin-bottom: 170px; }

.margin-left-xs {
  margin-left: 45px; }

.margin-left-sm {
  margin-left: 75px; }

.margin-left-md {
  margin-left: 110px; }

.margin-left-lg {
  margin-left: 170px; }

.margin-right-xs {
  margin-right: 45px; }

.margin-right-sm {
  margin-right: 75px; }

.margin-right-md {
  margin-right: 110px; }

.margin-right-lg {
  margin-right: 170px; }

/* SEPARATORS
=========================== */
hr {
  margin-top: 75px;
  margin-bottom: 75px;
  border: 0;
  border-top: 2px solid #000; }

/* ALIGNMENT
=========================== */
.vcenter-parent {
  display: table;
  width: 100%;
  height: 100%; }

.vcenter-middle {
  display: table-cell;
  vertical-align: middle; }

.vcenter-top {
  display: table-cell;
  vertical-align: top; }

.vcenter-bottom {
  display: table-cell;
  vertical-align: bottom; }

/* FIVE COLUMN
=========================== */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 767px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.container-sm {
  max-width: 500px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto; }

.row-narrow {
  margin-left: -7px;
  margin-right: -7px; }
  .row-narrow [class*="col"] {
    padding-left: 7px;
    padding-right: 7px; }

.row-no-padding {
  margin: 0; }
  .row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.container-no-padding {
  padding-left: 0;
  padding-right: 0; }
  .container-no-padding .row {
    margin: 0; }
    .container-no-padding .row [class*="col-"] {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  @media (min-width: 1360px) {
    .container-no-padding {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 1359px) {
  .container {
    width: 100% !important; } }

.page-container {
  width: calc(100% - 160px); }
  @media (max-width: 766px), (max-height: 645px) {
    .page-container {
      width: initial; } }

/* MIXINS
=========================== */
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0; }
  .list-inline li {
    padding: 0;
    display: inline-block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* FONTS
=========================== 
Important:
- Define default font families and font styles here.
- Design titles only using .d1, .d2... Not h1, h2...
- Use REM font sizes and adjust responsive by setting body font size.
- Default body font size is 18px.
*/
html, body {
  font-family: "Open Sans", sans-serif;
  color: #11111c;
  font-size: 14px; }
  @media (min-width: 767px) {
    html, body {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    html, body {
      font-size: 18px; } }

h1, h2, h3, h4, h5, h6, .d1, .d2, .d3, #newsletter_success p, .d4, .d5, .d6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900; }
  h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, .d1 p, .d2 p, .d3 p, #newsletter_success p p, .d4 p, .d5 p, .d6 p {
    margin-bottom: 0; }

.d1 {
  font-size: 1.94444rem;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 2.22222rem; }
  @media (min-width: 480px) {
    .d1 {
      font-size: 2.5rem;
      line-height: 3.05556rem; } }
  @media (min-width: 767px) {
    .d1 {
      font-size: 3.33333rem;
      margin-bottom: 30px;
      line-height: 3.61111rem; } }

.d2 {
  font-size: 1.55556rem;
  margin-bottom: 10px; }
  @media (min-width: 480px) {
    .d2 {
      font-size: 2rem; } }
  @media (min-width: 767px) {
    .d2 {
      margin-bottom: 20px; } }

.d2-sub {
  font-size: 0.88889rem;
  font-weight: normal; }

.d3, #newsletter_success p {
  font-size: 1.22222rem; }

.d3-sub {
  font-size: 0.88889rem;
  font-weight: normal; }

* {
  outline: none; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-thin {
  font-weight: 100; }

.text-normal {
  font-weight: 400; }

.text-bold {
  font-weight: 700; }

.text-extrabold {
  font-weight: 900; }

.black-title-zone {
  padding: 35px 0; }
  .black-title-zone p:last-child {
    margin-bottom: 0; }
  @media (min-width: 767px) {
    .black-title-zone {
      padding: 75px 0; } }

.white-title-zone {
  color: #FFF;
  padding: 75px 0 25px 0; }
  .white-title-zone p:last-child {
    margin-bottom: 0; }
  @media (min-width: 767px) {
    .white-title-zone {
      padding: 110px 0 45px 0; } }

.primary-underline {
  border-bottom: 3px #ec008c solid; }

a {
  color: #000; }
  a:hover {
    color: #000; }

/* BUTTONS
===========================
Important: See _mixins for time variables.
 */
a, .btn, button {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition: all 600ms ease; }
  a:focus, .btn:focus, button:focus {
    outline: none !important; }

.btn {
  border-radius: 40px;
  max-width: 100%;
  width: 175px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 0.77778rem;
  font-weight: 700; }
  .btn p {
    margin: 0 !important; }

.btn-primary {
  background-color: #ec008c;
  border-color: #ec008c;
  color: #FFF; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: transparent;
    border-color: #ec008c;
    color: #ec008c; }

.btn-grey {
  background-color: #282832;
  border-color: #282832;
  color: #FFF; }
  .btn-grey:hover, .btn-grey:focus {
    background-color: transparent;
    border-color: #282832;
    color: #282832; }

.btn-outline {
  background-color: transparent;
  border-color: #11111c;
  color: #11111c; }
  .btn-outline:hover, .btn-outline:focus {
    background-color: #11111c;
    border-color: #11111c;
    color: #FFF; }

.btn-grey-outline {
  background-color: transparent;
  border-color: #a9a9a9;
  color: #11111c; }
  .btn-grey-outline:hover, .btn-grey-outline:focus {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
    color: #FFF; }

.btn-close {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition: all 600ms ease;
  border: none;
  border-radius: 0;
  padding: 14px 10px !important;
  opacity: 1; }
  .btn-close .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFF;
    width: 18px;
    transform: rotate(45deg); }
    .btn-close .icon-bar:first-child {
      transform: translateY(2px) rotate(-45deg); }
  .btn-close:hover, .btn-close:active, .btn-close:focus {
    transform: rotate(90deg);
    opacity: 1; }

.btn-lg {
  width: 260px;
  padding: 12px 15px;
  font-size: 1rem; }

.btn-full {
  width: 100%; }

.btn.btn-rect {
  border-radius: 0 !important; }

.btn-primary-disabled {
  background-color: #ec008c;
  border-color: #ec008c;
  color: #FFF; }
  .btn-primary-disabled:hover, .btn-primary-disabled:focus {
    background-color: #ff53b9;
    border-color: #ec008c;
    color: #FFF; }

/* FORMS
=========================== */
.asteriskField {
  color: #ec008c;
  margin-left: 5px; }

.form-control {
  border: none;
  box-shadow: none !important; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #c5ccd2; }

.help-block {
  font-size: 12px; }

.newsletter-text {
  font-size: 14px;
  max-width: 500px;
  display: inline-block; }
  .newsletter-text p {
    margin: 0; }

.buy-form-section .d1 {
  margin-bottom: 0 !important; }

.buy-form-section .buy-form-sub p {
  margin-bottom: 20px; }

.wizard > .content > .body ul.error {
  list-style-type: none !important;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 14px; }
  .wizard > .content > .body ul.error li {
    color: #ec008c; }

.box-container {
  background: #eef2f7;
  padding: 15px; }
  .box-container .credit-card-title {
    margin-top: 0 !important; }
  .box-container .credit-card-img {
    margin: 10px 0; }
  @media (min-width: 992px) {
    .box-container.billing-box-container {
      padding-top: 63px; } }

#div_id_card-number ul.error {
  margin-top: 3px; }

.wizard > .actions > ul {
  margin-top: 15px; }
  @media (min-width: 767px) {
    .wizard > .actions > ul {
      margin-top: 45px; } }

.wizard > .content {
  padding: 0;
  margin: 0;
  background-color: #e2e5e8 !important;
  min-height: 100px !important; }

.wizard > .content > .body {
  position: relative;
  width: 100% !important;
  padding: 15px;
  background-color: #e2e5e8; }
  .wizard > .content > .body h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block; }

.wizard > .steps {
  width: 100% !important;
  margin-bottom: 15px; }

.wizard > .steps {
  margin-bottom: 8px; }

.wizard > .steps a {
  border-radius: 0;
  font-size: 0.77778rem;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 10px;
  height: 32px;
  transition: all 300ms ease !important;
  width: 100%; }
  .wizard > .steps a:hover {
    border-radius: 0; }

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  color: #000;
  background-color: #e2e5e8;
  border: 2px solid #e2e5e8; }

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  color: #FFF;
  border: solid 2px #b9006e;
  background-color: #b9006e !important; }

.wizard > .steps .done:not(.last):not(.first) a, .wizard > .steps .done:not(.last):not(.first) a:hover, .wizard > .steps .done:not(.last):not(.first) a:active {
  border: solid 2px #d3007d;
  background-color: #d3007d !important; }

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  color: #FFF;
  border: solid 2px #ec008c;
  background-color: #ec008c !important; }

.tab-title {
  font-size: 24px; }

.wizard > .steps .number {
  display: none; }

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  padding: 10px;
  transition: none !important; }

.wizard > .actions a {
  text-align: center;
  border-radius: 0;
  font-family: "Monserrat", sans-serif;
  font-size: 20px; }

.wizard > .actions > ul {
  width: 100%;
  float: left; }
  @media (min-width: 767px) {
    .wizard > .actions > ul {
      float: right; } }

.wizard > .actions > ul > li {
  margin: 0;
  width: 100%; }
  @media (min-width: 767px) {
    .wizard > .actions > ul > li {
      width: auto; } }
  .wizard > .actions > ul > li a {
    border-radius: 0 !important; }
    .wizard > .actions > ul > li a:focus, .wizard > .actions > ul > li a:active {
      color: #ec008c !important; }
  .wizard > .actions > ul > li:first-child a {
    width: calc(100% - 15px);
    padding: 12px 15px;
    font-size: 1rem;
    border-radius: 40px !important;
    max-width: 100%;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #11111c !important;
    color: #11111c !important;
    margin-bottom: 10px; }
    .wizard > .actions > ul > li:first-child a:hover, .wizard > .actions > ul > li:first-child a:focus {
      background-color: #11111c;
      border-color: #11111c;
      color: #FFF !important; }
    @media (min-width: 767px) {
      .wizard > .actions > ul > li:first-child a {
        width: 260px;
        margin-bottom: 0; } }
  .wizard > .actions > ul > li:nth-child(2) {
    width: 100%; }
    @media (min-width: 767px) {
      .wizard > .actions > ul > li:nth-child(2) {
        float: right; } }
    .wizard > .actions > ul > li:nth-child(2) a {
      min-width: 0;
      background: #ec008c;
      color: white;
      border: solid 1px #ec008c;
      border-radius: 40px !important;
      padding: 12px 15px;
      font-size: 1rem;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transition: all 300ms ease; }
      .wizard > .actions > ul > li:nth-child(2) a:hover, .wizard > .actions > ul > li:nth-child(2) a:focus {
        background: transparent !important;
        color: #ec008c;
        border: solid 1px #ec008c; }
      @media (min-width: 767px) {
        .wizard > .actions > ul > li:nth-child(2) a {
          width: 260px;
          float: right; } }
  @media (min-width: 767px) {
    .wizard > .actions > ul > li:last-child {
      float: right; } }
  .wizard > .actions > ul > li:last-child a {
    width: calc(100% - 15px);
    padding: 12px 15px;
    font-size: 1rem;
    border-radius: 40px !important;
    max-width: 100%;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ec008c;
    border: 1px solid #ec008c !important;
    color: #FFF !important; }
    .wizard > .actions > ul > li:last-child a:hover, .wizard > .actions > ul > li:last-child a:focus {
      background-color: transparent;
      color: #ec008c !important; }
    @media (min-width: 767px) {
      .wizard > .actions > ul > li:last-child a {
        width: 260px; } }

.wizard > .content > .body label {
  display: block;
  font-size: 0.88889rem;
  font-weight: 400; }

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  margin: 0; }

#sub-sub {
  font-size: 20px; }

.wizard > .steps > ul > li {
  width: 100%;
  margin: 0 0 10px; }
  .wizard > .steps > ul > li:first-child {
    margin-left: 0; }
  .wizard > .steps > ul > li:last-child {
    margin-right: 0; }

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background: transparent;
  color: #ec008c;
  border: solid 2px #ec008c;
  display: none; }

.wizard > .content > .body input {
  border: solid 1px  transparent !important; }

.wizard > .content > .body input.error {
  border: 0;
  border: solid 1px #ec008c !important;
  background-color: #FFF !important; }

.wizard > .content > .body label.error {
  color: #ec008c; }

@media (min-width: 992px) {
  .wizard > .content > .body {
    padding: 40px; }
  .box-container {
    padding: 30px; }
    .box-container .credit-card-title {
      float: left; }
    .box-container .credit-card-img {
      float: right;
      margin: 0; }
  .wizard > .steps > ul > li {
    width: 33.3336%;
    position: relative; }
    .wizard > .steps > ul > li:after {
      content: '';
      position: absolute;
      right: -15px;
      top: 0;
      width: 0;
      height: 0;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 15px solid transparent;
      clear: both;
      z-index: 2; }
    .wizard > .steps > ul > li.disabled:after {
      border-left-color: #e2e5e8; }
    .wizard > .steps > ul > li.done:after {
      border-left-color: #b9006e; }
    .wizard > .steps > ul > li.current:after {
      border-left-color: #ec008c; }
    .wizard > .steps > ul > li.done:not(.last):not(.first):after {
      border-left-color: #d3007d; }
    .wizard > .steps > ul > li.last.disabled:not(.current) a {
      background-color: #d4d8dd;
      border-color: #d4d8dd; }
  .wizard > .actions > ul > li {
    margin: 0 0 10px; } }

#total-info {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
  line-height: 34px;
  font-size: 0.88889rem; }

.ajax_error {
  color: #ec008c;
  margin-bottom: 15px;
  margin-top: -8px;
  display: block;
  font-size: 0.77778rem; }

#error_general {
  color: #ec008c;
  margin-bottom: 15px;
  margin-top: 0;
  display: block;
  font-size: 0.88889rem; }

.small-input input {
  max-width: 150px; }

#same-address label {
  display: inline-block;
  font-size: 14px; }

@media (min-width: 992px) {
  #same-address {
    margin-bottom: 3px; } }

.total-buy {
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  padding-top: 15px; }

.disclaimer {
  font-size: 10px;
  display: block;
  line-height: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 20px; }

.form-group label {
  font-weight: 500; }

.form-group.has-error input {
  border: 1px solid #ec008c; }

.form-group.has-error .error {
  color: #ec008c;
  font-size: 14px;
  margin-top: 5px;
  display: block; }

.newsletter-form .form-group label::after {
  content: " *";
  color: #ec008c; }

#newsletter_success p {
  margin-top: 30px; }

#newsletter_success .btn {
  margin-top: 10px; }

#error-__all__ {
  color: #ec008c;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block; }

.newsletter-form-title {
  margin-bottom: 15px; }

.heartbeat-pulse {
  animation: heartbeatPulse 700ms infinite; }

@keyframes heartbeatPulse {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1.05); }
  40% {
    transform: scale(0.85); }
  60% {
    transform: scale(1.15); }
  80% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

/* CARDS
=========================== */
.card {
  padding: 30px; }

.card-white {
  background-color: #fff; }

.card-primary {
  background-color: #ec008c; }

.primary-hover {
  background-color: #1b1b2c; }
  .primary-hover .img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .7;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 600ms ease; }
  .primary-hover:hover .img-bg, .primary-hover:focus .img-bg {
    opacity: 1; }

.artist-icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden; }
  .artist-icon img {
    max-width: 100%; }

@media (min-width: 992px) {
  .middle-list .col-md-6:nth-child(even) .artist-list-card {
    margin-right: 0; } }

.artist-list-card {
  border-bottom: #e2e5e8 2px solid;
  position: relative;
  height: 85px;
  display: block;
  padding-right: 20px; }
  .artist-list-card .artist-icon {
    position: absolute;
    left: 9px;
    bottom: 8px; }
  .artist-list-card h1, .artist-list-card h2, .artist-list-card h3, .artist-list-card p, .artist-list-card span {
    margin: 0;
    color: #000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 300ms ease; }
  .artist-list-card p {
    color: #000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 300ms ease; }
    .artist-list-card p:last-child {
      margin-bottom: 0; }
  @media (min-width: 767px) {
    .artist-list-card {
      margin-left: 0;
      margin-right: -30px; } }
  .artist-list-card:hover, .artist-list-card:focus {
    text-decoration: none;
    color: #ec008c; }
    .artist-list-card:hover h1, .artist-list-card:hover h2, .artist-list-card:hover h3, .artist-list-card:hover p, .artist-list-card:hover span, .artist-list-card:focus h1, .artist-list-card:focus h2, .artist-list-card:focus h3, .artist-list-card:focus p, .artist-list-card:focus span {
      color: #ec008c;
      text-decoration: none !important; }
    .artist-list-card:hover .primary-hover .img-bg, .artist-list-card:focus .primary-hover .img-bg {
      opacity: 1; }

.artist-list-card-no-image {
  margin: 0;
  padding-left: 15px; }
  @media (min-width: 1360px) {
    .artist-list-card-no-image {
      padding-left: 0; } }

.artist-list-card-with-image {
  border-top: #e2e5e8 2px solid;
  border-bottom: #e2e5e8 2px solid;
  margin-top: -2px;
  padding-left: 95px; }
  @media (min-width: 767px) {
    .artist-list-card-with-image {
      max-width: 100%;
      margin-right: -2px; } }
  @media (min-width: 992px) {
    .artist-list-card-with-image {
      max-width: initial; } }
  @media (min-width: 1360px) {
    .artist-list-card-with-image {
      border-right: #e2e5e8 2px solid; } }

@media (min-width: 992px) {
  .middle-list .col-md-6:nth-child(even) .artist-list-card-with-image {
    max-width: 100% !important;
    padding-right: 20px;
    border-left: #e2e5e8 2px solid; }
  .middle-list .col-md-6:nth-child(odd) .artist-list-card-with-image {
    max-width: calc(100% + 18px) !important; } }

@media (min-width: 1360px) {
  .middle-list .col-md-6:nth-child(odd) .artist-list-card-with-image {
    border-left: #e2e5e8 2px solid; } }

.artist-list-link {
  color: #000; }
  .artist-list-link:hover, .artist-list-link:focus {
    color: #ec008c;
    text-decoration: none; }
    .artist-list-link:hover h1, .artist-list-link:hover h2, .artist-list-link:hover h3, .artist-list-link:hover p, .artist-list-link:hover span, .artist-list-link:focus h1, .artist-list-link:focus h2, .artist-list-link:focus h3, .artist-list-link:focus p, .artist-list-link:focus span {
      color: #ec008c;
      text-decoration: none !important; }

.dbl-card-container .dbl-card-col .dbl-card {
  position: relative;
  display: block; }
  .dbl-card-container .dbl-card-col .dbl-card .dbl-card-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%; }
  .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text {
    position: relative;
    height: 160px;
    text-align: center;
    z-index: 2; }
    .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text h1, .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text h2, .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text h3, .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text p {
      margin: 0;
      color: #000;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transition: all 300ms ease; }
  .dbl-card-container .dbl-card-col .dbl-card .card-arrow {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    margin-left: -22px;
    left: 50%;
    z-index: 1; }
  .dbl-card-container .dbl-card-col .dbl-card:hover, .dbl-card-container .dbl-card-col .dbl-card:focus {
    text-decoration: none;
    color: #ec008c; }
    .dbl-card-container .dbl-card-col .dbl-card:hover .primary-hover .img-bg, .dbl-card-container .dbl-card-col .dbl-card:focus .primary-hover .img-bg {
      opacity: 1; }
    .dbl-card-container .dbl-card-col .dbl-card:hover .dbl-card-text h1, .dbl-card-container .dbl-card-col .dbl-card:hover .dbl-card-text h2, .dbl-card-container .dbl-card-col .dbl-card:hover .dbl-card-text h3, .dbl-card-container .dbl-card-col .dbl-card:hover .dbl-card-text p, .dbl-card-container .dbl-card-col .dbl-card:focus .dbl-card-text h1, .dbl-card-container .dbl-card-col .dbl-card:focus .dbl-card-text h2, .dbl-card-container .dbl-card-col .dbl-card:focus .dbl-card-text h3, .dbl-card-container .dbl-card-col .dbl-card:focus .dbl-card-text p {
      color: #ec008c;
      text-transform: none; }

.dbl-card-container .dbl-card-col:nth-child(2n) .dbl-card-text {
  padding-right: 50%; }

.dbl-card-container .dbl-card-col:nth-child(2n) .dbl-card-img {
  right: 0 !important;
  left: inherit; }

.dbl-card-container .dbl-card-col:nth-child(2n-1) .dbl-card-text {
  padding-left: 50%; }

.dbl-card-container .dbl-card-col:nth-child(2n-1) .dbl-card-img {
  left: 0 !important;
  right: inherit; }

@media (min-width: 480px) {
  .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text {
    height: 220px; } }

@media (min-width: 767px) {
  .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text {
    height: 240px; } }

@media (min-width: 992px) {
  .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text {
    height: 230px; }
  .dbl-card-container .dbl-card-col:nth-child(2n) .dbl-card-text {
    padding-right: initial; }
  .dbl-card-container .dbl-card-col:nth-child(2n) .dbl-card-img {
    right: initial !important;
    left: inherit; }
  .dbl-card-container .dbl-card-col:nth-child(2n-1) .dbl-card-text {
    padding-left: initial; }
  .dbl-card-container .dbl-card-col:nth-child(2n-1) .dbl-card-img {
    left: initial !important;
    right: inherit; }
  .dbl-card-container .dbl-card-col:nth-child(4n) .dbl-card-text, .dbl-card-container .dbl-card-col:nth-child(4n-1) .dbl-card-text {
    padding-right: 50%; }
  .dbl-card-container .dbl-card-col:nth-child(4n) .dbl-card-img, .dbl-card-container .dbl-card-col:nth-child(4n-1) .dbl-card-img {
    right: 0 !important;
    left: inherit; }
  .dbl-card-container .dbl-card-col:nth-child(4n-2) .dbl-card-text, .dbl-card-container .dbl-card-col:nth-child(4n-3) .dbl-card-text {
    padding-left: 50%; }
  .dbl-card-container .dbl-card-col:nth-child(4n-2) .dbl-card-img, .dbl-card-container .dbl-card-col:nth-child(4n-3) .dbl-card-img {
    left: 0 !important;
    right: inherit; } }

@media (min-width: 1200px) {
  .dbl-card-container .dbl-card-col .dbl-card .dbl-card-text {
    height: 280px; } }

.visual-artists-cards {
  padding-bottom: 75px; }
  @media (min-width: 767px) {
    .visual-artists-cards {
      padding-bottom: 170px; } }

.image-card-container {
  width: 100%; }
  .image-card-container .img-card {
    width: 50%;
    display: inline-block;
    height: 220px;
    float: left;
    background-color: #1b1b2c; }
    .image-card-container .img-card:first-child, .image-card-container .img-card:last-child {
      width: 100%; }
    .image-card-container .img-card:nth-child(odd):last-child {
      width: 50%; }
    .image-card-container .img-card a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      color: #FFF; }
      .image-card-container .img-card a .card-img-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: .7;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transition: all 300ms ease; }
      .image-card-container .img-card a .img-card-text {
        width: 100%;
        height: 100%;
        padding: 15px 10px; }
        .image-card-container .img-card a .img-card-text h1, .image-card-container .img-card a .img-card-text h2, .image-card-container .img-card a .img-card-text h3, .image-card-container .img-card a .img-card-text p {
          margin: 0;
          margin-bottom: 5px;
          color: #FFF;
          text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7); }
        .image-card-container .img-card a .img-card-text p {
          margin: 0;
          color: #FFF;
          text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7); }
      .image-card-container .img-card a .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        width: 50px; }
      .image-card-container .img-card a:hover, .image-card-container .img-card a:focus {
        text-decoration: none;
        color: #FFF; }
        .image-card-container .img-card a:hover .card-img-bg, .image-card-container .img-card a:focus .card-img-bg {
          opacity: 1; }
  @media (min-width: 480px) {
    .image-card-container .img-card {
      height: 280px; }
      .image-card-container .img-card a .img-card-text {
        padding: 25px 20px; } }
  @media (min-width: 767px) {
    .image-card-container .img-card {
      height: 320px; }
      .image-card-container .img-card a .img-card-text {
        padding: 30px 25px; }
      .image-card-container .img-card a .play-icon {
        margin-top: -35px;
        margin-left: -35px;
        width: 70px; } }
  @media (min-width: 992px) {
    .image-card-container .img-card {
      width: 33.33% !important; }
      .image-card-container .img-card:nth-child(7n+2), .image-card-container .img-card:nth-child(7n+6) {
        width: 66.66% !important; }
      .image-card-container .img-card a .img-card-text {
        padding: 45px 35px; } }
  @media (min-width: 1200px) {
    .image-card-container .img-card {
      height: 370px; }
      .image-card-container .img-card a .img-card-text {
        padding: 70px 60px; } }
  @media (min-width: 1680px) {
    .image-card-container .img-card {
      height: 440px; } }

/* HERO
=========================== */
.grey-stripe {
  width: 100%;
  display: none;
  background-color: #e2e5e8; }
  @media (min-width: 1200px) {
    .grey-stripe {
      display: block;
      height: 215px; } }

.hero-img {
  position: relative;
  text-align: left;
  margin-bottom: 30px; }
  .hero-img img {
    max-width: 100%;
    width: 260px;
    display: block;
    margin: auto; }
  @media (min-width: 767px) {
    .hero-img img {
      width: 400px;
      max-width: inherit; } }
  @media (min-width: 1200px) {
    .hero-img {
      margin-bottom: 0;
      height: 275px; }
      .hero-img img {
        position: absolute;
        left: 0;
        width: 660px;
        bottom: -280px;
        z-index: 0; } }

.hero {
  position: relative; }
  .hero .text-section {
    min-height: auto; }
    .hero .text-section p:empty {
      display: none; }
    .hero .text-section .hero-btn-group {
      text-align: right; }
      .hero .text-section .hero-btn-group .btn {
        min-width: 100%;
        margin-top: 30px; }
        .hero .text-section .hero-btn-group .btn:last-child {
          margin-top: 10px;
          margin-bottom: 30px; }
  @media (min-width: 480px) {
    .hero .text-section .hero-btn-group {
      text-align: right; }
      .hero .text-section .hero-btn-group .btn {
        display: block;
        min-width: 0;
        margin-right: auto;
        margin-left: auto; }
        .hero .text-section .hero-btn-group .btn:not(:last-child) {
          margin-top: 35px;
          margin-bottom: 10px; } }
  @media (min-width: 767px) {
    .hero .text-section {
      padding: 45px 0 75px 0; } }
  @media (min-width: 992px) {
    .hero .text-section {
      padding: 0;
      height: 400px; } }
  @media (min-width: 1200px) {
    .hero .text-section .hero-btn-group .btn {
      display: inline-block;
      margin-right: 30px;
      margin-top: 30px !important;
      margin-bottom: 0 !important; }
      .hero .text-section .hero-btn-group .btn:last-child {
        margin-right: 0; } }

.hero-slider {
  position: relative;
  z-index: 1;
  margin-bottom: 45px; }
  .hero-slider div {
    display: none; }
    .hero-slider div:first-child {
      display: block; }
  .hero-slider.slick-initialized div {
    display: block; }
  .hero-slider .slick-list {
    margin-bottom: 15px; }
    .hero-slider .slick-list h1 {
      margin-bottom: 0; }
    .hero-slider .slick-list u {
      text-decoration: none;
      text-transform: none;
      border-bottom: 3px #ec008c solid;
      font-style: normal; }
    .hero-slider .slick-list .slick-slide {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transition: all 300ms ease; }
      .hero-slider .slick-list .slick-slide.slick-active {
        opacity: 1; }
  .hero-slider .slick-dots {
    list-style-type: none;
    padding-left: 0; }
    .hero-slider .slick-dots li {
      display: inline-block;
      margin-right: 15px; }
      .hero-slider .slick-dots li:last-child {
        margin-right: 0; }
      .hero-slider .slick-dots li button {
        height: 20px;
        width: 20px;
        border: 4px solid #e2e5e8;
        border-radius: 50%;
        background-color: #e2e5e8;
        font-size: 0; }
        .hero-slider .slick-dots li button:hover {
          opacity: .7; }
      .hero-slider .slick-dots li.slick-active button {
        background-color: #ec008c;
        border-color: #000; }
  @media (min-width: 480px) {
    .hero-slider .slick-dots li {
      margin-right: 20px; } }
  @media (min-width: 767px) {
    .hero-slider {
      margin-bottom: 25px; }
      .hero-slider .slick-list {
        margin-bottom: 30px; }
      .hero-slider .slick-dots li {
        margin-right: 30px; }
        .hero-slider .slick-dots li:last-child {
          margin-right: 0; }
        .hero-slider .slick-dots li button {
          height: 22px;
          width: 22px;
          border: 5px solid #e2e5e8; } }
  @media (min-width: 1200px) {
    .hero-slider .slick-dots li button {
      height: 25px;
      width: 25px; } }

@-moz-document url-prefix() {
  .hero-slider .slick-dots li button {
    border: 4px solid #e2e5e8;
    height: 25px;
    width: 25px; } }

.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: none; }

.modal-dark .modal-header {
  border: none;
  text-align: center;
  padding: 19px 19px 10px; }
  .modal-dark .modal-header .btn-close {
    position: absolute;
    top: 16px;
    right: 9px; }

.modal-dark .modal-left {
  position: absolute;
  top: 22px;
  left: 22px; }

.modal-dark .modal-content {
  background-color: #11111c;
  color: #FFF; }

.modal-dark .modal-title {
  color: #FFF;
  font-weight: 600;
  font-size: 1.38889rem; }

.modal-slider {
  position: absolute !important;
  top: 60px;
  right: 0;
  bottom: 6px;
  left: 0; }
  .modal-slider .modal-slider-group {
    padding: 20px;
    margin: 3px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: auto; }
  .modal-slider .modal-slider-media {
    max-width: 600px;
    margin: auto; }
    .modal-slider .modal-slider-media .modal-slider-img {
      padding-bottom: 50%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .modal-slider .modal-slider-avatar-container {
    max-width: 400px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px; }
    .modal-slider .modal-slider-avatar-container .modal-slider-avatar {
      padding-bottom: 100%;
      border-radius: 200px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .modal-slider .modal-slider-text {
    max-width: 600px;
    margin: auto;
    padding-top: 20px;
    font-size: 0.85714rem; }
    .modal-slider .modal-slider-text .modal-slider-title {
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      font-size: 1rem;
      display: block; }
  .modal-slider .modal-slider-separator {
    border-top: 4px solid #FFF;
    width: 55px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    margin-left: 0; }
  .modal-slider .modal-slider-content iframe {
    width: 100%; }
  .modal-slider .modal-slider-links {
    list-style-type: none;
    padding: 0; }
    .modal-slider .modal-slider-links a {
      color: #FFF;
      font-style: italic; }
  .modal-slider .slick-list, .modal-slider .slick-track, .modal-slider .slick-slide {
    height: 100%; }
  .modal-slider .slick-arrow {
    text-indent: -9999999px;
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 125px;
    background-color: transparent;
    border: none;
    z-index: 1; }
    .modal-slider .slick-arrow:before {
      position: absolute;
      top: 0;
      font-size: 60px;
      color: #fff;
      text-indent: 0;
      background-color: #11111c;
      padding: 20px 30px; }
  .modal-slider .slick-prev {
    left: 0; }
    .modal-slider .slick-prev:before {
      left: 0;
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit; }
  .modal-slider .slick-next {
    right: 0; }
    .modal-slider .slick-next:before {
      right: 0;
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit; }
  @media (min-width: 992px) and (min-height: 700px) {
    .modal-slider {
      bottom: 20px; }
      .modal-slider .modal-slider-group {
        margin: 10px;
        padding: 50px; }
      .modal-slider .modal-slider-text {
        padding-top: 30px; }
        .modal-slider .modal-slider-text .modal-slider-title {
          font-size: 1.66667rem; }
      .modal-slider .modal-slider-separator {
        margin-top: 25px;
        margin-bottom: 25px; } }

.modal {
  display: block !important;
  pointer-events: none;
  padding-right: 0 !important; }
  .modal.fade.in {
    pointer-events: initial; }

.modalEstimate .modal-dialog {
  max-width: 392px; }

.modalEstimate .modal-body {
  padding: 20px 15px; }
  .modalEstimate .modal-body p {
    margin-bottom: 15px; }
    .modalEstimate .modal-body p:last-child {
      margin: 0; }

.modalEstimate .btn {
  width: 120px; }

.modalEstimate .modal-title p {
  margin-bottom: 0; }

@media (min-width: 480px) {
  .modalEstimate .modal-body {
    padding: 50px 15px; }
  .modalEstimate .btn {
    width: 175px; }
  .modalEstimate .modal-footer .btn + .btn {
    margin-left: 5px; } }

@-moz-document url-prefix() {
  .modal-slider .slick-arrow {
    width: 80px; } }

/* WIDGETS
=========================== */
/* HEADER */
.nav-primary a {
  color: #e2e5e8;
  display: block; }

.nav-primary .nav-primary-group {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  background-color: #11111c;
  text-align: center;
  z-index: 10; }

.nav-primary .nav-primary-anchors, .nav-primary .nav-primary-social {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.nav-primary .nav-primary-anchors a {
  padding: 35px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif; }
  .nav-primary .nav-primary-anchors a:hover, .nav-primary .nav-primary-anchors a:focus, .nav-primary .nav-primary-anchors a.active {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none; }
  .nav-primary .nav-primary-anchors a:active {
    background-color: #ec008c;
    text-decoration: none; }

.nav-primary .nav-primary-social .nav-primary-social-title {
  padding: 42px 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  color: #e2e5e8;
  display: block; }

.nav-primary .nav-primary-social a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.22222rem;
  margin: 25px auto 0;
  border-radius: 100px; }
  .nav-primary .nav-primary-social a:hover, .nav-primary .nav-primary-social a:focus {
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none; }
  .nav-primary .nav-primary-social a:active {
    background-color: #ec008c; }

.nav-primary .navbar-toggle {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition: all 600ms ease;
  border: none;
  border-radius: 0;
  padding: 23px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20; }
  .nav-primary .navbar-toggle .icon-bar {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 600ms ease;
    width: 25px;
    transform: rotate(45deg);
    background-color: #e2e5e8; }
    .nav-primary .navbar-toggle .icon-bar:first-child {
      transform: translateY(6px) rotate(-45deg); }
    .nav-primary .navbar-toggle .icon-bar:last-child {
      transform: translateY(-6px) rotate(0);
      opacity: 0; }
  .nav-primary .navbar-toggle.collapsed .icon-bar {
    transform: rotate(0);
    background-color: #c6ccd1; }
    .nav-primary .navbar-toggle.collapsed .icon-bar:first-child {
      transform: translateY(0) rotate(0); }
    .nav-primary .navbar-toggle.collapsed .icon-bar:last-child {
      opacity: 1; }

@media (max-height: 920px) {
  .nav-primary .nav-primary-anchors a {
    padding: 22px 10px; }
  .nav-primary .nav-primary-bottom .btn-primary {
    padding: 22px 10px; } }

@media (max-height: 775px) {
  .nav-primary .nav-primary-anchors a {
    padding: 16px 10px; }
  .nav-primary .nav-primary-bottom .btn-primary {
    padding: 16px 10px; }
  .nav-primary .nav-primary-social a {
    margin: 20px auto 0; }
  .nav-primary .nav-primary-social .nav-primary-social-title {
    padding: 16px 10px 0px; } }

@media (max-width: 766px), (max-height: 645px) {
  .nav-primary.active .nav-primary-group {
    transform: translateX(0); }
  .nav-primary .nav-primary-group {
    left: 0;
    width: initial;
    text-align: left;
    transform: translateX(-100%);
    transition: 600ms all ease;
    z-index: 11;
    position: fixed;
    bottom: 0px;
    overflow: hidden; }
  .nav-primary .nav-primary-anchors li:nth-child(1) a {
    background-color: rgba(255, 255, 255, 0.25); }
  .nav-primary .nav-primary-anchors li:nth-child(2) a {
    background-color: rgba(255, 255, 255, 0.2); }
  .nav-primary .nav-primary-anchors li:nth-child(3) a {
    background-color: rgba(255, 255, 255, 0.15); }
  .nav-primary .nav-primary-anchors li:nth-child(4) a {
    background-color: rgba(255, 255, 255, 0.1); }
  .nav-primary .nav-primary-anchors li:nth-child(5) a {
    background-color: rgba(255, 255, 255, 0.05); }
  .nav-primary .nav-primary-anchors li a {
    padding: 30px 50px; }
    .nav-primary .nav-primary-anchors li a:hover, .nav-primary .nav-primary-anchors li a:focus, .nav-primary .nav-primary-anchors li a:active {
      background-color: #ec008c !important; }
  .nav-primary .nav-primary-social {
    position: absolute;
    right: 40px;
    bottom: 40px;
    left: 40px; }
    .nav-primary .nav-primary-social .nav-primary-social-title {
      padding: 0; }
    .nav-primary .nav-primary-social a {
      margin-top: 0;
      text-align: center; }
    .nav-primary .nav-primary-social li {
      float: left;
      margin: 10px; }
      .nav-primary .nav-primary-social li:first-child {
        float: none; }
  .nav-primary .navbar-toggle {
    display: block; } }

@media (max-height: 560px) {
  .nav-primary .nav-primary-anchors li a {
    padding: 20px 50px; } }

.nav-secondary {
  position: fixed;
  z-index: 10;
  bottom: 15px;
  right: 15px; }
  .nav-secondary .btn {
    padding: 40px 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #FFF; }
    .nav-secondary .btn:hover, .nav-secondary .btn:focus {
      border-color: #ff20a4;
      background-color: #ff20a4; }
  .nav-secondary .nav-secondary-collapse {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    display: none; }
  .nav-secondary .nav-secondary-overlay {
    display: none; }
  .nav-secondary .btn-contribute {
    border-radius: 100px !important;
    box-shadow: 0px 5px 20px rgba(236, 0, 140, 0.5);
    width: 135px; }
  .nav-secondary.active .btn-contribute {
    background-color: #11111c;
    border-color: #11111c;
    box-shadow: 0px 5px 20px rgba(17, 17, 28, 0.5); }
  .nav-secondary.active .nav-secondary-collapse {
    transform: translateY(0);
    opacity: 1; }
  @media (max-height: 920px) {
    .nav-secondary .btn {
      padding: 30px 10px; } }
  @media (max-height: 775px) {
    .nav-secondary .btn {
      padding: 20px 10px; } }
  @media (max-height: 645px) {
    .nav-secondary .btn {
      padding: 15px 10px; } }
  @media (min-width: 767px) and (min-height: 646px) {
    .nav-secondary {
      width: 160px;
      right: 0;
      bottom: 0; }
      .nav-secondary .nav-secondary-overlay {
        background-color: rgba(17, 17, 28, 0.5);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 160px; }
      .nav-secondary .nav-secondary-collapse {
        border-radius: 0;
        margin-bottom: 0; }
      .nav-secondary .btn-contribute {
        border-radius: 0 !important;
        box-shadow: none !important;
        width: 100%; } }

.cta-nixa {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none; }
  .cta-nixa .cta-nixa-bg {
    width: 70px;
    height: 70px;
    background-color: #11111c;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 300ms ease; }
  .cta-nixa .cta-nixa-link {
    display: block;
    color: #000;
    padding: 15px 10px;
    line-height: 0.88889rem; }
    .cta-nixa .cta-nixa-link:hover, .cta-nixa .cta-nixa-link:active, .cta-nixa .cta-nixa-link:focus {
      text-decoration: none;
      color: #1d272c; }
      .cta-nixa .cta-nixa-link:hover .cta-nixa-bg, .cta-nixa .cta-nixa-link:active .cta-nixa-bg, .cta-nixa .cta-nixa-link:focus .cta-nixa-bg {
        background-color: #f0f2f3;
        height: 90px;
        width: 120px; }
      .cta-nixa .cta-nixa-link:hover .cta-nixa-logo, .cta-nixa .cta-nixa-link:active .cta-nixa-logo, .cta-nixa .cta-nixa-link:focus .cta-nixa-logo {
        margin-bottom: 0 !important; }
        .cta-nixa .cta-nixa-link:hover .cta-nixa-logo svg *, .cta-nixa .cta-nixa-link:active .cta-nixa-logo svg *, .cta-nixa .cta-nixa-link:focus .cta-nixa-logo svg * {
          fill: #1d272c; }
        .cta-nixa .cta-nixa-link:hover .cta-nixa-logo svg .nixa-logo-i-dot, .cta-nixa .cta-nixa-link:active .cta-nixa-logo svg .nixa-logo-i-dot, .cta-nixa .cta-nixa-link:focus .cta-nixa-logo svg .nixa-logo-i-dot {
          fill: #d9232e !important; }
      .cta-nixa .cta-nixa-link:hover .cta-nixa-logo svg *, .cta-nixa .cta-nixa-link:active .cta-nixa-logo svg *, .cta-nixa .cta-nixa-link:focus .cta-nixa-logo svg * {
        opacity: 1 !important; }
      .cta-nixa .cta-nixa-link:hover .cta-nixa-sub, .cta-nixa .cta-nixa-link:active .cta-nixa-sub, .cta-nixa .cta-nixa-link:focus .cta-nixa-sub {
        opacity: 1 !important; }
  .cta-nixa .cta-nixa-logo {
    margin-bottom: -15px;
    width: 85px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 300ms ease; }
    .cta-nixa .cta-nixa-logo svg * {
      fill: #FFF;
      opacity: 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transition: all 300ms ease; }
    .cta-nixa .cta-nixa-logo .nixa-logo-ni {
      fill: #FFF;
      opacity: 1 !important; }
  .cta-nixa .cta-nixa-sub {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 300ms ease; }
  .cta-nixa.cta-nixa-md .cta-nixa-logo svg * {
    opacity: 1 !important; }
  .cta-nixa.cta-nixa-lg .cta-nixa-logo svg * {
    opacity: 1 !important; }
  @media (min-width: 992px) {
    .cta-nixa .cta-nixa-logo {
      margin-bottom: -20px; } }
  @media (min-width: 1680px) {
    .cta-nixa {
      display: block; } }

header img {
  width: 215px;
  max-width: 100%;
  margin: 24px 0 25px 0; }

header .collapse-container {
  position: absolute;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  left: 0; }

header .news-collapse {
  width: 100%;
  z-index: 2;
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition: all 300ms ease; }
  header .news-collapse.news-collapse-close {
    top: 0; }
  header .news-collapse.news-collapse-open {
    top: 0 !important; }
    header .news-collapse.news-collapse-open #news-collapse-btn i {
      transform: rotate(-180deg); }
  header .news-collapse #news-collapse-btn {
    font-size: 0.88889rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 60%;
    padding-bottom: 10px;
    padding-top: 10px;
    border: none;
    background-color: #e2e5e8; }
    header .news-collapse #news-collapse-btn i {
      margin-left: 7px;
      transform: rotate(0);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transition: all 300ms ease; }
    header .news-collapse #news-collapse-btn p {
      display: inline;
      margin: 0; }
  header .news-collapse .collapse-content {
    padding: 10px;
    border-left: 5px #e2e5e8 solid;
    border-right: 5px #e2e5e8 solid;
    border-bottom: 5px #e2e5e8 solid;
    background-color: #FFF; }

@media (min-width: 480px) {
  header img {
    width: 275px;
    margin: 15px 0 25px 0; } }

@media (min-width: 767px) {
  header img {
    width: 375px;
    margin: 25px 0 60px 0; }
  header .header-container {
    position: relative; }
  header .news-collapse {
    display: block; }
    header .news-collapse .collapse-content {
      border-bottom-left-radius: 20px; }
    header .news-collapse #news-collapse-btn {
      width: 240px !important;
      float: right; } }

/* FOOTER */
footer {
  padding-bottom: 140px; }
  footer .footer-social {
    padding-left: 0;
    list-style-type: none; }
    footer .footer-social li {
      display: inline-block;
      margin-right: 5px; }
      footer .footer-social li:last-child {
        margin-right: 0; }
      footer .footer-social li a {
        display: block;
        color: #000;
        font-size: 25px;
        height: 60px;
        width: 60px;
        text-align: center;
        background-color: #e2e5e8;
        border-radius: 50%;
        border: #e2e5e8 1px solid; }
        footer .footer-social li a:hover, footer .footer-social li a:focus {
          background-color: #f0f2f3; }
  footer .footer-text .copyrights {
    margin-top: 20px; }
  footer .black-title-zone {
    padding: 20px 0 65px 0; }
  footer .cta-nixa-footer {
    margin: 20px 0; }
    footer .cta-nixa-footer a {
      display: block;
      color: #000; }
      footer .cta-nixa-footer a .cta-nixa-logo svg {
        width: 112px; }
        footer .cta-nixa-footer a .cta-nixa-logo svg .nixa-logo-i-dot {
          fill: #d9232e; }
      footer .cta-nixa-footer a .cta-text {
        font-size: 11px;
        margin-bottom: 5px; }
      footer .cta-nixa-footer a .cta-sub {
        font-size: 12px;
        text-transform: uppercase; }
      footer .cta-nixa-footer a:hover, footer .cta-nixa-footer a:focus {
        text-decoration: none; }
    @media (min-width: 1680px) {
      footer .cta-nixa-footer {
        display: none; } }
  @media (min-width: 480px) {
    footer .footer-social li {
      margin-right: 30px;
      margin-bottom: 0; }
      footer .footer-social li:last-child {
        margin-right: 0; }
      footer .footer-social li a {
        height: 65px;
        width: 65px; } }
  @media (min-width: 992px) {
    footer {
      padding-bottom: 0; }
      footer .footer-text {
        height: 95px; }
      footer .black-title-zone {
        padding: 110px 0 80px 0; } }

/* PAGES */
.menu-open {
  overflow-y: hidden; }

.show-section-image {
  height: 200px; }
  @media (min-width: 480px) {
    .show-section-image {
      height: 250px; } }
  @media (min-width: 992px) {
    .show-section-image {
      position: absolute;
      height: 100%;
      width: 50%;
      top: 0;
      right: 0; } }

#buy-page .black-title-zone {
  padding-top: 20px; }

#contact .form-group {
  margin-bottom: 35px; }

#contact label {
  margin-bottom: 15px; }

.upcoming-show-section {
  position: relative; }

.show-social {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 75px; }
  .show-social li {
    display: inline-block;
    text-align: center;
    margin-right: 5px; }
    .show-social li:last-child {
      margin-right: 0; }
    .show-social li a {
      display: block;
      border-radius: 50%;
      height: 60px;
      width: 60px;
      background-color: #5c678e;
      color: #FFF;
      font-size: 25px; }
      .show-social li a:hover, .show-social li a:focus {
        background-color: #868fb1; }
  @media (min-width: 480px) {
    .show-social {
      margin-bottom: 90px; }
      .show-social li {
        margin-right: 30px; }
        .show-social li:last-child {
          margin-right: 0; }
        .show-social li a {
          height: 65px;
          width: 65px; } }
  @media (min-width: 992px) {
    .show-social li {
      margin-right: 18px; }
      .show-social li:last-child {
        margin-right: 0; }
      .show-social li a {
        height: 60px;
        width: 60px; } }
  @media (min-width: 1200px) {
    .show-social li {
      margin-right: 30px; }
      .show-social li:last-child {
        margin-right: 0; }
      .show-social li a {
        height: 65px;
        width: 65px; } }

.visual-artist-btn-group {
  margin-bottom: 45px;
  text-align: right; }
  .visual-artist-btn-group a {
    min-width: 100%;
    margin-bottom: 10px; }
  @media (min-width: 480px) {
    .visual-artist-btn-group a {
      min-width: auto;
      margin-right: 15px; }
      .visual-artist-btn-group a:last-child {
        margin-right: 0; } }
  @media (min-width: 767px) {
    .visual-artist-btn-group {
      margin-bottom: 75px; } }

.collaborator-btn-group {
  text-align: right; }
  .collaborator-btn-group a {
    min-width: 100%;
    margin-bottom: 10px;
    margin-top: 20px; }
    .collaborator-btn-group a:last-child {
      margin-top: 0; }
  @media (min-width: 480px) {
    .collaborator-btn-group a {
      min-width: auto;
      margin-top: 16px;
      margin-right: 15px; }
      .collaborator-btn-group a:last-child {
        margin-top: 16px;
        margin-right: 0; } }
  @media (min-width: 767px) {
    .collaborator-btn-group {
      margin-bottom: 75px; } }

.contributing-artist {
  padding-bottom: 75px; }
  @media (min-width: 767px) {
    .contributing-artist {
      padding-bottom: 170px; } }

.video-container {
  position: relative;
  padding-bottom: 40.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media (min-width: 767px) {
    .video-container {
      padding-bottom: 44.5%; } }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-title {
  margin-bottom: 30px; }
  @media (min-width: 767px) {
    .section-title {
      margin-bottom: 45px; } }

body {
  position: relative;
  overflow: auto; }

html {
  overflow-x: hidden; }

#no-product-content h2 {
  margin-bottom: 50px !important; }

#no-product-content .btn {
  margin-top: 25px; }

#no-product-content .newsletter-form {
  padding: 50px; }

/* HOME */
/* 404 */
#error404 #page-404 {
  background-color: #FFF;
  padding: 0; }
  #error404 #page-404 p {
    padding-bottom: 30px; }
    #error404 #page-404 p:empty {
      display: none; }
  #error404 #page-404 a p {
    margin: 0 !important;
    padding: 0 !important; }

/* coming soon */
#coming-soon-page footer {
  display: none; }

#coming-soon-page header {
  display: none; }

#coming-soon-page .cta-nixa {
  display: none; }

#coming-soon-page img {
  width: 500px;
  max-width: 100%;
  margin-top: 50px; }
  @media (min-width: 992px) {
    #coming-soon-page img {
      margin-top: 90px; } }

#coming-soon-page h1, #coming-soon-page .d1 {
  font-size: 2.77778rem;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 20px; }
  #coming-soon-page h1 p, #coming-soon-page .d1 p {
    margin: 0; }
  @media (min-width: 480px) {
    #coming-soon-page h1, #coming-soon-page .d1 {
      font-size: 3.88889rem;
      margin-top: 50px; } }
  @media (min-width: 992px) {
    #coming-soon-page h1, #coming-soon-page .d1 {
      font-size: 5rem;
      margin-top: 140px; } }

#coming-soon-page .page-container {
  width: 100%; }

#coming-soon-page .container {
  text-align: center; }
