@charset "UTF-8";
@font-face {
  font-family: "Interstate-Bold";
  src: url("font/interstate-bold-webfont.woff2") format("woff2"), url("font/interstate-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9 ;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {

  a,
a:visited {
    text-decoration: underline;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 22px;
  color: #333;
  background-color: #fff;
}

a {
  color: #008fe1;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005e94;
  text-decoration: underline;
}

a:active {
  position: relative;
  top: 1px;
}

.img-rounded {
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  border-radius: 500px;
}

.row {
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span1 {
  width: 60px;
}

.span2 {
  width: 140px;
}

.span3 {
  width: 220px;
}

.span4 {
  width: 300px;
}

.span5 {
  width: 380px;
}

.span6 {
  width: 460px;
}

.span7 {
  width: 540px;
}

.span8 {
  width: 620px;
}

.span9 {
  width: 700px;
}

.span10 {
  width: 780px;
}

.span11 {
  width: 860px;
}

.span12 {
  width: 940px;
}

.offset1 {
  margin-left: 100px;
}

.offset2 {
  margin-left: 180px;
}

.offset3 {
  margin-left: 260px;
}

.offset4 {
  margin-left: 340px;
}

.offset5 {
  margin-left: 420px;
}

.offset6 {
  margin-left: 500px;
}

.offset7 {
  margin-left: 580px;
}

.offset8 {
  margin-left: 660px;
}

.offset9 {
  margin-left: 740px;
}

.offset10 {
  margin-left: 820px;
}

.offset11 {
  margin-left: 900px;
}

.offset12 {
  margin-left: 980px;
}

.row-fluid {
  width: 100%;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 32px;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.1276595745%;
}
.row-fluid .span1 {
  width: 6.3829787234%;
}
.row-fluid .span2 {
  width: 14.8936170213%;
}
.row-fluid .span3 {
  width: 23.4042553191%;
}
.row-fluid .span4 {
  width: 31.914893617%;
}
.row-fluid .span5 {
  width: 40.4255319149%;
}
.row-fluid .span6 {
  width: 48.9361702128%;
}
.row-fluid .span7 {
  width: 57.4468085106%;
}
.row-fluid .span8 {
  width: 65.9574468085%;
}
.row-fluid .span9 {
  width: 74.4680851064%;
}
.row-fluid .span10 {
  width: 82.9787234043%;
}
.row-fluid .span11 {
  width: 91.4893617021%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .offset1 {
  margin-left: 10.6382978723%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
}
.row-fluid .offset2 {
  margin-left: 19.1489361702%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
}
.row-fluid .offset3 {
  margin-left: 27.6595744681%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
}
.row-fluid .offset4 {
  margin-left: 36.170212766%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
}
.row-fluid .offset5 {
  margin-left: 44.6808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
}
.row-fluid .offset6 {
  margin-left: 53.1914893617%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
}
.row-fluid .offset7 {
  margin-left: 61.7021276596%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
}
.row-fluid .offset9 {
  margin-left: 78.7234042553%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
}
.row-fluid .offset10 {
  margin-left: 87.2340425532%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
}
.row-fluid .offset11 {
  margin-left: 95.7446808511%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
}
.row-fluid .offset12 {
  margin-left: 104.2553191489%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
}

[class*=span].hide,
.row-fluid [class*=span].hide {
  display: none;
}

[class*=span].pull-right,
.row-fluid [class*=span].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 33px;
}

.red {
  color: #ce0021;
}

.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.green {
  color: #090;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.underline {
  border-bottom: 1px solid #eee;
}

.bold, .strong {
  font-weight: bold;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: gray;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 11px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 22px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  line-height: 44px;
}

h1 {
  font-size: 2.75em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.85em;
}

h1 small {
  font-size: 1.75em;
}

h2 small {
  font-size: 1.25em;
}

h3 small {
  font-size: 1em;
}

h4 small {
  font-size: 1em;
}

.page-header {
  padding-bottom: 10px;
  margin: 22px 0 33px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  padding: 0;
  margin: 0 0 11px 25px;
}

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

li {
  line-height: 22px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.unstyled > li,
ol.unstyled > li {
  margin-bottom: 6px;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 22px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 11px;
}

.dl-horizontal {
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

.dl-underline div.underline {
  margin-bottom: 22px;
}
.dl-underline dt {
  text-align: left;
}

hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 22px;
  color: #999;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 22px;
}

form {
  margin: 0 0 22px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 1.5em;
  line-height: 44px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 16.5px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 22px;
}

input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  height: 22px;
  padding: 4px 6px;
  margin-bottom: 11px;
  font-size: 1em;
  line-height: 22px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: #007fc7;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 127, 199, 0.6);
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  height: 32px;
  line-height: 32px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 22px;
  padding-left: 20px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append input[class*=span],
.input-append .uneditable-input[class*=span],
.input-prepend input[class*=span],
.input-prepend .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .input-append [class*=span] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*=span] + [class*=span] {
  margin-left: 20px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

.controls-row {
}
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}

.controls-row [class*=span],
.row-fluid .controls-row [class*=span] {
  float: left;
}

.controls-row .checkbox[class*=span],
.controls-row .radio[class*=span] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 21px 20px 22px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 11px;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 1em;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 22px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 1em;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #33ff33;
  border-color: #090;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}

.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 11px;
}

legend + .control-group {
  margin-top: 22px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 22px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 11px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

.form input,
.form textarea,
.form .help-inline,
.form .uneditable-input,
.form .input-prepend,
.form .input-append {
  background-color: #edf8fd;
  border: 1px solid #ade1f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: all linear 0.125s;
}
.form input:focus,
.form textarea:focus,
.form .help-inline:focus,
.form .uneditable-input:focus,
.form .input-prepend:focus,
.form .input-append:focus {
  background-color: #fff;
  border-color: #80d1ef;
  outline: 0;
  box-shadow: none;
}
.form input[type=radio],
.form input[type=checkbox] {
  background: none;
  border: none;
}



.productimagetext {display:none;}
.figrow{text-align:center;}
[class^=figdata]{display:inline-block;box-sizing: border-box; margin:.25rem -0px .25rem 0;transition: transform 150ms ease-out;}
[class^=figdata] figcaption{width:100%;text-align:center;font-size:.65rem;color:#999999;line-height:.75rem;}
[class^=figdata]:hover{transform: translateY(-4px);}
[class^=figdata]:hover figcaption{color:#000;}
[class^=figdata] a:hover{text-decoration:none;}
/* width factor: ((RimOD" * 72) / 300) */
.figrow7 {text-align:left;}
.figdata-R2{width:calc(var(--figeach) * 0.921);}
.figdata-R2 img{bottom:5px;position:relative;}
.figdata-R4{width:calc(var(--figeach) * 0.921);}
.figdata-U2{width:calc(var(--figeach) * 0.874);}
.figdata-U2 img{clip-path: inset(0 0 10% 0);bottom:-6px;position:relative;}
.figdata-R4{width:calc(var(--figeach) * 0.922);}
.figdata-T4{width:calc(var(--figeach) * 0.956);}
.figdata-R6{width:calc(var(--figeach) * 0.922);}
.figdata-R6 img{bottom:3px;position:relative;}
.figdata-T6{width:calc(var(--figeach) * 0.955);}
.figdata-T6 img{clip-path: inset(0 0 10% 0);bottom:-6px;position:relative;}
.figdata-U6{width:calc(var(--figeach) * 0.875);}
.figdata-R7{width:calc(var(--figeach) * 0.922);}
.figdata-2Q{width:calc(var(--figeach) * 1.087);}
.figdata-3Q{width:calc(var(--figeach) * 1.100);}
.figdata-T2{width:calc(var(--figeach) * 1.130);}
.figdata-T2{clip-path: inset(0 10px 0 10px);margin-left:-10px;margin-right:-10px;}
.figdata-S2{width:calc(var(--figeach) * 0.934);}
.figdata-U8{width:calc(var(--figeach) * 0.874);}
.figdata-T8{width:calc(var(--figeach) * 0.890);}
.figdata-T8 img{clip-path: inset(0 0 10% 0);bottom:-12px;position:relative;}
.figdata-S8{width:calc(var(--figeach) * 0.910);}
.figdata-R8{width:calc(var(--figeach) * 0.922);}
.figdata-T5{width:calc(var(--figeach) * 0.769);}
.figdata-T3{width:calc(var(--figeach) * 0.670);}

.figdata-09{width:calc(var(--figeach) * 0.754);}
.figdata-13{width:calc(var(--figeach) * 0.844);}
.figdata-16{width:calc(var(--figeach) * 0.844);}
/*.figdata-17{width:calc(var(--figeach) * 0.885);}*/
.figdata-17{width:calc(var(--figeach) * 0.795);}
/*.figdata-20{width:calc(var(--figeach) * 0.933);}*/
.figdata-20{width:calc(var(--figeach) * 0.874);}
.figdata-24{width:calc(var(--figeach) * 0.844);}
.figdata-22{width:calc(var(--figeach) * 0.922);}
.figdata-21{width:calc(var(--figeach) * 0.844);}
.figdata-30{width:calc(var(--figeach) * 0.925);} /* .978 */
.figdata-32{width:calc(var(--figeach) * 0.962);}
.figdata-44{width:calc(var(--figeach) * 1.086);}

.figdata-D9{width:calc(var(--figeach) * 0.754);}
.figdata-D3{width:calc(var(--figeach) * 0.844);}
.figdata-D6{width:calc(var(--figeach) * 0.844);}
.figdata-D2{width:calc(var(--figeach) * 0.844);}




table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table, .table-case-co-pack, .table-ops, .table-dimensions, .tableizer-table {
  width: 100%;
  margin-bottom: 22px;
}
.table th, .table-case-co-pack th, .table-ops th, .table-dimensions th, .tableizer-table th,
.table td,
.table-case-co-pack td,
.table-ops td,
.table-dimensions td,
.tableizer-table td {
  padding: 8px;
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ade1f5;
}
.table th, .table-case-co-pack th, .table-ops th, .table-dimensions th, .tableizer-table th {
  font-weight: bold;
}
.table thead th, .table-case-co-pack thead th, .table-ops thead th, .table-dimensions thead th, .tableizer-table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th, .table-case-co-pack caption + thead tr:first-child th, .table-ops caption + thead tr:first-child th, .table-dimensions caption + thead tr:first-child th, .tableizer-table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table-case-co-pack caption + thead tr:first-child td,
.table-ops caption + thead tr:first-child td,
.table-dimensions caption + thead tr:first-child td,
.tableizer-table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table-case-co-pack colgroup + thead tr:first-child th,
.table-ops colgroup + thead tr:first-child th,
.table-dimensions colgroup + thead tr:first-child th,
.tableizer-table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table-case-co-pack colgroup + thead tr:first-child td,
.table-ops colgroup + thead tr:first-child td,
.table-dimensions colgroup + thead tr:first-child td,
.tableizer-table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table-case-co-pack thead:first-child tr:first-child th,
.table-ops thead:first-child tr:first-child th,
.table-dimensions thead:first-child tr:first-child th,
.tableizer-table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
.table-case-co-pack thead:first-child tr:first-child td,
.table-ops thead:first-child tr:first-child td,
.table-dimensions thead:first-child tr:first-child td,
.tableizer-table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody, .table-case-co-pack tbody + tbody, .table-ops tbody + tbody, .table-dimensions tbody + tbody, .tableizer-table tbody + tbody {
  border-top: 2px solid #ade1f5;
}
.table .table, .table-case-co-pack .table, .table .table-case-co-pack, .table-case-co-pack .table-case-co-pack, .table-ops .table, .table-ops .table-case-co-pack, .table .table-ops, .table-case-co-pack .table-ops, .table-ops .table-ops, .table-dimensions .table, .table-dimensions .table-case-co-pack, .table-dimensions .table-ops, .table .table-dimensions, .table-case-co-pack .table-dimensions, .table-ops .table-dimensions, .table-dimensions .table-dimensions, .tableizer-table .table, .tableizer-table .table-case-co-pack, .tableizer-table .table-ops, .tableizer-table .table-dimensions, .table .tableizer-table, .table-case-co-pack .tableizer-table, .table-ops .tableizer-table, .table-dimensions .tableizer-table, .tableizer-table .tableizer-table {
  background-color: #fff;
}

.table-condensed th, .table-case-co-pack th, .table-ops th, .tableizer-table th,
.table-condensed td,
.table-case-co-pack td,
.table-ops td,
.tableizer-table td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ade1f5;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ade1f5;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-case-co-pack tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
.table-case-co-pack tbody > tr:nth-child(odd) > th {
  background-color: #edf8fd;
}
.table-striped tbody .odd, .table-case-co-pack tbody .odd {
  background-color: #edf8fd;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #daf2fa;
}

table td[class*=span],
table th[class*=span],
.row-fluid table td[class*=span],
.row-fluid table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1, .table-case-co-pack td.span1, .table-ops td.span1, .table-dimensions td.span1, .tableizer-table td.span1,
.table th.span1,
.table-case-co-pack th.span1,
.table-ops th.span1,
.table-dimensions th.span1,
.tableizer-table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2, .table-case-co-pack td.span2, .table-ops td.span2, .table-dimensions td.span2, .tableizer-table td.span2,
.table th.span2,
.table-case-co-pack th.span2,
.table-ops th.span2,
.table-dimensions th.span2,
.tableizer-table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3, .table-case-co-pack td.span3, .table-ops td.span3, .table-dimensions td.span3, .tableizer-table td.span3,
.table th.span3,
.table-case-co-pack th.span3,
.table-ops th.span3,
.table-dimensions th.span3,
.tableizer-table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4, .table-case-co-pack td.span4, .table-ops td.span4, .table-dimensions td.span4, .tableizer-table td.span4,
.table th.span4,
.table-case-co-pack th.span4,
.table-ops th.span4,
.table-dimensions th.span4,
.tableizer-table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5, .table-case-co-pack td.span5, .table-ops td.span5, .table-dimensions td.span5, .tableizer-table td.span5,
.table th.span5,
.table-case-co-pack th.span5,
.table-ops th.span5,
.table-dimensions th.span5,
.tableizer-table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6, .table-case-co-pack td.span6, .table-ops td.span6, .table-dimensions td.span6, .tableizer-table td.span6,
.table th.span6,
.table-case-co-pack th.span6,
.table-ops th.span6,
.table-dimensions th.span6,
.tableizer-table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7, .table-case-co-pack td.span7, .table-ops td.span7, .table-dimensions td.span7, .tableizer-table td.span7,
.table th.span7,
.table-case-co-pack th.span7,
.table-ops th.span7,
.table-dimensions th.span7,
.tableizer-table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8, .table-case-co-pack td.span8, .table-ops td.span8, .table-dimensions td.span8, .tableizer-table td.span8,
.table th.span8,
.table-case-co-pack th.span8,
.table-ops th.span8,
.table-dimensions th.span8,
.tableizer-table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9, .table-case-co-pack td.span9, .table-ops td.span9, .table-dimensions td.span9, .tableizer-table td.span9,
.table th.span9,
.table-case-co-pack th.span9,
.table-ops th.span9,
.table-dimensions th.span9,
.tableizer-table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10, .table-case-co-pack td.span10, .table-ops td.span10, .table-dimensions td.span10, .tableizer-table td.span10,
.table th.span10,
.table-case-co-pack th.span10,
.table-ops th.span10,
.table-dimensions th.span10,
.tableizer-table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11, .table-case-co-pack td.span11, .table-ops td.span11, .table-dimensions td.span11, .tableizer-table td.span11,
.table th.span11,
.table-case-co-pack th.span11,
.table-ops th.span11,
.table-dimensions th.span11,
.tableizer-table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12, .table-case-co-pack td.span12, .table-ops td.span12, .table-dimensions td.span12, .tableizer-table td.span12,
.table th.span12,
.table-case-co-pack th.span12,
.table-ops th.span12,
.table-dimensions th.span12,
.tableizer-table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td, .table-case-co-pack tbody tr.success > td, .table-ops tbody tr.success > td, .table-dimensions tbody tr.success > td, .tableizer-table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td, .table-case-co-pack tbody tr.error > td, .table-ops tbody tr.error > td, .table-dimensions tbody tr.error > td, .tableizer-table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td, .table-case-co-pack tbody tr.warning > td, .table-ops tbody tr.warning > td, .table-dimensions tbody tr.warning > td, .tableizer-table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td, .table-case-co-pack tbody tr.info > td, .table-ops tbody tr.info > td, .table-dimensions tbody tr.info > td, .tableizer-table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.table-thead thead tr, .thead {
  background: #007fc7;
  background: linear-gradient(#2FA7D3, #007fc7);
  color: #fff !important;
}

.table-thead thead tr th, .table-thead thead tr td {
  color: #fff !important;
  border-left: 1px solid #006fae;
}
.table-thead thead tr th:first-child,
.table-thead thead tr td:first-child {
  border-style: none;
}

.table-bullets span {
  display: block;
  text-indent: -9999px;
  background: url(img/bullet_black_alt.png) no-repeat 0 0;
  margin-left: 20%;
}

@font-face {
  font-family: "localIcon";
  font-weight: normal;
  font-style: normal;
  src: url("font/timesupicons-webfont.eot");
  src: url("font/timesupicons-webfont.eot?#iefix") format("embedded-opentype"), url("font/timesupicons-webfont.woff") format("woff"), url("font/timesupicons-webfont.ttf") format("truetype"), url("font/timesupicons-webfont.svg#timesupicons-webfont") format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  font-family: localIcon;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline-block;
}

li [class^=icon-],
li [class*=" icon-"], .nav li [class^=icon-],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^=icon-].icon-large,
li [class*=" icon-"].icon-large, .nav li [class^=icon-].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^=icon-],
ul.icons li [class*=" icon-"] {
  width: 0.75em;
}

.icon-muted {
  color: #ebf7ff;
}

.icon-2x {
  font-size: 2em;
  vertical-align: middle;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}

.btn [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^=icon-].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}

.btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}

.btn.btn-large [class^=icon-],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^=icon-].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^=icon-].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-light:before {
  content: "a";
}

