/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* Takes a CSS transition and generates the necessary vendor specific versions */
 {
  /* Arrow Styles */
  /* Carousel frame styles */
}

.sfly-carousel-arrow.slick-arrow {
  font-size: 15px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #ebedf0;
  text-align: center;
}

.sfly-carousel-arrow.slick-arrow.slick-disabled {
  cursor: default;
}

.sfly-carousel-arrow .arrow-prev, .sfly-carousel-arrow .arrow-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAAEcCAYAAABd4kNJAAAACXBIWXMAAA7EAAAOxAGVKw4bAAARd0lEQVR42u2d+3tTVbrHv+/OrU3aJM2lReno4A0FEeUmlA6tIFVA4YhSHUGwqDjYwowKz3P+B1DnQGtHRCoIWIriAaVIkdJiuYrigKKowOhUbck9TdKmuazzQzmP1fOMx0myk7XT9fl97/2+n+y19lprr/2GACAUYsWg/jWMsXIAw5BeuoioDUy7Wq+nzmROxFMeFAqxYob+swAzI6OQm6Adm6hc3vKQQP1rMh8MADDLQCyJ5sNXHhQM9f2YgWbzL5uTQZ9zVSIH8pYHBUN9DBxh0OdQgmK5ykOCQIgVYgVCrGLERiIRtB48CLfbJcSmilgshpdfrsO27dvxYccR7pN3Oh3Yv38/wuEwv2IZY9iwYQPOnDkLi8WKaaWl3Is9evQYmpqaUFtbi2g0yqfYhoYGnDp1CiaTCatWrUKBxcK92GnTpsFut+PcuXOo/1s94vE4X2K3b38TR44cgcFgwHPPPY+iokJF9INmsxmrVj0Pc0EBPj39KTZu3AjGGB9id+3ahYMHP0BOTg6ee/ZZFBcPV9RDxmazY9Xzq5Cfn48TJ07gjTfeyLzY5uZm7N27FxqNBitXrsTvR4xQ5BP8qquG4dnnnoNer0d7ezuaduzInNjW1la8/fbbUKlUqK6uwciRIxU9PLr2mmvwl7/8GTqdDvtbWrB7z570i+3u7sb27dsBABUzZ2LMmFuzYux5/fU3YMWKGqjVauzZvRstLQfSK7aoqAiVlZUAgAMffIAvvjiXNQP7W24ZhZl33w0AaGrage7u7vR2BRUVFZg7bx6i0SjWr6/FhQvfZIXYs2c/Q8uBgTv10UcfRVFRUfofXvPmzsU9FRUIh8P461//C99+952ipZ4/fx51dbWIxWJ48MEHMX369MwNtyoffhhlZWUIhUJ46cUX8eOPXYqU+o9Ll7Bu3TpEIhHMmTMHs2fPzvwE4bHHHsOdd96Jnp4erH1hLZxOh6KkdnZ+jxdfegl9fX2YMeNuzJ8/n4+ZFxHhySefxO133A6vx4O1a1+A1+tVhNTu7st48cUXEAwGMXXqVDz66B/5WiuQJAnL/7Qco0aNgsPhwOHDh7mX6nG7sXbtWvh8PkyYOAFVVVUpO7c6lYGq1WrU1NSgra0N48eP417s4Y4OuN0u3HbbGCx7ahmIKGXnHtJvad1uFz49/Sn+MG0aNBpNSvMQr79lQrzzEmKFWIEQK69YnuagXRk6NuV5SETUxks0ycTCWx5i47FMeUh6PXUStGOIqDFDzamLiBqTkQoA2ZKHQCAQCAQCgUAgEAgEguyEsikZlytUHKfIGjCUAyzNHyxTFwhtEtOstlr1ncRbQMlIZdR/ljFkdNmQiNzENGOJt4ASletw+94EY4/w0Q9QoxSnyJpMSwUAxpglTpHEC0EwlHPTJzGUS7wFlMTBw8BPIsMk3gLKlgepeP0txAqxAiFWQWIjkQgOt7fD43ErYKbmROvBD/iuVwAMFIJ4beOr2LmzCceOHede7MkTJ/HOO+/g1Vc38FuvgDGGza+/js8//xwFBRaUTJnCvdiSqVNhs9lw/ssvsWnTa/zVKwCAbdu24vTpT2A0GlGzYiXMBQXcizWZTKhZsQImsxlnz5zBli2b+alXAABv7dyJE8ePQ6/Xo7pmBQoL7Yp5yFitNqyoWYm8vDx8fOoUdjQ28iH23Xf3oL29DbqcHFRX1+Dqq69W3BO8aFgRnqmpQW6uHkeOdOCdXbsyK/ZASwta9u+HRqPB00//Cddce61ih0e/K/4dlj+zHDqdDq2tB9Hc3JwZsYcPH8aePbuhUqnw5FPLcOONNyp+7DlixHVYtmwZ1Go19jXvRWtra3rFXr58GW/tbAIA3HXXdIwaNSprBvY3jbwZ5eV3AQD++51duHz5cvrEFhYW4j8eeAAA0NZ2CF+d/zJrxJ47dw6HDg3cqQ8tqERhYWF6u4Lp02dg1uw5iEaj2LBhAy5duqh4qV9//TU2vroBsVgMc+fOw7Rp0zLz8Jo9ezamT5+BcDiM+pfr8c/OfypW6nfffotXXvkbIpEIKu65BzMrKjI73Hpg/nxMnVqK3t4QXq6tRXdXt+Kk/vDDD6irq0W4rw9lZeW4//65fEwQHn7kEYyfMAGBQADra9fB5XIqRurlyw7U1a5HKBTCnZMn46EFC/iZeRERFi9egjG33Qaf14va9evh8/m4l+r1eFC7fh38fj/uGDcOCxcu4m+tQJIkLF36BEbefDOcTieOHuG/zOnRY8fg8bgxevRoLFnyeGrrFThc3pR+jh4Oh3Gk40OMvf12WK22f/t4u9WcUHaJ5OHxuHH2zFlMKSlJfb2CVItNlnSKlRPxakaIFWIFQqwQ+1uew108xSLxFlDih6KNnzTQJvEWUMJNj2lWEyHjdf+IyC0xzWqJt4ASPd5q1XcS044BUWNmWiF1gajxfzdPZ81WeYFAIBAIBAKBQCAQCAQCgUCQKggAvv/+++K+/tgagJUzhrQuGxKhC6C2HK1q9fDhw5NaNuQpDxoIJspFhY0crWpsonJ5y0Pq649xU2Fj4G5LDN7ykABWzk/PlEwsfOUhpbsv+vVfO/FYeMtDbNiQCSFWiBViBXKIjUajOH7sGHwK+TNKRYiNxWLYvn0b3nvvXXz8ycfcJ+/xuNHR8SH6+/v5FcsYw86mJnx1/jxMZjPGj5/AvdhPT5/G+/v2Ydu2rfyWLtm162189tlZ5OXlY2nVEzCZTNyLnTBxIiwWCy588w12NL7JX+mSve++h9OffILc3FxUVS2F1WZVRD+Yn29E1dKlMBqN+OKLL/DWWzv5KV1y4EALjh0/Cp1Oh8cfr0LRsCIoiYICC6qWPgGDwYAzf/879uzenXmxh9vb0d7WBrVajUWPLcbw4mJFPsHtdjuWVFUhJycXH310Eu/va86c2OPHj6OlZT9UKhUWLlyEESNGKHp4dPVVV2PxksXQarXo6OhAa+vB9It1OZ3Y+967AICSkqm48aabsmLsec0112LRokVQq9VoPXgQR5L4bDUhsVabDffeOwsAcOzYUVy88E3WDOyvu/4GTJlSAgB4f18zXE5neruCqaWlmD5jBqLRKLZu3Yrvvvs2K8R+/dVXOHp04E6dc9/9sNps6RULDJQvKS0tRX9/P7Zs3oIffvxB0VIvXbqEbdu2IhaLoaLiHkyePDlzw617Z83GxImT0NfXi80NDXA4HIqU+n1nJ7a+sQXRaBRl5eWYVlaW+QnC3HnzcNvYsQgGg2jY9JoiSpwOprurG6+/3oBwOIwpk0swc2ZF0udMWYWNhx5agFtuuQV+vx8Nmzahp8evCKkupwsNDZvQ29uLO8aNw5z77+NrrUCSJDz8yB9x/Q03wO1249RHH3Ev1efzYVPDawgEenDrmDGYP//BlJ1bncpA1Wo1Fi5chJMnT2D06NHci/3441Pweb24aeRILFhQmdLSJepUB6vValFa+gdFdAPjx42HPlePCRMnQKVSpfTcagxhTGYzJstUmVm885IJIVaIFWIFAKSBfZ18kEwsvOUhAdTGz++cTCx85SHlaFXcVNjI0aoSrrDBWx7S8OHDO3O06jFE1JiJ5kSELiJqTGY3NwBkSx4CgUAgEAgEAoFAIBAIBAJB5iEAYIwVRyLxNYxQDpbmwrxEXcTQptFIq4koqeU2nvIgxlhxJBo/yxjLeGUKjVoam6hc3vKQIpH4mkwHc0WMJRKJJ1xhg7c8KByJ/Zj2ZvMrzUmnUV2VyKG85UHh/ihX/yqk06oT2pnGWx5iX4EQK8QKhFgFiWWMIRAMIhqLCbGpxOVyw+PxIhgMcZ98NBpDT08gZZ/SyybW5XKjt68PapUKeQY992KDoRC8Ph+cThe/Yt0eD0K9vVCpJNjstpTv6ZeDPIMBarUKfeEwnC43f2I93oGmL0kS7DYbNGplfNqgUkmw2+xQqVTo7e2Fy+3mR6zP50cgEAQRwW63pvyPc+VGrVbBbrNBkiSEQr1wez2ZF+vv6YG/p2dAqs0KrUaryCe4RqNGoc0GSSIEAyF4vb7MiQ0Eg/D5Bj7rtFot0Ol0ih4eabQa2G02EBF6AgH4/D3pFxuJRuHxDOzxNebnITcnJyvGnlqtFrYrFZj8fj96AoH0itWo1TCbTVe6gwD6wuGsGdjn6HQw5ucBALxeHyIJFjpLuCvIz8uD0WgEADidLlnK2GWC3r4++HsG7tSCAnPCI5ykHl4mYz7y8/LAGIPD6USkP6JoqeFwGK4r41mTyYg8gyFzwy2z2QRDnh7xOMNlpxORSFSRUvsj/XA4XWCMwZifD2N+fuYnCBZzAfT6XMTjcTicTkSjylqAiUQicDgGpOblGWAyGfmZ0lotFuTm5iIWi8HhdCAWiytDajQKh9OJeDwOg0GPAnNq3kemdBHGZrUgR6dDNBpDIBjkXmosFoPT4UQsFoc+NxeWgoLUzehSHazNZkUgEERubi73YgPBEKKxGHJzcmC1WlI7VU51sESE/CvjQN4xGPRQqSQY9IaUn3tIV9gYWDc2yHJu8c5LJoRYIVaIFQCQQMRNZYqkYuEsD4kY2riJJ4lYeMtDbDyWKQ+JiDo1amkMgRoz0pyIugjUmIzUKwllRR4CgUAgEAgEAoFAIBAIBAKBQCDgALe751an2/ufbjcz8hcbMw7E1nOroqQ6fb5JTrfX53B5mdPlO8EY4+YTRcaY3unynXC4vMzp9vqcPt8kua4lpVoqYuwAYzACAAOb5PL23M2LWJe3524GNmlAMoyIsQNyyZXkkgoAIOqwmvNbeBFrNee3gKjjpztYPrmSnFJtBcZZRNTHi1gi6rMVGGelQy7JLDUADmGM5Tk9/n1grPSnkOGHimbaTKaTGRerRKnpkktDUWo65NJQlSq3XBrKUuWUS0NdqlxySUiVRy4JqfLIJSFVHrkkpMoj91entCzG6gdLJaI4aaSnsl3qlVwDV3KND57+shirT3qtQGLaeSBcHPQrSiwS2+tyhYqzXazLFSpmkdhexpg0qH1flJh2Xkr6WJcrVByn/nYwXPeLC5RZrfrObJWabM6UrgsNJan/1jh2KMhNZY6UqQtns9SE1gqyUa4cOREvgWST1ITFZotcOXMgXgNTstSkxSpVbjpiJqUEqiSpKRP7awHr1NJEo9Ho5kGq3++3hKPxj9JxA6SuoJlV3ykxbdngtQUwXBeOooSXuzUcRYliH7YuV6jY4fZecLi8zOH27fjZIkaGYYxJDrdvx0Bs3guKW0zy+/0Wh9t/H09SB8lVO9z++/x+vwUCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUCQbkjOk9fXb7w1xqL3aVT08tNPP+3nJelXXnnFGImxZ1Skfm/58ic/U5TYdfX1kyhOBxhjRgKdNBn1dy1evDiUaalbtmzR+/yhQwxsEhH5mcRmrly+/GSqryPJLRUYqA3j94e4qA3j94cG1YVhRorTgXX19ZO4F/tLqQPtgjoKCy1c1IYpLLT8oi6MPHKldEhVwTKrsrKSi9owlZWVfSpYZsktl9Ihtbq6krsvGevqmvJicP/ik87U9bk0FKWmQy4NValyy6WhLFVOuTTUpcoll4RUeeSSkCqPXBJS5ZFLQqo8cklIlUfub5vSxlH/M6lAXAXVU9ksFQCqqysDKqieAhAfPP1FHP9vXZjfJFYF3Twa/P0WIMUR3VtXtymra8PU1W0qjiO6d7AnIlxUQTcvJV3BTxcJt7NBH6AR4aIEXVl19dLO7JSaeL6UzosNFakJjWOzXW6q8qNMXjxbpSa1VpBtclOdD/EUTLZITVpsNsiVK37iOTilSk2ZWCXKlTteUlKwSoozpa+/q6uXdkrQldHPSqPiujjC7bWbN3NReKF282ZLOn78lG/Y+FdyKdDLRW0YCvSWpKNFybLF6P/IJWqy2y3NPIi12y3NIGqSu5siuZsdBXpL7HZLc2VlZZyXPvbQoUPqc+fO38vyco/WLFkiS+mq/wE+kLR5IvX8ewAAAABJRU5ErkJggg==");
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sfly-carousel-arrow .arrow-prev {
  background-position: 0 0;
  width: 36px;
  height: 36px;
}

.sfly-carousel-arrow .arrow-next {
  background-position: -50px 0;
  width: 36px;
  height: 36px;
}

.sfly-carousel-arrow.slick-arrow.slick-prev {
  left: -40px;
}

.sfly-carousel-arrow.slick-arrow.slick-prev:before {
  content: none;
}

.sfly-carousel-arrow.slick-arrow.slick-next {
  right: -40px;
}

.sfly-carousel-arrow.slick-arrow.slick-next:before {
  content: none;
}

.sfly-carousel-arrow.slick-arrow .arrow-prev:hover {
  background-position: 0 -49px;
}

.sfly-carousel-arrow.slick-arrow .arrow-prev:active, .sfly-carousel-arrow.slick-arrow .arrow-prev:focus {
  background-position: 0 -99px;
}

.sfly-carousel-arrow.slick-arrow .arrow-next:hover {
  background-position: -50px -48px;
}

.sfly-carousel-arrow.slick-arrow .arrow-next:active, .sfly-carousel-arrow.slick-arrow .arrow-next:focus {
  background-position: -50px -99px;
}

.sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev {
  background-position: 0 -149px;
}

.sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next {
  background-position: -50px -149px;
}

.carousel-holder {
  padding: 0 40px;
}

@media (max-width: 480px) {
  .alt-view-container {
    padding: 0 20px;
  }
}

.default-image-frame {
  text-align: center;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.default-image-frame .carousel-item-title {
  font-family: Avenir-Roman;
  font-size: 13px;
  line-height: 1.23;
  text-align: center;
  color: #464749;
  max-height: 35px;
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}

.default-image-frame .full-price, .default-image-frame .discounted-price {
  font-family: Avenir-Roman;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  color: #929497;
}

.default-image-frame .discounted-price {
  color: #f05323;
  padding-left: 5px;
}

.default-image-frame .discounted-price-holder .line-through {
  text-decoration: line-through;
}

.default-image-frame a {
  text-decoration: none;
}

.slick-slide .default-image-frame img {
  display: inline-block;
  flex: 0 0 auto;
  object-fit: scale-down;
  max-height: 100%;
  max-width: 100%;
}

.slick-slide .image-holder {
  margin-bottom: 10px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .slick-initialized.alt-view .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}

.alt-view .slick-slide {
  width: 98px;
}

.alt-view .slick-slide .default-image-frame {
  width: 98px;
}

@media only screen and (max-width: 767px) {
  .alt-view .slick-slide .default-image-frame {
    width: auto;
  }
}

.alt-view .slick-slide .default-image-frame.sfly-active-frame .carousel-item-title, .alt-view .slick-slide .default-image-frame:hover .carousel-item-title {
  opacity: 1;
}

.alt-view .slick-slide .default-image-frame .image-holder {
  align-items: center;
  border: 1px solid #ebedf0;
  height: 98px;
}

@media only screen and (max-width: 767px) {
  .alt-view .slick-slide .default-image-frame .image-holder {
    height: auto;
    border: none;
  }
}

@media (max-width: 767px) {
  .alt-view .slick-slide .default-image-frame .image-holder img {
    max-height: 325px;
    max-width: 325px;
  }
}

@media (max-width: 480px) {
  .alt-view .slick-slide .default-image-frame .image-holder img {
    max-height: 236px;
    max-width: 236px;
  }
}

.alt-view .slick-slide .default-image-frame .carousel-item-title {
  color: #58595b;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .alt-view .slick-slide .default-image-frame .carousel-item-title {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .alt-view .sfly-carousel-arrow.slick-arrow {
    background: none;
  }
  .alt-view .sfly-carousel-arrow.slick-arrow span {
    width: 18px;
    height: 31px;
  }
}

