/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.46666667;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a10357;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.46666667;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
em {
  font-style: italic;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  a:hover {
    color: #a10357;
    text-decoration: none;
  }
}
html {
  -webkit-tap-highlight-color: initial;
}
html.isMobile input {
  border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* basic button state */
.btn {
  margin: 0;
  display: inline-block;
  *display: inline;
  padding: 5px 15px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eeeeee;
  *background-color: #e6e6e6;
  border: 0;
  *zoom: 1;
  -webkit-box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn:hover,
.btn:active,
.btn.active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:hover {
  color: #333333;
  -webkit-box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px rgba(000, 000, 000, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.25);
}
.btn:active,
.btn.active {
  background-color: #585858;
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgba(000, 000, 000, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(000, 000, 000, 0.1), inset 0 -5px 15px rgba(0, 0, 0, 0.3);
}
.btn:first-child {
  *margin-left: 0;
}
.btn:focus {
  outline: 0;
  outline-offset: -2px;
}
.btn.btn-pink {
  color: #fff;
  background-color: #da0476;
  text-shadow: none;
}
.btn.btn-blue {
  color: #fff;
  background-color: #003399;
}
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:active,
.btn.disabled,
.btn.btn-pink.btn-disabled,
.btn.btn-pink.btn-disabled:hover,
.btn.btn-pink.btn-disabled:active,
.btn.btn-pink.disabled,
.btn.btn-pink.disabled:hover,
.btn.btn-pink.disabled:active .btn.btn-blue.disabled,
.btn.btn-blue.disabled:hover,
.btn.btn-blue.disabled:active {
  color: #000;
  background-color: #d3d3d3;
  cursor: default;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.46666667;
  color: #000;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #da0476;
  outline: 0;
  background-color: #000;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d3d3d3;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.46666667;
  color: #d3d3d3;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu li {
  margin: 5px 0;
}
.dropdown-menu li > a,
.dropdown-menu li .check-label {
  padding: 3px 10px;
  font-size: 13px;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
}
.dropdown-toggle.dropdown-select {
  position: relative;
  display: block;
  background: #fff;
  font-size: 12px;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  height: 14px;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 3px 25px 3px 10px;
  line-height: 14px;
  background-clip: border-box;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}
.dropdown-toggle.dropdown-select .dropdown-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-toggle.dropdown-select .dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background: #000;
}
.dropdown-toggle.dropdown-select .caret {
  margin: 0;
  position: absolute;
  right: 3px;
  top: 7px;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.dropdown-toggle.dropdown-select .caret::after {
  position: absolute;
  top: -8px;
  right: -7px;
  display: inline-block;
  border-top: 7px solid #000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: '';
}
.dropdown-toggle.dropdown-select:hover,
.dropdown-toggle.dropdown-select:focus {
  border: 1px solid #aaa;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  cursor: default;
}
.dropdown-toggle.off,
.dropdown-toggle.off:hover,
.dropdown-toggle:disabled,
.dropdown-toggle:disabled:hover {
  background-color: #f2f2f2;
  color: #ddd;
  border-color: #ddd;
  cursor: default;
}
.dropdown-toggle.off .dropdown-arrow,
.dropdown-toggle.off:hover .dropdown-arrow,
.dropdown-toggle:disabled .dropdown-arrow,
.dropdown-toggle:disabled:hover .dropdown-arrow {
  background-color: #ddd;
}
.dropdown-toggle.off .caret::after,
.dropdown-toggle.off:hover .caret::after,
.dropdown-toggle:disabled .caret::after,
.dropdown-toggle:disabled:hover .caret::after {
  border-top-color: #ddd;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #d3d3d3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d3d3d3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.46666667;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #585858;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #a10357;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav {
  margin-bottom: 22px;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  background-color: transparent;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  background: #ddd;
}
.nav-tabs > li > a {
  margin: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  background: #ddd;
  border: 0;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  outline: none;
}
.nav-tabs > li:last-child > a {
  border-right: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #f2f2f2;
  color: #000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active:last-child > a {
  border: 0;
  border-right: 1px solid #fff;
  color: #000;
}
.navbar {
  overflow: visible;
}
.navbar-inner {
  min-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
}
.navbar-inner:before,
.navbar-inner:after {
  content: " ";
  display: table;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  content: " ";
  display: table;
}
.navbar-inner:after {
  clear: both;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin-bottom: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li.pull-right {
  float: right;
}
.navbar .nav > li > a {
  float: none;
  color: #777;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #777;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 29px;
  height: 3px;
  background-color: #f5f5f5;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #fff;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #da0476;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #da0476;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #000;
  background-color: #eeeeee;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #eeeeee;
  color: #000;
}
.navbar-inverse .btn-navbar {
  background: #000;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  font-weight: 500;
}
.navbar {
  margin-bottom: 20px;
}
.navbar .btn {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}
.navbar .nav {
  width: 100%;
}
.navbar .nav > li {
  position: relative;
}
.navbar .nav > li > a {
  font-weight: 400;
  padding: 7px 16px;
}
.navbar .nav > li:first-child {
  margin-left: -15px;
  padding-left: 0;
}
.navbar .nav > li:hover .subnav-container {
  display: block;
}
.navbar .nav > li .dropdown {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar .nav > li .dropdown-menu {
  top: 24px;
}
.navbar .nav > li .dropdown-toggle .caret {
  top: 8px;
  right: 4px;
  margin: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.navbar .dropdown-select {
  padding-left: 6px;
}
.navbar-static-top .navbar-inner {
  border-width: 0;
}
.navbar-inverse .btn-search {
  color: #fff;
}
.navbar-inverse .btn-search:focus {
  border: 0;
}
.navbar-inverse .nav > li > a,
.navbar-inverse .subnav > li > a {
  display: block;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .subnav > li > a:hover,
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .subnav > li > a:focus,
.navbar-inverse .nav > li > a:active,
.navbar-inverse .subnav > li > a:active {
  color: #da0476;
}
.navbar-inverse .subnav > .active > a,
.navbar-inverse .subnav > .active > a:hover {
  color: #da0476;
}
.navbar-inverse .nav > .active:hover > a,
.navbar-inverse .nav > .active:focus > a,
.navbar-inverse .nav > .has-subnav.active:hover > a,
.navbar-inverse .nav > .has-subnav.active:focus > a {
  z-index: 1000;
}
.navbar-inverse .nav > .has-subnav:hover > a {
  background: #fff;
  font-weight: 500;
  color: #da0476;
}
.navbar .nav > .new-nav:hover .new-nav-flag,
.navbar .nav > .new-nav:focus .new-nav-fag {
  z-index: 10;
}
.navbar .nav > .new-nav:hover .new-nav-flag .new-tip,
.navbar .nav > .new-nav:focus .new-nav-fag .new-tip {
  display: none;
}
.navbar .nav > .new-nav:hover .new-nav-flag .nav-tip,
.navbar .nav > .new-nav:focus .new-nav-fag .nav-tip {
  display: block;
}
.new-nav-flag {
  position: absolute;
  top: -20px;
  z-index: 0;
  color: #da0476;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: visible;
  background: #fff;
  line-height: 12px;
  padding: 3px;
}
.new-nav-flag .new-tip,
.new-nav-flag .nav-tip {
  position: relative;
}
.new-nav-flag .new-tip {
  z-index: 0;
}
.new-nav-flag .nav-tip {
  display: none;
  top: -2px;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
.subnav-container {
  display: none;
  position: absolute;
  width: 200px;
  top: 30px;
  z-index: 1000;
  background-color: #fff;
  padding-bottom: 10px;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
.subnav-container .subnav > li > a {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
}
.navbar .btn-navbar {
  float: left;
  padding: 9px 0px;
  margin-left: 0;
}
.navbar .btn-navbar.btn:active {
  padding: 9px 0;
}
.navbar .btn-navbar .icon-bar {
  background-color: #fff;
}
@media (max-width: 991px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 22px;
  }
  .navbar-fixed-bottom {
    margin-top: 22px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 11px;
  }
  .nav-collapse .nav > li {
    float: none;
    padding: 0 2px;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #000;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 11px 15px;
    margin: 11px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #000;
    border-bottom-color: #000;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 991px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
    display: block;
  }
}
.navbar .btn-navbar {
  width: 30px;
}
#nav-search {
  display: none;
  position: absolute;
  left: 56px;
  right: 56px;
  height: auto;
}
#nav-search form {
  display: block;
  padding: 1px 0;
}
#nav-search input {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 37px;
  border-radius: 0;
  border: 1px solid #000;
}
#nav-search input.search-textbox.tt-query {
  font-size: 16px;
}
#nav-search .btn-search {
  position: absolute;
  right: -42px;
  top: 0;
  width: 42px;
  height: 34px;
  background: transparent;
}
#nav-search .btn-search .icon-search {
  font-size: 26px;
}
@media (max-width: 991px) {
  #search-header {
    left: 0;
  }
  #nav-search {
    display: block;
  }
  #nav-search .twitter-typeahead {
    width: 100%;
  }
  #header .search {
    display: none;
  }
}
@media (max-width: 991px) {
  .new-nav-flag {
    display: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    font-weight: 300;
    border-radius: 0 0;
  }
  .navbar-inverse .nav-collapse .nav > .has-subnav:hover > a,
  .navbar-inverse .nav-collapse .nav > .has-subnav:focus > a,
  .navbar-inverse .nav-collapse .nav > .has-subnav.active > a {
    background-color: #fff;
  }
  .navbar-inverse .nav-collapse .nav > .has-subnav.active .subnav-container {
    display: block;
  }
  .nav-collapse.in {
    overflow: visible;
  }
  .nav-collapse .nav > li {
    margin-left: -15px;
  }
  .nav-collapse .nav > li:first-child {
    margin-left: -15px;
  }
  .nav-collapse .nav > li.active > a,
  .nav-collapse .nav > li.active > a:hover,
  .nav-collapse .nav > li.active > a:focus,
  .nav-collapse .nav > li > a:hover {
    background-color: #000;
    color: #da0476;
  }
  .nav-collapse .subnav-container {
    left: 144px;
    width: 100%;
    height: 223px;
    z-index: 1020;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  .nav-collapse #magazine-nav .subnav-container {
    top: -144px;
  }
  .nav-collapse #collecting-nav .subnav-container {
    top: -108px;
  }
  .nav-collapse #auctions-nav .subnav-container {
    top: -180px;
  }
  .nav-collapse #partners-nav .subnav-container {
    top: -72px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.46666667px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.46666667;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal.fade .modal-dialog {
  transition: none;
  -webkit-transform: none;
  transform: none;
}
.link {
  cursor: pointer;
}
.link:hover {
  color: #da0476;
}
#span-product-price-holder .link:hover {
  color: white;
}
#span-product-price-holder .link {
  font-weight: 400 !important;
}
.center-text {
  text-align: center;
}
/* Sign in/Join */
.modal.modal[id*="mygallery"] .modal-dialog,
.modal.email-share-modal .modal-dialog {
  width: 700px;
}
.modal .close {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 100;
  margin: 0;
  border: 0;
  padding: 0;
  height: 25px;
  width: 25px;
  background: url('/static/common/img/modals/closebutton.png') no-repeat;
}
.modal .close.big {
  background: url('/static/common/img/modals/closebutton-big.png') no-repeat;
  height: 41px;
  width: 41px;
  right: 45px;
  top: 35px;
}
.modal .credits {
  display: none;
}
.modal .modal-body {
  background: white;
  padding: 90px 50px 50px;
  position: relative;
}
.modal .modal-body .loading {
  display: block;
  min-height: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url('/static/common/img/loaders/spinner.gif') #fff no-repeat center center;
}
.modal .modal-body .artist-name {
  font-size: 16px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  padding-top: 10px;
}
.modal .modal-body h1,
.modal .modal-body h3.h1sub {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}
.modal .modal-body h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.modal .modal-body p {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
}
.modal .modal-body small {
  font-size: 12px;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
.modal .modal-body span.love-art {
  color: #da0476;
  display: block;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic;
  padding-bottom: 6px;
  text-align: center;
}
.modal .modal-body .submit-holder .btn.btn-pink {
  width: 100%;
  padding: 10px 0px;
}
.modal .modal-body .error-holder {
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #da0476;
}
.modal .modal-body .input-holder {
  margin-top: 20px;
  position: relative;
}
.modal .modal-body .input-holder input[type="text"],
.modal .modal-body .input-holder input[type="password"] {
  border: solid 1px #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
}
.modal .modal-body .input-holder input[type="text"].error,
.modal .modal-body .input-holder input[type="password"].error {
  border: solid 1px #ff0000;
}
.modal .modal-body .input-holder label {
  display: inline-block;
  font-size: 15px;
}
.modal .modal-body .input-holder label.error {
  display: block;
  margin: 0;
  position: absolute;
  top: 100%;
}
.modal .modal-body .input-holder label.checkbox-label {
  padding-left: 30px;
}
.modal .modal-body .input-holder label.checkbox-label input[type="checkbox"] {
  margin-top: -2px;
  margin-left: -20px;
  float: left;
}
.modal .modal-body .input-holder.pass-holder {
  margin-bottom: 0;
}
.modal .modal-body .btn.btn-pink {
  padding-bottom: 10px;
  padding-top: 10px;
}
.modal .modal-body .forgot-pass {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  bottom: 15px;
  right: 15px;
  text-align: right;
}
.modal .modal-body .forgot-pass a {
  text-decoration: underline;
}
.modal .modal-body .forgot-pass .join-link {
  display: block;
}
.modal .modal-body .forgot-pass span.sep {
  display: none;
}
.modal .modal-body .forgot-pass-top {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  top: 15px;
  right: 15px;
  text-align: right;
}
.modal .modal-body .forgot-pass-top a {
  text-decoration: underline;
}
.modal .modal-body .prereg-auction-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}
.modal .modal-body .prereg-signin-wrapper {
  margin-top: 20px;
  float: right;
}
.modal .modal-body .prereg-signin-wrapper .prereg-signin-notice {
  display: inline-block;
  padding: 7px 0 0 10px;
}
.modal .modal-body .prereg-signin-wrapper .prereg-signin-holder #prereg-signin {
  display: inline-block;
  margin-left: 10px;
  padding: 7px 15px;
}
.modal .modal-body .prereg-signin-wrapper .prereg-signin-holder .loader {
  display: none;
}
.modal .modal-body .prereg-signin-wrapper .prereg-signin-holder.loading .loader {
  display: inline-block;
  margin: 0 0 0 35px;
}
.modal .modal-body .prereg-signin-wrapper .prereg-signin-holder.loading #prereg-signin {
  display: none;
}
.modal .modal-body #prereg-error-holder .error-holder {
  left: 15px;
}
.modal .modal-body .cc_notice {
  text-align: left;
  max-width: 550px;
  margin: 15px 0;
}
.modal .modal-body .province-holder {
  display: none;
}
.modal .modal-body .state-holder .dropdown {
  width: 100% !important;
}
.modal .modal-body .state-holder label.error {
  left: 0 !important;
}
.modal .inquire-sub {
  float: left;
}
.modal .contact {
  float: left;
  padding: 9px 15px;
}
.modal .contact a {
  text-transform: uppercase;
}
#prereg_modal .btn.dropdown-toggle {
  margin-left: 0;
}
#prereg_modal [data-id$="region_id_bid"] {
  color: #333333;
}
#prereg_modal .bg {
  background: #fc1934;
}
#auction-bid-modal .btn.dropdown-toggle {
  margin-left: 0;
}
#auction-bid-modal [data-id$="region_id_bid"] {
  color: #333333;
}
#auction-bid-modal .bg {
  background: #fc1934;
}
#collecting_detail #preference_join_modal .loading,
#collecting_detail #net_join_modal .loading,
#collecting_detail #collector_category_modal .loading,
#collecting_detail #art_follow_modal .loading,
#collecting_detail #artist_follow_modal .loading,
#collecting_detail #partner_follow_modal .loading {
  border: none;
  background: white;
  display: block;
  top: -1%;
  left: 33%;
  height: 20px;
  position: relative;
}
#preference_join_modal p,
#net_join_modal p {
  margin-top: 15px;
  line-height: 30px;
  font-size: 19px;
}
#preference_join_modal .input-holder label.error,
#net_join_modal .input-holder label.error {
  top: -53%;
}
#net_join_modal p {
  margin-bottom: 0px;
  padding-top: 10px;
  max-width: 100%;
}
#net_join_modal p span {
  font-weight: bold;
}
#collector_category_modal h2 {
  margin-bottom: 25px;
}
#collector_category_modal label {
  margin-bottom: 20px;
}
#collector_category_modal .follow-stage,
#art_follow_modal .follow-stage,
#artist_follow_modal .follow-stage,
#partner_follow_modal .follow-stage {
  float: right;
  color: #797676;
  font-style: italic;
}
#collector_category_modal .follow-stage span,
#art_follow_modal .follow-stage span,
#artist_follow_modal .follow-stage span,
#partner_follow_modal .follow-stage span {
  color: white;
  background-color: #797676;
  display: inline-block;
  padding-left: 5px;
  padding-right: 4px;
  width: 22px;
}
#collector_category_modal label,
#art_follow_modal label,
#artist_follow_modal label,
#partner_follow_modal label {
  position: relative;
  margin-left: 20px;
  top: -4px;
  width: 85%;
  display: block;
}
#collector_category_modal .custom-checkbox,
#art_follow_modal .custom-checkbox,
#artist_follow_modal .custom-checkbox,
#partner_follow_modal .custom-checkbox {
  position: absolute;
}
#collector_category_modal .modal-body,
#art_follow_modal .modal-body,
#artist_follow_modal .modal-body,
#partner_follow_modal .modal-body {
  padding: 35px 35px 25px;
}
#art_follow_modal h1,
#artist_follow_modal h1,
#partner_follow_modal h1,
#art_follow_modal h3.h1sub,
#artist_follow_modal h3.h1sub,
#partner_follow_modal h3.h1sub {
  padding-bottom: 35px;
  border-bottom: solid 1px #e1e1e1;
}
#art_follow_modal h3,
#artist_follow_modal h3,
#partner_follow_modal h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#art_follow_modal form:before,
#artist_follow_modal form:before,
#partner_follow_modal form:before,
#art_follow_modal form:after,
#artist_follow_modal form:after,
#partner_follow_modal form:after {
  content: " ";
  display: table;
}
#art_follow_modal form:after,
#artist_follow_modal form:after,
#partner_follow_modal form:after {
  clear: both;
}
#art_follow_modal form:before,
#artist_follow_modal form:before,
#partner_follow_modal form:before,
#art_follow_modal form:after,
#artist_follow_modal form:after,
#partner_follow_modal form:after {
  content: " ";
  display: table;
}
#art_follow_modal form:after,
#artist_follow_modal form:after,
#partner_follow_modal form:after {
  clear: both;
}
#art_follow_modal form .follow-input-text,
#artist_follow_modal form .follow-input-text,
#partner_follow_modal form .follow-input-text {
  margin-bottom: 30px;
  padding: 4px;
  padding-left: 10px;
}
#art_follow_modal .follow-input-text,
#artist_follow_modal .follow-input-text,
#partner_follow_modal .follow-input-text {
  padding: 5px;
}
#art_follow_modal .submit-holder,
#artist_follow_modal .submit-holder,
#partner_follow_modal .submit-holder {
  margin-top: 10px;
}
#art_follow_modal .typeahead_input,
#artist_follow_modal .typeahead_input,
#partner_follow_modal .typeahead_input {
  border: solid 1px #e7e7e7;
  border-radius: 0;
  font-size: 11px;
  height: 32px;
  padding-left: 10px;
  width: 100%;
}
#art_follow_modal input.tt-hint,
#artist_follow_modal input.tt-hint,
#partner_follow_modal input.tt-hint {
  font-size: 11px;
  height: 32px;
  padding-left: 10px;
  margin-bottom: 20px;
  width: 100%;
  left: 14px !important;
}
#art_follow_modal .tt-menu,
#artist_follow_modal .tt-menu,
#partner_follow_modal .tt-menu {
  padding-right: 0px;
  padding-top: 7px;
  background-color: white;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #e7e7e7;
  top: 58% !important;
  width: 95%;
  margin-left: 15px;
  margin-top: -4px;
  padding-left: 0px;
}
#art_follow_modal .tt-menu .tt-dataset > span,
#artist_follow_modal .tt-menu .tt-dataset > span,
#partner_follow_modal .tt-menu .tt-dataset > span {
  padding: 4px 15px;
  font-size: 12px !important;
}
#art_follow_modal .tt-menu .tt-dataset > span:hover,
#artist_follow_modal .tt-menu .tt-dataset > span:hover,
#partner_follow_modal .tt-menu .tt-dataset > span:hover,
#art_follow_modal .tt-menu .tt-dataset > span.tt-cursor,
#artist_follow_modal .tt-menu .tt-dataset > span.tt-cursor,
#partner_follow_modal .tt-menu .tt-dataset > span.tt-cursor {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
#artist_follow_modal .submit-holder {
  margin-top: 20px;
  margin-bottom: -25px;
}
.art-follow-span,
.artist-follow-span,
.partner-follow-span {
  margin-left: 0% !important;
  font-size: 16px;
  min-height: 46px !important;
  max-height: 46px !important;
  margin-top: 5px;
}
.partner-follow-span {
  min-height: 65px !important;
  max-height: 65px !important;
}
.art-follow-span {
  min-height: 40px !important;
  max-height: 40px !important;
}
#collector_category_modal h3 {
  text-transform: uppercase;
}
#collector_category_modal form:before,
#collector_category_modal form:after {
  content: " ";
  display: table;
}
#collector_category_modal form:after {
  clear: both;
}
#collector_category_modal form:before,
#collector_category_modal form:after {
  content: " ";
  display: table;
}
#collector_category_modal form:after {
  clear: both;
}
#collector_category_modal form h1,
#collector_category_modal form h3.h1sub {
  margin-bottom: 15px;
}
#collector_category_modal form p {
  line-height: 30px;
  font-size: 18px;
  margin: 0px;
  max-width: 100%;
  padding-bottom: 20px;
}
#collector_category_modal form .error-holder {
  border-top: solid 1px #e1e1e1;
}
#collector_category_modal li div:first-child {
  margin-bottom: 10px;
  font-size: 17px;
}
#preference_confirm_modal h1,
#preference_confirm_modal h3.h1sub {
  margin-top: 30px;
  margin-bottom: 15px;
}
#preference_confirm_modal p {
  font-size: 19px;
  line-height: 33px;
  margin-bottom: 65px;
}
#preference_confirm_modal .submit-holder {
  margin-bottom: -20px;
}
.share-links-popover {
  position: absolute;
  min-width: 250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
  text-align: left;
  text-decoration: none;
  padding-bottom: 3px;
  z-index: 100;
}
.share-links-popover .close {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 100;
  margin: 0;
  border: 0;
  padding: 0;
  height: 25px;
  width: 25px;
  background: url('/static/common/img/modals/closebutton.png') no-repeat;
}
.share-links-popover .popover-content {
  padding: 40px 20px 20px;
}
.share-links-popover .popover-content ul li {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 5px;
}
.share-links-popover .popover-content ul li:last-child {
  border: none;
}
.share-links-popover .popover-content .shareLink {
  font-size: 16px;
}
.share-links-popover .popover-content .shareLink > span {
  vertical-align: top;
}
.share-links-popover .popover-content .shareLink > span[class^='icon'] {
  width: 20px;
  text-align: center;
}
.modal#join_modal form .input-holder label.error,
.modal#follow_join_modal form .input-holder label.error,
.modal#mygallery_join_modal form .input-holder label.error,
.modal#paypal_join_modal form .input-holder label.error,
.modal#gallery_join form .input-holder label.error {
  bottom: 100%;
  top: auto;
}
.modal#join_modal form .input-holder label.error[for="terms"],
.modal#follow_join_modal form .input-holder label.error[for="terms"],
.modal#mygallery_join_modal form .input-holder label.error[for="terms"],
.modal#paypal_join_modal form .input-holder label.error[for="terms"],
.modal#gallery_join form .input-holder label.error[for="terms"] {
  bottom: auto;
  top: 100%;
}
.modal#mygallery_signin_modal h4,
.modal#mygallery_join_modal h4,
.modal#mygallery-save-modal h4 {
  margin-top: 26px;
}
.modal#mygallery_signin_modal input[type="text"],
.modal#mygallery_join_modal input[type="text"],
.modal#mygallery-save-modal input[type="text"],
.modal#mygallery_signin_modal textarea,
.modal#mygallery_join_modal textarea,
.modal#mygallery-save-modal textarea {
  border: solid 1px #000000;
  box-sizing: border-box;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 13px;
  padding: 4px 10px;
  width: 100%;
}
.modal#mygallery_signin_modal input[type="text"],
.modal#mygallery_join_modal input[type="text"],
.modal#mygallery-save-modal input[type="text"] {
  height: 30px;
}
.modal#mygallery_signin_modal textarea,
.modal#mygallery_join_modal textarea,
.modal#mygallery-save-modal textarea {
  height: 93px;
}
.modal#mygallery_signin_modal .gallery-list,
.modal#mygallery_join_modal .gallery-list,
.modal#mygallery-save-modal .gallery-list {
  border: solid 1px #000;
  font-size: 13px;
  padding: 6px 10px;
  height: 50px;
  overflow: auto;
}
.modal#mygallery_signin_modal .gallery-list input[type="checkbox"],
.modal#mygallery_join_modal .gallery-list input[type="checkbox"],
.modal#mygallery-save-modal .gallery-list input[type="checkbox"] {
  margin-right: 5px;
}
.modal#mygallery_signin_modal .gallery-list li label,
.modal#mygallery_join_modal .gallery-list li label,
.modal#mygallery-save-modal .gallery-list li label {
  position: relative;
  bottom: 5px;
  margin-left: 5px;
}
.modal#mygallery_signin_modal .error,
.modal#mygallery_join_modal .error,
.modal#mygallery-save-modal .error {
  height: 30px;
  font-size: 13px;
}
.modal#mygallery_signin_modal .submit-holder .btn.btn-pink,
.modal#mygallery_join_modal .submit-holder .btn.btn-pink,
.modal#mygallery-save-modal .submit-holder .btn.btn-pink {
  padding: 5px 15px;
}
.modal#mygallery_signin_modal .confirmation,
.modal#mygallery_join_modal .confirmation,
.modal#mygallery-save-modal .confirmation {
  display: none;
}
.modal#mygallery_signin_modal .confirmation .submit-holder,
.modal#mygallery_join_modal .confirmation .submit-holder,
.modal#mygallery-save-modal .confirmation .submit-holder {
  margin-top: 25px;
}
.modal#confirm_modal .modal-dialog {
  width: 560px;
}
.modal#confirm_modal .modal-body {
  padding-top: 50px;
  text-align: center;
}
.modal#confirm_modal .modal-body h1,
.modal#confirm_modal .modal-body h2.h1sub {
  font-size: 29px;
  line-height: 38px;
  margin-bottom: 24px;
}
.modal#confirm_modal .modal-body button {
  margin: 0px 10px;
  padding: 5px 25px;
}
.modal#confirm_modal .alert-buttons {
  display: none;
}
.modal#confirm_modal.alert .alert-buttons {
  display: block;
}
.modal#confirm_modal.alert .confirm-buttons {
  display: none;
}
.modal#forgot_password_modal div.success,
.modal#paypal_forgot_password_modal div.success,
.modal#gallery_forgot_password div.success {
  display: none;
}
.modal.bg .modal-dialog {
  width: 750px;
}
.modal.bg .modal-content {
  background-size: cover !important;
}
.modal.bg h1,
.modal.bg h3.h1sub {
  font-size: 32px;
  text-align: center;
}
.modal.bg h3.h1sub {
  display: block !important;
  margin-bottom: 24px !important;
  text-transform: uppercase !important;
}
.modal.bg p {
  margin: 0 auto;
  max-width: 465px;
  text-align: center;
}
.modal.bg .credits {
  color: #fff;
  display: block;
  font-size: 12px;
  padding-right: 6px;
  text-align: right;
  text-transform: uppercase;
}
.modal.bg .credits > div {
  display: none;
}
.modal.bg .credits > div .title,
.modal.bg .credits > div .year {
  font-style: italic;
}
.modal.bg .credit-text-background {
  background-color: #000;
}
.modal.bg .modal-body {
  -webkit-box-shadow: 0px 0px 14px 1px #333;
  box-shadow: 0px 0px 14px 1px #333;
  margin: 50px 50px 28px;
  padding: 50px;
}
.modal.bg .modal-body .form-holder {
  margin-bottom: 26px;
  margin-top: 0px;
}
.modal.bg .modal-body .form-holder .input-holder {
  margin-bottom: 0;
}
.modal.bg .modal-body .form-holder > div:first-child {
  padding-right: 9px;
}
.modal.bg .modal-body .form-holder > div:last-child {
  padding-left: 9px;
}
.modal.bg#join_modal .modal-body {
  padding-bottom: 48px;
}
.modal.bg#join_modal .modal-body a.show-modal {
  text-decoration: underline;
}
.modal.bg#terms_modal .modal-body p {
  text-align: left;
  max-width: 100%;
}
.modal.bg#thankyou_modal .modal-body,
.modal.bg#consignment_thankyou_modal .modal-body {
  text-align: center;
}
.modal.bg#thankyou_modal .modal-body p,
.modal.bg#consignment_thankyou_modal .modal-body p {
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: none;
}
.modal.bg#thankyou_modal .modal-body h2.give50,
.modal.bg#consignment_thankyou_modal .modal-body h2.give50 {
  font-size: 32px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.modal.bg#thankyou_modal .modal-body h2.give50 span,
