*:focus {
  outline: 0px none transparent;
}
.ny__banner {
  height: 346px;
  background: url("/assets/special/nycard/i/banner.jpg") 50% 50% no-repeat;
  margin-bottom: 50px;
}
.block--ny-goats {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  max-width: 1300px;
  position: relative;
}
.block--ny-goats:after {
  display: block;
  content: " ";
  position: absolute;
  background: url("/assets/special/nycard/i/goat-right.png");
  width: 195px;
  height: 186px;
  right: 20px;
  top: 60px;
}
.block--ny-goats:before {
  display: block;
  content: " ";
  position: absolute;
  background: url("/assets/special/nycard/i/goat-left.png");
  width: 195px;
  height: 186px;
  left: 20px;
  top: 30px;
  display: none;
}
.ny__card {
  margin-bottom: 80px;
  width: 30%;
  margin-right: 3%;
  height: 472px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  position: relative;
  top: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid #fff;
  border: 8px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ny__card:last-child {
  margin-right: 0;
}
.ny__card:after {
  position: absolute;
  background: #ccc;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: " ";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ny__card:hover:after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.ny__card.selected {
  outline: 1px solid #000;
}
.ny__hr {
  border: none;
  border-bottom: 1px solid #eaeaea;
  background: none;
  margin-bottom: 50px;
}
.ny__form {
  clear: both;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px;
  position: relative;
}
.ny__form input[type=text] {
  background: transparent;
  border: none;
  height: 36px;
  width: 80%;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
  color: #000;
  font-family: "P22 Underground";
}
.ny__form input[type=text].error {
  border-bottom: 1px solid #f00;
}
.ny__form label {
  display: block;
  clear: both;
  padding-top: 20px;
  color: #000;
  font-family: "P22 Underground";
  font-size: 12px;
  text-transform: uppercase;
}
.ny__form textarea {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  resize: none;
  background: url("/assets/i/textarea-bg.png");
  min-height: 175px;
  height: 175px;
  width: 100%;
  overflow: hidden;
  color: #555;
  font-family: "Minion Pro";
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  line-height: 43px;
  outline: none;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
.ny__form__mailman {
  height: 344px;
  width: 100%;
  background: url("/assets/special/nycard/i/goat-mailman.jpg") 50% 0 no-repeat;
}
.btn-huge--ny {
  width: 200px;
}
.ny__thanks {
  display: none;
  font-family: "P22 Underground";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 180%;
  font-size: 14 p;
  letter-spacing: 6px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  position: absolute;
  top: 0px;
  padding-top: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  height: 100%;
  text-align: center;
  background: url("/assets/special/nycard/i/thanks.png") 50% 20% #fff no-repeat;
}
@media only screen and (max-height: 1150px) {
  .ny__thanks {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.ny__relative {
  position: relative;
}
.ny__form__form {
  min-width: 980px;
}
.ny__view__card {
  width: 557px;
  height: 719px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}
.ny__view__card .subtitle {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.ny__view__card .item-description-huge {
  padding-top: 260px;
}
.ny__view__card {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.ny__view__card:hover .ny__view__card__flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ny__view__card__front,
.ny__view__card__back {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 557px;
  height: 719px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
}
.ny__view__card__flipper {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.ny__view__card__front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ny__view__card__back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ny__view__share {
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 40px;
  margin-bottom: 45px;
  font-family: "P22 Underground";
  letter-spacing: 3px;
  color: #000;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
}
.ny__view__share div {
  display: inline-block;
  vertical-align: 3px;
}
.ny__view__share .b-share-btn__wrap {
  margin-right: 5px;
}
.ny__view__buttons {
  clear: both;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.ny__view__buttons--right {
  text-align: right;
}
.btn-huge--ny--sendfriend {
  width: 290px;
}
.btn-huge--ny--category {
  width: 310px;
  margin-left: 30px !important;
}
.ny__view__share--float {
  display: inline-block;
  margin-left: 30px;
  border-bottom: 0;
  margin-bottom: -50px;
  padding-bottom: 0;
}