.icon-check:before {
  content: "b";
}

.icon-pallette:before {
  content: "c";
}

.icon-tools:before {
  content: "d";
}

.icon-recycle:before {
  content: "e";
}

.icon-recycle5:before {
  content: "E";
}

.icon-checkmark:before {
  content: "f";
}

.icon-search:before {
  content: "g";
}

.icon-down:before {
  content: "h";
}

.icon-cup:before {
  content: "i";
}

.icon-coaster:before {
  content: "j";
}

.icon-star:before {
  content: "k";
}

.icon-below:before {
  content: "l";
}

.icon-chevlt:before {
  content: "m";
}

.icon-chevgt:before {
  content: "n";
}

.icon-person:before {
  content: "o";
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  border-radius: 8px;
}

.well-small {
  padding: 9px;
  border-radius: 2px;
}

.well-brand {
  background-color: #edf8fd;
  border: 1px solid #ade1f5;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

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

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
.fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0.25em;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold !important;
  color: #333 !important;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #89d4f0;
  background: linear-gradient(#ebf7ff, #89d4f0);
  border: 1px solid #c4e9f7;
  border-bottom-color: #97d9f2;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 2px #ededed;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background: #89d4f0;
  background: linear-gradient(#89d4f0, #ebf7ff);
}
.btn:active, .btn.active {
  background: #89d4f0;
  background: linear-gradient(#89d4f0, #ebf7ff);
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  transition: all 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  position: relative;
  top: 1px;
  outline: 0;
  box-shadow: "inset 0 2px 4px rgba(0,0,0,.15), 0 0px 2px #ededed";
}
.btn.disabled, .btn[disabled] {
  cursor: no-drop;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 1.25em;
  border-radius: 6px;
}

.btn-large [class^=icon-],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 0.85em;
  border-radius: 2px;
}

.btn-small [class^=icon-],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^=icon-],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 0.75em;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  background: #007fc7;
  background: linear-gradient(#2FA7D3, #007fc7);
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background: #007fc7;
  background: linear-gradient(#007fc7, #2FA7D3);
}
.btn-primary:active, .btn-primary.active {
  background: #007fc7;
  background: linear-gradient(#007fc7, #2FA7D3);
}

.btn-inverse {
  background: #222;
  background: linear-gradient(#444, #222);
  color: #999 !important;
  border: #eee !important;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background: #222;
  background: linear-gradient(#222, #444);
}
.btn-inverse:active, .btn-inverse.active {
  background: #222;
  background: linear-gradient(#222, #444);
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #008fe1;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005e94;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.btn-sidebar {
  clear: both;
  padding: 14px;
}
.btn-sidebar p {
  text-shadow: 0px 2px 2px #eee;
  letter-spacing: 0.05em;
  font-size: 1em;
}
@media (max-width: 767px) {
  .btn-sidebar p {
    font-size: 0.85em;
  }
}
.btn-sidebar .faux-button {
  display: block;
  padding: 0.3em;
  background-color: #007fc7;
  color: white;
  font-size: 1em;
  line-height: 0.8em;
  font-weight: normal;
  border-radius: 24px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 22px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/*
|--------------------------------------------------------------------------
| GLOBAL MISC
|--------------------------------------------------------------------------
*/
/* FACEBOOK LIKE */
#social {
  height: 24px;
  overflow: hidden;
  text-align: left;
  display: inline;
  margin: 0 0 0.25em 0;
  padding: 0;
  float: right;
}
#social iframe {
  width: 49px;
  height: 21px;
  padding-top: 3px;
  border: none;
  overflow: hidden;
}
#social object {
  width: 45px;
  height: 20px;
  padding-top: 3px;
  border: medium none;
  overflow: hidden;
}

/* SEARCH - SASS */
form.search-form {
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  zoom: 1;
  z-index: 100;
  /* ie7 hack for display:inline-block */
}
form.search-form .search-input {
  width: 150px;
  height: 20px;
  padding: 6px 10px 6px 35px;
  outline: none;
  position: relative;
  background: #fff url(img/search-dark.png) 10px center no-repeat;
  border: 2px solid #ade1f5;
  border-color: 2px solid #ade1f5;
  box-shadow: none;
  box-shadow: "inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5)";
  background-clip: padding-box;
}
form.search-form .search-input:focus {
  background-color: #fff;
  border: 2px solid #2FA7D3;
  border-color: 2px solid #2FA7D3;
  outline: 0;
  box-shadow: none;
}
form.search-form .search-input {
  background: #fff url(img/search-dark.png) 10px center no-repeat;
  z-index: 100 !important;
  border-radius: 8px;
}

#guarpop, #uspop, #ppaicoc {
  width: 80px;
  height: 80px;
  transition: all 0.2s ease;
}

img#ppaicoc {
  width: 155px;
  height: 60px;
  margin-left: 4px;
}

a#guarpop:hover, a#uspop:hover, a#ppaicoc:hover {
  opacity: 0.8;
}

.shipEstPop {
  height: 100%;
}

#shipEstPop h3.comment {
  margin: 0 auto;
  padding: 0;
  line-height: 1em;
}

#shipEstPop .product {
  margin: 0 0 0 0.5em;
  font-size: 1.1em;
}

#getShipEst {
  padding: 10px;
}
#getShipEst .control-group {
  margin-bottom: 4px;
}

#quoteResultShipEst {
  width: 100%;
  max-width: 560px;
  margin: 6px auto;
  border-collapse: collapse;
  font-size: 1em;
  text-align: left;
}

#quoteResultShipEst td {
  padding: 4px 8px 0 8px;
  text-align: left;
  white-space: nowrap;
}

#quoteResultShipEst td:nth-child(2) {
  text-align: right;
}

#quoteResultShipEst tr {
  border-top: 1px solid #ccc;
}

.print {
  display: none;
}

.min_max_msg {
  font-size: 0.9em;
  font-weight: bold;
  color: red;
}

@media print {
  #shipEstPop {
    text-align: center;
  }

  #getShipEst, .btn {
    display: none;
  }

  .shipEstPop .product {
    font-size: 1.3em;
  }

  #quoteResultShipEst {
    width: 100%;
    margin: 0.5in auto;
    padding: 0;
  }

  .getShipEst .print {
    display: block;
    text-align: center;
    font-size: 12pt;
  }
}
/* DISTRIBUTOR LOGIN */
#distributortop {
  height: 38px;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  color: #ededed;
  background-color: #292929;
  background-image: linear-gradient(#222, #333 50%, #000);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF222222", endColorstr="#FF000000", GradientType=0);
  overflow: hidden;
  /* LOGGED IN LINKS - But lets look at Bootstrap API for navbar!!! */
}
#distributortop a {
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
}
#distributortop a:hover {
  color: #ccc;
  text-decoration: none;
}
#distributortop input {
  width: 95px;
  border-style: none;
  color: #cccccc;
  padding: 2px;
  background-color: dimgray;
  background-image: linear-gradient(to bottom, #555, #888888);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF555555", endColorstr="#FF888888", GradientType=0);
}
#distributortop input:focus {
  color: white;
}