@media only screen and (max-width: 480px) {
  .alt-view .sfly-carousel-arrow.slick-arrow {
    width: 11px;
    height: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .alt-view .sfly-carousel-arrow.slick-arrow.slick-prev > span, .alt-view .sfly-carousel-arrow.slick-arrow.slick-next > span {
    width: 11px;
    height: 18px;
    background-size: 51px;
  }
}

@media only screen and (max-width: 480px) {
  .alt-view .sfly-carousel-arrow.slick-arrow.slick-prev {
    left: -17px;
  }
}

@media only screen and (max-width: 480px) {
  .alt-view .sfly-carousel-arrow.slick-arrow.slick-next {
    right: -17px;
  }
}

@media only screen and (max-width: 767px) {
  .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev:active, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev:focus, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev:hover {
    background-position: -7px -201px;
  }
}

@media only screen and (max-width: 480px) {
  .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev:active, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev:focus, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-prev:hover {
    background-position: -4px -288px;
  }
}

@media only screen and (max-width: 767px) {
  .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next:active, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next:focus, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next:hover {
    background-position: -59px -201px;
  }
}

@media only screen and (max-width: 480px) {
  .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next:active, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next:focus, .alt-view .sfly-carousel-arrow.slick-arrow.slick-disabled .arrow-next:hover {
    background-position: -35px -288px;
  }
}

@media only screen and (max-width: 767px) {
  .alt-view .sfly-carousel-arrow.slick-arrow .arrow-prev, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-prev:active, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-prev:focus, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-prev:hover {
    background-position: -9px -253px;
  }
}

@media only screen and (max-width: 480px) {
  .alt-view .sfly-carousel-arrow.slick-arrow .arrow-prev, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-prev:active, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-prev:focus, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-prev:hover {
    background-position: -6px -319px;
  }
}

@media only screen and (max-width: 767px) {
  .alt-view .sfly-carousel-arrow.slick-arrow .arrow-next, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-next:active, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-next:focus, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-next:hover {
    background-position: -60px -253px;
  }
}

@media only screen and (max-width: 480px) {
  .alt-view .sfly-carousel-arrow.slick-arrow .arrow-next, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-next:active, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-next:focus, .alt-view .sfly-carousel-arrow.slick-arrow .arrow-next:hover {
    background-position: -36px -319px;
  }
}

.alt-view .default-image-frame .carousel-item-title,
.matching-items .default-image-frame .carousel-item-title {
  font-size: 11px;
  line-height: 1.18;
  text-align: center;
  max-height: 23px;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.matching-items .default-image-frame .carousel-item-title {
  color: #929497;
}

.center-items .slick-track {
  width: auto !important;
  text-align: center;
}

.center-items .slick-initialized .slick-slide.slick-active {
  display: inline-block;
  float: none;
  vertical-align: top;
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/pipstatic/c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/pipstatic/.build_temp/files/ced611daf7709cc778da928fec876475.eot);
    src: url(/pipstatic/.build_temp/files/ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(/pipstatic/.build_temp/files/b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(/pipstatic/.build_temp/files/d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(/pipstatic/.build_temp/files/f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.social-icon {
  display: inline-block;
  position: relative;
  height: 22px;
  width: 22px;
}

.social-icon span.uig-svg-icon:hover svg circle {
  stroke: #f05323;
}

.social-icon span.uig-svg-icon:hover svg path {
  fill: #f05323;
}.uigModalDialogBackdrop {
  color: red;
}

.uigModalDialog .modalTitle{
  font-size: 20px;
}

.uigModalDialog .buttonWrapper {
  background-color: #eeeeee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  overflow: auto;
  border-top: 1px solid rgb(220, 222, 225);
}

.uigModalDialog .modalBackdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
}

.uigModalDialog .button {
  float: right;
  margin-left: 5px;
}

.uigModalDialog .modalContent {
  font-size: 16px;
  margin-bottom: 50px;
}

.uigModalDialog .closeButton {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: rgba(0, 0, 0, 0.3);
    outline:none;
}

.uigModalDialog .closeButton:after {
  content: '\D7';
}

.uigModalDialog .closeButton:hover {
    cursor: pointer;
}

.uigModalDialog .contentWrapper {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  max-width: 500px;
  max-height: 800px;
  min-height: 150px;
  height: auto;
  margin: 0 auto;
  padding: 25px;
  display: block;
  vertical-align: middle;
  overflow: auto;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  top: 50%;
  transform: translateY(-50%);
}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !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^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-right: 15px;
  padding-left: 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: auto;
}
.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: auto;
}
.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: 480px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: 768px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: 992px) {
  .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: auto;
  }
  .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: auto;
  }
  .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;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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 .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .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: 4px;
}
.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: 480px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 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: 4px;
}
.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: #337ab7;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 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-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 480px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -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);
}
@media (min-width: 480px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 480px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.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;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
.tooltipIcon {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-left: 10px;
}

.tooltipIcon:hover {
    cursor: pointer;
}

.tooltipPopup {
  font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
  width: 256px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  border-width: 1px;
  border-style: solid;
  border-color: #dcdee1;
  border-radius: 3px;
  z-index: +1;
  position: relative;
  left: -17px;
  top: 4px;
}

.tooltipPopup .tooltipContents {
  margin: 10px;
}

.tooltipPopup::before {
    position: absolute;
    top: -5px;
    left: 20px;
    border-width: 1px 0 0 1px;
    z-index: -1;
    transform: rotate(45deg);
    content: "\A0";
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    border-color: #dcdee1;
    border-style: solid;
}
.icon_3x5Mag,
.icon_4x8l,
.icon_4x8p,
.icon_5x5,
.icon_5x7p,
.icon_6x8p,
.icon_address_label,
.icon_address_label_2x,
.icon_ARTFRAME_BLACK,
.icon_ARTFRAME_NO_FRAME,
.icon_ARTFRAME_RUSTIC,
.icon_ARTFRAME_WHITE,
.icon_atcard_format_1,
.icon_atcard_format_2,
.icon_atcard_format_64,
.icon_atmug_type_32,
.icon_atmug_type_64,
.icon_black_ceramic_mug,
.icon_blue_handle_color_ceramic_mug,
.icon_dynamic_color,
.icon_dynamic_color_2x,
.icon_favorite_22px,
.icon_favorite_22px_2x,
.icon_favorite_22px_3x,
.icon_flask_copper,
.icon_flask_matte_black,
.icon_flask_stainless_steel,
.icon_flat,
.icon_folded,
.icon_ghirardelli_mug,
.icon_glitter_gold_foil_swatch,
.icon_GOLD_ENGRAVED,
.icon_gold_foil_swatch,
.icon_gold_handle_color_ceramic_mug,
.icon_green_handle_color_ceramic_mug,
.icon_growler_copper,
.icon_growler_matte_black,
.icon_growler_stainless_steel,
.icon_lightblue_handle_color_ceramic_mug,
.icon_MAGNET_FRAME_CLASSIC_CURVE,
.icon_MAGNET_FRAME_CLASSIC_CURVE_2x,
.icon_MAGNET_FRAME_CLASSIC_CURVE_3x,
.icon_MAGNET_FRAME_CONTEMPORARY,
.icon_MAGNET_FRAME_CONTEMPORARY_2x,
.icon_MAGNET_FRAME_CONTEMPORARY_3x,
.icon_MAGNET_FRAME_MODERN,
.icon_MAGNET_FRAME_MODERN_2x,
.icon_MAGNET_FRAME_MODERN_3x,
.icon_mailing_directmail,
.icon_mailing_dm_stamp,
.icon_mailing_dm_stamp_2x,
.icon_mailing_mailorder,
.icon_mailing_pra_recipient,
.icon_mailing_pra_return_front,
.icon_mailing_pra_return,
.icon_mailing_pra_returnrecipient,
.icon_multicolor_swatch,
.icon_NAPKINS_5X5_AQUA,
.icon_NAPKINS_5X5_BERRY,
.icon_NAPKINS_5X5_BLACK,
.icon_NAPKINS_5X5_BLUSH,
.icon_NAPKINS_5X5_CORAL,
.icon_NAPKINS_5X5_ECRU,
.icon_NAPKINS_5X5_MAGENTA,
.icon_NAPKINS_5X5_NAVY,
.icon_NAPKINS_5X5_PEWTER,
.icon_NAPKINS_5X5_WHITE,
.icon_no_add_on_mug,
.icon_no_add,
.icon_nocolorswatch,
.icon_nolinerswatch,
.icon_orange_handle_color_ceramic_mug,
.icon_PHOTO_FRAME_BLACK,
.icon_PHOTO_FRAME_BROWN,
.icon_PHOTO_FRAME_METALLIC,
.icon_PHOTO_FRAME_RUSTIC,
.icon_PHOTO_FRAME_WHITE,
.icon_pink_handle_color_ceramic_mug,
.icon_red_foil_swatch,
.icon_red_handle_color_ceramic_mug,
.icon_ROSE_GOLD_ENGRAVED,
.icon_rose_gold_foil_swatch,
.icon_rounded,
.icon_SETS_QUANTITY_1,
.icon_SETS_QUANTITY_2,
.icon_SETS_QUANTITY_3,
.icon_SETS_QUANTITY_4,
.icon_SILVER_ENGRAVED,
.icon_silver_foil_swatch,
.icon_size_31,
.icon_size_6,
.icon_size_69,
.icon_size_7,
.icon_size_89,
.icon_sprite-ENVELOPE_SIZE_5X5,
.icon_sprite-ENVELOPE_SIZE_5X5_2x,
.icon_sprite-ENVELOPE_SIZE_5X5RECT,
.icon_sprite-ENVELOPE_SIZE_5X5RECT_2x,
.icon_square,
.icon_white_ceramic_mug,
.icon_yellow_handle_color_ceramic_mug { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/alt-sprites.png); }
.icon_3x5Mag { width: 12px; height: 20px; background-position: -785px -298px; }
.icon_3x5Mag:hover, .icon_3x5Mag.active { width: 12px; height: 20px; background-position: -785px -278px; }
.icon_4x8l.disabled { width: 30px; height: 15px; background-position: -396px -696px; }
.icon_4x8l { width: 32px; height: 17px; background-position: -726px -676px; }
.icon_4x8l:hover, .icon_4x8l.active { width: 32px; height: 17px; background-position: -758px -676px; }
.icon_4x8p { width: 14px; height: 28px; background-position: -780px -406px; }
.icon_4x8p:hover, .icon_4x8p.active { width: 14px; height: 28px; background-position: -780px -460px; }
.icon_5x5.disabled { width: 21px; height: 20px; background-position: -339px -772px; }
.icon_5x5 { width: 21px; height: 20px; background-position: -318px -772px; }
.icon_5x5:hover, .icon_5x5.active { width: 21px; height: 20px; background-position: -360px -772px; }
.icon_5x7p.disabled { width: 20px; height: 28px; background-position: -180px -796px; }
.icon_5x7p { width: 20px; height: 28px; background-position: 0px -796px; }
.icon_5x7p:hover, .icon_5x7p.active { width: 20px; height: 28px; background-position: -40px -796px; }
.icon_6x8p.disabled { width: 22px; height: 31px; background-position: -798px -600px; }
.icon_6x8p { width: 23px; height: 31px; background-position: -798px -538px; }
.icon_6x8p:hover, .icon_6x8p.active { width: 23px; height: 31px; background-position: -798px -507px; }
.icon_address_label { width: 72px; height: 56px; background-position: -396px -588px; }
.icon_address_label_2x { width: 72px; height: 54px; background-position: -726px -224px; }
.icon_address_label:hover, .icon_address_label.active { width: 72px; height: 56px; background-position: -726px 0px; }
.icon_ARTFRAME_BLACK { width: 28px; height: 28px; background-position: -144px -734px; }
.icon_ARTFRAME_BLACK:hover, .icon_ARTFRAME_BLACK.active { width: 28px; height: 28px; background-position: -200px -734px; }
.icon_ARTFRAME_NO_FRAME { width: 28px; height: 28px; background-position: -228px -734px; }
.icon_ARTFRAME_NO_FRAME:hover, .icon_ARTFRAME_NO_FRAME.active { width: 28px; height: 28px; background-position: -368px -734px; }
.icon_ARTFRAME_RUSTIC { width: 28px; height: 28px; background-position: -396px -734px; }
.icon_ARTFRAME_RUSTIC:hover, .icon_ARTFRAME_RUSTIC.active { width: 28px; height: 28px; background-position: -452px -734px; }
.icon_ARTFRAME_WHITE { width: 28px; height: 28px; background-position: -480px -734px; }
.icon_ARTFRAME_WHITE:hover, .icon_ARTFRAME_WHITE.active { width: 28px; height: 28px; background-position: -536px -734px; }
.icon_atcard_format_1.disabled { width: 20px; height: 28px; background-position: -160px -796px; }
.icon_atcard_format_1 { width: 20px; height: 28px; background-position: -20px -796px; }
.icon_atcard_format_1:hover, .icon_atcard_format_1.active { width: 20px; height: 28px; background-position: -120px -796px; }
.icon_atcard_format_2.disabled { width: 20px; height: 32px; background-position: -798px -695px; }
.icon_atcard_format_2 { width: 20px; height: 32px; background-position: -798px -727px; }
.icon_atcard_format_2:hover, .icon_atcard_format_2.active { width: 20px; height: 32px; background-position: -798px -631px; }
.icon_atcard_format_64 { width: 39px; height: 23px; background-position: -293px -696px; }
.icon_atcard_format_64:hover, .icon_atcard_format_64.active { width: 39px; height: 23px; background-position: -254px -696px; }
.icon_atmug_type_32.disabled { width: 36px; height: 36px; background-position: -218px -696px; }
.icon_atmug_type_32 { width: 36px; height: 36px; background-position: -38px -696px; }
.icon_atmug_type_32:hover, .icon_atmug_type_32.active { width: 36px; height: 36px; background-position: -182px -696px; }
.icon_atmug_type_64.disabled { width: 36px; height: 36px; background-position: -146px -696px; }
.icon_atmug_type_64 { width: 36px; height: 36px; background-position: -110px -696px; }
.icon_atmug_type_64:hover, .icon_atmug_type_64.active { width: 36px; height: 36px; background-position: -74px -696px; }
.icon_black_ceramic_mug { width: 22px; height: 22px; background-position: -120px -772px; }
.icon_black_ceramic_mug:hover, .icon_black_ceramic_mug.active { width: 28px; height: 28px; background-position: -284px -734px; }
.icon_blue_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -164px -772px; }
.icon_blue_handle_color_ceramic_mug:hover, .icon_blue_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -340px -734px; }
.icon_dynamic_color { width: 38px; height: 38px; background-position: -670px -644px; }
.icon_dynamic_color_2x { width: 38px; height: 38px; background-position: 0px -696px; }
.icon_favorite_22px { width: 22px; height: 22px; background-position: -32px -772px; }
.icon_favorite_22px_2x { width: 44px; height: 44px; background-position: -662px -540px; }
.icon_favorite_22px_3x { width: 66px; height: 66px; background-position: -396px -324px; }
.icon_favorite_22px:hover, .icon_favorite_22px.active { width: 22px; height: 22px; background-position: -208px -772px; }
.icon_favorite_22px_2x:hover, .icon_favorite_22px_2x.active_2x_2x { width: 44px; height: 44px; background-position: -108px -644px; }
.icon_favorite_22px_3x:hover, .icon_favorite_22px_3x.active_3x_3x { width: 66px; height: 66px; background-position: -396px -390px; }
.icon_flask_copper { width: 24px; height: 24px; background-position: -462px -324px; }
.icon_flask_copper:hover, .icon_flask_copper.active { width: 28px; height: 28px; background-position: -620px -734px; }
.icon_flask_matte_black { width: 24px; height: 24px; background-position: -462px -390px; }
.icon_flask_matte_black:hover, .icon_flask_matte_black.active { width: 28px; height: 28px; background-position: -676px -734px; }
.icon_flask_stainless_steel { width: 24px; height: 24px; background-position: -462px -414px; }
.icon_flask_stainless_steel:hover, .icon_flask_stainless_steel.active { width: 28px; height: 28px; background-position: -732px -734px; }
.icon_flat { width: 20px; height: 28px; background-position: -80px -796px; }
.icon_flat:hover, .icon_flat.active { width: 20px; height: 28px; background-position: -60px -796px; }
.icon_folded { width: 20px; height: 32px; background-position: -706px -540px; }
.icon_folded:hover, .icon_folded.active { width: 20px; height: 32px; background-position: -798px -663px; }
.icon_ghirardelli_mug { width: 38px; height: 38px; background-position: -594px -644px; }
.icon_ghirardelli_mug:hover, .icon_ghirardelli_mug.active { width: 38px; height: 38px; background-position: -632px -644px; }
.icon_glitter_gold_foil_swatch { width: 44px; height: 44px; background-position: -152px -644px; }
.icon_GOLD_ENGRAVED { width: 28px; height: 28px; background-position: -798px -168px; }
.icon_GOLD_ENGRAVED:hover, .icon_GOLD_ENGRAVED.active { width: 28px; height: 28px; background-position: -798px -196px; }
.icon_gold_foil_swatch { width: 44px; height: 44px; background-position: -196px -644px; }
.icon_gold_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -252px -772px; }
.icon_gold_handle_color_ceramic_mug:hover, .icon_gold_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -798px -280px; }
.icon_green_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -142px -772px; }
.icon_green_handle_color_ceramic_mug:hover, .icon_green_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -798px -336px; }
.icon_growler_copper { width: 24px; height: 24px; background-position: -462px -348px; }
.icon_growler_copper:hover, .icon_growler_copper.active { width: 28px; height: 28px; background-position: -798px -392px; }
.icon_growler_matte_black { width: 24px; height: 24px; background-position: -593px -480px; }
.icon_growler_matte_black:hover, .icon_growler_matte_black.active { width: 28px; height: 28px; background-position: -60px -734px; }
.icon_growler_stainless_steel { width: 24px; height: 24px; background-position: -593px -456px; }
.icon_growler_stainless_steel:hover, .icon_growler_stainless_steel.active { width: 28px; height: 28px; background-position: -116px -734px; }
.icon_lightblue_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -54px -772px; }
.icon_lightblue_handle_color_ceramic_mug:hover, .icon_lightblue_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -172px -734px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE { width: 54px; height: 54px; background-position: -726px -514px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE_2x { width: 108px; height: 108px; background-position: -618px -432px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE_3x { width: 162px; height: 162px; background-position: -324px -162px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE:hover, .icon_MAGNET_FRAME_CLASSIC_CURVE.active { width: 54px; height: 54px; background-position: -726px -406px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE_2x:hover, .icon_MAGNET_FRAME_CLASSIC_CURVE_2x.active_2x_2x { width: 108px; height: 108px; background-position: -618px -324px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE_3x:hover, .icon_MAGNET_FRAME_CLASSIC_CURVE_3x.active_3x_3x { width: 162px; height: 162px; background-position: -324px 0px; }
.icon_MAGNET_FRAME_CONTEMPORARY { width: 54px; height: 54px; background-position: -726px -460px; }
.icon_MAGNET_FRAME_CONTEMPORARY_2x { width: 108px; height: 108px; background-position: -618px -108px; }
.icon_MAGNET_FRAME_CONTEMPORARY_3x { width: 162px; height: 162px; background-position: -162px -162px; }
.icon_MAGNET_FRAME_CONTEMPORARY:hover, .icon_MAGNET_FRAME_CONTEMPORARY.active { width: 54px; height: 54px; background-position: -558px -396px; }
.icon_MAGNET_FRAME_CONTEMPORARY_2x:hover, .icon_MAGNET_FRAME_CONTEMPORARY_2x.active_2x_2x { width: 108px; height: 108px; background-position: -618px -216px; }
.icon_MAGNET_FRAME_CONTEMPORARY_3x:hover, .icon_MAGNET_FRAME_CONTEMPORARY_3x.active_3x_3x { width: 162px; height: 162px; background-position: 0px -162px; }
.icon_MAGNET_FRAME_MODERN { width: 54px; height: 54px; background-position: -726px -622px; }
.icon_MAGNET_FRAME_MODERN_2x { width: 108px; height: 108px; background-position: -618px 0px; }
.icon_MAGNET_FRAME_MODERN_3x { width: 162px; height: 162px; background-position: -162px 0px; }
.icon_MAGNET_FRAME_MODERN:hover, .icon_MAGNET_FRAME_MODERN.active { width: 54px; height: 54px; background-position: -726px -568px; }
.icon_MAGNET_FRAME_MODERN_2x:hover, .icon_MAGNET_FRAME_MODERN_2x.active_2x_2x { width: 108px; height: 108px; background-position: 0px -588px; }
.icon_MAGNET_FRAME_MODERN_3x:hover, .icon_MAGNET_FRAME_MODERN_3x.active_3x_3x { width: 162px; height: 162px; background-position: 0px 0px; }
.icon_mailing_directmail { width: 72px; height: 56px; background-position: -540px -588px; }
.icon_mailing_directmail:hover, .icon_mailing_directmail.active { width: 72px; height: 56px; background-position: -486px -396px; }
.icon_mailing_dm_stamp { width: 59px; height: 64px; background-position: -726px -278px; }
.icon_mailing_dm_stamp_2x { width: 59px; height: 64px; background-position: -726px -342px; }
.icon_mailing_mailorder { width: 72px; height: 56px; background-position: -726px -168px; }
.icon_mailing_mailorder:hover, .icon_mailing_mailorder.active { width: 72px; height: 56px; background-position: -180px -588px; }
.icon_mailing_pra_recipient { width: 72px; height: 56px; background-position: -108px -588px; }
.icon_mailing_pra_recipient:hover, .icon_mailing_pra_recipient.active { width: 72px; height: 56px; background-position: -468px -588px; }
.icon_mailing_pra_return_front { width: 72px; height: 56px; background-position: -528px -521px; }
.icon_mailing_pra_return_front:hover, .icon_mailing_pra_return_front.active { width: 72px; height: 56px; background-position: -612px -588px; }
.icon_mailing_pra_return { width: 72px; height: 56px; background-position: -726px -56px; }
.icon_mailing_pra_return:hover, .icon_mailing_pra_return.active { width: 72px; height: 56px; background-position: -726px -112px; }
.icon_mailing_pra_returnrecipient { width: 72px; height: 56px; background-position: -324px -588px; }
.icon_mailing_pra_returnrecipient:hover, .icon_mailing_pra_returnrecipient.active { width: 72px; height: 56px; background-position: -252px -588px; }
.icon_multicolor_swatch { width: 22px; height: 22px; background-position: -296px -772px; }
.icon_NAPKINS_5X5_AQUA { width: 132px; height: 132px; background-position: -264px -324px; }
.icon_NAPKINS_5X5_BERRY { width: 132px; height: 132px; background-position: -486px -264px; }
.icon_NAPKINS_5X5_BLACK { width: 132px; height: 132px; background-position: -486px -132px; }
.icon_NAPKINS_5X5_BLUSH { width: 132px; height: 132px; background-position: -486px 0px; }
.icon_NAPKINS_5X5_CORAL { width: 132px; height: 132px; background-position: -132px -324px; }
.icon_NAPKINS_5X5_ECRU { width: 132px; height: 132px; background-position: 0px -456px; }
.icon_NAPKINS_5X5_MAGENTA { width: 132px; height: 132px; background-position: 0px -324px; }
.icon_NAPKINS_5X5_NAVY { width: 132px; height: 132px; background-position: -132px -456px; }
.icon_NAPKINS_5X5_PEWTER { width: 132px; height: 132px; background-position: -264px -456px; }
.icon_NAPKINS_5X5_WHITE { width: 132px; height: 132px; background-position: -396px -456px; }
.icon_no_add_on_mug { width: 32px; height: 24px; background-position: 0px -772px; }
.icon_no_add:hover, .icon_no_add.active_mug_on_mug_on { width: 32px; height: 38px; background-position: 0px -734px; }
.icon_nocolorswatch { width: 20px; height: 20px; background-position: -583px -772px; }
.icon_nolinerswatch { width: 65px; height: 65px; background-position: -528px -456px; }
.icon_orange_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -230px -772px; }
.icon_orange_handle_color_ceramic_mug:hover, .icon_orange_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -798px -28px; }
.icon_PHOTO_FRAME_BLACK { width: 28px; height: 28px; background-position: -798px 0px; }
.icon_PHOTO_FRAME_BLACK:hover, .icon_PHOTO_FRAME_BLACK.active { width: 28px; height: 28px; background-position: -760px -734px; }
.icon_PHOTO_FRAME_BROWN { width: 28px; height: 28px; background-position: -704px -734px; }
.icon_PHOTO_FRAME_BROWN:hover, .icon_PHOTO_FRAME_BROWN.active { width: 28px; height: 28px; background-position: -648px -734px; }
.icon_PHOTO_FRAME_METALLIC { width: 28px; height: 28px; background-position: -592px -734px; }
.icon_PHOTO_FRAME_METALLIC:hover, .icon_PHOTO_FRAME_METALLIC.active { width: 28px; height: 28px; background-position: -508px -734px; }
.icon_PHOTO_FRAME_RUSTIC { width: 28px; height: 28px; background-position: -424px -734px; }
.icon_PHOTO_FRAME_RUSTIC:hover, .icon_PHOTO_FRAME_RUSTIC.active { width: 28px; height: 28px; background-position: -312px -734px; }
.icon_PHOTO_FRAME_WHITE { width: 28px; height: 28px; background-position: -256px -734px; }
.icon_PHOTO_FRAME_WHITE:hover, .icon_PHOTO_FRAME_WHITE.active { width: 28px; height: 28px; background-position: -798px -224px; }
.icon_pink_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -98px -772px; }
.icon_pink_handle_color_ceramic_mug:hover, .icon_pink_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -798px -140px; }
.icon_red_foil_swatch { width: 44px; height: 44px; background-position: -240px -644px; }
.icon_red_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -186px -772px; }
.icon_red_handle_color_ceramic_mug:hover, .icon_red_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -798px -84px; }
.icon_ROSE_GOLD_ENGRAVED { width: 28px; height: 28px; background-position: -798px -56px; }
.icon_ROSE_GOLD_ENGRAVED:hover, .icon_ROSE_GOLD_ENGRAVED.active { width: 28px; height: 28px; background-position: -564px -734px; }
.icon_rose_gold_foil_swatch { width: 44px; height: 44px; background-position: -618px -540px; }
.icon_rounded { width: 28px; height: 28px; background-position: -798px -252px; }
.icon_rounded:hover, .icon_rounded.active { width: 28px; height: 28px; background-position: -798px -112px; }
.icon_SETS_QUANTITY_1.disabled { width: 20px; height: 20px; background-position: -543px -772px; }
.icon_SETS_QUANTITY_1 { width: 20px; height: 20px; background-position: -563px -772px; }
.icon_SETS_QUANTITY_1:hover, .icon_SETS_QUANTITY_1.active { width: 20px; height: 20px; background-position: -523px -772px; }
.icon_SETS_QUANTITY_2.disabled { width: 20px; height: 20px; background-position: -603px -772px; }
.icon_SETS_QUANTITY_2 { width: 20px; height: 20px; background-position: -623px -772px; }
.icon_SETS_QUANTITY_2:hover, .icon_SETS_QUANTITY_2.active { width: 20px; height: 20px; background-position: -643px -772px; }
.icon_SETS_QUANTITY_3.disabled { width: 20px; height: 20px; background-position: -663px -772px; }
.icon_SETS_QUANTITY_3 { width: 20px; height: 20px; background-position: -423px -772px; }
.icon_SETS_QUANTITY_3:hover, .icon_SETS_QUANTITY_3.active { width: 20px; height: 20px; background-position: -443px -772px; }
.icon_SETS_QUANTITY_4.disabled { width: 20px; height: 20px; background-position: -463px -772px; }
.icon_SETS_QUANTITY_4 { width: 20px; height: 20px; background-position: -483px -772px; }
.icon_SETS_QUANTITY_4:hover, .icon_SETS_QUANTITY_4.active { width: 20px; height: 20px; background-position: -503px -772px; }
.icon_SILVER_ENGRAVED { width: 28px; height: 28px; background-position: -88px -734px; }
.icon_SILVER_ENGRAVED:hover, .icon_SILVER_ENGRAVED.active { width: 28px; height: 28px; background-position: -32px -734px; }
.icon_silver_foil_swatch { width: 44px; height: 44px; background-position: -284px -644px; }
.icon_size_31 { width: 21px; height: 20px; background-position: -402px -772px; }
.icon_size_31:hover, .icon_size_31.active { width: 21px; height: 20px; background-position: -381px -772px; }
.icon_size_6 { width: 32px; height: 17px; background-position: -684px -627px; }
.icon_size_6:hover, .icon_size_6.active { width: 32px; height: 17px; background-position: -332px -696px; }
.icon_size_69 { width: 14px; height: 28px; background-position: -780px -514px; }
.icon_size_69:hover, .icon_size_69.active { width: 32px; height: 17px; background-position: -364px -696px; }
.icon_size_7 { width: 20px; height: 28px; background-position: -140px -796px; }
.icon_size_7:hover, .icon_size_7.active { width: 20px; height: 28px; background-position: -100px -796px; }
.icon_size_89 { width: 23px; height: 31px; background-position: -798px -476px; }
.icon_size_89:hover, .icon_size_89.active { width: 23px; height: 31px; background-position: -798px -569px; }
.icon_sprite-ENVELOPE_SIZE_5X5 { width: 39px; height: 39px; background-position: -516px -644px; }
.icon_sprite-ENVELOPE_SIZE_5X5_2x { width: 39px; height: 39px; background-position: -684px -588px; }
.icon_sprite-ENVELOPE_SIZE_5X5:hover, .icon_sprite-ENVELOPE_SIZE_5X5.active { width: 39px; height: 39px; background-position: -555px -644px; }
.icon_sprite-ENVELOPE_SIZE_5X5RECT { width: 47px; height: 39px; background-position: -422px -644px; }
.icon_sprite-ENVELOPE_SIZE_5X5RECT_2x { width: 47px; height: 39px; background-position: -375px -644px; }
.icon_sprite-ENVELOPE_SIZE_5X5RECT:hover, .icon_sprite-ENVELOPE_SIZE_5X5RECT.active { width: 47px; height: 39px; background-position: -328px -644px; }
.icon_sprite-ENVELOPE_SIZE_5X5RECT_2x:hover, .icon_sprite-ENVELOPE_SIZE_5X5RECT_2x.active_2x_2x { width: 47px; height: 39px; background-position: -469px -644px; }
.icon_square { width: 26px; height: 28px; background-position: -798px -420px; }
.icon_square:hover, .icon_square.active { width: 26px; height: 28px; background-position: -798px -448px; }
.icon_white_ceramic_mug { width: 22px; height: 22px; background-position: -274px -772px; }
.icon_white_ceramic_mug:hover, .icon_white_ceramic_mug.active { width: 28px; height: 28px; background-position: -798px -364px; }
.icon_yellow_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -76px -772px; }
.icon_yellow_handle_color_ceramic_mug:hover, .icon_yellow_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -798px -308px; }.icon_icon_8x8_Active,
.icon_icon_8x8,
.icon_icon_imgApr_Birthstone_Selected,
.icon_icon_imgAug_Birthstone_Selected,
.icon_icon_imgDec_Birthstone_Selected,
.icon_icon_imgFeb_Birthstone_Selected,
.icon_icon_imgJan_Birthstone_Selected,
.icon_icon_imgJul_Birthstone_Selected,
.icon_icon_imgJun_Birthstone_Selected,
.icon_icon_imgMar_Birthstone_Selected,
.icon_icon_imgMay_Birthstone_Selected,
.icon_icon_imgNov_Birthstone_Selected,
.icon_icon_imgOct_Birthstone_Selected,
.icon_icon_imgSep_Birthstone_Selected { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/icon.png); }
.icon_icon_8x8_Active.disabled { width: 12px; height: 12px; background-position: -336px -370px; }
.icon_icon_8x8_Active { width: 34px; height: 34px; background-position: -336px -336px; }
.icon_icon_8x8_Active:hover, .icon_icon_8x8_Active.active { width: 34px; height: 34px; background-position: -370px -336px; }
.icon_icon_8x8 { width: 12px; height: 12px; background-position: -404px -348px; }
.icon_icon_8x8:hover, .icon_icon_8x8.active { width: 12px; height: 12px; background-position: -404px -336px; }
.icon_icon_imgApr_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px -84px; }
.icon_icon_imgApr_Birthstone_Selected:hover, .icon_icon_imgApr_Birthstone_Selected.active { width: 84px; height: 84px; background-position: 0px -168px; }
.icon_icon_imgAug_Birthstone_Selected { width: 84px; height: 84px; background-position: -84px -168px; }
.icon_icon_imgAug_Birthstone_Selected:hover, .icon_icon_imgAug_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -168px -168px; }
.icon_icon_imgDec_Birthstone_Selected { width: 84px; height: 84px; background-position: -252px 0px; }
.icon_icon_imgDec_Birthstone_Selected:hover, .icon_icon_imgDec_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -84px; }
.icon_icon_imgFeb_Birthstone_Selected { width: 84px; height: 84px; background-position: -252px -168px; }
.icon_icon_imgFeb_Birthstone_Selected:hover, .icon_icon_imgFeb_Birthstone_Selected.active { width: 84px; height: 84px; background-position: 0px -252px; }
.icon_icon_imgJan_Birthstone_Selected { width: 84px; height: 84px; background-position: -84px -252px; }
.icon_icon_imgJan_Birthstone_Selected:hover, .icon_icon_imgJan_Birthstone_Selected.active { width: 84px; height: 84px; background-position: 0px 0px; }
.icon_icon_imgJul_Birthstone_Selected { width: 84px; height: 84px; background-position: -252px -252px; }
.icon_icon_imgJul_Birthstone_Selected:hover, .icon_icon_imgJul_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -336px 0px; }
.icon_icon_imgJun_Birthstone_Selected { width: 84px; height: 84px; background-position: -336px -84px; }
.icon_icon_imgJun_Birthstone_Selected:hover, .icon_icon_imgJun_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -336px -168px; }
.icon_icon_imgMar_Birthstone_Selected { width: 84px; height: 84px; background-position: -336px -252px; }
.icon_icon_imgMar_Birthstone_Selected:hover, .icon_icon_imgMar_Birthstone_Selected.active { width: 84px; height: 84px; background-position: 0px -336px; }
.icon_icon_imgMay_Birthstone_Selected { width: 84px; height: 84px; background-position: -84px -336px; }
.icon_icon_imgMay_Birthstone_Selected:hover, .icon_icon_imgMay_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -168px -336px; }
.icon_icon_imgNov_Birthstone_Selected { width: 84px; height: 84px; background-position: -252px -336px; }
.icon_icon_imgNov_Birthstone_Selected:hover, .icon_icon_imgNov_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -168px -252px; }
.icon_icon_imgOct_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px 0px; }
.icon_icon_imgOct_Birthstone_Selected:hover, .icon_icon_imgOct_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px -84px; }
.icon_icon_imgSep_Birthstone_Selected { width: 84px; height: 84px; background-position: 0px -84px; }
.icon_icon_imgSep_Birthstone_Selected:hover, .icon_icon_imgSep_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px 0px; }.icon_img10x14,
.icon_img10x24,
.icon_img12x12,
.icon_img12x36,
.icon_img16x16,
.icon_img16x20,
.icon_img20x30,
.icon_img24x10,
.icon_img24x36,
.icon_img36x12,
.icon_img4x4,
.icon_img5x5,
.icon_img6x6,
.icon_img8x10,
.icon_imgApr_Birthstone_Selected,
.icon_imgAug_Birthstone_Selected,
.icon_imgBlackWhiteStriped,
.icon_imgCanvasGreen,
.icon_imgCanvasNavy,
.icon_imgCanvasRed,
.icon_imgDec_Birthstone_Selected,
.icon_imgFeb_Birthstone_Selected,
.icon_imgJan_Birthstone_Selected,
.icon_imgJul_Birthstone_Selected,
.icon_imgJun_Birthstone_Selected,
.icon_imgKnife,
.icon_imgLeatherGold,
.icon_imgMar_Birthstone_Selected,
.icon_imgMay_Birthstone_Selected,
.icon_imgNone,
.icon_imgNov_Birthstone_Selected,
.icon_imgOct_Birthstone_Selected,
.icon_imgSep_Birthstone_Selected { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/img.png); }
.icon_img10x14 { width: 38px; height: 54px; background-position: -554px -332px; }
.icon_img10x14:hover, .icon_img10x14.active { width: 38px; height: 54px; background-position: -554px -386px; }
.icon_img10x24 { width: 38px; height: 90px; background-position: -554px -150px; }
.icon_img10x24:hover, .icon_img10x24.active { width: 38px; height: 90px; background-position: -554px -60px; }
.icon_img12x12 { width: 46px; height: 46px; background-position: -554px -286px; }
.icon_img12x12:hover, .icon_img12x12.active { width: 46px; height: 46px; background-position: -554px -240px; }
.icon_img12x36 { width: 46px; height: 136px; background-position: -508px 0px; }
.icon_img12x36:hover, .icon_img12x36.active { width: 46px; height: 136px; background-position: -508px -136px; }
.icon_img16x16 { width: 60px; height: 60px; background-position: -554px 0px; }
.icon_img16x16:hover, .icon_img16x16.active { width: 60px; height: 60px; background-position: -256px -168px; }
.icon_img16x20 { width: 61px; height: 76px; background-position: -340px -252px; }
.icon_img16x20:hover, .icon_img16x20.active { width: 61px; height: 76px; background-position: -424px -336px; }
.icon_img20x30 { width: 76px; height: 114px; background-position: -180px 0px; }
.icon_img20x30:hover, .icon_img20x30.active { width: 76px; height: 114px; background-position: 0px -136px; }
.icon_img24x10 { width: 90px; height: 38px; background-position: -336px -464px; }
.icon_img24x10:hover, .icon_img24x10.active { width: 90px; height: 38px; background-position: -135px -502px; }
.icon_img24x36 { width: 90px; height: 136px; background-position: 0px 0px; }
.icon_img24x36:hover, .icon_img24x36.active { width: 90px; height: 136px; background-position: -90px 0px; }
.icon_img36x12 { width: 135px; height: 46px; background-position: -336px -418px; }
.icon_img36x12:hover, .icon_img36x12.active { width: 135px; height: 46px; background-position: 0px -502px; }
.icon_img4x4 { width: 22px; height: 22px; background-position: -592px -82px; }
.icon_img4x4:hover, .icon_img4x4.active { width: 22px; height: 22px; background-position: -592px -60px; }
.icon_img5x5 { width: 24px; height: 24px; background-position: -316px -192px; }
.icon_img5x5:hover, .icon_img5x5.active { width: 24px; height: 24px; background-position: -316px -168px; }
.icon_img6x6 { width: 26px; height: 26px; background-position: -158px -220px; }
.icon_img6x6:hover, .icon_img6x6.active { width: 26px; height: 26px; background-position: -132px -220px; }
.icon_img8x10 { width: 30px; height: 38px; background-position: -584px -440px; }
.icon_img8x10:hover, .icon_img8x10.active { width: 30px; height: 38px; background-position: -554px -440px; }
.icon_imgApr_Birthstone_Selected { width: 84px; height: 84px; background-position: -424px -84px; }
.icon_imgApr_Birthstone_Selected:hover, .icon_imgApr_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -334px; }
.icon_imgAug_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px -334px; }
.icon_imgAug_Birthstone_Selected:hover, .icon_imgAug_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -340px -168px; }
.icon_imgBlackWhiteStriped { width: 28px; height: 28px; background-position: -508px -384px; }
.icon_imgBlackWhiteStriped:hover, .icon_imgBlackWhiteStriped.active { width: 28px; height: 28px; background-position: -104px -220px; }
.icon_imgCanvasGreen { width: 28px; height: 28px; background-position: -582px -506px; }
.icon_imgCanvasGreen:hover, .icon_imgCanvasGreen.active { width: 28px; height: 28px; background-position: -554px -506px; }
.icon_imgCanvasNavy { width: 28px; height: 28px; background-position: -582px -478px; }
.icon_imgCanvasNavy:hover, .icon_imgCanvasNavy.active { width: 28px; height: 28px; background-position: -554px -478px; }
.icon_imgCanvasRed { width: 28px; height: 28px; background-position: -508px -412px; }
.icon_imgCanvasRed:hover, .icon_imgCanvasRed.active { width: 28px; height: 28px; background-position: -508px -440px; }
.icon_imgDec_Birthstone_Selected { width: 84px; height: 84px; background-position: -84px -334px; }
.icon_imgDec_Birthstone_Selected:hover, .icon_imgDec_Birthstone_Selected.active { width: 84px; height: 84px; background-position: 0px -334px; }
.icon_imgFeb_Birthstone_Selected { width: 84px; height: 84px; background-position: -340px 0px; }
.icon_imgFeb_Birthstone_Selected:hover, .icon_imgFeb_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -418px; }
.icon_imgJan_Birthstone_Selected { width: 84px; height: 84px; background-position: -160px -136px; }
.icon_imgJan_Birthstone_Selected:hover, .icon_imgJan_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -256px 0px; }
.icon_imgJul_Birthstone_Selected { width: 84px; height: 84px; background-position: -256px -84px; }
.icon_imgJul_Birthstone_Selected:hover, .icon_imgJul_Birthstone_Selected.active { width: 84px; height: 84px; background-position: 0px -250px; }
.icon_imgJun_Birthstone_Selected { width: 84px; height: 84px; background-position: -84px -250px; }
.icon_imgJun_Birthstone_Selected:hover, .icon_imgJun_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -168px -250px; }
.icon_imgKnife { width: 28px; height: 28px; background-position: -508px -272px; }
.icon_imgKnife:hover, .icon_imgKnife.active { width: 28px; height: 28px; background-position: -508px -300px; }
.icon_imgLeatherGold { width: 28px; height: 28px; background-position: -508px -328px; }
.icon_imgLeatherGold:hover, .icon_imgLeatherGold.active { width: 28px; height: 28px; background-position: -508px -356px; }
.icon_imgMar_Birthstone_Selected { width: 84px; height: 84px; background-position: -340px -84px; }
.icon_imgMar_Birthstone_Selected:hover, .icon_imgMar_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -168px -418px; }
.icon_imgMay_Birthstone_Selected { width: 84px; height: 84px; background-position: -84px -418px; }
.icon_imgMay_Birthstone_Selected:hover, .icon_imgMay_Birthstone_Selected.active { width: 84px; height: 84px; background-position: 0px -418px; }
.icon_imgNone { width: 28px; height: 28px; background-position: -76px -220px; }
.icon_imgNone:hover, .icon_imgNone.active { width: 28px; height: 28px; background-position: -508px -468px; }
.icon_imgNov_Birthstone_Selected { width: 84px; height: 84px; background-position: -424px -252px; }
.icon_imgNov_Birthstone_Selected:hover, .icon_imgNov_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -424px -168px; }
.icon_imgOct_Birthstone_Selected { width: 84px; height: 84px; background-position: -76px -136px; }
.icon_imgOct_Birthstone_Selected:hover, .icon_imgOct_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -424px 0px; }
.icon_imgSep_Birthstone_Selected { width: 84px; height: 84px; background-position: -336px -334px; }
.icon_imgSep_Birthstone_Selected:hover, .icon_imgSep_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -250px; }.icon_icon-favorite-hover-2x,
.icon_icon-favorite-hover-3x,
.icon_icon-favorite-hover,
.icon_icon-medium-spinner,
.icon_icon-spinner,
.icon_Imgfoil-stampedBadge,
.icon_ImgglitterBadge,
.icon_Imgpersonalized-foilBadge,
.icon_SFLY_holiday_personalized-foil_detail,
.icon_TP_holiday_personalized-foil_detail,
.icon_WPD_wedding_personalized-foil_detail { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/pip-sprites.png); }
.icon_icon-favorite-hover-2x { width: 44px; height: 44px; background-position: -416px -256px; }
.icon_icon-favorite-hover-3x { width: 66px; height: 66px; background-position: -483px -189px; }
.icon_icon-favorite-hover { width: 22px; height: 22px; background-position: -549px -225px; }
.icon_icon-medium-spinner { width: 39px; height: 39px; background-position: -460px -256px; }
.icon_icon-spinner { width: 67px; height: 67px; background-position: -416px -189px; }
.icon_Imgfoil-stampedBadge { width: 110px; height: 18px; background-position: -549px -189px; }
.icon_ImgglitterBadge { width: 110px; height: 18px; background-position: -659px -189px; }
.icon_Imgpersonalized-foilBadge { width: 110px; height: 18px; background-position: -549px -207px; }
.icon_SFLY_holiday_personalized-foil_detail { width: 416px; height: 189px; background-position: -416px 0px; }
.icon_TP_holiday_personalized-foil_detail { width: 416px; height: 189px; background-position: 0px -189px; }
.icon_WPD_wedding_personalized-foil_detail { width: 416px; height: 189px; background-position: 0px 0px; }.icon_soAPRON_SIZE_1,
.icon_soAPRON_SIZE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soAPRON.png); }
.icon_soAPRON_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soAPRON_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soAPRON_SIZE_1:hover, .icon_soAPRON_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soAPRON_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soAPRON_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soAPRON_SIZE_2:hover, .icon_soAPRON_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }.icon_soARTPRINT_SIZE_1,
.icon_soARTPRINT_SIZE_1_2x,
.icon_soARTPRINT_SIZE_1_3x,
.icon_soARTPRINT_SIZE_16,
.icon_soARTPRINT_SIZE_16_2x,
.icon_soARTPRINT_SIZE_16_3x,
.icon_soARTPRINT_SIZE_2,
.icon_soARTPRINT_SIZE_2_2x,
.icon_soARTPRINT_SIZE_2_3x,
.icon_soARTPRINT_SIZE_32,
.icon_soARTPRINT_SIZE_32_2x,
.icon_soARTPRINT_SIZE_32_3x,
.icon_soARTPRINT_SIZE_4,
.icon_soARTPRINT_SIZE_4_2x,
.icon_soARTPRINT_SIZE_4_3x,
.icon_soARTPRINT_SIZE_8,
.icon_soARTPRINT_SIZE_8_2x,
.icon_soARTPRINT_SIZE_8_3x { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soARTPRINT.png); }
.icon_soARTPRINT_SIZE_1.disabled { width: 34px; height: 34px; background-position: -476px -272px; }
.icon_soARTPRINT_SIZE_1_2x.disabled_2x { width: 68px; height: 68px; background-position: 0px -476px; }
.icon_soARTPRINT_SIZE_1_3x.disabled_3x { width: 102px; height: 102px; background-position: 0px 0px; }
.icon_soARTPRINT_SIZE_1 { width: 34px; height: 34px; background-position: -476px -442px; }
.icon_soARTPRINT_SIZE_1_2x { width: 68px; height: 68px; background-position: -68px -408px; }
.icon_soARTPRINT_SIZE_1_3x { width: 102px; height: 102px; background-position: -306px 0px; }
.icon_soARTPRINT_SIZE_1:hover, .icon_soARTPRINT_SIZE_1.active { width: 34px; height: 34px; background-position: -476px -238px; }
.icon_soARTPRINT_SIZE_1_2x:hover, .icon_soARTPRINT_SIZE_1_2x.active_2x_2x { width: 68px; height: 68px; background-position: -408px -204px; }
.icon_soARTPRINT_SIZE_1_3x:hover, .icon_soARTPRINT_SIZE_1_3x.active_3x_3x { width: 102px; height: 102px; background-position: 0px -102px; }
.icon_soARTPRINT_SIZE_16.disabled { width: 34px; height: 34px; background-position: -170px -476px; }
.icon_soARTPRINT_SIZE_16_2x.disabled_2x { width: 68px; height: 68px; background-position: -340px -408px; }
.icon_soARTPRINT_SIZE_16_3x.disabled_3x { width: 102px; height: 102px; background-position: -102px -102px; }
.icon_soARTPRINT_SIZE_16 { width: 34px; height: 34px; background-position: -476px -374px; }
.icon_soARTPRINT_SIZE_16_2x { width: 68px; height: 68px; background-position: -510px -408px; }
.icon_soARTPRINT_SIZE_16_3x { width: 102px; height: 102px; background-position: -204px 0px; }
.icon_soARTPRINT_SIZE_16:hover, .icon_soARTPRINT_SIZE_16.active { width: 34px; height: 34px; background-position: -272px -476px; }
.icon_soARTPRINT_SIZE_16_2x:hover, .icon_soARTPRINT_SIZE_16_2x.active_2x_2x { width: 68px; height: 68px; background-position: -408px -340px; }
.icon_soARTPRINT_SIZE_16_3x:hover, .icon_soARTPRINT_SIZE_16_3x.active_3x_3x { width: 102px; height: 102px; background-position: -204px -102px; }
.icon_soARTPRINT_SIZE_2.disabled { width: 34px; height: 34px; background-position: -476px -340px; }
.icon_soARTPRINT_SIZE_2_2x.disabled_2x { width: 68px; height: 68px; background-position: -204px -408px; }
.icon_soARTPRINT_SIZE_2_3x.disabled_3x { width: 102px; height: 102px; background-position: 0px -204px; }
.icon_soARTPRINT_SIZE_2 { width: 34px; height: 34px; background-position: -136px -476px; }
.icon_soARTPRINT_SIZE_2_2x { width: 68px; height: 68px; background-position: -510px 0px; }
.icon_soARTPRINT_SIZE_2_3x { width: 102px; height: 102px; background-position: -102px -204px; }
.icon_soARTPRINT_SIZE_2:hover, .icon_soARTPRINT_SIZE_2.active { width: 34px; height: 34px; background-position: -340px -476px; }
.icon_soARTPRINT_SIZE_2_2x:hover, .icon_soARTPRINT_SIZE_2_2x.active_2x_2x { width: 68px; height: 68px; background-position: -510px -272px; }
.icon_soARTPRINT_SIZE_2_3x:hover, .icon_soARTPRINT_SIZE_2_3x.active_3x_3x { width: 102px; height: 102px; background-position: -204px -204px; }
.icon_soARTPRINT_SIZE_32.disabled { width: 34px; height: 34px; background-position: -374px -476px; }
.icon_soARTPRINT_SIZE_32_2x.disabled_2x { width: 68px; height: 68px; background-position: -408px -272px; }
.icon_soARTPRINT_SIZE_32_3x.disabled_3x { width: 102px; height: 102px; background-position: -306px -102px; }
.icon_soARTPRINT_SIZE_32 { width: 34px; height: 34px; background-position: -68px -476px; }
.icon_soARTPRINT_SIZE_32_2x { width: 68px; height: 68px; background-position: 0px -408px; }
.icon_soARTPRINT_SIZE_32_3x { width: 102px; height: 102px; background-position: -306px -204px; }
.icon_soARTPRINT_SIZE_32:hover, .icon_soARTPRINT_SIZE_32.active { width: 34px; height: 34px; background-position: -238px -476px; }
.icon_soARTPRINT_SIZE_32_2x:hover, .icon_soARTPRINT_SIZE_32_2x.active_2x_2x { width: 68px; height: 68px; background-position: -136px -408px; }
.icon_soARTPRINT_SIZE_32_3x:hover, .icon_soARTPRINT_SIZE_32_3x.active_3x_3x { width: 102px; height: 102px; background-position: 0px -306px; }
.icon_soARTPRINT_SIZE_4.disabled { width: 34px; height: 34px; background-position: -476px -204px; }
.icon_soARTPRINT_SIZE_4_2x.disabled_2x { width: 68px; height: 68px; background-position: -272px -408px; }
.icon_soARTPRINT_SIZE_4_3x.disabled_3x { width: 102px; height: 102px; background-position: -102px -306px; }
.icon_soARTPRINT_SIZE_4 { width: 34px; height: 34px; background-position: -476px -306px; }
.icon_soARTPRINT_SIZE_4_2x { width: 68px; height: 68px; background-position: -408px -408px; }
.icon_soARTPRINT_SIZE_4_3x { width: 102px; height: 102px; background-position: -204px -306px; }
.icon_soARTPRINT_SIZE_4:hover, .icon_soARTPRINT_SIZE_4.active { width: 34px; height: 34px; background-position: -476px -408px; }
.icon_soARTPRINT_SIZE_4_2x:hover, .icon_soARTPRINT_SIZE_4_2x.active_2x_2x { width: 68px; height: 68px; background-position: -510px -68px; }
.icon_soARTPRINT_SIZE_4_3x:hover, .icon_soARTPRINT_SIZE_4_3x.active_3x_3x { width: 102px; height: 102px; background-position: -306px -306px; }
.icon_soARTPRINT_SIZE_8.disabled { width: 34px; height: 34px; background-position: -102px -476px; }
.icon_soARTPRINT_SIZE_8_2x.disabled_2x { width: 68px; height: 68px; background-position: -510px -204px; }
.icon_soARTPRINT_SIZE_8_3x.disabled_3x { width: 102px; height: 102px; background-position: -408px 0px; }
.icon_soARTPRINT_SIZE_8 { width: 34px; height: 34px; background-position: -204px -476px; }
.icon_soARTPRINT_SIZE_8_2x { width: 68px; height: 68px; background-position: -510px -340px; }
.icon_soARTPRINT_SIZE_8_3x { width: 102px; height: 102px; background-position: -408px -102px; }
.icon_soARTPRINT_SIZE_8:hover, .icon_soARTPRINT_SIZE_8.active { width: 34px; height: 34px; background-position: -306px -476px; }
.icon_soARTPRINT_SIZE_8_2x:hover, .icon_soARTPRINT_SIZE_8_2x.active_2x_2x { width: 68px; height: 68px; background-position: -510px -136px; }
.icon_soARTPRINT_SIZE_8_3x:hover, .icon_soARTPRINT_SIZE_8_3x.active_3x_3x { width: 102px; height: 102px; background-position: -102px 0px; }.icon_soBLANKET_SIZE_1,
.icon_soBLANKET_SIZE_2,
.icon_soBLANKET_SIZE_4,
.icon_soBLANKET_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soBLANKET.png); }
.icon_soBLANKET_SIZE_1 { width: 32px; height: 34px; background-position: -84px 0px; }
.icon_soBLANKET_SIZE_1:hover, .icon_soBLANKET_SIZE_1.active { width: 32px; height: 34px; background-position: -84px -34px; }
.icon_soBLANKET_SIZE_2 { width: 35px; height: 34px; background-position: 0px -34px; }
.icon_soBLANKET_SIZE_2:hover, .icon_soBLANKET_SIZE_2.active { width: 35px; height: 34px; background-position: -35px -34px; }
.icon_soBLANKET_SIZE_4 { width: 42px; height: 34px; background-position: 0px 0px; }
.icon_soBLANKET_SIZE_4:hover, .icon_soBLANKET_SIZE_4.active { width: 42px; height: 34px; background-position: -42px 0px; }
.icon_soBLANKET_SIZE_8 { width: 21px; height: 34px; background-position: 0px -68px; }
.icon_soBLANKET_SIZE_8:hover, .icon_soBLANKET_SIZE_8.active { width: 21px; height: 34px; background-position: -21px -68px; }.icon_soBOTTLE_TYPE_1,
.icon_soBOTTLE_TYPE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soBOTTLE.png); }
.icon_soBOTTLE_TYPE_1.disabled { width: 36px; height: 36px; background-position: 0px 0px; }
.icon_soBOTTLE_TYPE_1 { width: 36px; height: 36px; background-position: -36px 0px; }
.icon_soBOTTLE_TYPE_1:hover, .icon_soBOTTLE_TYPE_1.active { width: 36px; height: 36px; background-position: 0px -36px; }
.icon_soBOTTLE_TYPE_2.disabled { width: 36px; height: 36px; background-position: -36px -36px; }
.icon_soBOTTLE_TYPE_2 { width: 36px; height: 36px; background-position: -72px 0px; }
.icon_soBOTTLE_TYPE_2:hover, .icon_soBOTTLE_TYPE_2.active { width: 36px; height: 36px; background-position: -72px -36px; }.icon_soBOWL_SIZE_1,
.icon_soBOWL_SIZE_1_2x,
.icon_soBOWL_SIZE_2,
.icon_soBOWL_SIZE_2_2x { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soBOWL.png); }
.icon_soBOWL_SIZE_1.disabled { width: 20px; height: 20px; background-position: -20px 0px; }
.icon_soBOWL_SIZE_1_2x.disabled_2x { width: 20px; height: 20px; background-position: 0px -40px; }
.icon_soBOWL_SIZE_1 { width: 20px; height: 20px; background-position: 0px -20px; }
.icon_soBOWL_SIZE_1_2x { width: 20px; height: 20px; background-position: -20px -20px; }
.icon_soBOWL_SIZE_1:hover, .icon_soBOWL_SIZE_1.active { width: 20px; height: 20px; background-position: -40px 0px; }
.icon_soBOWL_SIZE_1_2x:hover, .icon_soBOWL_SIZE_1_2x.active_2x_2x { width: 20px; height: 20px; background-position: -40px -20px; }
.icon_soBOWL_SIZE_2.disabled { width: 20px; height: 20px; background-position: 0px 0px; }
.icon_soBOWL_SIZE_2_2x.disabled_2x { width: 20px; height: 20px; background-position: -20px -40px; }
.icon_soBOWL_SIZE_2 { width: 20px; height: 20px; background-position: -40px -40px; }
.icon_soBOWL_SIZE_2_2x { width: 20px; height: 20px; background-position: -60px 0px; }
.icon_soBOWL_SIZE_2:hover, .icon_soBOWL_SIZE_2.active { width: 20px; height: 20px; background-position: -60px -20px; }
.icon_soBOWL_SIZE_2_2x:hover, .icon_soBOWL_SIZE_2_2x.active_2x_2x { width: 20px; height: 20px; background-position: -60px -40px; }.icon_soCERAMIC_TILE_SIZE_6X6,
.icon_soCERAMIC_TILE_SIZE_8X8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soCERAMIC.png); }
.icon_soCERAMIC_TILE_SIZE_6X6 { width: 12px; height: 12px; background-position: 0px -14px; }
.icon_soCERAMIC_TILE_SIZE_6X6:hover, .icon_soCERAMIC_TILE_SIZE_6X6.active { width: 12px; height: 12px; background-position: -12px -14px; }
.icon_soCERAMIC_TILE_SIZE_8X8 { width: 14px; height: 14px; background-position: 0px 0px; }
.icon_soCERAMIC_TILE_SIZE_8X8:hover, .icon_soCERAMIC_TILE_SIZE_8X8.active { width: 14px; height: 14px; background-position: -14px 0px; }.icon_soCHOCOLATE_TYPE_1,
.icon_soCHOCOLATE_TYPE_16,
.icon_soCHOCOLATE_TYPE_2,
.icon_soCHOCOLATE_TYPE_32,
.icon_soCHOCOLATE_TYPE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soCHOCOLATE.png); }
.icon_soCHOCOLATE_TYPE_1.disabled { width: 38px; height: 38px; background-position: -38px 0px; }
.icon_soCHOCOLATE_TYPE_1 { width: 38px; height: 38px; background-position: 0px -76px; }
.icon_soCHOCOLATE_TYPE_1:hover, .icon_soCHOCOLATE_TYPE_1.active { width: 38px; height: 38px; background-position: 0px -38px; }
.icon_soCHOCOLATE_TYPE_16 { width: 38px; height: 38px; background-position: -38px -38px; }
.icon_soCHOCOLATE_TYPE_16:hover, .icon_soCHOCOLATE_TYPE_16.active { width: 38px; height: 38px; background-position: -76px 0px; }
.icon_soCHOCOLATE_TYPE_2.disabled { width: 38px; height: 38px; background-position: -76px -38px; }
.icon_soCHOCOLATE_TYPE_2 { width: 38px; height: 38px; background-position: 0px 0px; }
.icon_soCHOCOLATE_TYPE_2:hover, .icon_soCHOCOLATE_TYPE_2.active { width: 38px; height: 38px; background-position: -38px -76px; }
.icon_soCHOCOLATE_TYPE_32 { width: 38px; height: 38px; background-position: -76px -76px; }
.icon_soCHOCOLATE_TYPE_32:hover, .icon_soCHOCOLATE_TYPE_32.active { width: 38px; height: 38px; background-position: -114px 0px; }
.icon_soCHOCOLATE_TYPE_8 { width: 38px; height: 38px; background-position: -114px -38px; }
.icon_soCHOCOLATE_TYPE_8:hover, .icon_soCHOCOLATE_TYPE_8.active { width: 38px; height: 38px; background-position: -114px -76px; }.icon_soCOLLAR_SIZE_1,
.icon_soCOLLAR_SIZE_2,
.icon_soCOLLAR_SIZE_4,
.icon_soCOLLAR_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soCOLLAR.png); }
.icon_soCOLLAR_SIZE_1.disabled { width: 36px; height: 32px; background-position: -36px 0px; }
.icon_soCOLLAR_SIZE_1 { width: 36px; height: 32px; background-position: 0px -64px; }
.icon_soCOLLAR_SIZE_1:hover, .icon_soCOLLAR_SIZE_1.active { width: 36px; height: 32px; background-position: 0px -32px; }
.icon_soCOLLAR_SIZE_2.disabled { width: 36px; height: 32px; background-position: -36px -32px; }
.icon_soCOLLAR_SIZE_2 { width: 36px; height: 32px; background-position: -72px 0px; }
.icon_soCOLLAR_SIZE_2:hover, .icon_soCOLLAR_SIZE_2.active { width: 36px; height: 32px; background-position: -72px -32px; }
.icon_soCOLLAR_SIZE_4.disabled { width: 36px; height: 32px; background-position: 0px 0px; }
.icon_soCOLLAR_SIZE_4 { width: 36px; height: 32px; background-position: -36px -64px; }
.icon_soCOLLAR_SIZE_4:hover, .icon_soCOLLAR_SIZE_4.active { width: 36px; height: 32px; background-position: -72px -64px; }
.icon_soCOLLAR_SIZE_8.disabled { width: 36px; height: 32px; background-position: -108px 0px; }
.icon_soCOLLAR_SIZE_8 { width: 36px; height: 32px; background-position: -108px -32px; }
.icon_soCOLLAR_SIZE_8:hover, .icon_soCOLLAR_SIZE_8.active { width: 36px; height: 32px; background-position: -108px -64px; }.icon_soCUTTING_BOARD_SIZE_1,
.icon_soCUTTING_BOARD_SIZE_2,
.icon_soCUTTING_BOARD_SIZE_4 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soCUTTING.png); }
.icon_soCUTTING_BOARD_SIZE_1.disabled { width: 24px; height: 18px; background-position: -24px -24px; }
.icon_soCUTTING_BOARD_SIZE_1 { width: 24px; height: 18px; background-position: -18px -48px; }
.icon_soCUTTING_BOARD_SIZE_1:hover, .icon_soCUTTING_BOARD_SIZE_1.active { width: 24px; height: 18px; background-position: -42px -48px; }
.icon_soCUTTING_BOARD_SIZE_2.disabled { width: 24px; height: 24px; background-position: 0px 0px; }
.icon_soCUTTING_BOARD_SIZE_2 { width: 24px; height: 24px; background-position: -24px 0px; }
.icon_soCUTTING_BOARD_SIZE_2:hover, .icon_soCUTTING_BOARD_SIZE_2.active { width: 24px; height: 24px; background-position: 0px -24px; }
.icon_soCUTTING_BOARD_SIZE_4.disabled { width: 18px; height: 30px; background-position: -48px 0px; }
.icon_soCUTTING_BOARD_SIZE_4 { width: 18px; height: 30px; background-position: -66px 0px; }
.icon_soCUTTING_BOARD_SIZE_4:hover, .icon_soCUTTING_BOARD_SIZE_4.active { width: 18px; height: 30px; background-position: 0px -48px; }.icon_soDESKPLQ_SHAPE_1,
.icon_soDESKPLQ_SHAPE_16,
.icon_soDESKPLQ_SHAPE_2,
.icon_soDESKPLQ_SHAPE_4,
.icon_soDESKPLQ_SHAPE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soDESKPLQ.png); }
.icon_soDESKPLQ_SHAPE_1.disabled { width: 44px; height: 60px; background-position: -136px 0px; }
.icon_soDESKPLQ_SHAPE_1 { width: 44px; height: 60px; background-position: -44px -90px; }
.icon_soDESKPLQ_SHAPE_1:hover, .icon_soDESKPLQ_SHAPE_1.active { width: 44px; height: 60px; background-position: 0px -90px; }
.icon_soDESKPLQ_SHAPE_16.disabled { width: 68px; height: 45px; background-position: 0px 0px; }
.icon_soDESKPLQ_SHAPE_16 { width: 68px; height: 45px; background-position: -68px 0px; }
.icon_soDESKPLQ_SHAPE_16:hover, .icon_soDESKPLQ_SHAPE_16.active { width: 68px; height: 45px; background-position: 0px -45px; }
.icon_soDESKPLQ_SHAPE_2.disabled { width: 52px; height: 48px; background-position: -88px -90px; }
.icon_soDESKPLQ_SHAPE_2 { width: 52px; height: 48px; background-position: -180px 0px; }
.icon_soDESKPLQ_SHAPE_2:hover, .icon_soDESKPLQ_SHAPE_2.active { width: 52px; height: 48px; background-position: -180px -48px; }
.icon_soDESKPLQ_SHAPE_4.disabled { width: 60px; height: 40px; background-position: -68px -45px; }
.icon_soDESKPLQ_SHAPE_4 { width: 60px; height: 40px; background-position: 0px -150px; }
.icon_soDESKPLQ_SHAPE_4:hover, .icon_soDESKPLQ_SHAPE_4.active { width: 60px; height: 40px; background-position: -60px -150px; }
.icon_soDESKPLQ_SHAPE_8.disabled { width: 48px; height: 48px; background-position: -180px -96px; }
.icon_soDESKPLQ_SHAPE_8 { width: 48px; height: 48px; background-position: -232px 0px; }
.icon_soDESKPLQ_SHAPE_8:hover, .icon_soDESKPLQ_SHAPE_8.active { width: 48px; height: 48px; background-position: -232px -48px; }.icon_soDESKTOP_SIZE_1,
.icon_soDESKTOP_SIZE_16,
.icon_soDESKTOP_SIZE_2,
.icon_soDESKTOP_SIZE_4,
.icon_soDESKTOP_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soDESKTOP.png); }
.icon_soDESKTOP_SIZE_1 { width: 24px; height: 24px; background-position: 0px -66px; }
.icon_soDESKTOP_SIZE_1:hover, .icon_soDESKTOP_SIZE_1.active { width: 24px; height: 24px; background-position: -24px -66px; }
.icon_soDESKTOP_SIZE_16 { width: 24px; height: 32px; background-position: -54px 0px; }
.icon_soDESKTOP_SIZE_16:hover, .icon_soDESKTOP_SIZE_16.active { width: 24px; height: 32px; background-position: 0px -34px; }
.icon_soDESKTOP_SIZE_2 { width: 24px; height: 31px; background-position: -24px -34px; }
.icon_soDESKTOP_SIZE_2:hover, .icon_soDESKTOP_SIZE_2.active { width: 24px; height: 31px; background-position: -48px -34px; }
.icon_soDESKTOP_SIZE_4 { width: 27px; height: 34px; background-position: 0px 0px; }
.icon_soDESKTOP_SIZE_4:hover, .icon_soDESKTOP_SIZE_4.active { width: 27px; height: 34px; background-position: -27px 0px; }
.icon_soDESKTOP_SIZE_8 { width: 26px; height: 26px; background-position: -78px 0px; }
.icon_soDESKTOP_SIZE_8:hover, .icon_soDESKTOP_SIZE_8.active { width: 26px; height: 26px; background-position: -78px -26px; }.icon_soDOG_BED_SIZE_1_default,
.icon_soDOG_BED_SIZE_1_default_2x,
.icon_soDOG_BED_SIZE_1_default_3x,
.icon_soDOG_BED_SIZE_1,
.icon_soDOG_BED_SIZE_1_2x,
.icon_soDOG_BED_SIZE_1_selected,
.icon_soDOG_BED_SIZE_2_default,
.icon_soDOG_BED_SIZE_2_default_2x,
.icon_soDOG_BED_SIZE_2_default_3x,
.icon_soDOG_BED_SIZE_2,
.icon_soDOG_BED_SIZE_2_2x,
.icon_soDOG_BED_SIZE_2_3x,
.icon_soDOG_BED_SIZE_2_selected,
.icon_soDOG_BED_SIZE_2_selected_2x,
.icon_soDOG_BED_SIZE_2_selected_3x,
.icon_soDOG_BED_SIZE_4_default,
.icon_soDOG_BED_SIZE_4_default_2x,
.icon_soDOG_BED_SIZE_4_default_3x,
.icon_soDOG_BED_SIZE_4,
.icon_soDOG_BED_SIZE_4_2x,
.icon_soDOG_BED_SIZE_4_3x,
.icon_soDOG_BED_SIZE_4_selected,
.icon_soDOG_BED_SIZE_4_selected_2x,
.icon_soDOG_BED_SIZE_4_selected_3x,
.icon_soDOG_TSHIRT_SIZE_1,
.icon_soDOG_TSHIRT_SIZE_2,
.icon_soDOG_TSHIRT_SIZE_4 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soDOG.png); }
.icon_soDOG_BED_SIZE_1_default { width: 36px; height: 36px; background-position: -180px -288px; }
.icon_soDOG_BED_SIZE_1_default_2x { width: 72px; height: 72px; background-position: -180px -216px; }
.icon_soDOG_BED_SIZE_1_default_3x { width: 108px; height: 108px; background-position: -216px 0px; }
.icon_soDOG_BED_SIZE_1.disabled { width: 36px; height: 36px; background-position: -144px -288px; }
.icon_soDOG_BED_SIZE_1_2x.disabled_2x { width: 72px; height: 72px; background-position: -108px -216px; }
.icon_soDOG_BED_SIZE_1 { width: 36px; height: 36px; background-position: -288px -288px; }
.icon_soDOG_BED_SIZE_1:hover, .icon_soDOG_BED_SIZE_1.active { width: 36px; height: 36px; background-position: -396px -150px; }
.icon_soDOG_BED_SIZE_1_selected { width: 36px; height: 36px; background-position: -360px -288px; }
.icon_soDOG_BED_SIZE_2_default { width: 36px; height: 36px; background-position: -108px -288px; }
.icon_soDOG_BED_SIZE_2_default_2x { width: 72px; height: 72px; background-position: -324px -144px; }
.icon_soDOG_BED_SIZE_2_default_3x { width: 108px; height: 108px; background-position: -108px -108px; }
.icon_soDOG_BED_SIZE_2.disabled { width: 36px; height: 36px; background-position: -216px -288px; }
.icon_soDOG_BED_SIZE_2_2x.disabled_2x { width: 72px; height: 72px; background-position: -324px -72px; }
.icon_soDOG_BED_SIZE_2_3x.disabled_3x { width: 108px; height: 108px; background-position: -216px -108px; }
.icon_soDOG_BED_SIZE_2 { width: 36px; height: 36px; background-position: -396px -294px; }
.icon_soDOG_BED_SIZE_2:hover, .icon_soDOG_BED_SIZE_2.active { width: 36px; height: 36px; background-position: -396px -330px; }
.icon_soDOG_BED_SIZE_2_selected { width: 36px; height: 36px; background-position: -324px -288px; }
.icon_soDOG_BED_SIZE_2_selected_2x { width: 72px; height: 72px; background-position: -324px 0px; }
.icon_soDOG_BED_SIZE_2_selected_3x { width: 108px; height: 108px; background-position: 0px 0px; }
.icon_soDOG_BED_SIZE_4_default { width: 36px; height: 36px; background-position: 0px -396px; }
.icon_soDOG_BED_SIZE_4_default_2x { width: 72px; height: 72px; background-position: -252px -216px; }
.icon_soDOG_BED_SIZE_4_default_3x { width: 108px; height: 108px; background-position: 0px -216px; }
.icon_soDOG_BED_SIZE_4.disabled { width: 36px; height: 36px; background-position: -252px -288px; }
.icon_soDOG_BED_SIZE_4_2x.disabled_2x { width: 72px; height: 72px; background-position: 0px -324px; }
.icon_soDOG_BED_SIZE_4_3x.disabled_3x { width: 108px; height: 108px; background-position: 0px -108px; }
.icon_soDOG_BED_SIZE_4 { width: 36px; height: 36px; background-position: -396px -186px; }
.icon_soDOG_BED_SIZE_4:hover, .icon_soDOG_BED_SIZE_4.active { width: 36px; height: 36px; background-position: -396px -222px; }
.icon_soDOG_BED_SIZE_4_selected { width: 36px; height: 36px; background-position: -396px -258px; }
.icon_soDOG_BED_SIZE_4_selected_2x { width: 72px; height: 72px; background-position: -324px -216px; }
.icon_soDOG_BED_SIZE_4_selected_3x { width: 108px; height: 108px; background-position: -108px 0px; }
.icon_soDOG_TSHIRT_SIZE_1.disabled { width: 50px; height: 50px; background-position: -122px -324px; }
.icon_soDOG_TSHIRT_SIZE_1 { width: 50px; height: 50px; background-position: -172px -324px; }
.icon_soDOG_TSHIRT_SIZE_1:hover, .icon_soDOG_TSHIRT_SIZE_1.active { width: 50px; height: 50px; background-position: -222px -324px; }
.icon_soDOG_TSHIRT_SIZE_2.disabled { width: 50px; height: 50px; background-position: -272px -324px; }
.icon_soDOG_TSHIRT_SIZE_2 { width: 50px; height: 50px; background-position: -322px -324px; }
.icon_soDOG_TSHIRT_SIZE_2:hover, .icon_soDOG_TSHIRT_SIZE_2.active { width: 50px; height: 50px; background-position: -396px 0px; }
.icon_soDOG_TSHIRT_SIZE_4.disabled { width: 50px; height: 50px; background-position: -396px -50px; }
.icon_soDOG_TSHIRT_SIZE_4 { width: 50px; height: 50px; background-position: -396px -100px; }
.icon_soDOG_TSHIRT_SIZE_4:hover, .icon_soDOG_TSHIRT_SIZE_4.active { width: 50px; height: 50px; background-position: -72px -324px; }.icon_soDRAWSTRING_BAG_SIZE_1,
.icon_soDRAWSTRING_BAG_SIZE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soDRAWSTRING.png); }
.icon_soDRAWSTRING_BAG_SIZE_1.disabled { width: 32px; height: 32px; background-position: -38px -38px; }
.icon_soDRAWSTRING_BAG_SIZE_1 { width: 32px; height: 32px; background-position: -76px 0px; }
.icon_soDRAWSTRING_BAG_SIZE_1:hover, .icon_soDRAWSTRING_BAG_SIZE_1.active { width: 32px; height: 32px; background-position: -76px -32px; }
.icon_soDRAWSTRING_BAG_SIZE_2.disabled { width: 38px; height: 38px; background-position: 0px 0px; }
.icon_soDRAWSTRING_BAG_SIZE_2 { width: 38px; height: 38px; background-position: -38px 0px; }
.icon_soDRAWSTRING_BAG_SIZE_2:hover, .icon_soDRAWSTRING_BAG_SIZE_2.active { width: 38px; height: 38px; background-position: 0px -38px; }.icon_soDRY_ERASE_DECAL_SIZE_1,
.icon_soDRY_ERASE_DECAL_SIZE_2,
.icon_soDRY_ERASE_DECAL_SIZE_4 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soDRY.png); }
.icon_soDRY_ERASE_DECAL_SIZE_1 { width: 20px; height: 14px; background-position: 0px -37px; }
.icon_soDRY_ERASE_DECAL_SIZE_1:hover, .icon_soDRY_ERASE_DECAL_SIZE_1.active { width: 20px; height: 14px; background-position: -20px -37px; }
.icon_soDRY_ERASE_DECAL_SIZE_2 { width: 34px; height: 22px; background-position: 0px 0px; }
.icon_soDRY_ERASE_DECAL_SIZE_2:hover, .icon_soDRY_ERASE_DECAL_SIZE_2.active { width: 34px; height: 22px; background-position: -34px 0px; }
.icon_soDRY_ERASE_DECAL_SIZE_4 { width: 34px; height: 15px; background-position: 0px -22px; }
.icon_soDRY_ERASE_DECAL_SIZE_4:hover, .icon_soDRY_ERASE_DECAL_SIZE_4.active { width: 34px; height: 15px; background-position: -34px -22px; }.icon_soDUVET_BACK_STYLE_1,
.icon_soDUVET_BACK_STYLE_1_2x,
.icon_soDUVET_BACK_STYLE_1_3x,
.icon_soDUVET_BACK_STYLE_2,
.icon_soDUVET_BACK_STYLE_2_2x,
.icon_soDUVET_BACK_STYLE_2_3x,
.icon_soDUVET_BACK_STYLE_4,
.icon_soDUVET_BACK_STYLE_4_2x,
.icon_soDUVET_BACK_STYLE_4_3x,
.icon_soDUVET_BACK_STYLE_8,
.icon_soDUVET_BACK_STYLE_8_2x,
.icon_soDUVET_BACK_STYLE_8_3x,
.icon_soDUVET_SIZE_1,
.icon_soDUVET_SIZE_1_2x,
.icon_soDUVET_SIZE_2,
.icon_soDUVET_SIZE_2_2x,
.icon_soDUVET_SIZE_4,
.icon_soDUVET_SIZE_4_2x { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soDUVET.png); }
.icon_soDUVET_BACK_STYLE_1 { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soDUVET_BACK_STYLE_1_2x { width: 44px; height: 44px; background-position: 0px -192px; }
.icon_soDUVET_BACK_STYLE_1_3x { width: 44px; height: 44px; background-position: -88px -192px; }
.icon_soDUVET_BACK_STYLE_1:hover, .icon_soDUVET_BACK_STYLE_1.active { width: 48px; height: 48px; background-position: -48px -48px; }
.icon_soDUVET_BACK_STYLE_1_2x:hover, .icon_soDUVET_BACK_STYLE_1_2x.active_2x_2x { width: 48px; height: 48px; background-position: -96px 0px; }
.icon_soDUVET_BACK_STYLE_1_3x:hover, .icon_soDUVET_BACK_STYLE_1_3x.active_3x_3x { width: 48px; height: 48px; background-position: -96px -48px; }
.icon_soDUVET_BACK_STYLE_2 { width: 48px; height: 48px; background-position: 0px -96px; }
.icon_soDUVET_BACK_STYLE_2_2x { width: 44px; height: 44px; background-position: -44px -192px; }
.icon_soDUVET_BACK_STYLE_2_3x { width: 44px; height: 44px; background-position: -192px -44px; }
.icon_soDUVET_BACK_STYLE_2:hover, .icon_soDUVET_BACK_STYLE_2.active { width: 48px; height: 48px; background-position: -144px 0px; }
.icon_soDUVET_BACK_STYLE_2_2x:hover, .icon_soDUVET_BACK_STYLE_2_2x.active_2x_2x { width: 48px; height: 48px; background-position: -144px -48px; }
.icon_soDUVET_BACK_STYLE_2_3x:hover, .icon_soDUVET_BACK_STYLE_2_3x.active_3x_3x { width: 48px; height: 48px; background-position: -144px -96px; }
.icon_soDUVET_BACK_STYLE_4 { width: 48px; height: 48px; background-position: 0px -144px; }
.icon_soDUVET_BACK_STYLE_4_2x { width: 44px; height: 44px; background-position: -132px -192px; }
.icon_soDUVET_BACK_STYLE_4_3x { width: 44px; height: 44px; background-position: -192px 0px; }
.icon_soDUVET_BACK_STYLE_4:hover, .icon_soDUVET_BACK_STYLE_4.active { width: 48px; height: 48px; background-position: -144px -144px; }
.icon_soDUVET_BACK_STYLE_4_2x:hover, .icon_soDUVET_BACK_STYLE_4_2x.active_2x_2x { width: 48px; height: 48px; background-position: -96px -144px; }
.icon_soDUVET_BACK_STYLE_4_3x:hover, .icon_soDUVET_BACK_STYLE_4_3x.active_3x_3x { width: 48px; height: 48px; background-position: -48px -144px; }
.icon_soDUVET_BACK_STYLE_8 { width: 48px; height: 48px; background-position: -96px -96px; }
.icon_soDUVET_BACK_STYLE_8_2x { width: 44px; height: 44px; background-position: -192px -88px; }
.icon_soDUVET_BACK_STYLE_8_3x { width: 44px; height: 44px; background-position: -192px -132px; }
.icon_soDUVET_BACK_STYLE_8:hover, .icon_soDUVET_BACK_STYLE_8.active { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soDUVET_BACK_STYLE_8_2x:hover, .icon_soDUVET_BACK_STYLE_8_2x.active_2x_2x { width: 48px; height: 48px; background-position: -48px -96px; }
.icon_soDUVET_BACK_STYLE_8_3x:hover, .icon_soDUVET_BACK_STYLE_8_3x.active_3x_3x { width: 48px; height: 48px; background-position: 0px -48px; }
.icon_soDUVET_SIZE_1.disabled { width: 18px; height: 28px; background-position: -126px -236px; }
.icon_soDUVET_SIZE_1_2x.disabled_2x { width: 20px; height: 28px; background-position: -88px -236px; }
.icon_soDUVET_SIZE_1 { width: 18px; height: 28px; background-position: -108px -236px; }
.icon_soDUVET_SIZE_1_2x { width: 20px; height: 28px; background-position: -68px -236px; }
.icon_soDUVET_SIZE_1:hover, .icon_soDUVET_SIZE_1.active { width: 18px; height: 28px; background-position: -144px -236px; }
.icon_soDUVET_SIZE_1_2x:hover, .icon_soDUVET_SIZE_1_2x.active_2x_2x { width: 20px; height: 28px; background-position: -48px -236px; }
.icon_soDUVET_SIZE_2.disabled { width: 24px; height: 28px; background-position: -236px -112px; }
.icon_soDUVET_SIZE_2_2x.disabled_2x { width: 24px; height: 28px; background-position: -24px -236px; }
.icon_soDUVET_SIZE_2 { width: 24px; height: 28px; background-position: -236px -140px; }
.icon_soDUVET_SIZE_2_2x { width: 24px; height: 28px; background-position: -236px -168px; }
.icon_soDUVET_SIZE_2:hover, .icon_soDUVET_SIZE_2.active { width: 24px; height: 28px; background-position: -236px -196px; }
.icon_soDUVET_SIZE_2_2x:hover, .icon_soDUVET_SIZE_2_2x.active_2x_2x { width: 24px; height: 28px; background-position: 0px -236px; }
.icon_soDUVET_SIZE_4.disabled { width: 30px; height: 28px; background-position: -236px -56px; }
.icon_soDUVET_SIZE_4_2x.disabled_2x { width: 30px; height: 28px; background-position: -236px -28px; }
.icon_soDUVET_SIZE_4 { width: 30px; height: 28px; background-position: -236px 0px; }
.icon_soDUVET_SIZE_4_2x { width: 30px; height: 28px; background-position: -206px -192px; }
.icon_soDUVET_SIZE_4:hover, .icon_soDUVET_SIZE_4.active { width: 30px; height: 28px; background-position: -176px -192px; }
.icon_soDUVET_SIZE_4_2x:hover, .icon_soDUVET_SIZE_4_2x.active_2x_2x { width: 30px; height: 28px; background-position: -236px -84px; }.icon_soENGRAVED_METAL_COLOR_1,
.icon_soENGRAVED_METAL_COLOR_2,
.icon_soENGRAVED_METAL_COLOR_4 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soENGRAVED.png); }
.icon_soENGRAVED_METAL_COLOR_1.disabled { width: 44px; height: 44px; background-position: -48px -48px; }
.icon_soENGRAVED_METAL_COLOR_1 { width: 44px; height: 44px; background-position: -96px 0px; }
.icon_soENGRAVED_METAL_COLOR_1:hover, .icon_soENGRAVED_METAL_COLOR_1.active { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soENGRAVED_METAL_COLOR_2.disabled { width: 44px; height: 44px; background-position: -96px -44px; }
.icon_soENGRAVED_METAL_COLOR_2 { width: 44px; height: 44px; background-position: 0px -96px; }
.icon_soENGRAVED_METAL_COLOR_2:hover, .icon_soENGRAVED_METAL_COLOR_2.active { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soENGRAVED_METAL_COLOR_4.disabled { width: 44px; height: 44px; background-position: -44px -96px; }
.icon_soENGRAVED_METAL_COLOR_4 { width: 44px; height: 44px; background-position: -88px -96px; }
.icon_soENGRAVED_METAL_COLOR_4:hover, .icon_soENGRAVED_METAL_COLOR_4.active { width: 48px; height: 48px; background-position: 0px -48px; }.icon_soFOIL_COLOR_1,
.icon_soFOIL_COLOR_1_2x,
.icon_soFOIL_COLOR_1_3x,
.icon_soFOIL_COLOR_16,
.icon_soFOIL_COLOR_2,
.icon_soFOIL_COLOR_2_2x,
.icon_soFOIL_COLOR_2_3x,
.icon_soFOIL_COLOR_4,
.icon_soFOIL_COLOR_4_2x,
.icon_soFOIL_COLOR_4_3x,
.icon_soFOIL_COLOR_8,
.icon_soFOIL_COLOR_8_2x,
.icon_soFOIL_COLOR_8_3x { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soFOIL.png); }
.icon_soFOIL_COLOR_1.disabled { width: 28px; height: 28px; background-position: -28px -364px; }
.icon_soFOIL_COLOR_1_2x.disabled_2x { width: 56px; height: 56px; background-position: -336px -56px; }
.icon_soFOIL_COLOR_1_3x.disabled_3x { width: 84px; height: 84px; background-position: 0px -84px; }
.icon_soFOIL_COLOR_1 { width: 28px; height: 28px; background-position: -312px -308px; }
.icon_soFOIL_COLOR_1_2x { width: 56px; height: 56px; background-position: -280px -252px; }
.icon_soFOIL_COLOR_1_3x { width: 84px; height: 84px; background-position: -168px -84px; }
.icon_soFOIL_COLOR_1:hover, .icon_soFOIL_COLOR_1.active { width: 28px; height: 28px; background-position: -144px -308px; }
.icon_soFOIL_COLOR_1_2x:hover, .icon_soFOIL_COLOR_1_2x.active_2x_2x { width: 56px; height: 56px; background-position: 0px -252px; }
.icon_soFOIL_COLOR_1_3x:hover, .icon_soFOIL_COLOR_1_3x.active_3x_3x { width: 84px; height: 84px; background-position: -168px -168px; }
.icon_soFOIL_COLOR_16 { width: 44px; height: 44px; background-position: -56px -308px; }
.icon_soFOIL_COLOR_16:hover, .icon_soFOIL_COLOR_16.active { width: 44px; height: 44px; background-position: -100px -308px; }
.icon_soFOIL_COLOR_2.disabled { width: 28px; height: 28px; background-position: -228px -308px; }
.icon_soFOIL_COLOR_2_2x.disabled_2x { width: 56px; height: 56px; background-position: -56px -252px; }
.icon_soFOIL_COLOR_2_3x.disabled_3x { width: 84px; height: 84px; background-position: -252px -168px; }
.icon_soFOIL_COLOR_2 { width: 28px; height: 28px; background-position: 0px -364px; }
.icon_soFOIL_COLOR_2_2x { width: 56px; height: 56px; background-position: -168px -252px; }
.icon_soFOIL_COLOR_2_3x { width: 84px; height: 84px; background-position: -252px -84px; }
.icon_soFOIL_COLOR_2:hover, .icon_soFOIL_COLOR_2.active { width: 28px; height: 28px; background-position: -336px -280px; }
.icon_soFOIL_COLOR_2_2x:hover, .icon_soFOIL_COLOR_2_2x.active_2x_2x { width: 56px; height: 56px; background-position: -336px 0px; }
.icon_soFOIL_COLOR_2_3x:hover, .icon_soFOIL_COLOR_2_3x.active_3x_3x { width: 84px; height: 84px; background-position: 0px 0px; }
.icon_soFOIL_COLOR_4.disabled { width: 28px; height: 28px; background-position: -200px -308px; }
.icon_soFOIL_COLOR_4_2x.disabled_2x { width: 56px; height: 56px; background-position: -336px -168px; }
.icon_soFOIL_COLOR_4_3x.disabled_3x { width: 84px; height: 84px; background-position: -252px 0px; }
.icon_soFOIL_COLOR_4 { width: 28px; height: 28px; background-position: -364px -280px; }
.icon_soFOIL_COLOR_4_2x { width: 56px; height: 56px; background-position: 0px -308px; }
.icon_soFOIL_COLOR_4_3x { width: 84px; height: 84px; background-position: -84px -168px; }
.icon_soFOIL_COLOR_4:hover, .icon_soFOIL_COLOR_4.active { width: 28px; height: 28px; background-position: -284px -308px; }
.icon_soFOIL_COLOR_4_2x:hover, .icon_soFOIL_COLOR_4_2x.active_2x_2x { width: 56px; height: 56px; background-position: -336px -224px; }
.icon_soFOIL_COLOR_4_3x:hover, .icon_soFOIL_COLOR_4_3x.active_3x_3x { width: 84px; height: 84px; background-position: 0px -168px; }
.icon_soFOIL_COLOR_8.disabled { width: 28px; height: 28px; background-position: -172px -308px; }
.icon_soFOIL_COLOR_8_2x.disabled_2x { width: 56px; height: 56px; background-position: -336px -112px; }
.icon_soFOIL_COLOR_8_3x.disabled_3x { width: 84px; height: 84px; background-position: -168px 0px; }
.icon_soFOIL_COLOR_8 { width: 28px; height: 28px; background-position: -256px -308px; }
.icon_soFOIL_COLOR_8_2x { width: 56px; height: 56px; background-position: -224px -252px; }
.icon_soFOIL_COLOR_8_3x { width: 84px; height: 84px; background-position: -84px -84px; }
.icon_soFOIL_COLOR_8:hover, .icon_soFOIL_COLOR_8.active { width: 28px; height: 28px; background-position: -340px -308px; }
.icon_soFOIL_COLOR_8_2x:hover, .icon_soFOIL_COLOR_8_2x.active_2x_2x { width: 56px; height: 56px; background-position: -112px -252px; }
.icon_soFOIL_COLOR_8_3x:hover, .icon_soFOIL_COLOR_8_3x.active_3x_3x { width: 84px; height: 84px; background-position: -84px 0px; }.icon_soGARDENSTONE_STYLE_1,
.icon_soGARDENSTONE_STYLE_2,
.icon_soGARDENSTONE_STYLE_4 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soGARDENSTONE.png); }
.icon_soGARDENSTONE_STYLE_1.disabled { width: 22px; height: 18px; background-position: -58px -24px; }
.icon_soGARDENSTONE_STYLE_1 { width: 22px; height: 18px; background-position: -29px -22px; }
.icon_soGARDENSTONE_STYLE_1:hover, .icon_soGARDENSTONE_STYLE_1.active { width: 22px; height: 18px; background-position: -52px -44px; }
.icon_soGARDENSTONE_STYLE_2.disabled { width: 29px; height: 22px; background-position: 0px 0px; }
.icon_soGARDENSTONE_STYLE_2 { width: 29px; height: 22px; background-position: -29px 0px; }
.icon_soGARDENSTONE_STYLE_2:hover, .icon_soGARDENSTONE_STYLE_2.active { width: 29px; height: 22px; background-position: 0px -22px; }
.icon_soGARDENSTONE_STYLE_4.disabled { width: 26px; height: 24px; background-position: -58px 0px; }
.icon_soGARDENSTONE_STYLE_4 { width: 26px; height: 24px; background-position: 0px -44px; }
.icon_soGARDENSTONE_STYLE_4:hover, .icon_soGARDENSTONE_STYLE_4.active { width: 26px; height: 24px; background-position: -26px -44px; }.icon_soGLASS_JAR_SIZE_1,
.icon_soGLASS_JAR_SIZE_2,
.icon_soGLASS_PLATE_SIZE_1,
.icon_soGLASS_PLATE_SIZE_2,
.icon_soGLASS_PLATE_SIZE_4,
.icon_soGLASS_PLATE_SIZE_8,
.icon_soGLASS_PRINT_0,
.icon_soGLASS_PRINT_1,
.icon_soGLASS_PRINT_16,
.icon_soGLASS_PRINT_2,
.icon_soGLASS_PRINT_32,
.icon_soGLASS_PRINT_4,
.icon_soGLASS_PRINT_8,
.icon_soGLASS_VASE_SHAPE_1,
.icon_soGLASS_VASE_SHAPE_2,
.icon_soGLASS_VASE_SHAPE_4,
.icon_soGLASSFRAME_SIZE_1,
.icon_soGLASSFRAME_SIZE_2,
.icon_soGLASSFRAME_SIZE_4,
.icon_soGLASSFRAME_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soGLASS.png); }
.icon_soGLASS_JAR_SIZE_1.disabled { width: 22px; height: 32px; background-position: 0px -70px; }
.icon_soGLASS_JAR_SIZE_1 { width: 22px; height: 32px; background-position: -54px -36px; }
.icon_soGLASS_JAR_SIZE_1:hover, .icon_soGLASS_JAR_SIZE_1.active { width: 22px; height: 32px; background-position: -22px -70px; }
.icon_soGLASS_JAR_SIZE_2.disabled { width: 25px; height: 36px; background-position: 0px -34px; }
.icon_soGLASS_JAR_SIZE_2 { width: 25px; height: 36px; background-position: -25px -34px; }
.icon_soGLASS_JAR_SIZE_2:hover, .icon_soGLASS_JAR_SIZE_2.active { width: 25px; height: 36px; background-position: -54px 0px; }
.icon_soGLASS_PLATE_SIZE_1.disabled { width: 22px; height: 22px; background-position: -137px -22px; }
.icon_soGLASS_PLATE_SIZE_1 { width: 22px; height: 22px; background-position: -137px -44px; }
.icon_soGLASS_PLATE_SIZE_1:hover, .icon_soGLASS_PLATE_SIZE_1.active { width: 22px; height: 22px; background-position: -137px 0px; }
.icon_soGLASS_PLATE_SIZE_2.disabled { width: 18px; height: 18px; background-position: -177px -56px; }
.icon_soGLASS_PLATE_SIZE_2 { width: 18px; height: 18px; background-position: -177px -38px; }
.icon_soGLASS_PLATE_SIZE_2:hover, .icon_soGLASS_PLATE_SIZE_2.active { width: 18px; height: 18px; background-position: -177px -20px; }
.icon_soGLASS_PLATE_SIZE_4.disabled { width: 28px; height: 14px; background-position: -109px -86px; }
.icon_soGLASS_PLATE_SIZE_4 { width: 28px; height: 14px; background-position: -79px -56px; }
.icon_soGLASS_PLATE_SIZE_4:hover, .icon_soGLASS_PLATE_SIZE_4.active { width: 28px; height: 14px; background-position: -96px -156px; }
.icon_soGLASS_PLATE_SIZE_8.disabled { width: 22px; height: 12px; background-position: -124px -156px; }
.icon_soGLASS_PLATE_SIZE_8 { width: 22px; height: 12px; background-position: 0px -174px; }
.icon_soGLASS_PLATE_SIZE_8:hover, .icon_soGLASS_PLATE_SIZE_8.active { width: 22px; height: 12px; background-position: -146px -156px; }
.icon_soGLASS_PRINT_0 { width: 20px; height: 20px; background-position: -177px 0px; }
.icon_soGLASS_PRINT_0:hover, .icon_soGLASS_PRINT_0.active { width: 20px; height: 20px; background-position: -137px -100px; }
.icon_soGLASS_PRINT_1 { width: 26px; height: 20px; background-position: -26px -102px; }
.icon_soGLASS_PRINT_1:hover, .icon_soGLASS_PRINT_1.active { width: 26px; height: 20px; background-position: 0px -102px; }
.icon_soGLASS_PRINT_16 { width: 30px; height: 28px; background-position: -79px -28px; }
.icon_soGLASS_PRINT_16:hover, .icon_soGLASS_PRINT_16.active { width: 30px; height: 28px; background-position: -79px 0px; }
.icon_soGLASS_PRINT_2 { width: 23px; height: 23px; background-position: -109px -40px; }
.icon_soGLASS_PRINT_2:hover, .icon_soGLASS_PRINT_2.active { width: 23px; height: 23px; background-position: -109px -63px; }
.icon_soGLASS_PRINT_32 { width: 27px; height: 34px; background-position: 0px 0px; }
.icon_soGLASS_PRINT_32:hover, .icon_soGLASS_PRINT_32.active { width: 27px; height: 34px; background-position: -27px 0px; }
.icon_soGLASS_PRINT_4 { width: 24px; height: 24px; background-position: -68px -70px; }
.icon_soGLASS_PRINT_4:hover, .icon_soGLASS_PRINT_4.active { width: 24px; height: 24px; background-position: -44px -70px; }
.icon_soGLASS_PRINT_8 { width: 28px; height: 20px; background-position: -109px 0px; }
.icon_soGLASS_PRINT_8:hover, .icon_soGLASS_PRINT_8.active { width: 28px; height: 20px; background-position: -109px -20px; }
.icon_soGLASS_VASE_SHAPE_1.disabled { width: 26px; height: 19px; background-position: -52px -102px; }
.icon_soGLASS_VASE_SHAPE_1 { width: 26px; height: 19px; background-position: -104px -102px; }
.icon_soGLASS_VASE_SHAPE_1:hover, .icon_soGLASS_VASE_SHAPE_1.active { width: 26px; height: 19px; background-position: -78px -102px; }
.icon_soGLASS_VASE_SHAPE_2.disabled { width: 14px; height: 34px; background-position: -137px -66px; }
.icon_soGLASS_VASE_SHAPE_2 { width: 14px; height: 34px; background-position: 0px -122px; }
.icon_soGLASS_VASE_SHAPE_2:hover, .icon_soGLASS_VASE_SHAPE_2.active { width: 14px; height: 34px; background-position: -14px -122px; }
.icon_soGLASS_VASE_SHAPE_4.disabled { width: 16px; height: 29px; background-position: -28px -122px; }
.icon_soGLASS_VASE_SHAPE_4 { width: 16px; height: 29px; background-position: -44px -122px; }
.icon_soGLASS_VASE_SHAPE_4:hover, .icon_soGLASS_VASE_SHAPE_4.active { width: 16px; height: 29px; background-position: -60px -122px; }
.icon_soGLASSFRAME_SIZE_1.disabled { width: 24px; height: 18px; background-position: -72px -156px; }
.icon_soGLASSFRAME_SIZE_1 { width: 24px; height: 18px; background-position: -94px -122px; }
.icon_soGLASSFRAME_SIZE_1:hover, .icon_soGLASSFRAME_SIZE_1.active { width: 24px; height: 18px; background-position: -118px -122px; }
.icon_soGLASSFRAME_SIZE_2.disabled { width: 18px; height: 24px; background-position: -159px -96px; }
.icon_soGLASSFRAME_SIZE_2 { width: 18px; height: 24px; background-position: -159px -72px; }
.icon_soGLASSFRAME_SIZE_2:hover, .icon_soGLASSFRAME_SIZE_2.active { width: 18px; height: 24px; background-position: -159px -48px; }
.icon_soGLASSFRAME_SIZE_4.disabled { width: 24px; height: 18px; background-position: -48px -156px; }
.icon_soGLASSFRAME_SIZE_4 { width: 24px; height: 18px; background-position: -24px -156px; }
.icon_soGLASSFRAME_SIZE_4:hover, .icon_soGLASSFRAME_SIZE_4.active { width: 24px; height: 18px; background-position: 0px -156px; }
.icon_soGLASSFRAME_SIZE_8.disabled { width: 18px; height: 24px; background-position: -159px -24px; }
.icon_soGLASSFRAME_SIZE_8 { width: 18px; height: 24px; background-position: -159px 0px; }
.icon_soGLASSFRAME_SIZE_8:hover, .icon_soGLASSFRAME_SIZE_8.active { width: 18px; height: 24px; background-position: -76px -122px; }.icon_soGLASSFRAME_SIZE_1,
.icon_soGLASSFRAME_SIZE_2,
.icon_soGLASSFRAME_SIZE_4,
.icon_soGLASSFRAME_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soGLASSFRAME.png); }
.icon_soGLASSFRAME_SIZE_1.disabled { width: 24px; height: 18px; background-position: -24px 0px; }
.icon_soGLASSFRAME_SIZE_1 { width: 24px; height: 18px; background-position: -24px -18px; }
.icon_soGLASSFRAME_SIZE_1:hover, .icon_soGLASSFRAME_SIZE_1.active { width: 24px; height: 18px; background-position: 0px -18px; }
.icon_soGLASSFRAME_SIZE_2.disabled { width: 18px; height: 24px; background-position: -48px 0px; }
.icon_soGLASSFRAME_SIZE_2 { width: 18px; height: 24px; background-position: 0px -36px; }
.icon_soGLASSFRAME_SIZE_2:hover, .icon_soGLASSFRAME_SIZE_2.active { width: 18px; height: 24px; background-position: -18px -36px; }
.icon_soGLASSFRAME_SIZE_4.disabled { width: 24px; height: 18px; background-position: 0px 0px; }
.icon_soGLASSFRAME_SIZE_4 { width: 24px; height: 18px; background-position: -36px -36px; }
.icon_soGLASSFRAME_SIZE_4:hover, .icon_soGLASSFRAME_SIZE_4.active { width: 24px; height: 18px; background-position: -66px 0px; }
.icon_soGLASSFRAME_SIZE_8.disabled { width: 18px; height: 24px; background-position: -66px -18px; }
.icon_soGLASSFRAME_SIZE_8 { width: 18px; height: 24px; background-position: 0px -60px; }
.icon_soGLASSFRAME_SIZE_8:hover, .icon_soGLASSFRAME_SIZE_8.active { width: 18px; height: 24px; background-position: -18px -60px; }.icon_soGLITTER_COLOR_1,
.icon_soGLITTER_COLOR_1_2x,
.icon_soGLITTER_COLOR_1_3x,
.icon_soGLITTER_COLOR_2,
.icon_soGLITTER_COLOR_2_2x,
.icon_soGLITTER_COLOR_2_3x,
.icon_soGLITTER_COLOR_4,
.icon_soGLITTER_COLOR_4_2x,
.icon_soGLITTER_COLOR_4_3x { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soGLITTER.png); }
.icon_soGLITTER_COLOR_1.disabled { width: 28px; height: 28px; background-position: -308px -112px; }
.icon_soGLITTER_COLOR_1_2x.disabled_2x { width: 56px; height: 56px; background-position: 0px -252px; }
.icon_soGLITTER_COLOR_1_3x.disabled_3x { width: 84px; height: 84px; background-position: -84px 0px; }
.icon_soGLITTER_COLOR_1 { width: 28px; height: 28px; background-position: -308px -84px; }
.icon_soGLITTER_COLOR_1_2x { width: 56px; height: 56px; background-position: -224px -252px; }
.icon_soGLITTER_COLOR_1_3x { width: 84px; height: 84px; background-position: 0px -84px; }
.icon_soGLITTER_COLOR_1:hover, .icon_soGLITTER_COLOR_1.active { width: 28px; height: 28px; background-position: -308px -28px; }
.icon_soGLITTER_COLOR_1_2x:hover, .icon_soGLITTER_COLOR_1_2x.active_2x_2x { width: 56px; height: 56px; background-position: -56px -252px; }
.icon_soGLITTER_COLOR_1_3x:hover, .icon_soGLITTER_COLOR_1_3x.active_3x_3x { width: 84px; height: 84px; background-position: -168px 0px; }
.icon_soGLITTER_COLOR_2.disabled { width: 28px; height: 28px; background-position: -308px 0px; }
.icon_soGLITTER_COLOR_2_2x.disabled_2x { width: 56px; height: 56px; background-position: -252px -56px; }
.icon_soGLITTER_COLOR_2_3x.disabled_3x { width: 84px; height: 84px; background-position: -168px -84px; }
.icon_soGLITTER_COLOR_2 { width: 28px; height: 28px; background-position: -280px -252px; }
.icon_soGLITTER_COLOR_2_2x { width: 56px; height: 56px; background-position: -252px -112px; }
.icon_soGLITTER_COLOR_2_3x { width: 84px; height: 84px; background-position: -84px -168px; }
.icon_soGLITTER_COLOR_2:hover, .icon_soGLITTER_COLOR_2.active { width: 28px; height: 28px; background-position: -280px -224px; }
.icon_soGLITTER_COLOR_2_2x:hover, .icon_soGLITTER_COLOR_2_2x.active_2x_2x { width: 56px; height: 56px; background-position: -168px -252px; }
.icon_soGLITTER_COLOR_2_3x:hover, .icon_soGLITTER_COLOR_2_3x.active_3x_3x { width: 84px; height: 84px; background-position: -168px -168px; }
.icon_soGLITTER_COLOR_4.disabled { width: 28px; height: 28px; background-position: -252px -224px; }
.icon_soGLITTER_COLOR_4_2x.disabled_2x { width: 56px; height: 56px; background-position: -112px -252px; }
.icon_soGLITTER_COLOR_4_3x.disabled_3x { width: 84px; height: 84px; background-position: 0px -168px; }
.icon_soGLITTER_COLOR_4 { width: 28px; height: 28px; background-position: -280px -280px; }
.icon_soGLITTER_COLOR_4_2x { width: 56px; height: 56px; background-position: -252px 0px; }
.icon_soGLITTER_COLOR_4_3x { width: 84px; height: 84px; background-position: -84px -84px; }
.icon_soGLITTER_COLOR_4:hover, .icon_soGLITTER_COLOR_4.active { width: 28px; height: 28px; background-position: -308px -56px; }
.icon_soGLITTER_COLOR_4_2x:hover, .icon_soGLITTER_COLOR_4_2x.active_2x_2x { width: 56px; height: 56px; background-position: -252px -168px; }
.icon_soGLITTER_COLOR_4_3x:hover, .icon_soGLITTER_COLOR_4_3x.active_3x_3x { width: 84px; height: 84px; background-position: 0px 0px; }.icon_soHANGING_CANVAS_SIZE_11X14_1,
.icon_soHANGING_CANVAS_SIZE_16X20_2,
.icon_soHANGING_CANVAS_SIZE_20X30_4 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soHANGING.png); }
.icon_soHANGING_CANVAS_SIZE_11X14_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soHANGING_CANVAS_SIZE_11X14_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soHANGING_CANVAS_SIZE_11X14_1:hover, .icon_soHANGING_CANVAS_SIZE_11X14_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soHANGING_CANVAS_SIZE_16X20_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soHANGING_CANVAS_SIZE_16X20_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soHANGING_CANVAS_SIZE_16X20_2:hover, .icon_soHANGING_CANVAS_SIZE_16X20_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soHANGING_CANVAS_SIZE_20X30_4.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soHANGING_CANVAS_SIZE_20X30_4 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soHANGING_CANVAS_SIZE_20X30_4:hover, .icon_soHANGING_CANVAS_SIZE_20X30_4.active { width: 50px; height: 50px; background-position: -100px -100px; }.icon_soLAPTOP_CASE_SIZE_1,
.icon_soLAPTOP_CASE_SIZE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soLAPTOP.png); }
.icon_soLAPTOP_CASE_SIZE_1.disabled { width: 36px; height: 26px; background-position: -40px -30px; }
.icon_soLAPTOP_CASE_SIZE_1 { width: 36px; height: 26px; background-position: -80px 0px; }
.icon_soLAPTOP_CASE_SIZE_1:hover, .icon_soLAPTOP_CASE_SIZE_1.active { width: 36px; height: 26px; background-position: -80px -26px; }
.icon_soLAPTOP_CASE_SIZE_2.disabled { width: 40px; height: 30px; background-position: 0px 0px; }
.icon_soLAPTOP_CASE_SIZE_2 { width: 40px; height: 30px; background-position: -40px 0px; }
.icon_soLAPTOP_CASE_SIZE_2:hover, .icon_soLAPTOP_CASE_SIZE_2.active { width: 40px; height: 30px; background-position: 0px -30px; }.icon_soLEASH_SIZE_1,
.icon_soLEASH_SIZE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soLEASH.png); }
.icon_soLEASH_SIZE_1.disabled { width: 56px; height: 20px; background-position: 0px 0px; }
.icon_soLEASH_SIZE_1 { width: 56px; height: 20px; background-position: 0px -20px; }
.icon_soLEASH_SIZE_1:hover, .icon_soLEASH_SIZE_1.active { width: 56px; height: 20px; background-position: -56px 0px; }
.icon_soLEASH_SIZE_2.disabled { width: 56px; height: 20px; background-position: -56px -20px; }
.icon_soLEASH_SIZE_2 { width: 56px; height: 20px; background-position: 0px -40px; }
.icon_soLEASH_SIZE_2:hover, .icon_soLEASH_SIZE_2.active { width: 56px; height: 20px; background-position: -56px -40px; }.icon_soLUGGAGE_TAG_SIZE_1,
.icon_soLUGGAGE_TAG_SIZE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soLUGGAGE.png); }
.icon_soLUGGAGE_TAG_SIZE_1 { width: 19px; height: 13px; background-position: 0px -18px; }
.icon_soLUGGAGE_TAG_SIZE_1:hover, .icon_soLUGGAGE_TAG_SIZE_1.active { width: 19px; height: 13px; background-position: -19px -18px; }
.icon_soLUGGAGE_TAG_SIZE_2 { width: 26px; height: 18px; background-position: 0px 0px; }
.icon_soLUGGAGE_TAG_SIZE_2:hover, .icon_soLUGGAGE_TAG_SIZE_2.active { width: 26px; height: 18px; background-position: -26px 0px; }.icon_soMAGNET_SIZE_1,
.icon_soMAGNET_SIZE_16,
.icon_soMAGNET_SIZE_2,
.icon_soMAGNET_SIZE_4,
.icon_soMAGNET_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soMAGNET.png); }
.icon_soMAGNET_SIZE_1 { width: 19px; height: 13px; background-position: -83px -38px; }
.icon_soMAGNET_SIZE_1:hover, .icon_soMAGNET_SIZE_1.active { width: 19px; height: 13px; background-position: -83px -51px; }
.icon_soMAGNET_SIZE_16 { width: 32px; height: 33px; background-position: 0px 0px; }
.icon_soMAGNET_SIZE_16:hover, .icon_soMAGNET_SIZE_16.active { width: 32px; height: 33px; background-position: -32px 0px; }
.icon_soMAGNET_SIZE_2 { width: 19px; height: 19px; background-position: -83px 0px; }
.icon_soMAGNET_SIZE_2:hover, .icon_soMAGNET_SIZE_2.active { width: 19px; height: 19px; background-position: -83px -19px; }
.icon_soMAGNET_SIZE_4 { width: 19px; height: 31px; background-position: -64px 0px; }
.icon_soMAGNET_SIZE_4:hover, .icon_soMAGNET_SIZE_4.active { width: 19px; height: 31px; background-position: -64px -31px; }
.icon_soMAGNET_SIZE_8 { width: 26px; height: 34px; background-position: 0px -33px; }
.icon_soMAGNET_SIZE_8:hover, .icon_soMAGNET_SIZE_8.active { width: 26px; height: 34px; background-position: -26px -33px; }.icon_soMOUSEPAD_SHAPE_1,
.icon_soMOUSEPAD_SHAPE_2,
.icon_soMOUSEPAD_SHAPE_4,
.icon_soMOUSEPAD_SHAPE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soMOUSEPAD.png); }
.icon_soMOUSEPAD_SHAPE_1.disabled { width: 26px; height: 24px; background-position: -52px -24px; }
.icon_soMOUSEPAD_SHAPE_1 { width: 26px; height: 24px; background-position: 0px -50px; }
.icon_soMOUSEPAD_SHAPE_1:hover, .icon_soMOUSEPAD_SHAPE_1.active { width: 26px; height: 24px; background-position: -26px -50px; }
.icon_soMOUSEPAD_SHAPE_2.disabled { width: 24px; height: 24px; background-position: -78px -48px; }
.icon_soMOUSEPAD_SHAPE_2 { width: 24px; height: 24px; background-position: -78px -24px; }
.icon_soMOUSEPAD_SHAPE_2:hover, .icon_soMOUSEPAD_SHAPE_2.active { width: 24px; height: 24px; background-position: -78px 0px; }
.icon_soMOUSEPAD_SHAPE_4.disabled { width: 26px; height: 25px; background-position: 0px 0px; }
.icon_soMOUSEPAD_SHAPE_4 { width: 26px; height: 25px; background-position: 0px -25px; }
.icon_soMOUSEPAD_SHAPE_4:hover, .icon_soMOUSEPAD_SHAPE_4.active { width: 26px; height: 25px; background-position: -26px 0px; }
.icon_soMOUSEPAD_SHAPE_8.disabled { width: 26px; height: 24px; background-position: -52px 0px; }
.icon_soMOUSEPAD_SHAPE_8 { width: 26px; height: 24px; background-position: -26px -25px; }
.icon_soMOUSEPAD_SHAPE_8:hover, .icon_soMOUSEPAD_SHAPE_8.active { width: 26px; height: 24px; background-position: -52px -50px; }.icon_soMUG_SIZE_1,
.icon_soMUG_SIZE_16,
.icon_soMUG_SIZE_2,
.icon_soMUG_SIZE_32,
.icon_soMUG_SIZE_4,
.icon_soMUG_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soMUG.png); }
.icon_soMUG_SIZE_1 { width: 20px; height: 20px; background-position: -20px 0px; }
.icon_soMUG_SIZE_1:hover, .icon_soMUG_SIZE_1.active { width: 20px; height: 20px; background-position: 0px -40px; }
.icon_soMUG_SIZE_16 { width: 20px; height: 20px; background-position: 0px -20px; }
.icon_soMUG_SIZE_16:hover, .icon_soMUG_SIZE_16.active { width: 20px; height: 20px; background-position: -20px -20px; }
.icon_soMUG_SIZE_2 { width: 20px; height: 20px; background-position: -40px 0px; }
.icon_soMUG_SIZE_2:hover, .icon_soMUG_SIZE_2.active { width: 20px; height: 20px; background-position: -40px -20px; }
.icon_soMUG_SIZE_32 { width: 20px; height: 20px; background-position: 0px 0px; }
.icon_soMUG_SIZE_32:hover, .icon_soMUG_SIZE_32.active { width: 20px; height: 20px; background-position: -20px -40px; }
.icon_soMUG_SIZE_4 { width: 20px; height: 20px; background-position: -40px -40px; }
.icon_soMUG_SIZE_4:hover, .icon_soMUG_SIZE_4.active { width: 20px; height: 20px; background-position: -60px 0px; }
.icon_soMUG_SIZE_8 { width: 20px; height: 20px; background-position: -60px -20px; }
.icon_soMUG_SIZE_8:hover, .icon_soMUG_SIZE_8.active { width: 20px; height: 20px; background-position: -60px -40px; }.icon_soornament_shape_option_1,
.icon_soornament_shape_option_1024,
.icon_soornament_shape_option_128,
.icon_soornament_shape_option_16,
.icon_soornament_shape_option_2,
.icon_soornament_shape_option_2048,
.icon_soornament_shape_option_256,
.icon_soornament_shape_option_32,
.icon_soornament_shape_option_4,
.icon_soornament_shape_option_4096,
.icon_soornament_shape_option_512,
.icon_soornament_shape_option_64,
.icon_soornament_shape_option_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soornament.png); }
.icon_soornament_shape_option_1.disabled { width: 26px; height: 28px; background-position: -26px -68px; }
.icon_soornament_shape_option_1 { width: 26px; height: 28px; background-position: -52px -68px; }
.icon_soornament_shape_option_1:hover, .icon_soornament_shape_option_1.active { width: 26px; height: 28px; background-position: 0px -68px; }
.icon_soornament_shape_option_1024.disabled { width: 26px; height: 24px; background-position: 0px -122px; }
.icon_soornament_shape_option_1024 { width: 26px; height: 24px; background-position: -26px -122px; }
.icon_soornament_shape_option_1024:hover, .icon_soornament_shape_option_1024.active { width: 26px; height: 24px; background-position: -52px -122px; }
.icon_soornament_shape_option_128.disabled { width: 26px; height: 27px; background-position: -102px -54px; }
.icon_soornament_shape_option_128 { width: 26px; height: 27px; background-position: -102px -27px; }
.icon_soornament_shape_option_128:hover, .icon_soornament_shape_option_128.active { width: 26px; height: 27px; background-position: -102px 0px; }
.icon_soornament_shape_option_16.disabled { width: 34px; height: 24px; background-position: -34px -34px; }
.icon_soornament_shape_option_16 { width: 34px; height: 24px; background-position: -68px -24px; }
.icon_soornament_shape_option_16:hover, .icon_soornament_shape_option_16.active { width: 34px; height: 24px; background-position: -68px 0px; }
.icon_soornament_shape_option_2.disabled { width: 28px; height: 17px; background-position: -82px -146px; }
.icon_soornament_shape_option_2 { width: 28px; height: 18px; background-position: -68px -48px; }
.icon_soornament_shape_option_2:hover, .icon_soornament_shape_option_2.active { width: 28px; height: 18px; background-position: -126px -122px; }
.icon_soornament_shape_option_2048.disabled { width: 24px; height: 26px; background-position: -128px -78px; }
.icon_soornament_shape_option_2048 { width: 24px; height: 26px; background-position: -128px -52px; }
.icon_soornament_shape_option_2048:hover, .icon_soornament_shape_option_2048.active { width: 24px; height: 26px; background-position: -78px -68px; }
.icon_soornament_shape_option_256.disabled { width: 22px; height: 28px; background-position: -154px 0px; }
.icon_soornament_shape_option_256 { width: 22px; height: 28px; background-position: -154px -28px; }
.icon_soornament_shape_option_256:hover, .icon_soornament_shape_option_256.active { width: 22px; height: 28px; background-position: -154px -56px; }
.icon_soornament_shape_option_32.disabled { width: 26px; height: 26px; background-position: -128px 0px; }
.icon_soornament_shape_option_32 { width: 26px; height: 26px; background-position: -78px -96px; }
.icon_soornament_shape_option_32:hover, .icon_soornament_shape_option_32.active { width: 26px; height: 26px; background-position: -52px -96px; }
.icon_soornament_shape_option_4.disabled { width: 24px; height: 24px; background-position: -102px -122px; }
.icon_soornament_shape_option_4 { width: 24px; height: 24px; background-position: -104px -96px; }
.icon_soornament_shape_option_4:hover, .icon_soornament_shape_option_4.active { width: 24px; height: 24px; background-position: -78px -122px; }
.icon_soornament_shape_option_4096.disabled { width: 34px; height: 34px; background-position: -34px 0px; }
.icon_soornament_shape_option_4096 { width: 34px; height: 34px; background-position: 0px -34px; }
.icon_soornament_shape_option_4096:hover, .icon_soornament_shape_option_4096.active { width: 34px; height: 34px; background-position: 0px 0px; }
.icon_soornament_shape_option_512.disabled { width: 20px; height: 26px; background-position: -22px -146px; }
.icon_soornament_shape_option_512 { width: 20px; height: 26px; background-position: -42px -146px; }
.icon_soornament_shape_option_512:hover, .icon_soornament_shape_option_512.active { width: 20px; height: 26px; background-position: -62px -146px; }
.icon_soornament_shape_option_64.disabled { width: 22px; height: 27px; background-position: -154px -84px; }
.icon_soornament_shape_option_64 { width: 22px; height: 27px; background-position: -154px -111px; }
.icon_soornament_shape_option_64:hover, .icon_soornament_shape_option_64.active { width: 22px; height: 27px; background-position: 0px -146px; }
.icon_soornament_shape_option_8.disabled { width: 26px; height: 26px; background-position: -26px -96px; }
.icon_soornament_shape_option_8 { width: 26px; height: 26px; background-position: 0px -96px; }
.icon_soornament_shape_option_8:hover, .icon_soornament_shape_option_8.active { width: 26px; height: 26px; background-position: -128px -26px; }.icon_soPAPERWEIGHT_SHAPE_1,
.icon_soPAPERWEIGHT_SHAPE_2,
.icon_soPAPERWEIGHT_SHAPE_4 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soPAPERWEIGHT.png); }
.icon_soPAPERWEIGHT_SHAPE_1.disabled { width: 26px; height: 26px; background-position: 0px 0px; }
.icon_soPAPERWEIGHT_SHAPE_1 { width: 26px; height: 26px; background-position: -26px 0px; }
.icon_soPAPERWEIGHT_SHAPE_1:hover, .icon_soPAPERWEIGHT_SHAPE_1.active { width: 26px; height: 26px; background-position: 0px -26px; }
.icon_soPAPERWEIGHT_SHAPE_2.disabled { width: 24px; height: 24px; background-position: 0px -52px; }
.icon_soPAPERWEIGHT_SHAPE_2 { width: 24px; height: 24px; background-position: -24px -52px; }
.icon_soPAPERWEIGHT_SHAPE_2:hover, .icon_soPAPERWEIGHT_SHAPE_2.active { width: 24px; height: 24px; background-position: -48px -52px; }
.icon_soPAPERWEIGHT_SHAPE_4.disabled { width: 26px; height: 24px; background-position: -26px -26px; }
.icon_soPAPERWEIGHT_SHAPE_4 { width: 26px; height: 24px; background-position: -52px 0px; }
.icon_soPAPERWEIGHT_SHAPE_4:hover, .icon_soPAPERWEIGHT_SHAPE_4.active { width: 26px; height: 24px; background-position: -52px -24px; }.icon_soPENCIL_COLOR_CHIC,
.icon_soPENCIL_COLOR_RAINBOW,
.icon_soPENCIL_COLOR_SILVER,
.icon_soPENCIL_COLOR_WHITE { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soPENCIL.png); }
.icon_soPENCIL_COLOR_CHIC { width: 44px; height: 44px; background-position: 0px 0px; }
.icon_soPENCIL_COLOR_RAINBOW { width: 44px; height: 44px; background-position: -44px 0px; }
.icon_soPENCIL_COLOR_SILVER { width: 44px; height: 44px; background-position: 0px -44px; }
.icon_soPENCIL_COLOR_WHITE { width: 44px; height: 44px; background-position: -44px -44px; }.icon_soPHONE_MODEL_1,
.icon_soPHONE_MODEL_100,
.icon_soPHONE_MODEL_1048576,
.icon_soPHONE_MODEL_128,
.icon_soPHONE_MODEL_131072,
.icon_soPHONE_MODEL_16,
.icon_soPHONE_MODEL_16384,
.icon_soPHONE_MODEL_2,
.icon_soPHONE_MODEL_256,
.icon_soPHONE_MODEL_262144,
.icon_soPHONE_MODEL_32,
.icon_soPHONE_MODEL_32768,
.icon_soPHONE_MODEL_4,
.icon_soPHONE_MODEL_4096,
.icon_soPHONE_MODEL_512,
.icon_soPHONE_MODEL_524288,
.icon_soPHONE_MODEL_64,
.icon_soPHONE_MODEL_65536,
.icon_soPHONE_MODEL_8,
.icon_soPHONE_MODEL_8192,
.icon_soPHONE_MODEL_8388608 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soPHONE.png); }
.icon_soPHONE_MODEL_1 { width: 15px; height: 29px; background-position: -198px -29px; }
.icon_soPHONE_MODEL_1:hover, .icon_soPHONE_MODEL_1.active { width: 15px; height: 29px; background-position: -164px -154px; }
.icon_soPHONE_MODEL_100.disabled { width: 18px; height: 32px; background-position: -162px -64px; }
.icon_soPHONE_MODEL_100 { width: 18px; height: 32px; background-position: -180px -64px; }
.icon_soPHONE_MODEL_100:hover, .icon_soPHONE_MODEL_100.active { width: 18px; height: 32px; background-position: -180px -32px; }
.icon_soPHONE_MODEL_1048576.disabled { width: 21px; height: 38px; background-position: -84px -41px; }
.icon_soPHONE_MODEL_1048576 { width: 21px; height: 38px; background-position: -105px -38px; }
.icon_soPHONE_MODEL_1048576:hover, .icon_soPHONE_MODEL_1048576.active { width: 21px; height: 38px; background-position: -105px 0px; }
.icon_soPHONE_MODEL_128 { width: 17px; height: 29px; background-position: -147px -154px; }
.icon_soPHONE_MODEL_128:hover, .icon_soPHONE_MODEL_128.active { width: 17px; height: 29px; background-position: -130px -154px; }
.icon_soPHONE_MODEL_131072.disabled { width: 18px; height: 37px; background-position: -36px -82px; }
.icon_soPHONE_MODEL_131072 { width: 18px; height: 37px; background-position: -18px -82px; }
.icon_soPHONE_MODEL_131072:hover, .icon_soPHONE_MODEL_131072.active { width: 18px; height: 37px; background-position: 0px -82px; }
.icon_soPHONE_MODEL_16.disabled { width: 18px; height: 35px; background-position: -18px -119px; }
.icon_soPHONE_MODEL_16 { width: 18px; height: 35px; background-position: -36px -119px; }
.icon_soPHONE_MODEL_16:hover, .icon_soPHONE_MODEL_16.active { width: 18px; height: 35px; background-position: -54px -119px; }
.icon_soPHONE_MODEL_16384.disabled { width: 18px; height: 35px; background-position: -54px -82px; }
.icon_soPHONE_MODEL_16384 { width: 18px; height: 35px; background-position: -72px -82px; }
.icon_soPHONE_MODEL_16384:hover, .icon_soPHONE_MODEL_16384.active { width: 18px; height: 35px; background-position: -90px -82px; }
.icon_soPHONE_MODEL_2 { width: 15px; height: 29px; background-position: -198px 0px; }
.icon_soPHONE_MODEL_2:hover, .icon_soPHONE_MODEL_2.active { width: 15px; height: 29px; background-position: -179px -154px; }
.icon_soPHONE_MODEL_256.disabled { width: 21px; height: 41px; background-position: -42px -41px; }
.icon_soPHONE_MODEL_256 { width: 21px; height: 41px; background-position: -21px 0px; }
.icon_soPHONE_MODEL_256:hover, .icon_soPHONE_MODEL_256.active { width: 21px; height: 41px; background-position: 0px -41px; }
.icon_soPHONE_MODEL_262144.disabled { width: 18px; height: 35px; background-position: -144px -35px; }
.icon_soPHONE_MODEL_262144 { width: 18px; height: 35px; background-position: -144px -70px; }
.icon_soPHONE_MODEL_262144:hover, .icon_soPHONE_MODEL_262144.active { width: 18px; height: 35px; background-position: 0px -119px; }
.icon_soPHONE_MODEL_32.disabled { width: 16px; height: 31px; background-position: 0px -154px; }
.icon_soPHONE_MODEL_32 { width: 16px; height: 31px; background-position: -16px -154px; }
.icon_soPHONE_MODEL_32:hover, .icon_soPHONE_MODEL_32.active { width: 16px; height: 31px; background-position: -32px -154px; }
.icon_soPHONE_MODEL_32768.disabled { width: 21px; height: 41px; background-position: -42px 0px; }
.icon_soPHONE_MODEL_32768 { width: 21px; height: 41px; background-position: -84px 0px; }
.icon_soPHONE_MODEL_32768:hover, .icon_soPHONE_MODEL_32768.active { width: 21px; height: 41px; background-position: -63px 0px; }
.icon_soPHONE_MODEL_4.disabled { width: 16px; height: 31px; background-position: -48px -154px; }
.icon_soPHONE_MODEL_4 { width: 16px; height: 31px; background-position: -64px -154px; }
.icon_soPHONE_MODEL_4:hover, .icon_soPHONE_MODEL_4.active { width: 16px; height: 31px; background-position: -80px -154px; }
.icon_soPHONE_MODEL_4096.disabled { width: 18px; height: 32px; background-position: -162px -32px; }
.icon_soPHONE_MODEL_4096 { width: 18px; height: 32px; background-position: -108px -119px; }
.icon_soPHONE_MODEL_4096:hover, .icon_soPHONE_MODEL_4096.active { width: 18px; height: 32px; background-position: -126px -119px; }
.icon_soPHONE_MODEL_512.disabled { width: 18px; height: 32px; background-position: -144px -119px; }
.icon_soPHONE_MODEL_512 { width: 18px; height: 32px; background-position: -162px 0px; }
.icon_soPHONE_MODEL_512:hover, .icon_soPHONE_MODEL_512.active { width: 18px; height: 32px; background-position: -180px -96px; }
.icon_soPHONE_MODEL_524288.disabled { width: 21px; height: 41px; background-position: -21px -41px; }
.icon_soPHONE_MODEL_524288 { width: 21px; height: 41px; background-position: -63px -41px; }
.icon_soPHONE_MODEL_524288:hover, .icon_soPHONE_MODEL_524288.active { width: 21px; height: 41px; background-position: 0px 0px; }
.icon_soPHONE_MODEL_64 { width: 17px; height: 29px; background-position: -113px -154px; }
.icon_soPHONE_MODEL_64:hover, .icon_soPHONE_MODEL_64.active { width: 17px; height: 29px; background-position: -96px -154px; }
.icon_soPHONE_MODEL_65536.disabled { width: 18px; height: 35px; background-position: -72px -119px; }
.icon_soPHONE_MODEL_65536 { width: 18px; height: 35px; background-position: -126px -70px; }
.icon_soPHONE_MODEL_65536:hover, .icon_soPHONE_MODEL_65536.active { width: 18px; height: 35px; background-position: -144px 0px; }
.icon_soPHONE_MODEL_8 { width: 14px; height: 31px; background-position: -198px -58px; }
.icon_soPHONE_MODEL_8:hover, .icon_soPHONE_MODEL_8.active { width: 14px; height: 31px; background-position: -198px -89px; }
.icon_soPHONE_MODEL_8192.disabled { width: 18px; height: 32px; background-position: -90px -119px; }
.icon_soPHONE_MODEL_8192 { width: 18px; height: 32px; background-position: -162px -96px; }
.icon_soPHONE_MODEL_8192:hover, .icon_soPHONE_MODEL_8192.active { width: 18px; height: 32px; background-position: -180px 0px; }
.icon_soPHONE_MODEL_8388608.disabled { width: 18px; height: 35px; background-position: -126px 0px; }
.icon_soPHONE_MODEL_8388608 { width: 18px; height: 35px; background-position: -108px -82px; }
.icon_soPHONE_MODEL_8388608:hover, .icon_soPHONE_MODEL_8388608.active { width: 18px; height: 35px; background-position: -126px -35px; }.icon_soPHOTOCHARM_SHAPE_1,
.icon_soPHOTOCHARM_SHAPE_2,
.icon_soPHOTOCHARM_SHAPE_4 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soPHOTOCHARM.png); }
.icon_soPHOTOCHARM_SHAPE_1 { width: 32px; height: 32px; background-position: 0px 0px; }
.icon_soPHOTOCHARM_SHAPE_1:hover, .icon_soPHOTOCHARM_SHAPE_1.active { width: 32px; height: 32px; background-position: -32px 0px; }
.icon_soPHOTOCHARM_SHAPE_2 { width: 32px; height: 32px; background-position: 0px -32px; }
.icon_soPHOTOCHARM_SHAPE_2:hover, .icon_soPHOTOCHARM_SHAPE_2.active { width: 32px; height: 32px; background-position: -32px -32px; }
.icon_soPHOTOCHARM_SHAPE_4 { width: 32px; height: 32px; background-position: -64px 0px; }
.icon_soPHOTOCHARM_SHAPE_4:hover, .icon_soPHOTOCHARM_SHAPE_4.active { width: 32px; height: 32px; background-position: -64px -32px; }.icon_soPILLOW_SIZE_1,
.icon_soPILLOW_SIZE_16,
.icon_soPILLOW_SIZE_2,
.icon_soPILLOW_SIZE_4,
.icon_soPILLOW_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soPILLOW.png); }
.icon_soPILLOW_SIZE_1 { width: 25px; height: 25px; background-position: 0px -60px; }
.icon_soPILLOW_SIZE_1:hover, .icon_soPILLOW_SIZE_1.active { width: 25px; height: 25px; background-position: -25px -60px; }
.icon_soPILLOW_SIZE_16 { width: 32px; height: 32px; background-position: 0px 0px; }
.icon_soPILLOW_SIZE_16:hover, .icon_soPILLOW_SIZE_16.active { width: 32px; height: 32px; background-position: -32px 0px; }
.icon_soPILLOW_SIZE_2 { width: 28px; height: 28px; background-position: 0px -32px; }
.icon_soPILLOW_SIZE_2:hover, .icon_soPILLOW_SIZE_2.active { width: 28px; height: 28px; background-position: -28px -32px; }
.icon_soPILLOW_SIZE_4 { width: 25px; height: 21px; background-position: -50px -60px; }
.icon_soPILLOW_SIZE_4:hover, .icon_soPILLOW_SIZE_4.active { width: 25px; height: 21px; background-position: -96px 0px; }
.icon_soPILLOW_SIZE_8 { width: 32px; height: 24px; background-position: -64px 0px; }
.icon_soPILLOW_SIZE_8:hover, .icon_soPILLOW_SIZE_8.active { width: 32px; height: 24px; background-position: -64px -24px; }.icon_soPOUCH_STYLE_1,
.icon_soPOUCH_STYLE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soPOUCH.png); }
.icon_soPOUCH_STYLE_1.disabled { width: 19px; height: 18px; background-position: -27px -24px; }
.icon_soPOUCH_STYLE_1 { width: 19px; height: 18px; background-position: -54px 0px; }
.icon_soPOUCH_STYLE_1:hover, .icon_soPOUCH_STYLE_1.active { width: 19px; height: 18px; background-position: -54px -18px; }
.icon_soPOUCH_STYLE_2.disabled { width: 27px; height: 24px; background-position: 0px 0px; }
.icon_soPOUCH_STYLE_2 { width: 27px; height: 24px; background-position: -27px 0px; }
.icon_soPOUCH_STYLE_2:hover, .icon_soPOUCH_STYLE_2.active { width: 27px; height: 24px; background-position: 0px -24px; }.icon_soPUZZLE_PIECES_1,
.icon_soPUZZLE_PIECES_1_2x,
.icon_soPUZZLE_PIECES_2,
.icon_soPUZZLE_PIECES_2_2x,
.icon_soPUZZLE_PIECES_4,
.icon_soPUZZLE_PIECES_4_2x,
.icon_soPUZZLE_PIECES_8,
.icon_soPUZZLE_PIECES_8_2x { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soPUZZLE.png); }
.icon_soPUZZLE_PIECES_1.disabled { width: 36px; height: 22px; background-position: -332px -187px; }
.icon_soPUZZLE_PIECES_1_2x.disabled_2x { width: 72px; height: 44px; background-position: -296px 0px; }
.icon_soPUZZLE_PIECES_1 { width: 36px; height: 22px; background-position: -296px -187px; }
.icon_soPUZZLE_PIECES_1_2x { width: 72px; height: 44px; background-position: 0px -230px; }
.icon_soPUZZLE_PIECES_1:hover, .icon_soPUZZLE_PIECES_1.active { width: 36px; height: 22px; background-position: -332px -165px; }
.icon_soPUZZLE_PIECES_1_2x:hover, .icon_soPUZZLE_PIECES_1_2x.active_2x_2x { width: 72px; height: 44px; background-position: -144px -230px; }
.icon_soPUZZLE_PIECES_2.disabled { width: 36px; height: 22px; background-position: -296px -165px; }
.icon_soPUZZLE_PIECES_2_2x.disabled_2x { width: 72px; height: 44px; background-position: -200px -164px; }
.icon_soPUZZLE_PIECES_2 { width: 36px; height: 22px; background-position: -332px -143px; }
.icon_soPUZZLE_PIECES_2_2x { width: 72px; height: 44px; background-position: -72px -230px; }
.icon_soPUZZLE_PIECES_2:hover, .icon_soPUZZLE_PIECES_2.active { width: 36px; height: 22px; background-position: -296px -143px; }
.icon_soPUZZLE_PIECES_2_2x:hover, .icon_soPUZZLE_PIECES_2_2x.active_2x_2x { width: 72px; height: 44px; background-position: -216px -230px; }
.icon_soPUZZLE_PIECES_4.disabled { width: 50px; height: 33px; background-position: -296px -44px; }
.icon_soPUZZLE_PIECES_4_2x.disabled_2x { width: 100px; height: 66px; background-position: -100px -164px; }
.icon_soPUZZLE_PIECES_4 { width: 50px; height: 33px; background-position: -296px -110px; }
.icon_soPUZZLE_PIECES_4_2x { width: 100px; height: 66px; background-position: 0px -164px; }
.icon_soPUZZLE_PIECES_4:hover, .icon_soPUZZLE_PIECES_4.active { width: 50px; height: 33px; background-position: -296px -77px; }
.icon_soPUZZLE_PIECES_4_2x:hover, .icon_soPUZZLE_PIECES_4_2x.active_2x_2x { width: 100px; height: 66px; background-position: -148px -82px; }
.icon_soPUZZLE_PIECES_8.disabled { width: 74px; height: 41px; background-position: -148px -274px; }
.icon_soPUZZLE_PIECES_8_2x.disabled_2x { width: 148px; height: 82px; background-position: 0px 0px; }
.icon_soPUZZLE_PIECES_8 { width: 74px; height: 41px; background-position: -74px -274px; }
.icon_soPUZZLE_PIECES_8_2x { width: 148px; height: 82px; background-position: 0px -82px; }
.icon_soPUZZLE_PIECES_8:hover, .icon_soPUZZLE_PIECES_8.active { width: 74px; height: 41px; background-position: 0px -274px; }
.icon_soPUZZLE_PIECES_8_2x:hover, .icon_soPUZZLE_PIECES_8_2x.active_2x_2x { width: 148px; height: 82px; background-position: -148px 0px; }.icon_soPZN_FRAME_SIZE_1,
.icon_soPZN_FRAME_SIZE_16,
.icon_soPZN_FRAME_SIZE_2,
.icon_soPZN_FRAME_SIZE_4,
.icon_soPZN_FRAME_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soPZN.png); }
.icon_soPZN_FRAME_SIZE_1 { width: 14px; height: 16px; background-position: -36px 0px; }
.icon_soPZN_FRAME_SIZE_1:hover, .icon_soPZN_FRAME_SIZE_1.active { width: 14px; height: 16px; background-position: -36px -16px; }
.icon_soPZN_FRAME_SIZE_16 { width: 18px; height: 18px; background-position: 0px 0px; }
.icon_soPZN_FRAME_SIZE_16:hover, .icon_soPZN_FRAME_SIZE_16.active { width: 18px; height: 18px; background-position: -18px 0px; }
.icon_soPZN_FRAME_SIZE_2 { width: 16px; height: 14px; background-position: 0px -36px; }
.icon_soPZN_FRAME_SIZE_2:hover, .icon_soPZN_FRAME_SIZE_2.active { width: 16px; height: 14px; background-position: -16px -36px; }
.icon_soPZN_FRAME_SIZE_4 { width: 16px; height: 14px; background-position: -32px -36px; }
.icon_soPZN_FRAME_SIZE_4:hover, .icon_soPZN_FRAME_SIZE_4.active { width: 16px; height: 14px; background-position: -50px 0px; }
.icon_soPZN_FRAME_SIZE_8 { width: 18px; height: 18px; background-position: 0px -18px; }
.icon_soPZN_FRAME_SIZE_8:hover, .icon_soPZN_FRAME_SIZE_8.active { width: 18px; height: 18px; background-position: -18px -18px; }.icon_soSERVING_TRAY_SIZE_1,
.icon_soSERVING_TRAY_SIZE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soSERVING.png); }
.icon_soSERVING_TRAY_SIZE_1 { width: 28px; height: 28px; background-position: 0px 0px; }
.icon_soSERVING_TRAY_SIZE_1:hover, .icon_soSERVING_TRAY_SIZE_1.active { width: 28px; height: 28px; background-position: -28px 0px; }
.icon_soSERVING_TRAY_SIZE_2 { width: 28px; height: 28px; background-position: 0px -28px; }
.icon_soSERVING_TRAY_SIZE_2:hover, .icon_soSERVING_TRAY_SIZE_2.active { width: 28px; height: 28px; background-position: -28px -28px; }.icon_soSHAM_SIZE_1,
.icon_soSHAM_SIZE_1_2x,
.icon_soSHAM_SIZE_2,
.icon_soSHAM_SIZE_2_2x { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soSHAM.png); }
.icon_soSHAM_SIZE_1.disabled { width: 30px; height: 20px; background-position: -60px -72px; }
.icon_soSHAM_SIZE_1_2x.disabled_2x { width: 30px; height: 20px; background-position: -72px 0px; }
.icon_soSHAM_SIZE_1 { width: 30px; height: 20px; background-position: -30px -72px; }
.icon_soSHAM_SIZE_1_2x { width: 30px; height: 20px; background-position: 0px -72px; }
.icon_soSHAM_SIZE_1:hover, .icon_soSHAM_SIZE_1.active { width: 30px; height: 20px; background-position: -72px -40px; }
.icon_soSHAM_SIZE_1_2x:hover, .icon_soSHAM_SIZE_1_2x.active_2x_2x { width: 30px; height: 20px; background-position: -72px -20px; }
.icon_soSHAM_SIZE_2.disabled { width: 36px; height: 24px; background-position: 0px 0px; }
.icon_soSHAM_SIZE_2_2x.disabled_2x { width: 36px; height: 24px; background-position: -36px -48px; }
.icon_soSHAM_SIZE_2 { width: 36px; height: 24px; background-position: 0px -48px; }
.icon_soSHAM_SIZE_2_2x { width: 36px; height: 24px; background-position: -36px -24px; }
.icon_soSHAM_SIZE_2:hover, .icon_soSHAM_SIZE_2.active { width: 36px; height: 24px; background-position: 0px -24px; }
.icon_soSHAM_SIZE_2_2x:hover, .icon_soSHAM_SIZE_2_2x.active_2x_2x { width: 36px; height: 24px; background-position: -36px 0px; }.icon_soTABLE_RUNNER_SIZE_1,
.icon_soTABLE_RUNNER_SIZE_2,
.icon_soTABLET_MODEL_1,
.icon_soTABLET_MODEL_2,
.icon_soTABLET_MODEL_3 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soTABLE.png); }
.icon_soTABLE_RUNNER_SIZE_1 { width: 30px; height: 8px; background-position: -66px -20px; }
.icon_soTABLE_RUNNER_SIZE_1:hover, .icon_soTABLE_RUNNER_SIZE_1.active { width: 30px; height: 8px; background-position: -66px -28px; }
.icon_soTABLE_RUNNER_SIZE_2 { width: 34px; height: 10px; background-position: -66px 0px; }
.icon_soTABLE_RUNNER_SIZE_2:hover, .icon_soTABLE_RUNNER_SIZE_2.active { width: 34px; height: 10px; background-position: -66px -10px; }
.icon_soTABLET_MODEL_1 { width: 22px; height: 33px; background-position: 0px 0px; }
.icon_soTABLET_MODEL_1:hover, .icon_soTABLET_MODEL_1.active { width: 22px; height: 33px; background-position: -22px 0px; }
.icon_soTABLET_MODEL_2 { width: 22px; height: 33px; background-position: -44px 0px; }
.icon_soTABLET_MODEL_2:hover, .icon_soTABLET_MODEL_2.active { width: 22px; height: 33px; background-position: 0px -33px; }
.icon_soTABLET_MODEL_3 { width: 18px; height: 27px; background-position: -22px -33px; }
.icon_soTABLET_MODEL_3:hover, .icon_soTABLET_MODEL_3.active { width: 18px; height: 27px; background-position: -40px -33px; }.icon_soTABLET_MODEL_1,
.icon_soTABLET_MODEL_2,
.icon_soTABLET_MODEL_3 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soTABLET.png); }
.icon_soTABLET_MODEL_1 { width: 22px; height: 33px; background-position: 0px 0px; }
.icon_soTABLET_MODEL_1:hover, .icon_soTABLET_MODEL_1.active { width: 22px; height: 33px; background-position: -22px 0px; }
.icon_soTABLET_MODEL_2 { width: 22px; height: 33px; background-position: -44px 0px; }
.icon_soTABLET_MODEL_2:hover, .icon_soTABLET_MODEL_2.active { width: 22px; height: 33px; background-position: 0px -33px; }
.icon_soTABLET_MODEL_3 { width: 18px; height: 27px; background-position: -22px -33px; }
.icon_soTABLET_MODEL_3:hover, .icon_soTABLET_MODEL_3.active { width: 18px; height: 27px; background-position: -40px -33px; }.icon_soTOTE_STYLE_1,
.icon_soTOTE_STYLE_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soTOTE.png); }
.icon_soTOTE_STYLE_1.disabled { width: 26px; height: 32px; background-position: 0px 0px; }
.icon_soTOTE_STYLE_1 { width: 26px; height: 32px; background-position: -26px 0px; }
.icon_soTOTE_STYLE_1:hover, .icon_soTOTE_STYLE_1.active { width: 26px; height: 32px; background-position: -52px 0px; }
.icon_soTOTE_STYLE_2.disabled { width: 24px; height: 28px; background-position: 0px -32px; }
.icon_soTOTE_STYLE_2 { width: 24px; height: 28px; background-position: -24px -32px; }
.icon_soTOTE_STYLE_2:hover, .icon_soTOTE_STYLE_2.active { width: 24px; height: 28px; background-position: -48px -32px; }.icon_soWALLART_SIZE_1,
.icon_soWALLART_SIZE_1024,
.icon_soWALLART_SIZE_128,
.icon_soWALLART_SIZE_16,
.icon_soWALLART_SIZE_16384,
.icon_soWALLART_SIZE_2,
.icon_soWALLART_SIZE_2048,
.icon_soWALLART_SIZE_256,
.icon_soWALLART_SIZE_262144,
.icon_soWALLART_SIZE_262144_2x,
.icon_soWALLART_SIZE_262144_3x,
.icon_soWALLART_SIZE_32,
.icon_soWALLART_SIZE_32768,
.icon_soWALLART_SIZE_4,
.icon_soWALLART_SIZE_4096,
.icon_soWALLART_SIZE_512,
.icon_soWALLART_SIZE_524288,
.icon_soWALLART_SIZE_524288_2x,
.icon_soWALLART_SIZE_524288_3x,
.icon_soWALLART_SIZE_64,
.icon_soWALLART_SIZE_65536,
.icon_soWALLART_SIZE_8,
.icon_soWALLART_SIZE_8192 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soWALLART.png); }
.icon_soWALLART_SIZE_1 { width: 33px; height: 22px; background-position: -351px -264px; }
.icon_soWALLART_SIZE_1:hover, .icon_soWALLART_SIZE_1.active { width: 34px; height: 26px; background-position: -204px -168px; }
.icon_soWALLART_SIZE_1024 { width: 28px; height: 12px; background-position: -288px -238px; }
.icon_soWALLART_SIZE_1024:hover, .icon_soWALLART_SIZE_1024.active { width: 28px; height: 12px; background-position: -288px -250px; }
.icon_soWALLART_SIZE_128 { width: 18px; height: 28px; background-position: -250px -238px; }
.icon_soWALLART_SIZE_128:hover, .icon_soWALLART_SIZE_128.active { width: 18px; height: 28px; background-position: -294px -204px; }
.icon_soWALLART_SIZE_16 { width: 18px; height: 18px; background-position: 0px -288px; }
.icon_soWALLART_SIZE_16:hover, .icon_soWALLART_SIZE_16.active { width: 18px; height: 18px; background-position: -18px -288px; }
.icon_soWALLART_SIZE_16384 { width: 10px; height: 10px; background-position: -384px -274px; }
.icon_soWALLART_SIZE_16384:hover, .icon_soWALLART_SIZE_16384.active { width: 10px; height: 10px; background-position: -384px -264px; }
.icon_soWALLART_SIZE_2 { width: 31px; height: 26px; background-position: -170px -128px; }
.icon_soWALLART_SIZE_2:hover, .icon_soWALLART_SIZE_2.active { width: 32px; height: 26px; background-position: -170px -102px; }
.icon_soWALLART_SIZE_2048 { width: 33px; height: 11px; background-position: -170px -154px; }
.icon_soWALLART_SIZE_2048:hover, .icon_soWALLART_SIZE_2048.active { width: 33px; height: 11px; background-position: -114px -272px; }
.icon_soWALLART_SIZE_256 { width: 22px; height: 34px; background-position: -272px -204px; }
.icon_soWALLART_SIZE_256:hover, .icon_soWALLART_SIZE_256.active { width: 22px; height: 34px; background-position: -250px -204px; }
.icon_soWALLART_SIZE_262144.disabled { width: 38px; height: 28px; background-position: -318px -236px; }
.icon_soWALLART_SIZE_262144_2x.disabled_2x { width: 76px; height: 56px; background-position: -318px -112px; }
.icon_soWALLART_SIZE_262144_3x.disabled_3x { width: 114px; height: 84px; background-position: -204px 0px; }
.icon_soWALLART_SIZE_262144 { width: 38px; height: 28px; background-position: -356px -236px; }
.icon_soWALLART_SIZE_262144_2x { width: 76px; height: 56px; background-position: -318px -56px; }
.icon_soWALLART_SIZE_262144_3x { width: 114px; height: 84px; background-position: -204px -84px; }
.icon_soWALLART_SIZE_262144:hover, .icon_soWALLART_SIZE_262144.active { width: 38px; height: 28px; background-position: -352px -202px; }
.icon_soWALLART_SIZE_262144_2x:hover, .icon_soWALLART_SIZE_262144_2x.active_2x_2x { width: 76px; height: 56px; background-position: -318px 0px; }
.icon_soWALLART_SIZE_262144_3x:hover, .icon_soWALLART_SIZE_262144_3x.active_3x_3x { width: 114px; height: 84px; background-position: 0px -204px; }
.icon_soWALLART_SIZE_32 { width: 14px; height: 20px; background-position: -303px -168px; }
.icon_soWALLART_SIZE_32:hover, .icon_soWALLART_SIZE_32.active { width: 14px; height: 20px; background-position: -28px -306px; }
.icon_soWALLART_SIZE_32768 { width: 12px; height: 12px; background-position: -104px -288px; }
.icon_soWALLART_SIZE_32768:hover, .icon_soWALLART_SIZE_32768.active { width: 12px; height: 12px; background-position: -92px -288px; }
.icon_soWALLART_SIZE_4 { width: 33px; height: 24px; background-position: -318px -264px; }
.icon_soWALLART_SIZE_4:hover, .icon_soWALLART_SIZE_4.active { width: 33px; height: 26px; background-position: -238px -168px; }
.icon_soWALLART_SIZE_4096 { width: 25px; height: 25px; background-position: -131px -170px; }
.icon_soWALLART_SIZE_4096:hover, .icon_soWALLART_SIZE_4096.active { width: 25px; height: 25px; background-position: -156px -170px; }
.icon_soWALLART_SIZE_512 { width: 14px; height: 17px; background-position: -50px -288px; }
.icon_soWALLART_SIZE_512:hover, .icon_soWALLART_SIZE_512.active { width: 14px; height: 17px; background-position: -36px -288px; }
.icon_soWALLART_SIZE_524288.disabled { width: 34px; height: 34px; background-position: -318px -202px; }
.icon_soWALLART_SIZE_524288_2x.disabled_2x { width: 68px; height: 68px; background-position: -102px -102px; }
.icon_soWALLART_SIZE_524288_3x.disabled_3x { width: 102px; height: 102px; background-position: -102px 0px; }
.icon_soWALLART_SIZE_524288 { width: 34px; height: 34px; background-position: -352px -168px; }
.icon_soWALLART_SIZE_524288_2x { width: 68px; height: 68px; background-position: -182px -204px; }
.icon_soWALLART_SIZE_524288_3x { width: 102px; height: 102px; background-position: 0px 0px; }
.icon_soWALLART_SIZE_524288:hover, .icon_soWALLART_SIZE_524288.active { width: 34px; height: 34px; background-position: -318px -168px; }
.icon_soWALLART_SIZE_524288_2x:hover, .icon_soWALLART_SIZE_524288_2x.active_2x_2x { width: 68px; height: 68px; background-position: -114px -204px; }
.icon_soWALLART_SIZE_524288_3x:hover, .icon_soWALLART_SIZE_524288_3x.active_3x_3x { width: 102px; height: 102px; background-position: 0px -102px; }
.icon_soWALLART_SIZE_64 { width: 20px; height: 25px; background-position: -181px -170px; }
.icon_soWALLART_SIZE_64:hover, .icon_soWALLART_SIZE_64.active { width: 20px; height: 25px; background-position: -268px -238px; }
.icon_soWALLART_SIZE_65536 { width: 14px; height: 14px; background-position: -64px -288px; }
.icon_soWALLART_SIZE_65536:hover, .icon_soWALLART_SIZE_65536.active { width: 14px; height: 14px; background-position: -78px -288px; }
.icon_soWALLART_SIZE_8 { width: 29px; height: 26px; background-position: -102px -170px; }
.icon_soWALLART_SIZE_8:hover, .icon_soWALLART_SIZE_8.active { width: 32px; height: 26px; background-position: -271px -168px; }
.icon_soWALLART_SIZE_8192 { width: 14px; height: 20px; background-position: -14px -306px; }
.icon_soWALLART_SIZE_8192:hover, .icon_soWALLART_SIZE_8192.active { width: 14px; height: 20px; background-position: 0px -306px; }.icon_soWINEBAG_FABRIC_COLOR_1,
.icon_soWINEBAG_FABRIC_COLOR_2 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soWINEBAG.png); }
.icon_soWINEBAG_FABRIC_COLOR_1.disabled { width: 44px; height: 44px; background-position: 0px 0px; }
.icon_soWINEBAG_FABRIC_COLOR_1 { width: 28px; height: 28px; background-position: 0px -44px; }
.icon_soWINEBAG_FABRIC_COLOR_1:hover, .icon_soWINEBAG_FABRIC_COLOR_1.active { width: 28px; height: 28px; background-position: -28px -44px; }
.icon_soWINEBAG_FABRIC_COLOR_2.disabled { width: 44px; height: 44px; background-position: -44px 0px; }
.icon_soWINEBAG_FABRIC_COLOR_2 { width: 28px; height: 28px; background-position: -56px -44px; }
.icon_soWINEBAG_FABRIC_COLOR_2:hover, .icon_soWINEBAG_FABRIC_COLOR_2.active { width: 28px; height: 28px; background-position: -88px 0px; }.icon_soWOODFRAME_SIZE_1,
.icon_soWOODFRAME_SIZE_16,
.icon_soWOODFRAME_SIZE_2,
.icon_soWOODFRAME_SIZE_4,
.icon_soWOODFRAME_SIZE_8 { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soWOODFRAME.png); }
.icon_soWOODFRAME_SIZE_1.disabled { width: 24px; height: 18px; background-position: -24px -68px; }
.icon_soWOODFRAME_SIZE_1 { width: 24px; height: 18px; background-position: -48px -68px; }
.icon_soWOODFRAME_SIZE_1:hover, .icon_soWOODFRAME_SIZE_1.active { width: 24px; height: 18px; background-position: 0px -68px; }
.icon_soWOODFRAME_SIZE_16.disabled { width: 28px; height: 20px; background-position: -20px 0px; }
.icon_soWOODFRAME_SIZE_16 { width: 28px; height: 20px; background-position: 0px -28px; }
.icon_soWOODFRAME_SIZE_16:hover, .icon_soWOODFRAME_SIZE_16.active { width: 28px; height: 20px; background-position: -48px 0px; }
.icon_soWOODFRAME_SIZE_2.disabled { width: 18px; height: 24px; background-position: -96px 0px; }
.icon_soWOODFRAME_SIZE_2 { width: 18px; height: 24px; background-position: -96px -48px; }
.icon_soWOODFRAME_SIZE_2:hover, .icon_soWOODFRAME_SIZE_2.active { width: 18px; height: 24px; background-position: -96px -24px; }
.icon_soWOODFRAME_SIZE_4.disabled { width: 28px; height: 20px; background-position: -48px -20px; }
.icon_soWOODFRAME_SIZE_4 { width: 28px; height: 20px; background-position: 0px -48px; }
.icon_soWOODFRAME_SIZE_4:hover, .icon_soWOODFRAME_SIZE_4.active { width: 28px; height: 20px; background-position: -28px -48px; }
.icon_soWOODFRAME_SIZE_8.disabled { width: 20px; height: 28px; background-position: -76px 0px; }
.icon_soWOODFRAME_SIZE_8 { width: 20px; height: 28px; background-position: -76px -28px; }
.icon_soWOODFRAME_SIZE_8:hover, .icon_soWOODFRAME_SIZE_8.active { width: 20px; height: 28px; background-position: 0px 0px; }.icon_soWRISTLET_COLOR_BLACK,
.icon_soWRISTLET_COLOR_GOLD { background-image: url(/pipstatic/builds/pip-20180717-1741-cb3e9401-0e4a34f9b/dist/img/soWRISTLET.png); }
.icon_soWRISTLET_COLOR_BLACK { width: 132px; height: 132px; background-position: 0px 0px; }
.icon_soWRISTLET_COLOR_GOLD { width: 132px; height: 132px; background-position: -132px 0px; }/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.labeled-section {
  padding: 0 20px;
  margin-bottom: 25px; }
  .labeled-section .details-section-label {
    margin-bottom: 7px;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    line-height: 1.54;
    color: #58595B;
    font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px; }
  .labeled-section .details-section-icon {
    display: inline-block;
    width: 22px;
    float: left; }
    .labeled-section .details-section-icon .uig-svg-icon {
      display: inline-block;
      width: 22px; }
      .labeled-section .details-section-icon .uig-svg-icon svg {
        width: 22px; }
  .labeled-section .details-section-content {
    font-size: 14px;
    line-height: 1.43;
    color: #58595B;
    font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif; }
    .labeled-section .details-section-content.has-icon {
      margin-left: 38px; }

