/*********************/
/*** INK OVERRIDES ***/
/*********************/
ul.unstyled ul.unstyled {
  padding: 0;
  list-style: none;
}
ul.marginless {
  margin-top: 0;
  margin-bottom: 0;
}
ul li.marginless {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
footer {
  background: none;
  border: none;
}
.toggle-target.show-all {
  display: block!important;
}
.ink-button {
  height: 40px;
  padding: 9px 6px;
  margin: 0;
  background: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  text-shadow: none;
  white-space: nowrap;
  color: #999;
  color: #666666;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ink-button i {
  padding: 0;
  margin: 0 4px;
  font-size: 14px;
  line-height: 20px;
}
.ink-button span {
  padding: 0;
  margin: 0 4px;
  line-height: 20px;
}
.ink-button:focus {
  background-color: #EEE;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-button:hover {
  background: none;
  border-color: #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-button:active {
  background: none;
  background-color: #EEE;
  border-color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-button.main-action {
  background: none;
  background-color: #FFCD57;
  color: #FFF !important;
  border-color: #FFCD57 !important;
}
.ink-button.main-action .active {
  background-color: #ffb60b;
}
.ink-button.main-action:hover {
  background-color: #ffc53e;
  border-color: #ffc53e !important;
}
.ink-button.main-action:active {
  background-color: #ffbe24;
}
.ink-button.secondary-action {
  background: none;
  background-color: #555555;
  color: #FFF !important;
  border-color: #555555 !important;
}
.ink-button.secondary-action .active {
  background-color: #2f2f2f;
}
.ink-button.secondary-action:hover {
  background-color: #484848;
  border-color: #484848 !important;
}
.ink-button.secondary-action:active {
  background-color: #3b3b3b;
}
.ink-button.positive {
  background: none;
  background-color: #77AB7B;
  color: #FFF !important;
  border-color: #77AB7B !important;
}
.ink-button.positive .active {
  background-color: #528455;
}
.ink-button.positive:hover {
  background-color: #67a16c;
  border-color: #67a16c !important;
}
.ink-button.positive:active {
  background-color: #5b9460;
}
.ink-button.negative {
  background: none;
  background-color: #C55D5D;
  color: #FFF !important;
  border-color: #C55D5D !important;
}
.ink-button.negative .active {
  background-color: #9d3838;
}
.ink-button.negative:hover {
  background-color: #be4a4a;
  border-color: #be4a4a !important;
}
.ink-button.negative:active {
  background-color: #b03f3f;
}
.ink-button.facebook {
  background: none;
  background-color: #6D84B4;
  color: #FFF !important;
  border-color: #6D84B4 !important;
}
.ink-button.facebook .active {
  background-color: #485e8c;
}
.ink-button.facebook:hover {
  background-color: #5c76ab;
  border-color: #5c76ab !important;
}
.ink-button.facebook:active {
  background-color: #516a9d;
}
.ink-button.pinterest {
  background: none;
  background-color: #E3262E;
  color: #FFF !important;
  border-color: #E3262E !important;
}
.ink-button.pinterest .active {
  background-color: #a7161c;
}
.ink-button.pinterest:hover {
  background-color: #d41b23;
  border-color: #d41b23 !important;
}
.ink-button.pinterest:active {
  background-color: #be181f;
}
.ink-button.twitter {
  background: none;
  background-color: #64ABE5;
  color: #FFF !important;
  border-color: #64ABE5 !important;
}
.ink-button.twitter .active {
  background-color: #2487d8;
}
.ink-button.twitter:hover {
  background-color: #4e9fe1;
  border-color: #4e9fe1 !important;
}
.ink-button.twitter:active {
  background-color: #3893de;
}
.ink-button.google {
  background: none;
  background-color: #D14836;
  color: #FFF !important;
  border-color: #D14836 !important;
}
.ink-button.google .active {
  background-color: #983023;
}
.ink-button.google:hover {
  background-color: #c13e2c;
  border-color: #c13e2c !important;
}
.ink-button.google:active {
  background-color: #ad3727;
}
.ink-button.paypal {
  background: none;
  background-color: #084482;
  color: #FFF !important;
  border-color: #084482 !important;
}
.ink-button.paypal .active {
  background-color: #041e3a;
}
.ink-button.paypal:hover {
  background-color: #07376a;
  border-color: #07376a !important;
}
.ink-button.paypal:active {
  background-color: #052b52;
}
.ink-button.walletpt {
  background: none;
  background-color: #00869E;
  color: #FFF !important;
  border-color: #00869E !important;
}
.ink-button.walletpt .active {
  background-color: #004552;
}
.ink-button.walletpt:hover {
  background-color: #007085;
  border-color: #007085 !important;
}
.ink-button.walletpt:active {
  background-color: #005b6b;
}
.ink-button.whatsapp {
  background: none;
  background-color: #34af23;
  color: #FFF !important;
  border-color: #34af23 !important;
}
.ink-button.whatsapp .active {
  background-color: #216f16;
}
.ink-button.whatsapp:hover {
  background-color: #2e9a1f;
  border-color: #2e9a1f !important;
}
.ink-button.whatsapp:active {
  background-color: #27851a;
}
.ink-button.email {
  background: none;
  background-color: #999;
  color: #FFF !important;
  border-color: #999 !important;
}
.ink-button.email .active {
  background-color: #737373;
}
.ink-button.email:hover {
  background-color: #8c8c8c;
  border-color: #8c8c8c !important;
}
.ink-button.email:active {
  background-color: #808080;
}
.ink-button.disabled,
.ink-button[disabled] {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  pointer-events: none;
}
.ink-button.icon-only {
  width: 36px;
  text-align: center;
}
.ink-button.icon-only i {
  margin: 0;
}
.ink-button.icon-only span {
  display: none;
}
.ink-button.full-width {
  width: 100%;
}
.ink-button.block {
  display: block;
}
.ink-button.no-box {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border: none!important;
}
.ink-button.no-box.negative {
  color: #C55D5D !important;
}
.ink-button.no-box:hover {
  background: none;
  color: #333!important;
}
.ink-button.no-box.highlight {
  color: #FFCD57 !important;
}
.ink-button.no-box.highlight:hover {
  color: #333!important;
}
.button-group > .ink-button {
  border-left: 1px solid #b3b3b3;
}
.button-group > .ink-button:hover,
.button-group > .ink-button:active,
.button-group > .ink-button:focus {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: initial;
}
.button-group > .ink-button:disabled {
  background: none;
  border-color: initial;
}
.button-group > .ink-button:first-child,
.button-group > .ink-button:last-child {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ink-form {
  margin-bottom: 0;
}
.ink-form select,
.ink-form textarea,
.ink-form .input-file,
.ink-form input[type="text"],
.ink-form input[type="password"],
.ink-form input[type="datetime"],
.ink-form input[type="datetime-local"],
.ink-form input[type="date"],
.ink-form input[type="month"],
.ink-form input[type="time"],
.ink-form input[type="week"],
.ink-form input[type="number"],
.ink-form input[type="email"],
.ink-form input[type="url"],
.ink-form input[type="search"],
.ink-form input[type="tel"],
.ink-form input[type="color"] {
  font-size: 0.875em;
  /*font-weight:400;*/
  line-height: 22px;
  border-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #333;
}
.ink-form select:not([disabled]):not([readonly]):hover,
.ink-form textarea:not([disabled]):not([readonly]):hover,
.ink-form .input-file:not([disabled]):not([readonly]):hover,
.ink-form input[type="text"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="password"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="datetime"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="datetime-local"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="date"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="month"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="time"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="week"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="number"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="email"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="url"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="search"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="tel"]:not([disabled]):not([readonly]):hover,
.ink-form input[type="color"]:not([disabled]):not([readonly]):hover {
  border-color: #999999;
}
.ink-form select:not([disabled]):not([readonly]):focus,
.ink-form textarea:not([disabled]):not([readonly]):focus,
.ink-form .input-file:not([disabled]):not([readonly]):focus,
.ink-form input[type="text"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="password"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="datetime"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="datetime-local"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="date"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="month"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="time"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="week"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="number"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="email"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="url"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="search"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="tel"]:not([disabled]):not([readonly]):focus,
.ink-form input[type="color"]:not([disabled]):not([readonly]):focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #333;
}
.ink-form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.ink-form .control-group > label {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.ink-form select[disabled],
.ink-form select[readonly],
.ink-form input[disabled],
.ink-form input[readonly],
.ink-form textarea[disabled],
.ink-form textarea[readonly] {
  background-color: #EEE;
  border-color: #EAEAEA;
  color: #999;
}
.ink-form select {
  position: relative;
  padding-right: 28px!important;
  background: none;
  background-color: #FFF;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}
.ink-form textarea {
  min-height: 13em;
  resize: vertical;
}
.ink-form .control-group .control .tip {
  clear: both;
}
.ink-form .control-group .control.select:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 37px;
  margin-top: -19px;
  line-height: 38px;
  font-size: 12px;
  text-align: center;
  z-index: -1;
  font-family: 'FontAwesome';
  content: "\f0dc";
  text-shadow: none;
  color: #333;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ink-form .control-group .control .has-extra-input {
  padding-bottom: 40px;
}
.ink-form .control-group .control .has-extra-input [type="text"] {
  position: absolute;
  bottom: 0;
  left: 22px;
}
.ink-form .control-group .control .tip.validation {
  display: none;
}
.ink-form .control-group .control object.swfupload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.ink-form .control-group ul.control > li > .tip {
  margin: -5px 0 10px 0;
}
.ink-form .control-group.validation .tip.validation {
  display: block!important;
}
.ink-form .control-group.disabled > label {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ink-form .control-group.disabled .control.select:before {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.ink-form .ink-button {
  margin: 0;
}
.ink-form.horizontal-form .ink-button {
  margin: 0;
}
.ink-form .control-group.validation.error input,
.ink-form .control-group.validation.warning input,
.ink-form .control-group.validation.error textarea,
.ink-form .control-group.validation.warning textarea,
.ink-form .control-group.validation.error select,
.ink-form .control-group.validation.warning select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-form .control-group.amount .control {
  position: relative;
  padding-right: 32px;
}
.ink-form .control-group.amount .control .currency,
.ink-form .control-group.amount .control .unit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  margin: 0;
  font-size: 14px;
  line-height: 40px;
}
.ink-form .control-group.percentage {
  position: relative;
}
.ink-form .control-group.percentage .control {
  padding-right: 20px;
}
.ink-form .control-group.percentage .value {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
}
.ink-form .control-group .control.append-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ink-form .control-group .control.append-button span > input {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
  /*border-right:none;*/
}
.ink-form .control-group .control.append-button .ink-button {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.ink-form .control-group .control.append-button .ink-button i {
  margin-left: 2px;
}
.ink-form .control-group .control li {
  position: relative;
  overflow: hidden;
}
.ink-form .control-group .control input[type="radio"] {
  margin-left: 1px;
}
.ink-form p.tip {
  font-size: 0.75em;
  line-height: 1.4em;
}
@-moz-document url-prefix() {
  .ink-form .control.select:before {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .ink-form .control.select:before {
    display: none;
  }
  .ink-form select {
    padding-right: 6px !important;
  }
}
.ink-table-wrapper.filter-as-type-processing {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  pointer-events: none;
}
.ink-table-wrapper.has-scroll {
  position: relative;
  overflow-x: hidden;
}
.ink-table-wrapper.has-scroll:after,
.ink-table-wrapper.has-scroll:before {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  -webkit-border-radius: 10px 0 0 0.2px 0 0 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 0 0 0.2px 0 0 50%;
  -moz-background-clip: padding;
  border-radius: 10px 0 0 0.2px 0 0 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  content: '';
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ink-table-wrapper.has-scroll:after {
  left: 100%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
}
.ink-table-wrapper.has-scroll:before {
  right: 100%;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
}
.ink-table-wrapper.has-scroll.has-scroll-right:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ink-table-wrapper.has-scroll.has-scroll-left:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ink-table-wrapper.has-scroll > div {
  overflow-x: auto;
}
.ink-table-wrapper.has-scroll > div .ink-table {
  margin: 0;
}
.ink-table-wrapper.has-scroll > div::-webkit-scrollbar {
  height: 12px;
}
.ink-table-wrapper.has-scroll > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
.ink-table-wrapper.has-scroll > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}
table.ink-table {
  background: none;
  border-color: #DDD;
}
table.ink-table tbody tr:hover {
  background-color: #F3F3F3;
  background-color: rgba(0, 0, 0, 0.05);
}
table.ink-table th {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
table.ink-table tr td {
  padding: 10px;
}
table.ink-table tr td,
table.ink-table tr th {
  line-height: 1.4em;
  text-align: center;
  border-color: #DDD;
}
table.ink-table tr td:first-child,
table.ink-table tr th:first-child,
table.ink-table tr td:first-child,
table.ink-table tr th:first-child {
  text-align: left;
  /*white-space:nowrap;*/
}
table.ink-table tr th.long,
table.ink-table tr td.long {
  min-width: 40%;
  min-width: 200px;
  text-align: left;
}
table.ink-table tr td.unbreakable {
  white-space: nowrap;
}
table.ink-table tr td.image {
  width: 40px;
}
table.ink-table tr td.image .thumb {
  width: 40px;
}
table.ink-table tr:last-child {
  border-bottom: 1px solid #DDD;
}
table.ink-table tr.expired .action.toggler a {
  visibility: hidden;
}
table.ink-table tr.loading {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  pointer-events: none;
}
.no-touch table.ink-table tr.disabled,
.no-touch table.ink-table tr.offline {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.no-touch table.ink-table tr.disabled:hover,
.no-touch table.ink-table tr.offline:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.no-touch table.ink-table tr.disabled .name,
.no-touch table.ink-table tr.offline .name {
  /*text-decoration:line-through;*/
}
table.ink-table .action {
  max-width: 10%;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
table.ink-table .action .ink-button {
  height: auto;
  padding: 0;
  color: #FFCD57;
}
table.ink-table .action i {
  margin-right: 5px;
  font-size: 14px;
}
table.ink-table .toggler .toggle-active,
table.ink-table .toggler .toggle-inactive {
  display: none;
}
table.ink-table .toggler .active .toggle-inactive {
  display: inline-block;
}
table.ink-table .toggler .inactive {
  color: #999;
}
table.ink-table .toggler .inactive .toggle-active {
  display: inline-block;
}
table.ink-table .value {
  text-align: right;
}
table.ink-table .control-group {
  margin: 0;
}
table.ink-table.bordered {
  background-color: #FAFAFA;
  border-color: #CCC;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
table.ink-table.bordered thead {
  background-color: #999;
}
table.ink-table.bordered thead tr th {
  border-color: #999;
  color: #FFF;
}
table.ink-table.bordered tbody tr td {
  border-color: #CCC;
}
table.ink-table.dark-bg .control.select:before {
  color: #DDD;
}
table.ink-table.dark-bg input,
table.ink-table.dark-bg select {
  background: #2b2b2b;
  border-color: #454545;
  color: #DDD;
}
table.ink-table.dark-bg input::-webkit-input-placeholder,
table.ink-table.dark-bg select::-webkit-input-placeholder {
  color: #454545;
}
table.ink-table.dark-bg input:-moz-placeholder,
table.ink-table.dark-bg select:-moz-placeholder {
  color: #454545;
}
table.ink-table.dark-bg input::-moz-placeholder,
table.ink-table.dark-bg select::-moz-placeholder {
  color: #454545;
}
table.ink-table.dark-bg input:-ms-input-placeholder,
table.ink-table.dark-bg select:-ms-input-placeholder {
  color: #454545;
}
table.ink-table.dark-bg input:not([disabled]):not([readonly]):hover,
table.ink-table.dark-bg select:not([disabled]):not([readonly]):hover {
  border-color: #666666;
}
table.ink-table.dark-bg input:not([disabled]):not([readonly]):focus,
table.ink-table.dark-bg select:not([disabled]):not([readonly]):focus {
  border-color: #999999;
}
table.ink-table.dark-bg tbody tr:hover {
  background-color: #3b3b3b;
  background-color: rgba(255, 255, 255, 0.05);
}
table.ink-table.dark-bg tr td,
table.ink-table.dark-bg tr th {
  border-color: #4d4d4d;
}
table.ink-table.dark-bg tr:last-child {
  border-color: #4d4d4d;
}
table.ink-table.headless tr:first-child {
  border-top: 1px solid #DDD;
}
table.ink-table .ink-table-footer {
  font-weight: bold;
}
table.ink-table .ink-table-footer:last-child td {
  border-bottom: none;
}
.ink-navigation {
  font-family: "Roboto", sans-serif;
}
.ink-navigation ul.pagination li.active a {
  text-decoration: none;
  color: #999;
  cursor: default;
}
.ink-navigation ul.dropdown {
  max-width: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-navigation ul.dropdown li {
  width: 100%;
}
.ink-navigation ul.dropdown li a {
  white-space: nowrap;
}
.ink-navigation ul.menu li.disabled a {
  text-shadow: none;
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.ink-navigation ul.menu li.has-label a span.label {
  position: relative;
  top: -1px;
  padding: 3px;
  margin: 0 0 0 3px;
  background-color: #FFCD57;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 10px;
  color: #FFF;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ink-navigation ul.menu.horizontal li a {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 28px;
  /*color:@neutral-color;*/
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  color: #999;
}
.ink-navigation ul.menu.horizontal li a:hover {
  color: #333;
}
.ink-navigation ul.menu.horizontal li a i {
  font-size: 14px;
  margin: 0 4px;
}
.ink-navigation ul.menu.horizontal li a i.dropdown {
  margin-left: 6px;
  margin-right: -3px;
}
.ink-navigation ul.menu.horizontal li.search {
  float: right;
  padding: 6px;
}
.ink-navigation ul.menu.horizontal li.search .control-group {
  position: relative;
  margin-bottom: 0;
}
.ink-navigation ul.menu.horizontal li.search .control-group .control {
  margin-top: 0;
}
.ink-navigation ul.menu.horizontal li.search .control-group .control input {
  width: 160px;
  padding-right: 34px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.ink-navigation ul.menu.horizontal li.search .control-group .ink-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  padding: 8px 6px;
  margin: 0;
}
.ink-navigation ul.menu.horizontal li.search:hover {
  background: none!important;
}
.ink-navigation ul.menu.horizontal li.push-right {
  float: right;
}
.ink-navigation ul.menu.horizontal li ul.submenu {
  top: 100%;
  width: auto;
  min-width: 100%;
  background-color: #EEE;
  border: 1px solid #C4C4C4;
}
.ink-navigation ul.menu.horizontal li ul.submenu > li {
  border-bottom: 1px solid #C4C4C4;
}
.ink-navigation ul.menu.horizontal li ul.submenu > li:last-child {
  border: none;
}
.ink-navigation ul.menu.horizontal li ul.submenu > li > a {
  white-space: nowrap;
  border: none;
}
.ink-navigation ul.menu.horizontal li ul.submenu > li > a:hover {
  background-color: #e1e1e1;
}
.ink-navigation ul.menu.horizontal > li:last-child a,
.ink-navigation ul.menu.horizontal > li:first-child a {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ink-navigation ul.menu.vertical li a {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  color: #999;
  border: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ink-navigation ul.menu.vertical li a:hover {
  color: #333;
}
#alerts-ctn .ink-alert.basic {
  margin: 0;
}
.ink-tabs.top .tabs-content,
.ink-tabs.bottom .tabs-content {
  margin-top: 0;
  overflow: visible;
}
.ink-tabs.top form .tabs-content,
.ink-tabs.bottom form .tabs-content {
  margin: 0;
}
.ink-tabs.top .tabs-nav,
.ink-tabs.bottom .tabs-nav {
  border: none;
}
.ink-tabs.top .tabs-nav li a,
.ink-tabs.bottom .tabs-nav li a {
  padding: 9px;
  line-height: 1.4;
  color: #999;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ink-tabs.top .tabs-nav li a:hover,
.ink-tabs.bottom .tabs-nav li a:hover {
  background: none;
  color: #333;
}
.ink-tabs.top .tabs-nav li a i,
.ink-tabs.bottom .tabs-nav li a i {
  margin-right: 8px;
}
.ink-tabs.top .tabs-nav li.active a,
.ink-tabs.bottom .tabs-nav li.active a {
  pointer-events: none;
  background: none;
  background-color: #333;
  color: #FFF !important;
  border-color: #333 !important;
}
.ink-tabs.top .tabs-nav li.active a .active,
.ink-tabs.bottom .tabs-nav li.active a .active {
  background-color: #0d0d0d;
}
.ink-tabs.top .tabs-nav li.active a:hover,
.ink-tabs.bottom .tabs-nav li.active a:hover {
  background-color: #262626;
  border-color: #262626 !important;
}
.ink-tabs.top .tabs-nav li.active a:active,
.ink-tabs.bottom .tabs-nav li.active a:active {
  background-color: #1a1a1a;
}
.ink-tabs.top .tabs-nav li.active a:hover,
.ink-tabs.bottom .tabs-nav li.active a:hover {
  pointer-events: none;
}
.ink-tabs.top .tabs-nav li.disabled a,
.ink-tabs.bottom .tabs-nav li.disabled a {
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#breadcrumb {
  background-color: #FFF;
  border-bottom: 1px solid #e6e6e6;
}
#breadcrumb.management {
  display: block;
}
#breadcrumb .ink-navigation .breadcrumbs li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
#breadcrumb .ink-navigation .breadcrumbs li a:hover {
  text-decoration: none;
}
#breadcrumb .ink-navigation .breadcrumbs li:after {
  font-family: "FontAwesome";
  font-size: 14px;
  content: " \f105";
  color: #999;
}
#breadcrumb .ink-navigation .breadcrumbs li:first-child a {
  padding-left: 0;
}
.ink-shade {
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  z-index: 9999999991;
}
.ink-shade .ink-modal {
  /*max-width:800px;max-height:600px;*/
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-shade .ink-modal > .modal-header {
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-shade .ink-modal > .modal-header h2 {
  line-height: 40px;
}
.ink-shade .ink-modal > .modal-header h5 {
  line-height: 30px;
}
.ink-shade .ink-modal > .modal-header h6 {
  margin-top: -4px;
  font-size: 12px;
  color: #999;
}
.ink-shade .ink-modal > .modal-header > .modal-close {
  /*position:absolute;top:0.8em;right:1em;*/
  background-color: transparent;
  text-shadow: none;
}
.ink-shade .ink-modal > .modal-header > .modal-close:after {
  color: #999;
}
.ink-shade .ink-modal > .modal-header > .modal-close:hover:after {
  color: #333;
}
.ink-shade .ink-modal > .modal-body {
  background-color: #EEE;
  border: 1px solid #DDD;
  border-left: none;
  border-right: none;
}
.ink-shade .ink-modal > .modal-footer {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-shade .ink-modal > .modal-footer .buttons {
  margin: 0;
}
.ink-sortable-list li {
  border: none;
}
.ink-sortable-list li:hover {
  background: none;
}
.ink-sortable-list li:first-child {
  border: none;
}
.ink-datepicker-container {
  position: relative;
  padding: 0;
  background-color: #FAFAFA;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ink-datepicker-container .ink-datepicker-header {
  height: 40px;
  background: #333;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #FFF;
  overflow: hidden;
}
.ink-datepicker-container .ink-datepicker-header > div {
  float: left;
}
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-month-desc {
  width: 71.42857143%;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.ink-datepicker-container .ink-datepicker-header a {
  line-height: 40px;
  color: #FFF;
}
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-prev,
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-next {
  width: 14.2857142%;
}
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-prev a,
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-next a {
  display: block;
}
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-prev a i,
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-next a i {
  font-size: 24px;
}
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-prev a:hover,
.ink-datepicker-container .ink-datepicker-header .ink-datepicker-next a:hover {
  background-color: #404040;
}
.ink-datepicker-container table.ink-datepicker-calendar {
  position: static;
  width: 100%;
  margin: 0;
  border: 1px solid #DDD;
  border-top: none;
}
.ink-datepicker-container table.ink-datepicker-calendar tr {
  padding: 0;
  margin: 0;
}
.ink-datepicker-container table.ink-datepicker-calendar tr td {
  width: 14.28571429%;
  padding: 0;
  line-height: 40px;
  border: 1px solid #DDD;
  border-left: none;
  border-top: none;
}
.ink-datepicker-container table.ink-datepicker-calendar tr td a {
  display: block;
  line-height: 40px;
  color: #333;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.ink-datepicker-container table.ink-datepicker-calendar tr td a:hover {
  background-color: #EEE;
}
.ink-datepicker-container table.ink-datepicker-calendar tr td:last-child {
  border-right: none;
}
.ink-datepicker-container table.ink-datepicker-calendar tr td.ink-datepicker-other-month {
  color: #CCC;
}
.ink-datepicker-container table.ink-datepicker-calendar tr td.ink-datepicker-today a {
  font-weight: 900;
}
.ink-datepicker-container table.ink-datepicker-calendar tr td.ink-datepicker-selected a {
  background-color: #FFCD57;
  color: #FFF;
}
.ink-datepicker-container table.ink-datepicker-calendar tr td.ink-datepicker-day-disabled {
  background-color: #F2F2F2;
  color: #BBB;
}
.ink-datepicker-container table.ink-datepicker-calendar thead {
  width: 100%;
  background-color: #DDD;
  border: none;
}
.ink-datepicker-container table.ink-datepicker-calendar thead th {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #999;
}
.ink-datepicker-container .ink-datepicker-month-selector,
.ink-datepicker-container .ink-datepicker-year-selector {
  display: none;
}
/*
.ink-datepicker-wrapper {display:block;.user-select(none);
    .ink-datepicker-calendar {position:relative;width:100%;padding:0;background-color:#FAFAFA;text-align:center;border:1px solid #DDD;border-bottom:none;.border-radius(0);.box-shadow(none);
        .ink-calendar-top {height:40px;background:@dark-bg-color;.border-radius(0);color:#FFF;overflow:hidden;
            > div {float:left;}
            .ink-datepicker-month-desc {width:100-(100/7)*2%;font-size:14px;font-weight:bold;text-transform:uppercase;}
            a {line-height:40px;color:#FFF;
                &:hover {}
            }
            .ink-datepicker-prev,
            .ink-datepicker-next {width:14.2857142%;
                a {display:block;
                    i {font-size:24px;}
                    &:hover {background-color:lighten(@dark-bg-color,5%);}
                }
            }
        }
        .ink-calendar-month {margin:0;
            .ink-calendar-header {border:none;pointer-events:none;}
        }
        .ink-datepicker-month-selector,
        .ink-datepicker-year-selector {display:none;}
        ul {padding:0;margin:0;
            li {width:100/7%;padding:0;line-height:40px;border:1px solid #DDD;border-left:none;border-top:none;
                a {display:block;line-height:40px;color:@dark-color;.border-radius(0);
                    &:hover {background-color:#EEE;}
                    &.ink-calendar-on {background-color:@main-color;color:#FFF;
                        &:hover {pointer-events:none;}
                    }
                }
                &:last-child {border-right:none;}
                &.ink-datepicker-other-month {color:#CCC;}
                &.ink-datepicker-today {
                    a {font-weight:bold;}
                }
                &.ink-calendar-empty,
                &.ink-datepicker-day-disabled {background-color:#EEE;color:#BBB;pointer-events:none;}
            }
        }
        thead {width:100%;background-color:#DDD;border:none;
            th {font-size:14px;line-height:24px;text-transform:uppercase;color:@neutral-color;}
        }
    }
}
*/
.ink-progress-bar .caption {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  text-align: left;
  color: #FFF;
}
.ink-progress-bar .bar {
  height: 32px;
  line-height: 32px;
  padding-right: 10px;
  background-color: #333;
  text-align: right;
}
.ink-progress-bar .bar:after {
  color: #FFF;
  content: attr(data-progress);
}
.ink-progress-bar.complete .bar {
  background-color: #77AB7B;
}
.ink-progress-bar.complete .tip {
  display: none;
}
.ink-progress-bar.error .bar {
  background-color: #C55D5D;
}
.ink-progress-bar.error .tip {
  color: #C55D5D;
}
body.ink-drawer .drawer .ink-navigation > ul.menu li a:focus {
  outline: none;
}
body.ink-drawer .drawer .ink-navigation > ul.menu li.highlight a span span,
#header .content-menu > ul > li.highlight > a span span {
  font-weight: 500;
  color: #ffcd57;
  margin-left: .25em;
}
body.ink-drawer .drawer .ink-navigation > ul.menu li.highlight a .fa,
#header .content-menu > ul > li.highlight > a .fa {
  color: #ffcd57;
  font-size: .95em;
}
body.ink-drawer .drawer .ink-navigation > ul.menu li.highlight a:hover,
body.ink-drawer .drawer .ink-navigation > ul.menu li.highlight a:active,
body.ink-drawer .drawer .ink-navigation > ul.menu li.highlight a:focus,
#header .content-menu > ul > li.highlight > a:hover {
  background: #111;
}
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/******************/
/* S + M + L + XL */
/******************/
/*****************/
/* T + S + M + L */
/*****************/
/**************/
/* M + L + XL */
/**************/
@media screen and (min-width: 641px) {
  .ink-button.large {
    height: 62px;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
  }
  .ink-button.large i {
    font-size: 20px;
  }
  .ink-form.make-it-big input,
  .ink-form.make-it-big textarea,
  .ink-form.make-it-big select {
    padding: 12px 10px;
    font-size: 16px;
  }
  .ink-form.make-it-big .ink-button {
    height: 46px;
  }
}
/*************/
/* S + M + L */
/*************/
/*************/
/* T + S + M */
/*************/
@media screen and (max-width: 960px) {
  body.ink-drawer .drawer {
    background-color: #FFCD57;
  }
  body.ink-drawer .drawer .ink-navigation > ul.menu li.heading {
    padding: 5px 15px;
    background-color: #222;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
  }
  body.ink-drawer .drawer .ink-navigation > ul.menu li a {
    position: relative;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
    border: none;
  }
  body.ink-drawer .drawer .ink-navigation > ul.menu li a:hover,
  body.ink-drawer .drawer .ink-navigation > ul.menu li a:active,
  body.ink-drawer .drawer .ink-navigation > ul.menu li a:focus {
    background-color: #ffbe24;
    color: #333;
  }
  body.ink-drawer .drawer .ink-navigation > ul.menu li .dropdown-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffca4d;
    border-left: 1px solid #ffb60b;
  }
  body.ink-drawer .drawer .ink-navigation > ul.menu > li {
    border-bottom: 1px solid #ffbe24;
  }
  body.ink-drawer .drawer .ink-navigation > ul.menu ul.submenu {
    display: block;
    background-color: #333;
  }
  body.ink-drawer .drawer .ink-navigation > ul.menu ul.submenu li a {
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.5);
  }
  body.ink-drawer .drawer .ink-navigation > ul.menu ul.submenu li a:hover {
    background-color: #4d4d4d;
    color: #FFF;
  }
  body.ink-drawer .content-drawer {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
  }
}
.column-group.communist > *.all-50:nth-child(2n+1) {
  clear: both;
}
.column-group.communist > *.all-33:nth-child(3n+1) {
  clear: both;
}
.column-group.communist > *.all-25:nth-child(4n+1) {
  clear: both;
}
.column-group.communist > *.all-20:nth-child(5n+1) {
  clear: both;
}
/**********/
/* L + XL */
/**********/
/*********/
/* M + L */
/*********/
/*********/
/* S + M */
/*********/
/*********/
/* T + S */
/*********/
@media screen and (max-width: 640px) {
  table.ink-table .action {
    max-width: none;
  }
}
/*****/
/* XL */
/*****/
@media screen and (min-width: 1261px) {
  .ink-grid-negative {
    margin-left: -2em;
    margin-right: -2em;
    padding-left: 2em;
    padding-right: 2em;
  }
  .column-group.communist > *.xlarge-50:nth-child(2n+1) {
    clear: both;
  }
  .column-group.communist > *.xlarge-33:nth-child(3n+1) {
    clear: both;
  }
  .column-group.communist > *.xlarge-25:nth-child(4n+1) {
    clear: both;
  }
  .column-group.communist > *.xlarge-20:nth-child(5n+1) {
    clear: both;
  }
}
/*****/
/* L */
/*****/
@media screen and (min-width: 961px) and (max-width: 1260px) {
  .ink-grid-negative {
    margin-left: -1.75em;
    margin-right: -1.75em;
    padding-left: 1.75em;
    padding-right: 1.75em;
  }
  .column-group.communist > *.large-50:nth-child(2n+1) {
    clear: both;
  }
  .column-group.communist > *.large-33:nth-child(3n+1) {
    clear: both;
  }
  .column-group.communist > *.large-25:nth-child(4n+1) {
    clear: both;
  }
  .column-group.communist > *.large-20:nth-child(5n+1) {
    clear: both;
  }
}
/*****/
/* M */
/*****/
@media screen and (min-width: 641px) and (max-width: 960px) {
  .ink-grid-negative {
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .column-group.communist > *.medium-50:nth-child(2n+1) {
    clear: both;
  }
  .column-group.communist > *.medium-33:nth-child(3n+1) {
    clear: both;
  }
  .column-group.communist > *.medium-25:nth-child(4n+1) {
    clear: both;
  }
  .column-group.communist > *.medium-20:nth-child(5n+1) {
    clear: both;
  }
}
/*****/
/* S */
/*****/
@media screen and (min-width: 321px) and (max-width: 640px) {
  .ink-grid {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .ink-grid-negative {
    margin-left: -1.25em;
    margin-right: -1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .column-group.communist > *.small-50:nth-child(2n+1) {
    clear: both;
  }
  .column-group.communist > *.small-33:nth-child(3n+1) {
    clear: both;
  }
  .column-group.communist > *.small-25:nth-child(4n+1) {
    clear: both;
  }
  .column-group.communist > *.small-20:nth-child(5n+1) {
    clear: both;
  }
}
/*****/
/* T */
/*****/
@media screen and (max-width: 320px) {
  .ink-grid {
    padding-left: 1em;
    padding-right: 1em;
  }
  .ink-grid-negative {
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .column-group.communist > *.tiny-50:nth-child(2n+1) {
    clear: both;
  }
  .column-group.communist > *.tiny-33:nth-child(3n+1) {
    clear: both;
  }
  .column-group.communist > *.tiny-25:nth-child(4n+1) {
    clear: both;
  }
  .column-group.communist > *.tiny-20:nth-child(5n+1) {
    clear: both;
  }
}
/**********/
/* RETINA */
/**********/
html,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #FFF;
  color: #333;
}
body.loading .ink-grid > * {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none;
}
a {
  color: #FFCD57;
}
a:hover {
  color: #333;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 900;
  color: #333;
}
.bsu-target {
  position: relative;
  padding: 0;
  background: #222;
}
.main {
  min-height: 650px;
  background-color: #FFF;
}
.main.product-detail .stamp {
  margin-top: .75em;
  margin-bottom: -0.75em;
  background: #000;
  display: inline-block;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  border: 2px solid #fff;
  color: #fff;
}
.main.product-detail .stamp span {
  border: 1px solid #fff;
  padding: .25em .5em;
  margin: 2px;
  display: inline-block;
}
.buttons {
  margin: 20px 0;
}
.buttons li {
  position: relative;
  float: left;
  margin: 2px 8px 2px 0;
}
.buttons li .not-a-button {
  display: block;
  line-height: 40px;
}
.buttons li:last-child {
  margin-right: 0;
}
.ink-button,
ul.dropdown,
#super-footer,
#also-available-on,
.discount-relative,
.metadata,
.ink-table th,
form label {
  font-family: "Roboto", sans-serif;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.video-ctn {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-ctn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxed {
  padding: 1em;
  background: #EEE;
  border: 1px solid #DDD;
}
.hyphenate {
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
  /*.hyphens(auto);*/
}
.thumb {
  display: block;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.thumb img {
  display: block;
  width: 100%;
}
.thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  /*border:1px solid rgba(0,0,0,0.1);*/
}
a.thumb:hover:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) inset;
  /*border:1px solid rgba(0,0,0,0.2);*/
}
.thumb.rounded {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.thumb.rounded:before {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.thumb.rounded img {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.cover {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  background: #333 url() no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #FFF;
  overflow: hidden;
}
.cover a {
  color: #FFF;
  text-decoration: underline;
}
.cover a:hover {
  color: #FFF;
}
.cover .ink-button {
  text-decoration: none;
}
.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
  line-height: 1em;
  color: #FFF;
}
.cover h1 a,
.cover h2 a,
.cover h3 a,
.cover h4 a,
.cover h5 a,
.cover h6 a {
  color: #FFF;
}
.cover h1 a:hover,
.cover h2 a:hover,
.cover h3 a:hover,
.cover h4 a:hover,
.cover h5 a:hover,
.cover h6 a:hover {
  color: #FFF;
}
.cover.has-image {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.cover.pitch-cover form input,
.cover.pitch-cover form textarea,
.cover.pitch-cover form select {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}
.cover.pitch-cover form input:hover,
.cover.pitch-cover form textarea:hover,
.cover.pitch-cover form select:hover {
  border-color: rgba(0, 0, 0, 0);
}
.cover.pitch-cover form input:focus,
.cover.pitch-cover form textarea:focus,
.cover.pitch-cover form select:focus {
  background-color: #ffffff;
}
.pagination {
  font-family: "Roboto", sans-serif;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin: 0;
}
.pagination ul li a {
  display: block;
  padding: 10px 7px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.35);
}
.pagination ul li a span {
  vertical-align: top;
}
.pagination ul li a i {
  line-height: 30px;
  vertical-align: top;
}
.pagination ul li.first span,
.pagination ul li.previous span,
.pagination ul li.next span,
.pagination ul li.last span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.pagination ul li.first i,
.pagination ul li.previous i,
.pagination ul li.next i,
.pagination ul li.last i {
  font-size: 28px;
}
.pagination ul li:not(.disabled) a:hover {
  color: #FFCD57;
}
.pagination ul li.current-page a {
  text-decoration: none;
  cursor: default;
  color: #FFCD57;
  color: #333;
  pointer-events: none;
}
.pagination ul li.disabled {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
}
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**************/
/*** HEADER ***/
/**************/
.ink-navigation > ul.menu li a .counter {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-color: #FFCD57;
  text-align: center;
  line-height: 22px;
  color: #FFF;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
  overflow: hidden;
}
.ink-navigation > ul.menu li a .counter.alert {
  background-color: #C55D5D;
}
.ink-navigation > ul.menu li a:focus {
  outline: none;
}
.ink-navigation > ul.menu li.has-counter a {
  padding-right: 40px;
}
.ink-navigation > ul.menu li ul.submenu li a {
  padding: 0.1em 1em;
}
#header {
  position: relative;
  background-color: #FFF;
}
#header .logo {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 1em;
}
#header .logo > a {
  position: relative;
  display: block;
  height: 46px;
  line-height: 46px;
}
#header .logo > a img {
  max-height: 100%;
  vertical-align: middle;
  margin-top: -3px;
}
#header .logo > a:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#header .ink-navigation.activity-menu > ul.menu.horizontal > li {
  margin-left: 10px;
}
#header .ink-navigation.activity-menu > ul.menu.horizontal > li > a.icon-only {
  padding-left: 0;
  padding-right: 0;
}
#header .ink-navigation.activity-menu > ul.menu.horizontal > li.has-dropdown > a span {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#header .ink-navigation.activity-menu > ul.menu.horizontal > li.has-dropdown ul.dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  min-width: 100%;
  max-width: initial;
}
#header .ink-navigation.activity-menu > ul.menu.horizontal > li.has-dropdown ul.dropdown li {
  float: none;
}
#header .ink-navigation.activity-menu > ul.menu.horizontal > li.has-dropdown ul.dropdown li.disabled a {
  pointer-events: none;
}
#header .ink-navigation.activity-menu > ul.menu.horizontal > li.has-dropdown ul.dropdown li.disabled a:hover {
  color: #DDD;
}
#header .content-menu > ul > li > a {
  height: 50px;
  padding: 10px;
  font-size: .75em;
}
#header .content-menu > ul > li.content-menu-logo {
  width: 0;
  overflow: hidden;
}
#header .content-menu > ul > li.content-menu-logo > a {
  padding: 10px 15px;
}
#header .content-menu > ul > li.content-menu-logo > a img {
  height: 30px;
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#header .content-menu > ul > li.highlight {
  float: right;
}
#header .content-menu > ul > li.highlight,
#header .content-menu > ul > li.highlight > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#header .content-menu > ul > li.highlight > a {
  background: #333;
  color: #fff;
  font-weight: 800;
  font-size: .75em;
}
#header .content-menu > ul > li.highlight > a span span {
  font-weight: 500;
  color: #ffcd57;
  margin-left: .25em;
}
#header .content-menu > ul > li.highlight > a .fa {
  color: #ffcd57;
  font-size: .95em;
}
#header .content-menu > ul > li.highlight > a:hover {
  background: #111;
}
#header .content-menu.ink-sticky.ink-sticky-stuck {
  margin: 0;
  z-index: 10;
}
#header .content-menu.ink-sticky.ink-sticky-stuck > ul > li.content-menu-logo {
  width: auto;
}
#header .content-menu.ink-sticky.ink-sticky-stuck > ul > li.content-menu-logo > a:hover {
  background: none;
}
#header .content-menu.ink-sticky.ink-sticky-stuck > ul > li.content-menu-logo > a:hover img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#header .content-menu.ink-sticky.ink-sticky-stuck > ul > li.content-menu-logo:hover {
  background: none;
}
#header .content-menu.ink-sticky.ink-sticky-stuck > ul > li.home {
  display: none;
}
#header .content-menu.ink-sticky.ink-sticky-stuck > ul > li > a {
  padding: 10px 8px;
}
#header .ec-stamp img {
  max-height: 86px;
  margin: -1.25em 0 -1.25em 0.75em;
}
/**************/
/*** FOOTER ***/
/**************/
#social .social-networks-list ul li {
  margin: 0 0 10px 10px;
}
#social .social-networks-list ul li a {
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  background-color: #333;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
}
#social .social-networks-list ul li a i {
  font-size: 20px;
}
#social .social-networks-list ul li a span {
  display: none;
}
#social .social-networks-list ul li.facebook a {
  background-color: #6D84B4;
}
#social .social-networks-list ul li.facebook a:hover {
  background-color: #5c76ab;
}
#social .social-networks-list ul li.twitter a {
  background-color: #64ABE5;
}
#social .social-networks-list ul li.twitter a:hover {
  background-color: #4e9fe1;
}
#social .social-networks-list ul li.google-plus a {
  background-color: #D14836;
}
#social .social-networks-list ul li.google-plus a:hover {
  background-color: #c13e2c;
}
#social .social-networks-list ul li.pinterest a {
  background-color: #E3262E;
}
#social .social-networks-list ul li.pinterest a:hover {
  background-color: #d41b23;
}
#footer {
  background: #333;
  border: none;
  color: #CCC;
}
#footer h3 {
  color: #FFF;
  margin-bottom: 0.3em;
}
#footer .ink-navigation ul.menu.vertical li a {
  padding: 5px 0;
  line-height: normal;
}
#footer .ink-navigation ul.menu.vertical li a:hover {
  color: #FFF;
}
#footer .ec-stamp img {
  max-height: 150px;
  margin: -0.5em 0 -1em 0.75em;
}
/********************/
/*** SUPER FOOTER ***/
/********************/
#super-footer {
  background: #333;
  border: none;
  color: #666;
  overflow: hidden;
}
#super-footer #bsu-footer {
  padding: 1em 0 0 0;
  border-top: 1px solid #444;
}
#super-footer #bsu-footer-links {
  min-height: 30px;
  padding: 0.5em 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #444;
}
#super-footer #bsu-footer-links li {
  float: left;
  margin-right: 30px;
}
#super-footer #bsu-footer-links li a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
}
#super-footer #bsu-footer-links li a:hover {
  color: #FFF;
}
#super-footer #bsu-footer-links:after {
  content: "";
  display: table;
  clear: both;
}
.photo-gallery {
  margin-top: 0;
  margin-bottom: 0;
}
.photo-gallery figure.figShowMore {
  vertical-align: middle;
  position: relative;
}
.photo-gallery figure.figShowMore .thumb {
  z-index: 0;
}
.photo-gallery figure.figShowMore .thumb:before {
  background: rgba(0, 0, 0, 0.25);
}
.photo-gallery figure.figShowMoreAfter {
  display: none;
}
.photo-gallery figure span {
  position: absolute;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  height: 30px;
  margin-top: -15px;
  z-index: 1;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.photo-gallery figure span:first-letter {
  font-weight: 600;
}
.photo-gallery li {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.photo-gallery li:hover {
  cursor: default;
}
.photo-gallery li .thumb {
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
}
.photo-gallery li .thumb.movable:before {
  cursor: move;
}
.no-touch .photo-gallery li .thumb:hover + .delete {
  display: block;
}
.photo-gallery li .delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  /*background:rgba(0,0,0,0.1);*/
  background: none;
  border: none;
  color: #FFF;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
}
.no-touch .photo-gallery li .delete {
  display: none;
}
.photo-gallery li .delete:hover {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF!important;
}
.photo-gallery.crowded li:last-child .thumb {
  overflow: hidden;
}
.photo-gallery.crowded li:last-child .thumb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 100px;
  /*width:100%;height:100%;*/
  background: rgba(51, 51, 51, 0.9);
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #FFF;
  content: attr(data-extra-photos);
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.photo-gallery.crowded li:last-child .thumb:hover:after {
  background-color: rgba(255, 205, 87, 0.75);
}
.photo-gallery.showAll figure.figShowMore .thumb:before {
  background: none;
}
.photo-gallery.showAll figure.figShowMoreAfter {
  display: block;
}
.blank-slate {
  padding: 3em 1em;
  /*margin:1em 0;*/
  background-color: #EEE;
  text-align: center;
}
.blank-slate h2 {
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.2em;
  color: #BBB;
}
.blank-slate .tip {
  max-width: 440px;
  margin: 0 auto!important;
  color: #999;
}
.apps-menu > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.apps-menu > ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.apps-menu > ul li a {
  padding: 0;
}
.apps-menu > ul li a img {
  max-height: 40px;
}
/******************/
/* S + M + L + XL */
/******************/
/*****************/
/* T + S + M + L */
/*****************/
/**************/
/* M + L + XL */
/**************/
/*************/
/* S + M + L */
/*************/
/*************/
/* T + S + M */
/*************/
@media screen and (max-width: 960px) {
  .cover {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #header .ink-navigation.activity-menu ul.menu.horizontal > li {
    margin-left: 6px;
  }
  #header .ink-navigation.activity-menu ul.menu.horizontal > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  #header.ink-sticky-stuck {
    top: 0px;
  }
  #header .ec-stamp {
    display: none;
  }
  #footer .ec-stamp img {
    margin: -0.5em 0 -2em 0.75em;
  }
}
/**********/
/* L + XL */
/**********/
@media screen and (min-width: 961px) {
  .has-mrec {
    position: relative;
    min-height: 250px;
    padding-right: 340px;
  }
  .has-mrec .pub.mrec {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .has-sidebar {
    overflow: hidden;
  }
  .has-sidebar > aside {
    width: 300px;
  }
  .has-sidebar > aside .ink-button {
    margin: 0;
  }
  .has-sidebar #content {
    clear: none;
  }
  .has-sidebar #content #content-wrapper {
    overflow: hidden;
  }
  .has-sidebar.has-left-sidebar #content {
    padding-left: 340px;
  }
  .has-sidebar.has-right-sidebar #content {
    padding-right: 340px;
  }
}
/*********/
/* M + L */
/*********/
/*********/
/* S + M */
/*********/
/*********/
/* T + S */
/*********/
@media screen and (max-width: 640px) {
  .main {
    min-height: 0;
  }
  .error-page {
    padding: 1em;
  }
  .error-page .title {
    font-size: 120px;
  }
  .cover .organization {
    font-size: 18px;
  }
  .cover.has-image .titles {
    bottom: 1em;
    left: 1em;
  }
  .cover.pitch-cover .teaser {
    font-size: 0.875em;
  }
  .blank-slate {
    padding: 1em;
  }
  .blank-slate h2 {
    font-size: 1.7em;
  }
  .blank-slate .tip {
    font-size: 1em;
  }
  .section-header .title h1,
  .section-header .title h2,
  .section-header .title h3,
  .section-header .title h4,
  .section-header .title h5,
  .section-header .title h6 {
    margin-bottom: 0.2em;
    /*font-size:20px;*/
    line-height: normal;
  }
  .settings-page .section-header .ink-sticky {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
  #header .ink-navigation.activity-menu ul.menu.horizontal > li > a {
    padding: 6px;
  }
  .ink-navigation ul.menu.horizontal li a i {
    margin: 0;
  }
  #footer {
    position: relative;
  }
  #footer .ec-stamp {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
  }
  #footer .ec-stamp img {
    max-height: 130px;
    margin: 0;
  }
}
/********/
/* > XL */
/********/
@media screen and (min-width: 1440px) {
  .fixable .ink-sticky.ink-sticky-stuck {
    left: 50%!important;
    margin-left: -720px;
  }
}
/*****/
/* XL */
/*****/
/*****/
/* L */
/*****/
/*****/
/* M */
/*****/
/*****/
/* S */
/*****/
/*****/
/* T */
/*****/
/**********/
/* RETINA */
/**********/
@-webkit-keyframes pling {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: transparent;
  }
}
@-moz-keyframes pling {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: transparent;
  }
}
@-ms-keyframes pling {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: transparent;
  }
}
@-o-keyframes pling {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes pling {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #ffffff;
  }
  100% {
    background-color: transparent;
  }
}
#header .has-counter a {
  padding-right: 56px!important;
}
.price {
  display: inline-block;
  position: relative;
  margin: 0;
  white-space: nowrap;
}
.price.has-label {
  padding-top: 12px;
}
.price .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.price .units {
  margin-right: -0.1em;
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}
.price .decimals {
  font-weight: 400;
}
.product-list {
  margin-top: 0;
  margin-bottom: 0;
}
.product-list li {
  margin-top: 0;
  margin-bottom: 0;
}
.product-list .discount-badge {
  display: none;
  background-color: #FFCD57;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.product-list .old-price {
  text-decoration: line-through;
}
.product-list .thumb .discount-badge {
  position: absolute;
  top: 1em;
  right: 1em;
  margin: 0;
  font-size: 0.75em;
  font-weight: 700;
}
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/******************/
/* S + M + L + XL */
/******************/
/*****************/
/* T + S + M + L */
/*****************/
/**************/
/* M + L + XL */
/**************/
/*************/
/* S + M + L */
/*************/
/*************/
/* T + S + M */
/*************/
/**********/
/* L + XL */
/**********/
/*********/
/* M + L */
/*********/
/*********/
/* S + M */
/*********/
/*********/
/* T + S */
/*********/
/*****/
/* XL */
/*****/
/*****/
/* L */
/*****/
/*****/
/* M */
/*****/
/*****/
/* S */
/*****/
/*****/
/* T */
/*****/
/**********/
/* RETINA */
/**********/
pre {
  max-height: 500px;
  padding: 1em;
  font-size: 10px;
  font-weight: 900;
  background-color: #EEE;
  border: 1px solid #DDD;
}
.ink-button.main-action {
  background: none;
  background-color: #FFCD57;
  color: #555555 !important;
  border-color: #FFCD57 !important;
}
.ink-button.main-action .active {
  background-color: #ffb60b;
}
.ink-button.main-action:hover {
  background-color: #ffc53e;
  border-color: #ffc53e !important;
}
.ink-button.main-action:active {
  background-color: #ffbe24;
}
.ink-navigation ul.menu li.has-label a span.label {
  background-color: #555555;
}
a,
table.ink-table .action .ink-button,
.pagination ul li:not(.disabled) a:hover {
  color: #d79700;
}
#header .activity-menu {
  margin: 3px 0;
}
#header .activity-menu li.newsletter input[type="email"],
#header .activity-menu li.newsletter button {
  border-color: #FFCD57;
}
#header .activity-menu li.newsletter input[type="email"] {
  background-color: rgba(255, 205, 87, 0.1);
  max-width: 190px;
}
#header .activity-menu li.newsletter button {
  background-color: #FFCD57;
}
#header .activity-menu .account-submenu {
  right: 0;
  background: #FFF;
}
#header .activity-menu .account-submenu li.active {
  pointer-events: none;
}
#header .activity-menu .account-submenu li.active a {
  background: none;
  color: #333;
}
#header .content-menu {
  background-color: #FFCD57;
}
#header .content-menu > ul > li > a {
  /*font-family:"Playfair Display",serif;font-size:0.875em;text-transform:none;*/
  color: rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 0.75);
}
#header .content-menu > ul > li > a i.dropdown {
  margin: 0;
}
#header .content-menu > ul > li > a:hover {
  background: #333;
  color: #FFF;
}
#header .content-menu > ul > li ul.submenu {
  background: #FFF;
  border-color: #333;
  border-top: none;
  max-height: 455px;
  overflow-y: auto;
  overflow-x: hidden;
}
#header .content-menu > ul > li ul.submenu li {
  border-color: #333;
}
#header .content-menu > ul > li ul.submenu li a {
  /*font-family:"Playfair Display",serif;font-size:1em;text-transform:none;*/
  color: #333;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#header .content-menu > ul > li ul.submenu li a:hover {
  background-color: #333;
  color: #FFF;
}
#header .content-menu > ul > li ul.submenu li.current {
  /*background-color:#DDD;*/
  pointer-events: none;
}
#header .content-menu > ul > li ul.submenu li.current a {
  color: #AAA;
}
#header .content-menu > ul > li.current {
  background-color: #ffbe24;
}
#header .content-menu > ul > li:hover {
  background: #ffbe24;
}
.product-list li .product {
  position: relative;
  display: block;
  color: #333;
  overflow: hidden;
}
.product-list li .product .discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #FFCD57;
  font-size: 0.875em;
  font-weight: 400;
  color: #333;
  text-shadow: none;
  z-index: 1;
}
.product-list li .product .thumb:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}
.product-list li .product .details {
  padding: 0.75em 0.75em 0 0.75em;
  background: #FFF;
  border: 1px solid #DDD;
  border-top: none;
  transition: .5s ease;
}
.product-list li .product .details .countdown {
  /*font-family:monospace;*/
  font-size: 1.1em;
  font-weight: 400;
}
.product-list li .product .details .countdown.ending {
  font-weight: 900;
  color: #E44545;
}
.product-list li .product .details .discount-absolute,
.product-list li .product .details .old-price {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.product-list li .product .details .name {
  font-weight: 700;
}
.product-list li .product .details .name .fa {
  font-size: 14px;
  color: #999;
  margin-left: .25em;
}
.product-list li .product .details .price .units {
  font-weight: 400;
}
.product-list li .product .details .price .decimals {
  font-weight: 600;
}
.product-list li .product .details .old-price {
  margin-top: 0.45em;
}
.product-list li .product .details .discount-absolute {
  margin-top: -4px;
}
.product-list li .product .details hr {
  margin: 0;
}
.product-list li .product:hover .thumb:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
}
.product-list li .product:hover .details {
  border-color: rgba(0, 0, 0, 0.5);
}
.product-list li .product .thematic-badges {
  list-style: none!important;
  padding: 0;
  margin: 0;
}
.product-list li .product .thematic-badges .badge {
  position: absolute;
  background: #FFCD57;
  display: block;
}
.product-list li .product .thematic-badges .badge div {
  position: relative;
  height: 100%;
}
.product-list li .product .thematic-badges .badge .fa {
  color: #fff;
  display: block;
  background: #000;
  text-align: center;
  font-size: 25px;
}
.product-list li .product .thematic-badges .badge span {
  display: block;
  text-shadow: none;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.product-list li .product .thematic-badges .badge strong {
  font-weight: 500;
}
.product-list li .product .thematic-badges .badge.ellipse {
  width: 90px;
  height: 90px;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-list li .product .thematic-badges .badge.ellipse span {
  margin-top: 14%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-list li .product .thematic-badges .badge.ellipse .fa {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.product-list li .product .thematic-badges .badge.rectangle {
  height: 40px;
  max-width: 170px;
  width: inherit;
  overflow: hidden;
  text-align: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.product-list li .product .thematic-badges .badge.rectangle div {
  line-height: 35px;
}
.product-list li .product .thematic-badges .badge.rectangle span {
  line-height: 16px;
  margin-left: 45px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.product-list li .product .thematic-badges .badge.rectangle .fa {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-list li .product .thematic-badges .top-left {
  top: 15px;
  left: 15px;
}
.product-list li .product .thematic-badges .top-right {
  top: 15px;
  right: 15px;
}
.product-list li .product .thematic-badges .bottom-left {
  bottom: 15px;
  left: 15px;
}
.product-list li .product .thematic-badges .bottom-right {
  bottom: 15px;
  right: 15px;
}
.product-list li.expired .product .thumb:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2em 0;
  background: rgba(228, 69, 69, 0.9);
  font-family: "Roboto_condensed";
  font-size: 2em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  content: "Esgotado";
  z-index: 1;
}
.product-list.product-list-highlights li a.product {
  padding-top: 50%;
  height: 0;
  background: #DDD url() no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.product-list.product-list-highlights li a.product:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.product-list.product-list-highlights li a.product .thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
}
.product-list.product-list-highlights li a.product .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*right:1em;*/
  padding: 100px 30% 10px 15px;
  background: none;
  border: none;
  background-image: 8121991;
  background-image: -webkit-radial-gradient(100% 100% at 0 100%, #111, rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(100% 100% at 0 100%, #111, rgba(0, 0, 0, 0));
  background-image: -o-radial-gradient(100% 100% at 0 100%, #111, rgba(0, 0, 0, 0));
  background-image: radial-gradient(100% 100% at 0 100%, #111, rgba(0, 0, 0, 0));
}
.product-list.product-list-highlights li a.product .details .hr-ctn {
  display: none;
}
.product-list.product-list-highlights li a.product .details .countdown-ctn {
  margin: 0;
}
.product-list.product-list-highlights li a.product .details .countdown {
  position: absolute;
  left: 15px;
  top: 70px;
  padding: 2px 4px;
  font-size: 0.75em;
  font-weight: 500;
  background-color: rgba(17, 17, 17, 0.8);
  color: #FFF;
  text-shadow: none;
}
.product-list.product-list-highlights li a.product .details .countdown:before {
  content: "Faltam ";
}
.product-list.product-list-highlights li a.product .details .name {
  font-weight: 400;
  color: #FFF;
}
.product-list.product-list-highlights li a.product .details .name .fa {
  color: #ccc;
}
.product-list.product-list-highlights li a.product .details .old-price,
.product-list.product-list-highlights li a.product .details .discount-absolute {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.product-list.product-list-highlights li a.product .details .price:not(.old-price) {
  color: #FFCD57;
}
.product-list.product-list-highlights li a.product .details .other-prices-ctn,
.product-list.product-list-highlights li a.product .details .price-ctn {
  width: auto;
}
.product-list.product-list-highlights li a.product .details .stamp {
  margin-bottom: .5em;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  border: 2px solid #fff;
}
.product-list.product-list-highlights li a.product .details .stamp span {
  border: 1px solid #fff;
  padding: .25em .5em;
  margin: 2px;
  display: inline-block;
}
.product-list.product-list-highlights li.expired .product .details .name:after {
  display: inline-block;
  padding: 4px;
  margin: -1px 0 0 5px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  content: "Esgotado";
  background-color: #E44545;
}
.product-list.product-list-related li a {
  height: 0;
  padding-top: 20%;
}
.product-list.product-list-related li a .discount-badge {
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  line-height: 32px;
}
.product-list.product-list-related li a .discount-badge span {
  font-size: 0.75em;
}
.product-list.product-list-related li a .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
}
.product-list.product-list-related li a .details {
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
  height: 100%;
  border-top: 1px solid #DDD;
  border-left: none;
}
.product-list.product-list-related li a .details .name {
  max-width: 75%;
  font-size: 1em;
  font-weight: 400;
}
.product-list.product-list-related li a .details .old-price {
  position: absolute;
  top: 16px;
  right: 14px;
}
.product-list.product-list-related li a .details .discount-absolute {
  position: absolute;
  top: 35px;
  right: 14px;
}
.product-list.product-list-related li a .details .price {
  position: absolute;
  top: 46px;
  right: 14px;
}
.product-list.product-list-related li a .details .price .units {
  font-size: 1em;
  font-weight: 600;
}
.product-list.product-list-highlights li a.product:before,
.product-list li .product .thumb:before {
  transition: .5s ease;
}
.product-list.product-list-highlights li a.product:hover:before,
.product-list li .product:hover .thumb:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) inset;
  background-color: rgba(255, 190, 36, 0.2);
}
.communist .thematic-badges .badge .fa {
  font-size: 22px;
}
.communist .thematic-badges .badge span {
  font-size: 12px;
  line-height: 15px;
}
.communist .thematic-badges .badge.ellipse {
  width: 80px;
  height: 80px;
}
.communist .thematic-badges .badge.ellipse .fa {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.communist .thematic-badges .badge.rectangle {
  height: 36px;
}
.communist .thematic-badges .badge.rectangle div {
  line-height: 30px;
}
.communist .thematic-badges .badge.rectangle span {
  line-height: 15px;
  margin-left: 45px;
  max-width: 100px;
}
.communist .thematic-badges .badge.rectangle .fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.subcampaign-list {
  margin-top: 0;
  margin-bottom: 0;
}
.subcampaign-list li {
  margin-top: 0;
  margin-bottom: 1em;
}
.subcampaign-list li a {
  display: block;
  padding: 0.4em 0.6em;
  background-color: #333;
  color: #FFF;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: 1px solid #333;
}
.subcampaign-list li a:hover {
  background-color: #FFCD57;
  border-color: #FFCD57;
  color: #333;
}
.subcampaign-list li.soldout {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  pointer-events: none;
}
.product-detail .photo-gallery li {
  margin-top: 0;
  margin-bottom: 0;
}
.product-detail .body h1,
.product-detail .body h2,
.product-detail .body h3,
.product-detail .body h4,
.product-detail .body h5,
.product-detail .body h6 {
  margin-bottom: 0.4em;
  font-weight: 400;
}
.product-detail .buy-ctn hr {
  margin: 0;
}
.product-detail .buy-ctn .countdown {
  /*font-family:monospace;*/
  font-size: 1.5em;
  font-weight: 300;
}
.product-detail .buy-ctn .countdown.ending {
  font-weight: 900;
  color: #E44545;
}
.product-detail .buy-ctn .old-price,
.product-detail .buy-ctn .discount-absolute {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.product-detail .buy-ctn .old-price {
  text-decoration: line-through;
}
.product-detail .buy-ctn .price .units {
  font-size: 3em;
  font-weight: 300;
}
.product-detail .buy-ctn .price .decimals {
  font-weight: 700;
}
.product-detail .buy-ctn .discount-badge {
  position: relative;
  background: #555555;
  width: 86px;
  height: 86px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  display: none;
}
.product-detail .buy-ctn .discount-badge span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 1.5em;
  /*font-weight:400;*/
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
}
.product-detail .product-combinations .ink-table .ink-button {
  padding: inherit;
}
.product-detail .social-ctn .ink-button {
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.product-detail .contacts-table tr td.icon {
  width: 25px;
  padding-right: 0;
}
.pswp.pswp--open {
  z-index: 2000000001;
}
.pswp .pswp__top-bar .pswp__button--share {
  display: none;
}
.pseudo-menu {
  text-align: center;
}
.pseudo-menu li {
  display: inline-block;
  margin: 0.4em 1em;
}
.pseudo-menu li a {
  font-size: 1.5em;
  font-weight: 300;
  color: #333;
}
.pseudo-menu li a:hover {
  color: #f0a900;
}
.collection-highlights {
  margin-top: 0;
  margin-bottom: 0;
}
.collection-highlights li {
  margin-top: 0;
  margin-bottom: 0;
}
.collection-highlights li a {
  position: relative;
  display: block;
  height: 0;
  padding-top: 50%;
  background: #333 url() no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.collection-highlights li a .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  background-color: rgba(85, 85, 85, 0.8);
}
.collection-highlights li a .details .name {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  color: #FFF;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.75em;
  font-weight: 900;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  line-height: 2em;
}
.collection-highlights li a:hover .details {
  background-color: rgba(255, 205, 87, 0.8);
}
.collection-highlights li a:hover .details .name {
  color: #333;
}
.collection-cover {
  background: #FFCD57 url() no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.collection-cover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000 repeat center center;
  background-size: 75%;
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -webkit-animation: blingbling 500s linear infinite;
  -moz-animation: blingbling 500s linear infinite;
  -o-animation: blingbling 500s linear infinite;
  animation: blingbling 500s linear infinite;
}
.collection-cover .collection-title {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@-webkit-keyframes blingbling {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5000px 0;
  }
}
@-moz-keyframes blingbling {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5000px 0;
  }
}
@-ms-keyframes blingbling {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5000px 0;
  }
}
@-o-keyframes blingbling {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5000px 0;
  }
}
@keyframes blingbling {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5000px 0;
  }
}
.homepage .section-title a {
  color: #333;
}
.homepage .section-title a:hover {
  color: #FFCD57;
}
.account-section-list {
  margin: 0 0 2em 0;
}
.account-section-list li {
  float: left;
  margin: 0 1em 0 0;
}
.account-section-list li a {
  font-size: 1.5em;
  font-weight: 300;
  color: #CCC;
}
.account-section-list li a:hover {
  color: #333;
}
.account-section-list li.active a {
  color: #333;
  pointer-events: none;
}
.checkout table.ink-table.cart-table tr.child-item {
  font-size: 0.875em;
}
.checkout table.ink-table.cart-table tr.child-item td:first-child {
  padding-left: 30px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
#lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 465px;
  width: 100%;
  height: 380px;
  padding: 1em;
  background-color: transparent;
  z-index: 101;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#lightbox #lbLoadMessage {
  display: none!important;
}
#lightbox img {
  position: fixed;
  top: -999999px;
  left: -999999px;
}
#lightbox.loading {
  display: none;
}
body > img[style] {
  position: absolute;
  bottom: 999999px;
  left: -999999px;
}
.fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #FFF;
  z-index: 2000000001;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}
.fullscreen-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2000000002;
}
.fullscreen-loader .loader:before,
.fullscreen-loader .loader:after {
  position: absolute;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-bottom-color: transparent;
  border-top-color: transparent;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
  z-index: 10;
}
.fullscreen-loader .loader:before {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: loader-rotate-large 1s 0s ease-in-out infinite;
  -moz-animation: loader-rotate-large 1s 0s ease-in-out infinite;
  -o-animation: loader-rotate-large 1s 0s ease-in-out infinite;
  animation: loader-rotate-large 1s 0s ease-in-out infinite;
}
.fullscreen-loader .loader:after {
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-color: rgba(0, 0, 0, 0.5) transparent rgba(0, 0, 0, 0.5) transparent;
  -webkit-animation: loader-rotate-small 0.5s 0s ease-in-out infinite;
  -moz-animation: loader-rotate-small 0.5s 0s ease-in-out infinite;
  -o-animation: loader-rotate-small 0.5s 0s ease-in-out infinite;
  animation: loader-rotate-small 0.5s 0s ease-in-out infinite;
}
.fullscreen-loader.loading {
  display: block;
}
@-webkit-keyframes loader-rotate-small {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-rotate-small {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-rotate-small {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-rotate-large {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-rotate-large {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-rotate-large {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/******************/
/* S + M + L + XL */
/******************/
/*****************/
/* T + S + M + L */
/*****************/
@media screen and (max-width: 1120px) {
  #header .content-menu.ink-sticky-stuck > ul > li.highlight > a span span {
    display: none;
  }
}
/**************/
/* M + L + XL */
/**************/
@media screen and (min-width: 641px) {
  .product-list li .product .discount-badge {
    top: 0.5em;
    right: 0.5em;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.25em;
    font-weight: 400;
    -webkit-border-radius: 35px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 35px;
    -moz-background-clip: padding;
    border-radius: 35px;
    background-clip: padding-box;
  }
}
/*************/
/* S + M + L */
/*************/
/*************/
/* T + S + M */
/*************/
@media screen and (max-width: 960px) {
  .product-list.product-list-highlights.ratio-threeone li a {
    padding-top: 50%;
  }
  header#header.ink-sticky-stuck {
    position: fixed;
    z-index: 5;
    max-height: 70px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  }
}
/**********/
/* L + XL */
/**********/
@media screen and (min-width: 961px) {
  .product-list.product-list-highlights.ratio-onetwo li a {
    padding-top: 150%;
  }
  .product-list.product-list-highlights.ratio-onetwo li a .details {
    width: 100%;
    padding: 100px 15px 10px 15px;
    background-image: 8121991;
    background-image: -webkit-radial-gradient(200% 100% at 50% 100%, #111, rgba(0, 0, 0, 0));
    background-image: -moz-radial-gradient(200% 100% at 50% 100%, #111, rgba(0, 0, 0, 0));
    background-image: -o-radial-gradient(200% 100% at 50% 100%, #111, rgba(0, 0, 0, 0));
    background-image: radial-gradient(200% 100% at 50% 100%, #111, rgba(0, 0, 0, 0));
  }
  .product-list.product-list-highlights.ratio-threeone li a {
    padding-top: 33%;
  }
  .product-list.product-list-highlights.ratio-threeone li a .details {
    width: 75%;
  }
  .product-detail .buy-ctn {
    padding: 10px;
    border: 1px solid #DDD;
  }
  .product-detail .buy-ctn > .column-group > .hr-ctn:first-child {
    display: none;
  }
  .collection-cover {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
/*********/
/* M + L */
/*********/
/*********/
/* S + M */
/*********/
/*********/
/* T + S */
/*********/
@media screen and (max-width: 640px) {
  .product-list.product-list-highlights li a.product {
    padding-top: 100%;
  }
  .product-list.product-list-highlights li a.product .details {
    padding: 100px 15px 10px 15px;
  }
  .product-detail .title {
    font-size: 1.25em;
  }
  .product-detail .mobile-call-to-action {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
    z-index: 100;
  }
  table.ink-table.responsive-table thead {
    display: none;
  }
  table.ink-table.responsive-table tr {
    border-bottom: 1px solid #DDD;
  }
  table.ink-table.responsive-table tr:hover {
    background: none;
  }
  table.ink-table.responsive-table tr:first-child {
    border-top: 1px solid #DDD;
  }
  table.ink-table.responsive-table tr td {
    display: block;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  table.ink-table.responsive-table tr td.responsify:not(.name):before {
    content: attr(data-th);
    font-weight: bold;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
  }
  table.ink-table.responsive-table tr td.responsify:not(.name):after {
    display: table;
    clear: both;
    content: "";
  }
  table.ink-table.responsive-table tr td.responsify:not(.name)[data-th] {
    text-align: right;
  }
  table.ink-table.responsive-table tr.child-item td:first-child {
    padding-left: 0;
  }
}
/*****/
/* XL */
/*****/
@media screen and (min-width: 1261px) {
  #header .content-menu > ul > li > a {
    font-size: .75em;
  }
}
/*****/
/* L */
/*****/
@media screen and (min-width: 961px) and (max-width: 1260px) {
  .product-list.product-list-highlights li a.product .details {
    width: 100%;
    padding: 100px 15px 10px 15px;
  }
}
/*****/
/* M */
/*****/
/*****/
/* S */
/*****/
/*****/
/* T */
/*****/
@media screen and (max-width: 320px) {
  #super-footer #bsu-footer-links li {
    float: none;
  }
  #super-footer #bsu-footer-links li a {
    padding: 0.4em 0;
  }
}
/**********/
/* RETINA */
/**********/
/* ALTERACOES */
@font-face {
  font-family: 'proxima-light';
  src: url('https://pub.web.sapo.io/static/assets/css/fonts/Proxima_Nova/proximanova-light-webfont.ttf');
  src: url('https://pub.web.sapo.io/static/assets/css/fonts/Proxima_Nova/ProximaNova-Light.otf') format('otf'), url('https://pub.web.sapo.io/static/assets/css/fonts/Proxima_Nova/proximanova-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima-bold';
  src: url('https://pub.web.sapo.io/static/assets/css/fonts/Proxima_Nova/proximanova-bold-webfont.ttf');
  src: url('https://pub.web.sapo.io/static/assets/css/fonts/Proxima_Nova/ProximaNova-Bold.otf') format('otf'), url('https://pub.web.sapo.io/static/assets/css/fonts/Proxima_Nova/proximanova-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: none;
}
#lbContent div.header {
  background-color: #ffcd57;
  padding-top: 0.3em;
}
#lbContent h1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 100;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.54em;
  color: #000000;
}
#lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 465px;
  width: 100%;
  height: 380px;
  padding: 1em;
  background-color: transparent;
  z-index: 101;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}
#lightbox img,
#lightbox img {
  max-height: 100%;
  margin-top: -3px;
  position: static;
}
#lightbox h1 {
  height: 35px;
  font-family: "proxima-light", Sans-Serif;
}
#lightbox h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: .8em;
  font-weight: 500;
  padding-top: .5em;
  font-family: "proxima-light", Sans-Serif;
}
#lightbox h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 3.59em;
  font-weight: 500;
  margin-top: -0.2em;
  font-family: "proxima-light", Sans-Serif;
  letter-spacing: -3px;
}
#lightbox h2 span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  padding-top: 0em;
  font-family: "proxima-bold", Sans-Serif;
}
#lightbox h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.42em;
  font-weight: 900;
  padding-top: .1em;
  font-family: "proxima-bold", Sans-Serif;
}
#lightbox a,
#lightbox a:hover {
  color: #ffcd57;
}
#lightbox div.close a {
  color: #ffffff;
}
.ink-form .control-group .control.append-symbol span > [class*=" fa-"],
.ink-form .control-group .control.append-symbol span > [class^=fa-] {
  position: absolute;
  right: 1em;
  top: .76em;
  pointer-events: none;
}
.fa-times:before {
  content: "\f00d";
}
.fa {
  display: inline-block;
  font: normal normal normal 26px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.close-btn .fa {
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  padding: 2px 0px;
}
.close-btn .fa:hover {
  border: 1px solid #ffcd57;
}
.close-btn {
  font-family: "proxima-light", Sans-Serif;
}
#lightbox .close a:hover {
  color: #ffcd57;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  #lightbox h1 {
    padding-right: 8px;
  }
}
@media screen and (max-width: 1024px) {
  #lightbox h2 {
    font-size: 3.73em;
  }
  #lightbox h3 {
    font-size: 1.51em;
  }
  #lightbox h1 {
    text-align: right;
  }
  #lbContent h1 {
    font-size: 1.7em;
    padding-right: 0.3em;
  }
  #lightbox img {
    float: left;
    width: auto;
    margin-left: 3px;
  }
  #lbContent div.header {
    padding-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #lightbox h2 {
    font-size: 3.93em;
  }
  #lightbox h3 {
    font-size: 3.3vw;
  }
  #lightbox h1 {
    text-align: right;
  }
  #lbContent h1 {
    font-size: 1.7em;
    padding-right: 0.3em;
  }
  #lightbox img {
    float: left;
    width: auto;
    margin-left: 3px;
  }
}
@media screen and (max-width: 641px) {
  #lightbox h1 {
    max-height: 40px;
    height: 100%;
    font-family: "proxima-light", Sans-Serif;
    font-size: 2.4em;
    text-align: center;
  }
  #lightbox img {
    margin-bottom: .3em;
    width: 76%;
    float: none;
    width: auto;
  }
  #lightbox h2 {
    font-size: 13.56vw;
  }
  #lbContent h1 {
    padding-right: 0em;
  }
  #lightbox h3 {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 375px) {
  #lightbox h1 {
    max-height: 40px;
    height: 100%;
    font-family: "proxima-light", Sans-Serif;
    font-size: 2em;
    text-align: center;
  }
  #lightbox img {
    margin-bottom: 0em;
    width: 76%;
    float: none;
    width: auto;
  }
  #lightbox h2 {
    font-size: 13.5vw;
  }
  #lightbox h3 {
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 320px) {
  #lightbox h2 {
    font-size: 13.6vw;
  }
  #lightbox h3 {
    font-size: 5.3vw;
  }
  #lightbox h1 {
    text-align: center;
  }
  #lightbox img {
    float: none;
    width: auto;
  }
}
/**************/
/*  GRID FIX  */
/**************/
@media screen and (min-width: 641px) {
  .product-list:not(.product-list-highlights) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-list:not(.product-list-highlights) li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-list:not(.product-list-highlights) li .product {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-list:not(.product-list-highlights) li .product .details {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
  }
  .product-list:not(.product-list-highlights) li .product .titles {
    margin-bottom: 4em;
  }
  .product-list:not(.product-list-highlights) li .product .details .other-prices-ctn,
  .product-list:not(.product-list-highlights) li .product .details .price-ctn {
    position: absolute;
    bottom: .5em;
    padding: 0;
    margin: 0;
  }
  .product-list:not(.product-list-highlights) li .product .details .price-ctn {
    right: .75em;
  }
  .product-list:not(.product-list-highlights) li .product .details .other-prices-ctn {
    left: .75em;
  }
  .product-list:not(.product-list-highlights) li .product .details .hr-ctn {
    position: absolute;
    bottom: 3.5em;
    left: .75em;
    right: .75em;
    padding: 0;
    margin: 0;
    width: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-list:not(.product-list-highlights) li {
    display: block;
  }
  *::-ms-backdrop,
  .product-list:not(.product-list-highlights) li {
    display: flex;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
  
  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
  
  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/photoswipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
  
  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/*
  Breadcrumbs CSS styling
 */
.ink-navigation ul.breadcrumbs {
  margin-top: -1em;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .ink-navigation ul.breadcrumbs {
    margin-top: 0;
    margin-bottom: .75em;
  }
}
.ink-navigation .breadcrumbs li {
  line-height: 1.75em;
}
.ink-navigation .breadcrumbs li:after {
  margin: 0 .25em;
}
.ink-navigation ul.breadcrumbs li a {
  white-space: nowrap;
}
.ink-navigation ul.breadcrumbs li a:hover {
  text-decoration: none;
}
.ink-navigation .breadcrumbs li:first-child a {
  padding-left: 0;
}
.ink-navigation ul.breadcrumbs li.active a:hover {
  cursor: pointer;
  color: #333;
}
/* <!-- pesquisa */
.ink-navigation .search-form {
  padding: 10px 15px;
}
.ink-navigation .search-form.ink-form input[type="search"] {
  border: none;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.ink-navigation .search-form.ink-form .control.append-button .ink-button {
  border: none;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  background: #fff;
}
.activity-menu .ink-form .control-group .control.append-button .ink-button:focus,
.activity-menu .ink-form .control-group .control.append-button .ink-button:hover {
  margin-left: -1px;
  position: relative;
  z-index: 1;
  border-left: 1px solid #333;
}
.activity-menu .ink-form .control-group .control.append-button span > input {
  color: #000;
}
.search-form .section-title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.search-form .section-title strong {
  font-weight: 400;
  text-transform: none;
}
.search-form .section-title + p {
  text-align: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 0;
  font-size: .85em;
  margin-top: .25em;
  text-transform: uppercase;
}
.search-form .section-title + p strong {
  font-weight: 500;
}
.search-form label {
  float: none;
  display: block;
  padding-left: 6px;
  line-height: 25px;
}
.search-form .ink-dropdown {
  float: none;
}
.search-form .ink-dropdown.active .ink-button {
  border-color: #333;
  color: #000;
}
.search-form .ink-dropdown .ink-button {
  width: 100%;
  text-align: left;
  padding-right: 30px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
.search-form .ink-dropdown .ink-button:after {
  position: absolute;
  top: 0%;
  right: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  text-align: center;
  font-family: FontAwesome;
  content: "\f107";
  text-shadow: none;
  z-index: 1;
  cursor: hand;
  pointer-events: none;
}
.search-form .ink-dropdown ul.dropdown-menu {
  top: 105%;
  margin: 0;
  min-width: 100%;
  padding: 0;
  border: 1px solid #333;
}
.search-form .ink-dropdown ul.dropdown-menu li a:hover {
  color: #000;
}
.search-form .control.append-button {
  width: 100%;
  padding-top: 25px;
}
.search-form .control.append-button span > input {
  color: #000;
}
.search-form .control.append-button .ink-button:focus,
.search-form .control.append-button .ink-button:hover {
  margin-left: -1px;
  position: relative;
  z-index: 1;
  border-left: 1px solid #333;
}
@media screen and (max-width: 1024px) and (min-width: 960px) {
  .activity-menu .ink-form .control-group .control.append-button span > input {
    max-width: 160px;
  }
}
@media all and (-ms-high-contrast: none) {
  .ink-navigation .search-form.ink-form input[type="search"] {
    height: 40px;
  }
  .search-form .control.append-button {
    display: table !important;
  }
  .search-form .control.append-button span {
    vertical-align: top;
  }
  .activity-menu .ink-form .control-group .append-button.control span > input {
    padding: 9px 6px;
  }
  .search-form .control.append-button span > input {
    padding: 10px 6px 9px 6px;
  }
  .ink-form.search-form .append-button.control .ink-button {
    display: table-cell;
  }
}
/* IE9 + IE10pp4 */
@media screen and (max-width: 960px) {
  .search-form .control.append-button {
    padding-top: 10px;
  }
}