.modal.bg#consignment_thankyou_modal .modal-body h2.give50 span {
  color: #188a03;
}
.modal.bg#thankyou_modal .modal-body .btn.btn-pink,
.modal.bg#consignment_thankyou_modal .modal-body .btn.btn-pink {
  padding: 12px 50px;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content {
  background: url('//d5wt70d4gnm1t.cloudfront.net/media/a-s/artworks/michelle-grabner/None-000073753173/michelle-grabner-untiled-15x15-1-800x800.jpg') no-repeat;
  background-size: 950px auto !important;
  background-position: center center;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content p {
  max-width: 448px;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .addl-info p {
  max-width: 336px;
  margin-bottom: 10px;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .red {
  color: #ff0000;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .confirm-message {
  display: none;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .input-holder {
  text-align: left;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .input-holder label {
  font-size: 11px;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .input-holder label small {
  color: #777;
  font-size: 11px;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .input-holder textarea {
  border: solid 1px black;
  display: block;
  height: 100px;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  outline: none !important;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 20px;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .modal-body p {
  font-size: 17px;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .no-thanks {
  color: #da0476;
  display: inline-block;
  font-size: 12px;
  padding-top: 18px;
  text-decoration: underline;
}
.modal.bg#consignment_thankyou_modal .modal-dialog .modal-content .credits > div {
  display: block;
}
.modal.bg.bg0 .modal-dialog .modal-content .credits .bg0 {
  display: block;
}
.modal.bg.bg0 .modal-dialog .modal-content.lazyload {
  background: none;
}
.modal.bg.bg0 .modal-dialog .modal-content.lazyloaded {
  background: url('/static/common/img/modals/modal-bg-0.jpg') no-repeat;
}
.modal.bg.bg1 .modal-dialog .modal-content .credits .bg1 {
  display: block;
}
.modal.bg.bg1 .modal-dialog .modal-content.lazyload {
  background: none;
}
.modal.bg.bg1 .modal-dialog .modal-content.lazyloaded {
  background: url('/static/common/img/modals/modal-bg-1.jpg') no-repeat;
}
.modal.bg.bg2 .modal-dialog .modal-content .credits .bg2 {
  display: block;
}
.modal.bg.bg2 .modal-dialog .modal-content.lazyload {
  background: none;
}
.modal.bg.bg2 .modal-dialog .modal-content.lazyloaded {
  background: url('/static/common/img/modals/modal-bg-2.jpg') no-repeat;
}
.modal.bg.bg3 .modal-dialog .modal-content .credits .bg3 {
  display: block;
}
.modal.bg.bg3 .modal-dialog .modal-content.lazyload {
  background: none;
}
.modal.bg.bg3 .modal-dialog .modal-content.lazyloaded {
  background: url('/static/common/img/modals/modal-bg-3.jpg') no-repeat;
}
.modal.bg.bg4 .modal-dialog .modal-content .credits .bg4 {
  display: block;
}
.modal.bg.bg4 .modal-dialog .modal-content.lazyload {
  background: none;
}
.modal.bg.bg4 .modal-dialog .modal-content.lazyloaded {
  background: url('/static/common/img/modals/modal-bg-4.jpg') no-repeat;
}
.modal.bg.bg5 .modal-dialog .modal-content .credits .bg5 {
  display: block;
}
.modal.bg.bg5 .modal-dialog .modal-content.lazyload {
  background: none;
}
.modal.bg.bg5 .modal-dialog .modal-content.lazyloaded {
  background: url('/static/common/img/modals/modal-bg-5.jpg') no-repeat;
}
#alist #signin_modal .modal-dialog .modal-content {
  background: none;
  background-color: #000;
}
#alist #signin_modal .alist-logo-holder {
  text-align: center;
  margin-bottom: 16px;
}
#alist #signin_modal .credits {
  display: none;
}
#alist #signin_modal .modal-body {
  margin: 0px;
  background-color: #000;
  color: #fff;
}
#alist #signin_modal .modal-body h1,
#alist #signin_modal .modal-body h3.h1sub {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 14px;
}
#alist #signin_modal .modal-body p {
  font-size: 18px;
  font-weight: normal;
}
#alist #signin_modal a {
  color: #fff;
}
#alist #signin_modal a:hover {
  color: #da0476;
}
/* Ask an expert */
.modal#inquire_modal .modal-dialog,
.modal.inquire_modal .modal-dialog {
  width: 714px;
}
.modal#inquire_modal h3,
.modal.inquire_modal h3 {
  font-size: 24px;
  font-weight: normal;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  line-height: 28px;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.modal#inquire_modal p,
.modal.inquire_modal p {
  font-size: 15px;
  margin: 0px 0px 19px;
}
.modal#inquire_modal .work-title,
.modal.inquire_modal .work-title {
  font-size: 14px;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.modal#inquire_modal .work-artist,
.modal.inquire_modal .work-artist {
  padding: 10px 0px 0px;
  max-width: 160px;
  word-break: break-word;
}
.modal#inquire_modal .faq-link,
.modal.inquire_modal .faq-link {
  padding-top: 25px;
}
.modal#inquire_modal .faq-link a,
.modal.inquire_modal .faq-link a {
  text-decoration: underline;
}
.modal#inquire_modal .faq-header-links,
.modal.inquire_modal .faq-header-links {
  padding-top: 20px;
}
.modal#inquire_modal .close,
.modal.inquire_modal .close {
  top: 28px;
  right: 28px;
}
.modal#inquire_modal .form-holder,
.modal.inquire_modal .form-holder,
.modal#inquire_modal .confirm-message,
.modal.inquire_modal .confirm-message {
  padding-left: 20px;
}
.modal#inquire_modal .form-holder form input,
.modal.inquire_modal .form-holder form input,
.modal#inquire_modal .form-holder form textarea,
.modal.inquire_modal .form-holder form textarea {
  border: 1px solid #000;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal#inquire_modal .form-holder form input.error,
.modal.inquire_modal .form-holder form input.error,
.modal#inquire_modal .form-holder form textarea.error,
.modal.inquire_modal .form-holder form textarea.error {
  border-color: red;
}
.modal#inquire_modal .form-holder form input,
.modal.inquire_modal .form-holder form input {
  height: 34px;
  line-height: 18px;
}
.modal#inquire_modal .form-holder form textarea,
.modal.inquire_modal .form-holder form textarea {
  min-height: 100px;
}
.modal#inquire_modal .form-holder form input.sb-filter,
.modal.inquire_modal .form-holder form input.sb-filter {
  display: none;
}
.modal#inquire_modal .form-holder form input[type=radio],
.modal.inquire_modal .form-holder form input[type=radio],
.modal#inquire_modal .form-holder form input[type=checkbox],
.modal.inquire_modal .form-holder form input[type=checkbox] {
  width: auto;
  height: auto;
  margin-bottom: 3px;
}
.modal#inquire_modal .form-holder form label,
.modal.inquire_modal .form-holder form label {
  display: inline-block;
}
.modal#inquire_modal .form-holder form label[for=call_me],
.modal.inquire_modal .form-holder form label[for=call_me],
.modal#inquire_modal .form-holder form #ask_an_advisor_call_me,
.modal.inquire_modal .form-holder form #ask_an_advisor_call_me,
.modal#inquire_modal .form-holder form #ask_an_advisor_call_me_0,
.modal.inquire_modal .form-holder form #ask_an_advisor_call_me_0,
.modal#inquire_modal .form-holder form #ask_an_advisor_call_me_1,
.modal.inquire_modal .form-holder form #ask_an_advisor_call_me_1,
.modal#inquire_modal .form-holder form #ask_an_advisor_call_me_2,
.modal.inquire_modal .form-holder form #ask_an_advisor_call_me_2 {
  margin-left: 30px;
}
.modal#inquire_modal .form-holder form label[for=ask_an_advisor_subscribe],
.modal.inquire_modal .form-holder form label[for=ask_an_advisor_subscribe] {
  display: unset;
}
.modal#inquire_modal .form-holder form .input-holder,
.modal.inquire_modal .form-holder form .input-holder {
  margin-bottom: 25px;
}
.modal#inquire_modal .form-holder form .contact-options,
.modal.inquire_modal .form-holder form .contact-options {
  margin-bottom: 15px;
}
.modal#inquire_modal .form-holder form .contact-options label,
.modal.inquire_modal .form-holder form .contact-options label {
  font-size: 15px;
}
.modal#inquire_modal .form-holder form .contact-options label.error,
.modal.inquire_modal .form-holder form .contact-options label.error {
  font-size: 10px;
}
.modal#inquire_modal .confirm-message,
.modal.inquire_modal .confirm-message {
  display: none;
}
.modal#inquire_modal #accept-privacy-policy,
.modal.inquire_modal #accept-privacy-policy {
  display: inline-block;
  margin: 10px 0 0 10px;
}
.modal#inquire_modal #accept-privacy-policy a,
.modal.inquire_modal #accept-privacy-policy a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .modal {
    left: 15px;
    right: 15px;
  }
  .modal#inquire_modal h3,
  .modal.inquire_modal h3 {
    line-height: 28px;
  }
  .modal#inquire_modal .close,
  .modal.inquire_modal .close {
    top: 18px;
    right: 18px;
  }
  .modal#inquire_modal .form-holder,
  .modal.inquire_modal .form-holder {
    padding-left: 0px;
  }
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#art_follow_modal .twitter-typeahead,
#artist_follow_modal .twitter-typeahead,
#partner_follow_modal .twitter-typeahead {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .modal.fade.in .modal-dialog {
    top: 5%;
    max-height: 90%;
  }
  .modal .modal-dialog,
  .modal.bg .modal-dialog {
    width: auto !important;
    overflow: auto;
  }
  .modal .credits,
  .modal.bg .credits {
    display: none;
  }
  .modal .modal-body,
  .modal.bg .modal-body {
    padding: 36px;
    margin: 0;
  }
  .modal .modal-body h1,
  .modal.bg .modal-body h1,
  .modal .modal-body h3.h1sub,
  .modal.bg .modal-body h3.h1sub {
    line-height: 27px;
    font-size: 24px;
    margin-bottom: 8px;
  }
  .modal .modal-body p,
  .modal.bg .modal-body p {
    font-size: 15px;
    line-height: 18px;
  }
  .modal .modal-body .error-holder,
  .modal.bg .modal-body .error-holder {
    min-height: 12px;
  }
  .modal .modal-body .submit-holder button.btn.btn-pink,
  .modal.bg .modal-body .submit-holder button.btn.btn-pink {
    padding: 10px;
    width: 100%;
  }
  .modal .modal-body .forgot-pass,
  .modal.bg .modal-body .forgot-pass {
    position: static;
    margin-top: 25px;
    text-align: center;
  }
  .modal .modal-body .forgot-pass a,
  .modal.bg .modal-body .forgot-pass a {
    display: inline-block;
  }
  .modal .modal-body .forgot-pass .join-link,
  .modal.bg .modal-body .forgot-pass .join-link {
    display: inline-block;
  }
  .modal .modal-body .forgot-pass span.sep,
  .modal.bg .modal-body .forgot-pass span.sep {
    display: inline-block;
    margin: 0 15px;
  }
  .modal .modal-body .form-holder > div:first-child,
  .modal.bg .modal-body .form-holder > div:first-child,
  .modal .modal-body .form-holder > div:last-child,
  .modal.bg .modal-body .form-holder > div:last-child {
    padding: 0;
  }
  .modal .modal-body .form-holder > div:first-child,
  .modal.bg .modal-body .form-holder > div:first-child {
    margin-bottom: 30px;
  }
  .modal .modal-body .img-holder,
  .modal.bg .modal-body .img-holder {
    display: none;
  }
  #collector_category_modal .follow-stage,
  #art_follow_modal .follow-stage,
  #artist_follow_modal .follow-stage,
  #partner_follow_modal .follow-stage {
    display: none;
  }
  #collector_category_modal form p {
    line-height: 24px;
    font-size: 15px;
    padding-bottom: 10px;
  }
  #collector_category_modal form .submit-holder {
    margin-bottom: -10px;
  }
  #collector_category_modal h2 {
    margin-bottom: 16px;
    font-weight: normal;
  }
  #collector_category_modal label {
    margin-bottom: 0px;
  }
  #collector_category_modal li div:first-child {
    font-size: 15px;
  }
  #art_follow_modal form .follow-input-text,
  #artist_follow_modal form .follow-input-text,
  #partner_follow_modal form .follow-input-text {
    width: 100%;
  }
  #art_follow_modal form .submit-holder,
  #artist_follow_modal form .submit-holder,
  #partner_follow_modal form .submit-holder {
    margin-bottom: -10px;
  }
  #art_follow_modal .twitter-typeahead,
  #artist_follow_modal .twitter-typeahead,
  #partner_follow_modal .twitter-typeahead {
    padding: 0px !imporant;
  }
  #art_follow_modal .tt-dropdown-menu,
  #artist_follow_modal .tt-dropdown-menu,
  #partner_follow_modal .tt-dropdown-menu {
    width: 100%;
  }
  #art_follow_modal h1,
  #artist_follow_modal h1,
  #partner_follow_modal h1,
  #art_follow_modal h3.h1sub,
  #artist_follow_modal h3.h1sub,
  #partner_follow_modal h3.h1sub {
    padding-bottom: 5px;
  }
  #art_follow_modal .art-follow-span,
  #artist_follow_modal .art-follow-span,
  #partner_follow_modal .art-follow-span,
  #art_follow_modal .artist-follow-span,
  #artist_follow_modal .artist-follow-span,
  #partner_follow_modal .artist-follow-span {
    line-height: 16px;
    max-height: 28px !important;
    min-height: 28px !important;
  }
  #art_follow_modal .partner-follow-span,
  #artist_follow_modal .partner-follow-span,
  #partner_follow_modal .partner-follow-span {
    line-height: 20px;
    max-height: 37px !important;
    min-height: 28px !important;
  }
  #art_follow_modal .submit-holder,
  #artist_follow_modal .submit-holder,
  #partner_follow_modal .submit-holder {
    margin-top: 10px;
  }
  #preference_join_modal form .form-holder,
  #net_join_modal form .form-holder {
    margin-bottom: 0px;
  }
  #collecting_detail #preference_join_modal .loading,
  #collecting_detail #net_join_modal .loading,
  #collecting_detail #collector_category_modal .loading,
  #collecting_detail #art_follow_modal .loading,
  #collecting_detail #artist_follow_modal .loading,
  #collecting_detail #partner_follow_modal .loading {
    left: 10%;
  }
}
.private-room .modal .close.big {
  top: 15px;
}
.confirm-tc {
  padding-top: 20px;
  font-size: 75%;
}
.paddle-text {
  text-align: center;
  text-transform: uppercase;
}
.paddle-text strong {
  font-size: 1.7em;
  line-height: 1.9em;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*
  This is BS3's default file without the !importants - 
  which don't play well with our JS
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  vertical-align: top;
  content: "";
}
.caret.caret-up {
  border-bottom-color: inherit;
}
.caret.caret-right {
  border-left-color: inherit;
}
.caret.caret-down {
  border-top-color: inherit;
}
.caret.caret-left {
  border-right-color: inherit;
}
.artwork-frame {
  position: relative;
  overflow: hidden;
  background: #f2f2f2 url(/static/common/img/loaders/image-loading-med.gif) no-repeat center center;
  color: #fff;
}
.artwork-frame > a {
  display: block;
  text-align: center;
  min-height: 35px;
}
.artwork-frame:hover .artwork-buttons {
  bottom: 0;
}
.artwork-frame:hover .border {
  background: #ddd;
}
.artwork-frame span {
  display: block;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 80px;
}
.artwork-frame .graphic-promo-image {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
}
.artwork-frame span.auction-bug {
  background: url('/static/auctions/img/auctions_graphic.png') 0 0 no-repeat;
}
.artwork-frame span.book-flag {
  background: url('/static/arts/img/books_producttile_tag.png') 0 0 no-repeat;
}
.artwork-frame .border {
  position: absolute;
}
.artwork-frame .border.border-top,
.artwork-frame .border.border-bottom {
  height: 1px;
  width: 100%;
}
.artwork-frame .border.border-top {
  top: 0;
}
.artwork-frame .border.border-bottom {
  bottom: 0;
}
.artwork-frame .border.border-left,
.artwork-frame .border.border-right {
  top: 0;
  width: 1px;
  height: 100%;
}
.artwork-frame .border.border-left {
  left: 0;
}
.artwork-frame .border.border-right {
  right: 0;
}
.artwork-buttons,
.ab-mobile {
  position: absolute;
  right: 1px;
  bottom: -35px;
  white-space: nowrap;
  -webkit-transition: bottom 200ms linear;
  transition: bottom 200ms linear;
}
.artwork-buttons .btn,
.ab-mobile .btn {
  position: relative;
  font-size: 13px;
  font-weight: 200;
  text-align: center;
  padding: 5px;
  line-height: 18px;
  width: 100%;
}
.artwork-buttons .btn.btn-black,
.ab-mobile .btn.btn-black {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.artwork-buttons .btn.btn-black:hover,
.ab-mobile .btn.btn-black:hover {
  background-color: #000;
}
.artwork-buttons .btn.btn-black:active,
.ab-mobile .btn.btn-black:active {
  padding: 5px;
}
.artwork-buttons .btn:hover .my-gallery-icon,
.ab-mobile .btn:hover .my-gallery-icon {
  background-position: 0 -1px;
}
.artwork-buttons .my-gallery-icon,
.ab-mobile .my-gallery-icon {
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 1px 0 0;
  background: url(/static/common/img/my-gallery-sprite.png) no-repeat 0 -15px;
  background-size: 15px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
}
.icon-geo,
.dropdown-menu > li > a:hover > .icon-geo,
.dropdown-menu > li > a:focus > .icon-geo {
  background-image: url("/static/common/img/geo-sprite.png");
  margin: 2px 1px 0 0;
  height: 11px;
}
.icon-us {
  background-position: 0 0;
}
.icon-gb {
  background-position: 0 -13px;
}
.icon-eu {
  background-position: 0 -26px;
}
@font-face {
  font-family: 'artspace';
  src: url("/static/fonts/icons/artspace.eot");
  src: url("/static/fonts/icons/artspace.eot#iefix") format('embedded-opentype'), url("/static/fonts/icons/artspace.woff") format('woff'), url("/static/fonts/icons/artspace.ttf") format('truetype'), url("/static/fonts/icons/artspace.svg#artspace") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Font Awesome */
@font-face {
  font-family: 'fontawesome';
  src: url("/static/fonts/icons/fontawesome-webfont.eot");
  src: url("/static/fonts/icons/fontawesome-webfont.eot#iefix") format('embedded-opentype'), url("/static/fonts/icons/fontawesome-webfont.woff") format('woff'), url("/static/fonts/icons/fontawesome-webfont.tff") format('truetype'), url("/static/fonts/icons/fontawesome-webfont.svg#fontawesome") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/static/fonts/icons/glyphicons-halflings-regular.eot");
  src: url("/static/fonts/icons/glyphicons-halflings-regular.eot#glyphicons") format('embedded-opentype'), url("/static/fonts/icons/glyphicons-halflings-regular.woff") format('woff'), url("/static/fonts/icons/glyphicons-halflings-regular.tff") format('truetype'), url("/static/fonts/icons/glyphicons-halflings-regular.svg#glyphicons") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icon-zoom-in-2,
.icon-auction,
.icon-view-in-room-2,
.icon-slideshow,
.icon-play,
.icon-artspace-edition-2,
.icon-pinterest,
.icon-tumblr,
.icon-facebook,
.icon-instagram,
.icon-mail,
.icon-view-in-room,
.icon-pdf,
.icon-link,
.icon-rss,
.icon-zoom-in,
.icon-search,
.icon-chevron-right,
.icon-checkmark,
.icon-chevron-left,
.icon-mg-add,
.icon-mg-remove,
.icon-artspace-a,
.icon-artspace-edition,
.icon-pause,
.icon-info-q,
.icon-scale,
.icon-info-i,
.icon-twitter,
.icon-a-list-list,
.icon-invitation,
.icon-gift,
.icon-freeshipping,
.icon-clock,
.icon-a-list-a,
.icon-a-list-badge,
.icon-a-list-logo,
.icon-sale-tag,
.icon-a-list-star,
.icon-phone,
.icon-arrow-down,
.icon-arrow-up,
.icon-share-links,
.icon-collector_cirlce_badge {
  width: auto;
  font-family: 'artspace';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-a-list-star:before {
  content: "\e614";
}
.icon-sale-tag:before {
  content: "\e613";
}
.icon-a-list-list:before {
  content: "\e60b";
}
.icon-invitation:before {
  content: "\e60c";
}
.icon-a-list-logo:before {
  content: "\e612";
}
.icon-gift:before {
  content: "\e60d";
}
.icon-freeshipping:before {
  content: "\e60e";
}
.icon-clock:before {
  content: "\e60f";
}
.icon-a-list-a:before {
  content: "\e610";
}
.icon-a-list-badge:before {
  content: "\e611";
}
.icon-info-q:before {
  content: "\e608";
}
.icon-scale:before {
  content: "\e609";
}
.icon-info-i:before {
  content: "\e60a";
}
.icon-pause:before {
  content: "\e607";
}
.icon-auction:before {
  content: "\e601";
}
.icon-slideshow:before {
  content: "\e603";
}
.icon-play:before {
  content: "\e604";
}
.icon-artspace-edition-2:before {
  content: "\e011";
}
.icon-zoom-in-2:before {
  content: "\e600";
}
.icon-view-in-room-2:before {
  content: "\e602";
}
.icon-pinterest:before {
  content: "\e000";
}
.icon-tumblr:before {
  content: "\e001";
}
.icon-facebook:before {
  content: "\e003";
}
.icon-instagram:before {
  content: "\f16d";
  font-family: fontawesome;
  font-size: large;
}
.icon-mail:before {
  content: "\e004";
}
.icon-view-in-room:before {
  content: "\e005";
}
.icon-pdf:before {
  content: "\e006";
}
.icon-link:before {
  content: "\e007";
}
.icon-rss:before {
  content: "\e008";
}
.icon-zoom-in:before {
  content: "\e009";
}
.icon-search:before {
  content: "\e00a";
}
.icon-chevron-right:before {
  content: "\e00b";
}
.icon-chevron-left:before {
  content: "\e00c";
}
.icon-checkmark:before {
  content: "\e00d";
}
.icon-mg-add:before {
  content: "\e00e";
}
.icon-mg-remove:before {
  content: "\e00f";
}
.icon-artspace-a:before {
  content: "\e010";
}
.icon-artspace-edition:before {
  content: "\e011";
}
.icon-twitter:before {
  content: "\e619";
}
.icon-phone:before {
  content: "\e606";
}
.icon-arrow-down:before {
  content: "\e615";
}
.icon-arrow-up:before {
  content: "\e616";
}
.icon-share-links:before {
  content: "\e617";
}
.icon-collector_cirlce_badge:before {
  content: "\e618";
}
.text-icon {
  font-size: 12px;
  border-right: 1px solid black;
  position: relative;
  top: -4px;
  padding-right: 10px;
  padding-left: 10px;
}
#right-icons-container .shareLink {
  margin-right: 10px;
}
.shareLink {
  margin-right: 20px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  color: #666;
}
.shareLink.custom-facebook-button {
  color: #3c5a98;
}
.shareLink.custom-facebook-button:hover {
  color: #3c5a98;
}
.shareLink.custom-twitter-button {
  color: #007baa;
}
.shareLink.custom-twitter-button:hover {
  color: #007baa;
}
.shareLink.custom-pinterest-button {
  color: #ce2127;
}
.shareLink.custom-pinterest-button:hover {
  color: #ce2127;
}
.shareLink.custom-rss-button {
  color: #fe9900;
}
.shareLink.custom-rss-button:hover {
  color: #fe9900;
}
.fb-like {
  margin-top: 0;
  margin-right: 15px;
  top: 1px;
}
#right-icons-container .shareLink {
  font-size: 17px;
}
#right-icons-container .shareLink > a {
  color: #666;
}
.shareLink:hover,
#right-icons-container .shareLink > a:hover {
  color: #da0476;
}
#as-share-icons-container {
  clear: both;
  position: relative;
  float: left;
  margin-bottom: 15px;
}
.breadcrumb #as-share-icons-container {
  margin: 0;
}
#mygallery #as-share-icons-container {
  clear: none;
  margin: 0;
  padding-top: 6px;
}
#collecting #share-icons-container,
#magazine #share-icons-container {
  clear: both;
  position: relative;
  float: right;
}
#magazine #share-icons-container {
  margin-right: 37px;
}
.as-icon {
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.as-icon i {
  display: block;
  margin: 0 auto 5px;
  font-size: 32px;
}
.as-icon.horizontal i,
.as-icon.horizontal > div {
  display: inline-block;
  vertical-align: middle;
}
.as-icon.horizontal i {
  margin: 0;
}
.fa {
  font-family: fontawesome;
}
.fa.fa-star-o:before {
  content: "\f006";
}
.fa.fa-star:before {
  content: "\f005";
}
.fa.fa-times-o:before {
  content: "\f00d";
}
.fa.fa-times:before {
  content: "\f00d";
}
.fa.fa-caret-right-o:before {
  content: "\f0da";
}
.fa.fa-caret-right:before {
  content: "\f0da";
}
.fa.fa-shopping-cart:before {
  content: "\f07a";
}
.fa.fa-instagram:before {
  content: "\f16d";
}
.fa.fa-plus:before {
  content: "\f067";
}
.fa.fa-check:before {
  content: "\f00c";
}
.fa.fa-bank:before {
  content: "\f19c";
}
.fa.fa-eye:before {
  content: "\f06e";
}
.fa.fa-envelope-o:before {
  content: "\f003";
}
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa.fa-grid:before {
  content: "\f00a";
}
.fa.fa-list:before {
  content: "\f03a";
}
.glyphicon {
  font-family: 'Glyphicons Halflings';
}
.glyphicon.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon.glyphicon-user:before {
  content: "\e008";
}
.glyphicon.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon.glyphicon-info-sign:before {
  content: "\e086";
}
#infscr-loading {
  text-align: center;
  clear: both;
  position: relative;
  margin-bottom: -32px;
}
#alist-nav a {
  text-transform: lowercase;
  letter-spacing: 2px;
}
#alist-nav span.alist-star {
  position: relative;
  top: 3px;
}
span.icon-collector_cirlce_badge {
  background-color: #000;
  color: #fff;
  font-size: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 5px;
  font-weight: 300;
}
div.alist-product-detail {
  margin-bottom: 10px;
}
div.alist-product-detail .alist-text {
  font-weight: 300;
  margin-top: 2px;
  padding-bottom: 1px;
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
}
div.alist-product-detail .icon-a-list-a {
  color: #da0476;
  border-radius: 50%;
  border: 2px #000 solid;
  font-size: 11px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  text-align: center;
  margin-right: 6px;
  padding-top: 9px;
}
div.alist-product-detail .tooltip {
  margin-top: 7px;
}
div.filter-item span.alist-star {
  position: relative;
  top: 2px;
}
div.filter-item .alist-text {
  text-transform: none;
}
div.filter-item .icon-a-list-a {
  color: #da0476;
  border-radius: 50%;
  border: 1px #000 solid;
  font-size: 6px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-align: center;
  margin-right: 6px;
  margin-top: -2px;
  padding-top: 4px;
}
#header .cart .open > a {
  color: #da0476;
}
.dropdown.dropdown-enabled {
  z-index: 1010;
}
.dropdown.dropdown-enabled.open-cart .dropdown-container {
  display: block;
}
.notMobile .dropdown {
  position: relative;
}
.notMobile .dropdown.dropdown-enabled:hover .dropdown-container {
  display: block;
}
.dropdown-container {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1010;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 10px 0 0;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}
.dropdown-container .arrow-holder {
  width: 100%;
  height: 20px;
  margin-bottom: -20px;
  position: relative;
  top: -20px;
}
.dropdown-container::before {
  position: absolute;
  top: -14px;
  right: 13px;
  display: inline-block;
  border-right: 13px solid transparent;
  border-bottom: 14px solid #ddd;
  border-left: 13px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.dropdown-container::after {
  position: absolute;
  top: -13px;
  right: 14px;
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 13px solid white;
  border-left: 12px solid transparent;
  content: '';
}
.dropdown-close {
  display: none;
}
.isMobile .dropdown-close {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  background: url(/static/common/img/modals/closebutton.png) no-repeat;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
#dropdown-cart .cart-price,
#dropdown-cart .cart-quantity {
  margin-top: 12px;
}
#dropdown-cart .cart-item {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
#dropdown-cart .cart-artist {
  text-transform: uppercase;
  padding-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dropdown-cart .cart-item li {
  margin-bottom: 11px;
  text-transform: capitalize;
}
#dropdown-cart .btn-holder {
  padding-top: 30px;
}
#dropdown-cart .btn-holder .btn {
  display: block;
}
#item-count {
  font-size: 15px;
  padding-top: 22px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid black;
}
#header #dropdown-cart {
  color: #000;
  text-transform: none;
  font-size: 12px;
  line-height: 12px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  width: 270px;
  padding: 0px 20px 20px;
  margin: 13px 0 0;
}
#header #dropdown-cart::after {
  right: 137px;
  border-right: 10px solid transparent;
  border-bottom: 13px solid white;
  border-left: 10px solid transparent;
}
#header #dropdown-cart::before {
  right: 136px;
  border-right: 11px solid transparent;
  border-bottom: 14px solid #DDD;
  border-left: 11px solid transparent;
}
#header #dropdown-cart li {
  color: #000;
  margin-top: 30px;
  padding-left: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #484848;
}
#header #dropdown-cart li:before,
#header #dropdown-cart li:after {
  content: " ";
  display: table;
}
#header #dropdown-cart li:after {
  clear: both;
}
#header #dropdown-cart li:before,
#header #dropdown-cart li:after {
  content: " ";
  display: table;
}
#header #dropdown-cart li:after {
  clear: both;
}
#header #dropdown-cart li div:first-child {
  margin-top: 0px;
}
#header #dropdown-cart li img {
  float: left;
  margin-left: -80px;
  width: 60px;
  height: 60px;
}
#header #dropdown-cart li:first-child {
  margin-top: 0;
}
#header #dropdown-cart li:last-child {
  border: 0;
  padding-bottom: 0;
}
#header #dropdown-cart li a,
#header #dropdown-cart li a:hover {
  color: #000;
}
#header #dropdown-cart .cart-list {
  margin-top: 30px;
  max-height: 274px;
  overflow-y: auto;
}
#header #dropdown-cart .cart-list .cart-price em {
  font-style: normal;
}
#header #dropdown-cart .cart-list .cart-price em.price.on-sale {
  text-decoration: line-through;
}
#header #dropdown-cart .cart-list .cart-price em.sale-price {
  color: #da0476;
  padding-left: 3px;
}
#header #dropdown-cart .cart-list .cart-remove {
  display: block;
  margin-top: 15px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
}
#header #dropdown-cart .cart-list .cart-remove:hover {
  color: #da0476;
}
#header #dropdown-cart .cart-list .cart-work {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header #dropdown-cart .cart-list .dropdown-title {
  border-bottom: 1px solid black;
  padding: 15px 0;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .notMobile #header .cart-dropdown:hover .dropdown-cart-backdrop,
  #header .cart-dropdown.dropdown-enabled.open-cart .dropdown-cart-backdrop {
    display: block;
  }
  #header .cart-dropdown {
    position: static !important;
  }
  #header .cart-dropdown #dropdown-cart {
    height: 500px;
    overflow-y: auto;
  }
  #header .cart-dropdown #dropdown-cart.cart-empty .cart-list,
  #header .cart-dropdown #dropdown-cart.cart-empty .btn-holder .as-btn {
    display: none;
  }
  #header .cart-dropdown #dropdown-cart .btn-holder {
    text-align: center;
  }
  #header .cart-dropdown #dropdown-cart .btn-holder .as-btn {
    display: inline-block;
  }
  #header .cart-dropdown #dropdown-cart .continue-shopping {
    color: #666;
    font-size: 14px;
    padding-top: 25px;
    text-transform: uppercase;
    text-decoration: underline;
  }
  #header .cart-dropdown #dropdown-cart #item-count {
    border: none;
    color: #666;
    font-size: 17px;
    font-weight: 500;
    padding: 30px 0;
  }
  #header .cart-dropdown #dropdown-cart .cart-list {
    border: solid 1px #d9d9d9;
    border-width: 1px 0;
    margin: 0;
    max-height: none;
    padding: 20px 0;
  }
  #header .cart-dropdown #dropdown-cart .cart-work {
    font-size: 14px;
  }
  #header .cart-dropdown #dropdown-cart .cart-artist {
    font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-top: 6px;
  }
  #header .cart-dropdown #dropdown-cart .cart-remove {
    margin-top: 25px;
  }
  #header .cart-dropdown #dropdown-cart .cart-price {
    margin-top: 10px;
  }
  #header .cart-dropdown #dropdown-cart .cart-quantity {
    margin-top: 5px;
  }
  #header .cart-dropdown .dropdown-cart-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#about-us-toggle {
  margin: 0;
}
#about-us-toggle > a {
  display: block;
  padding: 5px 8px 15px;
  background: #585858;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background linear 0.1s;
  transition: background linear 0.1s;
}
#about-us-toggle > a:hover {
  background: #3f3f3f;
}
#about-us-toggle > a:hover .caret-open > div {
  border-top-color: #3f3f3f;
}
#about-us-toggle > a .caret-open {
  left: 50%;
  top: 18px;
  margin-left: -8px;
  position: absolute;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#about-us-toggle > a .caret-open > div {
  position: absolute;
  top: -10px;
  right: -8px;
  border-top: 8px solid #585858;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transition: border-top-color linear 0.1s;
  transition: border-top-color linear 0.1s;
}
#welcome-dialog {
  display: none;
  position: absolute;
  top: -1500px;
  z-index: 10;
  left: 50%;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #e1e1e1 \9;
  border-top: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: top 0.5s linear, width 0.2s linear;
  transition: top 0.5s linear, width 0.2s linear;
}
#welcome-dialog.show {
  display: block;
}
#welcome-dialog.expanded {
  top: 132px;
}
#welcome-dialog .wd-inner-wrap {
  margin: 0 auto;
  max-width: 910px;
}
#welcome-dialog .wd-inner-wrap:before,
#welcome-dialog .wd-inner-wrap:after {
  content: " ";
  display: table;
}
#welcome-dialog .wd-inner-wrap:after {
  clear: both;
}
#welcome-dialog .wd-inner-wrap:before,
#welcome-dialog .wd-inner-wrap:after {
  content: " ";
  display: table;
}
#welcome-dialog .wd-inner-wrap:after {
  clear: both;
}
#welcome-dialog .row {
  position: relative;
}
#welcome-dialog .wd-info-module {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
}
#welcome-dialog .wd-info-module.odd .wd-info-pad {
  margin-right: 10px;
  padding-left: 90px;
  padding-right: 20px;
}
#welcome-dialog .wd-info-module.even .wd-info-pad {
  margin-left: 10px;
  padding-left: 80px;
  padding-right: 30px;
}
#welcome-dialog .wd-info-module.phone {
  display: none;
}
#welcome-dialog .wd-info-pad h3,
#welcome-dialog .wd-signup-pad h3 {
  position: relative;
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.25;
  width: 95%;
}
#welcome-dialog .wd-info-pad p,
#welcome-dialog .wd-signup-pad p {
  opacity: 0.7;
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.3;
}
#welcome-dialog .wd-info-pad {
  position: relative;
  height: 150px;
}
#welcome-dialog .wd-info-pad h3 {
  padding: 35px 0 0;
}
#welcome-dialog .wd-signup-pad {
  position: relative;
  padding: 40px 100px 25px;
}
#welcome-dialog .wd-signup-pad h3,
#welcome-dialog .wd-signup-pad p,
#welcome-dialog .wd-signup-pad label,
#welcome-dialog .wd-signup-pad label a {
  color: #fff;
}
#welcome-dialog .wd-signup-pad p {
  margin-bottom: 6px;
}
#welcome-dialog .wd-signup-pad label a:hover {
  color: #da0476;
}
#welcome-dialog .wd-signup-pad .control-group {
  margin: 10px 0 0;
}
#welcome-dialog .wd-signup-pad .clickout {
  position: relative;
  margin-top: 10px;
  color: #da0476;
}
#welcome-dialog .wd-signup-pad .clickout:hover {
  text-decoration: underline;
}
#welcome-dialog .wd-signup-pad .clickout .caret {
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #da0476;
}
#welcome-dialog .wd-proof-pad {
  padding: 10px 0;
  height: 40px;
}
#welcome-dialog .wd-proof-pad ul:before,
#welcome-dialog .wd-proof-pad ul:after {
  content: " ";
  display: table;
}
#welcome-dialog .wd-proof-pad ul:after {
  clear: both;
}
#welcome-dialog .wd-proof-pad ul:before,
#welcome-dialog .wd-proof-pad ul:after {
  content: " ";
  display: table;
}
#welcome-dialog .wd-proof-pad ul:after {
  clear: both;
}
#welcome-dialog .wd-proof-pad ul > li {
  float: left;
  margin-right: 20px;
}
#welcome-dialog .wd-proof-pad ul > li:last-child {
  margin: 0;
}
#welcome-dialog .wd-proof-pad ul > li > p {
  font-size: 13px;
  line-height: 40px;
}
#welcome-dialog .control-group > .controls {
  position: relative;
}
#welcome-dialog .control-group > .controls .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 19px 80px;
  font-size: 14px;
  line-height: 1;
}
.transition(all linear 0.2s) #welcome-dialog .control-group > .controls .btn:active {
  padding-top: 20px;
  padding-bottom: 18px;
}
#welcome-dialog .control-group > .controls .checkbox > .terms {
  font-size: 11px;
  margin-left: 5px;
}
#welcome-dialog .control-group > .controls .checkbox input[type="checkbox"] {
  background: transparent;
}
#welcome-dialog #wd-email-input {
  margin: 0 310px 10px 0;
}
#welcome-dialog #wd-email-input input[type="text"] {
  position: relative;
  padding: 14px 20px;
  width: 100%;
  height: auto;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-radius: 0;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#welcome-dialog #wd-email-input input[type="text"]:-moz-placeholder {
  color: #000;
}
#welcome-dialog #wd-email-input input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#welcome-dialog #wd-email-input input[type="text"]:-ms-input-placeholder {
  color: #000;
}
#welcome-dialog #wd-email-input input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
#welcome-dialog #wd-email-input input[type="text"]:hover {
  border-color: rgba(218, 4, 118, 0.4);
}
#welcome-dialog #wd-email-input input[type="text"]:focus {
  border-color: rgba(218, 4, 118, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(218, 4, 118, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(218, 4, 118, 0.6);
}
#welcome-dialog #wd-email-input input[type="text"]:focus:-moz-placeholder {
  color: #585858;
}
#welcome-dialog #wd-email-input input[type="text"]:focus::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
#welcome-dialog #wd-email-input input[type="text"]:focus:-ms-input-placeholder {
  color: #585858;
}
#welcome-dialog #wd-email-input input[type="text"]:focus::-webkit-input-placeholder {
  color: #585858;
}
#welcome-dialog #wd-email-input input[type="text"].error {
  border-color: rgba(255, 0, 0, 0.8);
}
#welcome-dialog #wd-email-input input[type="text"].error:-moz-placeholder {
  color: red;
}
#welcome-dialog #wd-email-input input[type="text"].error::-moz-placeholder {
  color: red;
  opacity: 1;
}
#welcome-dialog #wd-email-input input[type="text"].error:-ms-input-placeholder {
  color: red;
}
#welcome-dialog #wd-email-input input[type="text"].error::-webkit-input-placeholder {
  color: red;
}
#welcome-dialog #wd-email-input input[type="text"].error:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(218, 4, 118, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(218, 4, 118, 0.6);
}
#welcome-dialog #wd-email-input input[type="text"].error:focus:-moz-placeholder {
  color: #ff8080;
}
#welcome-dialog #wd-email-input input[type="text"].error:focus::-moz-placeholder {
  color: #ff8080;
  opacity: 1;
}
#welcome-dialog #wd-email-input input[type="text"].error:focus:-ms-input-placeholder {
  color: #ff8080;
}
#welcome-dialog #wd-email-input input[type="text"].error:focus::-webkit-input-placeholder {
  color: #ff8080;
}
#welcome-dialog #wd-email-input input[type="text"].loading {
  background: #FFF url(/static/common/img/loaders/image-loading-med.gif) no-repeat -400px center;
  background-position: 400px center;
}
#welcome-dialog #wd-signup-form {
  position: relative;
  z-index: 1;
}
#welcome-dialog #wd-signup-form legend,
#welcome-dialog #wd-signup-form h2 {
  color: #999999;
}
#welcome-dialog #wd-info {
  background: #fff;
  padding: 0 0 15px;
}
#welcome-dialog #wd-signup {
  background: #000;
  overflow: hidden;
}
#welcome-dialog #wd-success {
  display: none;
}
#welcome-dialog #wd-success.subscribed .curr {
  display: block;
}
#welcome-dialog #wd-success.subscribed .sub {
  display: none;
}
#welcome-dialog #wd-success .curr {
  display: none;
}
#welcome-dialog #wd-proof {
  background: #e1e1e1;
  height: 60px;
}
#welcome-dialog #wd-close {
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: -1;
  margin-left: -50px;
  width: 100px;
  height: 30px;
  background: #585858;
  cursor: pointer;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background linear 0.1s;
  transition: background linear 0.1s;
}
#welcome-dialog #wd-close:hover {
  background: #3f3f3f;
}
#welcome-dialog #wd-close:hover .caret-close > div {
  border-bottom-color: #3f3f3f;
}
#welcome-dialog #wd-close .caret-close > div {
  -webkit-transition: border-bottom-color linear 0.1s;
  transition: border-bottom-color linear 0.1s;
}
#welcome-dialog .wd-info-icon.lazyload,
#welcome-dialog .wd-webby.lazyload,
#welcome-dialog .wd-partner-logo.lazyload {
  background: none;
}
#welcome-dialog .wd-info-icon.lazyloaded,
#welcome-dialog .wd-webby.lazyloaded,
#welcome-dialog .wd-partner-logo.lazyloaded {
  background: url(/static/common/img/header/first-look-sprite.png) no-repeat 0 0;
}
#welcome-dialog .wd-info-icon {
  position: absolute;
  top: 33px;
  left: -65px;
  width: 50px;
  height: 55px;
}
#welcome-dialog .wd-info-icon.wd-connect {
  background-position: 0 -158px;
}
#welcome-dialog .wd-info-icon.wd-learn {
  background-position: -52px -158px;
  top: 55px;
}
#welcome-dialog .wd-info-icon.wd-buy {
  background-position: -104px -158px;
}
#welcome-dialog .wd-info-icon.wd-discover {
  background-position: -156px -158px;
  top: 55px;
}
#welcome-dialog .wd-webby {
  position: absolute;
  width: 150px;
  height: 150px;
}
#welcome-dialog .wd-webby.webby-left {
  bottom: -65px;
  left: -50px;
}
#welcome-dialog .wd-webby.webby-right {
  top: -65px;
  right: -50px;
}
#welcome-dialog .wd-partner-logo {
  margin: 12px 0;
  height: 16px;
  transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  /* IE 9 */
  -webkit-transform: scale(0.8, 0.8);
  /* Safari and Chrome */
}
#welcome-dialog .wd-partner-logo.logo-met {
  margin: 0;
  width: 41px;
  height: 41px;
  background-position: -3px -222px;
}
#welcome-dialog .wd-partner-logo.logo-gugg {
  width: 113px;
  background-position: -49px -222px;
}
#welcome-dialog .wd-partner-logo.logo-whit {
  width: 98px;
  background-position: -49px -242px;
}
#welcome-dialog .wd-partner-logo.logo-cpp {
  width: 159px;
  background-position: -49px -261px;
}
#welcome-dialog .wd-partner-logo.logo-dz {
  width: 111px;
  background-position: -49px -281px;
}
#welcome-dialog .dot-border {
  background: url(/static/common/img/header/dot-2px.png) 0 0;
  position: absolute;
}
#welcome-dialog .dot-border.border-bottom {
  background-repeat: repeat-x;
  left: 0;
  bottom: -11px;
  height: 4px;
  width: 100%;
}
#welcome-dialog .dot-border.border-middle {
  background-repeat: repeat-y;
  left: 50%;
  top: 35px;
  margin-left: -1px;
  height: 240px;
  width: 4px;
}
#welcome-dialog .caret-close {
  left: 50%;
  top: 9px;
  margin-left: -12px;
  position: absolute;
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#welcome-dialog .caret-close > div {
  position: absolute;
  top: 3px;
  right: -12px;
  border-bottom: 12px solid #585858;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