/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.quantity-option .dropdown {
  width: 100%; }
  .quantity-option .dropdown button {
    width: 100%;
    padding: 0.5rem 1.8rem 0.5rem 1rem; }
    .quantity-option .dropdown button span {
      font-size: 14px;
      line-height: 1.43;
      color: #58595B;
      font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif; }
    .quantity-option .dropdown button > span {
      width: 100%;
      display: inline-block;
      text-align: left;
      vertical-align: middle; }
    .quantity-option .dropdown button > span.caret {
      width: 0; }
    .quantity-option .dropdown button:hover, .quantity-option .dropdown button:active, .quantity-option .dropdown button:focus, .quantity-option .dropdown button:visited {
      background: #FFF;
      border-color: #FFF;
      outline: none; }
  .quantity-option .dropdown.open .btn-default:hover, .quantity-option .dropdown.open .btn-default:active, .quantity-option .dropdown.open .btn-default:focus, .quantity-option .dropdown.open .btn-default:visited {
    background: #FFF;
    border-color: #FFF;
    outline: none; }
  .quantity-option .dropdown .product-quantity {
    float: left; }
  .quantity-option .dropdown span.unit-price {
    margin: 0px 12px 0 5px;
    float: right; }
  .quantity-option .dropdown span.unit-price.discounted {
    color: #CC0000; }
  .quantity-option .dropdown del {
    color: #58595B;
    margin-right: 5px; }
  .quantity-option .dropdown .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    width: 100%; }
    .quantity-option .dropdown .dropdown-menu li a {
      padding: 4px 10px;
      cursor: pointer;
      font-size: 14px;
      line-height: 2.29;
      color: #58595B;
      font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
      text-align: left; }
      .quantity-option .dropdown .dropdown-menu li a > span:after {
        content: '';
        display: block;
        clear: both; }
    .quantity-option .dropdown .dropdown-menu li.selected a span {
      color: #F05323; }

/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
@media (min-width: 768px) {
  .left-content {
    position: relative; }
    .left-content .scroll-lock-top {
      position: fixed;
      z-index: 2;
      top: 60px; }
    .left-content .scroll-lock-down {
      position: absolute;
      top: auto;
      bottom: 5px; } }

.productReviewsContainer, .bloomreachContainer, .aboutProductContainer, #pipBottomArea {
  z-index: 8;
  position: relative; }