#navbar input {
  border-style: none;
  color: #cccccc;
  background-color: dimgray;
  background-image: linear-gradient(to bottom, #555, #888888);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF555555", endColorstr="#FF888888", GradientType=0);
}
#navbar input:focus {
  color: white;
}

/* DISTRIBUTOR LINKS  - But lets look at Bootstrap API for navbar!!! */
#hdrframe {
  z-index: 10;
  position: relative;
  text-align: left;
  width: 890px;
  margin: 0 auto;
  overflow: hidden;
  height: 23px;
  bottom: -23px;
  margin-top: -23px;
  line-height: 23px;
}

#lillinks a {
  position: absolute;
  top: 0;
  right: 18px;
  height: 23px;
  width: 130px;
  text-align: center;
  background-color: transparent;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 0px solid #9ccbde;
  border-radius: 0 0 3px 3px;
}
#lillinks a:hover {
  top: 3px;
  background-color: #ebf7ff;
  color: #333;
}

#status {
  width: 890px;
  margin: 0 auto;
  text-align: right;
  color: #ccc;
  overflow: hidden;
}

/* LOGGED IN LINKS CONTAINER */
#status p {
  margin-top: 3px;
  margin: 0.5em auto 0 auto;
}

#co {
  display: none;
}

/* DON'T SHOW COMPANY NAME IN DISTRIBUTOR LINKS - use class of hide! */
#tryagain {
  float: left;
  font-size: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 4px 0px 10px 500px;
}

/* UPS QUOTE POPUP */
.print {
  display: none;
}

.min_max_msg {
  font-size: 0.9em;
  font-weight: bold;
  color: red;
}

/* Teams Page - SASS */
* html body.teams .list div {
  margin-left: 15px;
}

body.teams .list div {
  margin: 8px 34px 20px 0;
  float: left;
  width: 130px;
  height: 180px;
}
body.teams .list div p {
  line-height: 1.3em;
  text-align: center;
  font-size: 0.85em;
}
body.teams .list div p em {
  display: block;
  margin-top: 3px;
}
body.teams .list div span img {
  float: left;
  width: 128px;
  height: 128px;
  padding: 4px;
  margin-bottom: 2px;
  background-color: #dedede;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.nav {
  margin-left: 0;
  margin-bottom: 22px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #edf8fd;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #008fe1;
}

.nav-list [class^=icon-],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  height: 1px;
  margin: 10px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #007fc7;
}

.nav-tabs > li {
  margin-bottom: -1px;
  margin-right: 0.5em;
}

.nav-tabs > li > a {
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 22px;
  text-shadow: 0px 1px 0px #ffffff;
  border: 1px solid #2FA7D3;
  background: #89d4f0;
  background: linear-gradient(#ebf7ff, #89d4f0);
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #fff;
  padding-bottom: 3px;
  text-shadow: 0px -1px 0px #005e94;
  border: 1px solid #006fae;
  background: #007fc7;
  background: linear-gradient(#2FA7D3, #007fc7);
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #000;
  text-shadow: none;
  background: #fff;
  background: linear-gradient(#b6e4f6, #fff);
  border: 1px solid #007fc7;
  border-bottom-color: #fff;
  cursor: default;
}

.nav-tabs > li.active:hover {
  border-bottom: 1px solid #fff;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 4px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #007fc7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #008fe1;
  border-bottom-color: #008fe1;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005e94;
  border-bottom-color: #005e94;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

.tabbable {
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

ul.sidenav {
  padding: 0;
  margin: 0;
  text-indent: 0;
}

.sidenav .btn {
  width: 186px;
  height: 55px;
  padding: 0 0 0 12px;
  margin: 0 0 8px 0;
  font-size: 1em;
  text-align: left;
  line-height: 54px;
  color: #007fc7;
  border-radius: 8px;
  border-style: none;
}

.sidenav .btn i {
  float: right;
  width: 1.2em;
  position: relative;
  top: 3px;
  font-size: 3em;
  color: #007fc7;
}

#distributor-top input {
  border-style: none;
  color: #999;
  background-color: #ddd;
/*  background-image: linear-gradient(to bottom, #555, #888888);*/
/*  background-repeat: repeat-x;*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF555555", endColorstr="#FF888888", GradientType=0);*/
}
#distributor-top input:focus {
  color: #000;
}
#distributor-top input, #distributor-top button {
  padding: 2px;
  box-shadow: none;
}

.quicklogin {
  z-index: 10;
  position: relative;
  margin: 0 auto;
  height: 26px;
  margin-bottom: -26px;
}

#tryagain {
  color: #fff;
}

.navbar {
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF2F2F2", GradientType=0);
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  float: left;
  display: block;
  padding: 9px 20px 9px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

.navbar-link {
  color: #777;
}
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type=image],
.navbar-form input[type=checkbox],
.navbar-form input[type=radio] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 9px 15px 9px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2F2F2", endColorstr="#FFE6E6E6", GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9 ;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF222222", endColorstr="#FF111111", GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF151515", endColorstr="#FF040404", GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9 ;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.bg {
  background: rgba(120, 120, 120, 0.2);
}

.nobr {
  white-space: nowrap !important;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.clearfix {
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
  }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 724px;
  }

  .span1 {
    width: 42px;
  }

  .span2 {
    width: 104px;
  }

  .span3 {
    width: 166px;
  }

  .span4 {
    width: 228px;
  }

  .span5 {
    width: 290px;
  }

  .span6 {
    width: 352px;
  }

  .span7 {
    width: 414px;
  }

  .span8 {
    width: 476px;
  }

  .span9 {
    width: 538px;
  }

  .span10 {
    width: 600px;
  }

  .span11 {
    width: 662px;
  }

  .span12 {
    width: 724px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset12 {
    margin-left: 764px;
  }

  .row-fluid {
    width: 100%;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 32px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.7624309392%;
  }
  .row-fluid .span1 {
    width: 5.8011049724%;
  }
  .row-fluid .span2 {
    width: 14.364640884%;
  }
  .row-fluid .span3 {
    width: 22.9281767956%;
  }
  .row-fluid .span4 {
    width: 31.4917127072%;
  }
  .row-fluid .span5 {
    width: 40.0552486188%;
  }
  .row-fluid .span6 {
    width: 48.6187845304%;
  }
  .row-fluid .span7 {
    width: 57.182320442%;
  }
  .row-fluid .span8 {
    width: 65.7458563536%;
  }
  .row-fluid .span9 {
    width: 74.3093922652%;
  }
  .row-fluid .span10 {
    width: 82.8729281768%;
  }
  .row-fluid .span11 {
    width: 91.4364640884%;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
  }
  .row-fluid .offset3 {
    margin-left: 28.453038674%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
  }
  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
  }
  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
  }
  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
  }
  .row-fluid .offset8 {
    margin-left: 71.270718232%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
  }
  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
  }
  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
  }
  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
  }

  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 20px;
  }

  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 28px;
  }

  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 90px;
  }

  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 152px;
  }

  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 214px;
  }

  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 276px;
  }

  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 338px;
  }

  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 400px;
  }

  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 462px;
  }

  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 524px;
  }

  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 586px;
  }

  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 648px;
  }

  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  .container-fluid {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row,
.thumbnails {
    margin-left: 0;
  }

  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  [class*=span],
.uneditable-input[class*=span],
.row-fluid [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }

  .span12,
.row-fluid .span12 {
    width: 100%;
    box-sizing: border-box;
  }

  .row-fluid [class*=offset]:first-child {
    margin-left: 0;
  }

  .input-large,
.input-xlarge,
.input-xxlarge,
input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input {
    display: block;
    width: 100%;
    min-height: 32px;
    box-sizing: border-box;
  }

  .input-prepend input,
.input-append input,
.input-prepend input[class*=span],
.input-append input[class*=span] {
    display: inline-block;
    width: auto;
  }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small {
    display: block;
    line-height: 22px;
  }

  input[type=checkbox],
input[type=radio] {
    border: 1px solid #ccc;
  }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
  }

  .navbar-fixed-top {
    margin-bottom: 22px;
  }

  .navbar-fixed-bottom {
    margin-top: 22px;
  }

  .navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }

  .navbar .container {
    width: auto;
    padding: 0;
  }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  .nav-collapse {
    clear: both;
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 11px;
  }

  .nav-collapse .nav > li {
    float: none;
  }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }

  .nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 3px;
  }

  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 4px;
  }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  .nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .nav-collapse .open > .dropdown-menu {
    display: block;
  }

  .nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }

  .nav-collapse .navbar-form,