@media (min-width: 1200px) {
  #art #welcome-dialog .wd-inner-wrap {
    max-width: 1048px;
  }
  #art #welcome-dialog .control-group > .controls .btn {
    padding-left: 100px;
    padding-right: 100px;
  }
  #art #welcome-dialog .control-group > .controls #wd-email-input {
    margin: 0 350px 10px 0;
  }
  #art #welcome-dialog .wd-info-module.odd .wd-info-pad {
    padding-left: 125px;
    padding-right: 60px;
  }
  #art #welcome-dialog .wd-info-module.even .wd-info-pad {
    padding-left: 100px;
    padding-right: 100px;
  }
  #art #welcome-dialog .wd-signup-pad {
    padding-left: 125px;
    padding-right: 125px;
  }
  #art #welcome-dialog .wd-proof-pad ul > li {
    margin-right: 48px;
  }
  #art #welcome-dialog .wd-proof-pad ul > li:last-child {
    margin: 0;
  }
  #art #welcome-dialog .wd-info-icon {
    left: -80px;
  }
  #art #welcome-dialog #wd-email-input input[type="text"].loading {
    background-position: 450px center;
  }
}
@media (min-width: 1200px) {
  #partner #welcome-dialog .wd-inner-wrap {
    max-width: 1048px;
  }
  #partner #welcome-dialog .control-group > .controls .btn {
    padding-left: 100px;
    padding-right: 100px;
  }
  #partner #welcome-dialog .control-group > .controls #wd-email-input {
    margin: 0 350px 10px 0;
  }
  #partner #welcome-dialog .wd-info-module.odd .wd-info-pad {
    padding-left: 125px;
    padding-right: 60px;
  }
  #partner #welcome-dialog .wd-info-module.even .wd-info-pad {
    padding-left: 100px;
    padding-right: 100px;
  }
  #partner #welcome-dialog .wd-signup-pad {
    padding-left: 125px;
    padding-right: 125px;
  }
  #partner #welcome-dialog .wd-proof-pad ul > li {
    margin-right: 48px;
  }
  #partner #welcome-dialog .wd-proof-pad ul > li:last-child {
    margin: 0;
  }
  #partner #welcome-dialog .wd-info-icon {
    left: -80px;
  }
  #partner #welcome-dialog #wd-email-input input[type="text"].loading {
    background-position: 450px center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #welcome-dialog .wd-inner-wrap {
    max-width: 714px;
  }
  #welcome-dialog .control-group > .controls .btn {
    padding-left: 50px;
    padding-right: 50px;
  }
  #welcome-dialog .control-group > .controls #wd-email-input {
    margin: 0 250px 10px 0;
  }
  #welcome-dialog .wd-info-module.odd .wd-info-pad {
    padding-left: 75px;
    padding-right: 10px;
  }
  #welcome-dialog .wd-info-module.even .wd-info-pad {
    padding-left: 75px;
    padding-right: 20px;
  }
  #welcome-dialog .wd-info-pad {
    height: 160px;
  }
  #welcome-dialog .wd-info-pad h3 {
    padding-top: 25px;
  }
  #welcome-dialog .wd-signup-pad {
    padding-left: 75px;
    padding-right: 75px;
  }
  #welcome-dialog .wd-proof-pad ul > li {
    margin-right: 15px;
  }
  #welcome-dialog .wd-proof-pad ul > li .logo-cpp {
    display: none;
  }
  #welcome-dialog .wd-info-icon {
    left: -65px;
    top: 25px;
  }
  #welcome-dialog .dot-border.border-middle {
    top: 25px;
    height: 280px;
  }
  #welcome-dialog #wd-email-input input[type="text"].loading {
    background-position: 315px center;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  #welcome-dialog {
    width: 95%;
    padding: 0;
    z-index: 100;
  }
  #welcome-dialog.expanded {
    top: 10px;
  }
  #welcome-dialog .dot-border {
    display: none;
  }
  #welcome-dialog .wd-info-module {
    display: none;
  }
  #welcome-dialog .wd-info-module.phone {
    display: block;
    width: auto;
  }
  #welcome-dialog #wd-phone-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background: url('/static/common/img/modals/closebutton.png') no-repeat right 0;
    cursor: pointer;
    z-index: 2;
  }
  #welcome-dialog .wd-info-pad {
    height: auto;
    padding: 30px 15px 0;
  }
  #welcome-dialog .wd-info-pad #wd-phone-logo {
    width: 120px;
    margin: 0 0 10px;
  }
  #welcome-dialog .wd-info-pad h3 {
    margin: 0 0 10px;
    padding: 0;
  }
  #welcome-dialog .wd-signup-pad {
    padding: 15px;
  }
  #welcome-dialog .wd-signup-pad h3 {
    font-size: 15px;
    line-height: 1.2;
  }
  #welcome-dialog #wd-email-input {
    margin-right: 42px;
  }
  #welcome-dialog .control-group > .controls .btn {
    position: static;
    margin: 0 0 10px;
    width: 100%;
    border: 1px solid #000;
  }
  #welcome-dialog .wd-webby {
    opacity: 0.3;
  }
}
#wall {
  height: 500px;
  position: relative;
  width: 100%;
}
#wall .next,
#wall .prev {
  line-height: 0;
  top: 50%;
  position: absolute;
  margin-top: -47px;
  display: block;
  background-color: #fff;
  width: 48px;
  height: 44px;
  border: 1px solid #d3d3d3;
  z-index: 9;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}