.custom-image-container {
  position: relative;
  width: 100%;
  height: 100%; }

.custom-image-container img {
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 768px) {
    .custom-image-container img.main-image {
      position: relative; }
    .custom-image-container img.overlay-image {
      left: 50%;
      transform: translateX(-50%); } }

/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.product-options {
  padding: 0 20px; }
  .product-options > div {
    margin-bottom: 22px;
    position: relative; }
    .product-options > div.deskplq-shape .options-list li span.uig-svg-icon {
      width: 35px;
      height: 35px; }
    .product-options > div.trim .options-list li {
      height: 48px;
      margin-bottom: 0; }
    .product-options > div.card-size .options-list li {
      width: auto; }
      .product-options > div.card-size .options-list li span:not(.active),
      .product-options > div.card-size .options-list li span:not(.active) ~ * {
        cursor: pointer; }
    .product-options > div.blanket-size .options-list li {
      margin-right: 10px; }
    @media (min-width: 992px) {
      .product-options > div {
        padding-left: 138px; }
        .product-options > div.quantity-option > label {
          top: 6px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .product-options > div {
        padding-left: 128px; } }
    .product-options > div.color > span {
      top: 5px; }
    @media (min-width: 992px) {
      .product-options > div.chocolate-type {
        padding-left: 132px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .product-options > div.chocolate-type {
        padding-left: 122px; } }
    .product-options > div.chocolate-type > div .options-list li {
      line-height: 1;
      width: 55px;
      vertical-align: top;
      margin-right: 7px; }
      .product-options > div.chocolate-type > div .options-list li .icon {
        margin: 0 auto 5px auto; }
      .product-options > div.chocolate-type > div .options-list li .option-label {
        line-height: 1.2;
        font-size: 10px; }
    .product-options > div.mug-handle-color {
      margin-bottom: 15px; }
      .product-options > div.mug-handle-color .options-list li span.icon {
        margin: 3px auto; }
        .product-options > div.mug-handle-color .options-list li span.icon.active, .product-options > div.mug-handle-color .options-list li span.icon:hover {
          margin: 0 auto; }
  .product-options .product-option.phone-model {
    margin-bottom: 15px; }
    .product-options .product-option.phone-model .options-list li {
      width: 45px; }
  .product-options .product-option .color-swatch {
    display: inline-block;
    border: 2px solid transparent;
    padding: 0;
    border-radius: 30px;
    margin-right: 3px;
    margin-bottom: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .product-options .product-option .color-swatch.selected, .product-options .product-option .color-swatch:hover {
      border: 2px solid #F05323; }
    .product-options .product-option .color-swatch > span {
      display: inline-block;
      width: 22px;
      height: 22px;
      border-radius: 22px;
      margin: 2px;
      padding: 0;
      vertical-align: middle;
      text-align: center;
      content: "";
      border: 1px solid #C9CACb; }
    .product-options .product-option .color-swatch.none > span {
      display: inline-block;
      overflow: hidden;
      background: linear-gradient(135deg, #fff 0%, #fff 46%, #d6d6d6 48%, #d6d6d6 52%, #fff 54%, #fff 100%); }
  .product-options .product-option.birthstone-type .options-list li {
    max-width: 80px;
    width: 80px; }
  .product-options .product-option .disabled {
    opacity: 0.5;
    pointer-events: none; }
  .product-options .options-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
    .product-options .options-list.empty-labels li {
      margin-bottom: 6px; }
    .product-options .options-list.empty-labels .price {
      display: none; }
    .product-options .options-list.only-labels li {
      margin-bottom: 5px; }
    .product-options .options-list.only-labels .option-label {
      padding-bottom: 2px; }
    .product-options .options-list.only-labels .price {
      display: none; }
    @media (max-width: 480px) {
      .product-options .options-list {
        padding: 0; } }
    .product-options .options-list li {
      margin-right: 5px;
      margin-bottom: 2px;
      text-align: center;
      min-width: 30px;
      max-width: 60px;
      cursor: pointer; }
      .product-options .options-list li span.icon {
        margin-left: auto;
        margin-right: auto; }
      .product-options .options-list li span.uig-svg-icon {
        display: block;
        margin: 0 auto;
        width: 30px;
        height: 30px; }
      .product-options .options-list li span.uig-svg-icon.active svg *, .product-options .options-list li span.uig-svg-icon:hover svg * {
        stroke: #F05323; }
        .product-options .options-list li span.uig-svg-icon.active svg * .foilSelect, .product-options .options-list li span.uig-svg-icon:hover svg * .foilSelect {
          stroke-width: 2px; }
        .product-options .options-list li span.uig-svg-icon.active svg * .foilFill, .product-options .options-list li span.uig-svg-icon:hover svg * .foilFill {
          stroke: #C9CACb; }
      .product-options .options-list li span.icon {
        display: block; }
      .product-options .options-list li span.dynamic-color .tooltipIcon {
        vertical-align: baseline; }
      .product-options .options-list li span.dynamic-color .uig-svg-icon svg * {
        stroke: transparent; }
      .product-options .options-list li span.dynamic-color .uig-svg-icon.active svg *, .product-options .options-list li span.dynamic-color .uig-svg-icon:hover svg * {
        stroke: transparent; }
      .product-options .options-list li div.option-label {
        font-size: 11px;
        line-height: 1.09;
        color: #58595B;
        font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
        text-align: center;
        padding-top: 5px; }
      .product-options .options-list li .price {
        font-size: 10px;
        line-height: 1.09;
        color: #58595B;
        font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
        margin-top: 4px;
        width: 36px;
        margin-left: auto;
        margin-right: auto; }
        .product-options .options-list li .price.empty {
          height: 12px;
          margin-top: 0; }
  .product-options .photo-frame-style .tooltipPopup {
    width: 231px; }
  .product-options .tooltipIcon {
    margin-left: 8px;
    margin-top: 1px;
    vertical-align: top; }
  .product-options .tooltipPopup {
    width: 256px; }
    .product-options .tooltipPopup strong {
      text-align: left; }
    .product-options .tooltipPopup b {
      font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif; }
    .product-options .tooltipPopup p {
      text-align: left;
      font-size: 14px;
      line-height: 1.09;
      color: #58595B;
      font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
      text-transform: none; }
    .product-options .tooltipPopup .magnetic-frames p {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
    .product-options .tooltipPopup .magnetic-frames span {
      font-size: 9px;
      line-height: 1.67;
      color: #58595B;
      font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
      text-transform: none; }
    .product-options .tooltipPopup .magnetic-frames .icon {
      display: block;
      margin-top: 2px; }

@media (min-width: 992px) {
  .product-options .quantity-option label {
    position: absolute;
    left: 0; } }

@media (min-width: 480px) and (max-width: 768px) {
  .product-options .quantity-option label {
    position: absolute;
    top: 6px;
    left: 0; } }

.product-option.format-options .options-list li {
  min-height: auto; }

.product-options .option-title label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.54;
  color: #58595B;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  vertical-align: middle; }

.product-options .option-display-name {
  margin-bottom: 5px;
  display: block;
  max-width: 145px; }
  @media (min-width: 992px) {
    .product-options .option-display-name {
      position: absolute;
      top: 0;
      left: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .product-options .option-display-name {
      position: absolute;
      top: 0;
      left: 0; } }

.product-options .promo {
  font-size: 11px;
  color: #F05323;
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  top: -15px;
  font-style: oblique;
  text-align: right;
  letter-spacing: 0.4px;
  clear: both;
  margin-bottom: 5px; }
  .product-options .promo .uig-svg-icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle; }

.product-options .bannerIcon {
  margin: 0 0 10px;
  padding: 0; }
  .product-options .bannerIcon img {
    cursor: pointer; }

@media (max-width: 820px) {
  #hdSearchContainer {
    display: none; } }

#footer, #subNavWrapper, .brand-SFLY #siteSubNavContainer.siteSubNav3_0,
.siteSubNavContainer.component-wrapper, .siteSubNavContainer #offer-banner-wrapper {
  min-width: 10px; }
  #footer #siteSubNavContainer .sub-bar-item, #subNavWrapper #siteSubNavContainer .sub-bar-item, .brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer .sub-bar-item,
  .siteSubNavContainer.component-wrapper #siteSubNavContainer .sub-bar-item, .siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer .sub-bar-item {
    height: 42px;
    color: #58595b; }
  #footer #siteSubNavContainer .sub-bar-selected, #subNavWrapper #siteSubNavContainer .sub-bar-selected, .brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer .sub-bar-selected,
  .siteSubNavContainer.component-wrapper #siteSubNavContainer .sub-bar-selected, .siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer .sub-bar-selected {
    color: #f05323;
    border-bottom: 2px solid #f05323; }
  #footer #siteSubNavContainer.siteSubNav3_0, #subNavWrapper #siteSubNavContainer.siteSubNav3_0, .brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0,
  .siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0, .siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 {
    min-width: 10px; }
    @media (max-width: 890px) {
      #footer #siteSubNavContainer.siteSubNav3_0 .catItem, #subNavWrapper #siteSubNavContainer.siteSubNav3_0 .catItem, .brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0 .catItem,
      .siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0 .catItem, .siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 .catItem {
        padding: 15px 6px 17px; } }
    @media (max-width: 890px) {
      #footer #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem, #subNavWrapper #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem, .brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem,
      .siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem, .siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem {
        padding-left: 6px; } }
    @media (min-width: 768px) and (max-width: 940px) {
      #footer #siteSubNavContainer.siteSubNav3_0 #srch form, #subNavWrapper #siteSubNavContainer.siteSubNav3_0 #srch form, .brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0 #srch form,
      .siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0 #srch form, .siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 #srch form {
        max-width: 170px; } }
    #footer #siteSubNavContainer.siteSubNav3_0 #srch_err, #subNavWrapper #siteSubNavContainer.siteSubNav3_0 #srch_err, .brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0 #srch_err,
    .siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0 #srch_err, .siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 #srch_err {
      display: none; }

.multicolor-swatch-thumb span {
  background: #a82dd8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82dd8', endColorstr='#e54040',GradientType=1 ); }

.dynamic-color {
  display: inline-block;
  height: 28px;
  width: 28px; }
  .dynamic-color .tooltipIcon {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  .dynamic-color .tooltipPopup {
    position: absolute;
    top: 28px; }

.product-options .NAPKIN_COLOR .option-label, .product-options .NAPKIN_COLOR .price, .product-options .WRISTLET_COLOR .option-label, .product-options .WRISTLET_COLOR .price {
  display: none; }

.product-options .NAPKIN_COLOR li, .product-options .WRISTLET_COLOR li {
  width: 29px;
  height: 29px;
  min-width: auto;
  margin-right: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid transparent; }
  .product-options .NAPKIN_COLOR li.selected, .product-options .NAPKIN_COLOR li:hover, .product-options .WRISTLET_COLOR li.selected, .product-options .WRISTLET_COLOR li:hover {
    border-color: #F05323; }

.product-options .NAPKIN_COLOR .icon, .product-options .WRISTLET_COLOR .icon {
  width: 42px;
  height: 42px;
  transform: scale(0.5);
  transform-origin: 4px 4px;
  border-radius: 50%; }

.product-options .PENCIL_COLOR li span.icon {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border: 1.5px solid #ccc; }

.product-options .PENCIL_COLOR li div.option-label {
  text-align: left;
  margin-left: 2px; }

.product-options .PENCIL_COLOR li.selected .icon, .product-options .PENCIL_COLOR li:hover .icon {
  border-color: #F05323; }

/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.preview-bar {
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  max-height: 116px;
  background-color: white;
  box-shadow: 0 2px 4px 0 #C6C7C9;
  z-index: 10;
  padding: 10px; }
  @media (min-width: 480px) {
    .preview-bar {
      max-height: 150px; } }
  .preview-bar .preview-bar-left {
    width: 96px;
    height: 96px;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 480px) {
      .preview-bar .preview-bar-left {
        width: 130px;
        height: 130px; } }
    .preview-bar .preview-bar-left img {
      max-height: 96px;
      max-width: 96px; }
      @media (min-width: 480px) {
        .preview-bar .preview-bar-left img {
          max-height: 130px;
          max-width: 130px; } }
      .preview-bar .preview-bar-left img.has-overlay-image, .preview-bar .preview-bar-left img.overlay-image {
        position: absolute;
        top: 0;
        left: 0; }
  .preview-bar .preview-bar-right {
    float: right;
    width: 185px;
    height: 96px;
    padding: 20px 0 0 20px; }
    @media (min-width: 480px) {
      .preview-bar .preview-bar-right {
        padding: 35px 0 0 0px;
        width: 255px;
        height: 130px; } }
    .preview-bar .preview-bar-right .preview-bar-subtotal {
      height: 34px;
      font-size: 18px;
      color: #58595B;
      font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
      letter-spacing: 0.5px;
      text-align: right; }
      .preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-strikethrough {
        font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
        display: inline-block;
        text-decoration: line-through; }
      .preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-amount, .preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-promo {
        display: inline-block;
        margin-left: 12px; }
      .preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-promo {
        color: #D0011B; }
    .preview-bar .preview-bar-right .preview-bar-buttons {
      height: 36px; }
      .preview-bar .preview-bar-right .preview-bar-buttons .favorites-icon {
        float: left;
        margin-top: 7px; }
      .preview-bar .preview-bar-right .preview-bar-buttons .preview-bar-social-icons {
        float: left;
        margin-top: 7px; }
        @media (max-width: 479px) {
          .preview-bar .preview-bar-right .preview-bar-buttons .preview-bar-social-icons {
            display: none; } }
        .preview-bar .preview-bar-right .preview-bar-buttons .preview-bar-social-icons a.social-icon {
          margin-left: 20px; }
      .preview-bar .preview-bar-right .preview-bar-buttons .btn.btn-primary {
        float: right;
        font-size: 12px;
        line-height: 1.5;
        color: #FFF;
        font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
        border-color: transparent;
        text-shadow: none;
        padding: 8px 20px;
        box-shadow: none;
        text-shadow: none;
        border-radius: 4px; }

/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.favorites-icon {
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px; }
  .favorites-icon:hover svg * {
    stroke: #F05323; }
  .favorites-icon.active svg * {
    fill: #F05323;
    stroke: #F05323; }

/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.bloomreachContainer {
  padding: 0 10px;
  border-top: 1px solid #C6C7C9;
  margin: 0 19px; }
  .bloomreachContainer .br-icons .br-found-heading {
    font-size: 21px;
    line-height: 1.14;
    color: #58595B;
    font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
    padding: 20px 0; }
    @media (max-width: 768px) {
      .bloomreachContainer .br-icons .br-found-heading {
        text-align: center; } }
  .bloomreachContainer .br-icons .br-sf-widget {
    width: 200px; }
    @media (max-width: 768px) {
      .bloomreachContainer .br-icons .br-sf-widget + div + div {
        margin-left: auto; } }
    @media (min-width: 480px) {
      .bloomreachContainer .br-icons .br-sf-widget {
        float: left; }
        .bloomreachContainer .br-icons .br-sf-widget + div {
          margin-left: 40px; } }
    @media (max-width: 480px) {
      .bloomreachContainer .br-icons .br-sf-widget {
        margin: 0 auto; } }
    .bloomreachContainer .br-icons .br-sf-widget .br-sf-widget-merchant-cont > div:first-child {
      margin: 30px 0; }
    .bloomreachContainer .br-icons .br-sf-widget .br-sf-widget-merchant-cont > div.br-sf-widget-merchant-title {
      padding: 10px 0 16px 0; }
      .bloomreachContainer .br-icons .br-sf-widget .br-sf-widget-merchant-cont > div.br-sf-widget-merchant-title a {
        font-size: 13px;
        line-height: 1.23;
        color: #1AAEBA;
        font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif; }
    .bloomreachContainer .br-icons .br-sf-widget .br-sf-widget-merchant-cont > div.br-sf-widget-merchant-desc {
      font-size: 13px;
      line-height: 1.23;
      color: #58595B;
      font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif; }
  .bloomreachContainer .br-icons, .bloomreachContainer .br-icons ~ div {
    float: left;
    width: 100%;
    height: auto; }
  .bloomreachContainer #br-related-searches-widget {
    margin-top: 31px;
    max-width: 680px; }
    .bloomreachContainer #br-related-searches-widget .br-related-heading {
      font-size: 14px;
      line-height: 1.14;
      color: #58595B;
      font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif; }
    .bloomreachContainer #br-related-searches-widget > a {
      font-size: 13px;
      line-height: 1.23;
      color: #1AAEBA;
      font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif; }

/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.productReviewsContainer {
  padding: 0 18px; }
  .productReviewsContainer .p-w-r {
    margin: 0;
    border-top: 1px solid #C6C7C9; }
    .productReviewsContainer .p-w-r > section {
      padding: 0 10px; }
    .productReviewsContainer .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-footer, .productReviewsContainer .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-footer, .productReviewsContainer .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-footer, .productReviewsContainer .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-footer {
      border-bottom: none;
      padding-bottom: 20px; }
    .productReviewsContainer .p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro {
      padding-top: 20px;
      border: none; }
    .productReviewsContainer .p-w-r .pr-review-snapshot .pr-review-snapshot-header {
      background: none; }
      .productReviewsContainer .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-headline {
        font-size: 21px;
        line-height: 1.14;
        color: #58595B;
        font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif; }

/* Takes a CSS transition and generates the necessary vendor specific versions */
/* Takes a symbol name and color and creates CSS prop, color class, and background color class */
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
#relatedProductsBody {
  text-align: center; }
  #relatedProductsBody:after {
    content: '';
    display: block;
    clear: both; }
  #relatedProductsBody .relatedProduct {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 139px; }
    @media (min-width: 992px) {
      #relatedProductsBody .relatedProduct {
        margin-left: 18px;
        width: 137px; } }
    @media (max-width: 992px) {
      #relatedProductsBody .relatedProduct {
        width: 25%;
        padding-left: 1.5%;
        padding-right: 1.5%;
        margin: 0 0 5px 0; } }
    @media (max-width: 768px) {
      #relatedProductsBody .relatedProduct {
        width: 33.33%; } }
    @media (max-width: 480px) {
      #relatedProductsBody .relatedProduct {
        width: 50%; } }
    @media (max-width: 320px) {
      #relatedProductsBody .relatedProduct {
        width: 100%;
        padding: 0; } }
    #relatedProductsBody .relatedProduct:first-child {
      margin-left: 0; }
    #relatedProductsBody .relatedProduct img {
      margin-bottom: 5px; }
    #relatedProductsBody .relatedProduct .detailedMessage {
      display: none; }
    #relatedProductsBody .relatedProduct .strikethru {
      font-size: 10px;
      line-height: 1.14;
      color: #929497;
      font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
      text-decoration: line-through;
      display: inline-block;
      vertical-align: top;
      margin-top: 6px;
      padding-right: 3px; }
    #relatedProductsBody .relatedProduct .cat_pricing_highlight {
      font-size: 10px;
      line-height: 1.14;
      color: #F05323;
      font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
      display: inline-block;
      vertical-align: top;
      margin-top: 6px; }
    #relatedProductsBody .relatedProduct br {
      display: none; }
    #relatedProductsBody .relatedProduct a {
      color: #58595B;
      font-size: 11px;
      line-height: 1.18;
      color: #58595B;
      font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
      text-align: center;
      max-height: 24px;
      display: block;
      overflow: hidden; }
      #relatedProductsBody .relatedProduct a:first-child {
        max-height: 100px; }
      #relatedProductsBody .relatedProduct a:hover {
        text-decoration: none; }
    #relatedProductsBody .relatedProduct .cat_item_price {
      font-size: 10px;
      line-height: 1.14;
      color: #929497;
      font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
      padding-top: 5px;
      display: block; }