.nav-collapse .navbar-search {
    float: none;
    padding: 11px 15px;
    margin: 11px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  .nav-collapse,
.nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  .navbar .btn-navbar {
    display: block;
  }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* RIGHT NAVIGATION SIDEBAR - nav_rightsidebar */
.section-right {
  text-align: center;
}

.socialSideBar {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 12px auto;
}

.socialSideBar a img {
  border-radius: 6px;
}

a.rt_nav {
  display: block;
  margin: 0 0 0.5em 0;
  width: 198px;
  height: 57px;
  float: right;
  color: #000;
  line-height: 57px;
  text-decoration: none;
  text-indent: 1em;
}

a.rt_nav:hover {
  background-position: 0 -57px;
  color: #333;
}

a.rt_nav:active {
  background-position: 0 -114px;
  color: #000;
}


/* ICON BUTTON STYLES! */
a.icon {
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 160px;
  height: 160px;
  line-height: 2em;
  font-weight: bold;
  float: left;
  text-decoration: none;
  color: #333;
  text-align: center;
}

a.icon span {
  display: none;
  background: #000;
  color: #fff;
  zoom: 1;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

a.icon:hover {
  background-position: 0 -160px;
  text-decoration: none;
}

a.icon:hover span {
  display: block;
}

a.icon:active {
  background-position: 0 -320px;
}

.icon.art {
  background: url("img/ico_art.jpg") 0 0px no-repeat;
}

.icon.sto {
  background: url("img/ico_sto.jpg") 0 0px no-repeat;
}

.icon.sta {
  background: url("img/ico_sta.jpg") 0 0px no-repeat;
}

.icon.fon {
  background: url("img/ico_fon.jpg") 0 0px no-repeat;
}

.icon.che {
  background: url("img/ico_che.jpg") 0 0px no-repeat;
}

.icon.tem {
  background: url("img/ico_tem.jpg") 0 0px no-repeat;
}

.icon.upl {
  background: url("img/ico_upl.jpg") 0 0px no-repeat;
}

.icon.ups {
  background: url("img/ico_ups.jpg") 0 0px no-repeat;
}

.icon.get {
  background: url("img/ico_get.v2.jpg") 0 0px no-repeat;
}

.icon.req {
  background: url("img/ico_req.jpg") 0 0px no-repeat;
}

.icon.per {
  background: url("img/ico_per.jpg") 0 0px no-repeat;
}

.icon.eca {
  background: url("img/ico_eca.jpg") 0 0px no-repeat;
}

.icon.tra {
  background: url("img/ico_tra.jpg") 0 0px no-repeat;
}

.icon.shi {
  background: url("img/ico_shi.jpg") 0 0px no-repeat;
}

.icon.pay {
  background: url("img/ico_dep.jpg") 0 0px no-repeat;
}

.icon.news {
  background: url("img/ico_new.jpg") 0 0px no-repeat;
}

.icon.case {
  background: url("img/ico_case.jpg") 0 0px no-repeat;
}

.icon.idea1 {
  background: url("img/ico_idea_1.png") 0 0px no-repeat;
}

.icon.idea2 {
  background: url("img/ico_idea_2.png") 0 0px no-repeat;
}

.icon.idea3 {
  background: url("img/ico_idea_3.png") 0 0px no-repeat;
}

.icon.idea4 {
  background: url("img/ico_idea_4.png") 0 0px no-repeat;
}

.icon.idea5 {
  background: url("img/ico_idea_5.png") 0 0px no-repeat;
}

.icon.idea6 {
  background: url("img/ico_idea_6.png") 0 0px no-repeat;
}

.icon.idea7 {
  background: url("img/ico_idea_7.png") 0 0px no-repeat;
}

.icon.idea8 {
  background: url("img/ico_idea_8.png") 0 0px no-repeat;
}

.icon.idea9 {
  background: url("img/ico_idea_9.png") 0 0px no-repeat;
}

.icon.idea10 {
  background: url("img/ico_idea_10.png") 0 0px no-repeat;
}

.icon.idea11 {
  background: url("img/ico_idea_11.png") 0 0px no-repeat;
}

.icon.idea12 {
  background: url("img/ico_idea_12.png") 0 0px no-repeat;
}

.icon.pack1 {
  background: url("img/ico_idea_pack_1.png") 0 0px no-repeat;
}

.icon.pack2 {
  background: url("img/ico_idea_pack_2.png") 0 0px no-repeat;
}

.icon.pack3 {
  background: url("img/ico_idea_pack_3.png") 0 0px no-repeat;
}

.icon.pack4 {
  background: url("img/ico_idea_pack_4.png") 0 0px no-repeat;
}

.icon.pack5 {
  background: url("img/ico_idea_pack_5.png") 0 0px no-repeat;
}

.icon.pack6 {
  background: url("img/ico_idea_pack_6.png") 0 0px no-repeat;
}

.icon.cre {
  background: url("img/ico_cre.jpg") 0 0px no-repeat;
}

.icon.inf {
  background: url("img/ico_inf.jpg") 0 0px no-repeat;
  font-size: 12px;
  line-height: 28px;
}

.icon.inf span {
  font-size: 14px;
}

.icon.p2lid {
  background: url("img/ico_lid_p2.jpg") 0px 0 no-repeat;
}

.icon.basic {
  background: url("img/ico_lid_basic.jpg") 0px 0 no-repeat;
}

.icon.v3lid {
  background: url("img/ico_lid_v3lid.jpg") 0px 0 no-repeat;
}

.icon.cflat {
  background: url("img/ico_lid_cflat.jpg") 0px 0 no-repeat;
}

.icon.hdome {
  background: url("img/ico_lid_hdome.jpg") 0px 0 no-repeat;
}

.icon.cappu {
  background: url("img/ico_lid_cappu.jpg") 0px 0 no-repeat;
}

.icon.coffee {
  background: url("img/ico_lid_coffee.jpg") 0px 0 no-repeat;
}

.icon.udome {
  background: url("/assets/css/img/ico_lid_udome.jpg") 0px 0 no-repeat;
}

.icon.delis {
  background: url("/assets/css/img/ico_lid_delis.jpg") 0px 0 no-repeat;
}

a.main-icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 160px;
  height: 160px;
  line-height: 2em;
  font-weight: bold;
  float: left;
  text-decoration: none;
  color: #333;
  text-align: center;
}

a.main-icon span {
  display: none;
  font-size: 1.2em;
  font-family: Helvetica, Arial, sans-serif;
  background: #000;
  text-indent: 0px;
  line-height: 2em;
  color: #fff;
  zoom: 1;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}

a.main-icon:hover {
  background-position: 0 -160px;
  text-decoration: none;
}

a.main-icon:hover span {
  display: block;
}

a.main-icon:active {
  background-position: 0 -320px;
}

span.iso-tr {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: -2px;
    color: #908c8c;
    text-decoration: dashed;
}
img.fsscHomeLogo {
    margin-top: 15px;
}


@media (max-width: 979px) {
  table.tableizer-table.pricing, table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  table.table-ops {
    display: table;
  }
}
a.upsquote {
  text-decoration: underline;
  font-size: 0.9em;
}

/*
| EXCEL Grid
|--------------------------------------------------------------------------
*/
table.excel_grid {
  font-size: 0.85em;
}
table.excel_grid th, table.excel_grid td {
  text-align: center;
}
table.excel_grid td:first-child {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 35px;
}

.tableizer-table {
  font-size: 0.85em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.tableizer-table tr {
  background: #fff;
}
.tableizer-table tr:nth-child(odd) {
  background: #edf8fd;
}
.tableizer-table td {
  border-top: none;
}
.tableizer-table th {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #00a9ee;
  vertical-align: bottom;
}
.tableizer-table td:first-child, .tableizer-table th:first-child {
  font-weight: bold;
  text-align: right;
  border-right: 2px solid #00a9ee;
  white-space: nowrap;
}
.tableizer-table tr:first-child th {
  border-top: none;
  line-height: 1em;
}
.tableizer-table tr .tub {
  text-align: left;
  border-right: none;
}
.tableizer-table tr:hover {
  background-color: #89d4f0;
}

/* pricing "should be black not blue" */
.pricing td:last-child, .pricing th:last-child {
  border-right: none;
}

/*last row*/
.pricing td:first-child + td {
  font-weight: bold;
}

/*2 col*/
.pricing td, .pricing th {
  text-align: right;
}

.pricing td:nth-child(2), .pricing th:nth-child(2) {
  text-align: left;
}

/* pricing v3 */
.pricingv3 td:first-child + td + td {
  border-right: 1px solid #000;
}

/*3 col*/
.pricingv3 td:first-child + td + td + td, .pricingv3 th:first-child + th + th + th {
  border-right: 2px solid #000;
}

/*4 col*/
/* lids */
.lids th {
  vertical-align: bottom;
  text-align: center;
  font-size: 100%;
  border-left: 1px solid #89d4f0;
}

.lids th:first-child {
  text-align: left;
  font-size: 1.2em;
  padding-left: 3px;
  border-left: none;
}

.lids td {
  width: 8%;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #89d4f0;
}

.lids th small {
  font-size: 75%;
}

.lids td:first-child {
  text-align: right;
  padding-left: 0;
  border-left: none;
  line-height:1.1em;
}

.lids span {
  font-size: 1.75em;
  color: #007fc7;
}

.table-dimensions {
  width: auto;
  margin-top: 0.5em;
  padding-top: 0;
  margin-bottom: 0.5em;
  font-size: 0.85em;
}
.table-dimensions tr {
  background: #fff;
}
.table-dimensions tr:nth-child(even) {
  background: #edf8fd;
}
.table-dimensions th, .table-dimensions td {
  border-right: 1px solid #00a9ee;
  border-top: none;
}
.table-dimensions tr:first-child th:first-child {
  border-style: none;
}
.table-dimensions tr:first-child th {
  font-weight: normal;
}
.table-dimensions th {
  padding-bottom: 3px;
  padding-top: 3px;
  line-height: 1em;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
  border-bottom: 2px solid #00a9ee;
  border-right: none;
  background-color: #fff;
}
.table-dimensions th p {
  font-size: 110%;
  margin-bottom: 0px;
  text-align: center;
}
.table-dimensions td {
  padding: 4px 6px;
  line-height: 1.2em;
}
.table-dimensions td:first-child {
  white-space: nowrap;
}
.table-dimensions td:not(:first-child) {
  text-align: right;
}
.table-dimensions td:last-child {
  border-right: none;
}
.table-dimensions .border-left {
  border-left: 2px solid #00a9ee;
}

.img-dimensions {
  max-width: 120px;
}

.table-ops {
  table-layout: fixed;
  margin-bottom: 4px;
  margin-top: 14px;
  background: #F9F9F9;
}
.table-ops p {
  font-size: 12px;
  text-align: left;
  margin-bottom: 0.5em;
}
.table-ops td {
  font-size: 12px;
  padding: 3px;
  border: 1px solid #007fc7;
}
.table-ops td:first-child {
  width: 140px;
}

.table-casepack th {
  text-align: center;
}

.table-casepack td {
  text-align: center;
}

.table-1rightLeft td, .table-1rightLeft th {
  text-align: left;
}
.table-1rightLeft td:nth-child(1), .table-1rightLeft th:nth-child(1) {
  text-align: right;
}
.table-1rightLeft td.tub {
  text-align: left;
}

.table-case-co-pack th, .table-case-co-pack td {
  text-align: center;
}
.table-case-co-pack th.tub {
  text-align: left;
}
.table-case-co-pack th {
  border-right: 1px solid #89d4f0;
}
.table-case-co-pack th:last-child {
  border-right: none;
}
.table-case-co-pack thead th:first-child {
  text-align: right;
}
.table-case-co-pack thead tr {
  border-bottom: 0px solid #fff;
}
.table-case-co-pack thead td {
  border-right: 1px solid #89d4f0;
}
.table-case-co-pack thead td:last-child {
  border-right: none;
}
.table-case-co-pack tbody td:first-child {
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
}
.table-case-co-pack tbody td {
  border-top-style: none;
  border-right: 1px solid #89d4f0;
}
.table-case-co-pack tbody td:last-child {
  border-right: none;
}
.table-case-co-pack tbody td.thead2 {
  text-align: left;
  color: #007fc7;
}

.table-min td:nth-child(odd), .table-min th:nth-child(odd) {
  border-right: 2px solid #007fc7;
}

.table-min td:nth-child(even), .table-min th:nth-child(even) {
  border-right: 1px solid #89d4f0;
  text-align: right;
}

.table-min td:last-child, .table-min th:last-child {
  border-right: none;
}

.n {
  padding-left: 0;
}

.n::before {
  content: "NEW! ";
  color: red;
}

.table-thead2 thead tr, .thead2 tr {
  color: #007fc7;
}
.table-thead2 thead tr th, .table-thead2 thead tr td, .thead2 tr th, .thead2 tr td {
  font-weight: bold;
  color: #007fc7;
}

.table-thead2 thead tr th, .table-thead2 thead tr td, .thead2 tr:last-child th, .thead2 tr:last-child td {
  border-bottom: 1px solid #007fc7;
}

.table-leadtime {
  margin-bottom: 0.75em;
}

.table-leadtime td:first-child,
.table-leadtime th:first-child {
  border-left: 1px solid #ade1f5;
  border-right: 1px solid #ade1f5;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

.table-leadtime td,
.table-leadtime th {
  text-align: center;
  line-height: 1.2em;
  vertical-align: middle;
  padding-bottom: 3px;
}

.table-leadtime-date {
  width: 100%;
  text-align: right;
  font-size: 0.8em;
}

.table-leadtime td:nth-child(4),
.table-leadtime th:nth-child(4),
.table-leadtime td:nth-child(6),
.table-leadtime th:nth-child(6),
.table-leadtime td:nth-child(8),
.table-leadtime th:nth-child(8),
.table-leadtime td:nth-child(10),
.table-leadtime th:nth-child(10),
.table-leadtime td:nth-child(12),
.table-leadtime th:nth-child(12) {
  border-left-width: 3px;
  border-left-color: #00a9ee;
}

/*
|--------------------------------------------------------------------------
| Main_Nav
|--------------------------------------------------------------------------
*/
.main_nav {
  display: block;
  position: relative;
  z-index: 1000;
  float: right;
  margin-bottom: -3em;
  top: -65px;
  left: -65px;
}
.main_nav ul {
  margin: 0;
  padding: 0;
}
.main_nav li {
  position: relative;
  list-style-type: none;
  line-height: 26px;
  float: left;
  margin: 10px 30px -10px 0px;
  padding: 4px 12px 4px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.main_nav li:hover {
  position: relative;
  top: -1px;
  background: #ebf7ff;
  cursor: pointer;
  text-shadow: 0px 1px 2px #ffffff;
  border-radius: 4px;
}
.main_nav li.hasSubNav {
  background: url("img/nav-arrow.png") no-repeat 95% 53% transparent;
  padding-right: 23px !important;
  font-size: 15px;
}
.main_nav li.hasSubNav:hover {
  position: relative;
  z-index: 1020;
  background: #ebf7ff;
}
.main_nav li.right {
  float: right;
}
.main_nav li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .main_nav {
    left: 0;
  }
  .main_nav li {
    margin: 10px 10px -10px 0px;
  }
}

.main_nav li:hover .subNav {
  display: block;
}

.subNav {
  display: none;
  position: absolute;
  top: -18px;
  left: -1px;
  overflow: hidden;
  width: 170px;
  margin: 3em 0 0 0;
  padding: 12px 0 0 0;
  color: #333;
  z-index: 650;
  background: #ebf7ff;
  border: 1px solid white;
  border-top-style: none;
  background-color: #c4e9f9;
  background-image: linear-gradient(to bottom, #ebf7ff, #89d4f0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEBF7FF", endColorstr="#FF89D4F0", GradientType=0);
  box-shadow: 0 12px 16px -8px gray;
  border-radius: 0;
}
.subNav li {
  float: none;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 22px;
  border: none;
}
.subNav li:hover {
  background: white;
  border: none;
  border-radius: 0;
}
.subNav li a {
  display: block;
  height: 2em;
  background: none;
  text-decoration: none;
  outline: none;
  font-weight: normal;
  color: #000;
}
.subNav li a:hover {
  font-weight: bold;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "h";
}

b.caret {
  margin-top: 15px;
  margin-left: 8px;
}

/*
|--------------------------------------------------------------------------
| NEW TAB NAV - SASS (still a work in progress - VG)
|--------------------------------------------------------------------------
*/
ul.tab {
  position: relative;
  width: 100%;
  margin: 20px 0 0 0;
  overflow: visible;
  font-weight: bold;
  line-height: 0;
  padding: 8px 0 0 0;
  border-bottom: 1px solid #007fc7;
}
ul.tab:before, ul.tab:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.tab:after {
  clear: both;
}
ul.tab li {
  display: inline-block;
  list-style: none outside none;
  height: auto;
}
ul.tab li a {
  float: left;
  display: block;
  margin-right: 8px;
  margin-top: 6px;
  padding: 3px 8px 3px;
  background: #007fc7;
  border: 1px solid #007fc7;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 979px) {
  ul.tab li a {
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-right: 4px;
  }
}
ul.tab li a:hover {
  background: #daf2fa;
  color: #008fd5;
  border-bottom: 1px solid #daf2fa !important;
  cursor: pointer;
}
ul.tab li a.current {
  background: #daf2fa;
  color: #000;
  border-bottom: none;
}
ul.tab li a.select {
  border-bottom: 1px solid #007fc7;
}

.tab_btn_lids {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  margin-top: -2px;
}
.tab_btn_lids li {
  list-style: none;
  float: left;
  width: 87px;
  margin: 0 10px 0 0;
}
.tab_btn_lids li a {
  float: left;
}
.tab_btn_lids li a:hover, .tab_btn_lids li a:focus, .tab_btn_lids li a:active {
  text-decoration: none;
}
.tab_btn_lids li a:hover span {
  background-color: #daf2fa;
  color: #007FC7;
}
.tab_btn_lids li a span {
  display: table-cell;
  vertical-align: middle;
  width: 85px;
  height: 35px;
  font-family: Interstate-Bold;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1em;
  background: #007FC7;
  color: white;
  text-align: center;
  border-radius: 6px 6px 0 0;
  border: 1px solid #007FC7;
  border-bottom: none;
}
.tab_btn_lids li a span.current {
  background-color: #daf2fa;
  color: #231F20;
  margin-top: 0;
}
.tab_btn_lids li a:hover span.current, .tab_btn_lids li a:active span, .tab_btn_lids li a:focus span {
  color: #333;
}
.tab_btn_lids div {
  width: 150px;
  height: 60px;
  float: left;
  margin: 0 10px 10px 0 !important;
  border: 1px solid #007FC7;
  border-top: none;
  background-color: #daf2fa;
  padding: 0 1px;
}

/* Button Style */
/* tab button hover */
.icon.sub_lid_v3 {
  background: url("img/ico_sub_lids.jpg") 0 -10px no-repeat;
  width: 83px;
}

.icon.sub_lid_basic {
  background: url("img/ico_sub_lids.jpg") -83px -10px no-repeat;
  width: 83px;
}

.icon.sub_lid_highdome {
  background: url("img/ico_sub_lids.jpg") -166px -10px no-repeat;
  width: 83px;
}

.icon.sub_lid_udome {
  background: url("img/ico_sub_lids.jpg") -249px -10px no-repeat;
  width: 83px;
}

.icon.sub_lid_clearflat {
  background: url("img/ico_sub_lids.jpg") -332px -10px no-repeat;
  width: 83px;
}

.icon.sub_lid_cappuccino {
  background: url("img/ico_sub_lids.jpg") -415px -10px no-repeat;
  width: 83px;
}

.icon.sub_lid_soup {
  background: url("img/ico_sub_lids.jpg") -496px -10px no-repeat;
  width: 83px;
}

.icon.sub_lid_p2 {
  background: url("img/ico_sub_lids.jpg") -580px -10px no-repeat;
  width: 83px;
}

.nav-pills > li > a {
  border: 1px solid #007fc7;
  background-color: #007fc7;
  color: #fff;
  margin: 0 6px 6px 0;
  padding: 6px 9px;
}
@media (max-width: 979px) {
  .nav-pills > li > a {
    font-size: 12px;
  }
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  border: 1px solid #007fc7;
  background-color: #daf2fa;
  color: #000;
}

.nav-pills > li > a:hover {
  color: #007fc7;
}

/*
|--------------------------------------------------------------------------
| BASE STYLES
|--------------------------------------------------------------------------
*/
body {
  font-size: 90%;
  line-height: 1.5;
}

::-moz-selection {
  background: #0080c4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0080c4;
  color: #fff;
  text-shadow: none;
}

img[src*=".svg"] {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-family: "Interstate-Bold", sans-serif;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}

h2 {
  margin-top: 0.75em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 21.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
  color: gray;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.vnhead {
  color: #000;
}

.fill {
  min-height: 100%;
  height: 100%;
}

.bold, .strong {
  font-weight: bold;
}

.nobr {
  white-space: nowrap !important;
}

/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/
#header, header {
  background: url(img/bg_swoop_notitle.png) no-repeat center -15px;
  margin-bottom: 1em;
  z-index: -500;
  margin-left: auto;
  margin-right: auto;
}
#header h1.logo a,
#header h1.logo a:link, header h1.logo a,
header h1.logo a:link {
  background: url(img/Visstun_Logo.svg) no-repeat center center;
  width: 249px;
  height: 96px;
  margin: 14px 0 20px 6px;
  display: block;
  text-indent: -9999px;
}
#header h1.logo img, header h1.logo img {
  display: none;
}

.hi-def-tag {
  position: absolute;
  top: -1em;
  right: 0;
  color: #2FA7D3;
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
#footer, footer {
  height: auto;
  width: 100%;
  color: #fff;
  padding-top: 1.5em;
  padding-bottom: 2em;
  text-shadow: 0px -1px 1px #0051a4;
  background-color: #007fc7;
  background-color: #007fc6;
  background-image: linear-gradient(to bottom, #0089d6, #006fae);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0089D6", endColorstr="#FF006FAE", GradientType=0);
  z-index: 0;
}
#footer a, #footer a:visited, #footer a:active, footer a, footer a:visited, footer a:active {
  color: #c7ebff;
}
#footer a:hover, footer a:hover {
  color: #fff;
}
#footer ul.unstyled > li, footer ul.unstyled > li {
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

#footerbottom {
  margin-top: 4em;
  height: auto;
  color: #666;
  font-size: 0.8em;
  letter-spacing: 1px;
}
@media (max-width: 979px) {
  #footerbottom {
    height: auto;
    border-top: 0 solid #2FA7D3;
    padding: 0.8em 0 0 0;
    margin-bottom: 0;
  }
}
@media (max-width: 979px) {
  #footerbottom li {
    line-height: 1.3em;
  }
}