#wall .next > .caret,
#wall .prev > .caret {
  display: inline-block;
  vertical-align: middle;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
}
#wall .next > .caret:after,
#wall .prev > .caret:after {
  display: inline-block;
  vertical-align: middle;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  content: "";
  position: absolute;
  top: -14px;
}
#wall .next {
  right: 0px;
  z-index: 7;
}
#wall .next > .caret {
  border-left: 14px solid #000000;
  left: 18px;
}
#wall .next > .caret:after {
  border-left: 14px solid #ffffff;
  left: -15px;
}
#wall .prev {
  left: 0px;
  z-index: 2;
}
#wall .prev > .caret {
  border-right: 14px solid #000000;
  right: 18px;
}
#wall .prev > .caret:after {
  border-right: 14px solid #ffffff;
  right: -15px;
}
#wall .scale-figure {
  bottom: -10%;
  height: 50%;
  margin-right: 25px;
  opacity: 0;
  position: absolute;
  z-index: 6;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#wall .wall-slider-holder {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#wall .wall-slider-holder .private-title {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 20px;
  top: 0;
  z-index: 6;
  background-color: #f6f6f6;
  padding: 20px 0;
  text-transform: uppercase;
  opacity: 1;
  box-shadow: 0px 3px 5px -3px #777777;
  font-family: "adobe-caslon-pro", serif;
}
#wall #wall-slider {
  height: 100%;
  position: absolute;
  width: 5000%;
  z-index: 1;
}
#wall #wall-slider.animate-slide {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#wall #wall-slider .wall-img {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  float: left;
  opacity: 0;
  position: relative;
  visibility: hidden;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#wall #wall-slider .wall-img.show {
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0px 6px 13px -3px #777777;
  box-shadow: 0px 6px 13px -3px #777777;
}
#wall #wall-slider .wall-img.framed {
  background-color: #ffffff;
  border-style: solid;
  border-width: 10px;
}
#wall #wall-slider .wall-img.framed.black {
  border-color: #000;
  -moz-border-image: url('/static/arts/img/frame_landscape_black_632.jpg') 44 45 42 44 stretch;
  -webkit-border-image: url('/static/arts/img/frame_landscape_black_632.jpg') 44 45 42 44 stretch;
  border-image: url('/static/arts/img/frame_landscape_black_632.jpg') 44 45 42 44 stretch;
}
#wall #wall-slider .wall-img.framed.maple {
  border-color: #b36633;
  -moz-border-image: url('/static/arts/img/frame_landscape_wood_632.jpg') 44 45 42 44 stretch;
  -webkit-border-image: url('/static/arts/img/frame_landscape_wood_632.jpg') 44 45 42 44 stretch;
  border-image: url('/static/arts/img/frame_landscape_wood_632.jpg') 44 45 42 44 stretch;
}
#wall #wall-slider .wall-img.framed.white {
  border-color: #ebecee;
  -moz-border-image: url('/static/arts/img/frame_landscape_white_632.jpg') 44 45 42 44 stretch;
  -webkit-border-image: url('/static/arts/img/frame_landscape_white_632.jpg') 44 45 42 44 stretch;
  border-image: url('/static/arts/img/frame_landscape_white_632.jpg') 44 45 42 44 stretch;
}
#wall #wall-slider .wall-img.active-wall-img {
  cursor: url(/static/arts/img/icon_fullscreen.png), pointer;
}
#wall #wall-slider .wall-spacer {
  float: left;
  height: 60%;
  margin: 20% 0;
  width: auto;
}
#wall-modal.modal .modal-dialog {
  bottom: 0;
  left: 0;
  margin: 0;
  max-height: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
#wall-modal.modal .modal-body {
  height: 100%;
  max-height: none;
  overflow: hidden;
  padding: 0;
}
#wall-modal.modal .modal-body #wall-holder {
  background-color: #f1f1f1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#wall-modal.modal .modal-body #wall-holder.slideshow .scale-figure {
  display: none !important;
}
#wall-modal.modal .modal-body #wall-holder.slideshow #wall {
  height: 100%;
}
#wall-modal.modal .modal-body #wall-holder.slideshow #wall .wall-img.framed {
  border: none;
  padding: 0 !important;
}
#wall-modal.modal .modal-body #wall-holder.slideshow #wall-controls .fs-controls .scale-on {
  display: block;
}
#wall-modal.modal .modal-body #wall-holder.slideshow #wall-controls .fs-controls .scale-off {
  display: none;
}
#wall-modal.modal .modal-body #wall-holder.slideshow #wall-controls .scale-controls {
  display: none !important;
}
#wall-modal.modal .modal-body #wall-holder.slideshow #wall-controls .info-controls {
  display: none !important;
}
#wall-modal.modal .modal-body #wall-holder.slideshow #wall-floor {
  opacity: 0;
}
#wall-modal.modal .modal-body #wall-holder.slideshow #wall-info {
  display: none !important;
}
#wall-modal.modal .modal-body #wall-holder.zooming .scale-figure {
  opacity: 0 !important;
}
#wall-modal.modal .modal-body #wall-holder.zooming .info-controls-holder {
  opacity: 0;
}
#wall-modal.modal .modal-body #wall-holder.zooming #wall-info {
  opacity: 0;
}
#wall-modal.modal .modal-body #wall-holder.zooming #wall-controls {
  display: none;
}
#wall-modal.modal .modal-body #wall-holder.zooming #wall-floor {
  opacity: 0;
}
#wall-modal.modal .modal-body #wall-holder.zooming #wall-slider .wall-img {
  opacity: 0;
}
#wall-modal.modal .modal-body #wall-holder.zooming .prev,
#wall-modal.modal .modal-body #wall-holder.zooming .next {
  opacity: 0;
}
#wall-modal.modal .modal-body #wall-holder.zooming .wall-img.active-wall-img {
  visibility: hidden;
}
#wall-modal.modal .modal-body #wall-holder #wall {
  height: 84%;
  position: absolute;
  top: 0px;
}
#wall-modal.modal .modal-body #wall-holder #wall-floor {
  background: url('/static/arts/img/gallery_floor_concrete.jpg') 0 repeat-x;
  background-size: auto 100%;
  height: 21%;
  position: absolute;
  top: 84%;
  width: 5000%;
  z-index: 5;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#wall-modal.modal .modal-body #wall-holder #wall-floor.animate-slide {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#wall-modal.modal .modal-body #wall-holder .info-controls-holder {
  bottom: 20px;
  left: 50%;
  margin-left: -110px;
  position: absolute;
  text-align: center;
  width: 220px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 11px 10px 10px;
  line-height: 17px;
  -webkit-box-shadow: 0px 3px 3px -1px #777777;
  box-shadow: 0px 3px 3px -1px #777777;
}
#wall-modal.modal .modal-body #wall-holder #wall-info.open .size-holder {
  height: auto;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .artist,