/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.brand-SFLY .btn.btn-primary {
  background-color: #F05323;
  border-color: #F05323; }
  .brand-SFLY .btn.btn-primary:hover {
    background-color: #DC4405;
    border-color: #DC4405; }
  .brand-SFLY .btn.btn-primary:active {
    background-color: #BF3602;
    border-color: #BF3602; }
  .brand-SFLY .btn.btn-primary:disabled {
    background-color: rgba(240, 83, 35, 0.3);
    border-color: rgba(240, 83, 35, 0.3); }

/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* Extra large screen */
/* So media queries don't overlap when required, provide a maximum */
/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
/***** pip-client specific variables *****/
/* z-index values used in the project */
/* misc variables */
.brand-TP .btn.btn-primary {
  background-color: #00A4B5;
  border-color: #00A4B5; }
  .brand-TP .btn.btn-primary:hover {
    background-color: #008F9E;
    border-color: #008F9E; }
  .brand-TP .btn.btn-primary:active {
    background-color: #007F8D;
    border-color: #007F8D; }
  .brand-TP .btn.btn-primary:disabled {
    background-color: #007F8D;
    border-color: #007F8D; }

#docWide.fullPage {
  width: auto;
  margin: auto 1px; }

#totallyNonConflictingWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px; }

div#totallyNonConflictingWrapper {
  width: auto !important; }

/*
 * #sfly-menu-wrapper #wrapper-category-bar #srchForm #sflyMenuWrapper, and #wrapper .siteSubNavContainer.siteSubNav3_0.tp-enabled.tp-subnav
 * display suppression are client side hacks to prevent duplicate search, and navigation bars from displaying on the pip page.
 * This fix is for CARDS-32035 which is related to commerce owned code that is unintentionally displaying
 * an additional set of search and navigation components due complications with a system that uses
 * different JSPs for desktop and mobile versions. This css suppression approach was used to resolve
 * a similar issue with responsive TN project. - rhang 9/25/17
 */
#sfly-menu-wrapper, #wrapper-category-bar, #srchForm, #sflyMenuWrapper {
  display: none; }

#wrapper .siteSubNavContainer.siteSubNav3_0.tp-enabled.tp-subnav {
  display: none; }

#react-app-container .app-loading {
  text-align: center;
  min-height: 500px;
  padding-top: 200px; }

#react-app-container .app-loading .spinner {
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.pagetitletext {
  display: none; }

#storeBreadcrumb {
  color: #939598; }
  #storeBreadcrumb .ahover {
    color: #1AAEBA; }

.desktop-promo {
  display: block; }

@media (min-width: 768px) {
  #react-app-container {
    padding: 0 20px; } }

.related-items-heading {
  font-size: 21px;
  line-height: 1.14;
  color: #58595B;
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif; }

#storeBreadcrumb {
  padding: 0 20px;
  font-size: 12px;
  color: #999; }
  #storeBreadcrumb a {
    color: #1AAEBA; }
  #storeBreadcrumb span {
    color: #999; }
  @media (max-width: 768px) {
    #storeBreadcrumb {
      /*
    there is display block on the breadcrumb from javascript,
    so we need !important here so that the breadcrumb be hidden on S and XS
    resolutions. Probably this is somewhere in the app server, but it will
    take time to be fixed from there. This is the fix for now.
    */
      display: none !important; } }