.prefooter {
    z-index:5;
    display:flex;
    flex-direction:row;
    justify-content: center;
    flex-shrink: 0;
    margin-top:12px;
    justify-content: space-evenly;
}

.prefooter div:first-child {
    width:190px;
    margin-bottom:4px;
}
.prefooter div:nth-child(2) {
    width:110px;
    margin-right:3em;
    margin-left:-3em;
    padding-top:8px;
}
 .prefooter > div > span {
    display: block;
    width: 210px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 2px;
    margin-left: -5px;
}






.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -350px;
  /* the bottom margin is the negative value of the footer's height */
}

.push {
  height: 350px;
  /* .push must be the same height as .footer .footerbottom added */
}

/*
|--------------------------------------------------------------------------
| VISSTUN MISC
|--------------------------------------------------------------------------
*/
.fancybox-bg {
  background: #004266;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid #c4e9f9;
  border-top: 6px solid #007ec6;
}

.gallery_boxes > a:focus {
  outline: none;
}

a:focus {
  outline: none;
}

/*https://stephanwagner.me/only-css-loading-spinner*/
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border-top: 6px solid #008FE1;
  border-right: 6px solid transparent;
  animation: spinner 0.6s linear infinite;
}

.hidden {
  visibility: hidden;
}

.dl-underline dd {
  border-bottom: 1px solid #eee;
  margin-bottom: 22px;
}

/* also in _type.scss */
.dl-horizontal dd {
  margin-left: 140px;
}

/* also in _type.scss */
.dl-horizontal dt {
  width: 140px;
}

/* also in _type.scss */
/*
| BREADCRUMBS - SASS
|---------------------
*/
#breadcrumb {
  position: relative;
  top: -1.2em;
  font-size: 0.9em;
  line-height: 2em;
  border-top: 1px solid #2FA7D3;
  border-bottom: 1px dotted #999;
  vertical-align: baseline;
  color: #999;
}
#breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
#breadcrumb .active a {
  color: #333333;
}

/* SEARCH - SASS */
form.form-search input.input-block-level {
  padding-left: 35px;
  background: #fff url("") 10px center no-repeat;
  border: 2px solid #ade1f5;
  border-color: 2px solid #ade1f5;
  box-shadow: none;
  box-shadow: "inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5)";
  border-radius: 4px;
}
form.form-search input.input-block-level:focus {
  background-color: #fff;
  border: 2px solid #2FA7D3;
  border-color: 2px solid #2FA7D3;
  box-shadow: none;
}

#stock {
  width: 660px;
  margin: 5px;
  margin-left: -45px;
}

#stock ul {
  margin: 2px;
  margin-top: 0;
}

#stock li {
  display: inline-block;
  margin: 1px;
  padding: 0;
}

#winExtras p {
  border-bottom: 0 dotted #999999;
  margin-bottom: 4px;
  margin-top: 0;
  padding-top: 12px;
}

.optionsContentBlock {
  padding-top: 10px;
  border-bottom: 1px dotted #999999;
  display: block;
  overflow: auto;
  position: relative;
  width: 550px;
  line-height: 30px;
}

.optionsleft {
  float: left;
  width: 130px;
  overflow: hidden;
  font-weight: bold;
}

.optionsright {
  float: right;
  margin-left: 15px;
  width: 400px;
  overflow: auto;
}

#rushTab {
  width: 660px;
  overflow: hidden;
}

#rushTabContent {
  width: 425px;
  margin-left: 215px;
}

#rushopsContainer {
  float: left;
  width: 450px;
  overflow: hidden;
  margin-bottom: 1em;
}

.rushops {
  float: left;
  margin-top: auto;
  overflow: hidden;
  padding: 1px 0;
  text-align: center;
  width: 108px;
}

.rushops img {
  margin: 6px auto 3px;
}

/* LISTS */
ul.check {
  list-style: disc outside url("img/check_black.png");
  margin-top: -5px;
  text-indent: -1px;
}

ul.arrows {
  list-style: disc outside url("img/img_artcheck_sidearrow.gif");
  margin-top: -5px;
  text-indent: -1px;
}

.ul-indent {
  list-style-position: inside;
}

.back_top {
  margin-left: 1em;
  font-size: 0.75em;
}

#quoteResult {
  margin-top: 0.8em;
  border: 1px solid #75bdcc;
}

#quoteResult tbody tr td {
  color: black;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5em;
  font-size: 12px;
  font-family: Arial, Verdana, "sans serif";
  border-top: 1px solid #75bdcc;
}

#quoteResult tbody th {
  color: black;
  border-spacing: 0;
  border-collapse: collapse;
  font-weight: bolder;
  font-size: 11px;
  font-family: Arial, Verdana, "sans serif";
}

.printonly {
  display: none;
}

#howitsmade {
  font-size: 0.7em;
  line-height: 1.25em;
  vertical-align: top;
  /* margin-left: -16px;*/
}

#howitsmade tr td {
  vertical-align: top;
  /* width: 195px;*/
}

#howitsmade tr td img {
  /*border: 1px solid $black000;margin-bottom: 0.5em;margin-top: -14px;*/
}

div.stock_img a {
  display: inline-block;
  margin: 0 20px 10px 0;
  text-decoration: none;
  color: #333;
  clear: both;
}