#wall-modal.modal .modal-body #wall-holder #wall-info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .artist {
  font-size: 15px;
  font-weight: bold;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .title {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .title span {
  font-style: normal;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .medium {
  color: #777;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 8px;
  padding: 2px 0 0px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder {
  height: 0px;
  overflow: hidden;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li:before,
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li:after {
  content: " ";
  display: table;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li:after {
  clear: both;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li:before,
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li:after {
  content: " ";
  display: table;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li:after {
  clear: both;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li > label {
  color: #666;
  display: block;
  font-weight: 500;
  font-size: 12px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li > label > input[type="radio"] {
  margin: 0 3px 3px 0;
  vertical-align: middle;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .size-holder > li.selected-size .frame-holder {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  height: 78px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder {
  background: #F6F6F6;
  height: 0px;
  overflow: hidden;
  padding: 0;
  border: none;
  margin: 0 auto 4px;
  width: 145px;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder li {
  background-repeat: no-repeat;
  float: left;
  margin: 8px 0px 8px 8px;
  width: 25px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder li:last-child {
  margin-right: 8px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder li.work-frame-none {
  background-image: url('/static/images/productSelector/noframe.png');
  background-size: 26px 26px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder li.work-frame-maple {
  background-image: url('/static/images/productSelector/maple.frame.png');
  background-size: 26px 26px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder li.work-frame-black {
  background-image: url('/static/images/productSelector/black.frame.png');
  background-size: 26px 26px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder li.work-frame-white {
  background-image: url('/static/images/productSelector/white.frame.png');
  background-size: 26px 26px;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder li input[type="radio"] {
  height: 12px;
  width: 12px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}
#wall-modal.modal .modal-body #wall-holder #wall-info .frame-holder li label {
  display: block;
  font-size: 11px;
  padding-top: 28px;
  text-transform: capitalize;
}
#wall-modal.modal .modal-body #wall-holder #wall-controls {
  margin-top: 6px;
  position: relative;
}
#wall-modal.modal .modal-body #wall-holder #wall-controls .ss-controls,
#wall-modal.modal .modal-body #wall-holder #wall-controls .fs-controls,
#wall-modal.modal .modal-body #wall-holder #wall-controls .info-controls,
#wall-modal.modal .modal-body #wall-holder #wall-controls .scale-controls {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
#wall-modal.modal .modal-body #wall-holder #wall-controls .ss-controls:first-child,
#wall-modal.modal .modal-body #wall-holder #wall-controls .fs-controls:first-child,
#wall-modal.modal .modal-body #wall-holder #wall-controls .info-controls:first-child,
#wall-modal.modal .modal-body #wall-holder #wall-controls .scale-controls:first-child {
  margin-right: 0;
}
#wall-modal.modal .modal-body #wall-holder #wall-controls .ss-controls [class*="icon-"],
#wall-modal.modal .modal-body #wall-holder #wall-controls .fs-controls [class*="icon-"],
#wall-modal.modal .modal-body #wall-holder #wall-controls .info-controls [class*="icon-"],
#wall-modal.modal .modal-body #wall-holder #wall-controls .scale-controls [class*="icon-"] {
  font-size: 24px;
}
#wall-modal.modal .modal-body #wall-holder #wall-controls .ss-controls.active [class*="icon-"],
#wall-modal.modal .modal-body #wall-holder #wall-controls .fs-controls.active [class*="icon-"],
#wall-modal.modal .modal-body #wall-holder #wall-controls .info-controls.active [class*="icon-"],
#wall-modal.modal .modal-body #wall-holder #wall-controls .scale-controls.active [class*="icon-"] {
  color: #da0476;
}
#wall-modal.modal .modal-body #wall-holder #wall-controls .ss-controls .icon-pause {
  display: none;
}
#wall-modal.modal .modal-body #wall-holder #wall-controls .ss-controls.active .icon-play {
  display: none;
}
#wall-modal.modal .modal-body #wall-holder #wall-controls .ss-controls.active .icon-pause {
  display: inline-block;
}
@media (max-width: 767px) {
  #wall-modal {
    left: 0;
    right: 0;
  }
  #wall-modal .close.big {
    right: 15px;
    top: 15px;
  }
  #wall-modal.modal .modal-body #wall-holder .info-controls-holder {
    bottom: 50px;
  }
}
@media (max-height: 767px) {
  #wall-modal.modal .modal-body #wall-holder #wall {
    height: 77%;
  }
  #wall-modal.modal .modal-body #wall-holder #wall-floor {
    top: 77%;
    height: 23%;
  }
}
body.disable-scroll {
  height: 100% !important;
  overflow: hidden !important;
}
/* Zoom Window */
#zoom-modal .modal-dialog {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10003;
}
#zoom-modal.from-wall .modal-dialog {
  background-color: transparent;
}
#zoom-modal.from-wall .modal-dialog #navigator .controls-holder {
  background-color: #f1f1f1;
}
#zoom-modal #zoom {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#zoom-modal #zoomwin {
  width: 100%;
  height: 100%;
}
#zoom-modal .tile {
  float: left;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
#zoom-modal .tile img {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  line-height: 0;
}
#zoom-modal .tileLayer {
  cursor: move;
}
/* Zoom nav */
#zoom #navigator {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}
#zoom #navigator .controls-holder {
  background-color: #fff;
  bottom: 0;
  height: auto;
  overflow: auto;
  padding-top: 85px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 128px;
}
#zoom #navigator .controls-slider {
  height: 50%;
  position: absolute;
  width: 100%;
  top: 16%;
}
#zoom #navigator .slider {
  height: 100%;
  padding: 70px 0px;
}
#zoom #navigator .btn-plus-zoom,
#zoom #navigator .btn-minus-zoom {
  bottom: 0px;
  display: block;
  height: 20px;
  left: 50%;
  margin: 25px 0 25px -10px;
  position: absolute;
  width: 20px;
}
#zoom #navigator .btn-plus-zoom .switch,
#zoom #navigator .btn-minus-zoom .switch {
  background-color: #999999;
  cursor: pointer;
  height: 6px;
  position: absolute;
  top: 6px;
  width: 100%;
}
#zoom #navigator .zoom-in.btn-plus-zoom {
  bottom: auto;
  top: 0px;
}
#zoom #navigator .zoom-in.btn-plus-zoom .switch:after {
  background-color: #999999;
  content: '';
  height: 20px;
  left: 7px;
  position: absolute;
  top: -7px;
  width: 6px;
}
#zoom #navigator .controls-views {
  padding: 25px 10px 10px 16px;
  position: relative;
  min-height: 200px;
  overflow: auto;
}
#zoom #navigator .controls-views span {
  display: block;
  margin-left: 5px;
}
#zoom #navigator .views {
  float: left;
  margin-right: 1px;
}
#zoom #navigator #art-views img {
  display: block;
  height: auto;
  cursor: pointer;
  margin: 5px auto;
}
#zoom #navigator #art-views div.hack {
  position: relative;
  margin: 5px;
  width: 73px;
  height: 73px;
  cursor: pointer;
}
#zoom #navigator-overlay {
  background-color: #efefef;
  opacity: 0.85;
  position: absolute;
  z-index: 10;
  display: none;
}
#zoom #slider-vertical {
  height: 100%;
  margin: 0 auto;
  width: 18px;
  border-radius: 0px;
}
#zoom .ui-slider-handle {
  height: 10px !important;
  width: 41px !important;
  left: -12px;
  background: #999999 !important;
  border-radius: 0px;
  border: 0px;
  cursor: pointer;
}
#zoom .ui-slider-range {
  background: #999999;
  cursor: pointer;
}
#zoom .ui-slider {
  border-radius: 0px;
}
#zoom .ui-widget {
  font-size: 2px;
}
#zoom .ui-widget-content {
  border: 1px solid #999999;
}
@media (max-width: 767px) {
  #zoom-modal {
    left: 0;
    right: 0;
  }
  #zoom-modal .close {
    right: 15px;
    top: 15px;
  }
  #navigator,
  #navigator-overlay {
    display: none;
  }
}
#promo-nav.holiday-nav {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#promo-nav.holiday-nav > a {
  color: #da0476;
}
#promo-nav.holiday-nav .holiday-bow {
  position: absolute;
  width: 100%;
  max-width: 120px;
  top: -14px;
  line-height: 0;
}
#header-promo.promo-tainer {
  margin: 0 auto 0px;
}
#header-promo .empty-container {
  position: relative;
  overflow: hidden;
}
#header-promo table {
  width: 100%;
  position: relative;
  -webkit-transition: left 0 600ms linear;
  transition: left 0 600ms linear;
}
#header-promo table td {
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding: 5px 0;
}
#header-promo .promo-banner {
  background: red;
  margin: auto;
  z-index: -1;
  background: transparent;
  visibility: hidden;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  -webkit-transition: all 600ms 0ms ease;
  transition: all 600ms 0ms ease;
}
#header-promo .promo-banner.active {
  z-index: 1;
  visibility: visible;
  color: #000;
  -webkit-transition: all 600ms 600ms ease;
  transition: all 600ms 600ms ease;
}
#header-promo .promo-banner.active .terms-link {
  text-decoration: underline;
  color: #000;
}
#header-promo .promo-banner.active .terms-link:hover {
  color: #da0476;
}
#header-promo .promo-banner img {
  margin-top: -1px;
  margin-right: 6px;
  max-height: 18px;
  vertical-align: middle;
}
#header-promo .promo-banner .promo-link {
  text-transform: uppercase;
}
#header-promo .promo-banner .promo-link .caret {
  vertical-align: middle;
  margin-top: -2px;
}
#header-promo .promo-banner .terms-link {
  text-transform: capitalize;
}
#home #header-promo.promo-tainer {
  position: relative;
  z-index: 8;
}
@media (min-width: 768px) and (max-width: 991px) {
  #promo-nav.holiday-nav .holiday-bow {
    top: -12px;
  }
  #header-promo .promo-banner {
    padding: 0 65px;
  }
}
@media (max-width: 767px) {
  #promo-nav.holiday-nav {
    border: 0;
  }
  #header-promo .promo-banner {
    padding: 0 15px;
  }
}
@media (min-width: 1600px) {
  #home .banner .slidesjs-container {
    height: 375px!important;
  }
}
#header {
  height: 100px;
  position: relative;
  z-index: 40;
}
#header .skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
#header .skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
@media (max-width: 768px) {
  #header.signin-signup-height {
    height: 164px;
  }
}
#header #header-main {
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: #f5f5f5;
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
}
#header #mobile-only-signin-signup {
  background-color: #000;
}
#header #mobile-only-signin-signup .moss-link span {
  padding: 11px 0 10px;
  margin: 12px;
  display: block;
  background-color: #555;
  color: #fff;
  font: 500 16px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 125ms linear;
}
#header #mobile-only-signin-signup .moss-link span:link,
#header #mobile-only-signin-signup .moss-link span:visited {
  color: #fff;
  background-color: #555;
}
#header #mobile-only-signin-signup .moss-link span:focus,
#header #mobile-only-signin-signup .moss-link span:hover,
#header #mobile-only-signin-signup .moss-link span:active {
  color: #fff;
  background-color: #908e8f;
  transition: background-color 250ms linear;
}
#header #mobile-only-signin-signup .moss-link.moss-signup {
  padding-right: 0px;
}
#header #mobile-only-signin-signup .moss-link.moss-signup span {
  margin-right: 6px;
}
#header #mobile-only-signin-signup .moss-link.moss-login {
  padding-left: 0px;
}
#header #mobile-only-signin-signup .moss-link.moss-login span {
  margin-left: 6px;
}
#header .first-row {
  height: 55px;
}
#header .first-row .logo {
  width: 116px;
  padding-top: 2px;
  margin: -12px -155px 0 10px;
  float: left;
  position: relative;
  z-index: 10;
}
#header .first-row .logo img {
  width: unset;
  max-width: unset;
  height: 85px;
}
@media (max-width: 991px) {
  #header .first-row .logo {
    margin: -10px -155px 0 10px;
  }
  #header .first-row .logo img {
    width: 240%;
    max-width: 240%;
    height: unset;
  }
}
#header .first-row .tag-line {
  margin-top: 14px;
  display: none;
  float: left;
  color: #555;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#header .first-row .user-links {
  margin-right: 15px;
  margin-left: 0px;
  float: right;
  z-index: 100;
  position: relative;
}
#header .first-row .user-links ul.top-nav {
  display: inline-block;
}
#header .first-row .user-links ul.top-nav > li {
  margin: 11px 2px 0;
  float: left;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#header .first-row .user-links ul.top-nav > li#geo-toggle {
  margin-right: -10px;
  margin-left: 4px;
}
#header .first-row .user-links ul.top-nav > li#geo-toggle .dropdown-toggle::after {
  margin-left: unset;
  vertical-align: 0.17em;
  border-top: 0.45em solid;
  border-right: 0.45em solid transparent;
  border-left: 0.45em solid transparent;
}
#header .first-row .user-links ul.top-nav > li#geo-toggle .dropdown-toggle.dropdown-select {
  height: 21px;
  border: 0;
  padding: 1px 14px 0 0;
  background-color: transparent;
  cursor: pointer;
}
#header .first-row .user-links ul.top-nav > li#geo-toggle .dropdown-arrow {
  background-color: transparent;
}
#header .first-row .user-links ul.top-nav > li#geo-toggle .dropdown-arrow .caret {
  border: 0;
}
#header .first-row .user-links ul.top-nav > li#geo-toggle .dropdown-arrow .caret:after {
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -2px;
  right: -1px;
}
#header .first-row .user-links ul.top-nav > li#geo-toggle .dropdown-menu {
  min-width: 96px;
  right: -39px;
  left: auto;
}
#header .first-row .user-links ul.top-nav > li.pipe {
  margin: 11px 2px 0;
}
#header .first-row .user-links ul.top-nav > li #dropdown-cart::before {
  right: 0;
}
#header .first-row .user-links ul.top-nav > li #dropdown-cart::after {
  right: 1px;
}
#header .second-row {
  position: relative;
}
#header .second-row .navbar {
  height: 45px;
  padding: 0;
  margin-bottom: 0;
}
#header .second-row .navbar .navbar-header {
  height: 45px;
}
#header .second-row .navbar .btn-navbar {
  width: 38px;
  height: 36px;
  border: 0;
  padding: 9px;
  margin: 2px 0 0 5px;
  position: relative;
  background-color: transparent;
}
#header .second-row .navbar .btn-navbar.collapsed .icon-bar {
  transition: transform 250ms linear, opacity 125ms linear 250ms, top 250ms linear 250ms;
}
#header .second-row .navbar .btn-navbar.collapsed .icon-bar:nth-child(1) {
  top: 9px;
  transform: rotate(0deg);
}
#header .second-row .navbar .btn-navbar.collapsed .icon-bar:nth-child(2) {
  top: 16px;
  opacity: 1;
}
#header .second-row .navbar .btn-navbar.collapsed .icon-bar:nth-child(3) {
  top: 23px;
  transform: rotate(0deg);
}
#header .second-row .navbar .btn-navbar .icon-bar {
  width: 20px;
  height: 3px;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  background-color: #000;
  transition: top 250ms linear, transform 250ms linear 250ms, opacity 125ms linear 250ms;
}
#header .second-row .navbar .btn-navbar .icon-bar:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}
#header .second-row .navbar .btn-navbar .icon-bar:nth-child(2) {
  top: 16px;
  opacity: 0;
}
#header .second-row .navbar .btn-navbar .icon-bar:nth-child(3) {
  top: 16px;
  transform: rotate(-45deg);
}
#header .second-row .navbar #navbarCollapse {
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  overflow: scroll;
  text-transform: uppercase;
}
#header .second-row .navbar #navbarCollapse .nav-down-arrow {
  opacity: 0;
}
#header .second-row .navbar #navbarCollapse.in.short .nav-down-arrow {
  width: 25px;
  height: 25px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: url(/static/common/img/arrow_up_retina.png) 50% 50% / contain no-repeat;
  opacity: 1;
  transform: rotate(180deg);
  transition: opacity 250ms linear;
  z-index: 1005;
}
#header .second-row .navbar #navbarCollapse li.ham-user-nav {
  color: #555;
  background-color: #fff;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#header .second-row .navbar #navbarCollapse li.ham-user-nav ul li {
  float: right;
  padding: 0 10px;
  margin: 10px 0px;
}
#header .second-row .navbar #navbarCollapse li.ham-user-nav ul li.welcome-ham,
#header .second-row .navbar #navbarCollapse li.ham-user-nav ul li.mygallery-ham,
#header .second-row .navbar #navbarCollapse li.ham-user-nav ul li.login-ham,
#header .second-row .navbar #navbarCollapse li.ham-user-nav ul li.join-ham {
  border-right: 1px solid #000;
}
#header .second-row .navbar #navbarCollapse li.ham-user-nav ul::after {
  content: '';
  display: block;
  clear: both;
}
#header .second-row .navbar #navbarCollapse li.ham-user-nav a {
  color: #555;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#header .second-row .navbar #navbarCollapse li#designstore-nav .designstore-container ul li.col-books,
#header .second-row .navbar #navbarCollapse li #designstore-more-nav .designstore-container ul li.col-books {
  display: none;
}
#header .second-row .navbar #navbarCollapse li#books-nav .designstore-container ul li.col-for-the-home,
#header .second-row .navbar #navbarCollapse li #books-more-nav .designstore-container ul li.col-for-the-home,
#header .second-row .navbar #navbarCollapse li#books-nav .designstore-container ul li.col-beach-and-leisure,
#header .second-row .navbar #navbarCollapse li #books-more-nav .designstore-container ul li.col-beach-and-leisure,
#header .second-row .navbar #navbarCollapse li#books-nav .designstore-container ul li.col-fashion,
#header .second-row .navbar #navbarCollapse li #books-more-nav .designstore-container ul li.col-fashion {
  display: none;
}
#header .second-row .navbar #navbarCollapse li#books-nav .designstore-container ul li.col-books .header-nav-title,
#header .second-row .navbar #navbarCollapse li #books-more-nav .designstore-container ul li.col-books .header-nav-title {
  display: none;
}
#header .second-row .navbar #navbarCollapse li#books-nav .designstore-container ul li.col-books .nav-subcattype,
#header .second-row .navbar #navbarCollapse li #books-more-nav .designstore-container ul li.col-books .nav-subcattype {
  display: block;
}
#header .second-row .navbar #navbarCollapse li .designstore-container,
#header .second-row .navbar #navbarCollapse li .subnav-container {
  margin-top: -40px;
  position: absolute;
  top: auto;
  left: 175px;
  display: none;
}
#header .second-row .navbar #navbarCollapse li .designstore-container .nav-subcattype,
#header .second-row .navbar #navbarCollapse li .subnav-container .nav-subcattype {
  display: none;
}
#header .second-row .navbar #navbarCollapse li#customerservice-nav .subnav-container {
  margin-top: -80px;
}
#header .second-row .navbar #navbarCollapse li.first-nav > a {
  padding: 9px;
  display: block;
  background: #fff;
  color: #000;
}
#header .second-row .navbar #navbarCollapse li.first-nav#magazine-nav .subnav-container .has-subnav .subnav-container {
  display: none;
}
#header .second-row .navbar #navbarCollapse li.first-nav#magazine-nav .subnav-container .has-subnav.first-nav a::after {
  transform: none;
}
#header .second-row .navbar #navbarCollapse li.first-nav#magazine-nav .subnav-container .has-subnav:hover .subnav-container,
#header .second-row .navbar #navbarCollapse li.first-nav#magazine-nav .subnav-container .has-subnav.click-enter .subnav-container {
  padding-left: 20px;
  position: relative;
  top: 0px;
  left: 0;
  display: block;
}
#header .second-row .navbar #navbarCollapse li.first-nav#more-nav .subnav-container .subnav-container {
  display: none;
}
#header .second-row .navbar #navbarCollapse li.first-nav#more-nav .subnav-container .subnav > li.has-subnav > a::before {
  content: '';
  position: relative;
  top: -3px;
  left: -3px;
  display: none;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(90deg);
}
#header .second-row .navbar #navbarCollapse li.first-nav#more-nav .subnav-container .subnav > li.has-subnav:hover > a::before {
  border-top: 6px solid #da0476;
}
#header .second-row .navbar #navbarCollapse li.first-nav.hidden-xs {
  display: inline-block !important;
}
#header .second-row .navbar #navbarCollapse li.first-nav.has-subnav > a::after {
  content: '';
  position: relative;
  top: -3px;
  right: -3px;
  display: inline-block;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: rotate(-90deg);
}
#header .second-row .navbar #navbarCollapse li.first-nav:hover > a,
#header .second-row .navbar #navbarCollapse li.first-nav.click-enter > a {
  color: #da0476;
  text-decoration: none;
}
#header .second-row .navbar #navbarCollapse li.first-nav:hover > a::after,
#header .second-row .navbar #navbarCollapse li.first-nav.click-enter > a::after {
  border-top: 6px solid #da0476;
}
#header .second-row .navbar #navbarCollapse li.first-nav:hover .subnav-container,
#header .second-row .navbar #navbarCollapse li.first-nav.click-enter .subnav-container {
  width: auto;
  padding-bottom: 0;
  display: block;
  background-color: transparent;
  box-shadow: none;
}
#header .second-row .navbar #navbarCollapse li.first-nav:hover .subnav-container ul > li a,
#header .second-row .navbar #navbarCollapse li.first-nav.click-enter .subnav-container ul > li a {
  padding: 9px;
  display: block;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: inherit;
  font-weight: normal;
  text-transform: uppercase;
}
#header .second-row .navbar #navbarCollapse li.first-nav:hover .designstore-container ul > li a.header-nav-title,
#header .second-row .navbar #navbarCollapse li.first-nav.click-enter .designstore-container ul > li a.header-nav-title {
  padding: 9px;
  display: block;
}
#header .search-bar {
  position: absolute;
  top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 49px;
  width: 100%;
}
#header .search-bar .search-container {
  padding-top: 5px;
  position: relative;
  width: 100%;
}
#header .search-bar .btn-container {
  width: 40px;
  height: 36px;
  padding-right: 8px;
  margin-right: 49px;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 2;
  background-color: #f5f5f5;
}
#header .search-bar .btn-container .btn-search {
  width: 32px;
  height: 36px;
  border: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  right: 8px;
  background-color: #fff;
}
#header .search-bar .btn-container .btn-search .icon-search {
  position: absolute;
  top: 9px;
  right: 7px;
}
#header .search-bar .btn-form {
  width: 100%;
  border: 1px solid #000;
  position: relative;
  height: 36px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: width 250ms linear;
}
#header .search-bar .btn-form .twitter-typeahead {
  width: 100%;
  visibility: visible;
}
#header .search-bar .btn-form .twitter-typeahead #search-textbox,
#header .search-bar .btn-form .twitter-typeahead .tt-hint {
  width: 100%;
  font-size: 14px;
}
#header .search-bar .btn-form input.search-textbox {
  width: 100%;
  height: 34px;
  border: 0;
  padding-left: 10px;
}
#header .search-bar .btn-form .tt-raw-input {
  font-size: 1.2em;
  color: white;
  border: 1px solid #555;
  background-color: #555;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
}
#header .search-bar .btn-form .tt-raw-input:hover {
  background-color: #535152;
  cursor: pointer;
}
#header .search-bar .btn-form .tt-menu-inner {
  overflow-y: auto;
  max-height: 500px;
}
#header .search-bar .btn-form .spacer,
#header .search-bar .btn-form .tt-raw-input {
  height: 45px;
}
#header .search-bar .btn-form .tt-highlight {
  font-weight: 500;
}
#header .search-bar .btn-form .tt-menu {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
#header .search-bar .btn-form .tt-menu ::-webkit-scrollbar {
  width: 7px;
}
#header .search-bar .btn-form .tt-menu ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #da0476;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#header .search-bar .btn-form .tt-menu h3 {
  margin-bottom: 0px;
  text-transform: uppercase;
}
#header .search-bar .btn-form .tt-menu:first-child h3 {
  border: 0;
}
#header .search-bar .btn-form .tt-menu h3 {
  border-top: 1px solid #ccc;
  padding: 10px;
}
#header .search-bar .btn-form .tt-menu .tt-suggestion.tt-cursor,
#header .search-bar .btn-form .tt-menu .tt-suggestion:hover {
  background-color: #f5f5f5;
}
#header .search-bar .btn-form .tt-menu .tt-suggestion a {
  padding: 10px;
  display: block;
}
#header .search-bar .btn-form .tt-hint {
  width: 270px;
  height: 34px;
  padding-left: 8px;
}
#header ul.nav .designstore-nav {
  position: static;
}
#header ul.nav .designstore-nav .designstore-container {
  display: none;
  width: 100%;
  padding: 5px 10px;
  position: absolute;
  left: 129px;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
#header ul.nav .designstore-nav .designstore-container .header-nav-title {
  font: 500 12px/16px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
#header ul.nav .designstore-nav .designstore-container .nav-subcattype {
  margin-bottom: 10px;
}
#header ul.nav .designstore-nav .designstore-container .nav-subcattype a.nav-subcat-title {
  font: 400 12px/16px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