#react-app-container:after {
  content: '';
  display: block;
  clear: both; }

#react-app-container img {
  max-width: 100%; }

#react-app-container .matching-items-holder {
  border-top: 1px solid #C6C7C9;
  padding: 20px 0;
  z-index: 8;
  position: relative; }
  #react-app-container .matching-items-holder .related-items-heading {
    padding: 0 10px; }
  #react-app-container .matching-items-holder .carousel-holder {
    margin: 0 15px; }

#react-app-container .product-info {
  margin-bottom: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 480px) {
    #react-app-container .product-info {
      display: block; } }
  @media (min-width: 768px) {
    #react-app-container .product-info {
      display: flex; } }
  #react-app-container .product-info .left-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    min-width: 0; }
    @media (min-width: 480px) {
      #react-app-container .product-info .left-content {
        width: 100%; } }
    @media (min-width: 768px) {
      #react-app-container .product-info .left-content {
        width: 65.5%;
        padding: 0; } }
    @media (min-width: 1200px) {
      #react-app-container .product-info .left-content {
        width: 55.8%; } }
    #react-app-container .product-info .left-content .product-image {
      z-index: 6; }
      @media (min-width: 768px) {
        #react-app-container .product-info .left-content .product-image {
          padding-left: 0;
          padding-right: 20px; } }
      #react-app-container .product-info .left-content .product-image .carousel-holder {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px; }
        @media (min-width: 480px) and (max-width: 768px) {
          #react-app-container .product-info .left-content .product-image .carousel-holder {
            padding: 0 60px; } }
        @media (max-width: 480px) {
          #react-app-container .product-info .left-content .product-image .carousel-holder {
            padding: 0 40px; } }
        @media (max-width: 480px) {
          #react-app-container .product-info .left-content .product-image .carousel-holder .image-holder img {
            max-height: 236px; } }
        @media (max-width: 480px) {
          #react-app-container .product-info .left-content .product-image .carousel-holder .carousel-item-title {
            display: none; } }
        #react-app-container .product-info .left-content .product-image .carousel-holder .slick-track {
          text-align: left; }
      #react-app-container .product-info .left-content .product-image .hero-image {
        height: 500px;
        margin-bottom: 0px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        /*max-width is static because, PostCSS does not accept calculation from the compass*/ }
        @media (max-width: 768px) {
          #react-app-container .product-info .left-content .product-image .hero-image {
            max-height: 347px; } }
        @media (max-width: 767px) {
          #react-app-container .product-info .left-content .product-image .hero-image {
            display: none; } }
        @media (max-width: 320px) {
          #react-app-container .product-info .left-content .product-image .hero-image {
            max-height: 236px; } }
        #react-app-container .product-info .left-content .product-image .hero-image > div {
          width: 100%;
          height: 100%;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
          #react-app-container .product-info .left-content .product-image .hero-image > div img {
            -webkit-transition: opacity, 500ms, ease-in-out;
            -moz-transition: opacity, 500ms, ease-in-out;
            -o-transition: opacity, 500ms, ease-in-out;
            transition: opacity, 500ms, ease-in-out;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            max-height: 100%; }
            #react-app-container .product-info .left-content .product-image .hero-image > div img.hide-image {
              opacity: 0; }
            #react-app-container .product-info .left-content .product-image .hero-image > div img.show-image {
              opacity: 1; }
            #react-app-container .product-info .left-content .product-image .hero-image > div img.overlay-image {
              opacity: 1; }
              #react-app-container .product-info .left-content .product-image .hero-image > div img.overlay-image.hide-image {
                opacity: 0; }
      #react-app-container .product-info .left-content .product-image .mobile-badge {
        display: none; }
        @media (max-width: 767px) {
          #react-app-container .product-info .left-content .product-image .mobile-badge {
            display: block;
            cursor: pointer;
            padding-bottom: 30px; } }
      #react-app-container .product-info .left-content .product-image .desktop-badge {
        display: block; }
        #react-app-container .product-info .left-content .product-image .desktop-badge .clickable {
          cursor: pointer; }
        @media (max-width: 767px) {
          #react-app-container .product-info .left-content .product-image .desktop-badge {
            display: none; } }
  #react-app-container .product-info .right-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all, 500ms, ease-out;
    -moz-transition: all, 500ms, ease-out;
    -o-transition: all, 500ms, ease-out;
    transition: all, 500ms, ease-out;
    font-size: 14px;
    line-height: 1.43;
    color: #58595B;
    font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
    text-align: left;
    z-index: 4;
    position: relative; }
    @media (min-width: 480px) and (max-width: 768px) {
      #react-app-container .product-info .right-content {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #react-app-container .product-info .right-content {
        width: 320px; } }
    @media (min-width: 992px) {
      #react-app-container .product-info .right-content {
        width: 530px; } }
    #react-app-container .product-info .right-content a:hover {
      text-decoration: underline; }
    #react-app-container .product-info .right-content a.primary-button:hover {
      text-decoration: none; }
    #react-app-container .product-info .right-content .product-details {
      background-color: #F9FAFC; }
    #react-app-container .product-info .right-content .title-section h1 {
      text-align: left;
      margin-bottom: 10px;
      padding: 17px 20px 0 20px; }
      @media (min-width: 480px) {
        #react-app-container .product-info .right-content .title-section h1 {
          font-size: 21px;
          line-height: 1.24;
          color: #58595B;
          font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif; } }
      @media (max-width: 480px) {
        #react-app-container .product-info .right-content .title-section h1 {
          font-size: 16px;
          line-height: 1.31;
          color: #58595B;
          font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif; } }
    #react-app-container .product-info .right-content .title-section > div:last-child {
      margin-bottom: 0;
      padding-bottom: 20px;
      border-bottom: none; }
    #react-app-container .product-info .right-content .title-section .author {
      padding: 0 20px 15px 20px;
      font-size: 14px;
      line-height: 17px;
      color: #58595B;
      font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif; }
      #react-app-container .product-info .right-content .title-section .author a {
        color: #1AAEBA; }
    #react-app-container .product-info .right-content .title-section .social-personalize-section {
      padding: 0 20px;
      margin: 0 0 25px 0;
      height: 36px; }
      #react-app-container .product-info .right-content .title-section .social-personalize-section .social-column {
        float: left;
        padding-top: 7px; }
      #react-app-container .product-info .right-content .title-section .social-personalize-section a.social-icon {
        margin-left: 20px; }
      #react-app-container .product-info .right-content .title-section .social-personalize-section a.social-icon:after {
        content: '';
        clear: both; }
      #react-app-container .product-info .right-content .title-section .social-personalize-section .btn {
        text-shadow: none;
        box-shadow: none;
        border-radius: 4px;
        padding: 10px 18px;
        line-height: 14px; }
    #react-app-container .product-info .right-content .title-section .primary-button {
      float: right;
      text-shadow: none;
      border-width: 0; }
    #react-app-container .product-info .right-content .subtotal {
      background-color: #EBF0F7;
      margin: 10px 0px;
      padding: 18px 19px 17px 19px;
      text-align: right;
      clear: both; }
      #react-app-container .product-info .right-content .subtotal.with-promo-banner {
        padding: 14px 19px 15px 19px; }
      #react-app-container .product-info .right-content .subtotal label {
        font-size: 14px;
        line-height: 1.43;
        color: #58595B;
        font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        text-align: left;
        float: left;
        margin-bottom: 0;
        margin-top: 2px; }
      #react-app-container .product-info .right-content .subtotal .price {
        font-size: 18px;
        color: #58595B;
        font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif; }
        #react-app-container .product-info .right-content .subtotal .price.discounted {
          color: #CC0000; }
          #react-app-container .product-info .right-content .subtotal .price.discounted del {
            margin-right: 10px;
            color: #58595B; }
      #react-app-container .product-info .right-content .subtotal .promo {
        font-size: 11px;
        color: #F05323;
        font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
        font-style: oblique;
        text-align: right;
        letter-spacing: 0.4px;
        clear: both;
        margin-bottom: -10px; }
        #react-app-container .product-info .right-content .subtotal .promo .uig-svg-icon {
          display: inline-block;
          margin-right: 5px;
          width: 16px;
          height: 16px;
          vertical-align: middle; }
    #react-app-container .product-info .right-content .radio-options {
      display: block;
      margin-bottom: 2px;
      cursor: pointer;
      font-size: 13px;
      line-height: 1.54;
      color: #58595B;
      font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif; }
      #react-app-container .product-info .right-content .radio-options label, #react-app-container .product-info .right-content .radio-options input {
        display: inline-block;
        margin-top: 0;
        vertical-align: middle; }
      #react-app-container .product-info .right-content .radio-options label {
        margin-bottom: 0; }
      #react-app-container .product-info .right-content .radio-options input {
        margin-right: 8px;
        cursor: pointer; }
      #react-app-container .product-info .right-content .radio-options .price {
        display: inline;
        margin-left: 5px;
        font-size: 11px; }
      #react-app-container .product-info .right-content .radio-options .best-seller {
        font-size: 10px;
        line-height: 2;
        color: #58595B;
        font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
        font-style: oblique;
        text-align: left;
        padding-left: 5px;
        text-transform: uppercase;
        clear: both; }
    #react-app-container .product-info .right-content div.envelopes-addressing,
    #react-app-container .product-info .right-content div.shipping-handling,
    #react-app-container .product-info .right-content div.pdt-details {
      border-width: 0;
      padding-bottom: 0; }
      #react-app-container .product-info .right-content div.envelopes-addressing label,
      #react-app-container .product-info .right-content div.shipping-handling label,
      #react-app-container .product-info .right-content div.pdt-details label {
        padding-bottom: 0; }
    #react-app-container .product-info .right-content div.envelopes-addressing label {
      letter-spacing: 0.5px; }
      @media (min-width: 992px) {
        #react-app-container .product-info .right-content div.envelopes-addressing label {
          width: 140px;
          display: table-cell; } }
      @media (min-width: 480px) and (max-width: 767px) {
        #react-app-container .product-info .right-content div.envelopes-addressing label {
          display: table-cell;
          width: 130px; } }
      #react-app-container .product-info .right-content div.envelopes-addressing label ~ span, #react-app-container .product-info .right-content div.envelopes-addressing label ~ div {
        display: table-cell; }
    #react-app-container .product-info .right-content div.envelopes-addressing .emailIcon {
      vertical-align: middle; }
      #react-app-container .product-info .right-content div.envelopes-addressing .emailIcon, #react-app-container .product-info .right-content div.envelopes-addressing .emailIcon svg {
        width: 22px;
        height: 18px; }
    #react-app-container .product-info .right-content div.envelopes-addressing > span {
      padding-left: 16px; }
    #react-app-container .product-info .right-content div.shipping-handling {
      border-bottom: 1px solid #DCDEE1;
      padding-bottom: 20px; }
      #react-app-container .product-info .right-content div.shipping-handling > div > div {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height, 500ms, ease-out;
        -moz-transition: max-height, 500ms, ease-out;
        -o-transition: max-height, 500ms, ease-out;
        transition: max-height, 500ms, ease-out; }
        #react-app-container .product-info .right-content div.shipping-handling > div > div .label {
          display: none; }
        #react-app-container .product-info .right-content div.shipping-handling > div > div table {
          width: 100%;
          border: 1px solid #DCDEE1;
          margin-bottom: 10px; }
          #react-app-container .product-info .right-content div.shipping-handling > div > div table td {
            padding: 5px;
            border-color: #DCDEE1;
            border-width: 1px 0; }
        #react-app-container .product-info .right-content div.shipping-handling > div > div p {
          padding: 5px;
          font-size: 14px;
          line-height: 1;
          color: #58595B;
          font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif; }
      #react-app-container .product-info .right-content div.shipping-handling.show-more > div > div {
        max-height: 3000px;
        -webkit-transition: max-height, 500ms, ease-in;
        -moz-transition: max-height, 500ms, ease-in;
        -o-transition: max-height, 500ms, ease-in;
        transition: max-height, 500ms, ease-in; }
    #react-app-container .product-info .right-content div.pdt-details label {
      letter-spacing: 0.5px; }
      @media (min-width: 992px) {
        #react-app-container .product-info .right-content div.pdt-details label {
          width: 140px;
          padding-right: 20px;
          display: table-cell; } }
      @media (max-width: 992px) {
        #react-app-container .product-info .right-content div.pdt-details label {
          display: block; } }
      #react-app-container .product-info .right-content div.pdt-details label ~ div {
        display: table-cell; }
    #react-app-container .product-info .right-content div.pdt-details .details {
      overflow: hidden;
      max-height: 54px;
      -webkit-transition: max-height, 500ms, ease-in;
      -moz-transition: max-height, 500ms, ease-in;
      -o-transition: max-height, 500ms, ease-in;
      transition: max-height, 500ms, ease-in; }
      #react-app-container .product-info .right-content div.pdt-details .details > div {
        display: table-cell;
        padding-left: 16px; }
        #react-app-container .product-info .right-content div.pdt-details .details > div p {
          margin-bottom: 10px; }
      #react-app-container .product-info .right-content div.pdt-details .details .designer-icon {
        display: table-cell;
        width: 24px;
        height: 24px;
        float: left; }
    #react-app-container .product-info .right-content div.pdt-details.expanded .details {
      -webkit-transition: max-height, 500ms, ease-in;
      -moz-transition: max-height, 500ms, ease-in;
      -o-transition: max-height, 500ms, ease-in;
      transition: max-height, 500ms, ease-in;
      max-height: 500px; }
    #react-app-container .product-info .right-content .warning-section {
      margin: 0 20px 20px 20px;
      padding-left: 32px;
      position: relative; }
      #react-app-container .product-info .right-content .warning-section > div * {
        font-size: 14px;
        line-height: 1.14;
        color: #58595B;
        font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif; }
      #react-app-container .product-info .right-content .warning-section > div span {
        display: inline-block;
        padding-top: 5px; }
      #react-app-container .product-info .right-content .warning-section img {
        display: none; }
      #react-app-container .product-info .right-content .warning-section .warning-icon {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 0;
        left: 0; }
    #react-app-container .product-info .right-content .pdt-details,
    #react-app-container .product-info .right-content .product-description,
    #react-app-container .product-info .right-content .special-offers,
    #react-app-container .product-info .right-content .shipping-handling,
    #react-app-container .product-info .right-content .envelopes-addressing {
      margin: 0 20px 20px 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #DCDEE1; }
      #react-app-container .product-info .right-content .pdt-details label,
      #react-app-container .product-info .right-content .product-description label,
      #react-app-container .product-info .right-content .special-offers label,
      #react-app-container .product-info .right-content .shipping-handling label,
      #react-app-container .product-info .right-content .envelopes-addressing label {
        display: block;
        padding: 0 0 10px 0;
        text-transform: uppercase;
        margin: 0;
        cursor: auto; }
        #react-app-container .product-info .right-content .pdt-details label.initial,
        #react-app-container .product-info .right-content .product-description label.initial,
        #react-app-container .product-info .right-content .special-offers label.initial,
        #react-app-container .product-info .right-content .shipping-handling label.initial,
        #react-app-container .product-info .right-content .envelopes-addressing label.initial {
          text-transform: none; }
        #react-app-container .product-info .right-content .pdt-details label span,
        #react-app-container .product-info .right-content .product-description label span,
        #react-app-container .product-info .right-content .special-offers label span,
        #react-app-container .product-info .right-content .shipping-handling label span,
        #react-app-container .product-info .right-content .envelopes-addressing label span {
          font-size: 14px;
          line-height: 16px;
          color: #58595B;
          font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
          font-weight: 100; }
      #react-app-container .product-info .right-content .pdt-details > div,
      #react-app-container .product-info .right-content .product-description > div,
      #react-app-container .product-info .right-content .special-offers > div,
      #react-app-container .product-info .right-content .shipping-handling > div,
      #react-app-container .product-info .right-content .envelopes-addressing > div {
        margin-bottom: 0; }
        #react-app-container .product-info .right-content .pdt-details > div p, #react-app-container .product-info .right-content .pdt-details > div div,
        #react-app-container .product-info .right-content .product-description > div p,
        #react-app-container .product-info .right-content .product-description > div div,
        #react-app-container .product-info .right-content .special-offers > div p,
        #react-app-container .product-info .right-content .special-offers > div div,
        #react-app-container .product-info .right-content .shipping-handling > div p,
        #react-app-container .product-info .right-content .shipping-handling > div div,
        #react-app-container .product-info .right-content .envelopes-addressing > div p,
        #react-app-container .product-info .right-content .envelopes-addressing > div div {
          font-size: 14px;
          line-height: 20px;
          color: #58595B;
          font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
          margin: 0; }
          #react-app-container .product-info .right-content .pdt-details > div p ~ ul, #react-app-container .product-info .right-content .pdt-details > div div ~ ul,
          #react-app-container .product-info .right-content .product-description > div p ~ ul,
          #react-app-container .product-info .right-content .product-description > div div ~ ul,
          #react-app-container .product-info .right-content .special-offers > div p ~ ul,
          #react-app-container .product-info .right-content .special-offers > div div ~ ul,
          #react-app-container .product-info .right-content .shipping-handling > div p ~ ul,
          #react-app-container .product-info .right-content .shipping-handling > div div ~ ul,
          #react-app-container .product-info .right-content .envelopes-addressing > div p ~ ul,
          #react-app-container .product-info .right-content .envelopes-addressing > div div ~ ul {
            margin-top: 20px; }
          #react-app-container .product-info .right-content .pdt-details > div p.added-details, #react-app-container .product-info .right-content .pdt-details > div div.added-details,
          #react-app-container .product-info .right-content .product-description > div p.added-details,
          #react-app-container .product-info .right-content .product-description > div div.added-details,
          #react-app-container .product-info .right-content .special-offers > div p.added-details,
          #react-app-container .product-info .right-content .special-offers > div div.added-details,
          #react-app-container .product-info .right-content .shipping-handling > div p.added-details,
          #react-app-container .product-info .right-content .shipping-handling > div div.added-details,
          #react-app-container .product-info .right-content .envelopes-addressing > div p.added-details,
          #react-app-container .product-info .right-content .envelopes-addressing > div div.added-details {
            margin-top: 18px; }
            #react-app-container .product-info .right-content .pdt-details > div p.added-details + p, #react-app-container .product-info .right-content .pdt-details > div div.added-details + p,
            #react-app-container .product-info .right-content .product-description > div p.added-details + p,
            #react-app-container .product-info .right-content .product-description > div div.added-details + p,
            #react-app-container .product-info .right-content .special-offers > div p.added-details + p,
            #react-app-container .product-info .right-content .special-offers > div div.added-details + p,
            #react-app-container .product-info .right-content .shipping-handling > div p.added-details + p,
            #react-app-container .product-info .right-content .shipping-handling > div div.added-details + p,
            #react-app-container .product-info .right-content .envelopes-addressing > div p.added-details + p,
            #react-app-container .product-info .right-content .envelopes-addressing > div div.added-details + p {
              margin-top: 3px; }
            #react-app-container .product-info .right-content .pdt-details > div p.added-details span, #react-app-container .product-info .right-content .pdt-details > div div.added-details span,
            #react-app-container .product-info .right-content .product-description > div p.added-details span,
            #react-app-container .product-info .right-content .product-description > div div.added-details span,
            #react-app-container .product-info .right-content .special-offers > div p.added-details span,
            #react-app-container .product-info .right-content .special-offers > div div.added-details span,
            #react-app-container .product-info .right-content .shipping-handling > div p.added-details span,
            #react-app-container .product-info .right-content .shipping-handling > div div.added-details span,
            #react-app-container .product-info .right-content .envelopes-addressing > div p.added-details span,
            #react-app-container .product-info .right-content .envelopes-addressing > div div.added-details span {
              display: table-cell; }
              #react-app-container .product-info .right-content .pdt-details > div p.added-details span:first-child, #react-app-container .product-info .right-content .pdt-details > div div.added-details span:first-child,
              #react-app-container .product-info .right-content .product-description > div p.added-details span:first-child,
              #react-app-container .product-info .right-content .product-description > div div.added-details span:first-child,
              #react-app-container .product-info .right-content .special-offers > div p.added-details span:first-child,
              #react-app-container .product-info .right-content .special-offers > div div.added-details span:first-child,
              #react-app-container .product-info .right-content .shipping-handling > div p.added-details span:first-child,
              #react-app-container .product-info .right-content .shipping-handling > div div.added-details span:first-child,
              #react-app-container .product-info .right-content .envelopes-addressing > div p.added-details span:first-child,
              #react-app-container .product-info .right-content .envelopes-addressing > div div.added-details span:first-child {
                font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
                width: 96px; }
        #react-app-container .product-info .right-content .pdt-details > div p:last-of-type,
        #react-app-container .product-info .right-content .product-description > div p:last-of-type,
        #react-app-container .product-info .right-content .special-offers > div p:last-of-type,
        #react-app-container .product-info .right-content .shipping-handling > div p:last-of-type,
        #react-app-container .product-info .right-content .envelopes-addressing > div p:last-of-type {
          margin: 0; }
      #react-app-container .product-info .right-content .pdt-details .animate-height,
      #react-app-container .product-info .right-content .product-description .animate-height,
      #react-app-container .product-info .right-content .special-offers .animate-height,
      #react-app-container .product-info .right-content .shipping-handling .animate-height,
      #react-app-container .product-info .right-content .envelopes-addressing .animate-height {
        overflow: hidden;
        -webkit-transition: height 0.5s ease;
        -moz-transition: height 0.5s ease;
        -o-transition: height 0.5s ease;
        transition: height 0.5s ease;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out; }
      #react-app-container .product-info .right-content .pdt-details.ellipsis > div,
      #react-app-container .product-info .right-content .product-description.ellipsis > div,
      #react-app-container .product-info .right-content .special-offers.ellipsis > div,
      #react-app-container .product-info .right-content .shipping-handling.ellipsis > div,
      #react-app-container .product-info .right-content .envelopes-addressing.ellipsis > div {
        overflow: hidden; }
        #react-app-container .product-info .right-content .pdt-details.ellipsis > div ~ a,
        #react-app-container .product-info .right-content .product-description.ellipsis > div ~ a,
        #react-app-container .product-info .right-content .special-offers.ellipsis > div ~ a,
        #react-app-container .product-info .right-content .shipping-handling.ellipsis > div ~ a,
        #react-app-container .product-info .right-content .envelopes-addressing.ellipsis > div ~ a {
          display: inline-block;
          margin-top: 4px; }
        #react-app-container .product-info .right-content .pdt-details.ellipsis > div.rah-static--height-zero ~ a,
        #react-app-container .product-info .right-content .product-description.ellipsis > div.rah-static--height-zero ~ a,
        #react-app-container .product-info .right-content .special-offers.ellipsis > div.rah-static--height-zero ~ a,
        #react-app-container .product-info .right-content .shipping-handling.ellipsis > div.rah-static--height-zero ~ a,
        #react-app-container .product-info .right-content .envelopes-addressing.ellipsis > div.rah-static--height-zero ~ a {
          margin: 0; }
      #react-app-container .product-info .right-content .pdt-details a,
      #react-app-container .product-info .right-content .product-description a,
      #react-app-container .product-info .right-content .special-offers a,
      #react-app-container .product-info .right-content .shipping-handling a,
      #react-app-container .product-info .right-content .envelopes-addressing a {
        font-size: 14px;
        line-height: 1.23;
        color: #1AAEBA;
        font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
        cursor: pointer; }
      #react-app-container .product-info .right-content .pdt-details ul,
      #react-app-container .product-info .right-content .product-description ul,
      #react-app-container .product-info .right-content .special-offers ul,
      #react-app-container .product-info .right-content .shipping-handling ul,
      #react-app-container .product-info .right-content .envelopes-addressing ul {
        list-style-type: disc;
        overflow: hidden; }
        #react-app-container .product-info .right-content .pdt-details ul li,
        #react-app-container .product-info .right-content .product-description ul li,
        #react-app-container .product-info .right-content .special-offers ul li,
        #react-app-container .product-info .right-content .shipping-handling ul li,
        #react-app-container .product-info .right-content .envelopes-addressing ul li {
          list-style-position: outside;
          margin-left: 16px; }
    #react-app-container .product-info .right-content ul {
      list-style-type: none; }
    #react-app-container .product-info .right-content .no-short-description:not(.show-more) ul {
      max-height: 51px; }
    #react-app-container .product-info .right-content .special-offers {
      padding-bottom: 20px; }
      #react-app-container .product-info .right-content .special-offers ul.animate-height {
        max-height: 2000px;
        -webkit-transition: max-height 1s ease-in-out;
        -moz-transition: max-height 1s ease-in-out;
        -o-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out; }
      #react-app-container .product-info .right-content .special-offers.collapsible > a {
        display: block; }
        #react-app-container .product-info .right-content .special-offers.collapsible > a.hidden {
          display: none; }
      #react-app-container .product-info .right-content .special-offers.collapsible.show-more ul.animate-height {
        max-height: 51px;
        -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
      #react-app-container .product-info .right-content .special-offers > a {
        display: none; }
  #react-app-container .product-info .uigModalDialog .modalBackdrop {
    z-index: 10;
    color: #58595B; }
  #react-app-container .product-info .uigModalDialog .contentWrapper {
    border-radius: 6px; }
  #react-app-container .product-info .uigModalDialog .closeButton {
    font-size: 28px;
    margin: 13px 15px 0 0;
    width: 16px;
    height: 16px;
    color: #C6C7C9; }
  #react-app-container .product-info .uigModalDialog .modalContent {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 15px;
    font-family: Avenir-Roman; }
    #react-app-container .product-info .uigModalDialog .modalContent .icon {
      margin-bottom: 20px; }
    #react-app-container .product-info .uigModalDialog .modalContent div {
      line-height: 1.53; }