/*
| UPLOAD INC
|---------------------
*/
#error {
  display: none;
}

#upTable tbody tr td input.needsfilled,
#upTable tbody tr td select.needsfilled {
  color: red;
  background-color: #ffffff;
}

.errtext {
  font-size: 0.85em;
  font-weight: bolder;
  color: red;
}

.rqd {
  color: #2b8b4a;
  font-size: 0.8em;
}

#upForm {
  overflow: auto;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
}

.quicklogin .btn-link {
  color: #fff;
}

h3 a.btn-inverse {
  color: #eee !important;
  font-size: 0.65em;
}

/*
|--------------------------------------------------------------------------
| MEDIA QUERIES
|--------------------------------------------------------------------------
|
|  PLACEHOLDER Media Queries for Responsive Design.
|  These override the primary ('mobile first') styles
|  Modify as content requires.
*/
@media (max-width: 979px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer {
/*    min-height: 100%;*/
    height: auto !important;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h4 {
    font-size: 90%;
  }
}
@media (max-width: 767px) {
  footer {
    background-image: none;
    background-color: #007fc7;
  }
  footer li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 0 10px 12px;
    background-color: #006fae;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px;
  }
  footer ul.unstyled > li {
    margin-bottom: 0.5em;
  }
  footer ul {
    margin-bottom: 2em;
  }
}

@media handheld, only screen and (max-width: 657px) {
  figcaption span {display:none;}
}

@media (max-width: 480px) {
  footer {
    height: 100%;
  }

  #social {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
  }

  #breadcrumb {
    line-height: 1.4em;
  }

  #breadcrumb a, #breadcrumb span {
    white-space: nowrap;
  }
}
/*
|--------------------------------------------------------------------------
| PRINT STYLES
|--------------------------------------------------------------------------
*/
@media print {

  body {
    font-family: sans-serif !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h1, h2, h3 {
    page-break-before: always;
    page-break-after: avoid;
  }

  table {
    page-break-before: avoid;
    page-break-inside: avoid;
  }

  h1:first-child, h1.logo {
    page-break-before: avoid;
    page-break-after: avoid;
  }

  #distributortop, .hdrframe, .main_nav, footer, #footer, #footerbottom, .quicklogin,
#hdrframe, #rt_sidebar, .main_nav, #breadcrumb, a.visible-phone, form, #UPSinvoiceSearch, .tab {
    display: none !important;
  }

  #header, header {
    background: url("");
    margin-bottom: 0;
  }
  #header h1.logo a,
#header h1.logo a:link, header h1.logo a,
header h1.logo a:link {
    background: url("") no-repeat center center;
    width: 0;
    height: 0;
    margin: 0 0 0 0;
  }

  #header:before, header:before {
    display: block;
    font-weight: bold;
    font-family: sans-serif;
    content: "Visstun Visually Stunning Custom Cups - VisstunPromo.com";
    font-size: 10pt;
    color: gray;
  }

  #header:before, header:before {
    content: url(/assets/css/img/Visstun_Logo.png);
    width: 269px;
  }
}
.leadtime {
  margin-bottom: 0.75em;
}

.leadtime td:nth-child(2n+1) {
  border-left-width: 3px;
  border-left-color: #00a9ee;
}

.leadtime td:first-child {
  border-left: 1px solid #ade1f5;
  vertical-align: bottom;
  text-align: right;
}

.leadtime td {
  text-align: center;
  line-height: 1.2em;
  vertical-align: bottom;
}

.leadtime th {
  text-align: center;
  font-size: 0.85em;
  line-height: 1.2em;
  padding-bottom: 3px;
}

/*
|--------------------------------------------------------------------------
| PAGES
|--------------------------------------------------------------------------
*/
sup {
  font-size: 55%;
}

/*
| HOME PAGE
|---------------------
*/
body.homepage {
  line-height: 1.5;
}
body.homepage .sistersites {
  margin: 0.8em 0 0.4em;
}

.dBtn a {
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 148px;
  height: 300px;
  margin: 0 0 8px 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px #88D4F1 inset;
  background: #C1E7F6;
  background: linear-gradient(#EBF7FF, #C1E7F6);
  border-radius: 6px;
}
.dBtn a span {
  display: none;
}
.dBtn a.half:hover span {
  top: 34px;
}
.dBtn a.half {
  height: 147.5px;
}
.dBtn a:hover {
  text-decoration: none;
}
.dBtn a:hover h3 {
  background: #E2F4FB;
  background: linear-gradient(#82D2F0, #E2F4FB);
}
.dBtn a:hover h3 {
  background-color: #82D2F0;
}
.dBtn a:hover span {
  display: block;
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 1.5px;
  line-height: 1.1em;
  padding-top: 6px;
  padding-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtn a.dB3:hover span {
    top: 36px;
  }
}
.dBtn a h3 {
  position: relative;
  margin-top: 0;
  padding: 12px 0 6px 0;
  z-index: 0;
  text-align: center;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font: normal 21px/20px Interstate-Bold, sans-serif;
  letter-spacing: 0.5px;
  background: #82D2F0;
  background: linear-gradient(#E2F4FB, #82D2F0);
  border-radius: 6px 6px 0 0;
}
.dBtn a[class*=dB] h3:after {
  content: "";
  background-image: url(img/dBtn_home.png);
  position: absolute;
  left: 0;
  top: 48px;
  width: 148px;
  height: 240px;
  margin: 0 auto;
  background-repeat: no-repeat;
  /*transition: all 0.05s ease-in-out 0s; */
}
.dBtn a.half h3:after {
  top: 40px;
}
.dBtn a.dB1 h3:after {
  background-position: 0 0;
}
.dBtn a.dB2 h3:after {
  background-position: -148px 0;
}
.dBtn a.dB3 h3:after {
  background-position: -296px 0;
}
.dBtn a.dB4 h3:after {
  background-position: -444px 0;
}
.dBtn a.dB5 h3:after {
  background-position: -592px 0;
}
.dBtn a.dB6 h3:after {
  background-position: -740px 0;
}
.dBtn a.dB7 h3:after {
  background-position: -888px 0;
}
.dBtn a[class*=dB] h3:hover:after {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtn a {
    width: 168px;
    height: 180px;
    margin: 3px;
  }
  .dBtn a.half {
    height: 87px;
  }
  .dBtn a h3 {
    font: normal 18px/18px Interstate-Bold, sans-serif;
  }
}
@media (max-width: 767px) {
  .dBtn a {
    box-sizing: border-box;
    /*width: 31.9%;*/
    width:25vw;
    height: 220px;
    margin: 3px;
  }
  .dBtn a.half {
    height: 107px;
  }
  .dBtn a h3 {
/*    font-weight:normal;
    font-size:15px;
    line-height:16px;
    font-family:Interstate-Bold, sans-serif;*/
    font: normal 15px/1em Interstate-Bold, sans-serif;
  }
}
@media (max-width: 480px) {
  .dBtn a {
    box-sizing: border-box;
    /*width: 49.25%;*/
    width:27vw;
    height: 220px;
    margin: 1px;
  }
  .dBtn a.half {
    height: 109px;
  }
  .dBtn a h3 {
/*    font-weight:normal;
    font-size:15px;
    line-height:16px;
    font-family:Interstate-Bold, sans-serif;*/
    font: normal 14px/1em Interstate-Bold, sans-serif;
  }
}

.dBtnMini a h3:after {
  background-size: 280% 38%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a h3:after {
    background-size: 320% 40%;
  }
}

.dBtnMini a.dB1 h3:after {
  background-position: 5px 0;
  top: 28px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a.dB1 h3:after {
    background-position: 4px 0;
  }
}

.dBtnMini a.dB2 h3:after {
  background-position: -54px 0;
  top: 28px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a.dB2 h3:after {
    background-position: -64px 0;
  }
}

.dBtnMini a.dB3 h3:after {
  background-position: -113px 0;
  top: 28px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a.dB3 h3:after {
    background-position: -130px 0;
  }
}

.dBtnMini a.dB4 h3:after {
  background-position: -174px 0;
  top: 28px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a.dB4 h3:after {
    background-position: -198px 0;
  }
}

.dBtnMini a.dB5 h3:after {
  background-position: -231px 0;
  top: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a.dB5 h3:after {
    background-position: -268px 0;
  }
}

.dBtnMini a.dB6 h3:after {
  background-position: -291px 0;
  top: 28px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a.dB6 h3:after {
    background-position: -331px 0;
  }
}

.dBtnMini a.dB7 h3:after {
  background-position: -350px 0;
  top: 28px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a.dB7 h3:after {
    background-position: -392px 0;
  }
}

.dBtnMini a {
  width: 68.2px;
  height: 120px;
}
.dBtnMini a.half {
  height: 58px;
}
.dBtnMini a:hover span {
  top: 2em !important;
  width: 100%;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 0.5px;
  padding-top: 4px;
  display: none;
}
.dBtnMini a h3 {
  padding: 6px 0 3px 0;
  font: bold 10px/9px Arial, sans-serif;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnMini a {
    width: 76px;
    height: 80px;
  }
  .dBtnMini a.half {
    height: 37px;
  }
}

.sidenav a.btn {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 55px;
}

.sidenav a.btn i {
  line-height: normal;
  top: 6px;
}

.sidenav a.btn img {
  max-width: 44px;
  position: absolute;
  top: 6px;
  right: 6px;
  filter:invert(41%) sepia(80%) saturate(5903%) hue-rotate(183deg) brightness(96%) contrast(103%);
  fill: #007fc7;
}

@media screen and (max-device-width: 480px) {
  .sidenav .btn i {
    top: -5px;
  }
}
form.search-form {
  width: 100%;
}

form.search-form .search-input {
  width: 100%;
  height: 2.4em;
  padding: 6px 0 6px 28px;
  background-position: 3% 7px;
  box-sizing: border-box;
}

/* INVOICE SEARCH */
#UPSinvoiceSearch {
  float: right;
  width: 190px;
  height: auto;
  margin: 0.5em 0 0 0;
}
#UPSinvoiceSearch img {
  float: right;
  margin: 1px 5px 0 0;
  border: 0;
  width: 30px;
  height: 35px;
}
#UPSinvoiceSearch p {
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 0.25em;
}
#UPSinvoiceSearch input[type=text] {
  width: 90px;
  height: 18px;
  margin-bottom: 3px;
  letter-spacing: 2px;
}

@media (min-width: 768px) and (max-width: 979px) {
  #UPSinvoiceSearch input[type=text] {
    width: 60px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #UPSinvoiceSearch {
    float: none;
    width: auto;
    height: auto;
    margin: 20px 25px 0 0;
  }
}
@media (max-width: 480px) {
  header {
    background-position: -200px 0px;
  }

  .dBtn a.dB3:hover span {
    top: 34px;
  }

  .dBtnFT a.dB3:hover span {
    top: 56px;
  }

  img[src^="http://timesup.co/assets/img/FedExUPS.png"],
a[href^="/assets/img/guaranteePopUp.jpg"],
a[href^="/assets/img/ManufacturedintheUSA.jpg"] {
    display: none;
  }
}
/*
| FOLDTOP PAGE
|---------------------
*/
body.foldtop_page .margin-top {
  margin-top: -10px;
}
body.foldtop_page ul.hyphens li:before {
  content: "-";
  position: relative;
  left: -5px;
}
body.foldtop_page ul.hyphens li {
  text-indent: -5px;
  list-style-type: none;
}
body.foldtop_page a.icon.lg {
  height: 275px;
  border-radius: 8px;
}

.dBtnFT {
  float: left;
  width: 173px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnFT {
    width: 126px;
    height: 220px;
    margin: 3px;
  }
}
@media (max-width: 767px) {
  .dBtnFT {
    width: 100px;
    height: 220px;
    margin: 3px;
  }
}
@media (max-width: 480px) {
  .dBtnFT {
    width: 138px;
    height: 330px;
    margin: 1px;
  }
  .dBtnFT h3 {
    font: normal 18px/18px Interstate-Bold, sans-serif;
  }
}