#header ul.nav .designstore-nav:hover .designstore-container,
#header ul.nav .designstore-nav.active .designstore-container {
  display: block;
}
.header_promo {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
}
.header_promo > a {
  padding-left: 37px;
  display: block;
}
.header_promo .icon-mail {
  float: left;
  margin-left: -36px;
  font-size: 21px;
}
.header_promo-offer.pink {
  color: #a10357;
}
.header_promo-offer.pink:hover {
  color: #a10357;
}
.header_promo-offer {
  background-color: #FFFF F;
}
@media (max-width: 445px) {
  .header_promo {
    display: none;
  }
}
@media (min-width: 1035px) {
  #header .first-row .tag-line {
    display: block;
  }
}
.holidaybow {
  width: 80px;
  padding-left: 25px;
  margin-bottom: -3px;
}
@media (max-width: 991px) {
  #header .second-row .navbar #navbarCollapse li.first-nav.hidden-sm {
    display: none!important;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav.hidden-xl {
    display: none!important;
  }
}
/* Small devices (tablets, 992px and up) */
@media (min-width: 991px) {
  #header .second-row .navbar {
    padding: 0 10px;
  }
  #header .second-row .navbar #navbarCollapse {
    position: relative;
    top: -46px;
    margin-bottom: -46px;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
  }
  #header .second-row .navbar #navbarCollapse.collapse {
    display: block;
  }
  #header .second-row .navbar #navbarCollapse li .designstore-container {
    padding-bottom: 15px;
    margin-top: 9px;
    top: auto;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  }
  #header .second-row .navbar #navbarCollapse li .designstore-container .nav-subcattype {
    display: block;
  }
  #header .second-row .navbar #navbarCollapse li .subnav-container {
    margin-top: 37px;
    top: 9px;
    left: auto;
  }
  #header .second-row .navbar #navbarCollapse li .subnav-container ul {
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  }
  #header .second-row .navbar #navbarCollapse li .subnav-container .subnav {
    min-width: 190px;
    background-color: #fff;
  }
  #header .second-row .navbar #navbarCollapse li .subnav-container .subnav > li > a {
    text-align: left;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav {
    padding: 0 6px 9px;
    font-size: 15px;
    letter-spacing: 1.05px;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav > a {
    padding: 15px 9px 0;
    background-color: transparent;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav:hover .subnav-container {
    margin-top: -40px;
    display: inline-block;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav .subnav-container {
    display: none;
    top: initial;
    left: 190px;
    max-width: 190px;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav#designstore-more-nav .designstore-container .subnav > li {
    width: 100%;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav#designstore-more-nav .designstore-container .subnav > li a {
    text-align: left;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav#designstore-more-nav .designstore-container .subnav .nav-subcattype {
    display: none;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav#magazine-more-nav .subnav-container .subnav li.has-subnav {
    width: 100%;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav#magazine-more-nav .subnav-container .subnav li.has-subnav .subnav-container {
    display: none;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav#magazine-more-nav .subnav-container .subnav li.has-subnav a::after {
    transform: rotate(-90deg);
    border-top-color: #000;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav#magazine-more-nav .subnav-container .subnav li.has-subnav:hover a::after {
    border-top-color: #da0476;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav#magazine-more-nav .subnav-container .subnav li.has-subnav:hover .subnav-container {
    display: inline-block;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav.has-subnav > a::after {
    content: '';
    position: relative;
    top: -3px;
    right: -3px;
    display: inline-block;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-90deg);
  }
  #header .second-row .navbar #navbarCollapse li.first-nav#more-nav .more-nav.has-subnav:hover > a::after {
    border-top: 6px solid #da0476;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav:first-child > a {
    padding-top: 9px;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav:last-child > a {
    padding-bottom: 0px;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav.has-subnav > a {
    padding-right: 10px;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav.has-subnav > a::after {
    transform: none;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav.active > a {
    color: #da0476;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav.active > a::after {
    border-top: 6px solid #da0476;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav:hover .subnav-container ul > li a,
  #header .second-row .navbar #navbarCollapse li.first-nav.click-enter .subnav-container ul > li a {
    font-size: 13px;
    text-transform: none;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav:hover .designstore-container ul > li:first-child a,
  #header .second-row .navbar #navbarCollapse li.first-nav.click-enter .designstore-container ul > li:first-child a {
    padding-top: 18px;
  }
  #header .second-row .navbar #navbarCollapse li.first-nav:hover .designstore-container ul > li:last-child a,
  #header .second-row .navbar #navbarCollapse li.first-nav.click-enter .designstore-container ul > li:last-child a {
    padding-bottom: 18px;
  }
  #header .second-row .navbar #navbarCollapse li:hover.first-nav > a,
  #header .second-row .navbar #navbarCollapse li.click-enter.first-nav > a {
    color: #da0476;
  }
  #header .second-row .navbar #navbarCollapse li:hover.first-nav > a::after,
  #header .second-row .navbar #navbarCollapse li.click-enter.first-nav > a::after {
    border-top: 6px solid #da0476;
  }
  #header .second-row .navbar #navbarCollapse li:hover .designstore-container.container,
  #header .second-row .navbar #navbarCollapse li.click-enter .designstore-container.container {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
  }
  #header .second-row .navbar #navbarCollapse li:hover .designstore-container.container .nav-subcattype,
  #header .second-row .navbar #navbarCollapse li.click-enter .designstore-container.container .nav-subcattype {
    font-weight: normal;
    box-shadow: none;
  }
  #header .second-row .navbar #navbarCollapse li:hover .designstore-container.container ul > li:first-child a,
  #header .second-row .navbar #navbarCollapse li.click-enter .designstore-container.container ul > li:first-child a {
    padding-top: 9px;
  }
  #header .second-row .navbar #navbarCollapse li:hover .designstore-container.container ul > li:last-child a,
  #header .second-row .navbar #navbarCollapse li.click-enter .designstore-container.container ul > li:last-child a {
    padding-bottom: 9px;
  }
  #header .second-row .navbar #navbarCollapse li:hover .designstore-container.container ul > li a,
  #header .second-row .navbar #navbarCollapse li.click-enter .designstore-container.container ul > li a {
    text-align: center;
  }
  #header .search-bar {
    float: left;
    padding-left: 410px;
    margin-left: 0px;
    position: relative;
  }
  #header .search-bar .btn-form {
    margin-left: 0px;
  }
  #header .search-bar .btn-container {
    top: 5px;
    margin-right: 0px;
  }
  .isMobile #header .second-row .navbar #navbarCollapse {
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  #header .second-row .navbar #navbarCollapse li#buy-nav .subnav-container #designstore-nav .designstore-container {
    width: 728px;
  }
  #header .second-row .navbar #navbarCollapse li#more-nav.first-nav .more-nav a::after {
    display: none !important;
  }
  #header .second-row .navbar #navbarCollapse li#more-nav.first-nav .more-nav .subnav-container {
    left: -190px !important;
  }
  #header .search-bar {
    padding-right: 450px;
    padding-top: 22px;
  }
  #header .first-row .user-links {
    margin-left: -610px;
  }
}
@media (min-width: 1200px) {
  #header .second-row .navbar #navbarCollapse li.first-nav.visible-lg {
    display: inline-block !important;
  }
  #header .second-row .navbar #navbarCollapse li#buy-nav .subnav-container #designstore-nav .designstore-container {
    width: 878px;
  }
  #header .search-bar .search-container {
    width: 355px;
  }
  #header .search-bar .btn-form {
    left: auto;
    right: 0;
  }
  #header .search-bar .btn-form .twitter-typeahead #search-textbox,
  #header .search-bar .btn-form .twitter-typeahead .tt-hint {
    width: 355px;
  }
}
.responsive-nav {
  display: inline-block;
}
#more-nav {
  display: none;
}
@media (min-width: 0) and (max-width: 991px) {
  .responsive-nav {
    display: list-item;
  }
}
.fairsheader.spacer,
.fairs.header {
  height: 101px;
}
.trans {
  transition: all 500ms linear;
}
.navbar-inverse {
  background-color: transparent;
}
.fair-preview {
  background-color: #FFFFCC;
  position: fixed;
  bottom: 0;
  z-index: 100;
  border: solid 1px #DEDEDE;
}
.fair-preview .preview-inner {
  padding: 5px 10px;
}
.fairs.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
}
.fairs.header .nav-collapse.in {
  width: 100%;
  margin-right: 0;
  float: right;
  background-color: rgba(245, 245, 245, 0.95);
}
.fairs.header .nav-collapse.in .nav {
  width: 100%;
}
.fairs.header .blackbg {
  background-color: #000;
}
.fairs.header .blackbg .header-content {
  height: 45px;
}
.fairs.header .blackbg .header-content .logo {
  float: left;
  padding-top: 12px;
}
.fairs.header .blackbg .header-content .logo img {
  width: 116px;
  height: 25px;
  margin-right: 8px;
}
.fairs.header .blackbg .header-content .nav ul {
  margin-top: 9px;
}
.fairs.header .blackbg .header-content .nav ul li {
  font-size: 16px;
  color: #fff;
  float: right;
}
.fairs.header .blackbg .header-content .nav ul li a {
  color: #fff;
  text-transform: uppercase;
}
.fairs.header .blackbg .header-content .nav ul li a:hover {
  color: #da0476;
}
.fairs.header .blackbg .header-content .nav ul li .welcome-text {
  display: none;
}
.fairs.header .blackbg .header-content .nav ul li:after {
  padding: 0 8px;
  content: '|';
}
.fairs.header .blackbg .header-content .nav ul li:first-child:after {
  content: normal;
}
.fairs.header .blackbg .header-content .nav ul li.remove-bar-sm:after {
  content: normal;
}
.fairs.header .fair-search {
  float: right;
  width: auto;
}
.fairs.header .fair-search.visible-xs {
  margin-top: 15px;
  margin-right: 15px;
}
.fairs.header .search-container {
  margin-left: 15px;
  height: 30px;
  display: inline-block;
}
.fairs.header .search-container input {
  width: auto;
  border: 1px solid black;
  padding-left: 10px;
  font-size: 1em;
}
.fairs.header .search-container input::-webkit-input-placeholder {
  color: #686667;
}
.fairs.header .search-container input:-moz-placeholder {
  /* Firefox 18- */
  color: #686667;
}
.fairs.header .search-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #686667;
}
.fairs.header .search-container input:-ms-input-placeholder {
  color: #686667;
}
.fairs.header .search-container span,
.fairs.header .search-container input {
  height: 100%;
  float: left;
}
.fairs.header .search-container button {
  padding: 0;
}
.fairs.header .icon-search {
  height: 100%;
  display: inline-block;
  background-color: #000;
  padding: 6px 10px 8px 10px;
  border-bottom: 1px solid #000;
}
.fairs.header .navbar-static-top .navbar-inner {
  height: 56px;
  padding: 0;
  background-color: rgba(245, 245, 245, 0.9);
}
.fairs.header .navbar-static-top .navbar-inner img.logo {
  width: 129px;
  height: 56px;
  margin-left: 10px;
  float: left;
}
.fairs.header .navbar-static-top .navbar-inner .btn-navbar {
  margin-top: 8px;
  margin-right: 24px;
  margin-bottom: 9px;
  float: right;
  background-color: transparent;
}
.fairs.header .navbar-static-top .navbar-inner .btn-navbar .icon-bar {
  width: 29px;
  height: 3px;
  background-color: #000;
}
.fairs.header .navbar-static-top .navbar-inner .btn-navbar .icon-bar + .icon-bar {
  margin-top: 6px;
}
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav {
  width: auto;
  padding: 14px 0 22px 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  background-color: transparent;
}
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li {
  text-align: right;
}
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li a {
  padding: 16px 19px;
  font-size: 16px;
  color: #000;
}
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li a:link,
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li a:visited {
  background-color: transparent;
  color: #000;
}
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li a:hover,
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li a:active {
  background-color: transparent;
  color: #da0476;
}
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li.favorites a:link,
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li.favorites a:visited,
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li.favorites a:hover,
.fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li.favorites a:active {
  color: #da0476;
}
.fairs.header .navbar-static-top .navbar-inner #full-nav .nav-collapse.in .nav {
  width: 100%;
}
.fairs.header .navbar-static-top .navbar-inner #full-nav .nav-collapse.in ul.nav {
  width: 100%;
  background-color: rgba(245, 245, 245, 0.95);
}
.fairs.header .navbar-static-top .favorites a:link,
.fairs.header .navbar-static-top .favorites a:visited,
.fairs.header .navbar-static-top .favorites a:hover,
.fairs.header .navbar-static-top .favorites a:active {
  color: #da0476;
}
@media (min-width: 992px) {
  .fairs.header .search-container input {
    width: 270px;
  }
  .fairs.header .nav-collapse.in {
    background-color: transparent;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fairs.header .search-container input {
    width: 131px;
  }
}
@media (min-width: 768px) {
  .fairs.header #full-nav {
    float: right;
  }
}
@media (max-width: 767px) {
  .fairs.header .navbar-static-top .navbar-inner img.logo {
    margin-top: 5px;
    width: 100px;
    height: 43px;
  }
  .fairs.header .navbar-static-top .navbar-inner .favorites {
    float: left;
    margin: 15px 20px 19px;
  }
  .fairs.header .navbar-static-top .navbar-inner #full-nav {
    background-color: rgba(245, 245, 245, 0.8);
  }
  .fairs.header .fair-search.visible-xs {
    margin-top: 12px;
  }
  .fairs.header .search-container {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .fairs.header .blackbg .header-content .logo {
    padding-top: 14px;
    transition: all 500ms linear;
  }
  .fairs.header .blackbg .header-content .logo img {
    margin-left: -6px;
  }
  .fairs.header .blackbg .header-content .nav ul li .welcome-text {
    display: inline;
  }
  .fairs.header .blackbg .header-content .nav ul li.remove-bar-sm:after {
    content: '|';
  }
  .fairs.header .navbar-static-top .navbar-inner {
    padding: 0 20px;
  }
  .fairs.header .navbar-static-top .navbar-inner img.logo {
    margin-left: -6px;
  }
  .fairs.header .navbar-static-top .navbar-inner #full-nav {
    margin-top: 13px;
  }
  .fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav {
    padding: 0;
    border: 0;
  }
  .fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li {
    float: right;
    text-align: left;
  }
  .fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li a {
    padding: 7px 16px;
  }
  .fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li:first-child {
    margin-left: 0;
  }
  .fairs.header .navbar-static-top .navbar-inner #full-nav ul.nav li:first-child a {
    padding-right: 0;
  }
}
.footer-wrapper {
  margin-top: auto;
}
#footer {
  background-color: #f5f5f5;
  color: #000;
  font-size: 12.5px;
  padding-bottom: 100px;
  margin-top: 50px;
}
#footer .footer-signup {
  padding: 10px;
  font-family: "Adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  background-color: #686667;
  color: #fff;
  text-align: center;
}
#footer .footer-signup a {
  color: #fff;
}
#footer .footer-signup .footer-signup-title {
  font-size: 27px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}
#footer .footer-signup .footer-subtitle,
#footer .footer-signup .newsletter-title {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: normal;
  text-transform: none;
}
#footer .footer-signup .newsletter-label {
  display: none;
}
#footer .footer-signup .newsletter-form {
  margin-bottom: 0;
  background-color: transparent!important;
}
#footer .footer-signup form.email-form {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  width: 100%;
  max-width: 450px;
  margin: 10px auto;
}
#footer .footer-signup form.email-form input.email-input {
  width: 100%;
  height: 29px;
  max-width: 380

        padding: 3px 5px 2px;
  border: 1px solid #fff;
  margin-bottom: 8px;
  margin-right: 0;
  background-color: #686667;
  color: #fff;
  font-size: 15px;
}
#footer .footer-signup form.email-form button.btn-footer {
  height: 29px;
  padding: 2px 6px 3px;
  border: 1px solid #fff;
  margin-top: -5px;
  background-color: #686667;
  box-shadow: none;
  color: #fff;
}
#footer .footer-signup form.email-form .controls .checkbox {
  text-align: center;
  font-size: 15px;
}
#footer .footer-signup .thank-you {
  margin: 10px 0 15px;
  display: none;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 15px;
}
#footer .footer-signup .thank-you .highlight {
  font-weight: bold;
}
#footer .footer-signup .thank-you .curr {
  display: none;
}
#footer .footer-signup .thank-you.subscribed .curr {
  display: inline-block;
}
#footer .footer-signup .thank-you.subscribed .sub {
  display: none;
}
#footer .footer-signup .footer-signup-form {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  width: 100%;
  max-width: 450px;
  margin: 10px auto;
}
#footer .footer-signup .footer-signup-form input.email {
  width: 100%;
  max-width: 380px;
  padding: 3px 5px 2px;
  border: 1px solid #fff;
  background-color: #686667;
}
#footer .footer-signup .footer-signup-form button {
  border: 1px solid #fff;
  margin-top: 6px;
  background-color: #686667;
  color: #fff;
}
#footer .footer-container {
  width: 100%;
  padding-top: 20px;
}
#footer .footer-logo {
  width: 100%;
}
#footer .footer-logo img {
  height: 85px;
}
#footer .footer-info .made-in-ny {
  font: 13px/20px "adelle", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
}
#footer .footer-info .copyright {
  padding-left: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  #footer .footer-nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#footer .footer-nav ul {
  margin-left: 30px;
  text-align: left;
  float: left;
  min-width: 105px;
}
#footer .footer-nav ul li {
  padding: 0 10px 0 8px;
  display: block;
  text-transform: uppercase;
}
#footer .social-media {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #footer .social-media {
    position: unset;
  }
}
#footer .social-media .social-media-icons {
  padding-top: 30px;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  #footer .social-media .social-media-icons {
    padding-top: 110px;
  }
}
#footer .social-media .social-media-icons a {
  color: #000;
}
#footer .social-media .social-media-icons a:hover {
  color: #000;
  text-decoration: none;
}
#footer .social-media .social-media-icons i {
  margin: 0 5px;
}
#footer .social-media .social-media-icons i.icon-twitter:hover {
  color: #007baa;
}
#footer .social-media .social-media-icons i.fa.fa-instagram {
  font-size: 34px;
}
#footer .social-media .social-media-icons i.fa.fa-instagram:hover {
  color: #4090db;
}
#footer .social-media .social-media-icons i.icon-pinterest:hover {
  color: #ce2127;
}
#footer .social-media .social-media-icons i.icon-tumblr:hover {
  color: #2c4762;
}
#footer .social-media .social-media-text {
  margin-top: 5px;
  font: 14px/14px "adelle", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
#footer .social-media .fb-like {
  width: 217px;
  height: 21px;
  margin: 0 0 0 -30px;
  display: inline-block;
  overflow: hidden;
}
#footer .social-media .fb-like > span {
  vertical-align: top!important;
}
#footer .app-info {
  margin-top: 24px;
  margin-bottom: 10px;
  text-align: center;
}
#footer .app-info .app-info-text {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #footer .footer-signup form.email-form input.emai-input {
    float: left;
  }
  #footer .footer-signup form.email-form button.btn-footer {
    margin-top: 0;
    float: right;
  }
  #footer .footer-signup .footer-signup-form input.email {
    float: left;
  }
  #footer .footer-signup .footer-signup-form button {
    margin-top: 0;
    float: right;
  }
  #footer .footer-info .made-in-ny {
    text-align: left;
  }
  #footer .footer-info .copyright {
    text-align: left;
  }
  #footer .footer-nav ul {
    padding: 0;
  }
  #footer .social-media {
    text-align: right;
  }
  #footer .social-media .social-media-icons {
    padding: 0;
  }
  #footer .app-info .app-info-text {
    margin-top: -95px;
  }
}
@media (min-width: 992px) {
  #footer .app-info .app-info-text {
    margin-top: -80px;
  }
  .footer-hubspot-form {
    max-width: 500px;
    margin: auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #footer .app-info .app-info-text {
    margin-top: -80px;
  }
  .footer-hubspot-form {
    max-width: 500px;
    margin: auto;
    width: 50%;
  }
}
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}
#nprogress .bar {
  background: #da0476;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin-left: -100%;
}
/*!
 * bootstrap-select v1.3.1
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="col"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="col"].pull-right,
.row .bootstrap-select.btn-group[class*="col"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="col"]) {
  width: 100%;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
  position: relative;
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.dropdown-menu {
  z-index: 2000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
/*
.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
*/
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="col"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu .active > a {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/*
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}
*/
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
/*
.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
*/
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
/*
.bootstrap-select-searchbox {
    padding: 4px 8px;
}
*/
.bootstrap-select {
  margin-bottom: 0;
}
.bootstrap-select:not([class*="col"]) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle.btn {
  background: #fff;
  border: solid 1px #000;
  -webkit-box-shadow: inset 1px 1px 2px 0px #ccc;
  box-shadow: inset 1px 1px 2px 0px #ccc;
  height: 35px;
  text-transform: none;
}
.bootstrap-select .dropdown-toggle.btn .filter-option {
  left: 15px;
  right: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-select .dropdown-toggle.btn .caret {
  margin: 0;
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: #000;
  top: 0px;
  right: 0px;
  border: 0;
}
.bootstrap-select .dropdown-toggle.btn .caret::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 8px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff transparent transparent transparent;
}
.bootstrap-select .dropdown-toggle.btn .caret::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 8px;
  border-style: solid;
  border-width: 10px;
  border-color: #000 transparent transparent transparent;
}
.bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.loading .dropdown-toggle.btn.small .caret {
  background: url('/static/common/img/loaders/loader-small-black.gif') no-repeat center center #000;
}
.bootstrap-select.loading .dropdown-toggle.btn.small .caret::after,
.bootstrap-select.loading .dropdown-toggle.btn.small .caret::before {
  border: 0;
  content: none;
}
.bootstrap-select.open .dropdown-toggle.btn {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.bootstrap-select.small {
  font-size: 12px;
}
.bootstrap-select.small .dropdown-toggle.btn {
  font-size: 12px;
  height: 30px;
}
.bootstrap-select.small .dropdown-toggle.btn .caret {
  height: 30px;
  width: 30px;
}
.bootstrap-select.small .dropdown-toggle.btn .filter-option {
  left: 10px;
  right: 35px;
}
.bootstrap-select.small .dropdown-toggle.btn .caret::after {
  top: 12px;
  right: 8px;
  border-width: 7px;
}
.bootstrap-select.small .dropdown-toggle.btn .caret::before {
  top: 14px;
  right: 8px;
  border-width: 7px;
}
.bootstrap-select.small .dropdown-menu li a {
  font-size: 12px;
}
.bootstrap-select .dropdown-toggle.btn {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}
.bootstrap-select .dropdown-toggle.btn:active,
.bootstrap-select .dropdown-toggle.btn:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle.btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.bootstrap-select .dropdown-menu .error {
  background-color: #ffcccc;
}
.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:focus {
  outline: none;
}
h4 {
  font-size: 13px;
  margin-bottom: 5px;
}
.sublink {
  margin-left: 10px;
}
.sitemap h3 {
  margin-top: 10px;
}
#as-share-tooltip {
  width: 132px;
  height: 35px;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: 60px;
}
/*----------- BROWSE STYLES ---------- */
.dropdown-styles {
  width: 100%;
  height: 40px;
}
.box {
  position: relative;
  margin: 0px;
  float: left;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  -webkit-box-shadow: #eee 2px 2px 7px;
  -moz-box-shadow: #eee 2px 2px 7px;
  box-shadow: #eee 2px 2px 7px;
  padding: 10px;
  background: #fff;
}
.box h2 {
  margin-bottom: 0px;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
}
.box_ellipsis {
  width: 304px;
}
.heading_text {
  font-size: 12px;
  line-height: 5px;
  margin-left: -1000em;
}
.underline {
  text-decoration: underline;
}
/* ------- Filter Bar Styles ---------*/
.filters {
  margin-bottom: 21px;
  clear: both;
}
.filters h4 {
  font-size: inherit;
  margin-bottom: 0px;
}
.filter_container {
  border: 0;
  background: inherit;
  float: left;
  position: relative;
  padding: 6px 20px;
}
.selected_filter {
  cursor: pointer;
  color: #fff;
  background: #a10357;
}
.selected_filter.dark {
  background: #333;
}
.filter_container:hover {
  cursor: pointer;
  color: #da0476;
  color: #fff;
  background: #333;
}
/* ------- Artist/Partner styles -------- */
.partner_list .thumbnail {
  display: block;
  width: 304px;
  /*height:152px;*/
  height: 178px;
  overflow: hidden;
}
.partner_list h3 {
  margin-bottom: 0px;
}
.partner_list .caption {
  margin-bottom: 0px;
}
#partners .caption {
  padding-left: 0px;
}
/*Artists*/
#artists h2 {
  margin: 0px;
  padding: 0px;
}
/*------ STATIC PAGES STYLES --------*/
.static {
  font-weight: 300;
}
.static h3 {
  font-weight: bold;
}
.static li {
  font-weight: 300;
}
/*------- Collection Styles -------*/
.strip_container {
  height: 200px;
  width: 304px;
  position: relative;
  overflow: hidden;
}
.collection_info {
  white-space: nowrap;
  max-width: 286px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-weight: 300;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.collection_info h2,
.collection_info h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection_link {
  font-size: 11px;
  color: #da0476;
  font-weight: normal;
}
/* New Press Page 12/12/12 */
.press section {
  height: 184px;
}
.press .date {
  font-style: italic;
  font-family: "adobe-caslon-pro", serif;
  font-size: 15px;
}
.featuredPress article {
  width: 25%;
  float: left;
  height: 150px;
}
.featuredPress .leftCol {
  width: 40%;
  float: left;
  height: 62%;
  margin-top: 12%;
  margin-left: 2%;
  margin-right: 2%;
}
.featuredPress .rightCol {
  width: 37%;
  float: left;
  height: 47%;
  margin-top: 12%;
  margin-left: 3%;
}
.press .featuredPress h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 300;
}
.press .featuredPress a {
  text-transform: uppercase;
  font-size: 13px;
}
.press .leftSide .rightCol * {
  padding-bottom: 5px;
}
.press h1,
.press h2,
.press h3,
.press h4 {
  background-color: white;
  font-weight: normal;
}
.press header h2 {
  font-size: 20px;
  font-weight: lighter;
  display: inline;
}
.press h2 {
  color: black;
  text-transform: uppercase;
}
.press .pagination {
  width: 25%;
  float: right;
  text-align: right;
}
.press .leftSide {
  width: 65%;
  float: left;
}
.press .rightSide {
  width: 32%;
  float: right;
}
.press #upper a {
  top: 67px;
}
.press #lower a {
  top: 90px;
}
.press .leftSide .leftCol {
  width: 20%;
  float: left;
  height: 62%;
  margin-top: 30px;
  margin-left: 2%;
  margin-right: 2%;
}
.press .leftSide .rightCol {
  width: 65%;
  float: left;
  height: 47%;
  margin-top: 5%;
  margin-left: 3%;
}
.press .rightSide p {
  text-align: center;
}
.press section a,
.press link {
  color: #a10357;
  font-weight: 500;
}
.press .rightCol a {
  text-transform: uppercase;
}
.press header {
  border-top: 3px solid black;
  border-bottom: 1px solid black;
  height: 43px;
}
.press h2 {
  padding: 5px;
}
.press header h2,
.press header div {
  display: inline-block;
  margin-top: 8px;
}
.press header div {
  margin-top: 13px;
}
.press #lower article {
  height: 187px;
  border-bottom: 1px solid #CCC;
}
.press #lower h3 {
  padding-bottom: 9px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  width: 444px;
  line-height: 24px;
  max-height: 45px;
  overflow: hidden;
}
.press .description {
  font-family: "adobe-caslon-pro", serif;
  font-size: 15px;
  line-height: 20px;
  width: 444px;
}
.press #lower aside {
  margin-top: 50px;
}
.press #feedback {
  border: 1px solid #CCC;
  height: 300px;
}
.press #feedback h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}
.press .rightSide p.underline {
  border-bottom: 1px solid black;
  width: 50px;
  margin-left: 124px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.press #feedback .quote,
.press .caption {
  font-family: "adobe-caslon-pro", serif;
  font-size: 18px;
  font-weight: 300;
  margin-left: 38px;
  margin-right: 38px;
  line-height: 18pt;
}
.press #contact,
.press #contact h2 {
  background-color: #E1E1E1;
  line-height: 8px;
  margin-top: 4px;
}
.press #contact * {
  text-align: left;
}
.press #contact {
  padding-top: 10px;
  padding-bottom: 10px;
}
.press #summary {
  position: relative;
  border: 1px solid #E1E1E1;
  height: 100%;
  padding-top: 22px;
  padding-bottom: 20px;
  max-height: 375px;
}
.press #summary h2 {
  text-align: center;
  position: absolute;
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  top: -10px;
  left: 103px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 0px;
  line-height: 18px;
}
.press #summary li {
  padding: 10px;
  margin-left: 10px;
}
.press #contact p {
  margin-left: 20px;
  font-weight: 500;
}
.press #contact h2 {
  margin-left: 15px;
}
.press .caption {
  color: black;
  font-style: italic;
  margin-top: 20px;
}
.press .wrapper img {
  border: 1px solid #e1e1e1;
}
.press .last {
  height: 100px;
}
.press #footer {
  margin-top: 100px;
}
.press .vAlign {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.press .vAlignT {
  height: 94px;
}
.press .vAlign2 {
  display: table-cell;
  vertical-align: middle;
  height: 126px !important;
  width: 419px !important;
  overflow: hidden;
}
.press .vAlignT2 {
  height: 126px !important;
  width: 419px !important;
  overflow: hidden;
}
.press .leftSide {
  margin-top: 23px;
}
.press #contact {
  height: 43px;
}
.press .static p {
  padding: 0px;
}
/*Magazine*/
#magazine .wrapper img {
  border: none;
}
#magazine .section_left {
  width: 610px;
  float: left;
}
#magazine #section_right {
  width: 350px;
  float: right;
}
#magazine #section_right_divider {
  padding-left: 40px;
  padding-top: 1px;
}
#magazine #page_title_header,
#collecting #page_title_header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
#magazine #page_title_header h1,
#collecting #page_title_header h1,
#art_page #page_title_header h1 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 1px;
  color: #003399;
}
#magazine #page_title_header p,
#collecting #page_title_header p {
  padding-top: 5px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#magazine .read_more_link,
