/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fonts/fontawesome-webfont.eot?v=4.3.0&cbb644d0ee73');
  src: url('/static/fonts/fontawesome-webfont.eot?&cbb644d0ee73#iefix&v=4.3.0') format('embedded-opentype'), url('/static/fonts/fontawesome-webfont.woff2?v=4.3.0&aadc3580d2b6') format('woff2'), url('/static/fonts/fontawesome-webfont.woff?v=4.3.0&e3870de89716') format('woff'), url('/static/fonts/fontawesome-webfont.ttf?v=4.3.0&9e540a087924') format('truetype'), url('/static/fonts/fontawesome-webfont.svg?v=4.3.0&bfdef833219a#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

div.datepicker {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 280px;
  height: 225px;
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  display: none;
}
.datepickerContainer {
  position: absolute;
}

/* Hide border divs by default */
.datepickerBorderT,
.datepickerBorderB,
.datepickerBorderL,
.datepickerBorderR,
.datepickerBorderTL,
.datepickerBorderTR,
.datepickerBorderBL,
.datepickerBorderBR {
  display:none;
}

.datepickerHidden {
  display: none;
}
div.datepicker table {
  border-collapse:collapse;
}
div.datepicker a {
  color: black;
  text-decoration: none;
  cursor: default;
  outline: none;
}
div.datepicker table td {
  text-align: center;
  padding: 0;
  margin: 0;
}
div.datepicker th {
  text-align: center;
  color: #666666;
  font-weight: normal;
  padding:0;
}
div.datepicker tbody a {
  display: block;
}
.datepickerDays a {
  width: 30px;
  line-height: 25px;
  height: 25px;
  padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
  width: 39px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}
.datepickerMonths td:first-child a,
.datepickerMonths td:last-child a,
.datepickerYears td:first-child a,
.datepickerYears td:last-child a {
  width:38px;
}
td.datepickerNotInMonth a {
  color: #666666;
}
.datepicker thead {
    font-size: 12px;
}
.datepicker tbody {
    font-size: 14px;
}
tbody.datepickerDays td.datepickerSelected{
  background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
  background: #17384d;
}
div.datepicker td.datepickerSelected a {
  color:white;
}
div.datepicker a:hover {
  color: #88c5eb;
}
div.datepicker td.datepickerDisabled a:hover {
    color: #999;
}
.datepickerSpace div {
  width: 20px;
}
.datepickerBlock {
  vertical-align:top;
}
a.datepickerGoNext,
a.datepickerGoPrev,
a.datepickerMonth {
  text-align: center;
  height: 20px;
  line-height: 20px;
  float:left;
}
div.datepicker th a.datepickerGoNext,
div.datepicker th a.datepickerGoPrev {
  width: 20px;
  color: black;
  display:none;
}
div.datepicker th a.datepickerMonth {
  width:196px;
  display:block;
}
/* Only display the previous/next arrows on the first/last calendars */
div.datepicker .datepickerFirstView th a.datepickerGoPrev,
div.datepicker .datepickerLastView th a.datepickerGoNext {
  display:block;
}
/* Compensate for the space lost by not having a previous arrow */
div.datepicker th a.datepickerMonth {
  margin-left:20px;
}
div.datepicker .datepickerFirstView th a.datepickerMonth {
  margin-left:0;
}
/* Day mode calendar body */
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
  display: none;
}
/* Month mode calendar body */
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}
/* Year mode calendar body */
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
  color: #555555;
}
td.datepickerDisabled a:hover {
  color: #333333;
}
/* Not used by default, calendar cells can be marked as special if desired (doesn't seem to be totally working) */
div.datepicker tbody.datepickerDays td.datepickerSpecial a {
  background: #770000;
  color:white;
}
div.datepicker tbody.datepickerDays td.datepickerSpecial.datepickerSelected a {
  background: #aa0000;
}

/* style the 'not in month' day cell away */
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background-color:transparent;
}
div.datepicker td.datepickerNotInMonth a span {
  display:none;
}
div.datepicker td.datepickerNotInMonth a:hover span {
  display:none;
}
div.datepicker tbody.datepickerDays td.datepickerNotInMonth:hover {
  background-color: transparent;
}

.calendar.red div.datepicker, div.datepicker.red {
    background: #EF3338;
}
.calendar.green div.datepicker, div.datepicker.green {
    background: #0E9E54;
}
.calendar.red div.datepicker table th,
div.datepicker.red table th {
    background-color: #F68E75;
}
.calendar.green div.datepicker table th,
div.datepicker.green table th {
    background-color: #8ABE8F;
}
.calendar.red tbody.datepickerDays td.datepickerSelected,
div.datepicker.red tbody.datepickerDays td.datepickerSelected {
    background: #EF3338;
}
.calendar.green tbody.datepickerDays td.datepickerSelected,
div.datepicker.green tbody.datepickerDays td.datepickerSelected {
    background: #0E9E54;
}

div.datepicker .datepickerContainer {
  position: relative;
}

div.datepicker .tips {
    color: white;
    padding: 6px;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: -10px;
    margin-right: -10px;
}
div.datepicker .tips h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
    font-size: 1.2em;
    text-transform: uppercase;
}
div.datepicker .tips ul, div.datepicker.green .tips ul li {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
}


div.datepicker.green .tips {
    background: #0E9E54;
    border: 8px solid #8ABE8F;
}
div.datepicker.red .tips {
    background: #EF3338;
    border: 8px solid #F68E75;
}



.datepicker {
  background-color: #F7F7F7;
  padding: 10px;
}

div.datepicker th {
  background-color:#DDDDDD;
}
div.datepicker th a.datepickerMonth {
  color:black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

/* style the day of week header cells */
div.datepicker th {
  color: black;
  font-weight: bold;
}
/* grey underline beneath day of week row */
div.datepicker table thead tr.datepickerDoW th {
  border-bottom: 1px solid #CCCCCC;
}

/* Black text, white background, and grey borders around day cells */
div.datepicker a,
div.datepicker a:hover {
  color: #ddd;
}

div.datepicker table.datepickerViewDays,
div.datepicker table.datepickerViewMonths,
div.datepicker table.datepickerViewYears {
  background-color:white;
}
div.datepicker table tbody.datepickerDays td {
  border: 1px solid #F7F7F7;
}

/* blue cell color for selected days */
tbody.datepickerDays td.datepickerSelected {
  background-color:#0077CC;
}

div.datepicker table tbody.datepickerDays td {
    border-width: 3px;
    border-style: solid;
    border-color: #666;
    border-spacing: 0;
    font-weight: bold;
}

div.datepicker table tbody.datepickerDays td a:hover {
  color: black;
  cursor: pointer;
}

.datepicker .datepickerFuture a {
    color: #000;
}

div.datepicker table tbody.datepickerDays td.datepickerNotInMonth,
div.datepicker table tbody.datepickerDays td.datepickerNotInMonth a {
  background:url("/static/img/bg_nav_brands.gif?c2b1cc8246fc") repeat-x;
  background-position-y: -3px;
}

.datepicker .datepickerDisabled a {
    color: #999;
    background: #E4E4E4;
}

/* yellow cell background on hover */
div.datepicker tbody.datepickerDays td:hover {
  background-color: #ffcc33;
}

/* Bold today's date */
div.datepicker td.datepickerToday a {
  font-weight:bold;
}

/* cells are wider in the clean style */
.datepickerYears a, .datepickerMonths a {
  width: 42px;
}
.datepickerMonths td:first-child a,
.datepickerYears td:first-child a {
  width: 39px;
}
div.datepicker th a.datepickerMonth {
  width:203px;
}


.datepickerDays a {
  width: 32px;
  padding-right: 0px;
}

/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/static/lib/chosen-1.4.2/chosen-sprite.png?8aa69ee6b237) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/lib/chosen-1.4.2/chosen-sprite.png?8aa69ee6b237) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(/static/lib/chosen-1.4.2/chosen-sprite.png?8aa69ee6b237) no-repeat 100% -20px;
  background: url(/static/lib/chosen-1.4.2/chosen-sprite.png?8aa69ee6b237) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/static/lib/chosen-1.4.2/chosen-sprite.png?8aa69ee6b237) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: .5!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(/static/lib/chosen-1.4.2/chosen-sprite.png?8aa69ee6b237) no-repeat -30px -20px;
  background: url(/static/lib/chosen-1.4.2/chosen-sprite.png?8aa69ee6b237) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/static/lib/chosen-1.4.2/chosen-sprite@2x.png?1e349b80fba8) !important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url('/static/fonts/icomoon.eot?vkg8rn&bfca7401ef13');
  src: url('/static/fonts/icomoon.eot?vkg8rn&bfca7401ef13#iefix') format('embedded-opentype'), url('/static/fonts/icomoon.ttf?vkg8rn&c1adf8e2612c') format('truetype'), url('/static/fonts/icomoon.woff?vkg8rn&d99462f2509a') format('woff'), url('/static/fonts/icomoon.svg?vkg8rn&5208e980513d#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="lpicon-"],
[class*=" lpicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lpicon-commerce:before {
  content: "\e91e";
}
.lpicon-money:before {
  content: "\e91f";
}
.lpicon-free_outline:before {
  content: "\e91c";
}
.lpicon-free_solid:before {
  content: "\e91b";
}
.lpicon-camera_7_solid:before {
  content: "\e912";
}
.lpicon-camera_6_solid:before {
  content: "\e913";
}
.lpicon-camera_5_solid:before {
  content: "\e914";
}
.lpicon-camera_4_solid:before {
  content: "\e916";
}
.lpicon-camera_3_solid:before {
  content: "\e917";
}
.lpicon-camera_2_solid:before {
  content: "\e918";
}
.lpicon-camera_1_solid:before {
  content: "\e91a";
}
.lpicon-camera_7_outline:before {
  content: "\e915";
}
.lpicon-camera_6_outline:before {
  content: "\e919";
}
.lpicon-camera_5_outline:before {
  content: "\e91d";
}
.lpicon-camera_4_outline:before {
  content: "\e921";
}
.lpicon-camera_3_outline:before {
  content: "\e925";
}
.lpicon-camera_2_outline:before {
  content: "\e929";
}
.lpicon-camera_1_outline:before {
  content: "\e92d";
}
.lpicon-crown2_outline:before {
  content: "\e900";
}
.lpicon-creditcards:before {
  content: "\e600";
}
.lpicon-mic:before {
  content: "\e601";
}
.lpicon-video:before {
  content: "\e602";
}
.lpicon-lighting:before {
  content: "\e603";
}
.lpicon-battery:before {
  content: "\e604";
}
.lpicon-browse:before {
  content: "\e605";
}
.lpicon-forsale:before {
  content: "\e606";
}
.lpicon-new:before {
  content: "\e607";
}
.lpicon-tripod:before {
  content: "\e608";
}
.lpicon-lens:before {
  content: "\e609";
}
.lpicon-camera:before {
  content: "\e60a";
}
.lpicon-movi:before {
  content: "\e60b";
}
.lpicon-packages:before {
  content: "\e60c";
}
.lpicon-photographer:before {
  content: "\e60d";
}
.lpicon-truck:before {
  content: "\e60e";
}
.lpicon-packages2:before {
  content: "\e60f";
}
.lpicon-pelican:before {
  content: "\e610";
}
.lpicon-movi_outline:before {
  content: "\e901";
}
.lpicon-people_solid:before {
  content: "\e902";
}
.lpicon-person_outline:before {
  content: "\e903";
}
.lpicon-price_tag_solid:before {
  content: "\e904";
}
.lpicon-ribbon_outline:before {
  content: "\e905";
}
.lpicon-shipping_box_outline:before {
  content: "\e906";
}
.lpicon-truck_outline:before {
  content: "\e907";
}
.lpicon-arrows_solid:before {
  content: "\e908";
}
.lpicon-box_of_gear_outline:before {
  content: "\e909";
}
.lpicon-camera_on_tripod_outline:before {
  content: "\e90a";
}
.lpicon-clock_solid:before {
  content: "\e90b";
}
.lpicon-credit_cards_outline:before {
  content: "\e90c";
}
.lpicon-crown_solid:before {
  content: "\e90d";
}
.lpicon-handshake_outline:before {
  content: "\e90e";
}
.lpicon-laptop_outline:before {
  content: "\e90f";
}
.lpicon-lock_outline:before {
  content: "\e910";
}
.lpicon-monitor_outline:before {
  content: "\e911";
}

@font-face {
  font-family: 'HelveticaNeueLT-BoldCond';
  src: url('/static/webfonts/28A37A_0_0_rename.eot?70e5e2f98d99');
  src: url('/static/webfonts/28A37A_0_0_rename.eot?&70e5e2f98d99#iefix') format('embedded-opentype'), url('/static/webfonts/28A37A_0_0_rename.woff?f783f75c2a88') format('woff'), url('/static/webfonts/28A37A_0_0_rename.ttf?cb397d564e57') format('truetype');
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.block {
  display: block !important;
}
.clearfix,
.modal-footer {
  clear: both;
}
.affix {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.padding-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding-small {
  padding-left: 5px;
  padding-right: 5px;
}
.center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
td.numeric {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.red-text {
  color: #ef3825;
}
.in-circle {
  border-radius: 50%;
  width: 1.2em;
  line-height: 1.2em;
  display: inline-block;
  text-align: center;
}
.in-circle.bg-white {
  background: white;
}
.in-circle.fg-darkgray {
  color: #636466;
}
.in-circle.fg-brightred {
  color: #ef3825;
}
INPUT[type=text]::-webkit-input-placeholder,
INPUT[type=email]::-webkit-input-placeholder {
  font-style: normal;
  color: #bcbdc0;
}
INPUT[type=text]::-moz-placeholder,
INPUT[type=email]::-moz-placeholder {
  font-style: normal;
  color: #bcbdc0;
}
INPUT[type=text]:-ms-input-placeholder,
INPUT[type=email]:-ms-input-placeholder {
  font-style: normal;
  color: #bcbdc0;
}
.input-small {
  width: 130px;
}
FORM.generic-form INPUT {
  padding: 5px;
}
.placeholder-form {
  background: #f8f8f8;
  padding: 30px;
  border: 1px solid #808285;
}
@media (max-width: 767px) {
  .placeholder-form {
    padding: 10px;
  }
}
.placeholder-form input[type=text],
.placeholder-form input[type=email],
.placeholder-form input[type=password],
.placeholder-form input[type=search],
.placeholder-form select,
.placeholder-form textarea {
  font-size: 1.0em;
  color: #231f20;
  padding: 7px 10px;
  letter-spacing: 1px;
  margin: 8px;
  border: 1px solid #231f20;
}
@media (max-width: 991px) {
  .placeholder-form input[type=text],
  .placeholder-form input[type=email],
  .placeholder-form input[type=password],
  .placeholder-form input[type=search],
  .placeholder-form select,
  .placeholder-form textarea {
    width: 90%;
  }
}
.placeholder-form select {
  height: 30px;
}
.save-btn-container {
  margin: 20px 10px 0px 0;
  color: #fff;
  background: #ef3825;
  height: 45px;
}
.save-btn-container .btn {
  text-decoration: none;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  float: right;
  border: none;
  background: transparent url('/static/img/save-arrow.png?13acf0a16776') 0 0 no-repeat;
  background-size: 100%;
  overflow: hidden;
  width: 153px;
  height: 49px;
  position: relative;
  left: 24px;
  top: -3px;
}
.save-btn-container .btn:hover {
  color: #231f20;
}
.form-row {
  margin-bottom: 15px;
}
.form-row:after {
  content: '';
  clear: both;
  display: table;
}
.form-row label {
  display: block;
}
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=search],
.form-row input[type=date],
.form-row input[type=number],
.form-row input[type=tel],
.form-row select,
.form-row textarea {
  width: 100%;
  margin: 0;
  font-size: 1.0em;
  color: #231f20;
  padding: 7px 10px;
  letter-spacing: 1px;
  border: 1px solid #231f20;
}
.form-row select {
  height: 30px;
}
.form-row input.input-cvv {
  width: 88px;
  margin-right: 8px;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-red {
  background: #ef3825;
  color: white;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  padding: 4px 6px 4px 6px;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
}
.btn-gray {
  background: #d8d9da;
  color: black;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  padding: 4px 6px 4px 6px;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
}
.pagination {
  margin-top: 20px;
}
.spinner {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(360deg);
  height: 16px;
  width: 16px;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: white;
  color: black;
}
body .cart_total_price_rule_discount {
  color: #ef3825;
}
body tr.cart_total_price_rule_discount td {
  text-align: center;
}
body table.gear_credit_table span.small {
  margin-left: 17px;
  font-size: 11px;
  display: block;
  margin-top: -3px;
}
body .gear_credit_selection table {
  min-width: 75%;
  text-align: left;
}
body .small.saleshipping {
  font-weight: normal;
  font-size: 11px;
  padding: 0;
}
body .small.disclaimer {
  font-weight: normal;
  font-size: 11px;
  padding: 0;
}
body .cart--item--totals .disclaimer {
  float: left;
  margin-left: 21px;
}
body #waitlist_modal {
  text-align: center;
}
body #waitlist_modal h1 {
  margin: 0;
  letter-spacing: 1px;
}
body #waitlist_modal form h2 {
  font-weight: 400;
}
body #waitlist_modal form h2 span.product_name {
  text-transform: uppercase;
  color: #ef3825;
}
body #waitlist_modal form label {
  display: inline-block;
  padding-top: 3px;
  width: 15%;
  float: left;
  font-size: 1.1em;
  font-weight: 400;
}
body #waitlist_modal form input {
  width: 85%;
  float: right;
}
body #waitlist_modal form a {
  font-style: italic;
}
body #waitlist_modal form p {
  font-size: .9em;
}
body #waitlist_modal form .lp-default-btn {
  margin-top: 10px;
  clear: both;
  position: static;
}
body #waitlist_modal form .lp-default-btn span {
  height: 40px;
  padding: 6px 6px 8px 16px;
}
body #waitlist_modal form .lp-default-btn.ribbon:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ef3825;
}
body form.waitlist {
  clear: both;
}
body form.waitlist > img {
  margin-top: 5px;
}
body form.waitlist > p {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
body #waitlist {
  z-index: 1000;
  padding: 15px;
  width: 280px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #57c3b8;
  text-align: center;
}
body #waitlist h3 {
  color: white;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
body #waitlist a {
  color: black;
}
@media (max-width: 767px) {
  body #waitlist h3 {
    font-size: 1em;
  }
}
body #salehold-cartfail {
  z-index: 1002;
  background-color: #999;
}
body #salehold-cartfail h1 {
  text-align: center;
  color: white;
}
body #salehold-cartfail p {
  color: black;
}
body #salehold-cartfail .close {
  width: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #ef3825;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
body #salehold-problems {
  display: none;
  z-index: 1002;
  background-color: #999;
}
body #salehold-problems p {
  color: black;
}
body #salehold-problems form ul {
  list-style: none;
}
body #salehold-problems form ul li {
  margin-bottom: 5px;
  width: 100%;
}
body #salehold-problems form ul li input[type=text],
body #salehold-problems form ul li input[type=email],
body #salehold-problems form ul li textarea {
  width: 100%;
  border: 1px solid black;
  padding: 2px;
}
body #salehold-problems form ul li input.submit,
body #salehold-problems form ul li input.cancel {
  background: #ef3825;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
body #salehold-problems form ul li input.cancel {
  float: right;
  margin-right: -6px;
}
body #salehold:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  border-top: 37px solid transparent;
  border-right: 42px solid #ffc50c;
  border-bottom: 37px solid transparent;
  margin-left: -42px;
}
@media (max-width: 767px) {
  body #salehold:before {
    display: none;
  }
}
body #salehold.expired:before {
  content: "";
  display: block;
  border-top: 38px solid transparent;
  border-right: 42px solid #ef3825;
  border-bottom: 38px solid transparent;
  margin-left: -42px;
}
@media (max-width: 767px) {
  body #salehold.expired:before {
    display: none;
  }
}
body #salehold {
  z-index: 1000;
  padding: 15px;
  padding-left: 0;
  display: none;
  position: fixed;
  top: 197px;
  height: 72px;
  right: 0;
  background-color: #ffc50c;
  color: black;
}
@media (max-width: 767px) {
  body #salehold {
    position: relative;
    top: 0;
    left: 0;
    margin: 10px 0 10px 0;
    padding: 10px;
  }
}
body #salehold p.desc {
  margin-top: 11px;
}
body #salehold.warning p.desc {
  margin-top: 0;
}
body #salehold a {
  color: black;
}
body #salehold p {
  color: black;
  font-weight: normal;
  font-size: .9em;
  margin: 0;
}
body #salehold p.problems {
  margin-top: 10px;
}
body #salehold p.warning {
  margin-bottom: 10px;
}
body #salehold.expired {
  background-color: #ef3825;
  color: white;
  font-weight: bold;
}
body #salehold .warning {
  display: none;
  font-weight: bold;
}
body #salehold .expired {
  margin-top: 11px;
  color: white;
  font-weight: bold;
  display: none;
}
body #salehold .onhold {
  color: white;
  font-weight: bold;
  display: none;
}
body .datepicker {
  z-index: 1;
}
body #jquery-overlay,
body #jquery-lightbox {
  z-index: 1002 !important;
}
body a {
  color: #57c3b8;
}
body .reveal-modal {
  max-width: 100%;
}
body .reveal-modal-bg {
  z-index: 1001;
}
body .reveal-modal.xlarge {
  width: 820px;
  margin-left: -440px;
}
body .reveal-modal.xxlarge {
  width: 870px;
  margin-left: -475px;
}
body .reveal-modal {
  z-index: 10001;
}
body.invoice {
  background: white !important;
}
.gallery_overlay {
  display: none;
  position: fixed;
  z-index: 1002;
  background-color: white;
  width: 75%;
  border: 5px solid #808285;
  left: 150px;
}
.gallery_overlay .camera_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: inline-block;
  z-index: 1000;
}
.gallery_overlay .camera_close A {
  color: #e8e9ea;
  font-size: 2em;
}
.content-wrapper {
  width: 100%;
  margin: 25px 0 10px 0;
}
.add_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  opacity: .95;
  z-index: 1002;
  top: 0;
  left: 0;
}
.add_overlay div.group,
.add_overlay p,
.add_overlay h1 {
  position: relative;
  left: 25%;
  top: 33%;
  width: 55%;
  color: #ef3825;
  text-align: center;
}
.add_overlay p {
  font-size: 18px;
  margin: 0;
}
.add_overlay h1 {
  margin-top: 0;
  text-transform: uppercase;
}
.add_overlay button {
  opacity: 1;
  display: inline-block;
  margin-right: 10px;
  background: #ef3825;
  color: white;
  width: 75px;
  padding-top: 15px;
  padding-bottom: 12px;
  border: 0;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
}
input.error,
select.error,
textarea.error {
  border: 1px solid #d8a400 !important;
  font-weight: bold;
  background: #ffe38c;
}
p.error_description {
  color: #d8a400;
  font-size: 14px;
  margin: 0;
}
.mailgun_response {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.mailgun_response em {
  cursor: pointer;
  font-decoration: underline;
}
.mailgun_response span {
  display: block;
  margin: 5px;
}
.mailgun_response .error {
  color: #f9524c;
  font-size: 14px;
}
p.success_description {
  color: #3daa9f;
  font-size: 14px;
  margin: 0;
}
input::-webkit-input-placeholder {
  font-style: italic;
  color: #9a9c9e;
}
input.placeholder {
  font-style: italic;
  color: #9a9c9e;
}
input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #9a9c9e;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #9a9c9e;
}
input:-ms-input-placeholder {
  font-style: italic;
  color: #9a9c9e;
}
#activity_timer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: white;
  opacity: .95;
  z-index: 10000;
}
#activity_timer section {
  position: relative;
  left: 30%;
  top: 25%;
  width: 40%;
}
#activity_timer button {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#activity_timer form {
  text-align: center;
}
#activity_timer button,
#activity_timer input[type=submit] {
  padding: 5px;
  background: #ef3825;
  border: 0;
  color: white;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#activity_timer input[type=password],