.dBtnFT a {
  width: 168px;
  height: 280px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnFT a.dB3:hover span {
    top: 56px;
  }
}
.dBtnFT a[class*=dB] h3:after {
  content: "";
  background-image: url(/assets/css/img/dBtn_FoldTop.png);
  float: left;
  width: 170px;
  height: 220px;
  margin: 0;
  background-repeat: no-repeat;
  /*transition: all 0.05s ease-in-out 0s; */
}
.dBtnFT a.dB1 h3:after {
  background-position: 0 0;
}
.dBtnFT a.dB2 h3:after {
  background-position: -170px 0;
}
.dBtnFT a.dB3 h3:after {
  background-position: -340px 0;
}
.dBtnFT a.dB4 h3:after {
  background-position: -510px 0;
}
.dBtnFT a[class*=dB] h3:hover:after {
  opacity: 1;
  background-position-y: -220px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnFT a {
    width: 126px;
    height: 220px;
    margin: 3px;
  }
  .dBtnFT a h3 {
    font: normal 18px/18px Interstate-Bold, sans-serif;
  }
}
@media (max-width: 767px) {
  .dBtnFT a {
    width: 100px;
    height: 170px;
    margin: 3px;
  }
  .dBtnFT a h3 {
    font: normal 18px/18px Interstate-Bold, sans-serif;
  }
}
@media (max-width: 480px) {
  .dBtnFT a {
    width: 132px;
    height: 200px;
    margin: 1px;
  }
  .dBtnFT a h3 {
    font: normal 18px/18px Interstate-Bold, sans-serif;
  }
}

.dBtnOP {
  float: left;
  width: 173px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnOP {
    width: 126px;
    height: 220px;
    margin: 3px;
  }
}
@media (max-width: 767px) {
  .dBtnOP {
    width: 100px;
    height: 170px;
    margin: 3px;
  }
}
@media (max-width: 480px) {
  .dBtnOP {
    width: 138px;
    height: 206px;
    margin: 1px;
  }
  .dBtnOP h3 {
    font: normal 18px/18px Interstate-Bold, sans-serif;
  }
}

.dBtnOP a {
  width: 168px;
  height: 280px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnOP a.dB3:hover span {
    top: 56px;
  }
}
.dBtnOP a[class*=dB] h3:after {
  content: "";
  background-image: url(/assets/css/img/dBtn_OtherProducts.png);
  float: left;
  width: 170px;
  height: 220px;
  margin: 7px 0 0 0;
  background-repeat: no-repeat;
  /*transition: all 0.05s ease-in-out 0s; */
}
.dBtnOP a.dB1 h3:after {
  background-position: 0 0;
}
.dBtnOP a.dB2 h3:after {
  background-position: -170px 0;
}
.dBtnOP a.dB3 h3:after {
  background-position: -340px 0;
}
.dBtnOP a.dB4 h3:after {
  background-position: -510px 0;
}
.dBtnOP a.dB5 h3:after {
  background-position: -680px 0;
}
.dBtnOP a.dB6 h3:after {
  background-position: -850px 0;
}
.dBtnOP a.dB7 h3:after {
  background-position: -1020px 0;
}
.dBtnOP a.dB8 h3:after {
  background-position: -1190px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnOP a {
    width: 126px;
    height: 220px;
    margin: 3px;
  }
  .dBtnOP a h3 {
    font: normal 18px/18px Interstate-Bold, sans-serif;
  }
}
@media (max-width: 767px) {
  .dBtnOP a {
    width: 100px;
    height: 170px;
    margin: 3px;
  }
  .dBtnOP a h3 {
    font: normal 14px/14px Interstate-Bold, sans-serif;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .dBtnOP a {
    width: 132px;
    height: 200px;
    margin: 1px;
  }
  .dBtnOP a h3 {
    font: normal 18px/18px Interstate-Bold, sans-serif;
  }
  .dBtnOP a.dB1 h3:after {
    background-position: -18px -8px;
  }
  .dBtnOP a.dB2 h3:after {
    background-position: -188px -8px;
  }
  .dBtnOP a.dB3 h3:after {
    background-position: -358px -8px;
  }
  .dBtnOP a.dB4 h3:after {
    background-position: -528px -8px;
  }
  .dBtnOP a.dB5 h3:after {
    background-position: -698px -8px;
  }
  .dBtnOP a.dB6 h3:after {
    background-position: -868px -8px;
  }
  .dBtnOP a.dB7 h3:after {
    background-position: -1038px -8px;
  }
  .dBtnOP a.dB8 h3:after {
    background-position: -1208px -8px;
  }
}

.dBtnSecondary {
  float: left;
  width: 174px;
  height: 200px;
  margin: 0;
  padding: 0;
}
@media (max-width: 979px) {
  .dBtnSecondary {
    width: 126px;
    height: 190px;
    margin: 3px;
  }
}

.dBtnIdeas a[class*=dB] h3:after {
  content: "";
  background-image: url(/assets/css/img/dBtn_Ideas.png);
  width: 164px;
  height: 172px;
  margin: -18px 0 0 0;
  background-repeat: no-repeat;
  /*transition: all 0.05s ease-in-out 0s; */
}

.dBtnDisTools a:hover {
  text-decoration: none;
}
.dBtnDisTools a:hover span {
  top: 25px;
  font-size: 0.75em;
  letter-spacing: 1px;
  line-height: 1.1em;
}
.dBtnDisTools a[class*=dB] h3:after {
  content: "";
  background-image: url(/assets/css/img/dBtn_DisTools.png);
  left: 0;
  width: 164px;
  height: 164px;
  margin: -6px 0 0 0;
  background-repeat: no-repeat;
}

.dBtnArtTools a:hover {
  text-decoration: none;
}
.dBtnArtTools a:hover span {
  top: 25px;
  font-size: 0.75em;
  letter-spacing: 1px;
  line-height: 1.1em;
}
.dBtnArtTools a[class*=dB] h3:after {
  content: "";
  background-image: url(/assets/css/img/dBtn_ArtTools.png);
  left: 0;
  top: 21px;
  width: 164px;
  height: 164px;
  margin: 4px 0 0 0;
  background-repeat: no-repeat;
}

.dBtnSecondary a {
  width: 164px;
  height: 190px;
}
.dBtnSecondary a h3 {
  font: normal 16px/16px Interstate-Bold, sans-serif;
  text-transform: none;
  margin: 0;
  padding: 6px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dBtnSecondary a.dB3:hover span {
    top: 30px;
  }
}
.dBtnSecondary a.dB1 h3:after {
  background-position: 0 0;
}
.dBtnSecondary a.dB2 h3:after {
  background-position: -164px 0;
}
.dBtnSecondary a.dB3 h3:after {
  background-position: -328px 0;
}
.dBtnSecondary a.dB4 h3:after {
  background-position: -492px 0;
}
.dBtnSecondary a.dB5 h3:after {
  background-position: -656px 0;
}
.dBtnSecondary a.dB6 h3:after {
  background-position: -820px 0;
}
.dBtnSecondary a.dB7 h3:after {
  background-position: -984px 0;
}
.dBtnSecondary a.dB8 h3:after {
  background-position: -1148px 0;
}
.dBtnSecondary a.dB9 h3:after {
  background-position: -1312px 0;
}
.dBtnSecondary a.dB10 h3:after {
  background-position: -1476px 0;
}
.dBtnSecondary a.dB11 h3:after {
  background-position: -1640px 0;
}
.dBtnSecondary a.dB12 h3:after {
  background-position: -1804px 0;
}
.dBtnSecondary a.dB13 h3:after {
  background-position: -1968px 0;
}
.dBtnSecondary a.dB14 h3:after {
  background-position: -2132px 0;
}
.dBtnSecondary a[class*=dB] h3:hover:after {
  background-position-y: -1px;
}
@media (max-width: 979px) {
  .dBtnSecondary a {
    width: 126px;
    height: 186px;
    margin: 3px;
  }
  .dBtnSecondary a h3 {
    font: normal 16px/16px Interstate-Bold, sans-serif;
  }
  .dBtnSecondary a.dB1 h3:after {
    background-position: -19px -8px;
  }
  .dBtnSecondary a.dB2 h3:after {
    background-position: -183px -8px;
  }
  .dBtnSecondary a.dB3 h3:after {
    background-position: -347px -8px;
  }
  .dBtnSecondary a.dB4 h3:after {
    background-position: -511px -8px;
  }
  .dBtnSecondary a.dB5 h3:after {
    background-position: -675px -8px;
  }
  .dBtnSecondary a.dB6 h3:after {
    background-position: -839px -8px;
  }
  .dBtnSecondary a.dB7 h3:after {
    background-position: -1003px -8px;
  }
  .dBtnSecondary a.dB8 h3:after {
    background-position: -1167px -8px;
  }
  .dBtnSecondary a.dB9 h3:after {
    background-position: -1331px -8px;
  }
  .dBtnSecondary a.dB10 h3:after {
    background-position: -1495px -8px;
  }
  .dBtnSecondary a.dB11 h3:after {
    background-position: -1659px -8px;
  }
  .dBtnSecondary a.dB12 h3:after {
    background-position: -1823px -8px;
  }
}

.egstatus {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1em;
}

.egstatus th {
  text-align: left;
  background-color: #009900;
  color: white;
  font-family: Interstate-Bold, sans-serif;
  padding: 2px 8px;
  font-size: 1em;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.egstatus td {
  text-align: center;
  font-family: Interstate-Bold, sans-serif;
  padding: 2px 5px 0px;
  border: 1px solid #009900;
  font-size: 1em;
}

.egstatus td.eg-g {
  color: #ffffff;
  background-color: #009900;
  border-bottom-style: none;
  padding: 2px 6px 0px;
}

.egstatus td.eg-k {
  color: #333333;
}

td.eg-g + td.eg-k {
  color: #333333;
  padding-left: 10px;
}

/*.egstatus td.eg-k1{color:#333333;padding-left:10px;}*/
.egstatus td:first-child {
  border-left: 1px solid #009900;
  padding-left: 10px;
}

/*border-bottom-left-radius:6px;*/
.egstatus td.col1 {
  text-align: left;
  padding-left: 6px;
  font-size: 0.9em;
  color: #ffffff;
  background-color: #009900;
}

.egstatus tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
  padding-right: 10px;
}

.egstatus tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
  padding-right: 10px;
}

.egstatus tr.singlerow td:first-child {
  border-bottom-left-radius: 6px;
}

.egstatus tr.singlerow td:last-child {
  border-bottom-right-radius: 6px;
}

.egstatus td.foot {
  text-align: left;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  line-height: 1.4em;
  color: #333333;
  border-style: none;
}

.egreverse {
  background-color: #009900;
  color: white;
  display: inline-block;
  font-weight: bold;
}

.btn-green {
  background: linear-gradient(#E1F2DC, #83CC7C);
}

.btn-green:hover {
  background: linear-gradient(#83CC7C, #E1F2DC);
}

.egHeadLink {
  color: #009900;
}

/*
| BASIC 1:2 floating button badges
|---------------------
*/
a.b12pos:active {
  position: static;
}

a div[class^=b12btn] {
  position: absolute;
  box-sizing: border-box;
  padding-left: 0;
  padding-top: 6px;
  z-index: 25;
  width: 72px;
  height: 58px;
  background: #cc0000;
  /*background: linear-gradient(#ebf7ff, #89d4f0);*/
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-family: Interstate-Bold;
  line-height: 12px;
  color: #fff;
  /*border:1px solid #007fc7;*/
  border: 3px solid #cc0000;
  box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.3);
}

/*
| Art Tools / Stock / Thumbnails
|---------------------
*/
.stockart-thumb {
  word-wrap: break-word;
  width: 110px;
}
.stockart-thumb small {
  text-align: center;
  display: block;
  margin-top: 1.5em;
  line-height: -1;
}

/*
| REQUEST PAGE
|---------------------
*/
body.request #requestItems {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  margin-top: 12px;
}
body.request #requestItems input[type=text] {
  width: 40px;
}
body.request #DisInfo {
  float: left;
  position: static;
  width: 250px;
  border-collapse: collapse;
}
body.request #DisInfo p, body.request #DisInfo2 p {
  margin-bottom: 0.25em;
}
body.request #DisInfo2 {
  float: right;
  width: 300px;
  margin: 0;
  line-height: 1.9em;
  border-collapse: collapse;
}
body.request #DisInfo2 label, body.request #DisInfo2 input {
  display: inline;
}
body.request #DisInfo input[type=text], body.request #DisInfo2 input[type=text] {
  width: 260px;
  border: 1px solid #D7ECF1;
  background: #D7ECF1;
  padding: 2px;
  font-size: 15px;
}
body.request #DisInfo input[type=text]:hover, body.request #DisInfo2 input[type=text]:hover {
  border: 1px solid #000;
}
body.request #DisInfo input[type=text]:focus, body.request #DisInfo2 input[type=text]:focus {
  border: 1px solid #090;
  background: #fff;
}
body.request thead td.VNcol, body.request thead td.DScol, body.request thead td.CPcol {
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  white-space: nowrap;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 0.8em;
  line-height: 1.2em;
}
body.request thead td.VNcol {
  background: #3772B8;
}
body.request thead td.DScol {
  background: #333;
}
body.request thead td.CPcol {
  background: #2d8c4b;
}
body.request tbody td.VNcol, body.request tbody td.DScol, body.request tbody td.CPcol {
  text-align: center;
  padding-top: 3px;
  vertical-align: top;
}
body.request tbody td.VNcol {
  background: #c6eafa;
}
body.request tbody td.DScol {
  background: #eeeed6;
}
body.request tbody td.CPcol {
  background: #87c878;
}
body.request tbody td.WHATcol {
  background: #edf8fd;
  text-align: left;
  color: #444;
}
body.request legend {
  font-size: 1.5em;
}