#collecting .read_more_link,
#collecting #featured_promotion_caption a {
  margin-top: 10px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
#magazine .section_caption,
#collecting .section_caption {
  margin-top: 50px;
  border-top: 3px solid black;
  border-bottom: 1px solid black;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}
#magazine .section_caption .title,
#collecting .section_caption .title {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 20px;
  float: left;
}
#magazine .section_caption .seeall,
#collecting .section_caption .seeall {
  float: right;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#magazine .section_item_title,
#collecting .section_item_title {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
#magazine .section_item_title,
#collecting .section_item_title {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
#magazine #content .newsletter-form {
  width: 245px;
  float: right;
  margin-right: 40px;
}
#magazine #page_title_header {
  padding: 6px 0 18px;
  border-bottom: 1px solid black;
  width: 630px;
  margin-bottom: 30px;
}
#magazine .content_box,
#collecting #editors_picks {
  margin-bottom: 50px;
  text-align: center;
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  position: relative;
}
#magazine .content_box_no_border {
  border: 0px;
}
/* Collecting */
#collecting .breadcrumb {
  margin-bottom: 15px;
}
#collecting_page .newsletter-form {
  width: 255px;
  float: right;
}
#collecting #page_title_header {
  padding: 6px 0 0px;
  border-bottom: none;
  width: 100%;
  margin-bottom: -33px;
}
#collecting #page_title_header h1 {
  color: #da0476;
}
#collecting .section_thumbnail img {
  width: 220px;
  height: 220px;
  margin-top: 10px;
}
#collecting .section_item_profession {
  font-family: "adobe-caslon-pro", sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin-top: 5px;
  font-style: italic;
}
#collecting .carousel_item {
  float: left;
  width: 220px;
  margin-right: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  height: 280px;
  display: block;
}
#collecting .carousel_container {
  height: 383px;
  width: 950px;
  position: relative;
  overflow: hidden;
}
#collecting .carousel_container .items {
  width: 20000em;
  position: absolute;
  clear: both;
}
#collecting .read_more_link {
  margin-top: 15px;
}
#collecting .arrow_wrapper {
  margin: -210px -45px 140px;
  position: absolute;
}
#collecting #filter_contents h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-overflow: ellipsis;
}
#collecting .section_bg_link {
  display: block;
  height: 220px;
  width: 220px;
  background-position: center;
  margin-top: 10px;
}
#collecting #filter_title_container,
#magazine #filter_title_container {
  height: 30px;
  border-bottom: 2px solid black;
  margin-bottom: 30px;
  margin-top: 30px;
}
#collecting #filter_title_container h1,
#magazine #filter_title_container h1,
#collecting #filter_title_container span,
#magazine #filter_title_container span {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline;
}
body {
  margin: 0;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.46666667;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wf-loading {
  font-family: "droid-sans";
  visibility: hidden;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.nott {
  text-transform: none;
}
.notm {
  margin-top: 0px;
}
.fb-like-share-button {
  margin-right: 20px;
}
.fb-like {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
input:focus {
  outline: none;
}
.error {
  color: #da0476;
}
div .caption {
  position: relative;
}
a {
  color: #000;
}
a:focus {
  color: #a10357;
}
.twitter-typeahead .tt-suggestion {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ol,
ul,
h3,
p,
label {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.wrapper {
  width: 960px;
  margin: auto;
  position: relative;
  top: -10px;
}
div.footer_form .join-now-wrapper,
div.footer_form .sign-in-wrapper:active {
  display: block;
  cursor: pointer;
}
.clear {
  clear: both;
}
#footer .stayConnected {
  color: #000;
  margin-right: 28px;
}
.medPad {
  padding-bottom: 50px;
}
.fullwidth {
  width: 100%;
}
#footer input,
input {
  outline: none;
  background-color: #fff;
  height: 25px;
  color: #000;
  font-size: 12px;
}
#footer input:focus,
input:focus {
  outline: none;
}
.red-italic {
  color: #ec0101;
  font-style: italic;
}
.remove-red-italic .red-italic {
  color: #000;
  font-style: normal;
}
.no-margin {
  margin: 0 !important;
}
.breadcrumb {
  color: #585858;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-style: italic;
  font-size: 11px;
}
.breadcrumb > a {
  color: #333333;
  font-style: italic;
  font-size: 11px;
  line-height: 21px;
}
.breadcrumb .pull-left {
  color: #585858;
  height: 22px;
}
.breadcrumb .pull-left > a {
  color: #333333;
  font-style: italic;
  font-size: 11px;
  line-height: 21px;
}
.breadcrumb .pull-left > a:hover {
  color: #222222;
  text-decoration: underline;
}
.breadcrumb .pull-right {
  height: 22px;
}
#content {
  min-height: 200px;
  margin-top: 35px;
}
.flash-message,
.flash-error {
  color: #222222;
  padding: 4px;
  text-align: center;
  margin-bottom: 46px;
}
.flash-message {
  border: solid 1px #DEDEDE;
  background: #FFFFCC;
}
.flash-error {
  border: solid 1px #C30606;
  background: #FAC2C2;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.follow-button {
  color: #e01a83;
  cursor: pointer;
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}
.follow-button span {
  display: inline-block;
  height: 12px;
  margin-right: 3px;
  position: relative;
  vertical-align: middle;
  width: 12px;
  background: url('/static/profiles/img/pref-icon-sprite.png?v=2') -43px -1px;
  background-size: 194px auto;
}
.follow-button.following span {
  background-position: -1px -1px;
  width: 14px;
  margin-right: 2px;
}
.follow-button.following:hover span {
  background-position: -22px -1px;
}
.follow-button.following .not-following-text {
  display: none;
}
.follow-button.following .following-text {
  display: inline-block;
}
.follow-button .following-text,
.follow-button .not-following-text {
  display: inline-block;
  vertical-align: middle;
}
.follow-button .following-text {
  display: none;
}
.follow-object {
  display: inline-block;
  color: #e01a83;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  transition: color 150ms ease;
}
.follow-object:hover {
  color: #99004e;
}
.follow-object__icon {
  margin-right: 5px;
}
.customcheckbox {
  visibility: hidden;
}
.custom-checkbox {
  border: solid 1px #999;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}
.custom-checkbox.checked {
  border-color: transparent;
}
.custom-checkbox.checked span {
  background: url('/static/profiles/img/pref-icon-sprite.png?v=2') -1px -1px;
  height: 16px;
  width: 19px;
  display: block;
  position: relative;
  left: -5px;
  top: -3px;
}
.custom-checkbox.disabled {
  border-color: #ccc;
  cursor: default;
}
#work .about {
  position: relative;
  margin-bottom: 15px;
  font-weight: 300;
}
#artist #content h1 .follow-button,
#partner #content h1 .follow-button,
#partner .container h1 .follow-button,
#partner .container h2 .follow-button,
#work .about .artist_heading .follow-button {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
}
#partner .container h2 .follow-button {
  top: -4px;
}
.expandable.animate .full-desc {
  -webkit-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}
.expandable .full-desc {
  display: none;
  overflow: hidden;
}
.expandable .full-desc,
.expandable .short-desc {
  margin-bottom: 20px;
}
.expandable .full-desc > p:last-child,
.expandable .short-desc > p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.expandable .read-less {
  display: none;
}
.show-wall-view {
  cursor: pointer;
}
.container.full-bleed {
  width: 100%;
}
.container .crumb {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  word-break: break-all;
}
.container .crumb a {
  color: #777;
}
.work-tile {
  text-align: center;
}
.work-tile .title,
.work-tile .artist,
.work-tile .medium,
.work-tile .price,
.work-tile .partnername {
  text-align: left;
}
.work-tile .artist,
.work-tile .medium,
.work-tile .price {
  line-height: 1em;
  min-height: 1em;
  margin-top: 2px;
}
.work-tile .medium {
  margin-top: -4px;
  margin-bottom: 5px;
}
.work-tile .artist {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.work-tile .title {
  font-family: "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.work-tile .title span {
  font-style: normal;
}
.submit-holder .center-loader {
  display: none;
}
.submit-holder.loading .center-loader {
  display: block;
}
.submit-holder.loading button {
  display: none;
}
.vcenter-content-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
.vcenter-content-middle {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.vcenter-content-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.custom-radio {
  border: solid 1px #a6a6a6;
  background-color: #ddd;
  border-radius: 22px;
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  width: 20px;
  vertical-align: middle;
}
.custom-radio.checked span {
  background-color: #da0476;
  border-radius: 12px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 3px;
}
.custom-radio.disabled {
  border-color: #e7e7e7;
  background-color: #e7e7e7;
  cursor: auto;
}
.work-row {
  text-align: center;
}
.work-row h3 {
  text-align: center !important;
}
.work-row .artwork-frame {
  margin: 1px 1px 11px;
}
.work-row .artwork-frame:hover {
  border: solid 1px #ddd;
  margin: 0 0 10px;
}
.work-row.work-group-row h3 {
  margin-bottom: 10px !important;
}
.work-row.work-group-row .group-titles {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.work-row.work-group-row .group-titles li {
  display: inline-block;
  font-size: 14px;
  padding: 0px 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.work-row.work-group-row .group-titles li a {
  color: #666;
  font-weight: 500;
  text-decoration: underline;
}
.work-row.work-group-row .group-titles li a:hover,
.work-row.work-group-row .group-titles li a:active {
  color: #da0476;
}
.work-row.work-group-row .group-titles li.active a {
  color: #da0476;
}
.work-row .as-btn {
  background-color: #444444;
}
.work-row .as-btn:hover {
  background-color: #000;
}
.work-row .group {
  overflow: hidden;
}
.work-row .see-all {
  margin: 20px 0 0;
}
/*---- CARROUSEL ---- */
.arrow_wrapper {
  margin: -162px -31px 152px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.items div {
  float: left;
}
.as-carousel .slider {
  left: 0;
  position: relative;
  top: 0;
  -webkit-transition: left 0.5s ease-in-out, top 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, top 0.5s ease-in-out;
}
.as-carousel .pagination {
  text-align: center;
}
.as-carousel .pagination li {
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.as-carousel .pagination li.active {
  background-color: #000;
}
/*
  Share Icons
*/
#as-share-icons-container {
  vertical-align: middle;
  display: inline-block;
}
.sh-modal-share-custom-style .ui-state-focus,
.sh-modal-share-custom-style .ui-state-hover {
  background: none !important;
  border: none !important;
}
.sh-modal-share-custom-style .ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 0em !important;
}
.sh-modal-share-custom-style .ui-dialog .ui-dialog-title {
  margin: auto !important;
}
.sh-modal-share-custom-style .ui-widget-overlay {
  opacity: 0.1 !important;
}
.sh-modal-share-custom-style .ui-dialog-titlebar {
  background: none;
  height: 0;
}
.sh-modal-share-custom-style .ui-widget-header {
  border: none;
}
.sh-modal-share-custom-style #sh-modal-window {
  background-color: white !important;
  border: 2px #cccccc;
  box-shadow: 0 0 5px 5px #dddddd;
  overflow: hidden;
  position: relative;
}
.sh-modal-share-custom-style .ui-icon-closethick {
  background-position: 0 !important;
}
.sh-modal-share-custom-style #sh-modal-container {
  width: 100%;
  height: 100%;
}
.sh-modal-share-custom-style .share-modal-info-container {
  padding: 50px;
  font-family: 'ProximaRegular', Helvetica, Arial, san-serif;
}
.sh-modal-share-custom-style .share-modal-info-container div {
  margin-bottom: 25px;
}
.sh-modal-share-custom-style .share-title {
  text-transform: uppercase;
  font-size: 12pt;
}
.sh-modal-share-custom-style .share-name {
  text-transform: uppercase;
  font-size: 10pt;
  margin-bottom: 10px !important;
}
.sh-modal-share-custom-style .share-url {
  border: 1px #cccccc solid;
  padding: 5px 0px 5px 10px;
  width: 100%;
  color: #666666;
  font-size: 8pt !important;
}
.sh-modal-share-custom-style.ui-state-hover .ui-icon,
.sh-modal-share-custom-style.ui-state-focus .ui-icon,
.sh-modal-share-custom-style.ui-widget-header .ui-icon,
.sh-modal-share-custom-style.ui-widget-content .ui-icon,
.sh-modal-share-custom-style.ui-icon {
  background: none !important;
  border: none !important;
  background-image: url("/static/common/img/modals/closebutton.png") !important;
  width: 25px !important;
  height: 25px !important;
}
.sh-modal-share-custom-style.ui-widget-content {
  background: none !important;
  border: none !important;
}
.sh-modal-share-custom-style.ui-dialog {
  padding: 1.2em !important;
  padding-top: 0 !important;
}
.sh-modal-share-custom-style.ui-dialog .ui-dialog-titlebar-close {
  right: 17px !important;
  top: 27px !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1000;
  width: auto !important;
  height: auto !important;
}
.sh-modal-share-custom-style.ui-dialog-content {
  padding: 0 !important;
}
.to-top {
  bottom: 50px;
  border: solid 1px #ccc;
  background: #fff;
  font-weight: 500;
  left: -100px;
  opacity: 0;
  padding: 0 8px 4px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  -webkit-transition: opacity 0.5s linear, left 0.5s 0.5s linear;
  transition: opacity 0.5s linear, left 0.5s 0.5s linear;
}
.to-top.fade-in {
  left: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.to-top i {
  display: block;
  font-size: 28px;
  height: 21px;
  text-align: center;
}
/* Styles for homepage and collecting carousels */
#slides .slide > a:hover,
.rslides li > a:hover,
#slides .slide > a:focus,
.rslides li > a:focus {
  text-decoration: inherit;
  color: inherit;
}
.marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 90px;
  font-size: 16pt;
  font-weight: 300;
  text-align: left;
}
.marquee-text > * {
  margin: 0;
  padding: 0 0 20px;
}
.marquee-text > :last-child {
  padding: 0;
}
.marquee-text h1 {
  font-size: 24pt;
  font-weight: 600;
}
.marquee-text h2 {
  font-size: 20pt;
  font-weight: 500;
}
.rslides {
  width: 625px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .rslides {
    width: 100%;
  }
}
.rslides .marquee-text {
  width: 1600px;
  height: 375px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.390625);
  -ms-transform: scale(0.390625);
  transform: scale(0.390625);
}
@media (min-width: 768px) {
  .rslides .marquee-text {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }
}
@media (min-width: 992px) {
  .rslides .marquee-text {
    -webkit-transform: scale(0.5875);
    -ms-transform: scale(0.5875);
    transform: scale(0.5875);
  }
}
@media (min-width: 1200px) {
  .rslides .marquee-text {
    -webkit-transform: scale(0.7125);
    -ms-transform: scale(0.7125);
    transform: scale(0.7125);
  }
}
.modal-frames li {
  float: left;
  width: 95px;
}
.modal-frames li span {
  background: url('/static/arts/img/frame-sprite.png') no-repeat;
  border: solid 1px #000;
  display: inline-block;
  height: 48px;
  margin: 0 10px 0 0;
  width: 48px;
}
.modal-frames .frame-black {
  background-position: -120px -1px;
}
.modal-frames .frame-maple {
  background-position: -1px -1px;
}
.modal-frames .frame-white {
  background-position: -61px -1px;
}
#backtop {
  opacity: 0;
  transition: all 0.3s ease-out;
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 15;
}
#backtop button {
  height: 35px;
  width: 35px;
  background: url(/static/common/img/arrow_up_retina.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  border: none;
}
#backtop button:hover {
  cursor: pointer;
}
#backtop.show {
  opacity: 1 !important;
}
.ads-promo {
  text-align: center;
  margin-top: 30px;
}
.skyscrapper {
  margin-bottom: 50px;
}
.leaderboard {
  margin-bottom: 20px;
}
.designstore-ad-bottom {
  padding: 0 40px;
}
.discover-work {
  margin-bottom: 30px;
}
.discover-work:hover a {
  transition: all 750ms linear;
}
.discover-work:hover a .discover-button {
  background-color: #ff80c1;
  transition: all 150ms linear;
}
.discover-work a {
  height: 250px;
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  transition: all 200ms linear;
}
.discover-work a .discover-button-wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  white-space: nowrap;
}
.discover-work a .discover-button {
  padding: 10px 36px;
  display: inline;
  position: relative;
  left: -50%;
  bottom: 40px;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  font-family: Franklin Gothic Book, Arial;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #da0476;
  transition: all 75ms linear;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.tab-row {
  padding-bottom: 50px;
}
.tab-row .btn {
  padding: 5px 15px;
  border: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  font: 400 15px/15px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.tab-row .btn:hover {
  color: #fff;
  background-color: #000;
}
.tab-row .item {
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-row .item .artwork-frame {
  height: 300px;
  display: table-cell;
  background-color: transparent;
  vertical-align: middle;
}
.tab-row .item .artwork-frame img.work-image {
  max-height: 300px;
  width: 100%;
  object-fit: contain;
}
.tab-row .item .artwork-description {
  margin-top: 10px;
}
.tab-row .item .artwork-description.ht-set {
  height: 92px;
}
.tab-row .item .artwork-description .artist,
.tab-row .item .artwork-description .artwork-title,
.tab-row .item .artwork-description .artwork-medium,
.tab-row .item .artwork-description .artwork-price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-row .item .artwork-description .artist {
  margin-bottom: 7px;
  font: 16px/1.2 "adelle", Georgia, "Times New Roman", Times, serif;
}
.tab-row .item .artwork-description .artwork-title {
  margin-bottom: 1px;
  font: italic 300 16px/1.2 "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
.tab-row .item .artwork-description .artwork-medium {
  margin-bottom: 4px;
  color: #585858;
  font: 16px/1.2 "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
.tab-row .item .artwork-description .artwork-medium a {
  color: #585858;
}
.tab-row .item .artwork-description .artwork-price {
  margin: 9px 0 4px;
  color: #000;
  font: 500 16px/1.2 "adelle", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.arrow-container {
  width: 100%;
  position: relative;
}
.arrow-container .arrow-wrapper {
  width: 34px;
  height: 44px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
}
.arrow-container .arrow-wrapper .both-arrow {
  border: solid 8px transparent;
  position: absolute;
  top: 13px;
}
.arrow-container .arrow-wrapper .both-arrow::after {
  height: 0px;
  display: block;
  border: 8px solid transparent;
  content: '';
  position: absolute;
  top: -8px;
}
.arrow-container .left-arrow-wrapper {
  border-left: 1px solid #ccc;
  left: 0;
  background-color: #fff;
}
.arrow-container .left-arrow-wrapper .left-arrow {
  border-right: 8px solid #aaa;
  right: 12px;
}
.arrow-container .left-arrow-wrapper .left-arrow::after {
  border-right: 8px solid #fff;
  left: -7px;
}
.arrow-container .right-arrow-wrapper {
  border-right: 1px solid #ccc;
  right: 0;
  background-color: #fff;
}
.arrow-container .right-arrow-wrapper .right-arrow {
  border-left: 8px solid #aaa;
  left: 12px;
}
.arrow-container .right-arrow-wrapper .right-arrow::after {
  border-left: 8px solid #fff;
  right: -7px;
}
.common-list-grid-template .no-link {
  color: #585858;
}
.common-list-grid-template .letters-nav {
  margin-bottom: 50px;
  text-align: center;
}
.common-list-grid-template .letters-nav .letters-nav-border {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 10px;
}
.common-list-grid-template .letters-nav .letters-nav-border a,
.common-list-grid-template .letters-nav .letters-nav-border span {
  padding: 11px 8px;
  font: 18px/44px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-align: center;
}
.common-list-grid-template .letters-nav .letters-nav-border a:hover {
  background: #da0476;
  color: #fff;
}
.common-list-grid-template #common-intro {
  padding-bottom: 55px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.common-list-grid-template #common-intro h1 {
  font: 32px/48px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
}
.common-list-grid-template #common-intro .tags-intro-text {
  font: 16px/24px "adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
}
.common-list-grid-template #common-intro .button-wrapper {
  margin-top: 25px;
  float: right;
}
.common-list-grid-template #common-intro .black-button {
  padding: 4px 16px;
  display: inline-block;
  background: #000;
  color: white;
  text-transform: uppercase;
}
.common-list-grid-template #common-intro .black-button:hover {
  background-color: #666;
  transition: all 150ms linear;
}
.common-list-grid-template #common-intro .black-button.selected {
  background-color: #666;
  transition: all 150ms linear;
}
.common-list-grid-template #index-grid .letter-grid-anchor {
  width: 0px;
  height: 0px;
  float: left;
}
.common-list-grid-template #index-grid .discover-work a {
  background-color: #efefef;
}
.common-list-grid-template #index-grid .discover-work.bgloaded a {
  background-color: transparent;
}
.common-list-grid-template #index-list h2 {
  margin-bottom: 50px;
  font: bold 24px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  text-align: center;
}
.common-list-grid-template #index-list .letter-category h3 {
  margin-bottom: 15px;
  font: bold 18px "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