#activity_timer input[type=submit] {
  display: inline-block;
}
#activity_timer h1 {
  color: #ef3825;
  font-size: 24px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#activity_timer p {
  font-size: 14px;
  color: #231f20;
  text-align: center;
}
/* assumes image is 21x21 */
.label_check,
.label_radio {
  padding-left: 25px;
  cursor: pointer;
  min-height: 21px;
}
.label_check.disabled,
.label_radio.disabled {
  filter: alpha(opacity=30) blur(1px);
  -webkit-filter: grayscale(0.3) blur(1px);
}
.label_radio {
  background: url(/static/img/radio-off.png?fcaf43456a87) no-repeat;
}
.label_check {
  background: url(/static/img/check-off.png?357035f569ef) no-repeat;
}
.label_check.c_on {
  background: url(/static/img/check-on.png?1b069b248814) no-repeat;
}
.label_radio.r_on {
  background: url(/static/img/radio-on.png?53cf8c1e5bfd) no-repeat;
}
.label_check input,
.label_radio input {
  position: absolute;
  left: -9999px;
}
.grid {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}
.grid-row {
  clear: both;
}
.centered {
  padding-top: 210px;
  width: 1024px;
  margin: 0 auto;
}
hr.thick {
  height: 29px;
  margin-top: 7px;
  background: #616266;
}
.main-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.main-header A,
.main-header A:link,
.main-header A:visited {
  color: #2d2a2a;
  text-decoration: none;
}
.main-header .announcement {
  /* Hide unless displayed - see .has-active-announcement */
  display: none;
  background: #EF3725;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 1.2em;
}
.main-header .announcement P {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  color: inherit;
}
.main-header .announcement A {
  color: white;
  font-weight: 600;
}
.main-header .pre-header {
  background: #e8e9ea;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b0b1b1;
  font-size: 0.7em;
  color: #666666;
}
.main-header .pre-header a {
  margin-left: 2em;
}
@media (max-width: 1199px) {
  .main-header .pre-header .left-col {
    padding-left: 5px;
  }
  .main-header .pre-header .right-col {
    padding-right: 5px;
  }
}
.main-header .top-header {
  background: #e8e9ea;
  padding-top: 5px;
}
@media (max-width: 1199px) {
  .main-header .top-header .left-col {
    padding-left: 5px;
  }
  .main-header .top-header .right-col {
    padding-right: 0px;
  }
}
.main-header .logo {
  float: left;
  width: 100px;
  margin-right: 20px;
}
.main-header .tagline {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.1em;
}
@media (max-width: 991px) {
  .main-header .tagline {
    font-size: 0.8em;
    margin-top: 65px;
  }
}
.main-header .tagline .phone {
  font-weight: 300;
}
.main-header .account-tools {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1em;
  text-align: right;
  background: #ef3825;
  color: white;
  width: 50%;
  height: 72px;
  margin-top: -5px;
  margin-bottom: -5px;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .main-header .account-tools {
    font-size: 1.0em;
    width: 50%;
  }
}
.main-header .account-tools A {
  color: white;
}
.main-header .account-tools .caret {
  position: absolute;
  top: 2px;
  right: 5px;
}
.main-header .account-tools .account-link-container {
  width: 100%;
  height: 100%;
  display: block;
}
.main-header .account-tools .left {
  float: left;
  width: 25%;
  font-size: 2.5em;
  padding-top: 0.55em;
  text-align: center;
}
@media (max-width: 1199px) {
  .main-header .account-tools .left {
    font-size: 2.0em;
    padding-top: 0.85em;
  }
}
@media (max-width: 991px) {
  .main-header .account-tools .left {
    width: 30%;
    font-size: 1.9em;
    padding-top: 0.95em;
  }
}
.main-header .account-tools .right {
  float: left;
  width: 75%;
  text-align: left;
  padding-top: 1.75em;
}
.main-header .account-tools .right .top {
  font-size: 0.7em;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main-header .account-tools .right .top {
    font-size: 0.6em;
  }
}
.main-header .account-tools .right .bottom {
  font-size: 1em;
  font-weight: 600;
}
@media (max-width: 991px) {
  .main-header .account-tools .right {
    width: 70%;
  }
}
.main-header .account-tools:hover .account-tools-menu {
  display: block;
}
.main-header .account-tools .account-tools-menu {
  display: none;
  position: absolute;
  top: 72px;
  right: 0;
  background: white;
  z-index: 100;
}
.main-header .account-tools .account-tools-menu a {
  display: block;
  background: white;
  width: 100%;
  color: black;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: left;
  padding: 15px 39px 15px 20px;
  white-space: nowrap;
}
.main-header .account-tools .account-tools-menu a i {
  font-size: 1.5em;
  margin-right: 10px;
  width: 35px;
  display: inline-block;
  text-align: center;
}
.main-header .account-tools .account-tools-menu a:hover {
  background: #ef3825;
  color: white;
}
@media (max-width: 991px) {
  .main-header .account-tools .account-tools-menu a {
    font-size: 0.7em;
    padding: 10px 17px 10px 10px;
  }
  .main-header .account-tools .account-tools-menu a i {
    margin-right: 5px;
    width: 25px;
  }
}
@media (max-width: 1199px) {
  .main-header .account-tools .account-tools-menu a {
    font-size: 0.8em;
    padding: 10px 27px 10px 14px;
  }
}
.main-header .cart-tools {
  width: auto;
  display: inline-block;
  margin-right: 2em;
}
@media (max-width: 991px) {
  .main-header .cart-tools {
    margin-right: 1em;
  }
}
.main-header .cart-tools .cart-links {
  text-align: right;
  float: right;
  margin-left: 10px;
  margin-top: 30px;
}
.main-header .cart-tools .cart-links a {
  display: inline-block;
}
.main-header .cart-tools .gearbag {
  float: right;
  display: block;
  padding-top: 12px;
  text-align: center;
  background: url("/static/img/base/gearbag.png?89bfd270fb6d");
  width: 46px;
  height: 46px;
  margin-top: 8px;
  margin-left: 10px;
  color: white;
}
.main-header .nav-icons-container {
  background: #3b76a3;
  padding-bottom: 10px;
}
.main-header .nav-icons {
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .main-header .nav-icons {
    margin-top: 10px;
  }
}
.main-header .nav-icons .col-md-1,
.main-header .nav-icons .col-sm-1 {
  text-align: center;
  line-height: 0.8em;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .main-header .nav-icons .col-md-1,
  .main-header .nav-icons .col-sm-1 {
    font-size: 0.6em;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.main-header .nav-icons A.nav-icon {
  max-width: 100%;
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center !important;
  line-height: 1.1em;
  white-space: nowrap;
  color: white;
}
.main-header .nav-icons A.nav-icon.here {
  color: #000000;
}
.main-header .nav-icons A.nav-icon:hover {
  color: #000000;
}
.main-header .nav-icons A.nav-icon i {
  font-size: 5em;
  display: block;
  margin-bottom: 2px;
}
.main-header-mobile {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 0 10px 0;
  width: 100%;
  background: white;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
}
.main-header-mobile .announcement {
  /* Hide unless displayed - see .has-active-announcement */
  display: none;
  background: #EF3725;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 1.2em;
}
.main-header-mobile .announcement P {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  color: inherit;
}
.main-header-mobile .announcement A {
  color: white;
  font-weight: 600;
}
.main-header-mobile .pre-header {
  background: #e8e9ea;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b0b1b1;
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #636466;
}
.main-header-mobile .row {
  margin-left: auto;
  margin-right: auto;
}
.main-header-mobile A,
.main-header-mobile A:link,
.main-header-mobile A:visited {
  color: #2d2a2a;
  text-decoration: none;
}
.main-header-mobile .logo {
  float: left;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.main-header-mobile .tagline {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.1em;
  float: left;
}
.main-header-mobile .tagline .phone {
  font-weight: 300;
}
.main-header-mobile .nav-btn {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  background: #d8d9da;
  float: left;
  margin-left: 5px;
  padding: 3px;
  width: 32%;
  text-align: center;
}
.main-header-mobile .nav-btn:account {
  width: 35%;
  margin-left: 0;
}
.main-header-mobile .nav-btn .contact {
  width: 25%;
}
.main-header-mobile .nav-btn.my-cart {
  width: 30%;
  background-color: #636061;
  color: white;
}
.main-header-mobile .nav-btn.my-cart .gearbag {
  background: black;
  display: inline-block;
  text-align: center;
  min-width: 20px;
}
.main-header-mobile .nav-menu-trigger {
  float: right;
  font-size: 2em;
  display: block;
  cursor: pointer;
}
.main-header-mobile .nav-menu {
  width: 100%;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 1000;
  background: white;
  color: black;
  border-top: 1px solid black;
  padding: 0px 20px 20px 20px;
}
.main-header-mobile .nav-menu .nav-item {
  display: block;
  padding: 8px 10px 8px 0px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  font-size: 0.9em;
}
.main-header-mobile .nav-menu .nav-item.here {
  color: #9d1d0f;
}
.main-header-mobile .nav-menu .nav-item i.fa {
  float: right;
  font-size: 1.5em;
  font-weight: 800;
}
.main-footer {
  background: #e8e9ea;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-bottom: 100px;
  padding-top: 20px;
  margin-top: 40px;
  line-height: 1.2em;
}
.main-footer .inner {
  margin-left: 20px;
  margin-right: 20px;
}
.main-footer h4 {
  color: #636466;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 5px;
}
.main-footer A,
.main-footer A:link,
.main-footer A:visited {
  color: #2d2a2a;
  text-decoration: none;
}
.main-footer P {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.main-footer UL.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer UL.footer-links LI {
  font-size: 0.9em;
  padding-top: 4px;
}
.main-footer .social-icons {
  margin-top: 2px;
}
.main-footer .social-icons IMG {
  margin-right: 2px;
}
.main-footer .labs-logo {
  height: 1.5em;
}
.main-footer .input-text {
  border: 1px #d8d9da;
  padding: 10px;
  width: 95%;
}
.main-footer .input-text.input-small {
  width: 130px;
}
.main-footer .btn {
  background: #dd312b;
  color: white;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding: 0px 10px 0px 10px;
  border: 0;
  height: 34px;
  margin-left: -3px;
  line-height: 1em;
}
.main-footer .pickup-logos {
  margin-top: 25px;
}
.main-footer .pickup-logos IMG {
  margin-right: 5px;
}
.main-footer-mobile {
  background: #e8e9ea;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: 20px;
  line-height: 1.2em;
}
.main-footer-mobile .row {
  background: #e8e9ea;
  padding-bottom: 40px;
}
.main-footer-mobile .row.social-icons-row {
  background: white;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-footer-mobile .row.social-icons-row .social-icons {
  margin: 0 0 10px 0;
  text-align: center;
}
.main-footer-mobile .row.social-icons-row .social-icons IMG {
  margin-right: 5px;
}
.main-footer-mobile .inner {
  margin-left: 5px;
  margin-right: 5px;
}
.main-footer-mobile h4 {
  color: #636466;
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-footer-mobile A,
.main-footer-mobile A:link,
.main-footer-mobile A:visited {
  color: #2d2a2a;
  text-decoration: none;
}
.main-footer-mobile UL.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer-mobile UL.footer-links LI {
  font-size: 0.8em;
  padding-top: 2px;
}
.main-footer-mobile A.footer-btn {
  display: block;
  background: #231f20;
  color: white;
  font-weight: 300;
  font-size: 0.8em;
  padding: 12px 5px 12px 5px;
  border: 0;
  text-align: center;
  width: 100%;
  line-height: 1em;
  margin-top: 10px;
}
.account-info-logout {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.account-info-logout .logout-action-btn {
  float: right;
}
.toptools {
  float: right;
  width: 386px;
  height: 66px;
  margin-top: 45px;
  font-size: 21px;
  color: #9d1d0f;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.toptools a {
  display: block;
  text-decoration: none;
  height: 111px;
  float: right;
  height: 18px;
  color: #9d1d0f;
}
.toptools .toptools--logout {
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url('/static/img/af_sprite.png?56a0c32d9763');
  background-position: 0px -247px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 115px;
}
.toptools .toptools--account {
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 14px;
  padding-right: 13px;
  border-right: 1px solid #231f20;
  background-image: url('/static/img/af_sprite.png?56a0c32d9763');
  background-position: 0px -409px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 115px;
}
.toptools .toptools--meet_us {
  border-right: 1px solid #231f20;
  background-image: url('/static/img/af_sprite.png?56a0c32d9763');
  background-position: 0px -219px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 100px;
  margin: 0;
  padding: 0;
  padding-right: 13px;
  margin-right: 14px;
}
.toptools .toptools--register {
  background-image: url('/static/img/af_sprite.png?56a0c32d9763');
  background-position: 0px -381px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 207px;
  margin: 0;
  padding: 0;
}
.messages-container {
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 0;
}
ul.messages-list {
  padding: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
ul.messages-list li {
  list-style: none;
  padding: 10px;
}
ul.messages-list li.success {
  background: #57c3b8;
  color: white;
}
ul.messages-list li.success .message-icon {
  display: none;
}
ul.messages-list li.success A,
ul.messages-list li.success A:link,
ul.messages-list li.success A:visited {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
ul.messages-list li.success A:hover {
  text-decoration: underline;
}
ul.messages-list li.warning {
  background-color: #ffc50c;
}
ul.messages-list li.warning .message-icon {
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  float: left;
}
ul.messages-list li.error {
  background-color: #ffc50c;
}
ul.messages-list li.error .message-icon {
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  float: left;
}
ul.messages-list li.brandsale-coupon-msg-banner {
  font-size: 2.15rem;
  font-weight: 600;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  ul.messages-list li.brandsale-coupon-msg-banner {
    font-size: 1.7em;
  }
}
@media (max-width: 991px) {
  ul.messages-list li.brandsale-coupon-msg-banner {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  ul.messages-list li.brandsale-coupon-msg-banner {
    font-size: 1.3em;
  }
}
@media (max-width: 1199px) {
  ul.messages-list li.brandsale-coupon-msg {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  ul.messages-list li.brandsale-coupon-msg {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  ul.messages-list li.brandsale-coupon-msg {
    font-size: 0.8em;
  }
}
ul.form_errors {
  list-style: none;
  text-align: center;
  margin-bottom: 16px;
  padding-left: 0;
  clear: both;
}
ul.form_errors li {
  list-style: none;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  padding: 10px;
}
ul.form_errors li.success {
  background: #57c3b8;
}
ul.form_errors li.success span {
  display: none;
}
ul.form_errors li.warning {
  background-color: #ffc50c;
}
ul.form_errors li.warning span {
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  float: left;
}
ul.form_errors li.error {
  background-color: #ffc50c;
}
ul.form_errors li.error span {
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  float: left;
}
.topcart {
  float: right;
  width: 125px;
  height: 111px;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -684px 0;
  background-repeat: no-repeat;
}
.topcart--total {
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 80px;
  margin-left: 27px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.topcart--total:hover,
.topcart--link:hover {
  color: #000;
}
.topcart--link {
  background-image: url('/static/img/af_sprite.png?56a0c32d9763');
  background-position: 0px -86px;
  background-repeat: no-repeat;
  margin-left: 38px;
  margin-top: 5px;
  text-decoration: none;
  color: white;
  width: 80px;
  height: 80px;
  position: relative;
}
.topcart--link span {
  font-size: 20px;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 13px;
  top: 16px;
  text-align: center;
  display: block;
}
.header-search,
.mobile-search {
  width: 100%;
  height: 60px;
  vertical-align: bottom;
  margin-top: 5px;
  margin-bottom: 2px;
  margin-left: 20px;
  text-align: left;
}
.header-search.header-search .topsearch,
.mobile-search.header-search .topsearch {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .header-search.header-search .topsearch,
  .mobile-search.header-search .topsearch {
    margin-left: 0;
  }
}
.header-search .tt-menu,
.mobile-search .tt-menu {
  min-width: 275px;
  background: white;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.4);
}
.header-search .tt-suggestion p,
.mobile-search .tt-suggestion p {
  margin: 0;
}
.header-search .tt-suggestion,
.mobile-search .tt-suggestion {
  margin: 0;
  padding: 3px;
  padding-bottom: 5px;
}
.header-search .tt-suggestion.tt-cursor,
.mobile-search .tt-suggestion.tt-cursor {
  cursor: pointer;
  background-color: #FAF6D0;
}
.header-search .spinner,
.mobile-search .spinner {
  display: none;
  position: absolute;
  right: -10px;
  top: 50px;
}
.header-search .search-submit,
.mobile-search .search-submit {
  display: inline-block;
  background: white;
  border: none;
  color: #808285;
  font-size: 1.5em;
  border: 1px solid #808285;
  border-left: 0;
  height: 50px;
  margin-left: -4px;
  z-index: 200;
}
@media (max-width: 991px) {
  .header-search .search-submit,
  .mobile-search .search-submit {
    font-size: 1.2em;
  }
}
.header-search .keywords,
.mobile-search .keywords {
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: left;
  border: 1px solid #808285;
  border-right: 0;
  font-size: 1.2em;
  color: #808285;
  padding: 0.5em 0.5em;
  height: 50px;
  width: 500px;
  z-index: 199;
  vertical-align: inherit !important;
}
@media (max-width: 1199px) {
  .header-search .keywords,
  .mobile-search .keywords {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .header-search .keywords,
  .mobile-search .keywords {
    width: 180px;
    font-size: 1em;
  }
}
.header-search.mobile-search,
.mobile-search.mobile-search {
  margin-top: 15px;
  margin-left: 6px;
  height: 40px;
}
.header-search.mobile-search .keywords,
.mobile-search.mobile-search .keywords {
  display: block;
  float: left;
  width: 87%;
  font-size: 1em;
  height: 32px;
  padding: 0 0 0 0;
  text-align: center;
}
.header-search.mobile-search .search-submit,
.mobile-search.mobile-search .search-submit {
  font-size: 1em;
  height: 32px;
  width: 10%;
  padding: 0;
  float: left;
}
.header-search .search_container,
.mobile-search .search_container {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 85px;
  left: 44px;
  z-index: 10000;
  display: none;
  text-align: left;
}
.header-search .search_container .search_close,
.mobile-search .search_container .search_close {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -789px -156px;
  background-repeat: no-repeat;
}
.header-search .search_container .search_results,
.mobile-search .search_container .search_results {
  width: 530px;
  background: white;
  color: #231f20;
}
.header-search .search_container .search_results .no-results,
.mobile-search .search_container .search_results .no-results {
  margin-left: 35px;
}
.header-search .search_container .search_results p,
.mobile-search .search_container .search_results p {
  margin: 0;
  padding: 0;
  margin-left: 25px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.header-search .search_container .search_results td.price,
.mobile-search .search_container .search_results td.price {
  background: #d8d9da;
  border-bottom: 1px solid #231f20;
  text-align: center;
  font-size: 14px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px;
}
.header-search .search_container .search_results .category,
.mobile-search .search_container .search_results .category {
  width: 80px;
  background: #d8d9da;
  border-right: 1px solid #231f20;
  text-align: right;
  padding: 5px;
  font-size: 14px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.header-search .search_container .search_results .listing,
.mobile-search .search_container .search_results .listing {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.header-search .search_container .search_results td,
.mobile-search .search_container .search_results td {
  vertical-align: top;
  border-bottom: 1px solid #231f20;
}
.header-search .search_container .search_results td ul,
.mobile-search .search_container .search_results td ul,
.header-search .search_container .search_results td li,
.mobile-search .search_container .search_results td li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-search .search_container .search_results td li:hover,
.mobile-search .search_container .search_results td li:hover,
.header-search .search_container .search_results td li.even:hover,
.mobile-search .search_container .search_results td li.even:hover {
  background-color: #57c3b8;
}
.header-search .search_container .search_results td li,
.mobile-search .search_container .search_results td li {
  float: left;
  clear: both;
  width: 430px;
  padding: 3px;
}
.header-search .search_container .search_results td li.even,
.mobile-search .search_container .search_results td li.even {
  background-color: #e8e9ea;
}
.header-search .search_container .search_results td li span,
.mobile-search .search_container .search_results td li span {
  padding-top: 3px;
}
.header-search .search_container .search_results td li a.name,
.mobile-search .search_container .search_results td li a.name {
  float: left;
  text-decoration: none;
  color: #231f20;
  padding-top: 3px;
}
.header-search .search_container .search_results td li span.price,
.mobile-search .search_container .search_results td li span.price {
  float: right;
}
.header-search .search_container .search_results td li form,
.mobile-search .search_container .search_results td li form,
.header-search .search_container .search_results td li .added,
.mobile-search .search_container .search_results td li .added {
  float: right;
  margin-left: 5px;
}
.header-search .search_container .search_results td li .added,
.mobile-search .search_container .search_results td li .added {
  background: white;
  color: #ef3825;
  text-transform: uppercase;
  padding: 3px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.header-search .search_container .search_results td li .submit,
.mobile-search .search_container .search_results td li .submit {
  border: 0;
  background: #ef3825;
  color: white;
  text-transform: uppercase;
  padding: 3px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
@media (max-width: 991px) {
  .header-search,
  .mobile-search {
    margin-left: 0;
  }
}
.nav_browse_gear {
  height: 30px;
  width: 100%;
  background: #231f20;
  text-align: center;
}
.nav_browse_gear ul {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  display: inline;
  display: inline-block;
  height: 30px;
}
.nav_browse_gear li {
  list-style: none;
  display: inline;
  padding: 5px 3px 5px 2px;
  position: relative;
}
.nav_browse_gear li.here a {
  color: #57c3b8;
}
.nav_browse_gear li.here:before,
.nav_browse_gear li:hover:before {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  top: -5px;
  bottom: auto;
  border-width: 0 5px 8px;
  border-style: solid;
  border-color: #231f20 transparent;
  right: auto;
  left: -12px;
}
.nav_browse_gear li.here:after,
.nav_browse_gear li:hover:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  top: -5px;
  bottom: auto;
  border-width: 0 5px 8px;
  border-style: solid;
  border-color: #231f20 transparent;
  right: 9px;
}
.nav_browse_gear li.here a:before,
.nav_browse_gear li:hover a:before {
  display: block;
  height: 5px;
  left: -6px;
  right: 15px;
  position: absolute;
  top: -5px;
  content: "";
  background: #231f20;
  border: none;
  display: inline-block;
}
.nav_browse_gear a:after {
  content: " | ";
  color: #fff;
  display: inline-block;
  font-size: 100%;
  margin: 0 0 0 8px;
  letter-spacing: 3px;
}
.nav_browse_gear li:last-child a:after {
  content: "";
}
.nav_browse_gear a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
.nav_browse_gear.sales a {
  color: #aaa;
}
.nav_browse_gear.sales a:after {
  content: " | ";
  color: #999;
  display: inline-block;
  font-size: 100%;
  margin: 0 0 0 8px;
  letter-spacing: 3px;
}
.browse_gear--title {
  color: #fff;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -565px -115px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 125px;
  height: 30px;
}
.browse_gear--title.active {
  background-position: -690px -115px;
}
.subnav-filters {
  font-size: 1em;
}
.subnav-filters.affix {
  width: 165px;
  position: fixed;
  top: 10px;
}
@media (max-width: 1199px) {
  .subnav-filters.affix {
    width: 132px;
  }
}
@media (max-width: 991px) {
  .subnav-filters.affix {
    width: 95px;
  }
}
.subnav-filters h2.filter-title {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #d8d9da;
  border-bottom: 1px solid #d8d9da;
  padding: 10px;
  cursor: pointer;
  margin-top: 1.2em;
}
.subnav-filters UL.filter-list {
  list-style-type: none;
  padding-left: 10px;
}
.subnav-filters UL.filter-list LI {
  margin-bottom: 5px;
  color: #231f20;
}
.subnav-filters UL.filter-list LI A,
.subnav-filters UL.filter-list LI A:visited,
.subnav-filters UL.filter-list LI A:link {
  font-size: 0.9em;
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 2px 0 2px 10px;
}
.subnav-filters UL.filter-list LI A:hover,
.subnav-filters UL.filter-list LI A:visited:hover,
.subnav-filters UL.filter-list LI A:link:hover {
  background: #d8d9da;
}
.subnav-filters UL.filter-list LI.here {
  color: #ef3825;
}
.subcategory {
  height: 32px;
  width: 100%;
  background: url("/static/img/bg_nav_brands.gif?c2b1cc8246fc") repeat-x;
  text-align: center;
}
.subcategory ul {
  padding: 0;
  margin: 6px 0 0 0;
  list-style: none;
  display: inline;
  display: inline-block;
  height: 32px;
}
.subcategory li {
  list-style: none;
  display: inline;
  padding: 5px 9px 8px 10px;
  position: relative;
  border-right: 1px solid #fff;
}
.subcategory li:first-child {
  border-left: 1px solid #fff;
}
.subcategory li.here,
.subcategory li:hover {
  background: #808285;
}
.subcategory li.here a,
.subcategory li:hover a {
  color: #57c3b8;
}
.subcategory li.sale.here,
.subcategory li.sale:hover {
  background: #57c3b8;
}
.subcategory li.sale.here a,
.subcategory li.sale:hover a {
  color: white;
}
.subcategory li.here:before,
.subcategory li:hover:before {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: -5px;
  border-width: 5px 8px 0;
  border-style: solid;
  border-color: #808285 transparent;
  right: auto;
  left: 0px;
}
.subcategory li.sale.here:before,
.subcategory li.sale:hover:before {
  border-color: #57c3b8 transparent;
}
.subcategory li.here:after,
.subcategory li:hover:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: -5px;
  border-width: 5px 8px 0;
  border-style: solid;
  border-color: #808285 transparent;
  right: 0px;
}
.subcategory li.sale.here:after,
.subcategory li.sale:hover:after {
  border-color: #57c3b8 transparent;
}
.subcategory li.here a:before,
.subcategory li:hover a:before {
  display: block;
  height: 5px;
  left: 9px;
  right: 9px;
  position: absolute;
  bottom: -5px;
  content: "";
  background: #808285;
  border: none;
  display: inline-block;
  color: #57c3b8;
}
.subcategory li.sale.here a:before,
.subcategory li.sale:hover a:before {
  background: #57c3b8;
}
.subcategory a {
  text-decoration: none;
  color: #231f20;
  text-transform: uppercase;
  font-size: 12px;
}
.subcategory li.sale:hover {
  background: #57c3b8;
}
.subcategory li.sale:hover a {
  color: white;
}
.subcategory--title {
  color: #fff;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  padding-top: 10px;
  font-size: 12px;
  background: url("/static/img/subcategory_arrow.png?c35361f37c7b") no-repeat;
  width: 123px;
  height: 35px;
}
.subcategory--title.sale {
  background: url("/static/img/salecategory_arrow.png?abfa308a29a7") no-repeat;
}
.bottom_category {
  height: 32px;
  width: 100%;
  margin-top: -5px;
}
.bottom_category.second {
  margin-top: -2px;
  margin-left: 8px;
}
.bottom_category.second ul {
  width: 1024px;
}
.bottom_category ul {
  padding: 0;
  text-align: center;
  padding-top: 5px;
  margin: 4px 0 0 0;
  list-style: none;
  background: url("/static/img/bg_nav_brands.gif?c2b1cc8246fc") repeat-x;
  display: inline;
  display: inline-block;
  height: 25px;
  margin-left: -8px;
  width: 909px;
}
.bottom_category li {
  list-style: none;
  display: inline;
  padding: 5px 3px 5px 7px;
  position: relative;
}
.bottom_category a {
  text-decoration: none;
  color: #636466;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.bottom_category li.here a,
.bottom_category li a:hover {
  font-weight: bold;
  color: #57c3b8;
}
.bottom_category a:after {
  content: " | ";
  color: #636466;
  display: inline-block;
  font-size: 100%;
  margin: 0 0 0 1em;
  letter-spacing: 1px;
}
.bottom_category li:last-child a:after {
  content: "";
}
.bottom_category--title {
  text-align: center;
  margin-top: 1px;
  color: #fff;
  padding-top: 12px;
  background: url("/static/img/bottom_category_arrow.png?bfd8a807ced6") no-repeat;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
  width: 123px;
  height: 35px;
}
.nav_cart {
  background: url("/static/img/bg_nav_cart.gif?86e96668b5a3") repeat-x;
  width: 100%;
  border-top: 5px solid #ffffff;
  text-align: center;
  margin-bottom: 15px;
}
.nav_cart.login li a {
  cursor: default;
}
.nav_cart.login li:hover {
  background: #808285;
}
.nav_cart.login li:hover:before {
  border-left: 26px solid #808285;
}
.nav_cart h1 {
  margin-top: 5px;
}
.nav_cart ul {
  list-style: none;
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: 3px solid #fff;
}
.nav_cart li {
  background: #eceded;
  border-left: 3px solid #fff;
  list-style: none;
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.nav_cart li.here,
.nav_cart li:hover {
  background: #57c3b8;
}
.nav_cart li.here a,
.nav_cart li:hover a {
  color: #fff;
}
.nav_cart a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #636466;
  font-size: 1em;
  letter-spacing: 2px;
  padding: 5px 28px;
  margin: 0;
}
@media (max-width: 767px) {
  .nav_cart a {
    font-size: 0.7em;
    padding: 0px 16px;
    letter-spacing: 1px;
  }
}
.nav_cart li.here:before,
.nav_cart li:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #57c3b8;
  right: -26px;
  z-index: 1;
}
@media (max-width: 767px) {
  .nav_cart li.here:before,
  .nav_cart li:hover:before {
    z-index: 0;
  }
}
.nav_product {
  background: url("/static/img/bg_nav_cart.gif?86e96668b5a3") repeat-x;
  min-height: 56px;
  width: 100%;
  border-top: 3px solid #fff;
  margin-top: 20px;
  text-align: center;
  /* variant for mobile, where the nav item is next to the section */
}
.nav_product ul {
  list-style: none;
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: 3px solid #fff;
}
.nav_product li {
  background: #eceded;
  border-left: 3px solid #fff;
  list-style: none;
  display: inline;
  display: inline-block;
  margin: 0 0 20px 0;
  padding-top: 0;
  position: relative;
  height: 52px;
}
.nav_product li.here,
.nav_product li:hover {
  background: #57c3b8;
}
.nav_product li.here a,
.nav_product li:hover a {
  color: #fff;
}
.nav_product a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #636466;
  font-size: 0.9em;
  letter-spacing: 1px;
  padding: 15px 1.5em 5px 1.5em;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.nav_product li.here:before,
.nav_product li:hover:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 8px solid #57c3b8;
  bottom: -8px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -14px;
}
.nav_product.near-section UL {
  display: block;
}
.nav_product.near-section UL LI {
  display: block;
}
.outside-container {
  background: white;
}
.content_container {
  background: white;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .content_container {
    margin-top: 185px;
    /* If there's an announcement bar */
    /* margin-top: 270px; */
  }
}
.content_container:before,
.content_container:after {
  content: " ";
  display: table;
}
.content_container:after {
  clear: both;
}
form#category_days {
  display: none;
}
.header-title-col-container {
  padding: 5px;
}
.static--header--h1 {
  margin: 20px 0 20px 0;
  color: #ffffff;
  background: #ef3825;
  height: .85em;
  font-size: 3.5em;
  font-weight: 700;
  line-height: .75em;
  text-transform: uppercase;
}
.static--header--h1 span {
  background: #ffffff;
  color: #ef3825;
  display: block;
  float: left;
  padding: 3px 20px 3px 5px;
}
@media (max-width: 767px) {
  .static--header--h1 {
    font-size: 2.0em;
    background: #ffffff;
    line-height: 1em;
    margin-bottom: 0.5em;
    height: auto;
  }
  .static--header--h1 span {
    float: none;
  }
}
.gear_listing--header,
.gear_listing--group_header {
  width: 100%;
  text-align: center;
  margin-bottom: -44px;
  min-height: 44px;
}
@media (max-width: 767px) {
  .gear_listing--header,
  .gear_listing--group_header {
    margin-bottom: 5px;
  }
}
.gear_listing--header form#cart-form,
.product--detail form#cart-form {
  position: relative;
}
.gear_listing--header form#cart-form #datepicker-holder,
.product--detail form#cart-form #datepicker-holder {
  position: absolute;
  right: 5px;
}
.gear_listing--header {
  width: auto;
  margin-bottom: 0;
  z-index: 10000;
}
@media (max-width: 767px) {
  .gear_listing--header {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gear_listing--header .module-rentalperiod {
    margin-left: auto;
    margin-right: auto;
  }
}
.gear_listing--group_header {
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px;
  height: 48px;
  border-bottom: 1px solid #d8d9da;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .gear_listing--group_header {
    margin-bottom: 50px;
    height: auto;
  }
  .gear_listing--group_header img {
    margin-bottom: -22px;
  }
}
.gear_listing--group_header img {
  margin-bottom: -55px;
  border-right: 5px solid white;
}
.gear_listing--group_header .featured-packages-title {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding-right: 12px;
  position: relative;
  top: 14px;
  font-size: 18px;
  font-weight: normal;
}
.gear-list-search-header {
  font-size: 1.2em;
  padding-top: 1em;
}
@media (max-width: 767px) {
  .gear-list-search-header {
    clear: both;
  }
}
.gear-list-container a.endless_more,
.gear-list-container .endless_loading {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  text-align: center;
  background: #ef3825;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
  padding: 10px;
}
.gear-item {
  margin-bottom: 26px;
  overflow: hidden;
}
.gear-item a.image_link {
  position: relative;
  width: 158px;
  height: 108px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gear-item a.image_link img.item-photo {
  max-width: 158px;
  max-height: 108px;
  margin: 0;
  height: auto;
  /* specifically targeting iPhone 5-6 - anything wider, i.e. iPhone 6 Plus - should be OK */
}
@media (max-width: 380px) {
  .gear-item a.image_link img.item-photo {
    max-width: 130px;
    max-height: 89px;
    margin-right: 0;
  }
}
.gear-item a.image_link .new_product_banner {
  z-index: 500;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 65px;
  width: 65px;
  background: url('/static/img/new_product_overlay.png?9f816c801b61');
  background-size: 100%;
}
.gear-item a.image_link .price_rule_banner {
  z-index: 600;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 65px;
  width: 65px;
  background-size: 100%;
}
.gear-item a.image_link .promo_product_banner {
  z-index: 500;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 65px;
  width: 65px;
  background: url('/static/img/brandsale/cornerbadgesavings.png?cd99e435ed7d');
  background-size: 100%;
}
.gear-item .item-description {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  margin: 0 auto 0 auto;
}
.gear-item .item-description a {
  color: black;
  text-decoration: none;
}
.gear-item .item-price {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  background: #e8e9ea;
}
@media (max-width: 380px) {
  .gear-item .item-price {
    margin-right: 0;
  }
}
.gear-item .item-price a {
  color: #ef3825;
  text-decoration: none;
}
.gear-item .item-period {
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  background: #e8e9ea;
}
@media (max-width: 380px) {
  .gear-item .item-period {
    margin-right: 0;
  }
}
.gear-item .item-period a {
  color: #636466;
  text-decoration: none;
}
.gear-item abbr {
  cursor: help;
  border: 0;
}
.gear-item .action-buttons {
  text-align: center;
  margin: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e8e9ea;
}
.gear-item .action-buttons a.item-cart-action-btn {
  font-size: 0.7em;
  width: 45%;
  padding: 4px 0 4px 0;
}
.gear-item .action-buttons a.item-more {
  float: left;
  margin-left: 3%;
}
.gear-item .action-buttons a.item-add-to-cart {
  float: right;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .gear-item .action-buttons {
    background: none;
    text-align: center;
    margin-top: 2px;
  }
  .gear-item .action-buttons a.item-cart-action-btn {
    width: 100%;
    margin: 0;
  }
}
.gear-item .gear_listing--item--inbag {
  color: #231f20;
}
.gear-item form.add-to-cart {
  display: none;
}
.product--detail {
  position: relative;
  margin-top: 5px;
}
.product--detail .shipping-banner {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.0;
  font-size: 1.0em;
}
@media (max-width: 1199px) {
  .product--detail .shipping-banner div.contains {
    width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .product--detail .shipping-banner {
    font-size: .8em;
  }
  .product--detail .shipping-banner div.contains {
    width: 194px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .product--detail .shipping-banner {
    font-size: 1.0em;
  }
  .product--detail .shipping-banner div.contains {
    width: 241px;
    margin-left: auto;
    margin-right: auto;
  }
}
.product--detail .shipping-banner div.bg-color {
  background-color: #57c3b8;
  padding: 3px 5px;
}
.product--detail .shipping-banner div.bg-color h1,
.product--detail .shipping-banner div.bg-color h5,
.product--detail .shipping-banner div.bg-color p {
  text-transform: uppercase;
  background-color: #57c3b8;
  margin: 0;
  color: white;
  float: left;
}
.product--detail .shipping-banner div.bg-color h1 {
  font-size: 4.0em;
  letter-spacing: 0.05em;
}
.product--detail .shipping-banner div.bg-color h5 {
  padding-left: 6px;
  font-size: 1.8em;
  font-weight: 600;
}
.product--detail .shipping-banner div.bg-color p {
  clear: both;
  padding-left: 6px;
  font-size: .65em;
  font-weight: 300;
  line-height: 1.5;
}
.product--detail .shipping-banner div.bg-color span {
  float: right;
  color: white;
  font-size: 3.7em;
  margin-top: .05em;
}
.product--detail h1 {
  clear: both;
  color: #231f20;
  text-transform: uppercase;
  margin-top: 0;
}
.product--detail h2 {
  color: #57c3b8;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product--detail h2.condition {
  margin-top: 1.2em;
}
.product--detail p {
  margin-left: 0;
  font-size: 1em;
  color: #231f20;
  width: 100%;
}
.product--detail .stock-photo {
  z-index: 500;
  position: absolute;
  top: 0px;
  left: 0px;
}
.product--detail .actual-photo {
  z-index: 500;
  position: absolute;
  top: 0px;
  left: 0px;
}
.product--detail .price {
  margin-top: 10px;
  padding: 5px 5px 15px 5px;
  text-align: center;
}
.product--detail .price p.pricing_rule_callout {
  color: #ef3825;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: uppercase;
}
.product--detail .price p.pricing_rule_price {
  color: #ef3825;
}
.product--detail .price p.regular_price_header {
  text-transform: none;
  font-size: .9em;
  padding-top: 5px;
}
.product--detail .price p.regular_price {
  text-decoration: line-through;
  font-size: 1.4em;
  margin-top: -8px;
}
.product--detail .price .sale_callout,
.product--detail .price #waitlist_callout {
  background: #eceded;
}
.product--detail .price .sale_callout hr,
.product--detail .price #waitlist_callout hr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 4px;
}
.product--detail .price .sale_callout {
  padding-top: 7px;
  padding-bottom: 7px;
}
.product--detail .price .sale_callout hr {
  margin-bottom: 7px;
}
.product--detail .price .sale_callout a {
  text-decoration: none;
  color: black;
  font-size: 1em;
}
.product--detail .price .sale_callout a span {
  font-size: .8em;
  margin-top: -6px;
  display: block;
  padding-bottom: 0;
}
.product--detail .price #waitlist_callout {
  padding-top: 7px;
  padding-bottom: 14px;
}
.product--detail .price #waitlist_callout hr {
  margin-bottom: 7px;
}
.product--detail .price #waitlist_callout a {
  text-decoration: none;
  color: black;
  font-size: 1em;
}
.product--detail .price #waitlist_callout a span {
  font-size: .7em;
  display: block;
}
.product--detail .price h1,
.product--detail .price h3,
.product--detail .price p {
  text-transform: uppercase;
  color: #231f20;
  margin: 0;
  padding: 0;
}
.product--detail .price .savings {
  background: #eceded;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product--detail .price .savings h3 {
  color: #ef3825;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
}
.product--detail .price p {
  background: #eceded;
  font-size: .8em;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.product--detail .price h1 {
  background: #eceded;
  font-size: 2.8em;
  margin-top: -10px;
}
.product--detail .price h3 {
  padding-top: 5px;
  background: #eceded;
  font-size: 1.4em;
}
.product--detail .price p.accessory-note {
  background: white;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2em;
  margin-top: 10px;
}
.product--detail .price input.add-to-cart,
.product--detail .price input.in-cart {
  border: 0;
  background-color: transparent;
  background-image: url('/static/img/separate-add-cart-arrow.png?bff24515fc1f');
  width: 292px;
  height: 76px;
  padding: 0;
}
.product--detail .price input.in-cart {
  background-image: url('/static/img/separate-in-cart-arrow.png?e2cdd6497e39');
}
.product--detail .price input.add-accessory-to-cart {
  background-image: url('/static/img/separate-add-accessory-arrow.png?f320bdb13d19');
}
.product--detail .price .lp-default-btn {
  width: 100%;
  word-spacing: 4px;
  font-size: 1.9em !important;
  font-weight: 700;
  padding: 0;
}
.product--detail .price .lp-default-btn.ribbon {
  margin-right: -47px;
  position: static !important;
}
.product--detail .price .lp-default-btn span {
  width: 100%;
  margin-left: -25px;
  padding: 4px 6px 4px 16px !important;
}
.product--detail .price input.cart-action-btn {
  color: transparent;
}
@media (max-width: 991px) {
  .product--detail .price input.cart-action-btn {
    background: #dd312b;
    color: white;
    width: 100%;
    height: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: center;
  }
}
.product--detail.sale--detail .price {
  top: 0px;
}
.product--detail .gallery {
  float: left;
  width: 300px;
  list-style: none;
}
@media (max-width: 767px) {
  .product--detail .gallery {
    width: 100%;
  }
}
.product--detail .gallery div {
  display: inline-block;
  margin: 2px;
  position: relative;
  width: 75px;
  height: 52px;
  border: 1px solid #d8d9da;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product--detail .gallery div {
    width: 22%;
    float: left;
    margin-right: 5px;
  }
  .product--detail .gallery div img {
    max-width: 100%;
  }
}
.product--detail .gallery div.showing:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 52px;
  background: #d8d9da;
  opacity: .7;
}
.product--detail .gallery li {
  list-style: none;
  display: inline-block;
  margin: 2px;
  width: 75px;
  height: 52px;
  border: 1px solid #d8d9da;
}
.product--detail .gallery.handle {
  margin-left: 55px;
  background: url('/static/img/package_handle.png?6f2d4ed73745') no-repeat;
  width: 340px;
  height: 50px;
}
.product--detail .gallery.package {
  margin-top: 0;
  padding: 5px;
  width: 335px;
  border: 5px solid black;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  margin-left: 45px;
}
.product--detail .gallery.package li {
  text-align: center;
  height: 85px;
  width: 107px;
  position: relative;
}
.product--detail .gallery.package li.callout {
  margin-left: -3px;
  width: 341px;
  height: 24px;
  font-size: 20px;
  background: #231f20;
  color: white;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.product--detail .gallery.package li.callout.first {
  margin-top: -3px;
  margin-bottom: 4px;
  border: 0;
  border-top: 2px solid black;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}
.product--detail .gallery.package li.callout.last {
  margin-top: 4px;
  margin-bottom: -3px;
  border: 0;
  border-bottom: 2px solid black;
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
}
.product--detail .gallery.package li a {
  position: absolute;
  top: 0;
  left: 0;
  color: #231f20;
  text-decoration: none;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.product--detail section.manual img {
  display: block;
  margin: 50px 100px;
}
.product--detail .main_image {
  position: relative;
}
.product--detail .main_image .zoom {
  display: none;
  text-transform: uppercase;
  color: #d8d9da;
  font-size: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.product--detail .main_image .promo_product_banner {
  z-index: 500;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 65px;
  width: 65px;
  background: url('/static/img/brandsale/cornerbadgesavings.png?cd99e435ed7d');
  background-size: 100%;
}
.product--detail .main_image.package h1 {
  margin-top: 0;
  margin-bottom: 12px;
}
.product--detail .overview h1 {
  margin-top: 10px;
  margin-bottom: 5px;
  max-width: 90%;
  font-size: 2em;
}
.product--detail .overview h1.package-name {
  max-width: 100%;
}
@media (max-width: 767px) {
  .product--detail .overview h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
  }
}
.product--detail .overview .product--description.readmore {
  max-height: 1000em;
}
@media (max-width: 767px) {
  .product--detail .overview .product--description.readmore {
    max-height: 5em;
  }
}
.product--detail section.details.overview {
  display: block;
}
.product--detail section.details table {
  border: 1px solid #d8d9da;
  width: 650px;
}
.product--detail section.details table tr:nth-child(even) {
  background: white;
}
.product--detail section.details table tr:nth-child(odd) {
  background: #d8d9da;
}
.product--detail section.details table td {
  color: #231f20;
  padding: 8px;
}
.product--detail section.product-accessories h2 {
  background: #636466;
  display: block;
  text-transform: uppercase;
  color: #eceded;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0.4em 0 0 0;
  margin: 23px 4px 10px 4px;
  height: 52px;
  text-align: center;
}
.product--detail section.included-items p {
  margin-top: 5px;
}
.cart-added-confirmation {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cart-added-confirmation .product-image-col {
    padding-right: 5px;
  }
  .cart-added-confirmation .cart-summary-col {
    padding-left: 0px;
  }
}
.cart-added-confirmation h1.confirmation-text {
  color: #57c3b8;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 1.5em;
}
.cart-added-confirmation .product-name {
  font-size: 2em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .cart-added-confirmation .product-name {
    font-size: 1.2em;
    text-align: center;
  }
}
.cart-added-confirmation .accessory-suggestion {
  background: #636467;
  background: #bdbec0;
  color: white;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-added-confirmation .cart-summary {
  border: 1px solid #d8d9da;
  border-radius: 10px;
  padding: 20px;
}
.cart-added-confirmation .cart-summary .right {
  text-align: right;
}
@media (max-width: 991px) {
  .cart-added-confirmation .cart-summary .right {
    text-align: left;
    padding-top: 10px;
  }
}
.cart-added-confirmation .cart-summary .checkout-prompt {
  padding: 10px 20px 10px 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .cart-added-confirmation .cart-summary {
    margin-top: 10px;
    padding: 7px;
    background: none;
    font-size: 0.8em;
  }
  .cart-added-confirmation .cart-summary .checkout-prompt {
    padding: 10px 8px 10px 8px;
    display: inline-block;
  }
}
.cart-added-confirmation .product-accessories .gear-item .action-buttons .item-cart-action-btn {
  font-size: 0.5em;
}
.module-rentalperiod {
  cursor: pointer;
  background: #57c3b8;
  top: 0;
  right: 0;
  height: 62px;
  width: 260px;
  z-index: 500;
}
.module-rentalperiod .module-rentalperiod--date {
  border-right: 2px solid #fff;
  color: #000;
  text-transform: uppercase;
  width: 40px;
  height: 46px;
  text-align: center;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -363px -153px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 12px;
  padding-top: 15px;
}
.module-rentalperiod .module-rentalperiod--input {
  display: none;
  border-right: 2px solid #fff;
  width: 37px;
  height: 34px;
  padding-top: 8px;
  margin-left: 3px;
}
.module-rentalperiod .module-rentalperiod--input select {
  width: 47px;
}
.module-rentalperiod .module-rentalperiod--duration {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -1px;
  display: inline;
  display: inline-block;
  text-align: center;
  width: 218px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 5px 0 0 0;
}
.module-rentalperiod .module-rentalperiod--edit {
  background: #fff;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  width: 100%;
  height: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  padding-top: 4px;
  text-align: center;
}
.overnight_shipping_icon {
  text-indent: -9999px;
  overflow: hidden;
  width: 19px;
  height: 18px;
  margin: 0;
  margin-left: -22px;
  margin-right: 3px;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -199px -224px;
  background-repeat: no-repeat;
}
.module_overnight {
  margin-top: 20px;
}
.module_overnight.sale {
  margin-top: 0;
}
.module_overnight .overnight_shipping_icon {
  position: relative;
  left: 35px;
  margin-right: 0;
}
.module_overnight a {
  color: #231f20;
}
.module_overnight .module_overnight--h1 {
  text-align: center;
  background: #59c4ba;
  margin-bottom: 3px;
  color: #231f20;
  font-size: 1em;
  padding: 0.5em 0;
  text-transform: uppercase;
}
.module_overnight .module_overnight--postcodeform {
  background: #00b2a3;
  margin-bottom: 3px;
  color: #000;
  width: 100%;
  float: left;
}
.module_overnight .module_overnight--details {
  width: 45%;
  float: left;
  padding: 10px;
  text-align: right;
  font-size: 0.7em;
  color: #231f20;
}
.module_overnight .module_overnight--divider {
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -344px -164px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 6px;
  float: left;
  height: 47px;
  margin-top: 25px;
}
.module_overnight .module_overnight--form {
  width: 50%;
  float: right;
  padding-top: 20px;
}
.module_overnight .module_overnight--form .module_overnight--label {
  font-size: 1em;
  font-weight: bold;
}
.module_overnight .module_overnight--form .module_overnight--input {
  width: 100px;
  border: 1px solid #000;
  font-size: 1em;
  margin-top: 10px;
  padding: 5px;
  float: left;
}
.module_overnight .module_overnight--form button {
  float: left;
  padding-bottom: 5px;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  background: #ef3825;
  color: white;
  text-transform: uppercase;
  border: 1px solid #000;
  border-left: 0;
  margin-top: 10px;
}
.module_overnight .module_overnight--infobox--container {
  background: #59c4ba;
  margin-bottom: 3px;
  padding: 10px;
  width: 100%;
  min-height: 100px;
  clear: both;
}
.module_overnight .module_overnight--infobox--container p {
  color: #231f20;
  font-size: 1em;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
.module_overnight .module_overnight--infobox--container p.overnight--message {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 10px;
}
.module_overnight .module_overnight--infobox--container label {
  display: inline;
}
.module_overnight .module_overnight--infobox {
  clear: both;
}
.module_overnight .module_overnight--infobox #overnight_shipping_choices {
  margin: 0;
  font-size: 0.8em;
}
.module_overnight .module_overnight--infobox #overnight_shipping_choices TR.odd {
  background-color: #d8d9da;
}
.module_overnight .module_overnight--infobox #overnight_shipping_choices TR.even {
  background-color: white;
}
.module_overnight .module_overnight--infobox #overnight_shipping_choices TR TD {
  padding: 4px;
}
.module_overnight .module_overnight--infobox #overnight_shipping_choices TR TD.first {
  padding-left: 8px;
}
.module_overnight .module_overnight--infobox #overnight_shipping_choices TR TD.last {
  padding-right: 8px;
}
.tos {
  width: 100%;
  height: 8em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.customers--login {
  margin-top: 40px;
  margin-bottom: 40px;
}
.customers--login .login_photo {
  width: 100%;
  margin: 0px 0px 0px 30px;
}
.customers--login h1 {
  text-transform: uppercase;
  color: #ef3825;
  font-size: 3em;
  margin: 0;
  margin-left: 91px;
}
.customers--login h2 {
  font-weight: 300;
  padding-left: 10px;
  font-size: 1.1em;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .customers--login h2 {
    font-size: 0.9em;
  }
}
.customers--login h3 {
  text-transform: uppercase;
  color: #ef3825;
  margin: 0;
  font-size: 2em;
  margin-left: 15px;
}
.customers--login h4 {
  text-transform: uppercase;
  color: #818285;
  margin: 0 -10px;
  font-size: 0.9em;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .customers--login h4 {
    font-size: 0.7em;
  }
}
.customers--login h5 {
  text-transform: uppercase;
  color: #ef3825;
  margin: 0;
  font-size: 0.9em;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .customers--login h5 {
    font-size: 0.7em;
  }
}
@media (max-width: 991px) {
  .customers--login h5 {
    margin-bottom: 5px;
  }
}
.customers--login .circle {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  font-size: 1.5em;
  color: #fff;
  line-height: 47px;
  text-align: center;
  background: #616266;
  margin-right: 15px;
  padding-left: 5px;
}
.customers--login .login-type-picker {
  background-color: #eceded;
  padding: 20px 40px 0px 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .customers--login .login-type-picker .col-xs-1 {
    padding-right: 20px;
  }
}
.customers--login .form-container {
  background-color: #eceded;
  margin-bottom: 20px;
}
.customers--login .login-form-body {
  max-width: 100%;
  margin: 0px 30px 0px 0px;
  background: #eceded;
}
@media (max-width: 767px) {
  .customers--login .login-form-body {
    margin: 0;
  }
}
.customers--login .login-form-body .full {
  width: 100%;
  background: #231f20;
  color: #fff;
  padding: 5px;
}
.customers--login .login-form-body #id_username,
.customers--login .login-form-body #id_email {
  background: white url("/static/img/login/envelope_999999_14.png?c26959708e02") no-repeat scroll 7px 7px;
  padding-left: 30px;
}
.customers--login .login-form-body #id_password,
.customers--login .login-form-body #id_verify {
  background: white url("/static/img/login/lock_999999_16.png?b113f9a17b03") no-repeat scroll 7px 7px;
  padding-left: 30px;
}
.customers--login .login-form-body .form-container {
  padding: 20px;
  width: 100%;
}
.customers--login .login-form-body .form-container input#id_referrer_raw {
  margin-bottom: 0;
}
.customers--login .login-form-body .form-container p {
  margin-top: 10px;
  font-size: 14px;
}
.customers--login .login-form-body .form-container p.error_description {
  margin-left: 0;
}
.customers--login .login-form-body .twitter-typeahead {
  width: 100%;
}
.customers--login .login-form-body .tt-menu {
  min-width: 200px;
  background: white;
  max-height: 100px;
  overflow-y: auto;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.4);
}
.customers--login .login-form-body .tt-suggestion p {
  margin: 0;
}
.customers--login .login-form-body .tt-suggestion {
  margin: 0;
  padding: 3px;
  padding-bottom: 5px;
}
.customers--login .login-form-body .tt-suggestion.tt-cursor {
  cursor: pointer;
  background-color: #FAF6D0;
}
.customers--login .login-form-body footer.submit,
.customers--login .login-form-body footer.register {
  background: #ef3825;
  height: 43px;
  margin-top: 20px;
  width: 80%;
}
@media (max-width: 991px) {
  .customers--login .login-form-body footer.submit,
  .customers--login .login-form-body footer.register {
    width: 100%;
  }
}
.customers--login .login-form-body footer.submit button,
.customers--login .login-form-body footer.register button {
  margin-top: -3px;
  float: right;
  border: none;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: 0 -161px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 153px;
  height: 49px;
  background-color: transparent;
}
.customers--login.loyalty-signup h2 {
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0;
  color: white;
}
.customers--login.loyalty-signup .full {
  background: #3c52a5;
  padding-top: 1em;
  padding-bottom: 1em;
}
.customers--login.loyalty-signup .full i {
  font-size: 2em;
  margin-right: 0.33em;
  margin-left: 0.15em;
}
.customers--login.loyalty-signup .full i,
.customers--login.loyalty-signup .full span {
  vertical-align: middle;
}
.customers--login.loyalty-signup label[for="tos-checkbox"] {
  font-weight: normal;
  color: #696a6d;
  line-height: 0.8em;
}
.customers--login.loyalty-signup .logo {
  width: 100%;
}
.customers--login.loyalty-signup .teaser {
  text-align: center;
  margin-bottom: 2em;
}
.customers--login.loyalty-signup .teaser section {
  background: #f8f8f8;
  padding: 1em 0.75em;
  font-weight: bold;
  color: #3c52a5;
}
.customers--login.loyalty-signup .teaser section h3 {
  color: inherit;
  line-height: 1.1;
}
.customers--login.loyalty-signup .teaser section .disclaimer {
  font-size: 0.7em;
}
.customers--login.loyalty-signup .teaser footer {
  background: #3c52a5;
  color: white;
  font-size: 1.2em;
  padding: 0.5em;
}
.meet--detail p {
  font-weight: normal;
  font-size: 14px;
}
.meet--detail .img {
  margin-right: 25px;
  width: 350px;
}
.meet--detail .img,
.meet--detail .details {
  float: left;
}
.meet--detail .details {
  margin-bottom: 30px;
}
.meet--detail .details h3 {
  color: #ef3825;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-align: left;
}
.meet--detail .details .description {
  margin-bottom: 15px;
}
.meet--detail .details .callout {
  background: #808285;
  margin: 0;
  color: white;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 6px;
  padding-left: 12px;
}
.meet--detail .details ul,
.meet--detail .details ul li {
  list-style: none;
  padding: 0;
  margin: 4px;
}
.meet--detail .details li {
  float: left;
}
.mugs dl {
  float: left;
  margin-left: 6px;
}
.mugs dt,
.mugs dd {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0;
}
.mugs dd {
  width: 122px;
  clear: left;
  background: #ef3825;
  color: white;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.meet--subheader {
  background: #808285;
  clear: both;
}
.meet--subheader h3 {
  margin: 0;
  color: white;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 8px;
  padding-left: 24px;
}
.date_error.error-message-container {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 0.8em;
}
.success-message-container {
  border: 1px solid #7BB661;
  background-color: #c9e1bf;
  padding: 10px 25px;
  margin: 15px 0;
  min-height: 84px;
}
.success-message-container p {
  color: #231f20;
  font-weight: 400;
  font-size: 0.90em;
}
.success-message-container .fa-check-circle {
  color: #7BB661;
}
.error-message-container {
  border: 1px solid #FFDB43;
  background-color: #FFF0AF;
  padding: 10px 25px;
  margin: 15px 0;
  min-height: 84px;
}
.error-message-container p {
  color: #5B480D;
  font-weight: 400;
  font-size: 0.90em;
}
.error-message-container .fa-exclamation-circle {
  color: #FFDB43;
}
.cart--header {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
  float: left;
}
.cart--header h1 {
  background: #ef3825;
  text-transform: uppercase;
  font-size: 3.5em;
  line-height: 0.7em;
  margin: 0;
  height: 45px;
}
.cart--header h1 span {
  background: white;
  color: #ef3825;
  display: block;
  float: left;
  padding: 3px 20px 4px 10px;
}
/* this gets overridden in a few more specific places */
.plus-tax .tax-tooltip-trigger {
  cursor: pointer;
  font-size: 1.2em;
}
.pp-tooltip-trigger {
  cursor: pointer;
  font-size: 1.2em;
}
h3.subheader {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 1em;
}
h3.subheader.right {
  float: right;
  margin-right: 1em;
}
.cart--title--message {
  color: #ef3825;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.cart--title--message .shield {
  max-width: 50px;
  margin-right: 15px;
}
.cart--footer {
  clear: both;
  margin-top: 10px;
}
.checkout-footer {
  margin-top: 10px;
}
.checkout-footer .checkout-footer-spacer {
  margin: 2px 0;
  color: #fff;
  background: #ef3825;
  height: 62px;
}
.checkout-footer .checkout-footer-spacer a.checkout {
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 1em;
  color: white;
  float: right;
  border: none;
  background: white url('/static/img/save-arrow.png?13acf0a16776') 0 0 no-repeat;
  background-size: 100%;
  overflow: hidden;
  width: 212px;
  height: 69px;
  font-size: 1.5em;
  padding-top: 0.7em;
  margin-top: -4px;
  font-weight: bold;
}
.checkout-footer .checkout-footer-spacer a.checkout:hover {
  color: #231f20;
}
.checkout-footer .checkout-footer-spacer a.checkout-save-quote {
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 1em;
  color: white;
  float: left;
  border: none;
  overflow: hidden;
  width: 212px;
  height: 69px;
  font-size: 1.5em;
  padding-top: 0.7em;
  margin-top: -4px;
  font-weight: bold;
  margin-left: 2em;
}
.checkout-footer .checkout-footer-spacer a.checkout-save-quote:hover {
  color: #231f20;
}
.checkout-footer .checkout-save-quote-sm {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  width: 10em;
  font-size: 1.2em;
}
.cart--footer--message {
  background: #fff;
  color: #ef3825;
  height: 49px;
  margin: 2px 0;
  padding: 3px 20px;
  text-align: center;
}
.cart--footer--message--page1 {
  width: 319px;
}
.cart--footer--spacer {
  margin: 2px 0;
  color: #fff;
  background: #ef3825;
  height: 45px;
}
.cart--footer--spacer a {
  font-size: 0.7em;
  padding-left: 15px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
.cart--footer--spacer a:hover {
  color: #231f20;
}
.cart--next {
  float: right;
  margin-top: -49px;
  border: none;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: 0 -160px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 153px;
  height: 49px;
  background-color: white;
  margin-top: -3px;
}
.cart--next:hover {
  background-position: -170px -161px;
}
#datepicker-holder {
  position: relative;
  margin-bottom: 10px;
}
#datepicker-holder .datepicker {
  margin-left: auto;
  margin-right: auto;
}
#checkout .coupon_remove {
  margin-left: -18px;
  color: #ef3825;
}
.checkout-necessary-page .pass_option > div {
  margin-bottom: -22px;
  padding-right: 38px;
}
.checkout-necessary-page form#necessary {
  clear: both;
}
.checkout-necessary-page form#necessary footer {
  padding-top: 25px;
}
.checkout-necessary-page form#necessary .callout_message {
  font-size: 1.8em;
  text-align: center;
}
.checkout-necessary-page form#necessary fieldset.necessary_choice {
  background-color: #d8d9da;
  padding: 0;
  border: 0;
}
.checkout-necessary-page form#necessary fieldset.necessary_choice div {
  padding: 10px;
}
.checkout-necessary-page form#necessary fieldset.necessary_choice legend {
  background-color: #ef3825;
  width: 100%;
  text-align: left;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.checkout-necessary-page form#necessary fieldset.necessary_choice ul {
  list-style: none;
  padding: 10px;
  background-color: white;
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-necessary-page form#necessary fieldset.necessary_choice ul li {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
.checkout-necessary-page form#necessary fieldset.necessary_choice ul li label.label_radio {
  display: block;
}
.cart .cart--table--header.selected {
  background: #57c3b8;
}
.cart .cart--table--header h1 {
  margin-left: 40px;
  padding: 5px 0 0 10px;
  border-left: 1px solid #ffffff;
}
.cart .cart--table--header.no_radio h1 {
  margin-left: 5px;
  border-left: 0;
}
.cart--table--header {
  background: #636466;
  width: 100%;
  min-height: 2.5em;
}
.cart--table--header span.small {
  color: #ffffff;
  font-size: .5em;
  text-transform: uppercase;
}
.cart--table--header.taller {
  height: 48px;
}
.cart--table--header.taller h1 {
  margin-top: 0;
  padding-top: 11px;
}
.cart--table--header label.label_radio {
  display: block;
  margin: 0 0 0 5px;
  padding: 0;
  background-position: 8px 8px;
}
.cart--table--header input {
  float: left;
  margin-left: 12px;
  margin-top: 8px;
  margin-right: 8px;
}
.cart--table--header input.cart--couponform--submit {
  margin-left: 0;
}
.cart--table--header input.cart--couponform--input {
  margin-right: 0;
}
.cart--table--header h1 {
  margin: 0;
  color: #fff;
  margin-left: 25px;
  padding: 0 0 0 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
.checkout_totals {
  background: #eceded;
  padding: 15px;
}
.checkout_totals .plus-tax {
  font-weight: normal;
  font-size: 0.5em;
}
.checkout_totals .callout {
  padding: 20px;
}
.checkout_totals .callout h1 {
  color: #ef3825;
  margin: 0;
}
.checkout_totals .smaller {
  padding-bottom: 15px;
}
.checkout_totals .smaller dl dd {
  width: 100px;
}
.checkout_totals .callout.left {
  border-right: 2px solid #636466;
}
.checkout_totals .callout.right {
  border-left: 2px solid #636466;
}
.cart-total-table {
  width: 90%;
  margin: 10px 10px 10px auto;
}
.cart-total-table TR TD:nth-child(2) {
  text-align: right;
}
.cart-total-table .pending_total {
  font-size: 1.1em;
  font-weight: 600;
}
.cart-total-table .total {
  font-size: 1.5em;
  font-weight: 600;
}
.title_or .word {
  text-align: center;
  color: #ef3825;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 23px;
  margin-top: -14px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  width: 2em;
}
.title_or.black .word {
  color: black;
  text-transform: uppercase;
}
.title_or .line {
  margin-top: 25px;
  border-top: 1px solid #d8d9da;
}
.title_or.black .line {
  border-top: 3px solid black;
}
.form-row #mcafee {
  margin-left: 0;
}
#mcafee {
  margin-left: 8px;
}
.billing-list,
.address-list {
  list-style: none;
  padding: 0;
}
.billing-list li,
.address-list li {
  padding: 10px 30px;
  background: #f8f8f8;
  border: 1px solid #808285;
  margin: 10px 0;
}
.billing-list li .remove,
.address-list li .remove {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7em;
  float: right;
  color: #000;
  text-decoration: none;
}
.billing-list li .use,
.address-list li .use {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7em;
  float: right;
  color: #000;
  text-decoration: none;
}
.billing-list li .action-link,
.address-list li .action-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7em;
  float: right;
  color: #000;
  text-decoration: none;
}
.billing-list li .expand,
.address-list li .expand {
  cursor: pointer;
}
.billing-list li .expired,
.address-list li .expired {
  color: #9d1d0f;
}
.billing-list li .details,
.address-list li .details {
  margin-top: 15px;
}
.addbalance--column {
  margin-top: 2em;
  margin-bottom: 2em;
}
.addbalance--column .addbalance-container .placeholder-form {
  border: 1px solid #d8d9da;
}
.addbalance--column .addbalance-container .placeholder-form h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.addbalance--column .addbalance-container .placeholder-form input[type=text] {
  width: 12em !important;
}
.addbalance--column .addbalance-container .placeholder-form input[type=text]#id_pending_amount_from_internal_balance {
  width: 6em !important;
}
.addbalance--column .addbalance-container .placeholder-form input[type=button] {
  padding: 8px 10px;
}
.checkout-billing-page .card-note {
  margin-top: -30px;
  font-size: .8em;
}
body.checkout-shipping-page #shipping-form select.addaddress-input.form-control.shipping-carrier {
  width: 75px;
  display: inline;
  margin-left: 3px;
  height: 18px;
}
body.checkout-shipping-page #carrier_selection .row {
  margin-left: -115px;
}
body.checkout-shipping-page #carrier_selection .row .shipping-option {
  margin-bottom: 20px;
  cursor: pointer;
}
body.checkout-shipping-page #carrier_selection .title_or {
  margin-bottom: 30px;
}
body.checkout-shipping-page #carrier_selection .title_or .word {
  font-size: 30px;
  margin-top: -20px;
  width: 13em;
}
body.checkout-shipping-page #carrier_selection p {
  text-align: center;
}
body.checkout-shipping-page #carrier_selection img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.checkout-shipping-page #carrier_selection img.fedex-logo {
  width: 200px;
}
body.checkout-shipping-page #carrier_selection img.ups-logo {
  width: 75px;
}
body.checkout-shipping-page #carrier_selection input {
  display: none;
}
body.checkout-shipping-page #carrier_selection strong {
  display: block;
  text-align: center;
}
body.checkout-shipping-page #carrier_selection #choose_fedex,
body.checkout-shipping-page #carrier_selection #choose_ups,
body.checkout-shipping-page #carrier_selection #choose_lp {
  padding: 15px;
  border: 1px solid #d8d9da;
}
body.checkout-shipping-page #carrier_selection #choose_fedex.selected,
body.checkout-shipping-page #carrier_selection #choose_ups.selected,
body.checkout-shipping-page #carrier_selection #choose_lp.selected {
  border: 3px solid black;
}
.addaddress-container {
  width: 100%;
}
.addaddress-container.addcard {
  width: 100%;
}
.addaddress-container .ups-choices label {
  display: block;
  height: 21px;
}
.addaddress-container .ups-choices ul,
.addaddress-container .ups-choices ul li {
  list-style: none;
}
.addaddress-container .ups-choices ul li {
  float: left;
  width: 33%;
  margin-right: 1em;
}
.addaddress-container .ups-choices label {
  display: block;
}
.addaddress-container .ups-choices p {
  margin-left: 0px;
}
.addaddress-container .ups--address--radio {
  float: left;
  margin-right: 5px;
}
.addaddress-container .addaddress-input {
  font-size: 1.0em;
  color: #231f20;
  padding: 7px 10px;
  letter-spacing: 1px;
  border: 1px solid #231f20;
  width: 100%;
}
@media (max-width: 991px) {
  .addaddress-container .addaddress-input {
    width: 90%;
  }
}
.addaddress-container .input-company {
  width: 75%;
}
.addaddress-container .input-city,
.addaddress-container .input-zip,
.addaddress-container .input-email,
.addaddress-container .input-address1,
.addaddress-container .input-company,
.addaddress-container .input-states {
  margin-right: 8px;
}
.clear_cart {
  padding: 0;
  margin: 0;
  float: right;
  margin-top: 14px;
  margin-right: 14px;
}
.clear_cart button {
  border: 0;
  width: 18px;
  height: 18px;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -789px -156px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.cart--rentalperiod {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  position: relative;
}
.cart--rentalperiod .cart-callout {
  width: 100%;
}
.cart--rentalperiod .cart-callout h1 {
  color: #ef3825;
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.cart--rentalperiod .cart-date-warning {
  margin: 10px;
  font-size: 1em;
}
.cart--rentalperiod .cart--pickup p {
  font-size: 1em;
  color: #231f20;
  margin-top: 0;
  margin-left: 30%;
}
.cart--rentalperiod .cart--pickup p label {
  display: block;
  height: 2em;
  padding-top: 2px;
  text-transform: uppercase;
}
.cart-gray-header {
  padding-top: 3px;
}
.cart--rentalperiod--header h1 {
  margin-left: 10px;
}
#hunts-pickup-locations {
  width: 95%;
  margin-bottom: 20px;
}
.review--rentalperiod {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.review--rentalperiod--header h1 {
  margin-left: 25px;
}
.review--shippingaddress.confirmation,
.review--billingaddress.confirmation,
.review--comments.confirmation {
  margin-left: 0;
  border-left: 1px solid #fff;
}
.review--shippingaddress h1,
.review--billingaddress h1,
.review--comments h1 {
  font-size: 1em;
  padding-top: 5px;
}
.review--comments a {
  font-size: 0.9em;
}
.review--shippingaddress--container a,
.review--billingaddress--container a {
  display: block;
  margin-top: 5px;
}
.review--shippingaddress--container {
  font-size: 0.9em;
  color: #636466;
  background: #e8e9ea;
  padding: 1em;
}
.review--shippingaddress--container a {
  color: #51c2b8;
}
.shippingaddress-name,
.billingaddress-name {
  font-size: 1.2em;
  font-weight: 600;
}
.shippingaddress-name .card,
.billingaddress-name .card {
  margin-bottom: 3px;
}
.review--billingaddress--container {
  font-size: 0.9em;
  color: #636466;
  background: white;
  padding: 1em;
}
.review--billingaddress--container .billingaddress-card {
  display: block;
  margin-bottom: -8px;
}
.review--billingaddress--container a {
  color: #51c2b8;
}
.review--comments--container .form_errors {
  margin-left: 25px;
  margin-top: -12px;
}
.review--comments {
  border-left: 1px solid #fff;
}
.review--comments #id_email_error {
  margin: 0;
  margin-left: 2em;
}
.review--comments--textarea,
.review--cc-emails {
  width: 100%;
  border: 1px solid #d8d8d9;
  padding: 6px 10px;
  margin: 12px 0px;
  font-size: 1em;
  font-style: italic;
}
.review--cc-emails {
  margin-top: 0;
}
.review--comments--textarea {
  padding: 12px 10px;
  min-height: 6em;
}
.cart--items {
  border: 1px solid #d8d9da;
}
@media (max-width: 767px) {
  .cart--items {
    border: none;
  }
}
.cart--items .cart--item .row {
  margin: 0;
}
.cart--items .cart--item .row .col,
.cart--items .cart--item .row .col-xs-1,
.cart--items .cart--item .row .col-sm-1,
.cart--items .cart--item .row .col-md-1,
.cart--items .cart--item .row .col-lg-1,
.cart--items .cart--item .row .col-xs-2,
.cart--items .cart--item .row .col-sm-2,
.cart--items .cart--item .row .col-md-2,
.cart--items .cart--item .row .col-lg-2,
.cart--items .cart--item .row .col-xs-3,
.cart--items .cart--item .row .col-sm-3,
.cart--items .cart--item .row .col-md-3,
.cart--items .cart--item .row .col-lg-3,
.cart--items .cart--item .row .col-xs-4,
.cart--items .cart--item .row .col-sm-4,
.cart--items .cart--item .row .col-md-4,
.cart--items .cart--item .row .col-lg-4,
.cart--items .cart--item .row .col-xs-5,
.cart--items .cart--item .row .col-sm-5,
.cart--items .cart--item .row .col-md-5,
.cart--items .cart--item .row .col-lg-5,
.cart--items .cart--item .row .col-xs-6,
.cart--items .cart--item .row .col-sm-6,
.cart--items .cart--item .row .col-md-6,
.cart--items .cart--item .row .col-lg-6,
.cart--items .cart--item .row .col-xs-7,
.cart--items .cart--item .row .col-sm-7,
.cart--items .cart--item .row .col-md-7,
.cart--items .cart--item .row .col-lg-7,
.cart--items .cart--item .row .col-xs-8,
.cart--items .cart--item .row .col-sm-8,
.cart--items .cart--item .row .col-md-8,
.cart--items .cart--item .row .col-lg-8,
.cart--items .cart--item .row .col-xs-9,
.cart--items .cart--item .row .col-sm-9,
.cart--items .cart--item .row .col-md-9,
.cart--items .cart--item .row .col-lg-9,
.cart--items .cart--item .row .col-xs-10,
.cart--items .cart--item .row .col-sm-10,
.cart--items .cart--item .row .col-md-10,
.cart--items .cart--item .row .col-lg-10,
.cart--items .cart--item .row .col-xs-11,
.cart--items .cart--item .row .col-sm-11,
.cart--items .cart--item .row .col-md-11,
.cart--items .cart--item .row .col-lg-11,
.cart--items .cart--item .row .col-xs-12,
.cart--items .cart--item .row .col-sm-12,
.cart--items .cart--item .row .col-md-12,
.cart--items .cart--item .row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.cart--items p.success_description,
.review--items p.success_description {
  background: #b5e5e0;
  border: 1px solid #3daa9f;
}
.cart--items p.error_description,
.review--items p.error_description {
  background: #ffe38c;
  border: 1px solid #d8a400;
}
.cart--items p.success_description,
.review--items p.success_description,
.cart--items p.error_description,
.review--items p.error_description {
  padding: 10px;
  margin-top: 5px;
}
.review--items p.success_description,
.review--items p.error_description {
  float: right;
  text-align: center;
  margin-bottom: 3px;
}
.cart--items--header {
  border-left: 1px solid #fff;
}
.cart--items--header.sale {
  border-left: 1px solid #636466;
}
.cart--items--header h1 {
  margin-left: 10px;
}
.review--items {
  margin-top: 20px;
}
.cart--items .large_notice {
  margin: 0;
  padding: 20px;
  border-left: 1px solid #636466;
}
.cart--item {
  border-bottom: 1px solid #d8d9da;
  padding: 14px 0px 9px 14px;
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  .cart--item {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    border: 1px solid #d8d9da;
  }
  .cart--item .row.item-xs-row {
    background: #d8d9da;
    padding: 8px 0 5px 0;
    margin-top: 5px;
  }
  .cart--item .row.item-xs-row .cart--item--protection {
    margin: 0;
  }
}
.cart--subhead {
  border-bottom: none;
  padding: 14px 0px 9px 14px;
}
.cart--subhead h2 {
  text-transform: uppercase;
  margin: 0;
  color: #818285;
}
section.cart--item.quantity-label {
  border: 0;
  margin-top: -37px;
}
section.cart--item.quantity-label p {
  text-transform: uppercase;
  font-size: .75rem;
  color: #818285;
}
section.cart--item.quantity-label p span {
  padding-left: 7px;
}
.package--details {
  margin-top: 10px;
}
.package--details p {
  margin: 0;
  font-size: 0.9em;
  color: #231f20;
  font-weight: normal;
}
.package--details ul {
  margin: 5px 0 0 0;
  font-size: 0.8em;
  list-style-position: inside;
  padding-left: 1em;
}
.cart--item--remove {
  color: #ef3825;
  font-size: 1.2em;
  margin-top: 1em;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .cart--item--remove {
    margin-top: 0;
  }
}
.cart--item--image {
  text-align: center;
  position: relative;
  float: left;
}
.cart--item--image .promo_product_banner {
  z-index: 500;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  width: 30px;
  background: url('/static/img/brandsale/cornerbadgesavings.png?cd99e435ed7d');
  background-size: 100%;
}
.cart--item--quantity {
  margin: 0;
  text-align: center;
  font-size: 0.9em;
}
.cart--item--quantity .qty-controls .ctrl {
  cursor: pointer;
}
.cart--item--quantity .qty-controls .qty {
  display: inline-block;
  border: 1px solid #e8e9ea;
  min-width: 2em;
}
.cart--item .qty-controls-xs {
  font-size: 0.9em;
  text-align: center;
}
.cart--item .qty-controls-xs LABEL {
  margin: 0;
}
.cart--item .qty-controls-xs .remove-xs {
  float: none;
  margin-bottom: 2px;
}
.cart--item .qty-controls-xs .qty-ctrl-xs {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.2em;
  padding: 2px;
  border: 1px solid #231f20;
  margin-top: 5px;
}
.cart--item--description {
  color: #231f20;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.cart--item--description a {
  text-decoration: none;
  color: black;
}
.cart--item--description span.small {
  font-size: 0.9em;
}
.cart--item--price {
  color: #231f20;
  font-size: 1em;
  font-weight: 600;
  text-align: right;
}
.cart--item--protection,
.review--item--protection {
  margin-top: 5px;
  font-size: 0.8em;
  text-transform: none;
}
.cart--item--protection a,
.review--item--protection a {
  text-decoration: underline;
  color: #808285;
}
.cart--item--protection label.label_check,
.review--item--protection label.label_check {
  display: block;
  padding-top: 2px;
  font-size: 1em;
}
.cart--item--protection span,
.review--item--protection span {
  font-style: italic;
  font-weight: normal;
}
.review--item--protectionprice {
  color: #231f20;
  font-size: 1em;
  text-align: right;
}
.review--item {
  border-bottom: 1px solid #d8d8d9;
  padding: 15px 0px;
  margin: 0;
}
.review--subhead {
  border-bottom: none;
  padding: 14px 0px 9px 14px;
}
.review--subhead h2 {
  text-transform: uppercase;
  margin: 0;
  color: #818285;
}
.review--item--tools {
  padding-top: 45px;
  padding-left: 15px;
}
.review--item--tools a {
  color: #ee3624;
  font-size: 1em;
}
.review--item--tools a:hover {
  color: #000;
}
.review--item--image {
  width: 150px;
  text-align: center;
}
.review--item--image.gear-credit {
  padding-top: 45px;
}
.review--item--image.confirmation {
  margin-left: 25px;
  margin-right: 25px;
}
.review--item--image img {
  width: 100%;
  height: auto;
}
.review--item--quantity {
  font-size: 1.5em;
  text-align: center;
  color: #231f20;
  margin-bottom: 10px;
  margin-top: 25px;
}
.review--item--description {
  color: #231f20;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 25px;
}
.review--item--description.confirmation {
  width: 316px;
}
.review--item--description span.small {
  font-size: 14px;
}
.review--item--price {
  color: #231f20;
  font-size: 1.5em;
  margin-top: 25px;
  text-align: right;
}
.cart--item--totals {
  background: #eceded;
  border-top: 1px solid #d8d8d9;
  margin: 0;
  padding: 15px;
  color: #231f20;
  font-size: 1em;
}
.cart--item--totals .plus-tax {
  font-weight: normal;
  font-size: 0.7em;
  text-align: right;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .cart--item--totals .plus-tax {
    font-size: 1.0em;
  }
}
.cart--item--totals .cart--item--totals--row a.coupon_remove {
  display: inline-block;
  color: #ef3825;
}
.cart--item--totals .cart--item--totals--row .cart--item--totals--row--description {
  padding: 3px 3px 3px 20px;
  display: inline-block;
}
.cart--item--totals .cart--item--totals--row .cart--item--totals--row--description.not-indented {
  padding-left: 3px;
}
.cart--item--totals .cart--item--totals--row .cart--item--totals--row--total {
  padding: 3px;
  padding-right: 15px;
  text-align: right;
}
.review--totals {
  background: #e8e9ea;
  padding-bottom: 2px;
}
.review--totals .couponform-container {
  width: 90%;
  margin-right: 10px;
  margin-left: auto;
}
.review--totals .couponform-container .cart--couponform {
  padding-left: 0;
  padding-right: 0;
}
.review--totals p.terms,
.review--totals p.warning-terms {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
}
.review--totals p.terms label,
.review--totals p.warning-terms label {
  font-size: 14px;
  color: #231f20;
  display: block;
  font-weight: normal;
  padding-top: 2px;
  height: 21px;
}
.review--totals.confirmation .order--notes {
  padding: 15px;
}
.review--totals.confirmation .order--notes h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 1em;
}
.review--totals.confirmation .order--notes p {
  margin: 0;
  color: #231f20;
}
.review--totals h1 {
  margin-left: 0px;
  padding-left: 25px;
  height: 32px;
}
.review--total--submit {
  margin-top: 10px;
  margin-left: auto;
  max-width: 463px;
  color: white;
  height: 50px;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: 0px -255px;
  background-repeat: no-repeat;
  text-align: right;
  padding-top: 15px;
  padding-right: 20px;
}
.review--total--submit .review--submit {
  background: none;
  border: 0;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
.review--total--submit .review--submit:hover {
  color: #231f20;
}
@media (max-width: 1199px) {
  .review--total--submit {
    background-position: -12px -255px;
  }
}
@media (max-width: 991px) {
  .review--total--submit {
    background-position: -118px -255px;
  }
}
@media (max-width: 767px) {
  .review--total--submit {
    background-position: 0px -255px;
  }
}
@media (max-width: 500px) {
  .review--total--submit {
    background: none;
    margin: 0;
    padding: 0;
    max-width: auto;
  }
  .review--total--submit .review--submit {
    background: #ef3825;
    padding: 10px;
    margin-top: 10px;
  }
}
.invoice--header {
  height: 89px;
  margin-top: 10px;
  width: 915px;
  background: url(/static/img/invoice_header.png?7b15128e5dc2) no-repeat;
}
.invoice--header .logo {
  margin-left: -10px;
  float: left;
  width: 120px;
  height: 80px;
}
.invoice--header .details {
  width: 200px;
  float: right;
  margin-right: 45px;
  text-align: right;
  padding: 6px;
  padding-right: 0;
}
.invoice--header .details h1,
.invoice--header .details h5 {
  color: white;
  padding: 0;
  margin: 0;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.invoice--header .details h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.invoice--header .details h5 {
  font-size: 15px;
}
.invoice--payment {
  padding: 35px;
  padding-top: 15px;
  text-transform: uppercase;
  color: #636466;
}
.invoice--payment h3 {
  margin-bottom: 3px;
  font-size: 24px;
}
.invoice--payment table {
  width: 100%;
}
.invoice--payment table td {
  vertical-align: top;
  padding: 10px;
}
.invoice--payment .card {
  margin-right: 2px;
}
.invoice--contact {
  margin-top: 15px;
  width: 875px;
  margin-left: 76px;
  font-size: 12px;
  color: #808285;
  text-align: center;
}
.cart--couponform {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
}
.cart--couponform.sale {
  border-left: 1px solid #636466;
}
.cart--couponform .cart--couponform--input {
  border: 1px solid #d8d9da;
  height: 35px;
  width: 70%;
  display: inline-block;
  padding: 0px 8px 2px 8px;
  font-size: 16px;
}
.cart--couponform .cart--couponform--submit {
  width: 30%;
  background-color: white;
  color: #ef3825;
  border: 1px solid #d8d9da;
  height: 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  margin-left: -8px;
}
@media (max-width: 991px) {
  .cart--couponform .cart--couponform--input {
    width: 50%;
  }
  .cart--couponform .cart--couponform--submit {
    width: 50%;
    margin-left: -5px;
  }
}
.cart--table--header.taller.review--totals--header h1 {
  float: left;
  border-left: 1px solid #fff;
}
.cart--table--header.taller .cart--couponform {
  padding: 0;
  padding-top: 4px;
  border: 0;
  float: right;
}
.checkout_totals {
  border-top: 1px solid #fff;
}
.cart--total--label {
  font-size: 1.4em;
  font-weight: 700;
  padding-left: 20px;
}
.cart--total--amount {
  font-size: 1.4em;
  font-weight: 700;
  text-align: right;
  padding-right: 15px;
}
.checkout-product-warning {
  margin-top: 15px;
  background-color: #F7E8E8;
  padding: 15px;
  color: #D82543;
  font-size: .8em;
}
.checkout-product-warning h1,
.checkout-product-warning h2 {
  text-align: center;
}
.checkout-product-warning h2 {
  margin-top: 0;
}
.checkout-product-warning h1 {
  margin-bottom: 0;
}
.checkout-product-warning ul,
.checkout-product-warning li {
  list-style: disc;
}
.review--terms .terms,
.review--terms .warning-terms {
  margin-left: 10%;
}
.review--terms .terms label,
.review--terms .warning-terms label {
  display: block;
}
.cart--existingaddress {
  background: white;
}
.cart--existingaddress .existingaddress--item span.smaller a {
  margin-left: 45px;
  padding-bottom: 20px;
}
.cart--existingaddress .existingaddress--item.first {
  border-left: 0;
}
.cart--existingaddress .existingaddress--checkbox--container {
  height: 21px;
  margin-right: 5px;
  display: inline-block;
}
.cart--existingaddress .existingaddress--checkbox--container.label_radio {
  background-position: right top;
}
.cart--existingaddress span.smaller {
  display: block;
  font-size: 0.9em;
}
.cart--existingaddress span.smaller a {
  display: block;
  margin-top: 3px;
}
.cart--existingaddress .existingaddress--payment-profile {
  display: block;
  cursor: pointer;
}
.cart--existingaddress .existingaddress--item--address {
  color: #636466;
  display: block;
  padding: 10px;
  cursor: pointer;
}
.item--address--label {
  font-size: 1.3em;
  font-weight: 600;
  display: inline-block;
}
.item--address--address {
  font-size: 0.9em;
  margin-top: 4px;
  clear: both;
  display: inline-block;
  margin-left: 35px;
}
.graybox .rental-box {
  margin-left: 0;
}
.rental-box {
  border-radius: 10px;
  border: 3px solid #231f20;
  padding: 0;
  margin: 10px;
  text-align: center;
}
.rental-box .dates {
  color: #ffffff !important;
  font-size: .75em !important;
  text-transform: uppercase;
  line-height: 1.2em !important;
  margin: 0 !important;
}
.rental-box h3,
.rental-box h4 {
  text-transform: uppercase;
  font-size: 3.4em !important;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: -1px;
}
.rental-box h3 {
  color: black !important;
}
.rental-box h4 {
  color: #ef3825 !important;
  font-size: 1.2em !important;
  margin: -15px 0 10px 0 !important;
  letter-spacing: -1px;
}
.rental-box ul {
  list-style-type: none;
  padding: 8px;
  margin: 0;
  background: #231f20;
}
.rental-box li {
  display: block;
  margin: 0;
  padding: 0;
}
.rental-message {
  float: left;
  margin: 15px 10px 10px -15px;
  padding: 0;
  font-size: .85em;
}
.update_email .header {
  background: #ef3825;
  margin-bottom: 12px;
}
.update_email .header h4 {
  display: inline;
  margin: 0;
  padding: 2px 5px;
  color: white;
  text-transform: uppercase;
}
.update_email ul {
  margin: 0;
  margin-left: 50px;
  padding: 0;
}
.update_email ul li {
  float: left;
  list-style: none;
}
.update_email input[type=text] {
  width: 300px;
}
.update_email input[type=submit] {
  border: 0;
  color: white;
  background: #ef3825;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  padding: 2px 8px 2px 8px;
  margin-left: 5px;
}
.my_info--add_address .addaddress-container,
.my_info--add_card .addaddress-container {
  background: #d1d2d4;
  display: none;
}
.my_info--add_address .addaddress-container {
  padding: 22px;
}
.addaddress--row .addaddress {
  border-left: 1px solid #fff;
}
.addaddress--row .addaddress h1 {
  margin-left: 25px;
}
.addaddress--row .addaddress-container {
  background: #d1d2d4;
  padding: 42px;
}
.addaddress--row .addaddress-saveaddress {
  width: 554px;
  color: #231f20;
  font-size: 14px;
}
.my_info--upsaddress-container {
  width: 100%;
  padding: 10px;
  background: #d8d9da;
}
.my_info--upsaddress-container p {
  color: #231f20;
}
.my_info--upsaddress-container h1 {
  margin-left: 30px;
  font-size: 20px;
  color: #ef3825;
  text-transform: uppercase;
}
.my_info--upsaddress-container form .ups--submit {
  width: 120px;
}
.my_info--upsaddress-container .upsaddress {
  margin-left: 0;
}
.upsaddress h1 {
  padding-top: 5px;
  font-size: 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.upsaddress .upsaddress-container {
  padding: 10px;
}
.upsaddress .upsaddress-container:hover {
  background: #d1d2d4;
}
.upsaddress .upsaddress-container .possible-address {
  margin-bottom: 10px;
}
.upsaddress .btn-red {
  margin-top: 10px;
  padding: 10px;
}
.nearbystore {
  background: #d1d2d4;
}
.nearbystore .subheader {
  padding: 25px;
}
.nearbystore .subheader h3 {
  text-align: center;
  color: #636466;
}
.nearbystore .zipsearch--zipcode {
  width: 185px;
  padding: 6px;
}
.nearbystore .zipsearch--submit {
  padding: 8px 12px;
}
.nearbystore .zipsearch--submit:hover {
  color: #000;
}
.nearbystore #pickup-location-search-results {
  font-weight: 600;
  color: #231f20;
  font-size: .90em;
}
.nearbystore .zipresults {
  width: 100%;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 9px;
  min-height: 172px;
  font-size: 18px;
  color: #636466;
}
.nearbystore .zipresults .label_radio {
  padding-left: 30px;
  display: block;
  background-position: 20px 28px;
}
.nearbystore .zipresults img {
  vertical-align: baseline;
}
.nearbystore .zipresults--lp {
  margin-bottom: 50px;
}
.nearbystore .wheaton-container img {
  margin-left: 20px;
  margin-top: -10px;
}
.nearbystore .zipresults--hotrod img {
  margin-left: 15px;
}
.nearbystore .hunts-container img {
  margin-left: -150px;
  margin-bottom: -14px;
  margin-top: 20px;
}
.nearbystore .zipresults--table .ups-logo {
  margin-left: 102px;
  margin-bottom: 4px;
}
.nearbystore .zipresults--table .fedex-logo {
  margin-left: 19px;
  margin-bottom: 4px;
}
.nearbystore .zipresults--table div.search_input {
  float: left;
  margin-bottom: 10px;
}
.nearbystore .zipresults--table table {
  clear: both;
  margin: 8px 0;
}
.nearbystore .zipresults--table table td {
  font-size: .9em;
  padding: 10px;
}
.nearbystore .zipresults--table table td.zip_err p {
  color: red;
}
.nearbystore .zipresults--table table td p {
  margin-top: 0;
}
.nearbystore .zipresults--table table .label_radio {
  background-position: 0px 22px;
}
.nearbystore .zipresults--table table .zipresults--store,
.nearbystore .zipresults--table table .zipresults--distance {
  padding: 12px 10px;
}
.nearbystore .zipresults--table table .zipresults--distance {
  text-align: center;
}
.large_notice {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #ef3825;
  padding: 20px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  .large_notice {
    font-size: 1.5em;
    padding: 20px;
  }
}
.card {
  margin-right: 15px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
span .card {
  margin-right: 0;
}
.card.visa {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 49px;
}
.card.visa.on {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px -27px;
  background-repeat: no-repeat;
}
.card.mastercard,
.card.mc {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px -192px;
  background-repeat: no-repeat;
  width: 38px;
}
.card.mastercard.on,
.card.mc.on {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px -226px;
  background-repeat: no-repeat;
}
.card.discover,
.card.disc {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px -122px;
  background-repeat: no-repeat;
  width: 38px;
}
.card.discover.on,
.card.disc.on {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px -157px;
  background-repeat: no-repeat;
}
.card.amex {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px -54px;
  background-repeat: no-repeat;
  width: 25px;
}
.card.amex.on {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px -88px;
  background-repeat: no-repeat;
}
.addcard--column {
  background: #d1d2d4;
}
#billing-form .klarna-container {
  padding-top: 2em;
}
.billing-form-inside .copy-address-select {
  width: 60%;
  float: left;
  margin-bottom: 2em;
}
.confirmation .module_rentalperiod {
  height: 145px;
  margin-left: 75px;
  margin-top: 10px;
  margin-bottom: 0;
}
.confirmation--email {
  margin: 0 0 10px 0;
  padding: 0;
  color: #ef3825;
  text-align: right;
}
div.sales_categories {
  float: right;
  width: 280px;
  background-color: #57c3b8;
  padding: 10px;
  margin-bottom: 30px;
}
div.sales_categories h3 {
  text-align: left;
  color: black;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  margin: 0;
}
div.sales_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
div.sales_categories ul li {
  float: left;
  margin: 0;
  margin-right: 5px;
}
div.sales_categories ul li a {
  color: white;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
div.sales_categories ul li a.here {
  color: #ef3825;
}
div.sales_categories ul li a:hover {
  color: #ef3825;
}
#calendar_picker_num_days {
  font-size: .7em;
  text-align: center;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.calendar-widget-hint {
  max-width: 74%;
  float: left;
  font-size: 0.9em;
  margin: 0;
  margin-top: 1.2em;
  padding: 0.8em;
  background: #e8e9ea;
}
.calendar-widget-hint .hint-title {
  float: left;
  width: 20%;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.0em;
}
.calendar-widget-hint .hint-body {
  float: left;
  width: 80%;
  font-weight: 300;
  font-size: 1.0em;
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  .calendar-widget-hint {
    width: 68%;
    font-size: 0.8em;
  }
  .calendar-widget-hint .hint-title {
    float: none;
    width: auto;
    font-size: 1.4em;
  }
  .calendar-widget-hint .hint-title BR {
    display: none;
  }
  .calendar-widget-hint .hint-body {
    float: none;
    width: auto;
    line-height: 1.4em;
    font-size: 1.0em;
  }
}
@media (max-width: 991px) {
  .calendar-widget-hint {
    width: 58%;
    font-size: 0.7em;
  }
  .calendar-widget-hint .hint-title {
    float: none;
    width: auto;
    font-size: 1.4em;
  }
  .calendar-widget-hint .hint-title BR {
    display: none;
  }
  .calendar-widget-hint .hint-body {
    float: none;
    width: auto;
    line-height: 1.4em;
    font-size: 1.0em;
  }
}
.module_rentalperiod {
  font-size: 1.0rem;
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  cursor: auto;
}
@media (min-width: 768px) {
  .module_rentalperiod.small {
    width: 25%;
    font-size: 0.9rem;
    float: right;
  }
  .module_rentalperiod.small .module_rentalperiod--column.with-border {
    border-width: 3px;
    min-height: 5.8em;
  }
  .module_rentalperiod.small .calendar-footer {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .module_rentalperiod.small {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module_rentalperiod.small {
    width: 40%;
  }
}
.module_rentalperiod.departs-only .module_rentalperiod--column {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.module_rentalperiod .module_rentalperiod--column {
  float: left;
  width: 31%;
  margin: 0;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  padding-bottom: 5px;
}
.module_rentalperiod .module_rentalperiod--column.with-border {
  border: 4px solid black;
  border-radius: 0px 0px 12px 12px;
  min-height: 6.2em;
}
.module_rentalperiod .module_rentalperiod--column span {
  display: block;
}
.module_rentalperiod .calendar-header {
  clear: both;
  font-size: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  cursor: pointer;
}
.module_rentalperiod .calendar-header .module_rentalperiod--column {
  padding-bottom: 1px;
}
.module_rentalperiod .calendar-widget {
  clear: both;
}
.module_rentalperiod .calendar-footer {
  clear: both;
}
.module_rentalperiod .module_rentalperiod--column.off .module_rentalperiod--title,
.module_rentalperiod .module_rentalperiod--column.off .module_rentalperiod--month,
.module_rentalperiod .module_rentalperiod--column.off .module_rentalperiod--days,
.module_rentalperiod .module_rentalperiod--column.off .module_rentalperiod--daynum {
  color: #808285;
  cursor: auto;
}
.module_rentalperiod .module_rentalperiod--column.total .module_rentalperiod--title,
.module_rentalperiod .module_rentalperiod--column.total .module_rentalperiod--month,
.module_rentalperiod .module_rentalperiod--column.total .module_rentalperiod--days,
.module_rentalperiod .module_rentalperiod--column.total .module_rentalperiod--day,
.module_rentalperiod .module_rentalperiod--column.total .module_rentalperiod--daynum {
  cursor: pointer;
}
.module_rentalperiod .module_rentalperiod--daynum {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 2.6em;
  line-height: 0.9em;
  cursor: pointer;
}
.module_rentalperiod .module_rentalperiod--daynum.none {
  font-size: 3.5em;
  width: 100%;
  color: transparent;
  background-color: transparent;
  background-image: url("/static/img/calendar-grid-a.png?587598a11a59");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat;
  margin-top: -0.08em;
  margin-bottom: -1em;
  height: 1.21em;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.module_rentalperiod .module_rentalperiod--departure-daynum.none {
  background-image: url("/static/img/calendar-grid-b.png?eda383b4b548");
}
.module_rentalperiod .module_rentalperiod--day {
  color: white;
  font-size: 1.0em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  min-height: 1.5em;
  margin-top: 0;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  cursor: pointer;
}
.module_rentalperiod .module_rentalperiod--day.module_rentalperiod--arrival-day {
  background: #179f49;
}
.module_rentalperiod .module_rentalperiod--day.module_rentalperiod--departure-day {
  background: #ed2324;
}
.module_rentalperiod .module_rentalperiod--day.module_rentalperiod--total-days-label {
  background: #54c3ba;
}
.module_rentalperiod .module_rentalperiod--month {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 0.2em;
  cursor: pointer;
}
.module_rentalperiod .module_rentalperiod--days {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 0.9em;
  margin-top: 0.1em;
}
.module_rentalperiod .module_rentalperiod--edit {
  text-align: center;
  text-decoration: none;
  color: #000;
  width: 100%;
  margin: 8px 0 0 0;
  font-size: 0.9em;
}
.module_rentalperiod .module_rentalperiod--edit.off {
  display: none;
}
.contact--table--header {
  background: #636466;
  width: 100%;
  height: 36px;
  margin-bottom: 11px;
}
.contact--table--header h1 {
  margin: 3px 0 11px 10px;
  padding: 7px 0 0 0;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 22px;
  text-transform: uppercase;
}
.contact--subtable--header .contact--subtable--header--title {
  height: 29px;
  background-color: #bdbec0;
  margin-right: 2px;
  overflow: hidden;
}
.contact--subtable--header .contact--subtable--header--title h3 {
  margin: 5px 0px 0px 13px;
  font-size: 0.9em;
  font-weight: 600;
  color: #636467;
  text-transform: uppercase;
}
.contact--subtable--header .contact--subtable--header--link {
  width: 107px;
  height: 29px;
  background-color: #bdbec0;
}
.contact--subtable--header .contact--subtable--header--link a {
  display: block;
}
.contact--social .contact--instagram .instagram--header {
  margin: 0 0 2px 15px;
}
.contact--social .contact--instagram .instagram--header .contact--subtable--header--link a {
  width: 65px;
  height: 19px;
  margin: 5px 0 0 17px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: 0px -42px;
  background-repeat: no-repeat;
}
.contact--social .contact--instagram .instagram--photo {
  width: 311px;
  height: 311px;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact--social .contact--instagram .instagram--photo iframe {
  width: 311px;
  height: 311px;
}
.contact--social .contact--twitter {
  margin-bottom: 6px;
}
.contact--social .contact--twitter .twitter--header {
  height: 29px;
  margin: 0 0 2px 0;
}
.contact--social .contact--twitter .twitter--header .contact--subtable--header--link a {
  width: 72px;
  height: 19px;
  margin: 5px 0 0 14px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: -75px -42px;
  background-repeat: no-repeat;
}
.contact--social .contact--twitter .twitter--tweet {
  height: 130px;
  background-color: #bdbec0;
}
.contact--social .contact--twitter .twitter--tweet .tweet {
  margin: 20px 13px 0 13px;
  color: #636466;
  font-size: 12px;
  line-height: 15px;
}
.contact--social .contact--twitter .twitter--tweet .tweet .tweet--user {
  color: #3c3b3d;
  font-weight: bold;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
}
.contact--social .contact--twitter .twitter--tweet .tweet .tweet--user a {
  color: #3c3b3d;
  text-decoration: underline;
}
.contact--social .contact--twitter .twitter--tweet .tweet p {
  margin: 0;
  padding: 0;
}
.contact--social .contact--social--links {
  height: 45px;
  background-color: #636466;
}
.contact--social .contact--social--links a {
  display: block;
  float: left;
  width: 29px;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 44px;
  margin-top: 11px;
}
.contact--social .contact--social--links a.link-facebook {
  margin-left: 26px;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: -157px -42px;
  background-repeat: no-repeat;
}
.contact--social .contact--social--links a.link-rss {
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: -196px -42px;
  background-repeat: no-repeat;
}
.contact--social .contact--social--links a.link-youtube {
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: -235px -42px;
  background-repeat: no-repeat;
}
.contact--social .contact--social--links a.link-vimeo {
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: -274px -42px;
  background-repeat: no-repeat;
}
.contact--email--form {
  margin-bottom: 6px;
}
.contact--email--form .input-subject {
  height: 34px;
}
.contact--email--form .input-message {
  margin-bottom: 26px;
}
.contact--email--form .contact--submit--spacer {
  margin: 2px 0 30px 0;
  color: #fff;
  background: #ef3825;
  height: 45px;
  text-align: right;
}
.contact--email--form .contact--submit--spacer .contact--submit {
  border: none;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: 0 -79px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 153px;
  height: 49px;
  background-color: white;
  margin-top: -2px;
}
.contact-input {
  font-size: 17px;
  color: #231f20;
  padding: 7px 9px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  border: 1px solid #000;
  width: 100%;
}
.input-error {
  color: #ee3223;
}
.input-error-marker {
  float: right;
  width: 28px;
  height: 26px;
  margin-top: 3px;
  margin-left: 7px;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: -313px -42px;
  background-repeat: no-repeat;
}
.contact--phone--info {
  padding-top: 1em;
  padding-bottom: 2em;
  background: url(/static/img/bg_stripes.gif?3e74043b17e2) top left repeat;
}
.contact--phone--info h2,
.contact--phone--info h3,
.contact--phone--info h4,
.contact--phone--info h5 {
  text-align: center;
  margin: 0 10px 5px 10px;
  font-weight: bold;
  color: #636466;
  text-transform: uppercase;
}
.contact--phone--info h2 {
  font-size: 3em;
  letter-spacing: 3px;
}
.contact--phone--info h3 {
  font-size: 2em;
  line-height: 32px;
  letter-spacing: 2px;
}
.contact--phone--info h4 {
  font-size: 2em;
  letter-spacing: 2px;
}
.contact--phone--info h5 {
  font-size: 2em;
  text-transform: none;
  font-weight: normal;
}
.faq_container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq_container {
    width: 98%;
  }
}
.faq_container h1 {
  color: #ef3825;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0;
}
.faq_container h1.topic {
  margin-top: 20px;
  margin-bottom: 10px;
}
.faq_container .faq--header {
  margin-bottom: 15px;
}
.faq_container .faq--header .show-all {
  display: block;
  margin-top: 10px;
}
.faq_container .faq--header .faq_search--form {
  margin-top: 15px;
}
.faq_container .faq--header .faq_search--input {
  border: 1px solid #000;
  font-size: 1em;
  color: #808285;
  padding: 7px 7px 5px 7px;
  width: 200px;
}
.faq_container .faq--header .btn {
  background: #dd312b;
  color: white;
  font-size: 1.2em;
  padding: 6px 10px 6px 10px;
  border: 0;
}
.faq_container .faq_item {
  max-width: 650px;
  margin-right: 10px;
  margin-bottom: 4px;
}
.faq_container .faq_item--header {
  background: #dcddde;
  margin-bottom: 1px;
  width: 100%;
  padding: 10px;
  min-height: 48px;
}
.faq_container .faq_item--header h2 {
  color: #231f20;
  margin: 0;
  font-size: 1em;
}
.faq_container .faq_item--header .faq_item--togglelink {
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -239px -214px;
  background-repeat: no-repeat;
  width: 35px;
  height: 31px;
}
.faq_container .faq_item--header .faq_item--togglelink-hide {
  background-position: -279px -214px;
}
.faq_container .faq_item--content {
  background: #eceded;
  padding: 9px 22px;
  font-size: 0.8em;
  color: #231f20;
  margin-bottom: 1px;
  clear: both;
}
.faq_container .faq_item--content p {
  font-size: 1em;
  font-weight: normal;
  color: #2e2b2b;
  margin: 0;
}
.faq_container .faq_item--content .with_img_p {
  margin-left: 17px;
  padding-top: 25px;
  width: 350px;
}
.faq_container .faq_item--content img {
  display: block;
  float: left;
  padding: 8px 0px;
}
.directions.address {
  margin-top: 5px;
}
.directions.address p {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #231f20;
}
.directions--subheader,
.customers--subheader {
  padding: 5px;
  background: #808285;
  color: white;
  text-align: right;
  text-transform: uppercase;
}
.customer--main {
  margin: 10px 0 10px;
  float: left;
}
.customer--main img {
  width: 100%;
}
.customer--list {
  margin-top: 10px;
  width: 273px;
  float: left;
  margin-left: 10px;
  height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.customer--list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer--list ul li {
  vertical-align: top;
  margin: 2px;
  margin-top: 0;
  padding: 0;
}
.customer--list ul li.even {
  float: right;
  clear: left;
}
.customer--list ul li.odd {
  float: right;
  clear: left;
}
.directions ol li {
  margin-top: 5px;
  color: #ef3825;
  font-weight: bold;
}
.directions ol li span {
  color: #231f20;
  font-weight: normal;
}
.directions h3 {
  text-align: left;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 180%;
}
.directions .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.directions .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.directions.i495,
.directions.i95 {
  float: left;
  margin-top: 30px;
}
.directions.i495 h3 {
  color: #99cc99;
}
.directions.i95 h3 {
  color: #ff9933;
}
.partner_listing--partner {
  margin-bottom: 5px;
}
.partner_listing--description p {
  font-size: 1em;
  line-height: 1.3em;
  margin: 8px 0 0 0;
  font-weight: normal;
}
.extend-rental #datepicker-holder {
  margin-top: 20px;
}
.extend-rental .graybox {
  background: #f8f8f8;
  border: 3px solid #ffffff;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .extend-rental .graybox {
    padding: 10px;
  }
}
.extend-rental .graybox a.action {
  color: #ef3825;
}
.extend-rental .graybox .my_info--add_card .addaddress-container {
  background: #eceded;
}
.extend-rental .graybox .my_info--add_card_cancel {
  background: #bdbec0;
  color: #231f20;
}
.extend-rental .graybox .my_info--submit {
  margin: 20px 0 0 8px;
}
.extend-rental .graybox .addaddress-container,
.extend-rental .graybox .addaddress-input {
  letter-spacing: 0;
}
.extend-rental .graybox h2,
.extend-rental .graybox h3,
.extend-rental .graybox h6 {
  text-transform: uppercase;
}
.extend-rental .graybox h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .extend-rental .graybox h2 {
    font-size: 1.3em;
  }
}
.extend-rental .graybox h3 {
  color: #636467;
  font-size: 1em;
  margin-bottom: 0;
}
.extend-rental .graybox h3 img {
  width: 20px;
  height: 20px;
}
.extend-rental .graybox h4 {
  color: #808285;
  font-size: 0.80em;
  margin: 0 0 15px 0;
}
.extend-rental .graybox h5 {
  color: #6c6d6f;
  font-size: .9em;
  margin: 8px 0 5px 0;
  letter-spacing: 2px;
}
.extend-rental .graybox .steps {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  font-size: 1em;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
  background: #231f20;
  margin-right: 15px;
  padding: 3px 13px;
}
.extend-rental .amount {
  padding-bottom: 20px;
}
.extend-rental .summary {
  text-align: right;
  font-weight: bold;
}
.extend-rental .total {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
.extend-rental .order-footer-spacer {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: #ef3825;
  height: 45px;
}
.extend-rental .order-footer-spacer p {
  text-align: center;
  font-size: .9em;
}
.extend-rental .place-order {
  float: right;
  border: none;
  background-image: url('/static/img/lptg_sprite2.png?d22188de9fad');
  background-position: 0 -163px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 155px;
  height: 53px;
  background-color: #f8f8f8;
  margin-top: -3px;
}
.extend-rental .place-order:hover {
  background-position: -170px -163px;
}
.extend-rental .card-options {
  margin-top: 20px;
}
.extend-rental .card-options input.apply {
  margin-top: 3px;
  float: left;
}
.extend-rental .card-options a.cancel {
  margin-top: 3px;
  float: right;
}
.extend-rental .card-options div#change-card {
  display: none;
}
.extend-rental .card-options a {
  font-size: .90em;
  font-weight: bold;
  line-height: 2em;
}
.extend-rental .card-options .internal_balance input[type=text],
.extend-rental .card-options .gift_card_form input[type=text],
.extend-rental .card-options .gear_credit_form input[type=text] {
  width: 12em !important;
}
.extend-rental .card-options .internal_balance input[type=text]#id_pending_amount_from_internal_balance,
.extend-rental .card-options .gift_card_form input[type=text]#id_pending_amount_from_internal_balance,
.extend-rental .card-options .gear_credit_form input[type=text]#id_pending_amount_from_internal_balance {
  width: 6em !important;
}
.extend-rental .card-options .internal_balance input[type=button],
.extend-rental .card-options .gift_card_form input[type=button],
.extend-rental .card-options .gear_credit_form input[type=button] {
  padding: 8px 10px;
}
.extend-rental .error {
  padding: 8px;
  font-size: .85em;
  background: #fceaac;
  color: #302e2e;
}
.extend-rental .error p {
  margin-left: 20px;
  padding-top: 20px;
}
.extend-rental .card.disc {
  width: 38px;
  margin-left: 10px;
}
.extend-rental .card.disc.on {
  background-image: url('/static/img/credit_cards.png?e1b9e0a0fa94');
  background-position: 0px -157px;
  background-repeat: no-repeat;
}
.password-reset FORM INPUT {
  width: 15em;
}
#overlay.extend_overlay {
  z-index: 1002;
  background: white;
}
.overlay_container {
  width: 840px;
  z-index: 1002;
}
.overlay_container p {
  width: 438px;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  padding-bottom: 0;
  background: #bcbdc0;
  color: #231f20;
}
.overlay_container p a {
  color: #ef3825;
}
.overlay_container .choose label {
  display: block;
  width: 438px;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  padding-bottom: 0;
  background: #bcbdc0;
  color: #231f20;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.overlay_container .choose label a {
  color: #ef3825;
}
.overlay_container .card_spinner {
  display: inline;
}
.overlay_container .confirm_extend {
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: 0 -249px;
  background-repeat: no-repeat;
  width: 463px;
  height: 57px;
  border: 0;
  text-align: right;
  color: white;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  padding-top: 8px;
  padding-right: 23px;
}
.overlay_container h4 {
  color: #231f20;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  margin: 0;
}
.overlay_container section.dates {
  height: 277px;
  width: 305px;
  float: left;
  background: #57c3b8;
  padding: 8px;
  padding-left: 23px;
  margin-right: 12px;
}
.overlay_container section.dates h4 {
  text-align: center;
  margin-bottom: 12px;
  margin-left: -23px;
}
.overlay_container section.dates label {
  display: inline;
  float: left;
}
.overlay_container section.gear_container {
  width: 483px;
  float: left;
}
.overlay_container section.gear_container section.gear {
  width: 200px;
  margin-right: 3px;
}
.overlay_container section.gear_container section.cost {
  width: 235px;
}
.overlay_container section.gear_container section.gear,
.overlay_container section.gear_container section.cost {
  overflow: hide;
  height: 200px;
  padding: 8px;
  font-size: 12px;
  float: left;
  background: #bcbdc0;
}
.overlay_container section.gear_container section.gear h4,
.overlay_container section.gear_container section.cost h4 {
  font-size: 16px;
}
.overlay_container section.gear_container ul,
.overlay_container section.gear_container li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.overlay_container section.gear_container .gear ul,
.overlay_container section.gear_container dl {
  margin-top: 12px;
}
.overlay_container section.gear_container dl {
  color: #231f20;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.overlay_container section.gear_container dl dt.total,
.overlay_container section.gear_container dl dt.new_charge {
  margin-left: 0px;
  padding-left: 8px;
  height: 25px;
  line-height: 25px;
  margin-top: 12px;
}
.overlay_container section.gear_container dl dd.total,
.overlay_container section.gear_container dl dd.new_charge {
  margin-top: 2px;
  margin-right: -8px;
  padding-right: 8px;
  height: 25px;
  line-height: 25px;
  margin-top: 12px;
}
.overlay_container section.gear_container dl .total {
  background: #808285;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
}
.overlay_container section.gear_container dl .new_charge {
  background: #ef3825;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
}
.overlay_container section.gear_container dl dt {
  width: 100px;
  float: left;
  clear: both;
}
.overlay_container section.gear_container dl dd {
  margin: 0;
  width: 103px;
  float: left;
  text-align: right;
}
.nav_account--title {
  color: #fff;
  background-image: url('/static/img/lptg_sprite.png?496308a8c177');
  background-position: -439px -115px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 123px;
  height: 35px;
}
.my_info--banner {
  margin-top: 3px;
  padding: 20px;
  background: #d8d9da;
}
.my_info--banner h3 {
  text-align: center;
  color: #ef3825;
  text-transform: uppercase;
}
.lp-style .profile-questionnaire {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.lp-style .profile-questionnaire .dark {
  background: #231f20;
}
.lp-style .profile-questionnaire .teal {
  background: #6fb6ad;
}
.lp-style .profile-questionnaire .gray {
  background: #636466;
}
.lp-style .profile-questionnaire .lightgray {
  background: #ceced0;
}
.lp-style .profile-questionnaire .hairline-bottom {
  border-bottom: 1px solid #fff;
}
.lp-style .profile-questionnaire .hairline-bottom2 {
  border-bottom: 2px solid #fff;
}
.lp-style .profile-questionnaire .hairline-right {
  border-right: 1px solid #fff;
}
.lp-style .profile-questionnaire .profile-visuals {
  background: transparent url('/static/img/profile-visuals.png?e5071a8af47f') 0 0 no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
@media (max-width: 1199px) {
  .lp-style .profile-questionnaire .profile-visuals {
    background-position: -45px -5px;
  }
}
@media (max-width: 991px) {
  .lp-style .profile-questionnaire .profile-visuals {
    background-position: -125px -10px;
  }
}
.lp-style .profile-questionnaire .profile-question {
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 1.2em;
  margin-bottom: 0;
}
.lp-style .profile-questionnaire .profile-question:first-child {
  padding-top: 1.2em;
}
.lp-style .profile-questionnaire .profile-question .q-label {
  display: block;
  margin-bottom: 0.3em;
}
.lp-style .profile-questionnaire .profile-question ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.lp-style .profile-questionnaire .profile-question ul li {
  margin-bottom: 0.5em;
}
.lp-style .profile-questionnaire .profile-question ul label input[type=checkbox],
.lp-style .profile-questionnaire .profile-question ul label input[type=radio] {
  margin-right: 0.5em;
}
.lp-style .profile-questionnaire .other-option {
  display: none;
}
.lp-style .profile-questionnaire .other-option input {
  width: 100%;
}
.lp-style .profile-questionnaire #id_subject_matters li {
  width: 50%;
  float: left;
}
.lp-style .profile-questionnaire #id_subject_matters:after {
  content: '';
  clear: both;
  display: table;
}
.lp-style .profile-questionnaire .social-question .fa {
  float: left;
  font-size: 1.2em;
  margin-top: 7px;
}
.lp-style .profile-questionnaire .social-question .social-input {
  margin-left: 24px;
}
.lp-style .profile-questionnaire .social-question input {
  width: 100%;
  margin-bottom: 1em;
}
.lp-style .profile-questionnaire .twitter-typeahead {
  width: 100%;
}
.lp-style .profile-questionnaire .tt-menu {
  min-width: 200px;
  background: white;
  color: #231f20;
  max-height: 100px;
  overflow-y: auto;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.4);
}
.lp-style .profile-questionnaire .tt-suggestion p {
  margin: 0;
}
.lp-style .profile-questionnaire .tt-suggestion {
  margin: 0;
  padding: 3px;
  padding-bottom: 5px;
}
.lp-style .profile-questionnaire .tt-suggestion.tt-cursor {
  cursor: pointer;
  background-color: #FAF6D0;
}
.lp-style .profile-questionnaire label {
  font-weight: normal;
  color: inherit;
  font-size: 1em;
}
.lp-style .profile-questionnaire .error-message-container {
  color: black;
}
.my-profile-icons {
  margin: 1.5em 0 1em 0;
}
.my-profile-icons a {
  color: #696a6d;
  text-decoration: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.my-profile-icons a:hover {
  color: #ef3825;
}
.my-profile-icons a.active {
  color: #ef3825;
}
.my-profile-icons i {
  display: block;
  font-size: 1.5em;
}
.order-list {
  background: #d8d9da;
}
.order-list .row {
  margin-bottom: 3px;
  border-bottom: 3px solid white;
}
.order-list .extend {
  position: relative;
  background: #ef3825;
  color: white;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 500;
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  border: 0;
  padding: 10px;
}
.order-list .extend:before {
  content: "";
  display: block;
  position: absolute;
  right: -19px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #ef3825;
  z-index: 1;
}
.order-list .download-pdf-link {
  color: inherit;
  text-decoration: none;
}
.order-list .download-pdf-link .pdf-icon {
  height: 1.5em;
}
@media (max-width: 992px) {
  .order-list .download-pdf-link {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  .order-list .download-pdf-link {
    font-size: 1em;
  }
}
.order-list .order-list-cell {
  background: #d8d9da;
  display: block;
  padding: 10px;
  border-left: 3px solid #fff;
}
.order-list h4 {
  margin: 0;
  font-size: 1em;
  color: #616266;
  text-transform: uppercase;
  font-weight: bold;
}
.order-list h4 .right {
  float: right;
}
.order-list h4 .plain {
  font-weight: normal;
  color: black;
}
.order-list dl:after {
  clear: both;
  content: '';
  display: table;
}
.order-list dl dt {
  clear: both;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
.order-list dl dd {
  float: right;
  margin: 0;
}
.my_info_container {
  width: 100%;
  margin: 25px 0px 10px 0px;
}
.my_info_container .row div p.under-header {
  padding-left: 10px;
}
.my_info_container .info_title {
  display: block;
  float: left;
  padding: 20px 24px;
  font-size: 22px;
  line-height: 21px;
  color: #68696c;
  text-transform: uppercase;
  margin: 0;
}
.my_info_container table {
  margin-top: -3px;
  color: #616266;
  width: 100%;
  border-spacing: 1px;
  table-layout: fixed;
  border-spacing: 3px;
  border-collapse: separate;
}
.my_info_container table td {
  background: #d8d9da;
  padding: 20px;
  vertical-align: top;
  font-size: 14px;
}
.my_info_container table td .module_rentalperiod {
  margin-left: 0;
  margin-bottom: 0;
}
.my_info_container table td button {
  position: relative;
  background: #ef3825;
  color: white;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  width: 225px;
  text-align: center;
  border: 0;
  padding: 10px;
  margin-top: -25px;
}
.my_info_container table td button:before {
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 17px solid #ef3825;
  z-index: 1;
}
.my_info_container table td dl dt {
  clear: both;
  float: left;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.my_info_container table td dl dd {
  float: right;
  margin: 0;
}
.my_info_container table td a {
  color: #ef3825;
}
.my_info_container table td h4 {
  margin: 0;
  font-size: 16px;
  color: #616266;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.order--header {
  width: 100%;
  margin-top: 7px;
  background: #616266;
}
.order--header h2 {
  margin: 2px 7px;
  color: white;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
table.current_rental_list td a {
  margin-top: 40px;
}
.bar-header {
  width: 100%;
}
.bar-header h1 {
  margin: 2px 0;
  color: #fff;
  background: #ef3825;
  width: 100%;
  font-size: 3em;
  line-height: 1em;
  text-transform: uppercase;
}
.bar-header h1 span {
  background: #fff;
  color: #ef3825;
  display: block;
  float: left;
  padding: 3px 20px 3px 5px;
}
.bar-header h1:after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 767px) {
  .bar-header h1 {
    font-size: 2em;
    background: none;
  }
}
.my_info--change_password {
  width: 100%;
  background-color: #eaebeb;
}
.my_info--change_password h1 {
  display: block;
  background-color: #616266;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 12px 24px;
  margin: 0;
}
.my_info--change_password .my_info--change_password_form .old_password,
.my_info--change_password .my_info--change_password_form .new_password,
.my_info--change_password .my_info--change_password_form .new_password_again {
  border: 1px solid #636061;
  height: 32px;
  padding: 8px 15px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 1px;
  color: #636467;
  float: left;
  margin: 16px 12px 0 48px;
  width: 30%;
}
@media (max-width: 767px) {
  .my_info--change_password .my_info--change_password_form .old_password,
  .my_info--change_password .my_info--change_password_form .new_password,
  .my_info--change_password .my_info--change_password_form .new_password_again {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.my_info--change_password .my_info--change_password_form .password--change--submit {
  display: block;
  float: left;
  width: 165px;
  height: 50px;
  background-color: #ec3422;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  border: none;
  margin: 10px 0 20px 48px;
}
.my_info--change_password .my_info--change_password_form .old_password {
  margin-right: 40%;
}
.my_info--change_password .my_info--change_password_form .new_password_again {
  margin: 16px 12px 0 0;
}
.my_info--addresses {
  width: 100%;
  background-color: #eaebeb;
  padding-bottom: 10px;
}
.my_info--addresses h1 {
  display: block;
  background-color: #616266;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 12px 24px;
  margin: 0;
}
.my_info--addresses h1 span {
  margin-right: 28px;
  padding-right: 28px;
  float: right;
}
.ups-addresses ul {
  list-style: none;
  padding-left: 0;
}
.ups-addresses ul .address {
  padding-left: 30px;
}
.my_info--billing_address {
  width: 174px;
  margin-left: 45px;
}
.my_info--billing_address p {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin: 36px 0 0 0;
}
.my_info--billing_address a {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 0;
  font-style: italic;
  color: #ec3422;
  letter-spacing: 1px;
}
.my_info--billing_address .delete {
  display: block;
  margin-top: 35px;
}
.my_info--contact_info {
  float: right;
  width: 264px;
  margin-left: 15px;
  margin-top: 20px;
}
.my_info--contact_info p {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: normal;
  display: block;
  float: left;
  width: 224px;
  margin: 0px 0 10px 0;
}
.my_info--contact_info span {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  padding: 0;
}
.my_info--contact_info a {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 0;
  font-style: italic;
  color: #ec3422;
  letter-spacing: 1px;
  display: block;
  float: left;
}
.my_info--contact_info .contact--add {
  float: left;
  margin-left: 6px;
  background-color: #ec3422;
  color: #fff;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border: none;
  width: 60px;
  height: 30px;
}
.my_info--contact_info .alt_mobile_phone,
.my_info--contact_info .alt_email_address {
  border: 1px solid #636061;
  height: 12px;
  width: 250px;
  padding: 8px 15px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 1px;
  color: #636467;
  float: left;
  margin-bottom: 6px;
}
.my_info--contact_info .alt_email_address {
  margin-bottom: 24px;
}
.my_info--add_address,
.my_info--add_card {
  background-color: #ec3422;
  width: 100%;
  margin: 8px 0;
}
.my_info--add_address label.label_radio,
.my_info--add_card label.label_radio {
  display: block;
  float: left;
  height: 47px;
  margin-left: 9px;
  background-position: 1px 11px;
}
.my_info--add_address h3,
.my_info--add_card h3 {
  display: block;
  float: left;
  margin: 0;
  margin-left: 5px;
  border-left: 1px solid #fff;
  padding: 10px 0 10px 20px;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
}
.my_info--credit_cards {
  width: 100%;
  background-color: #eaebeb;
  padding-bottom: 10px;
}
.my_info--credit_cards h1 {
  display: block;
  background-color: #616266;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 12px 24px;
  margin: 0;
}
.my_info--credit_cards .my_info--card {
  float: left;
  width: 190px;
  margin-left: 22px;
  margin-top: 20px;
}
.my_info--credit_cards .my_info--card .my_info--profile_header {
  font-size: 18px;
  color: #616266;
}
.my_info--credit_cards .my_info--card.first {
  clear: both;
}
.my_info--credit_cards .my_info--card h2 {
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  font-size: 17px;
  color: #68696c;
  margin-left: 50px;
}
.my_info--credit_cards .my_info--card a {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 0;
  font-style: italic;
  color: #ec3422;
  letter-spacing: 1px;
}
.password-change-form #id_old_password,
.password-change-form #id_new_password1,
.password-change-form #id_new_password2 {
  border: 1px solid #636061;
  height: 32px;
  padding: 8px 15px;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 1px;
  color: #636467;
  float: left;
  margin: 0 12px 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .password-change-form #id_old_password,
  .password-change-form #id_new_password1,
  .password-change-form #id_new_password2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.password-change-form #id_old_password {
  margin-right: 40%;
}
.how_container {
  text-align: center;
}
.how_container h1 {
  width: 100%;
  text-align: center;
  margin: 2px 0;
  color: #d8d9da;
  background: white;
  font-size: 4em;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueLT-BoldCond", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.how_container img {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.review--totals.sale_purchase {
  margin-left: 50px;
}
.review--totals.sale_purchase .review--item--totals {
  border-left: 463px solid #bcbdc0;
}
.review--totals.sale_purchase .review--total {
  float: right;
}
.content_container.item {
  width: 1024px;
}
.rental-agreement li,
.rental-agreement p {
  color: black;
  font-size: 1em;
  font-weight: normal;
}
.rental-agreement article {
  padding: 20px;
}
.rental-agreement ol {
  list-style: decimal;
  list-style-position: inside;
}
.rental-agreement ol ol {
  list-style: upper-alpha;
}
.rental-agreement ol ol ol {
  list-style: lower-roman;
}
.why-us {
  text-align: center;
}
.why-us h1 {
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 700;
  margin: 20px 0 0 0;
}
.why-us h2 {
  font-size: 2em;
  font-weight: 400;
  margin: 1em 0 0.2em 0;
}
.why-us h2 i {
  font-size: 1.5em;
}
.why-us p {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
}
.why-us p span.line {
  display: block;
}
@media (max-width: 1199px) {
  .why-us p span.line {
    display: inline;
  }
}
.why-us hr {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px solid #e8e9ea;
}
.homepage .home-hero {
  background: url('/static/img/home/desktop-hero.jpg?7bf383504e50');
  background-size: cover;
  background-position: center;
}
.homepage .home-hero.hero12 {
  background-image: url('/static/img/home/desktop-hero-12.jpg?926b7851dae2');
  background-size: cover;
  background-position: center;
}
.homepage .home-hero.hero13 {
  background-image: url('/static/img/home/desktop-hero-13.jpg?9655446d512b');
  background-size: cover;
  background-position: center;
}
.homepage .home-hero .home-hero-container {
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1em;
  color: white;
  text-transform: uppercase;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}
@media (max-width: 1199px) {
  .homepage .home-hero .home-hero-container {
    font-size: 4.0em;
  }
}
@media (max-width: 991px) {
  .homepage .home-hero .home-hero-container {
    font-size: 3.0em;
  }
}
.homepage .home-hero .home-hero-container .button {
  width: 9em;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-right: 1em;
  color: black;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1em;
  border: 1px solid white;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 991px) {
  .homepage .home-hero .home-hero-container .button {
    font-size: 1.0rem;
    margin-top: 10px;
  }
}
.homepage .home-hero .home-hero-container .button strong {
  display: block;
}
.homepage .home-hero .home-hero-container .button .bg {
  background: #e8e9ea;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  width: 100%;
  height: 100%;
}
.homepage .home-hero .home-hero-container .button .nonbg {
  padding: 10px;
  position: relative;
}
.homepage .home-hero .home-hero-container.home-hero-container-12 {
  font-size: 3.0em;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: none;
}
.homepage .home-hero .home-hero-container.home-hero-container-12 .home-hero-top {
  font-size: 1.7em;
  line-height: 1.1em;
  color: white;
  font-weight: 700;
}
.homepage .home-hero .home-hero-container.home-hero-container-12 .home-hero-middle {
  font-size: 1.2em;
  font-style: italic;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.homepage .home-hero .home-hero-container.home-hero-container-12 .home-discount-btn {
  margin-top: 0.7em;
  margin-bottom: 1.2em;
}
@media (max-width: 1199px) {
  .homepage .home-hero .home-hero-container.home-hero-container-12 {
    font-size: 3.0em;
  }
  .homepage .home-hero .home-hero-container.home-hero-container-12 .home-hero-top {
    font-size: 1.2em;
  }
}
@media (max-width: 991px) {
  .homepage .home-hero .home-hero-container.home-hero-container-12 {
    font-size: 2.5em;
  }
  .homepage .home-hero .home-hero-container.home-hero-container-12 .home-hero-top {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .homepage .home-hero .home-hero-container.home-hero-container-12 {
    font-size: 2.0em;
  }
  .homepage .home-hero .home-hero-container.home-hero-container-12 .home-hero-top {
    font-size: 2.0em;
  }
}
.homepage .home-hero .home-hero-container.home-hero-container-13 {
  font-size: 3.0em;
  color: black;
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: none;
}
.homepage .home-hero .home-hero-container.home-hero-container-13 .home-hero-top {
  font-size: 1.5em;
  line-height: 1.0em;
  color: black;
  font-weight: 800;
}
.homepage .home-hero .home-hero-container.home-hero-container-13 .home-hero-middle {
  font-size: 1.2em;
  font-style: italic;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.homepage .home-hero .home-hero-container.home-hero-container-13 .home-discount-btn {
  margin-top: 0.7em;
  margin-bottom: 1.2em;
}
.homepage .home-hero .home-hero-container.home-hero-container-13 .home-discount-btn p {
  font-size: 0.3em;
  font-style: italic;
  line-height: 1em;
}
@media (max-width: 1199px) {
  .homepage .home-hero .home-hero-container.home-hero-container-13 {
    font-size: 3.0em;
  }
  .homepage .home-hero .home-hero-container.home-hero-container-13 .home-hero-top {
    font-size: 1.2em;
  }
}
@media (max-width: 991px) {
  .homepage .home-hero .home-hero-container.home-hero-container-13 {
    font-size: 2.5em;
  }
  .homepage .home-hero .home-hero-container.home-hero-container-13 .home-hero-top {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .homepage .home-hero .home-hero-container.home-hero-container-13 {
    font-size: 2.0em;
  }
  .homepage .home-hero .home-hero-container.home-hero-container-13 .home-hero-top {
    font-size: 2.0em;
  }
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1em;
  color: white;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  text-align: center;
  height: 350px;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel h1 {
  font-size: 3.2em;
  font-weight: 800;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0.1em;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel h2 {
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0.1em;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel h3 {
  font-size: 1.7em;
  font-weight: 200;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0.1em;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel h4 {
  font-size: 1.3em;
  font-weight: 200;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0.1em;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel h5 {
  font-size: 1.0em;
  font-weight: 300;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0.1em;
  font-style: italic;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .top-text :first-child {
  margin-top: 0.5em;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel.carousel-theme-white {
  color: white;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel.carousel-theme-black {
  color: black;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .home-discount-btn {
  text-align: center;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .home-discount-btn img {
  display: inline-block;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .home-discount-btn .bottom-text {
  margin-top: 0.5em;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .button {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: black;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.0em;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 991px) {
  .homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .button {
    font-size: 1.0rem;
    margin-top: 10px;
  }
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .button strong {
  display: block;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .bg {
  background: #e8e9ea;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  width: 100%;
  height: 100%;
}
.homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel .nonbg {
  padding: 0.7em 1.5em;
  position: relative;
}
@media (max-width: 1199px) {
  .homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel {
    font-size: 0.7rem;
  }
}
@media (max-width: 576px) {
  .homepage .home-hero.home-hero-carousel-item .home-hero-container-carousel {
    font-size: 0.6rem;
    height: 300px;
    padding-top: 7em;
  }
}
.homepage .home-hero.brandsale {
  background: url('/static/img/brandsale/laptop_hero_blank.jpg?26d94012b920');
  background-size: cover;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.homepage .home-hero.brandsale .home-hero-container {
  color: black;
  font-size: 7.0em;
  font-weight: 900;
  line-height: 0.9em;
  width: 80%;
  padding-top: 0.2em;
}
.homepage .home-hero.brandsale .home-hero-container .button {
  width: 9em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
  color: black;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.1em;
  border: 3px solid black;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1199px) {
  .homepage .home-hero.brandsale .home-hero-container {
    font-size: 6.0em;
  }
}
@media (max-width: 991px) {
  .homepage .home-hero.brandsale .home-hero-container {
    font-size: 5.0em;
  }
}
@media (max-width: 767px) {
  .homepage .home-hero.brandsale .home-hero-container {
    font-size: 4.0em;
  }
}
@media (max-width: 479px) {
  .homepage .home-hero.brandsale .home-hero-container {
    background: url('/static/img/brandsale/mobilehero_blank.jpg?35af58fb84b0');
    background-size: cover;
    font-size: 3.0em;
    width: 95%;
    padding-top: 1em;
  }
  .homepage .home-hero.brandsale .home-hero-container .button {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    font-weight: 400;
    border: 2px solid black;
  }
}
.homepage .home-hero-carousel .slick-dots {
  bottom: 15px;
}
.homepage .home-hero-carousel .slick-dots li button:before {
  font-size: 20px;
  color: white;
}
.homepage .home-hero-carousel .slick-prev {
  left: 30px;
  z-index: 500;
}
.homepage .home-hero-carousel .slick-prev:before {
  font-size: 50px;
}
@media (max-width: 576px) {
  .homepage .home-hero-carousel .slick-prev {
    display: none !important;
  }
}
.homepage .home-hero-carousel .slick-next {
  right: 70px;
  z-index: 500;
}
.homepage .home-hero-carousel .slick-next:before {
  font-size: 50px;
}
@media (max-width: 576px) {
  .homepage .home-hero-carousel .slick-next {
    display: none !important;
  }
}
.homepage .homepage-features {
  margin-top: 20px;
}
.homepage .homepage-features .homepage-feature-tile {
  margin-bottom: 20px;
}
.homepage .homepage-features .homepage-feature-tile a {
  color: white;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding-top: 3em;
  padding-bottom: 3em;
  background-size: cover;
}
.homepage .homepage-features .homepage-feature-tile a.tile-blog {
  background-image: url('/static/img/home/Read_Blog.jpg?9ad6dbf0cf44');
}
.homepage .homepage-features .homepage-feature-tile a.tile-rental-rewards {
  background-image: url('/static/img/home/Rental_Rewards.jpg?b1513abffa8b');
}
.homepage .homepage-features .homepage-feature-tile a.tile-pros {
  background-image: url('/static/img/home/Pros_Gear.jpg?92af0b79455f');
}
.homepage .homepage-features .homepage-feature-tile a.tile-how {
  background-image: url('/static/img/home/How_This_Works.jpg?81f0fa894a1b');
}
.homepage .homepage-features .homepage-feature-tile a .top {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}
.homepage .homepage-features .homepage-feature-tile a .bottom {
  font-size: 1em;
  font-weight: 300;
}
@media (max-width: 991px) {
  .homepage .homepage-features .homepage-feature-tile a .top {
    font-size: 2em;
    line-height: 1.2em;
  }
  .homepage .homepage-features .homepage-feature-tile a .bottom {
    font-size: 0.7em;
  }
}
@media (max-width: 320px) {
  .homepage .homepage-features.mobile-homepage-features .homepage-feature-tile .top {
    font-size: 1.8em;
  }
}
.homepage .homepage-features.mobile-homepage-features .homepage-feature-tile .bottom {
  font-size: 1.1em;
  padding-left: 2em;
  padding-right: 2em;
}
.homepage .new-arrivals {
  margin-left: 40px;
  margin-right: 40px;
}
.homepage .new-arrivals h2 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.homepage .new-arrivals .new-arrivals-product-list .slick-prev:before,
.homepage .new-arrivals .new-arrivals-product-list .slick-next:before {
  color: #636466;
}
.homepage .new-arrivals .new-arrivals-product-list .slick-arrow.slick-disabled {
  visibility: hidden;
}
.homepage .new-arrivals .rental-period-hint {
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
}
.homepage .about {
  color: black;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  background-image: url('/static/img/home/why_us-background.jpg?d82e29993c4e');
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  padding-top: 3em;
  padding-bottom: 3em;
}
.homepage .about h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.homepage .about .inner {
  padding: 1em;
}
.homepage .about .inner h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}
.homepage .about .inner i {
  font-size: 5em;
  display: block;
  text-align: center;
}
.homepage .about .inner p {
  margin-top: 0;
  font-size: 0.8em;
}
.homepage .home-list {
  width: 100%;
  left: 0;
  z-index: 1000;
  background: black;
  color: white;
  padding: 0;
}
.homepage .home-list A.nav-item {
  display: block;
  padding: 15px 10px 15px 10px;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  font-size: 0.9em;
  color: white;
  text-decoration: none;
}
.homepage .home-list A.nav-item.here {
  color: #9d1d0f;
}
.homepage .home-list A.nav-item i.fa {
  float: right;
  font-size: 1.5em;
  font-weight: 800;
}
.homepage .how-it-works-mobile {
  background: url("/static/img/home/home-how-it-works-mobile.jpg?a4a5d62913b3");
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.homepage .how-it-works-mobile A.action-btn {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border: 2px solid white;
}
.homepage .learn-more {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.1em;
}
.homepage .learn-more .button-container {
  margin-top: 10px;
}
.homepage .learn-more .button-container .btn-red {
  font-size: 1.1em;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
body.promo p.normal {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
body.promo p.normal.small {
  font-size: 13px;
}
body.promo p.header_image,
body.promo p.header_text {
  margin-left: 34px;
}
body.promo p.header_text {
  margin-bottom: 20px;
}
body.promo section.group1,
body.promo section.group2 {
  clear: both;
}
body.promo div.separator {
  margin-bottom: 35px;
  background-color: #373B3E;
}
body.promo div.separator,
body.promo section.group1,
body.promo section.group2 {
  margin-left: 34px;
}
body.promo .gear_listing--header {
  margin-bottom: 30px;
}
body.promo header.title h1 {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  margin-left: 16px;
}
body.promo div.gallery,
body.promo div.gallery div {
  list-style: none;
  float: left;
  padding-left: 0;
}
body.promo div.product div.left h3 {
  margin: 0;
  padding: 0;
  width: auto !important;
  height: auto !important;
  margin-bottom: 10px;
}
body.promo div.product div.right {
  padding-top: 3px;
}
body.promo div.gear-item.first {
  clear: both;
}
body.promo div.product div.right p,
body.promo div.product div.right a.gear-item--more,
body.promo div.product div.right .gear-item--bottom {
  clear: left;
  margin-left: 0;
}
body.promo div.product div.right p.small.normal {
  margin-bottom: 10px;
}
body.promo .zoom {
  cursor: pointer;
}
.promo-ad-banner {
  border: 1px solid black;
  margin-bottom: 20px;
}
.heist-gear-list .gear_listing--group_header {
  margin-bottom: 30px;
}
.heist-gear-list .heist-item-row {
  margin-bottom: 10px;
}
.heist-gear-list .heist-item-row .heist-item-info {
  padding: 20px;
}
.js-template {
  display: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  text-transform: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1em;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 980px) {
  .modal-lg {
    width: 900px;
  }
}
.modal {
  font-size: 1.0rem;
  text-align: left;
  font-weight: 500;
}
.modal-content .modal-header h4 {
  float: left;
}
.modal-content .modal-header .close {
  float: right;
  color: black;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}
.modal-content ol li {
  margin-bottom: 1em;
}
.headroom {
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.front-edit-dialog_layer.active {
  z-index: 1000;
}
.readmore {
  max-height: 1000em;
}
.readmore-toggle {
  background: white;
  color: #231f20;
  display: block;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #d8d9da;
}
.lpcms-body .lpcms-tools {
  border: 1px solid black;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: .9em;
}
.lpcms-body .lpcms-tools .left-padded {
  margin-left: 40px;
}
.lpcms-body .lpcms-message {
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}
.lpcms-body .lpcms-message.lpcms-draft {
  background: #57c3b8;
  color: white;
}
.lpcms-body .lpcms-message.lpcms-deleted {
  background: #d1d2d4;
}
.lpcms-body .lpcms-content img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
/*================================================================= */
/*========================== STYLE GUIDE ========================== */
/*================================================================= */
.lp-style {
  /* Left Navigation Style */
  /* Headings */
  /* Buttons */
}
.lp-style code {
  font-size: .90em;
}
.lp-style .heading-with-border {
  border-top: 1px solid #e8e9ea;
  padding-top: 1.25em;
}
.lp-style .fa-times-circle-o {
  color: #f9524c;
  float: right;
}
.lp-style .fa-check-circle-o {
  color: #7BB661;
  float: right;
}
.lp-style .example {
  position: relative;
  overflow: hidden;
  border: 1px solid #e8e9ea;
  margin: 15px 0 45px 0;
  padding: 40px 8px 5px 8px;
}
.lp-style .example:before {
  content: "EXAMPLE";
  position: absolute;
  top: 0;
  left: 0;
  padding: .40em;
  font-size: 14px;
  font-weight: 400;
  background: #bdbec0;
  color: #ffffff;
}
.lp-style .swatch-wrapper {
  padding: 5px 0;
  border-bottom: 1px solid #e8e9ea;
}
.lp-style .swatch-wrapper ul {
  padding: 10px 0;
  list-style-type: none;
  text-align: center;
}
.lp-style .swatch-wrapper li {
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  text-transform: none;
}
.lp-style .swatch-wrapper b {
  font-weight: bold;
  text-transform: uppercase;
}
.lp-style .swatch-wrapper .swatch {
  width: 60px;
  height: 60px;
  margin: 0 15px 15px 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.lp-style .shade {
  display: inline-block;
  padding: .4em .8em;
  border: 0;
  color: #000000;
  font-size: .85em;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  width: 90px;
  height: 90px;
  margin: 0 15px 70px 30px;
  -webkit-border-radius: 100%;
}
.lp-style .shade p {
  margin: 100px 0;
  text-align: center;
}
.lp-style a.black,
.lp-style a.black.active {
  background: #000000;
}
.lp-style a.brightred,
.lp-style a.brightred.active {
  background: #ef3825;
}
.lp-style a.teal,
.lp-style a.teal.active {
  background: #57c3b8;
}
.lp-style a.salmonred,
.lp-style a.salmonred.active {
  background: #f9524c;
}
.lp-style a.darkred,
.lp-style a.darkred.active {
  background: #9d1d0f;
}
.lp-style a.nearblack,
.lp-style a.nearblack.active {
  background: #231f20;
}
.lp-style a.midgray3,
.lp-style a.midgray3.active {
  background: #636467;
}
.lp-style a.lightgray4,
.lp-style a.lightgray4.active {
  background: #d1d2d4;
}
.lp-style a.reallylightgray,
.lp-style a.reallylightgray.active {
  background: #e8e9ea;
}
.lp-style a.reallylightgray3,
.lp-style a.reallylightgray3.active {
  background: #f8f8f8;
}
.lp-style a.yellowerror,
.lp-style a.yellowerror.active {
  background: #FFF0AF;
}
.lp-style button:focus {
  outline: 0 none;
}
.lp-style button + label {
  margin-left: 1em;
}
.lp-style .colorUses {
  font-size: 1em;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
}
.lp-style .colorUses:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.lp-style .colorUses .mix,
.lp-style .colorUses .gap {
  display: inline-block;
  padding: 0 30px 30px;
  margin-top: 50px;
  width: 98%;
}
.lp-style .colorUses .mix {
  text-align: left;
  background: #ffffff;
  border: 1px solid #e8e9ea;
  margin-bottom: 2%;
  display: none;
}
.lp-style .colorUses .mix.category-black {
  border-top: 3px solid #000000;
}
.lp-style .colorUses .mix.category-brightred {
  border-top: 3px solid #ef3825;
}
.lp-style .colorUses .mix.category-teal {
  border-top: 3px solid #57c3b8;
}
.lp-style .colorUses .mix.category-salmonred {
  border-top: 3px solid #f9524c;
}
.lp-style .colorUses .mix.category-darkred {
  border-top: 3px solid #9d1d0f;
}
.lp-style .colorUses .mix.category-nearblack {
  border-top: 3px solid #231f20;
}
.lp-style .colorUses .mix.category-midgray3 {
  border-top: 3px solid #636467;
}
.lp-style .colorUses .mix.category-lightgray4 {
  border-top: 3px solid #d1d2d4;
}
.lp-style .colorUses .mix.category-reallylightgray {
  border-top: 3px solid #e8e9ea;
}
.lp-style .colorUses .mix.category-reallylightgray3 {
  border-top: 3px solid #f8f8f8;
}
.lp-style .colorUses .mix.category-yellowerror {
  border-top: 3px solid #FFF0AF;
}
.lp-style .colorUses .mix:after {
  content: attr(data-myorder);
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700;
}
.lp-style .colorUses .mix:before {
  content: '';
  display: inline-block;
}
.lp-style .left-navigation {
  margin-top: 25px;
}
.lp-style .left-navigation.affix {
  position: fixed;
  top: 0;
}
.lp-style .left-navigation ul {
  list-style-type: none;
  padding: 0;
}
.lp-style .left-navigation li {
  border-bottom: 1px solid #e8e9ea;
  padding-left: 20px;
}
.lp-style .left-navigation a {
  color: #231f20;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  margin: 17px 0;
  font-size: 0.80em;
  font-weight: 400;
}
.lp-style .left-navigation a:hover,
.lp-style .left-navigation a.active {
  color: #ef3825;
}
.lp-style .left-navigation i {
  font-size: 1.4em;
  float: left;
  margin-right: 5px;
}
.lp-style .left-navigation .fa-chevron-right {
  font-size: 1em;
  margin-top: 3px;
}
.lp-style .left-navigation .subnav {
  padding-left: 30px;
}
.lp-style .left-navigation .subnav a {
  text-transform: none;
  margin: 5px 0;
}
.lp-style .left-navigation .subnav li {
  border-bottom: none;
  padding-left: 10px;
}
.lp-style .left-navigation .subnav a:hover,
.lp-style .left-navigation .subnav a.active {
  color: #ef3825;
}
.lp-style .heading-xlarge {
  font-size: 3em;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
  color: #231f20;
}
.lp-style .heading-large-gray {
  background: #818285;
  width: 100%;
  margin: 0;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
}
.lp-style .heading-large-red {
  font-size: 2em;
  margin: 5px 0;
  color: #ef3825;
}
.lp-style .heading-medium {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #231f20;
}
.lp-style .lp-default-btn {
  color: #ffffff;
  background-color: #ef3825;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: .90em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.lp-style .lp-default-btn.disabled {
  opacity: 0.5;
}
.lp-style .lp-default-btn.ribbon {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 700;
  border: none;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 15px;
  text-transform: uppercase;
  padding: 0;
}
.lp-style .lp-default-btn.ribbon:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ef3825;
  display: block;
  float: right;
  margin-right: 0;
}
.lp-style .lp-default-btn.ribbon span {
  display: inline-block;
  vertical-align: top;
  padding: 8px 6px 8px 16px;
  height: 100%;
  background: #ef3825;
}
.lp-style .btn-block {
  display: block;
  width: 100%;
}
.lp-style .btn:visited,
.lp-style .btn:active,
.lp-style .btn:link,
.lp-style .btn:hover,
.lp-style .btn {
  text-transform: uppercase;
  padding: 0.8em 1.5em;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  border: none;
}
.lp-style .btn:visited.btn-blue,
.lp-style .btn:active.btn-blue,
.lp-style .btn:link.btn-blue,
.lp-style .btn:hover.btn-blue,
.lp-style .btn.btn-blue {
  background: #3c52a5;
  color: white;
}
.lp-style .btn:visited.btn-white,
.lp-style .btn:active.btn-white,
.lp-style .btn:link.btn-white,
.lp-style .btn:hover.btn-white,
.lp-style .btn.btn-white {
  background: white;
  color: #636467;
}
.lp-style .btn:visited.btn-gray,
.lp-style .btn:active.btn-gray,
.lp-style .btn:link.btn-gray,
.lp-style .btn:hover.btn-gray,
.lp-style .btn.btn-gray {
  color: white;
  background: #636467;
}
.lp-style .btn:visited.btn-disabled,
.lp-style .btn:active.btn-disabled,
.lp-style .btn:link.btn-disabled,
.lp-style .btn:hover.btn-disabled,
.lp-style .btn.btn-disabled {
  color: #d8d9da;
  background: #636467;
}
.lp-style .btn:visited.btn-large,
.lp-style .btn:active.btn-large,
.lp-style .btn:link.btn-large,
.lp-style .btn:hover.btn-large,
.lp-style .btn.btn-large {
  font-size: 1.2em;
  padding: 0.4em 1em;
}
.lp-style .red-btn-container {
  margin: 39px 0 0 0;
  border-top: 1px solid transparent;
  /* Don't ask. Without this it does not work on smaller screens. */
  position: relative;
}
.lp-style .red-btn-container:before {
  content: '';
  display: block;
  background-color: #ef3825;
  height: 44px;
  margin-right: 70px;
  margin-top: 3px;
}
.lp-style .red-btn-container .ribbon {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 600;
  border: none;
  height: 50px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 15px;
  text-transform: uppercase;
  padding: 0;
}
.lp-style .red-btn-container .ribbon:before {
  content: '';
  width: 10px;
  height: 100%;
  display: block;
  float: left;
  border-top: 3px solid transparent;
  border-right: 8px solid #b91a28;
  border-bottom: 3px solid transparent;
  margin-left: -2px;
}
.lp-style .red-btn-container .ribbon:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ef3825;
  display: block;
  float: right;
  margin-right: 0;
}
.lp-style .red-btn-container .ribbon span {
  display: inline-block;
  vertical-align: top;
  padding: 13px 6px 13px 16px;
  height: 100%;
  background: #ef3825;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.lp-style .red-btn-container.disabled:before {
  background-color: #636466;
}
.lp-style .red-btn-container.disabled .ribbon:before {
  border-right: 8px solid #58524c;
}
.lp-style .red-btn-container.disabled .ribbon:after {
  border-left: 25px solid #636466;
}
.lp-style .red-btn-container.disabled .ribbon span {
  background-color: #636466;
}
.lp-style .bordered-container {
  border: 1px solid #d1d2d4;
}
.lp-style .form-container {
  background: #f8f8f8;
  padding: 10px 50px 50px 50px;
}
@media (max-width: 767px) {
  .lp-style .form-container {
    padding: 10px;
  }
}
.lp-style .form-group {
  margin-bottom: 15px;
}
.lp-style select,
.lp-style textarea,
.lp-style .form-control[type="color"],
.lp-style .form-control[type="date"],
.lp-style .form-control[type="datetime"],
.lp-style .form-control[type="datetime-local"],
.lp-style .form-control[type="email"],
.lp-style .form-control[type="month"],
.lp-style .form-control[type="number"],
.lp-style .form-control[type="range"],
.lp-style .form-control[type="search"],
.lp-style .form-control[type="tel"],
.lp-style .form-control[type="time"],
.lp-style .form-control[type="url"],
.lp-style .form-control[type="week"],
.lp-style .form-control[type="password"],
.lp-style .form-control[type="text"],
.lp-style .form-control[type="url"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  font-size: 1em;
  color: #636467;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d1d2d4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.lp-style textarea {
  height: auto;
}
.lp-style form label {
  display: inline;
}
.lp-style label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #231f20;
  font-size: .90em;
}
.lp-style .form-control.form-error-input {
  background: #FEF5F5;
  border: 1px solid #f9524c;
}
.lp-style .helptext {
  font-size: .75em;
  padding-left: 8px;
}
.lp-style .error-message-container {
  border: 1px solid #FFDB43;
  background-color: #FFF0AF;
  padding: 10px 25px;
  margin: 15px 0;
}
.lp-style .error-message-container p {
  color: #5B480D;
  font-weight: 400;
  font-size: 0.90em;
}
.lp-style .error-message-container .fa-exclamation-circle {
  color: #FFDB43;
}
.lp-style .errorMessage {
  color: #f9524c;
  font-size: .80em;
}
.lp-style .errorMessage .fa-exclamation-circle {
  font-size: 1.2em;
  margin: 5px;
}
.lp-style .checkboxselect-container ul,
.lp-style .radioselect-container ul {
  margin-top: 0;
  list-style: none;
  padding-left: 1em;
  vertical-align: middle;
}
.lp-style .checkboxselect-container ul input,
.lp-style .radioselect-container ul input {
  margin-right: 0.5em;
}
.lp-style .fa-question-circle {
  font-size: 1.5em;
  margin: 3px;
  color: #231f20;
}
.lp-style hr {
  border: 1px solid #d1d2d4;
  border-width: 0 0 1px 0;
}
.lp-style hr.tall {
  margin-top: 2em;
  margin-bottom: 2em;
}
.lp-style .padding-top {
  padding-top: 1em;
}
.lp-style .padding-right {
  padding-right: 1em;
}
.lp-style .padding-bottom {
  padding-bottom: 1em;
}
.lp-style .padding-left {
  padding-left: 1em;
}
.lp-style .padding {
  padding: 1em;
}
.lp-style table.table {
  width: 100%;
}
.gift-card-form .gift-card-amount-selector {
  margin-bottom: 3em;
  margin-top: 1em;
}
.gift-card-form .gift-card-amount-selector .gift-card-amount {
  border: 1px solid #d1d2d4;
  background: #e8e9ea;
  text-align: center;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #808285;
  position: relative;
}
.gift-card-form .gift-card-amount-selector .gift-card-amount a:hover,
.gift-card-form .gift-card-amount-selector .gift-card-amount a:link,
.gift-card-form .gift-card-amount-selector .gift-card-amount a:active,
.gift-card-form .gift-card-amount-selector .gift-card-amount a:visited,
.gift-card-form .gift-card-amount-selector .gift-card-amount a {
  text-decoration: none;
  color: inherit;
  font-size: 2em;
  outline: none;
  padding: 1em 0.5em;
  display: block;
}
.gift-card-form .gift-card-amount-selector .gift-card-amount.active {
  background: #ef3825;
  color: #ffffff;
}
.gift-card-form #id_recipient_note {
  height: 105px;
}
.gift-card-form .actual-amount-input {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 2em;
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.gift-card-form .actual-amount-input input {
  width: 100%;
  text-align: center;
}
.payment-profiles,
.addresses {
  margin-top: 1em;
  margin-bottom: 1em;
}
.payment-profiles .address-card,
.addresses .address-card,
.payment-profiles .payment-profile-card,
.addresses .payment-profile-card {
  border: 1px solid #d1d2d4;
  background: #e8e9ea;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #808285;
  position: relative;
  padding: 1em 1em 2em 1em;
  font-size: 0.9em;
  cursor: pointer;
  min-height: inherit;
  margin-bottom: 1em;
}
.payment-profiles .address-card .address-heading,
.addresses .address-card .address-heading,
.payment-profiles .payment-profile-card .address-heading,
.addresses .payment-profile-card .address-heading,
.payment-profiles .address-card .payment-profile-heading,
.addresses .address-card .payment-profile-heading,
.payment-profiles .payment-profile-card .payment-profile-heading,
.addresses .payment-profile-card .payment-profile-heading {
  font-size: 1.2em;
  margin-bottom: 0.1em;
  display: block;
}
.payment-profiles .address-card a:hover,
.addresses .address-card a:hover,
.payment-profiles .payment-profile-card a:hover,
.addresses .payment-profile-card a:hover,
.payment-profiles .address-card a:link,
.addresses .address-card a:link,
.payment-profiles .payment-profile-card a:link,
.addresses .payment-profile-card a:link,
.payment-profiles .address-card a:active,
.addresses .address-card a:active,
.payment-profiles .payment-profile-card a:active,
.addresses .payment-profile-card a:active,
.payment-profiles .address-card a:visited,
.addresses .address-card a:visited,
.payment-profiles .payment-profile-card a:visited,
.addresses .payment-profile-card a:visited,
.payment-profiles .address-card a,
.addresses .address-card a,
.payment-profiles .payment-profile-card a,
.addresses .payment-profile-card a {
  color: inherit;
  outline: none;
  display: block;
}
.payment-profiles .address-card:hover,
.addresses .address-card:hover,
.payment-profiles .payment-profile-card:hover,
.addresses .payment-profile-card:hover,
.payment-profiles .address-card.active,
.addresses .address-card.active,
.payment-profiles .payment-profile-card.active,
.addresses .payment-profile-card.active {
  background: #ef3825;
  color: #ffffff;
}
.payment-profiles .address-card .selected,
.addresses .address-card .selected,
.payment-profiles .payment-profile-card .selected,
.addresses .payment-profile-card .selected {
  display: none;
  position: absolute;
  top: 0.2em;
  right: 0.3em;
  font-size: 1.4em;
}
.payment-profiles .address-card.active .selected,
.addresses .address-card.active .selected,
.payment-profiles .payment-profile-card.active .selected,
.addresses .payment-profile-card.active .selected {
  display: block;
}
.payment-profiles .address-card .hide-container,
.addresses .address-card .hide-container,
.payment-profiles .payment-profile-card .hide-container,
.addresses .payment-profile-card .hide-container {
  position: absolute;
  bottom: 1em;
  left: 1em;
}
.gift-card-cart .gift-card {
  margin-left: 0;
  margin-right: 0;
  padding: 1em 0;
  border-bottom: 1px solid #d8d9da;
}
.gift-card-cart .gift-card:last-child {
  border-bottom: none;
}
.gift-card-cart .gift-card-list {
  margin-bottom: 1em;
}
.gift-card-cart .remove {
  color: #ef3825;
  font-size: 1.2em;
  display: block;
  float: left;
  margin-right: 0.5em;
  outline: none;
}
.gift-card-cart .add-new-address,
.payment-profiles .add-new-address,
.addresses .add-new-address,
.gift-card-cart .use-klarna,
.payment-profiles .use-klarna,
.addresses .use-klarna,
.gift-card-cart .add-new-card,
.payment-profiles .add-new-card,
.addresses .add-new-card {
  position: relative;
  padding: 1em 0;
}
.gift-card-cart .add-new-address a,
.payment-profiles .add-new-address a,
.addresses .add-new-address a,
.gift-card-cart .use-klarna a,
.payment-profiles .use-klarna a,
.addresses .use-klarna a,
.gift-card-cart .add-new-card a,
.payment-profiles .add-new-card a,
.addresses .add-new-card a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 1em;
}
.gift-card-cart .add-new-address a span,
.payment-profiles .add-new-address a span,
.addresses .add-new-address a span,
.gift-card-cart .use-klarna a span,
.payment-profiles .use-klarna a span,
.addresses .use-klarna a span,
.gift-card-cart .add-new-card a span,
.payment-profiles .add-new-card a span,
.addresses .add-new-card a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.7em;
  font-size: 1.4em;
}
.gift-card-cart .use-klarna a,
.payment-profiles .use-klarna a,
.addresses .use-klarna a {
  top: 30% !important;
  text-align: left !important;
}
.gift-card-cart .use-klarna p,
.payment-profiles .use-klarna p,
.addresses .use-klarna p {
  margin-top: 0;
  display: block;
  width: 100%;
  padding: 1em;
  color: #a0a2a5;
}
.gift-card-confirmation .cart-total-table {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.gift-card-pdf {
  color: #808285;
  font-size: 2em;
  font-weight: 300;
}
.gift-card-pdf .print-header {
  background: #3c3b3d;
}
.gift-card-pdf .print-header h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 2em;
  line-height: 2em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.gift-card-pdf h1 {
  color: #000000;
  margin-top: 0;
  font-size: 3em;
}
.gift-card-pdf h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.gift-card-pdf h4 {
  margin-bottom: 0.25em;
  text-transform: uppercase;
  font-weight: 300;
}
.gift-card-pdf .note {
  margin-top: 0;
}
.gift-card-pdf .gc-value,
.gift-card-pdf label {
  text-transform: uppercase;
}
.gift-card-pdf label {
  font-weight: 300;
  color: #000000;
}
.gift-card-pdf footer.contact {
  background-color: #d8d9da;
  padding: 1em;
  font-size: 0.7em;
  text-transform: uppercase;
}
.gift-card-pdf footer.contact span {
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid #636466;
}
.gift-card-pdf footer.contact span:first-child {
  padding-left: 0;
}
.gift-card-pdf footer.contact span:last-child {
  border-right: none;
  padding-right: 0;
}
.gift-card-pdf footer.terms {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.5em;
}
.gift-card-banner,
.waitlist-banner {
  display: block;
  margin-top: 2em;
}
.gift-card-banner img,
.waitlist-banner img {
  max-width: 100%;
}
.loyalty-progress-bar {
  max-width: 12em;
  display: inline-block;
}
.loyalty-progress-bar i {
  font-size: 2em;
  color: #d1d2d4;
  width: 41px;
  height: 41px;
}
.loyalty-progress-bar i.completed {
  color: black;
}
.loyalty-progress-bar .free {
  background: #d1d2d4;
  font-style: normal;
  text-transform: uppercase;
  color: #3c52a5;
  font-size: 0.85em;
  line-height: 29px;
  width: 41px;
  height: 31px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-bottom: 10px;
}
.loyalty-progress-bar .free.completed {
  background-color: black;
}
.elite-progress-bar {
  margin-bottom: 1em;
}
.elite-progress-bar .elite-punch {
  background-color: white;
  display: inline-block;
  margin-right: 0.5em;
  width: 3em;
  height: 1em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .elite-progress-bar .elite-punch {
    width: 2em;
  }
}
@media (max-width: 500px) {
  .elite-progress-bar .elite-punch {
    width: 1.5em;
    margin-right: 0.25em;
  }
}
.elite-progress-bar .elite-punch.completed {
  background-color: #ffc50c;
}
.elite-progress-bar .crown {
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .elite-progress-bar .crown {
    font-size: 1.5em;
  }
}
.my-account .account-content-container {
  border: 1px solid #d8d9da;
  margin-left: -16px;
}
.my-account .normal-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bolder;
}
.my-account .account-banner {
  background-color: #3c52a5;
  padding-top: 1em;
  color: white;
}
.my-account .account-banner h2,
.my-account .account-banner h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: inherit;
}
.my-account .account-banner h2 {
  font-size: 1.8em;
}
.my-account .sidebar-nav-container {
  border: 1px solid #d8d9da;
}
.my-account .sidebar-nav {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.my-account .sidebar-nav li {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}
.my-account .sidebar-nav li.active,
.my-account .sidebar-nav li:hover {
  color: white;
  background: #ef3825;
}
.my-account .sidebar-nav li.active.loyalty,
.my-account .sidebar-nav li:hover.loyalty {
  color: white;
  background: #3c52a5;
}
.my-account .sidebar-nav li a:hover,
.my-account .sidebar-nav li a:active,
.my-account .sidebar-nav li a:visited,
.my-account .sidebar-nav li a:link,
.my-account .sidebar-nav li a {
  color: inherit;
  text-decoration: none;
  min-height: 2em;
  display: block;
  padding: 1em;
}
.my-account .sidebar-nav li a:hover i,
.my-account .sidebar-nav li a:active i,
.my-account .sidebar-nav li a:visited i,
.my-account .sidebar-nav li a:link i,
.my-account .sidebar-nav li a i {
  margin-right: 0.5em;
  width: 1.5em;
  font-size: 2em;
  text-align: center;
  display: inline-block;
}
.my-account .sidebar-nav li a:hover span,
.my-account .sidebar-nav li a:active span,
.my-account .sidebar-nav li a:visited span,
.my-account .sidebar-nav li a:link span,
.my-account .sidebar-nav li a span {
  min-height: 2em;
  display: inline-block;
  vertical-align: middle;
}
.my-account .text-center {
  text-align: center;
}
.my-account table.table {
  width: 100%;
  margin-bottom: 1em;
}
.my-account table.table th {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.my-account table.table th.text-center {
  text-align: center;
}
.my-account .table.padded td {
  padding: 0.5em;
}
.my-account .table.striped tbody tr:nth-child(odd) {
  background-color: #e8e9ea;
}
.my-account .elite {
  color: #ffc50c;
  font-weight: bold;
}
.my-account h1,
.my-account h3 {
  color: #ef3825;
  margin-bottom: 0;
  margin-top: 0;
}
.my-account h1 {
  text-transform: uppercase;
}
.my-account h2 {
  font-size: 3em;
  margin-bottom: 0;
  margin-top: 0.33em;
}
.my-account #user-messages {
  margin-top: 0;
}
.my-account .internal-balance {
  margin-top: 1em;
  margin-bottom: 1em;
}
.my-account .account-rental-rewards {
  color: #636467;
}
.my-account .account-rental-rewards h1,
.my-account .account-rental-rewards h3 {
  color: #3c52a5;
}
.my-account .account-rental-rewards .main-row {
  background: #e8e9ea;
  padding-bottom: 2em;
}
.my-account .account-rental-rewards .bonus-header {
  font-weight: normal;
  font-style: italic;
  font-family: 'Arvo';
}
@media (max-width: 767px) {
  .my-account .account-rental-rewards .bonus-header {
    font-size: 1.7em;
  }
}
.my-account .account-rental-rewards .current-average-container {
  border: 1px solid #808285;
  padding: 1em;
  display: inline-block;
}
.my-account .account-rental-rewards .current-average-container h2,
.my-account .account-rental-rewards .current-average-container p {
  margin: 0;
}
.my-account .account-rental-rewards .disclaimer {
  font-size: 0.85em;
  font-style: italic;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #808285;
  text-align: center;
}
.my-account .account-rental-rewards p {
  margin-top: 0;
}
.my-account .account-rental-rewards .rewards-since {
  text-style: italic;
  font-size: 0.8em;
}
.my-account .account-rental-rewards .current-rental-average {
  text-transform: uppercase;
  font-weight: bold;
}
.my-account .account-rental-rewards .account-banner {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.my-account .account-rental-rewards .account-banner .text {
  padding-top: 1.5em;
}
@media (max-width: 767px) {
  .my-account .account-rental-rewards .account-banner .text {
    padding-top: 0;
  }
}
.my-account .account-rental-rewards .account-banner h1,
.my-account .account-rental-rewards .account-banner h2,
.my-account .account-rental-rewards .account-banner h3,
.my-account .account-rental-rewards .account-banner h4 {
  color: white;
}
.my-account .account-rental-rewards .loyalty-progress-bar {
  margin-top: 1.5em;
  font-size: 1.2em;
}
.my-account .account-rental-rewards .loyalty-progress-bar i {
  width: 49px;
  height: 38px;
  color: #3c52a5;
}
.my-account .account-rental-rewards.account-rental-rewards-enroll .loyalty-progress-bar {
  margin-top: 0.5em;
}
.my-account .account-rental-rewards.account-rental-rewards-enroll .loyalty-progress-bar i {
  width: 49px;
  height: 38px;
  color: white;
}
.my-account .account-rental-rewards .have-rental-reward {
  background: #ffc50c;
  text-align: center;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.my-account .account-rental-rewards .have-rental-reward h2 {
  font-size: 2em;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
}
.my-account .account-rental-rewards .have-rental-reward h4 {
  font-size: 1.3em;
  color: white;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.my-account .account-elite-status {
  color: white;
  text-align: center;
}
.my-account .account-elite-status h1,
.my-account .account-elite-status h3 {
  color: #3c52a5;
}
.my-account .account-elite-status .row {
  background: #808285;
  padding-top: 2em;
  padding-bottom: 2em;
}
.my-account .account-elite-status h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffc50c;
}
.my-account .account-elite-status p {
  margin-top: 0;
}
.my-account .account-elite-status-benefits {
  text-align: left;
}
.my-account .account-elite-status-benefits h2 {
  color: #ffc50c;
}
.my-account .account-elite-status-benefits ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.my-account .account-elite-status-benefits .crown {
  padding-top: 2em;
  color: #ffc50c;
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.my-account .account-elite-status-benefits .crown i {
  font-size: 8em;
}
.my-account .account-friend-referral {
  color: #636467;
}
.my-account .account-friend-referral h1,
.my-account .account-friend-referral h3 {
  color: #3c52a5;
  margin-bottom: 0;
  margin-top: 0;
}
.my-account .account-friend-referral h1 {
  text-transform: uppercase;
}
.my-account .account-friend-referral .main-row {
  background: #e8e9ea;
  padding-bottom: 3em;
}
@media (min-width: 768px) {
  .my-account .account-friend-referral .main-row {
    min-height: 30em;
  }
}
.my-account .followup-issues-alert {
  background: #ffbb43;
  padding: 0.75em;
  margin-bottom: 1em;
}
.my-account .followup-issues-alert a:link,
.my-account .followup-issues-alert a:active,
.my-account .followup-issues-alert a:visited {
  color: red;
  font-weight: bold;
}
.my-account .followup-issue .customer-note {
  background: #DDDDDD;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.my-account .followup-issue .issue-container {
  border-top: 1px dotted black;
  margin-bottom: 1em;
  padding-top: 0.5em;
}
.my-account .followup-issue .followup-photo-img {
  max-width: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.my-account .followup-issue ul.missing-item-list {
  list-style: none;
  padding: 0;
}
.my-account .followup-issue ul.missing-item-list li {
  margin-bottom: 0.5em;
}
.gear-sale-waitlist-invitation {
  font-size: 2.5em;
  margin-top: 0.7em;
}
@media (max-width: 1299px) {
  .gear-sale-waitlist-invitation {
    font-size: 2.2em;
  }
}
@media (max-width: 991px) {
  .gear-sale-waitlist-invitation {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .gear-sale-waitlist-invitation {
    font-size: 1.5em;
  }
}
@media (max-width: 580px) {
  .gear-sale-waitlist-invitation {
    font-size: 1.1em;
  }
}
.gear-sale-waitlist-invitation .left {
  background: #eceded;
  margin-right: -15px;
  text-align: center;
  font-weight: bold;
  color: #2d2a2a;
  text-transform: uppercase;
  line-height: 0.9em;
  padding: 0.5em 0;
  display: block;
  text-decoration: none;
}
.gear-sale-waitlist-invitation .left:hover,
.gear-sale-waitlist-invitation .left:active,
.gear-sale-waitlist-invitation .left:visited,
.gear-sale-waitlist-invitation .left:link {
  text-decoration: none;
}
.gear-sale-waitlist-invitation .right {
  margin-left: -15px;
  background: #ef3825;
  text-align: center;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  line-height: 0.9em;
  padding: 0.5em 0;
  display: block;
  text-decoration: none;
}
.gear-sale-waitlist-invitation .right:hover,
.gear-sale-waitlist-invitation .right:active,
.gear-sale-waitlist-invitation .right:visited,
.gear-sale-waitlist-invitation .right:link {
  text-decoration: none;
}
.homepage-rental-rewards-bar {
  background-color: #3c52a5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: white;
}
.homepage-rental-rewards-bar h2,
.homepage-rental-rewards-bar h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: inherit;
}
.homepage-rental-rewards-bar h2 {
  font-size: 1.8em;
}
@media (max-width: 600px) {
  .homepage-rental-rewards-bar h2 {
    font-size: 1.6em;
    margin-top: 0.2em;
  }
}
@media (max-width: 530px) {
  .homepage-rental-rewards-bar h2 {
    font-size: 1.2em;
    margin-top: 0.40em;
  }
}
@media (max-width: 430px) {
  .homepage-rental-rewards-bar h2 {
    font-size: 1.1em;
    margin-top: 0.45em;
  }
}
.homepage-rental-rewards-bar .cta {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .homepage-rental-rewards-bar .cta {
    margin-top: 0;
  }
}
.rental-rewards-ad {
  padding: 1em;
  color: #3c52a5;
  text-align: center;
  font-size: 1.1em;
}
.rental-rewards-ad h2 {
  font-size: 2.2em;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 991px) {
  .rental-rewards-ad h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 600px) {
  .rental-rewards-ad h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 530px) {
  .rental-rewards-ad h2 {
    font-size: 1.2em;
  }
}
@media (max-width: 430px) {
  .rental-rewards-ad h2 {
    font-size: 1.1em;
  }
}
#authorize-klarna-button {
  opacity: 0;
  width: 1px;
  height: 1px;
}
select.outlined-select {
  border: 1px solid black;
}
TABLE.protection-plan-table {
  border: 2px solid black;
  margin: auto;
}
TABLE.protection-plan-table TR TH,
TABLE.protection-plan-table TR TD {
  text-align: center;
  padding: 0.5em;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid black;
}
TABLE.protection-plan-table TR TH:first-child,
TABLE.protection-plan-table TR TD:first-child {
  text-align: left;
}
.pwned-password-explanation {
  margin-bottom: 0.5em;
}
.pwned-password-explanation a,
.pwned-password-explanation a:link,
.pwned-password-explanation a:visited {
  color: #57c3b8;
}
#pwned-password-modal .modal-content .modal-header {
  border-bottom: none;
}
#pwned-password-modal .modal-content .modal-header .close {
  background: none;
  border: none;
}
.cart-warning {
  padding: 1em;
  background: #ef3825;
  color: white;
  margin-bottom: 15px;
}
.autowidth {
  width: auto !important;
}
.d-inline {
  display: inline !important;
}
.bg-light {
  background: #f5f5f5;
}
.link-nav-bar {
  margin-top: 1em;
  border-top: 1px dotted black;
  padding: 1em;
  text-align: center;
}
.link-nav-bar a {
  color: #ef3825;
}
.generic-callout {
  background: #f5f5f5;
  margin-top: 2em;
  padding: 1em;
}
.has-active-announcement .main-header .announcement {
  display: block;
}
.has-active-announcement .main-header-mobile .announcement {
  display: block;
}
@media (max-width: 767px) {
  .has-active-announcement .content_container {
    margin-top: 270px;
  }
}

/* --------- Phones -----------  */

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(/static/css/modal-gloss.png?7d2aab4db2f4) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/

/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(/static/img/camera/blank.gif?601b0d76b783);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(/static/img/camera/camera-loader.gif?54ecb255faaf) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(/static/img/camera/camera-loader.gif?54ecb255faaf) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(/static/img/camera/camera_skins.png?a99f5a6bab7e) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(/static/img/camera/camera_skins.png?a99f5a6bab7e) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(/static/img/camera/camera_skins.png?a99f5a6bab7e) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(/static/img/camera/camera_skins.png?a99f5a6bab7e) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(/static/img/camera/camera_skins.png?a99f5a6bab7e) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(/static/img/camera/camera_skins.png?a99f5a6bab7e) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay1.png?0c0baffd97e7) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay2.png?c6e7ef067d19) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay3.png?476049272588) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay4.png?3083eb1fcffa) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay5.png?a580b0a9845f) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay6.png?b2aec2f20f22) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay7.png?1ccdcf1768bb) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay8.png?edcb5a797937) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay9.png?726638220b22) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(/static/img/camera/patterns/overlay10.png?ed4e2a54a4e5) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}

/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/static/lib/slick/ajax-loader.gif?e7b44c86b050') center center no-repeat;
}

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

    src: url('/static/lib/slick/fonts/slick.eot?06d80cf01250');
    src: url('/static/lib/slick/fonts/slick.eot?&06d80cf01250#iefix') format('embedded-opentype'), url('/static/lib/slick/fonts/slick.woff?26726bac4060') format('woff'), url('/static/lib/slick/fonts/slick.ttf?37bc99cfdbbc') format('truetype'), url('/static/lib/slick/fonts/slick.svg?12459f221a0b#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

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

    cursor: pointer;

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

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

    opacity: .75;
    color: white;

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

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

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

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

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

    display: block;

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

    list-style: none;

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

    display: inline-block;

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

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

    display: block;

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

    cursor: pointer;

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

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

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