/*
| EFLIERS PAGE
|---------------------
*/
body.efliers h2 {
  font-family: Verdana, Arial, Sans-serif;
  margin-bottom: -10px;
}
body.efliers h2:first-letter {
  font-family: "Interstate-Bold";
  font-size: 2em;
  margin-right: 0.5em;
}
body.efliers .checkbox {
  padding-left: 0;
}
body.efliers .checkbox input[type=checkbox] {
  float: none;
  margin: 0 4px 5px 0;
}

.gallery_boxes {
  margin: 10px;
  width: 130px;
  padding: 6px;
  float: left;
}
.gallery_boxes a {
  text-decoration: none;
  color: #333;
}
.gallery_boxes img {
  width: 120px;
  height: 155px;
  border: 1px solid #9EADB7;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gallery_boxes img:hover {
  border-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hilight {
  position: relative;
  bottom: 3px;
  border-radius: 4px;
  background: #89d4f0;
  background: linear-gradient(#ebf7ff, #89d4f0);
  box-shadow: 0 0 10px #9EADB7;
}

/*
| ERROR PAGE
|---------------------
*/
body.page-error #main .span8 {
  background: url(/assets/css/img/bg_error.png) no-repeat right 75px;
  height: 475px;
}

@media (max-width: 979px) {
  body.page-error #main .row-fluid .span8 {
    background: none;
  }
}
/*
| CONTEST PAGE
|---------------------
*/
/*
| ABOUT US PAGE (aka info??)
|---------------------
*/
#newslist {
  margin-bottom: 1.8em;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#newslist li {
  line-height: 1.4em;
  margin-top: 0.8em;
  margin-left: 0;
}

#newslist li a.more {
  font-size: 0.85em;
  position: relative;
  bottom: 1px;
}

#awardlist {
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
  padding-left: 0;
}

#awardlist li {
  margin-top: 12px;
  font-weight: bold;
}

#awardlist ul li {
  margin-top: 0;
  font-weight: normal;
}

#awardlist ul {
  font-size: 12px;
  list-style: none;
  margin-left: 0;
  padding-left: 0.5em;
}

#colorContainer {
  width: 100%;
  height: auto;
  margin: 3px 0;
  padding: 12px 0 8px 0;
}

.colorBox {
  width: 100px;
  float: left;
  padding: 0 6px;
  margin: 0 0 10px 0;
}

.colorBox p {
  font-size: 9px;
  line-height: 12px;
}

.colorSwatch {
  width: 100px;
  height: 82px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#quoteResult {
  margin-top: 0.8em;
  border: 1px solid #75bdcc;
}

#quoteResult tbody tr td {
  color: black;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5em;
  font-size: 12px;
  font-family: Arial, Verdana, "sans serif";
  border-top: 1px solid #75bdcc;
}

#quoteResult tbody th {
  color: black;
  border-spacing: 0;
  border-collapse: collapse;
  font-weight: bolder;
  font-size: 11px;
  font-family: Arial, Verdana, "sans serif";
}

.printonly {
  display: none;
}

#howitsmade {
  font-size: 0.7em;
  line-height: 1.25em;
  vertical-align: top;
}

#howitsmade tr td {
  vertical-align: top;
}

div.stock_img a {
  display: inline-block;
  margin: 0 20px 10px 0;
  text-decoration: none;
  color: #333;
  clear: both;
}

/*
| UPLOAD INC
|---------------------
*/
#error {
  display: none;
}

#upTable tbody tr td input.needsfilled,
#upTable tbody tr td select.needsfilled {
  color: red;
  background-color: #ffffff;
}

.errtext {
  font-size: 0.85em;
  font-weight: bolder;
  color: red;
}

.rqd {
  color: #2b8b4a;
  font-size: 0.8em;
}

#upForm {
  overflow: auto;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
}

div.lowerprices {
  float: left;
  margin-top: 0px;
  margin-bottom: -30px;
  margin-left: 316px;
  box-sizing: border-box;
  padding: 8px 10px 4px;
  z-index: 25;
  width: auto;
  height: auto;
  background: #cc0021;
  border-radius: 0 0 5px 5px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: white;
  font-family: Interstate-Bold;
}

@media (min-width: 768px) and (max-width: 979px) {
  div.lowerprices {
    margin-right: 10px;
    font-size: 16px;
    display: none;
  }
}
@media (max-width: 767px) {
  div.lowerprices {
    margin-top: 0;
    margin-left: 264px;
  }
}
@media (max-width: 380px) {
  div.lowerprices {
    display: none;
  }
}


    .allSilhouettes {
        container: silhouettes / inline-size;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        align-items:flex-end;
        row-gap:1.5rem;
        margin-bottom:2rem;
        margin-top:2rem;
     }

    .allSilhouettes h3 {color: #666666; font-size:2.5cqw;}
    .allSilhouettes .cup h3 {margin-bottom:-1.6em; margin-top:1em;}
    .allSilhouettes .con h3 {margin-bottom:-1.3em; margin-top:1em;}
    .allSilhouettes .rseries h3 {margin-bottom:-.75em; }
    .allSilhouettes .scoop h3 {margin-bottom:.25em;}
    .allSilhouettes .x2 h3 {margin-bottom:-1.1em;margin-top:1em;}
    .allSilhouettes .rseries {margin-right:1.5cqw;}
    .allSilhouettes .scoop {margin-right:1.5cqw;}
    .allSilhouettes a.sillink  {display:inline-block;padding-top:3px;line-height:1em;}
    .allSilhouettes a.sillink .cls-1 {fill: #007fc7; stroke:none;}
    .allSilhouettes a.sillink .cls-2 {fill: #B9E5FB; stroke:none;}
    .allSilhouettes a.sillink:hover .cls-1 {fill: #FFFFFF;}
    .allSilhouettes a.sillink:hover .cls-2 {fill: #007fc7;}

    .allSilhouettes .common12Lid,
    .allSilhouettes .commonULid,
    .allSilhouettes .commonT6Lid,
    .allSilhouettes .commonR6Lid {
      position:relative;
      padding-bottom:.1rem;
      border-bottom:2px solid #B9E5FB;
    } /* #c2cb9e */
    .allSilhouettes .common12Lid:hover:after,
    .allSilhouettes .commonULid:hover:after,
    .allSilhouettes .commonT6Lid:hover:after,
    .allSilhouettes .commonR6Lid:hover:after {
      color:#007fc7;
    }
    .allSilhouettes .common12Lid:after,
    .allSilhouettes .commonULid:after,
    .allSilhouettes .commonT6Lid:after,
    .allSilhouettes .commonR6Lid:after {
      position:absolute;
      bottom:-1.1rem;
      left:0;
      right:0;
      margin-inline:auto;
      width:fit-content;
      font-size:1.2cqw;
      letter-spacing:.5px;
      font-weight:bold;
      color:#B9E5FB;
    }

    .allSilhouettes .common12Lid:after{content:'Fits 12 Lid';}
    .allSilhouettes .commonULid:after {content:'Fits U2 Lid';}
    .allSilhouettes .commonT6Lid:after{content:'Fits T6 Lid';}
    .allSilhouettes .commonR6Lid:after{content:'Fits R6 Lid';}
    @media (max-width: 768px) {
        .allSilhouettes .common12Lid,
         .allSilhouettes .commonULid,
         .allSilhouettes .commonT6Lid ,
         .allSilhouettes .commonR6Lid {
          position:relative;
          border-bottom:0px solid #999;
        } /* #c2cb9e */
        .allSilhouettes .common12Lid:after{content:'12 Lid'; bottom:-1.2em; font-size:2.2cqw;}
        .allSilhouettes .commonULid:after {content:'U2 Lid'; bottom:-1.2em; font-size:2.2cqw;}
        .allSilhouettes .commonT6Lid:after{content:'T6 Lid'; bottom:-1.2em; font-size:2.2cqw;}
        .allSilhouettes .commonR6Lid:after{content:'R6 Lid'; bottom:-1.2em; font-size:2.2cqw;}
    }





    .silhouettes,.silhouettesHalf {
        container: silhouettes / inline-size;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        align-items:flex-end;
        column-gap:.2rem;
        margin-bottom:1rem;
        margin-top:1rem;
     }

    .silhouettesHalf a.sillink, .silhouettes a.sillink  {line-height:.9em;}
    .silhouettesHalf a.sillink .cls-1, .silhouettes a.sillink .cls-1 {fill: #007fc7; stroke:none;}
    .silhouettesHalf a.sillink .cls-2, .silhouettes a.sillink .cls-2 {fill: #B9E5FB; stroke:none;}
    .silhouettesHalf a.sillink:hover, .silhouettes a.sillink:hover .cls-1 {fill: #ffffff;}
    .silhouettesHalf a.sillink:hover, .silhouettes a.sillink:hover .cls-2 {fill: #007fc7;}
    .silhouettes .rseries {margin-right:1.5cqw;}
    .silhouettes .scoop {margin-right:1.5cqw;}


/*    .silhouettesHalf a[class^='sillink common'],*/
    .silhouettes a[class^='sillink common'] {
      position:relative;
/*      padding-bottom:.1rem;*/
      border-bottom:1px solid #999;
    }


    .silhouettes a[class^='sillink common']:hover {
      position:relative;
      border-bottom:0px solid #999;
    }


/*    .silhouettesHalf a[class^='sillink common']:after,*/
    .silhouettesHalf a[class^='sillink common']:after,
    .silhouettes a[class^='sillink common']:after  {
      position:absolute;
      left:0; right:0;
      margin-inline:auto;
      width:fit-content;
      bottom:-1.4em;
      font-weight:bold;
      font-size:1.3cqw;
      color:#999;
    }


    .silhouettesHalf a[class^='sillink common']:hover:after,
    .silhouettes a[class^='sillink common']:hover:after {
      color:#666;bottom:-1.2em;
    }
/*    .silhouettesHalf .common12Lid:after,*/
    .silhouettes .common12Lid:after{content:'12 Lid';}
    .silhouettes .commonULid:after {content:'U2 Lid';}
/*    .silhouettesHalf .commonT6Lid:after,*/
    .silhouettes .commonT6Lid:after{content:'T6 Lid';}
    .silhouettes .commonR6Lid:after{content:'R6 Lid';}


    @media (max-width: 760px) {
      .silhouettesHalf a[class^='sillink common']:after {color:ccc;bottom:-1.6em;font-size:1.2cqw;}
      .silhouettesHalf a[class^='sillink common'] {border-bottom:0px solid #999;}
      .silhouettes a[class^='sillink common']:after {color:ccc;bottom:-1.4em;font-size:1.5cqw;}
      .silhouettes a[class^='sillink common'] {border-bottom:0px solid #999;}
    }
    @media (max-width: 420px) {
      .silhouettesHalf a[class^='sillink common']:after {color:green;bottom:-1.5em;font-size:1.4cqw;}
      .silhouettesHalf a[class^='sillink common'] {border-bottom:0 solid #999;}
    }

    @media (max-width: 480px) {
      .silhouettes a[class^='sillink common']:after {color:blue;bottom:-1.6em;font-size:1.9cqw;}
      .silhouettes a[class^='sillink common'] {border-bottom:0px solid #999;}


    }

    @view-transition {
      navigation: auto;
      types: bounce;
    }


/*# sourceMappingURL=style.css.map */