.common-list-grid-template #index-list .letter-category-tags-list .letter-category-tag {
  margin-bottom: 8px;
}
.common-list-grid-template #index-list .category-divider {
  height: 30px;
}
.processing-dots {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  z-index: 10;
}
.processing-dots .dots-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  width: auto;
  height: 40px;
  margin: -40px 0 0 -40px;
}
.processing-dots .dots-wrapper .dot {
  width: 20px;
  height: 20px;
  background: #007baa;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
  transform: translate3d(0, 0, 0);
  -webkit-animation: fade-in 1.05s infinite linear;
  -moz-animation: fade-in 1.05s infinite linear;
  animation: fade-in 1.05s infinite linear;
}
.processing-dots .dots-wrapper .dot-1 {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.processing-dots .dots-wrapper .dot-2 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-moz-keyframes fade-in {
  0%,
  60% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0%,
  60% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0%,
  60% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0%,
  60% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#affirm-modal .modal-dialog {
  width: auto;
  max-width: 952px;
  margin-right: 20px;
  margin-left: 20px;
}
#affirm-modal .modal-dialog .modal-content {
  padding: 18px 20px;
}
#affirm-modal .modal-dialog .modal-content .affirm-title {
  margin-bottom: 8px;
  font-size: 28px;
  text-align: center;
}
#affirm-modal .modal-dialog .modal-content .affirm-title .affirm-blue {
  width: 90px;
  height: 26px;
  position: relative;
  top: -6px;
}
#affirm-modal .modal-dialog .modal-content .affirm-subtitle {
  color: #da0476;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 31px;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .affirm-image {
  height: 110px;
  text-align: center;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .affirm-image .fa {
  color: #000;
  font-size: 70px;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .affirm-image svg {
  width: 84px;
  height: 84px;
  margin-top: 8px;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .affirm-num {
  width: 17px;
  height: 17px;
  border-radius: 9px;
  position: absolute;
  top: 4px;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .affirm-num-title {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: bold;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .affirm-info {
  font-size: 16px;
  line-height: 25px;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .numall {
  margin-bottom: 25px;
  display: block;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .num1 .affirm-green {
  width: 60px;
  height: 20px;
  margin-top: -10px;
}
#affirm-modal .modal-dialog .modal-content .affirm-infos .num3 .affirm-info .corp-img {
  margin-top: 12px;
}
#affirm-modal .modal-dialog .modal-content .small {
  font-size: 12px;
}
#affirm-modal .modal-body {
  padding: 0;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .row-no-pad {
    margin: 0;
  }
  .row-no-pad > div:first-child {
    padding-left: 0;
  }
  .row-no-pad > div:last-child {
    padding-right: 0;
  }
  .tab-row .item .artwork-frame img.work-image {
    width: 100%;
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  #affirm-modal .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
}
.g-recaptcha iframe {
  overflow: hidden;
  border: 0;
  height: 100px;
  width: 310px;
}
body *:focus-visible {
  outline: solid 2px #6495ED;
  outline-offset: 2px;
}
a:hover,
a:focus {
  text-decoration: underline;
}
.terms {
  display: inline;
  font-size: inherit;
  margin: 0;
}
.terms-checkbox {
  display: inline;
  vertical-align: bottom;
}
.terms-checkbox-label {
  display: inline;
  font-size: inherit;
  margin-left: 5px;
}
.recaptcha-container {
  width: 300px;
  /* Adjust the width as needed */
  height: 78px;
  /* Adjust the height as needed */
  overflow: hidden;
}
.g-recaptcha {
  transform: scale(0.9);
  /* Adjust the scale to fit the container */
  transform-origin: 0 0;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
.pink {
  color: #e01a83;
}
.button {
  display: block;
  font-weight: bold;
  background: #da0476;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 8px;
  color: white;
  margin-top: 5px;
}
table,
tbody,
tr,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h3 {
  font-weight: 500;
  font-size: 15px;
}
#team-content {
  margin-top: 100px;
  margin-bottom: 2px;
}
#content .team-container {
  padding: 0 15px 25px;
  color: black;
}
.team .person {
  font-family: "franklin-gothic-urw", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 75px;
}
.team .person .manager p {
  padding-bottom: 20px;
}
.team .person .work-fl {
  float: left;
  padding-left: 38px;
}
.team .person .work-title {
  padding-top: 15px;
  font-style: italic;
}
.team .person .work-im {
  float: left;
}
.team .person .clear {
  clear: both;
}
.team .person .title {
  display: block;
  margin-top: 10px;
  padding-right: 15px;
}
.team .person .artist {
  text-transform: uppercase;
}
.team .person .name-exec,
.team .person .left-col .name {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 24px;
  color: #000000;
  background: white;
  padding: 0px;
}
.team .person .name-exec {
  font-weight: 100;
  line-height: 20px;
}
.team .person .left-col .name {
  font-weight: lighter;
}
.team .person .left-col .work {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  line-height: 15px;
}
.team .person .left-col .work .artist {
  font-size: 12px;
}
.team .person .bio-exec,
.team .person .bio {
  font-size: 14px;
  line-height: 19px;
  color: #2D2D2D;
}
.team .person .bio-exec {
  margin-top: 10px;
}
.team .person .bio {
  padding-left: 27px;
}
.team .person .title {
  font-family: "adobe-caslon-pro", serif;
  font-size: 18px;
  font-style: italic;
  text-transform: none;
  font-weight: 100;
  color: #2F2F2F;
  margin-bottom: 25px;
  opacity: 0.8;
}
.team .person .image-heading {
  text-transform: uppercase;
  opacity: 0.9;
  font-size: 18px;
  padding-bottom: 6px;
}
.team .executive {
  margin-bottom: 75px;
}
@media (min-width: 1200px) {
  .team .person .left-col {
    padding-left: 29px;
  }
  .team .person .title {
    display: inline;
    margin-top: 0px;
  }
  .team .person .work-title {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .team .person .exec-picture {
    text-align: right;
  }
  .team .person .left-col {
    padding-left: 0px;
  }
  .team .person .bio {
    min-height: 300px;
    margin-left: -30px;
    border-left: 1px solid #E8E8E8;
  }
  .team .person .work-title {
    max-width: 450px;
  }
  .team .person .manager .team-picture-work {
    height: 90px;
  }
  .team .person .bio-exec,
  .team .person .name-exec {
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  .team .person .left-col {
    text-align: left;
  }
  .term {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team .person .left-col {
    margin-left: -40px;
  }
  .team .person .left-col .work {
    margin-left: 0px;
  }
  .team .person .bio {
    min-height: 300px;
    margin-left: 15px;
    border-left: 1px solid #E8E8E8;
  }
  .team .person .manager .team-picture-work {
    height: 72px;
  }
  .team .person .work-fl {
    margin-left: -25px;
    padding-top: 47px;
  }
  .team .person .work-title {
    max-width: 450px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .team-container {
    text-align: center;
  }
  .manager {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .team .person .work-fl {
    width: 57%;
    margin-left: -25px;
    padding-top: 38px;
  }
  .team .person .left-col {
    text-align: center;
  }
  .team .person .left-col .work {
    text-align: center;
  }
  .team .person .left-col .work img {
    margin-left: 7px;
    padding-bottom: 30px;
  }
  .team .person .exec-picture {
    text-align: center;
  }
  .team .person .exec-picture img {
    max-width: 50%;
  }
  .team .person .bio,
  .team .person .bio-exec {
    padding-left: 15px;
    padding-right: 15px;
  }
  .team .person .manager .team-picture-work {
    height: 72px;
  }
  .team .person .work-title {
    padding-top: 5px;
  }
  .team .person .name-exec {
    text-align: center;
  }
}
.grey-background {
  background-color: #F0F0F0;
}
.grey-background-2 {
  background-color: #E1E1E1;
}
.grey-caret,
.grey-caret-2,
.white-caret {
  border-style: solid;
  border-width: 15px 10px 0px 10px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  left: 70px;
}
.grey-caret {
  bottom: -15px;
  border-top-color: #F0F0F0;
}
.grey-caret-2 {
  bottom: -15px;
  border-top-color: #E1E1E1;
}
.white-caret {
  top: -1px;
  border-top-color: #FFFFFF;
}
@media (min-width: 992px) {
  .about-main .table-2 {
    position: relative;
    left: -50px;
    line-height: 18px;
  }
  .about-main .table-2 .left-col {
    min-width: 130px;
  }
  .about-main .table-2 .left-col .partner {
    height: 28px;
  }
  .about-main .table-2 .mid-col {
    max-width: 40px;
    min-width: 12px;
  }
  .about-main .table-2 .right-col {
    min-width: 138px;
  }
  .about-main .table-2 .right-col .partner {
    height: 24px;
  }
  .about-main .left-pad {
    padding-left: 40px;
  }
  .about-main .right-pad {
    padding-right: 40px;
  }
  .about-main form div div button {
    width: 228px;
    height: 40px;
    font-size: 14px;
  }
  .about-main .newsletter-form input[type="email"] {
    height: 30px;
    width: 210px;
  }
  .about-main .receive-newsletter {
    font-size: 26px;
  }
  .about-main .big-text,
  .about-main .big-text-2,
  .about-main .big-text-3 {
    font-size: 30px;
  }
  .about-main .big-text-3 {
    padding-top: 110px;
  }
  .about-main .table-1 {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-main .newsletter-box {
    height: 585px;
  }
  .about-main .list-1 {
    padding-bottom: 110px;
  }
  .about-main .wall-street-journal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-main .table-2 {
    line-height: 18px;
  }
  .about-main .table-2 .left-col {
    min-width: 130px;
  }
  .about-main .table-2 .left-col .partner {
    padding-bottom: 9px;
  }
  .about-main .table-2 .mid-col {
    max-width: 40px;
    min-width: 12px;
  }
  .about-main .table-2 .right-col {
    min-width: 138px;
  }
  .about-main .table-2 .right-col .partner {
    padding-bottom: 18px;
  }
  .about-main .newsletter-form input[type="email"] {
    height: 20px;
    width: 170px;
  }
  .about-main .left-pad {
    padding-left: 40px;
  }
  .about-main .right-pad {
    padding-right: 40px;
  }
  .about-main form div div button {
    width: 188px;
    height: 30px;
    font-size: 14px;
  }
  .about-main .receive-newsletter {
    font-size: 21px;
  }
  .about-main .big-text,
  .about-main .big-text-2,
  .about-main .big-text-3 {
    font-size: 24px;
  }
  .about-main .big-text-3 {
    padding-top: 110px;
  }
  .about-main .table-1 {
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-main .newsletter-box {
    height: 585px;
  }
  .about-main .list-1 {
    padding-bottom: 110px;
  }
  .about-main .wall-street-journal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .about-main .table-2 {
    line-height: 18px;
  }
  .about-main .table-2 .left-col {
    min-width: 130px;
  }
  .about-main .table-2 .left-col .partner {
    height: 49px;
  }
  .about-main .table-2 .mid-col {
    max-width: 40px;
    min-width: 12px;
  }
  .about-main .table-2 .right-col {
    min-width: 138px;
  }
  .about-main .table-2 .right-col .partner {
    height: 42px;
  }
  .about-main .left-pad {
    padding-left: 20px;
  }
  .about-main .right-pad {
    padding-right: 20px;
  }
  .about-main form div div button {
    width: 228px;
    height: 40px;
    font-size: 14px;
  }
  .about-main .newsletter-form input[type="email"] {
    height: 30px;
    width: 210px;
  }
  .about-main .receive-newsletter {
    font-size: 26px;
  }
  .about-main .big-text,
  .about-main .big-text-2,
  .about-main .big-text-3 {
    font-size: 30px;
  }
  .about-main .big-text-3 {
    padding-top: 50px;
  }
  .about-main .table-1 {
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-main .newsletter-box {
    height: 585px;
  }
  .about-main .list-1 {
    padding-bottom: 30px;
  }
  .about-main .wall-street-journal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-main {
  font-family: 'adobe-caslon-pro', serif;
  font-size: 18px;
  outline-width: thin;
  outline-color: #F0F0F0;
  outline-style: solid;
}
.about-main .list-1 p {
  color: black;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 10px;
}
.about-main .bottom {
  padding-bottom: 40px;
}
.about-main .bottom .small-font {
  font-family: "franklin-gothic-urw", sans-serif;
  padding-top: 40px;
  padding-left: 32px;
  font-size: 14px;
}
.about-main .bottom .cluster {
  display: table;
  width: 100%;
}
.about-main .bottom .cluster .item {
  display: table-cell;
  text-align: center;
}
.about-main form div div div div {
  padding-top: 10px;
  padding-bottom: 20px;
}
.about-main form div div div div label {
  color: #FFFFFF;
  font-family: 'franklin-gothic-urw', sans-serif;
}
.about-main form div div div div label span {
  font-size: 15px;
}
.about-main form div div div div label span a {
  color: #FFFFFF;
}
.about-main .bk-museum {
  padding-top: 20px;
  vertical-align: center;
}
.about-main .up-down-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.about-main .table-1 {
  font-family: 'franklin-gothic-urw', sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.about-main .table-1 .pic {
  width: 60px;
  height: 60px;
  background-image: url(/static/images/about-us-artists.png);
  background-image-repeat: no-repeat;
}
.about-main .table-1 .artist {
  padding-top: 7px;
}
.about-main .table-1 .white {
  color: #FFFFFF;
}
.about-main .table-1 .rw0 {
  background-position-y: 0px;
}
.about-main .table-1 .rw1 {
  background-position-y: -65px;
}
.about-main .table-1 .rw2 {
  background-position-y: -130px;
}
.about-main .table-1 .cl0 {
  background-position-x: 0px;
}
.about-main .table-1 .cl1 {
  background-position-x: -65px;
}
.about-main .table-1 .cl2 {
  background-position-x: -130px;
}
.about-main .table-1 .cl3 {
  background-position-x: -195px;
}
.about-main .table-1 .vertical-divider {
  width: 15px;
}
.about-main .table-1 .horizontal-divider {
  height: 15px;
}
.about-main .partners {
  font-family: 'franklin-gothic-urw', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.about-main .table-2 {
  font-family: 'franklin-gothic-urw', sans-serif;
  font-size: 14px;
}
.about-main .left-right-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.about-main .receive-newsletter {
  color: white;
  padding-bottom: 10px;
  font-style: italic;
}
.about-main .newsletter-box {
  background-color: black;
  padding: 10px 30px 0;
}
.about-main .newsletter-box .center {
  width: 234px;
  margin: 0 auto;
}
.about-main .caret-box-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 160px;
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 500;
  text-align: center;
  font-family: 'franklin-gothic-urw', sans-serif;
}
.about-main .wall-street-journal {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  max-width: 660px;
}
.about-main .bottom-pad {
  padding-bottom: 110px;
}
.about-main .about-section {
  position: relative;
}
.about-main .about-artists {
  padding-top: 60px;
}
.about-main .about-divider {
  border-bottom: 1px solid #F0F0F0;
}
.about-main .big-text,
.about-main .big-text-2,
.about-main .big-text-3 {
  padding-bottom: 15px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 35px;
}
.about-main .big-text {
  padding-top: 110px;
}
.about-main .newsletter-form input[type="email"] {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  padding: 4px 9px;
  vertical-align: middle;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.about-main .thank-you {
  display: none;
  color: #fff;
  font-size: 15px;
}
.about-main .thank-you h3 {
  padding-bottom: 10px;
  padding-top: 5px;
  font-size: 17px;
}
.about-main .thank-you .highlight {
  font-weight: bold;
}
.about-main .thank-you p {
  padding-bottom: 5px;
}
.about-main .thank-you.subscribed .curr {
  display: inline-block;
}
.about-main .thank-you.subscribed .sub {
  display: none;
}
.about-main .thank-you .curr {
  display: none;
}
.bullet-list {
  list-style-type: disc;
  padding-left: 20px;
}
.pink-square-list {
  list-style-type: square;
  padding-left: 20px;
  color: #da0476;
}
.a404-main {
  padding-top: 35px;
  padding-bottom: 5px;
}
.a404-main .inner {
  font: 15px/1 "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  background: #f2f2f2;
}
.a404-main .inner .line-1 {
  padding-top: 118px;
  font-size: 24px;
  font-family: 'adobe-caslon-pro', serif;
  font-style: italic;
}
.a404-main .inner .line-2 {
  padding-top: 6px;
  font-size: 40px;
  text-transform: uppercase;
}
.a404-main .inner .line-5 {
  padding-top: 60px;
  padding-bottom: 100px;
  font-size: 18px;
}
.a404-main .inner [class*="line-"] {
  width: 100%;
  text-align: center;
}
.bttn {
  color: #ffffff;
  background-color: #da0476;
  line-height: 22px;
  font-size: 18px;
  font-weight: 200;
  padding: 5px 15px;
}
.bttn:hover,
.bttn:active,
.bttn.active {
  color: #fff;
  background-color: #da0476;
}
.bttn:first-child {
  *margin-left: 0;
}
.bttn:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset -5px 0px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0px -5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25), inset 0px -5px 15px rgba(0, 0, 0, 0.3);
}
.bttn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bttn.active,
.bttn:active {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 5px 0px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 0px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), inset 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.lower-alpha-list {
  list-style-type: lower-alpha;
  padding-left: 20px;
}
.number-list {
  list-style-type: decimal;
  padding-left: 20px;
}
.list-pad {
  padding-left: 16px;
}
.sub-link {
  margin-left: 10px;
}
.main-link {
  margin-bottom: 10px;
}
.static-category {
  color: #da0476;
  font-weight: 500;
  font-size: 17px;
}
.static-top {
  color: #a10357;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
}
.static-return-to-top {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 14px;
  color: #da0476;
  font-weight: 500;
}
.term {
  font-weight: 500;
}
.question {
  font-weight: 500;
  font-size: 14px;
}
.section-heading,
.nav-heading {
  font-weight: bold;
  text-transform: uppercase;
}
.section-heading {
  padding-bottom: 10px;
}
.nav-heading {
  margin-top: 10px;
}
#faq-text a {
  text-decoration: underline;
}
ol.decimal {
  list-style-type: decimal;
  margin-left: 25px;
}
.small-pad {
  padding-bottom: 20px;
}
.small-pad b {
  font-weight: bold;
}
.small-pad-left {
  padding-left: 20px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.tiny-pad {
  padding-bottom: 10px;
}
.fix-gift-page-width {
  padding-left: 9px;
  padding-right: 9px;
}
.egift_cards {
  float: none;
  margin: 15px auto 50px auto;
  padding: 0;
  font-weight: 300;
}
.egift_cards .section_desc {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 15px;
  padding: 10px 0;
  color: #585858;
  font-weight: 300;
}
.egift_cards #purchase_form {
  padding: 0 10px;
}
.egift_cards #purchase_form form {
  padding: 20px;
  background: #f7f7f7;
}
.egift_cards #purchase_form form h1 {
  margin-bottom: 15px;
}
.egift_cards #purchase_form form .small_input {
  margin-bottom: 5px;
  border: 1px solid #8a8a8a;
  margin-top: 3px;
  padding-left: 5px;
}
.egift_cards #purchase_form form .large_input {
  border: 1px solid #8a8a8a;
  margin-top: 3px;
  padding-left: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.egift_cards #purchase_form form .textarea {
  margin-bottom: 5px;
}
.egift_cards #purchase_form form .amount_info {
  font-size: 12px;
  margin-left: 10px;
  color: #585858;
}
.egift_cards #purchase_form form .gift_target {
  position: relative;
  bottom: 6px;
  margin: 0px 6px 0 3px;
  color: #585858;
}
.egift_cards #purchase_form form #recipient_info {
  margin-top: 10px;
}
.egift_cards #purchase_form form #characters_count {
  color: #585858;
}
.egift_cards #purchase_form form #gift-card-submit {
  float: right;
}
.egift_cards #purchase_form form .small {
  font-size: 12px;
  margin: 10px 0 5px 0;
}
.egift_cards #purchase_form form .small a {
  text-decoration: underline;
}
.egift_cards #purchase_form form .error {
  font-size: 12px;
  margin-bottom: 5px;
}
.gift_registry h1.title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.gift_registry .workName,
.gift_registry .artistName {
  display: inline-block;
  padding-top: 15px;
}
.gift_registry .price_notice {
  color: #585858;
}
#guarantee .TOP {
  margin-top: 55px;
  margin-bottom: 35px;
  text-align: left;
  display: table;
}
#guarantee .TOP img {
  height: 150px;
  width: auto;
  float: left;
  max-width: none;
}
#guarantee .TOP p {
  margin-top: 30px;
  float: left;
}
#guarantee .TOP h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
}
#guarantee .vertical-align {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
#guarantee hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
  clear: both;
}
#guarantee .POINTS {
  margin: 0 auto;
  text-align: center;
}
#guarantee .POINTS > ul > li {
  font-weight: 500;
  display: block;
  position: relative;
  font-size: 14px;
}
#guarantee .POINTS > ul > li > .checkpoint {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px;
  text-align: center;
  display: inline-block;
}
#guarantee .POINTS > ul > li > .checkpoint span {
  color: #da0476;
}
#guarantee .POINTS > ul > li > .checkpoint span.as-emblem {
  color: #000;
}
#guarantee .POINTS > ul > .current-item {
  margin: 0 auto;
}
#guarantee .POINTS > ul > .current-item .checkpoint:hover {
  color: #da0476;
}
#guarantee .POINTS li:hover .sub-POINTS {
  z-index: 1;
  opacity: 1;
}
#guarantee .sub-POINTS {
  padding-top: 6px;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 18px;
  position: absolute;
  min-width: 250px;
  opacity: 0;
  transition: opacity linear 0.15s;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
  text-align: left;
  top: 90%;
  left: 0;
  right: 0;
}
#guarantee .sub-POINTS li {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #585858;
}
#guarantee .BOX_a {
  margin: 0 auto;
  margin-top: 55px;
}
#guarantee .BOX_b {
  padding: 15px;
  text-align: left;
}
#guarantee .BOX_b b {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 auto;
}
#guarantee .BOX_b ul {
  padding: 0;
  list-style-type: disc;
  margin-left: 17px;
}
#guarantee .BOX_b ul li {
  font-size: 14px;
}
#guarantee .BOX_b ul li:first-child {
  margin-top: 8px;
}
.policy-iframe {
  width: 100%;
  height: 1000px;
}
@media (min-width: 768px) {
  #guarantee .POINTS ul li {
    display: inline-block;
  }
  #guarantee .sub-POINTS {
    left: 0;
    right: 0;
    min-width: 350px;
  }
}
.step-links {
  font-weight: 500;
  float: right;
  clear: both;
}
.click-out {
  color: #a10357;
}
.click-out a:hover,
.click-out a:focus {
  text-decoration: underline;
}
.click-out::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/*!
 * Fix modal after migration from bootstrap 3 to bootstrap 4.6.2
 */
.fade {
  opacity: unset;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