#pipBottomArea {
  margin: 0 19px;
  background-color: #FFF; }
  #pipBottomArea > [id*="mboxImported-default-productPage"] {
    padding: 0 10px 20px 10px;
    border-top: 1px solid #C6C7C9; }
  #pipBottomArea #relatedProductsTitle {
    font-size: 21px;
    line-height: 1.14;
    color: #58595B;
    font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
    padding: 20px 0; }
    @media (max-width: 768px) {
      #pipBottomArea #relatedProductsTitle {
        text-align: center; } }
  #pipBottomArea #recTest {
    display: none; }

.sub-bar-menu {
  position: relative;
  display: inline-block; }

.data-service-failure-message {
  margin: 20% auto;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  width: 448px;
  color: #58595B; }
  @media (max-width: 480px) {
    .data-service-failure-message {
      width: 280px; } }
  @media (min-width: 992px) {
    .data-service-failure-message {
      width: 600px; } }

.legacy-browser-page {
  padding: 20px; }
  .legacy-browser-page .supported-browser-list {
    font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #58595B;
    padding: 20px;
    margin-left: 10px;
    list-style-type: disc; }
  .legacy-browser-page .text-container {
    margin-bottom: 15px; }
  .legacy-browser-page .browser-title a {
    font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #1aaeba; }
  .legacy-browser-page .browser-warning-text {
    font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #58595B; }
  .legacy-browser-page .legacy-browser-heading {
    font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #58595B;
    margin-top: 20px; }
.background-dark {
  background-color: #58595b;
}

.background-orange {
  background-color: #f05323;
}


/* gray-based */

/* red based */

/* blue based */

/* tinyprints colors */

.button {
  display: inline-block;
  font-family: "Avenir LT W01 45 Book", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  padding: 12px 24px 12px 24px;
  min-width: 32px;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.button svg {
  vertical-align: middle;
  width: 15px;
  height: 15px;
}

.button .uig-svg-icon + span {
  margin-left: 8px;
}

.button.disabled {
  pointer-events: none;
  cursor: default;
}

.button:link {
  text-decoration: none;
}

.button:visited {
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

.button:active {
  text-decoration: none;
}

.primary-button {
  background-color: #F05323;
  border-width: 0;
}

.primary-button path {
  fill: #fff;
}

a.primary-button:active {
  color: white;
}

.primary-button:hover,
.primary-button._hover {
  color: white;
  background-color: #dc4405;
}

.primary-button:active,
.primary-button._active {
  color: white;
  background-color: #bf3602;
}

.primary-button.disabled {
  background-color: #faccbd;
}

.brand-TP .primary-button {
  background-color: #00a4b5;
}

.brand-TP .primary-button:hover,
.brand-TP .primary-button._hover {
  background-color: #008f9e;
}

.brand-TP .primary-button:active,
.brand-TP .primary-button._active {
  background-color: #007f8d;
}

.brand-TP .primary-button.disabled {
  background-color: #88c8d8;
}

.secondary-button {
  color: #58595B;
  background-color: white;
  border: solid 1px #c6c7c9;
}

.secondary-button:hover,
.secondary-button._hover {
  color: #F05323;
  border: solid 1px #F05323;
}

.secondary-button:hover path,
.secondary-button._hover path {
  fill: #F05323;
}

.secondary-button:active,
.secondary-button._active {
  color: #dc4405;
  border: solid 1px #dc4405;
}

.secondary-button:active path,
.secondary-button._active path {
  fill: #dc4405;
}

.secondary-button.disabled {
  color: #d5d6d6;
  border: solid 1px #ddddde;
}

.secondary-button.disabled path {
  fill: #d5d6d6;
}

.brand-TP .secondary-button:hover,
.brand-TP .secondary-button._hover {
  color: #00a4b5;
  border-color: #00a4b5;
}

.brand-TP .secondary-button:hover path,
.brand-TP .secondary-button._hover path {
  fill: #00a4b5;
}

.brand-TP .secondary-button:active,
.brand-TP .secondary-button._active {
  color: #007f8d;
  border-color: #007f8d;
}

.brand-TP .secondary-button:active path,
.brand-TP .secondary-button._active path {
  fill: #007f8d;
}

.tertiary-link {
  color: #1aaeba;
  font-size: 13px;
  font-weight: 500;
  font-family: "Avenir LT W01 45 Book", Verdana, Arial, sans-serif;
  text-transform: none;
  cursor: pointer;
}

.tertiary-link:hover,
.tertiary-link._hover {
  text-decoration: underline;
}

.tertiary-link:active,
.tertiary-link._active {
  text-decoration: underline;
  color: #138f99;
}

.tertiary-link.disabled {
  color: #90d8de;
  cursor: default;
}

.tertiary-link.disabled:hover {
  text-decoration: none;
}

.background-dark .primary-button {
  color: white;
  background-color: #818284;
}

.background-dark .primary-button:hover,
.background-dark .primary-button._hover {
  color: #F05323;
  background-color: #cdcdce;
}

.background-dark .primary-button:active,
.background-dark .primary-button._active {
  color: #dc4405;
  background-color: #e6e6e6;
}

.background-dark .primary-button.disabled {
  color: #949496;
  background-color: #676769;
}

.background-dark .secondary-button {
  color: white;
  background-color: #5f6163;
  border: solid 1px #929395;
}

.background-dark .secondary-button:hover,
.background-dark .secondary-button._hover {
  background-color: #818284;
  border: solid 1px #dcdee0;
}

.background-dark .secondary-button:active,
.background-dark .secondary-button._active {
  background-color: #929294;
  border: solid 1px #dddfe1;
}

.background-dark .secondary-button.disabled {
  color: #afb0b1;
  background-color: #5f6163;
  border: solid 1px #848788;
}

.background-dark .tertiary-link:active,
.background-dark .tertiary-link._active {
  color: #90d8de;
}

.background-dark .tertiary-link.disabled {
  color: #949496;
}

.background-orange .primary-button {
  color: #F05323;
  background-color: #fcdcd3;
}

.background-orange .primary-button:hover,
.background-orange .primary-button._hover {
  background-color: #fdeee9;
}

.background-orange .primary-button:active,
.background-orange .primary-button._active {
  background-color: white;
}

.background-orange .primary-button.disabled {
  background-color: #f48664;
}

.background-orange .secondary-button {
  color: white;
  background-color: #f05a2e;
  border: solid 1px #e98f74;
}

.background-orange .secondary-button:hover,
.background-orange .secondary-button._hover {
  background-color: #f37e5a;
  border: solid 1px #dcdddf;
}

.background-orange .secondary-button:active,
.background-orange .secondary-button._active {
  background-color: #f58e6f;
  border: solid 1px #dddfe1;
}

.background-orange .secondary-button.disabled {
  color: #f7ad96;
  background-color: #f05a2e;
  border: solid 1px #ea8263;
}

.background-orange .tertiary-link {
  color: white;
}

.background-orange .tertiary-link.disabled {
  color: #f9beac;
}


.count {
  border-radius: 100px;
  background-color: #f05323;
  padding: 2px 4px 2px 4px;
}

.button .count {
  background-color: #fff;
  color: #f05323;
}

.brand-TP .button .count {
  color: black;
}
/*# sourceMappingURL=pip2017.css.map*/