@import "//fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1392px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.container-fluid .row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-phone-1,
.col-tablet-1,
.col-smdesktop-1,
.col-desktop-1,
.col-phone-2,
.col-tablet-2,
.col-smdesktop-2,
.col-desktop-2,
.col-phone-3,
.col-tablet-3,
.col-smdesktop-3,
.col-desktop-3,
.col-phone-4,
.col-tablet-4,
.col-smdesktop-4,
.col-desktop-4,
.col-phone-5,
.col-tablet-5,
.col-smdesktop-5,
.col-desktop-5,
.col-phone-6,
.col-tablet-6,
.col-smdesktop-6,
.col-desktop-6,
.col-phone-7,
.col-tablet-7,
.col-smdesktop-7,
.col-desktop-7,
.col-phone-8,
.col-tablet-8,
.col-smdesktop-8,
.col-desktop-8,
.col-phone-9,
.col-tablet-9,
.col-smdesktop-9,
.col-desktop-9,
.col-phone-10,
.col-tablet-10,
.col-smdesktop-10,
.col-desktop-10,
.col-phone-11,
.col-tablet-11,
.col-smdesktop-11,
.col-desktop-11,
.col-phone-12,
.col-tablet-12,
.col-smdesktop-12,
.col-desktop-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-phone-1,
.col-phone-2,
.col-phone-3,
.col-phone-4,
.col-phone-5,
.col-phone-6,
.col-phone-7,
.col-phone-8,
.col-phone-9,
.col-phone-10,
.col-phone-11,
.col-phone-12 {
  float: left;
}
.col-phone-12 {
  width: 100%;
}
.col-phone-11 {
  width: 91.66666667%;
}
.col-phone-10 {
  width: 83.33333333%;
}
.col-phone-9 {
  width: 75%;
}
.col-phone-8 {
  width: 66.66666667%;
}
.col-phone-7 {
  width: 58.33333333%;
}
.col-phone-6 {
  width: 50%;
}
.col-phone-5 {
  width: 41.66666667%;
}
.col-phone-4 {
  width: 33.33333333%;
}
.col-phone-3 {
  width: 25%;
}
.col-phone-2 {
  width: 16.66666667%;
}
.col-phone-1 {
  width: 8.33333333%;
}
.col-phone-pull-12 {
  right: 100%;
}
.col-phone-pull-11 {
  right: 91.66666667%;
}
.col-phone-pull-10 {
  right: 83.33333333%;
}
.col-phone-pull-9 {
  right: 75%;
}
.col-phone-pull-8 {
  right: 66.66666667%;
}
.col-phone-pull-7 {
  right: 58.33333333%;
}
.col-phone-pull-6 {
  right: 50%;
}
.col-phone-pull-5 {
  right: 41.66666667%;
}
.col-phone-pull-4 {
  right: 33.33333333%;
}
.col-phone-pull-3 {
  right: 25%;
}
.col-phone-pull-2 {
  right: 16.66666667%;
}
.col-phone-pull-1 {
  right: 8.33333333%;
}
.col-phone-pull-0 {
  right: auto;
}
.col-phone-push-12 {
  left: 100%;
}
.col-phone-push-11 {
  left: 91.66666667%;
}
.col-phone-push-10 {
  left: 83.33333333%;
}
.col-phone-push-9 {
  left: 75%;
}
.col-phone-push-8 {
  left: 66.66666667%;
}
.col-phone-push-7 {
  left: 58.33333333%;
}
.col-phone-push-6 {
  left: 50%;
}
.col-phone-push-5 {
  left: 41.66666667%;
}
.col-phone-push-4 {
  left: 33.33333333%;
}
.col-phone-push-3 {
  left: 25%;
}
.col-phone-push-2 {
  left: 16.66666667%;
}
.col-phone-push-1 {
  left: 8.33333333%;
}
.col-phone-push-0 {
  left: auto;
}
.col-phone-offset-12 {
  margin-left: 100%;
}
.col-phone-offset-11 {
  margin-left: 91.66666667%;
}
.col-phone-offset-10 {
  margin-left: 83.33333333%;
}
.col-phone-offset-9 {
  margin-left: 75%;
}
.col-phone-offset-8 {
  margin-left: 66.66666667%;
}
.col-phone-offset-7 {
  margin-left: 58.33333333%;
}
.col-phone-offset-6 {
  margin-left: 50%;
}
.col-phone-offset-5 {
  margin-left: 41.66666667%;
}
.col-phone-offset-4 {
  margin-left: 33.33333333%;
}
.col-phone-offset-3 {
  margin-left: 25%;
}
.col-phone-offset-2 {
  margin-left: 16.66666667%;
}
.col-phone-offset-1 {
  margin-left: 8.33333333%;
}
.col-phone-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-tablet-1,
  .col-tablet-2,
  .col-tablet-3,
  .col-tablet-4,
  .col-tablet-5,
  .col-tablet-6,
  .col-tablet-7,
  .col-tablet-8,
  .col-tablet-9,
  .col-tablet-10,
  .col-tablet-11,
  .col-tablet-12 {
    float: left;
  }
  .col-tablet-12 {
    width: 100%;
  }
  .col-tablet-11 {
    width: 91.66666667%;
  }
  .col-tablet-10 {
    width: 83.33333333%;
  }
  .col-tablet-9 {
    width: 75%;
  }
  .col-tablet-8 {
    width: 66.66666667%;
  }
  .col-tablet-7 {
    width: 58.33333333%;
  }
  .col-tablet-6 {
    width: 50%;
  }
  .col-tablet-5 {
    width: 41.66666667%;
  }
  .col-tablet-4 {
    width: 33.33333333%;
  }
  .col-tablet-3 {
    width: 25%;
  }
  .col-tablet-2 {
    width: 16.66666667%;
  }
  .col-tablet-1 {
    width: 8.33333333%;
  }
  .col-tablet-pull-12 {
    right: 100%;
  }
  .col-tablet-pull-11 {
    right: 91.66666667%;
  }
  .col-tablet-pull-10 {
    right: 83.33333333%;
  }
  .col-tablet-pull-9 {
    right: 75%;
  }
  .col-tablet-pull-8 {
    right: 66.66666667%;
  }
  .col-tablet-pull-7 {
    right: 58.33333333%;
  }
  .col-tablet-pull-6 {
    right: 50%;
  }
  .col-tablet-pull-5 {
    right: 41.66666667%;
  }
  .col-tablet-pull-4 {
    right: 33.33333333%;
  }
  .col-tablet-pull-3 {
    right: 25%;
  }
  .col-tablet-pull-2 {
    right: 16.66666667%;
  }
  .col-tablet-pull-1 {
    right: 8.33333333%;
  }
  .col-tablet-pull-0 {
    right: auto;
  }
  .col-tablet-push-12 {
    left: 100%;
  }
  .col-tablet-push-11 {
    left: 91.66666667%;
  }
  .col-tablet-push-10 {
    left: 83.33333333%;
  }
  .col-tablet-push-9 {
    left: 75%;
  }
  .col-tablet-push-8 {
    left: 66.66666667%;
  }
  .col-tablet-push-7 {
    left: 58.33333333%;
  }
  .col-tablet-push-6 {
    left: 50%;
  }
  .col-tablet-push-5 {
    left: 41.66666667%;
  }
  .col-tablet-push-4 {
    left: 33.33333333%;
  }
  .col-tablet-push-3 {
    left: 25%;
  }
  .col-tablet-push-2 {
    left: 16.66666667%;
  }
  .col-tablet-push-1 {
    left: 8.33333333%;
  }
  .col-tablet-push-0 {
    left: auto;
  }
  .col-tablet-offset-12 {
    margin-left: 100%;
  }
  .col-tablet-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-tablet-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-tablet-offset-9 {
    margin-left: 75%;
  }
  .col-tablet-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-tablet-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-tablet-offset-6 {
    margin-left: 50%;
  }
  .col-tablet-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-tablet-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-tablet-offset-3 {
    margin-left: 25%;
  }
  .col-tablet-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-tablet-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-tablet-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-smdesktop-1,
  .col-smdesktop-2,
  .col-smdesktop-3,
  .col-smdesktop-4,
  .col-smdesktop-5,
  .col-smdesktop-6,
  .col-smdesktop-7,
  .col-smdesktop-8,
  .col-smdesktop-9,
  .col-smdesktop-10,
  .col-smdesktop-11,
  .col-smdesktop-12 {
    float: left;
  }
  .col-smdesktop-12 {
    width: 100%;
  }
  .col-smdesktop-11 {
    width: 91.66666667%;
  }
  .col-smdesktop-10 {
    width: 83.33333333%;
  }
  .col-smdesktop-9 {
    width: 75%;
  }
  .col-smdesktop-8 {
    width: 66.66666667%;
  }
  .col-smdesktop-7 {
    width: 58.33333333%;
  }
  .col-smdesktop-6 {
    width: 50%;
  }
  .col-smdesktop-5 {
    width: 41.66666667%;
  }
  .col-smdesktop-4 {
    width: 33.33333333%;
  }
  .col-smdesktop-3 {
    width: 25%;
  }
  .col-smdesktop-2 {
    width: 16.66666667%;
  }
  .col-smdesktop-1 {
    width: 8.33333333%;
  }
  .col-smdesktop-pull-12 {
    right: 100%;
  }
  .col-smdesktop-pull-11 {
    right: 91.66666667%;
  }
  .col-smdesktop-pull-10 {
    right: 83.33333333%;
  }
  .col-smdesktop-pull-9 {
    right: 75%;
  }
  .col-smdesktop-pull-8 {
    right: 66.66666667%;
  }
  .col-smdesktop-pull-7 {
    right: 58.33333333%;
  }
  .col-smdesktop-pull-6 {
    right: 50%;
  }
  .col-smdesktop-pull-5 {
    right: 41.66666667%;
  }
  .col-smdesktop-pull-4 {
    right: 33.33333333%;
  }
  .col-smdesktop-pull-3 {
    right: 25%;
  }
  .col-smdesktop-pull-2 {
    right: 16.66666667%;
  }
  .col-smdesktop-pull-1 {
    right: 8.33333333%;
  }
  .col-smdesktop-pull-0 {
    right: auto;
  }
  .col-smdesktop-push-12 {
    left: 100%;
  }
  .col-smdesktop-push-11 {
    left: 91.66666667%;
  }
  .col-smdesktop-push-10 {
    left: 83.33333333%;
  }
  .col-smdesktop-push-9 {
    left: 75%;
  }
  .col-smdesktop-push-8 {
    left: 66.66666667%;
  }
  .col-smdesktop-push-7 {
    left: 58.33333333%;
  }
  .col-smdesktop-push-6 {
    left: 50%;
  }
  .col-smdesktop-push-5 {
    left: 41.66666667%;
  }
  .col-smdesktop-push-4 {
    left: 33.33333333%;
  }
  .col-smdesktop-push-3 {
    left: 25%;
  }
  .col-smdesktop-push-2 {
    left: 16.66666667%;
  }
  .col-smdesktop-push-1 {
    left: 8.33333333%;
  }
  .col-smdesktop-push-0 {
    left: auto;
  }
  .col-smdesktop-offset-12 {
    margin-left: 100%;
  }
  .col-smdesktop-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-smdesktop-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-smdesktop-offset-9 {
    margin-left: 75%;
  }
  .col-smdesktop-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-smdesktop-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-smdesktop-offset-6 {
    margin-left: 50%;
  }
  .col-smdesktop-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-smdesktop-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-smdesktop-offset-3 {
    margin-left: 25%;
  }
  .col-smdesktop-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-smdesktop-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-smdesktop-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-desktop-1,
  .col-desktop-2,
  .col-desktop-3,
  .col-desktop-4,
  .col-desktop-5,
  .col-desktop-6,
  .col-desktop-7,
  .col-desktop-8,
  .col-desktop-9,
  .col-desktop-10,
  .col-desktop-11,
  .col-desktop-12 {
    float: left;
  }
  .col-desktop-12 {
    width: 100%;
  }
  .col-desktop-11 {
    width: 91.66666667%;
  }
  .col-desktop-10 {
    width: 83.33333333%;
  }
  .col-desktop-9 {
    width: 75%;
  }
  .col-desktop-8 {
    width: 66.66666667%;
  }
  .col-desktop-7 {
    width: 58.33333333%;
  }
  .col-desktop-6 {
    width: 50%;
  }
  .col-desktop-5 {
    width: 41.66666667%;
  }
  .col-desktop-4 {
    width: 33.33333333%;
  }
  .col-desktop-3 {
    width: 25%;
  }
  .col-desktop-2 {
    width: 16.66666667%;
  }
  .col-desktop-1 {
    width: 8.33333333%;
  }
  .col-desktop-pull-12 {
    right: 100%;
  }
  .col-desktop-pull-11 {
    right: 91.66666667%;
  }
  .col-desktop-pull-10 {
    right: 83.33333333%;
  }
  .col-desktop-pull-9 {
    right: 75%;
  }
  .col-desktop-pull-8 {
    right: 66.66666667%;
  }
  .col-desktop-pull-7 {
    right: 58.33333333%;
  }
  .col-desktop-pull-6 {
    right: 50%;
  }
  .col-desktop-pull-5 {
    right: 41.66666667%;
  }
  .col-desktop-pull-4 {
    right: 33.33333333%;
  }
  .col-desktop-pull-3 {
    right: 25%;
  }
  .col-desktop-pull-2 {
    right: 16.66666667%;
  }
  .col-desktop-pull-1 {
    right: 8.33333333%;
  }
  .col-desktop-pull-0 {
    right: auto;
  }
  .col-desktop-push-12 {
    left: 100%;
  }
  .col-desktop-push-11 {
    left: 91.66666667%;
  }
  .col-desktop-push-10 {
    left: 83.33333333%;
  }
  .col-desktop-push-9 {
    left: 75%;
  }
  .col-desktop-push-8 {
    left: 66.66666667%;
  }
  .col-desktop-push-7 {
    left: 58.33333333%;
  }
  .col-desktop-push-6 {
    left: 50%;
  }
  .col-desktop-push-5 {
    left: 41.66666667%;
  }
  .col-desktop-push-4 {
    left: 33.33333333%;
  }
  .col-desktop-push-3 {
    left: 25%;
  }
  .col-desktop-push-2 {
    left: 16.66666667%;
  }
  .col-desktop-push-1 {
    left: 8.33333333%;
  }
  .col-desktop-push-0 {
    left: auto;
  }
  .col-desktop-offset-12 {
    margin-left: 100%;
  }
  .col-desktop-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-desktop-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-desktop-offset-9 {
    margin-left: 75%;
  }
  .col-desktop-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-desktop-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-desktop-offset-6 {
    margin-left: 50%;
  }
  .col-desktop-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-desktop-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-desktop-offset-3 {
    margin-left: 25%;
  }
  .col-desktop-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-desktop-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-desktop-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1480px) {
  .col-lgdesktop-1,
  .col-lgdesktop-2,
  .col-lgdesktop-3,
  .col-lgdesktop-4,
  .col-lgdesktop-5,
  .col-lgdesktop-6,
  .col-lgdesktop-7,
  .col-lgdesktop-8,
  .col-lgdesktop-9,
  .col-lgdesktop-10,
  .col-lgdesktop-11,
  .col-lgdesktop-12 {
    float: left;
  }
  .col-lgdesktop-12 {
    width: 100%;
  }
  .col-lgdesktop-11 {
    width: 91.66666667%;
  }
  .col-lgdesktop-10 {
    width: 83.33333333%;
  }
  .col-lgdesktop-9 {
    width: 75%;
  }
  .col-lgdesktop-8 {
    width: 66.66666667%;
  }
  .col-lgdesktop-7 {
    width: 58.33333333%;
  }
  .col-lgdesktop-6 {
    width: 50%;
  }
  .col-lgdesktop-5 {
    width: 41.66666667%;
  }
  .col-lgdesktop-4 {
    width: 33.33333333%;
  }
  .col-lgdesktop-3 {
    width: 25%;
  }
  .col-lgdesktop-2 {
    width: 16.66666667%;
  }
  .col-lgdesktop-1 {
    width: 8.33333333%;
  }
  .col-lgdesktop-pull-12 {
    right: 100%;
  }
  .col-lgdesktop-pull-11 {
    right: 91.66666667%;
  }
  .col-lgdesktop-pull-10 {
    right: 83.33333333%;
  }
  .col-lgdesktop-pull-9 {
    right: 75%;
  }
  .col-lgdesktop-pull-8 {
    right: 66.66666667%;
  }
  .col-lgdesktop-pull-7 {
    right: 58.33333333%;
  }
  .col-lgdesktop-pull-6 {
    right: 50%;
  }
  .col-lgdesktop-pull-5 {
    right: 41.66666667%;
  }
  .col-lgdesktop-pull-4 {
    right: 33.33333333%;
  }
  .col-lgdesktop-pull-3 {
    right: 25%;
  }
  .col-lgdesktop-pull-2 {
    right: 16.66666667%;
  }
  .col-lgdesktop-pull-1 {
    right: 8.33333333%;
  }
  .col-lgdesktop-pull-0 {
    right: auto;
  }
  .col-lgdesktop-push-12 {
    left: 100%;
  }
  .col-lgdesktop-push-11 {
    left: 91.66666667%;
  }
  .col-lgdesktop-push-10 {
    left: 83.33333333%;
  }
  .col-lgdesktop-push-9 {
    left: 75%;
  }
  .col-lgdesktop-push-8 {
    left: 66.66666667%;
  }
  .col-lgdesktop-push-7 {
    left: 58.33333333%;
  }
  .col-lgdesktop-push-6 {
    left: 50%;
  }
  .col-lgdesktop-push-5 {
    left: 41.66666667%;
  }
  .col-lgdesktop-push-4 {
    left: 33.33333333%;
  }
  .col-lgdesktop-push-3 {
    left: 25%;
  }
  .col-lgdesktop-push-2 {
    left: 16.66666667%;
  }
  .col-lgdesktop-push-1 {
    left: 8.33333333%;
  }
  .col-lgdesktop-push-0 {
    left: auto;
  }
  .col-lgdesktop-offset-12 {
    margin-left: 100%;
  }
  .col-lgdesktop-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lgdesktop-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lgdesktop-offset-9 {
    margin-left: 75%;
  }
  .col-lgdesktop-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lgdesktop-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lgdesktop-offset-6 {
    margin-left: 50%;
  }
  .col-lgdesktop-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lgdesktop-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lgdesktop-offset-3 {
    margin-left: 25%;
  }
  .col-lgdesktop-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lgdesktop-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lgdesktop-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/*ADMIN STYLES*/
#admin_header li .dropdown-menu li a:hover {
  background: #333;
  color: white;
}
#admin_header li .dropdown-menu {
  background: #222;
}
#admin_header,
#admin_header .dropdown-menu,
#admin_header li a {
  border-radius: 0;
  background: #222;
  color: #ffffff;
}
#admin_header > .open > a,
#admin_header > .open > a:focus,
.navbar-inverse #admin_header > .open > a:hover {
  background: #167fb7;
}
.col-lg-8 label {
  margin: 10px 0;
}
.buttons,
.title {
  text-align: center;
}
.dropdown-menu li a:hover,
.navbar-inverse #admin_header li:hover {
  background: #2f96ce;
}
.account-row {
  margin: 1% 0;
}
.navbar-inverse {
  margin-top: 0;
  color: white;
}
form .form-rows,
.modal-body .form-rows {
  float: none;
  margin: 20px auto;
}
.results .log {
  border: 1px solid #ece0e0;
  margin: 5px;
  padding: 5px;
}
.pagination-links {
  text-align: center;
  margin: 30px auto;
}
.log-label {
  color: black !important;
}
#hours {
  float: left;
}
.cms_main_title {
  color: #565656;
  text-align: center;
}
.cms_sub_title {
  color: #ff6666;
  display: table;
  width: 100%;
}
.cms_list {
  color: #118CCF;
}
.cms_body_div {
  width: 85%;
  margin: auto;
}
.cms_body_div #contact_information {
  width: 100%;
}
.cms_body_div .heading {
  font-weight: bold;
  font-size: 1.1em;
}
.cms_body_div .info_section {
  width: 80%;
  margin: 2% 10%;
  min-height: 64px;
}
.cms_body_div .info_section .image_section {
  width: 10%;
  margin-top: 15px;
  float: left;
}
.cms_body_div .info_section .info {
  margin-left: 5%;
  width: 85%;
  float: left;
  min-width: 64px;
}
@media (max-width: 991px) {
  .cms_body_div .info_section .image_section {
    position: relative;
    right: 40px;
  }
}
.scholarship_main_title {
  color: #118CCF;
  text-align: center;
}
.scholarship_body_div {
  width: 85%;
  margin: auto;
}
.application {
  padding: 10px;
  margin: 10px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 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-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-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-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb-nav {
  margin: 0 12px;
}
.breadcrumb {
  font-size: 14px;
  padding: 8px 15px;
  margin-bottom: 20px;
  margin-top: 0;
  list-style: none;
  background-color: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-nav {
    background-color: #f4f3f3;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    height: auto;
    margin: 10px 0 10px;
  }
  .breadcrumb-nav .breadcrumb {
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .breadcrumb-nav .breadcrumb > li:last-child {
    margin-right: 15px;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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: #ffffff;
  border: 1px solid #999999;
  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: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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;
  }
}
.cleditorMain {
  border: 1px solid #999;
  padding: 0 1px 1px;
  background-color: #fff;
}
.cleditorMain,
.cleditorMain *,
.cleditorPopup {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.cleditorMain iframe {
  border: none;
  margin: 0;
  padding: 0;
}
.cleditorMain textarea {
  overflow-y: scroll;
  font: 10pt Arial,Verdana;
  resize: none;
  outline: 0;
}
.cleditorToolbar {
  background: url(../img/cleditor/toolbar.gif);
}
.cleditorGroup {
  float: left;
  height: 26px;
}
.cleditorButton {
  float: left;
  width: 24px;
  height: 24px;
  margin: 1px 0;
  background: url(../img/cleditor/buttons.gif);
}
.cleditorDisabled {
  opacity: .3;
  filter: alpha(opacity=30);
}
.cleditorDivider {
  float: left;
  width: 1px;
  height: 23px;
  margin: 1px 0;
  background: #CCC;
}
.cleditorPopup {
  border: 1px solid #999;
  background-color: #fff;
  color: #333;
  position: absolute;
  font: 10pt Arial,Verdana;
  cursor: default;
  z-index: 10000;
}
.cleditorList div {
  padding: 2px 4px;
}
.cleditorList font,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList p {
  padding: 0;
  margin: 0;
  background-color: Transparent;
}
.cleditorColor {
  width: 150px;
  padding: 1px 0 0 1px;
}
.cleditorColor div {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 1px 1px 0;
}
.cleditorPrompt {
  background-color: #F6F7F9;
  padding: 8px;
  font-size: 8.5pt;
}
.cleditorPrompt label {
  padding-bottom: 8px;
}
.cleditorMsg {
  background-color: #FDFCEE;
  width: 150px;
  padding: 4px;
  font-size: 8.5pt;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px;
  color: #565656;
  background: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
}
h1 {
  font-size: 1.625em;
  font-weight: 600;
}
h2 {
  font-size: 1.5em;
  font-weight: 600;
}
h3 {
  font-size: 1.25em;
  font-weight: 600;
}
a {
  color: #565656;
  text-decoration: none;
}
a:hover {
  color: #494949;
  text-decoration: underline;
}
img {
  margin-bottom: -5px;
}
.black {
  color: #333333;
}
.blue {
  color: #565656;
}
.green {
  color: #0fb74a;
}
.inline {
  display: inline-block;
}
.dot {
  font-size: 2em;
  line-height: 0;
  vertical-align: middle;
  padding: 0 5px;
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  text-decoration: none;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #565656;
  border-color: #565656;
}
.btn.btn-primary:hover {
  background-color: #494949;
  border-color: #494949;
}
.btn.btn-secondary {
  color: #565656;
  background-color: #ffffff;
  border-color: #565656;
}
.btn.btn-secondary:hover {
  background-color: #494949;
  border-color: #494949;
  color: #ffffff;
}
.btn.btn-tertiary {
  color: #6d6d6d;
  background-color: #ececec;
}
.btn.small {
  padding: 5px 12px;
  font-size: 0.875em;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: none;
}
.status {
  display: block;
  font-weight: 600;
}
.status.instock {
  color: #0fb74a;
}
.status.outofstock {
  color: #eaa212;
}
.half-padding {
  padding: 0 10px;
}
input,
select,
textarea {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  font-size: 1em;
  padding: 9px 12px;
}
input:focus,
select:focus,
textarea:focus {
  font-style: normal;
  outline: none;
  border-color: #6d6d6d;
}
input.small,
select.small,
textarea.small {
  padding: 5px 6px;
  font-size: 0.875em;
}
address {
  font-style: normal;
}
address .name {
  display: block;
  font-weight: 600;
}
address .company {
  display: block;
}
address .company:empty {
  display: none;
}
address .street1 {
  display: block;
}
address .street2 {
  display: block;
}
address .street2:empty {
  display: none;
}
address .city:after {
  content: ", ";
}
address .zip {
  display: block;
}
address .country {
  display: none;
}
strong,
b {
  font-weight: 600;
}
#topbar {
  background-color: #333333;
  min-height: 32px;
  padding-top: 4px;
  font-size: 0.875em;
  color: #ffffff;
}
#topbar a {
  color: inherit;
}
#topbar i.fa {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
#topbar .social .social-icons {
  text-align: left;
  float: left;
}
#topbar .social .social-icons a {
  text-decoration: none;
}
#topbar .social .social-icons a.tel {
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
#topbar .promo span {
  vertical-align: middle;
}
#topbar .quicknav {
  text-align: right;
}
#topbar .quicknav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topbar .quicknav ul li {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 25px;
  padding-top: 2px;
}
#topbar .quicknav ul li i {
  font-size: 16px;
  vertical-align: baseline;
}
#topbar .quicknav ul li a {
  text-decoration: none;
}
@media (max-width: 992px) {
  #topbar .social .social-icons,
  #topbar .social .phone {
    text-align: center;
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #topbar .quicknav {
    width: 100%;
    text-align: center !important;
    float: left;
  }
  #topbar .quicknav ul li:nth-child(1) {
    margin-left: 0;
  }
  #topbar .quicknav ul li {
    padding-bottom: 5px;
  }
  #topbar .social-icons {
    width: 100%;
  }
  #topbar .phone .dot {
    display: none;
  }
}
@media (max-width: 620px) {
  #topbar .social {
    width: 100%;
  }
}
header {
  margin-top: 20px;
  margin-bottom: 30px;
}
header .logo a:hover {
  text-decoration: none;
}
header .search input[type='text'] {
  width: 100%;
  height: 42px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  font-size: 16px;
  font-style: italic;
  padding: 0 60px 0 12px;
}
header .search input[type='text']:focus {
  font-style: normal;
  outline: none;
  border-color: #6d6d6d;
}
header .search button {
  font-size: 24px;
  color: #ffffff;
  background-color: #565656;
  border: none;
  width: 48px;
  height: 42px;
  position: absolute;
  padding: 7px;
  top: 0px;
  right: 20px;
  border-radius: 0 3px 3px 0;
}
header .search button i {
  display: block;
}
header .search button:focus {
  outline: none;
}
header .search button:hover {
  background-color: #494949;
}
header .minicart {
  position: absolute;
  right: 20px;
}
header .minicart #minicart {
  text-align: right;
}
header .minicart #minicart .total {
  font-size: 21px;
  line-height: 1em;
}
header .minicart #minicart .qty-box {
  display: inline-block;
  height: 42px;
  background: #565656;
  padding: 10px 18px 0 18px;
  margin-left: 14px;
  font-size: 21px;
  line-height: 1em;
  position: relative;
  border-radius: 3px;
  color: #ffffff;
}
header .minicart #minicart .qty-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #565656;
}
header #minicart:hover {
  text-decoration: none;
}
.navbar .nav .nav-trigger {
  display: none;
}
.navbar .nav nav {
  display: table;
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-left: 10px;
  text-align: center;
}
.navbar .nav nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-row;
  position: relative;
}
.navbar .nav nav > ul > li {
  display: table-cell;
}
.navbar .nav nav > ul > li > a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
  color: #565656;
  padding: 0.75em 0.75em;
  border-right: 1px solid #ececec;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav nav > ul > li > a {
    font-size: 0.875em;
    padding: 0.75em 0.5em;
  }
}
.navbar .nav nav > ul > li > a:hover {
  color: #ffffff;
  background-color: #565656;
}
.navbar .nav nav > ul > li:first-of-type > a {
  border-radius: 3px 0 0 3px;
}
.navbar .nav nav > ul > li:last-of-type > a {
  border-right: none;
  border-radius: 0 3px 3px 0;
}
.navbar .nav nav > ul > li ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 96%;
  left: 0;
  border: 1px solid #ececec;
  border-radius: 3px;
  z-index: 2000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.navbar .nav nav > ul > li ul.show {
  display: block;
}
.navbar .nav nav > ul > li ul li {
  display: inline-block;
  vertical-align: top;
}
.navbar .nav nav > ul > li ul li a {
  display: block;
  border: none;
  margin: 12px 12.5px 12px 12.5px;
  padding: 0;
  text-align: center;
  width: 162px;
  vertical-align: top;
}
.navbar .nav nav > ul > li ul li a:hover {
  background: #ffffff;
  color: #565656;
  text-decoration: underline;
}
.navbar .nav nav > ul > li ul li a img {
  border: 1px solid #ececec;
  width: 100%;
}
.navbar .nav nav > ul > li ul li a .name {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav nav > ul > li ul li:nth-child(6) {
    display: inline-block;
  }
  .navbar .nav nav > ul > li ul li a {
    width: 135px;
  }
}
.navbar .nav nav > ul > li ul li.extra {
  display: inline-block;
  width: 16.6667%;
  margin: 11px;
}
.navbar .nav nav > ul > li ul li.extra .heading {
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.navbar .nav nav > ul > li ul li.extra a {
  display: block;
  margin: 5px 0;
  padding: 0;
  font-size: 0.875em;
  text-align: left;
}
.navbar .nav nav > ul > li ul li.brands {
  display: inline-block;
  width: 79.332%;
  margin: 11px;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav nav > ul > li ul li.brands {
    width: 75%;
  }
}
.navbar .nav nav > ul > li ul li.brands .heading {
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.navbar .nav nav > ul > li ul li.brands a {
  display: inline-block;
  margin: 5px 24px 5px 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.navbar .nav nav > ul > li ul li.brands a:last-of-type {
  margin-right: 0;
}
.navbar .nav nav > ul > li ul li.brands a img {
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav nav > ul > li ul li.brands a:last-of-type {
    display: none;
  }
}
.navbar .promo {
  height: 1.55em;
}
@media (max-width: 991px) {
  .navbar .nav .nav-trigger {
    display: block;
    width: 100%;
    border: 1px solid #ececec;
    margin-left: 10px;
    text-align: left;
  }
  .navbar .nav .nav-trigger a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
    font-size: 1em;
    color: #565656;
    padding: 0.75em 0.75em;
  }
  .navbar .nav .nav-trigger a:hover {
    color: #ffffff;
    background-color: #565656;
  }
  .navbar .nav .nav-trigger a i {
    margin-left: 5px;
  }
  .navbar .nav nav {
    display: none;
    width: 100%;
    border: 1px solid #ececec;
    margin-left: 10px;
    text-align: left;
    border-radius: 0;
    margin-bottom: 50px;
  }
  .navbar .nav nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
  }
  .navbar .nav nav > ul > li {
    display: block;
    width: 100%;
  }
  .navbar .nav nav > ul > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
    font-size: 1em;
    color: #565656;
    padding: 0.75em 0.75em;
    border-bottom: 1px solid #ececec;
    border-right: none;
  }
  .navbar .nav nav > ul > li > a:hover {
    color: #ffffff;
    background-color: #565656;
  }
  .navbar .nav nav > ul > li:first-of-type > a {
    border-radius: 0;
  }
  .navbar .nav nav > ul > li:nth-last-child(2) > a {
    border-bottom: none;
  }
  .navbar .nav nav > ul > li:last-of-type {
    display: none;
  }
  .navbar .nav nav > ul > li:last-of-type > a {
    border-bottom: none;
    border-radius: 0;
  }
  .navbar .nav nav > ul > li:hover ul {
    display: block;
  }
  .navbar .nav nav > ul > li ul {
    display: none !important;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    border: 1px solid #ececec;
    border-radius: 3px;
    z-index: 2000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .navbar .nav nav > ul > li ul.show {
    display: block;
  }
  .navbar .nav nav > ul > li ul li {
    display: inline-block;
    vertical-align: top;
  }
  .navbar .nav nav > ul > li ul li a {
    display: block;
    border: none;
    margin: 12px 12.5px 12px 12.5px;
    padding: 0;
    text-align: center;
    width: 162px;
    vertical-align: top;
  }
  .navbar .nav nav > ul > li ul li a:hover {
    background: #ffffff;
    color: #565656;
    text-decoration: underline;
  }
  .navbar .nav nav > ul > li ul li a img {
    border: 1px solid #ececec;
  }
  .navbar .nav nav > ul > li ul li a .name {
    display: block;
  }
  .navbar .nav nav > ul > li ul li.extra {
    display: inline-block;
    width: 16.6667%;
    margin: 11px;
  }
  .navbar .nav nav > ul > li ul li.extra .heading {
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .navbar .nav nav > ul > li ul li.extra a {
    display: block;
    margin: 5px 0;
    padding: 0;
    font-size: 0.875em;
    text-align: left;
  }
  .navbar .nav nav > ul > li ul li.brands {
    display: inline-block;
    width: 79.332%;
    margin: 11px;
    text-align: left;
  }
  .navbar .nav nav > ul > li ul li.brands .heading {
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .navbar .nav nav > ul > li ul li.brands a {
    display: inline-block;
    margin: 5px 24px 5px 0;
    padding: 0;
    text-align: left;
    width: auto;
  }
  .navbar .nav nav > ul > li ul li.brands a:last-of-type {
    margin-right: 0;
  }
  .navbar .nav nav > ul > li ul li.brands a img {
    margin: 0;
    padding: 0;
    border: none;
  }
  .navbar .promo {
    height: 1.55em;
  }
}
@media (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav nav > ul > li ul li:nth-child(6) {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav nav > ul > li ul li.brands {
    width: 75%;
  }
}
@media (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav nav > ul > li ul li.brands a:last-of-type {
    display: none;
  }
}
/*  Shopping List */
#subtotal {
  min-width: 100px;
}
#shopping_list_dropdown {
  display: inline-block;
}
/*End Shopping List */
/* AUTH */
#my_form {
  padding: 2%;
}
.reset_info {
  line-height: 60px;
}
/* Product */
.product {
  margin-top: 30px;
}
.product .backorder-button:hover {
  cursor: pointer;
  opacity: .8;
}
.product .popover-title {
  color: black;
  background: white;
  border: 1px solid #ececec;
  font-weight: normal !important;
  font-size: 1em !important;
  position: absolute;
  z-index: 4;
  min-width: 260px;
  top: 14px;
  padding: 5px;
}
.product .popover-content {
  position: absolute;
  background: #eaa212;
  color: white;
  border: 1px solid #eaa212;
  min-width: 260px;
  z-index: 4;
  padding: 5px;
}
.product .image #main_image img:hover {
  cursor: zoom-in;
}
.product .summary {
  min-height: 435px;
}
.product .summary .sku {
  display: block;
  margin-bottom: 20px;
}
.product .summary .rating .stars {
  display: inline-block;
  margin-right: 10px;
}
.product .summary .rating .stars i.fa {
  font-size: 1.1875em;
  color: #565656;
}
.product .summary .pricing .left {
  display: inline-block;
  margin-right: 80px;
  padding-top: 20px;
}
.product .summary .pricing .left .item_price {
  font-size: 1.5em;
  font-weight: 600;
}
.product .summary .pricing .left .savings {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}
.product .summary .pricing .left .savings .red {
  color: #db0618;
  font-weight: 600;
}
.product .summary .pricing .left .savings .list {
  color: #aaaaaa;
}
.product .summary .pricing .right {
  display: inline-block;
  vertical-align: top;
  padding-top: 38px;
}
.product .summary .pricing .tag {
  display: inline-block;
  font-size: 0.625em;
  border: 1px solid;
  border-radius: 3px;
  border-color: #ffffff;
  padding: 2px 6px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background-color: #aaaaaa;
}
.product .summary .pricing .tag.free-shipping {
  background-color: #565656;
}
.product .summary .variants {
  display: inline-block;
  margin-top: 15px;
}
.product .summary .variants .variant {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.product .summary .variants .variant .variable {
  font-size: 0.875em;
}
.product .summary .variants .variant .variable i {
  color: #aaaaaa;
  margin-left: 3px;
}
.product .summary .variants .variant .values .value {
  margin: 4px 0 0 0;
  padding: 2px 8px;
  font-size: 0.875em;
  border: 1px solid;
  border-color: #ececec;
  border-radius: 3px;
  color: #aaaaaa;
}
.product .summary .variants .variant .values .value.selected {
  border-color: #565656;
  color: #ffffff;
  background-color: #565656;
}
.product .summary .actions form {
  display: inline-block;
}
.product .summary .actions button.cart {
  font-size: 1.5em;
  font-weight: 600;
  padding: 12px 64px 14px;
  margin: 0;
  border: none;
  line-height: normal;
  vertical-align: baseline;
}
.product .summary .actions button.cart:focus {
  outline: none;
}
.product .summary .actions input[type="number"] {
  text-align: center;
  font-size: 1.3750005em;
  width: 50px;
  padding: 13px 0;
  margin: 0 0 0 20px;
  border: 1px solid #aaaaaa;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -moz-appearance: textfield;
}
.product .summary .actions input[type="number"]:focus {
  outline: none;
}
.product .summary .actions ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product .summary .actions .spinner {
  display: inline-block;
  width: 25px;
  position: relative;
  bottom: -12px;
  left: -4px;
}
.product .summary .actions .spinner button {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #565656;
  border: none;
  padding: 4px 0;
}
.product .summary .actions .spinner button.up {
  border-radius: 0 3px 0 0;
  border-bottom: 1px solid #ececec;
}
.product .summary .actions .spinner button.down {
  border-radius: 0 0 3px 0;
  padding: 3px 0 4px;
}
.product .summary .actions .spinner button:hover {
  background-color: #494949;
}
.product .summary .actions .spinner button:focus {
  outline: none;
}
.product .summary .actions .secondary-actions {
  display: inline-block;
  margin-left: 20px;
}
.product .summary .actions .secondary-actions .add_to_list a.new_list a {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.product .summary .actions .secondary-actions .add_to_list:hover,
.product .summary .actions .secondary-actions .new_list:hover {
  cursor: pointer;
  color: #0E0E0E;
  background: #E4E4E4;
}
.product .summary .actions a {
  display: inline-block;
  margin-left: 44px;
  margin-top: 10px;
}
.product .summary .actions i.fa {
  font-size: 0.875em;
}
.product .thumbnails {
  margin-top: 5px;
}
.product .thumbnails a {
  margin: 0 5px 0 0;
}
.product .thumbnails a:first-of-type,
.product .thumbnails a:nth-child(5n + 5) {
  margin: 0 4px 0 0;
}
.product .thumbnails a:first-of-type img,
.product .thumbnails a:nth-child(5n + 5) img {
  margin-left: 0;
}
.product .thumbnails a:nth-child(4n+4) {
  margin: 0;
}
.product .thumbnails a.more {
  display: inline-block;
  width: 105px;
  height: 105px;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  line-height: 105px;
  text-decoration: none;
  color: #565656;
}
.product .thumbnails a.more:hover {
  color: #494949;
  text-decoration: underline;
}
.product .thumbnails a img {
  margin-left: -3px;
  margin-bottom: 0px;
  border: 1px solid #ececec;
}
.product .buying-options {
  margin-top: 10px;
}
.product .buying-options input[type="number"] {
  position: relative;
  top: -6px;
  display: inline-block;
  text-align: center;
  font-size: 1em;
  width: 45px;
  padding: 13px 0;
  margin: 0;
  border: 1px solid #aaaaaa;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -moz-appearance: textfield;
}
.product .buying-options input[type="number"]:focus {
  outline: none;
}
.product .buying-options ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product .buying-options .spinner {
  display: inline-block;
  width: 22px;
  position: relative;
  bottom: -6px;
  left: -3px;
}
.product .buying-options .spinner button {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #565656;
  border: none;
  padding: 2px 0;
}
.product .buying-options .spinner button.up {
  border-radius: 0 3px 0 0;
  border-bottom: 1px solid #ececec;
}
.product .buying-options .spinner button.down {
  border-radius: 0 0 3px 0;
  padding: 0 0 2px;
}
.product .buying-options .spinner button:hover {
  background-color: #494949;
}
.product .buying-options .spinner button:focus {
  outline: none;
}
.product .buying-options .btn.cart {
  padding: 12px 24px;
}
.product .buying-options .backorder {
  display: block;
  font-size: 0.875em;
  color: #eaa212;
}
.product .buying-options table {
  border: 1px solid #ececec;
}
.product .buying-options table thead tr th {
  text-align: left;
  padding: 4px 5px;
  font-weight: 600;
}
.product .buying-options table thead tr th:nth-child(1) {
  padding-left: 10px;
}
.product .buying-options table thead tr th:nth-child(2) {
  text-align: center;
}
.product .buying-options table thead tr th:nth-child(3) {
  text-align: center;
}
.product .buying-options table tbody tr td {
  margin: 0;
  padding: 0 5px 5px;
}
.product .buying-options table tbody tr td:nth-child(1) {
  width: 30%;
  padding-left: 10px;
}
.product .buying-options table tbody tr td:nth-child(2) {
  text-align: center;
}
.product .buying-options table tbody tr td:nth-child(3) {
  text-align: center;
  width: 10%;
}
.product .buying-options table tbody tr td:nth-child(4) {
  width: 83px;
  /*input {
								width: 100%;
								padding-left: 4px;
							}*/
}
.product .buying-options table tbody tr td:nth-child(5) {
  width: 123px;
}
.product .buying-options table tbody tr td:nth-child(5) .btn.cart {
  margin-top: 0;
}
.product .promos {
  margin-top: 5px;
  padding-top: 30px;
  padding-bottom: 00px;
}
.product .promos a {
  margin-right: 24px;
}
.product .promos a:first-of-type img {
  margin-left: 0;
}
.product .promos a:last-of-type {
  margin-right: 0;
}
.product .promos a img {
  margin-left: -3px;
}
.product .description .feature_list {
  text-align: left;
}
.product .description .feature_list li {
  padding: 5px;
}
.product .description h2 {
  text-align: left;
}
.product .resources ul {
  margin: 0  0 0 1.75em;
  padding: 0;
}
.product .resources ul li {
  line-height: 2em;
}
.product .resources ul li i {
  line-height: 2em;
}
.product .related .related_product .related_image {
  position: relative;
}
.product .related .related_product .related_image img:hover {
  z-index: -1;
  opacity: .1;
}
.product .related .related_product .related_slide {
  width: 200px;
  text-align: center;
  position: absolute;
}
.product .related .related_product .related_slide .rating .stars {
  display: inline-block;
  margin-right: 10px;
}
.product .related .related_product .related_slide .rating .stars i.fa {
  font-size: 1.1875em;
  color: #565656;
}
.product .ultimately-bought .item {
  margin-bottom: 15px;
}
.product .ultimately-bought .item .left {
  width: 105px;
  height: 105px;
  display: inline-block;
  vertical-align: top;
}
.product .ultimately-bought .item .left img {
  border: 1px solid #ececec;
}
.product .ultimately-bought .item .right {
  width: 596px;
  height: 105px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding: 12px 0;
}
.product .ultimately-bought .item .right .name {
  display: block;
}
.product .ultimately-bought .item .right .price {
  display: block;
  font-weight: 600;
  margin: 6px 0 10px;
}
.product .ultimately-bought .item .right .progress {
  display: block;
  height: 18px;
  background-color: #ececec;
  border-radius: 3px;
}
.product .ultimately-bought .item .right .progress:after {
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 33%;
  height: 18px;
  background-color: #565656;
  border-radius: 3px;
}
.product .attributes table {
  width: 100%;
}
.product .attributes table tr td {
  padding: 5px 12px;
}
.product .attributes table tr td:first-of-type {
  font-weight: 600;
  text-align: right;
}
.product .attributes table tr:nth-child(odd) {
  background-color: #ececec;
}
.product .reviews a.inline {
  display: inline-block;
  position: absolute;
  top: 0.83em;
  right: 22px;
}
.product .reviews .review {
  margin-top: 20px;
}
.product .reviews .review .author {
  display: inline-block;
  width: 28.57142857%;
  vertical-align: top;
}
.product .reviews .review .author span {
  display: block;
}
.product .reviews .review .author .name {
  font-size: 1.125em;
  font-weight: 600;
}
.product .reviews .review .author .location {
  font-size: 0.875em;
}
.product .reviews .review .author .date {
  font-size: 0.875em;
  font-style: italic;
  margin: 15px 0 20px;
}
.product .reviews .review .author ul {
  margin: 0  0 0 1.75em;
}
.product .reviews .review .author ul li {
  display: block;
  margin: 15px 0;
  font-size: 0.875em;
  font-weight: 600;
}
.product .reviews .review .author ul li:first-of-type {
  margin: 0;
}
.product .reviews .review .author ul li i {
  color: #565656;
  font-size: 1.28571429em;
  margin-top: -3px;
}
.product .reviews .review .content {
  position: relative;
  display: inline-block;
  width: 70.71428571%;
  vertical-align: top;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  padding: 20px 25px;
}
.product .reviews .review .content .wrapper:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #777777;
  top: 14px;
  left: -11px;
}
.product .reviews .review .content .wrapper:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  top: 14px;
  left: -10px;
}
.product .reviews .review .content .wrapper .ratings {
  position: relative;
}
.product .reviews .review .content .wrapper .ratings .overall_rating {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3.25em;
  line-height: 0.75em;
  color: #565656;
}
.product .reviews .review .content .wrapper .ratings i.fa {
  font-size: 0.9375em;
  color: #565656;
}
.product .reviews .review .content .wrapper .ratings .line-item {
  margin-bottom: 5px;
  font-size: 0.875em;
  font-weight: 600;
}
.product .reviews .review .content .wrapper .ratings .line-item .rating-category {
  margin-left: 10px;
}
.product .reviews .review .content .wrapper .review {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ececec;
}
.product .reviews .review .content .wrapper .review p {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
/* Category */
#see-price {
  font-size: 16px;
  margin-top: 5px;
}
.cartTip {
  padding-top: 6px;
}
.category {
  margin-top: 30px;
}
.category .sidebar .related-content {
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 10px 15px;
}
.category .sidebar .related-content h2 {
  margin: 0 0 0.66em 0;
}
.category .sidebar .related-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category .sidebar .related-content ul li {
  padding: 2px 0;
}
.category .sidebar .related-content ul li .fa-youtube-play {
  color: #cc181e;
  font-size: 1.25em;
  vertical-align: bottom;
  margin-left: 4px;
}
.category .sidebar .find-it-fast {
  padding: 0 15px;
}
.category .sidebar .find-it-fast h2 {
  margin: 1em 0 0.5em 0;
}
.category .sidebar .find-it-fast h2 em {
  padding-right: 4px;
}
.category .sidebar .find-it-fast h2 .tm {
  font-size: 0.75em;
  vertical-align: top;
}
.category .sidebar .find-it-fast .attribute {
  font-weight: 600;
}
.category .sidebar .find-it-fast ul {
  list-style: none;
  margin: 0.25em 0 1.5em 1.55em;
  padding: 0;
}
.category .sidebar .find-it-fast ul li {
  padding: 0 0 4px;
}
.category .sidebar .find-it-fast ul li a {
  font-size: 0.875em;
  line-height: 1em;
  vertical-align: middle;
}
.category .sidebar .find-it-fast ul li i.fa-li {
  font-size: 0.9375em;
  line-height: 1.5em;
  vertical-align: middle;
  color: #aaaaaa;
}
.category .sidebar .find-it-fast ul li i.fa-check-square {
  color: #565656;
}
.category .sidebar .find-it-fast ul li i.fa-check-square:hover {
  cursor: pointer;
}
.category .sidebar .find-it-fast ul li i.fa-plus-square {
  color: #aaaaaa;
}
.category .sidebar .find-it-fast ul li.dark {
  display: none;
}
.category .sidebar .sidebar-toggle {
  font-size: 22px;
  color: #fff;
  background-color: #454547;
  border: none;
  width: 90px;
  height: 34px;
  position: absolute;
  top: 28px;
  left: -28px;
  border-radius: 3px 3px 0 0;
  display: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.category .sidebar .sidebar-toggle:hover {
  background-color: #38383a;
}
.category .products .options h1 {
  margin: 0;
}
.category .products .options .display a {
  display: inline-block;
  width: 1.9375em;
  height: 1.625em;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #565656;
  border-radius: 3px;
  font-size: 1.3125em;
  text-align: center;
  line-height: 0;
  padding: 6px 0 0 5px;
  margin: 0 4px 0 0;
}
.category .products .options .display a.active {
  color: #ffffff;
  background-color: #565656;
}
.category .products .options .sort select {
  display: block;
  width: 100%;
  height: 34px;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 0 0 0 5px;
}
.category .products.list .product {
  margin-top: 50px;
}
.category .products.list .product .image img {
  border: 1px solid #ececec;
}
.category .products.list .product .summary {
  min-height: 245px;
  padding-left: 0;
}
.category .products.list .product .summary .title {
  text-align: left;
}
.category .products.list .product .summary .title a {
  color: #333333;
}
.category .products.list .product .summary .title a:hover {
  color: #494949;
  text-decoration: none;
}
.category .products.list .product .summary .title a h3 {
  margin: 0;
}
.category .products.list .product .summary .features {
  font-size: 0.875em;
}
.category .products.list .product .summary .features ul {
  margin: 10px 0;
}
.category .products.list .product .summary .rating {
  margin-top: 10px;
}
.category .products.list .product .summary .rating .stars i {
  font-size: 0.9375em;
}
.category .products.list .product .summary .pricing .price {
  font-size: 1.25em;
  font-weight: 600;
}
.category .products.list .product .summary .pricing .dot {
  font-size: 1.25em;
}
.category .products.list .product .summary .pricing .savings {
  color: #aaaaaa;
}
.category .products.list .product .summary .actions {
  position: relative;
  margin: 10px auto;
}
.category .products.list .product .summary .actions a,
.category .products.list .product .summary .actions form {
  display: inline-block;
  margin: 0 12px 0 0;
}
.category .products.grid .product {
  min-height: 500px;
  max-height: 570px;
  max-width: 250px;
  margin: 10px auto;
  padding: 10px 10px;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  box-shadow: 2px 2px 1px #ddd;
  -webkit-transition: box-shadow 1s ease;
  -moz-transition: box-shadow 1s ease;
  -o-transition: box-shadow 1s ease;
  transition: box-shadow 1s ease;
  position: relative;
}
.category .products.grid .product .title {
  text-align: left;
}
.category .products.grid .product .title a {
  color: #333333;
}
.category .products.grid .product .title a:hover {
  color: #494949;
  text-decoration: none;
}
.category .products.grid .product .rating .stars i {
  font-size: 0.9375em;
}
.category .products.grid .product .pricing {
  margin-bottom: 5px;
}
.category .products.grid .product .pricing .price {
  font-size: 1.25em;
  font-weight: 600;
}
.category .products.grid .product .pricing .dot {
  font-size: 1.25em;
}
.category .products.grid .product .pricing .savings {
  color: #aaaaaa;
}
.category .products.grid .product .actions {
  position: absolute;
  bottom: 10px;
}
.category .products.grid .product .actions a,
.category .products.grid .product .actions form {
  margin: 0px 12px 0 0;
  display: inline-block;
}
.category .products.grid .product .actions div.dropdown {
  margin-top: 5px;
}
.category .products.grid .product .summary {
  min-height: 250px;
}
.category nav {
  clear: both;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  #shopping_list_menu {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .category .sidebar {
    display: none;
  }
  .category .products.list .product .summary {
    padding-left: 20px;
  }
  .category .products.list .product .summary .title h3 {
    font-size: 1em;
  }
  .category .products.grid .product {
    min-height: 445px;
    max-height: 460px;
  }
  .category .products.grid .product .title h3 {
    font-size: 1em;
  }
  .category .products.grid .product .actions a.add-to-cart {
    float: inherit;
  }
  .category .products.grid .product .actions .pricing .price,
  .category .products.grid .product .actions .pricing .dot,
  .category .products.grid .product .actions .pricing .savings {
    font-size: 1em;
  }
  #see-price {
    padding-left: 17px;
    padding-right: 17px;
  }
  #cartTip-mobile {
    display: inline-block !important;
  }
  #shopping_list_menu {
    margin-top: 0px;
  }
}
@media (max-width: 587px) {
  .btn.btn-secondary {
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  #see-price {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .btn.btn-secondary {
    font-size: 12px;
  }
  #see-price {
    font-size: 12px;
  }
}
/* Cart */
.cart {
  margin-top: 30px;
}
.cart table.products {
  width: 100%;
  border-collapse: collapse;
}
.cart table.products thead tr {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.cart table.products thead tr th {
  padding: 6px 12px;
  font-weight: 600;
  font-size: 0.875em;
}
.cart table.products thead tr th:first-of-type {
  text-align: left;
}
.cart table.products thead tr th:nth-child(2) {
  text-align: left;
  padding: 6px 0;
}
.cart table.products thead tr th:nth-child(3) {
  text-align: center;
  padding: 6px 0;
}
.cart table.products thead tr th:nth-child(4) {
  text-align: right;
  padding: 6px 12px 6px 0;
}
.cart table.products thead tr th:nth-child(5) {
  text-align: center;
  padding: 6px 0;
}
.cart table.products tbody tr {
  border-bottom: 1px solid #ececec;
}
.cart table.products tbody tr:last-of-type {
  border-bottom: 1px solid #aaaaaa;
}
.cart table.products tbody tr td {
  padding: 0 12px;
}
.cart table.products tbody tr td:nth-child(1) {
  width: 150px;
  padding: 0;
}
@media (max-width: 991px) {
  .cart table.products tbody tr td:nth-child(1) {
    width: 0px;
  }
  .cart table.products tbody tr td:nth-child(1) img {
    display: none;
  }
}
.cart table.products tbody tr td:nth-child(2) {
  text-align: left;
  vertical-align: top;
  padding: 12px 0;
}
.cart table.products tbody tr td:nth-child(2) .title {
  font-weight: 600;
}
.cart table.products tbody tr td:nth-child(2) .tags {
  display: block;
  margin-top: 10px;
}
.cart table.products tbody tr td:nth-child(2) .tags .tag {
  display: inline-block;
  font-size: 0.625em;
  border: 1px solid;
  border-radius: 3px;
  border-color: #ffffff;
  padding: 2px 6px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background-color: #aaaaaa;
}
.cart table.products tbody tr td:nth-child(2) .tags .tag.free-shipping {
  background-color: #565656;
}
.cart table.products tbody tr td:nth-child(2) .tags .tag.clearance {
  background-color: #db0618;
}
.cart table.products tbody tr td:nth-child(2) .tags .tag.daily-deal {
  background-color: #0fb74a;
}
.cart table.products tbody tr td:nth-child(2) .tags .tag.warning {
  background-color: #eaa212;
}
.cart table.products tbody tr td:nth-child(3) {
  padding: 0;
}
.cart table.products tbody tr td:nth-child(4) {
  width: 75px;
  text-align: center;
  padding: 0;
}
.cart table.products tbody tr td:nth-child(5) {
  text-align: right;
  font-weight: 400;
}
.cart table.products tbody tr td:nth-child(6) {
  text-align: center;
  padding: 0;
}
.cart table.products tbody tr td:nth-child(6) a {
  color: #aaaaaa;
}
.cart table.products tbody tr td:nth-child(6) a:hover {
  color: #db0618;
}
.cart table.products tbody tr td input[type="number"] {
  text-align: center;
  font-size: 1em;
  width: 42px;
  padding: 12px 0;
  margin: 0;
  border: 1px solid #aaaaaa;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -moz-appearance: textfield;
  position: relative;
  top: -6px;
}
.cart table.products tbody tr td input[type="number"]:focus {
  outline: none;
}
.cart table.products tbody tr td ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart table.products tbody tr td .spinner {
  display: inline-block;
  width: 22px;
  position: relative;
  bottom: -6px;
  left: -4px;
}
.cart table.products tbody tr td .spinner button {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #565656;
  border: none;
  padding: 1px 0;
}
.cart table.products tbody tr td .spinner button.up {
  border-radius: 0 3px 0 0;
  border-bottom: 1px solid #ececec;
}
.cart table.products tbody tr td .spinner button.down {
  border-radius: 0 0 3px 0;
  padding: 1px 0 1px 0;
}
.cart table.products tbody tr td .spinner button:hover {
  background-color: #494949;
}
.cart table.products tbody tr td .spinner button:focus {
  outline: none;
}
.cart table.products tfoot tr th {
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
}
.cart table.products tfoot tr th:nth-child(2) {
  text-align: right;
  font-size: 0.875em;
}
.cart table.products tfoot tr th:nth-child(2) label {
  margin-right: 10px;
}
.cart table.products tfoot tr th:nth-child(3) {
  text-align: right;
  padding: 0 12px;
}
@media (max-width: 575px) {
  .cart table.products tfoot tr th .block-on-phone {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.cart .checkout-options {
  display: block;
  width: 100%;
  margin-top: 24px;
  text-align: right;
}
.cart .checkout-options .or {
  color: #aaaaaa;
  font-size: 0.625em;
  display: inline-block;
  margin: 0 15px;
}
.cart .checkout-options a {
  display: inline-block;
  font-weight: 600;
}
.cart .checkout-options a.paypal img {
  margin-bottom: -10px;
}
/* Checkout */
.checkout {
  margin-top: 30px;
}
.checkout .checkout-steps {
  margin-top: 30px;
  margin-bottom: 60px;
}
.checkout .checkout-steps .steps .step {
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ececec;
  width: 25%;
  text-align: center;
  padding: 8px 0;
  margin-right: -4px;
  position: relative;
  color: #aaaaaa;
}
.checkout .checkout-steps .steps .step i {
  margin-right: 10px;
}
.checkout .checkout-steps .steps .step.first:after,
.checkout .checkout-steps .steps .step.middle:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  top: 5px;
  right: -13px;
  z-index: 1;
  border-radius: 0 2px 0 0;
  border-color: #dfdfdf;
}
.checkout .checkout-steps .steps .step.first {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #ececec;
}
.checkout .checkout-steps .steps .step.last {
  border-right: 1px solid #ececec;
  border-radius: 0 3px 3px 0;
}
.checkout .checkout-steps .steps .step.active {
  background-color: #565656;
  border-color: #565656;
  color: #ffffff;
}
.checkout .checkout-steps .steps .step.active:after {
  background-color: #565656;
  border-color: #565656;
}
.checkout .checkout-steps .steps .step.complete {
  background-color: #0fb74a;
  border-color: #0fb74a;
  color: #ffffff;
}
.checkout .checkout-steps .steps .step.complete:after {
  background-color: #0fb74a;
  border-color: #ffffff;
}
.checkout .checkout-content label {
  display: none;
  margin: 12px 0 6px;
  font-weight: 400;
}
.checkout .checkout-content label:first-of-type {
  margin-top: 0;
}
.checkout .checkout-content label.nohide {
  display: inline-block;
}
.checkout .checkout-content input,
.checkout .checkout-content select,
.checkout .checkout-content textarea {
  display: inline-block;
  width: 100%;
  margin-right: 2%;
  /*margin-top: 18px;*/
}
.checkout .checkout-content input + input,
.checkout .checkout-content select + input,
.checkout .checkout-content textarea + input {
  margin-top: 8px;
}
.checkout .checkout-content input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-right: 8px;
  vertical-align: -1px;
}
.checkout .checkout-content input:first-of-type {
  margin-top: 0;
}
.checkout .checkout-content select.no-margin {
  margin-top: 0;
}
.checkout .checkout-content .half {
  display: inline-block;
  width: 49%;
}
.checkout .checkout-content input:-webkit-autofill,
.checkout .checkout-content select:-webkit-autofill,
.checkout .checkout-content textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.checkout .checkout-content input:required:invalid,
.checkout .checkout-content select:required:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout .checkout-content input:required:invalid + .valid,
.checkout .checkout-content select:required:invalid + .valid {
  display: inline-block;
  content: ' ';
  width: 6%;
  height: 30px;
  vertical-align: bottom;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOBAMAAAAGUYvhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk5QUVGMEI5QzFDMTFFNDkwRjBBOEQ2MThGQzdBM0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk5QUVGMEM5QzFDMTFFNDkwRjBBOEQ2MThGQzdBM0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDOTlBRUYwOTlDMUMxMUU0OTBGMEE4RDYxOEZDN0EzRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDOTlBRUYwQTlDMUMxMUU0OTBGMEE4RDYxOEZDN0EzRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrdYLIMAAAAnUExURaY0G6Y0G6Y0G6Y0G6Y0G6Y0G6Y0G6Y0G6Y0G6Y0G6Y0G6Y0G6Y0GyioGDAAAAAMdFJOUwARIjNEVXeImczd7qyvVV0AAABESURBVAgdY2BgYDRkAAG2NWeWASmm2SUm1ZMYGDgnAmVmMjBkCwAFpRMYloPUcCxgOAqiWQ/AaZg4TB1MH8wcmLlQewA8AhNXM28OEQAAAABJRU5ErkJggg==);
  background-position: 1px 8px;
  background-repeat: no-repeat;
}
.checkout .checkout-content input:required:invalid + .valid.half,
.checkout .checkout-content select:required:invalid + .valid.half {
  background-position: 96% 7px;
}
.checkout .checkout-content input:required:valid + .valid,
.checkout .checkout-content select:required:valid + .valid {
  display: inline-block;
  content: ' ';
  width: 6%;
  height: 30px;
  vertical-align: bottom;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkI0MTNENjg5QzFEMTFFNEFFNDk4NEVGNTBBMjAxNjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkI0MTNENjk5QzFEMTFFNEFFNDk4NEVGNTBBMjAxNjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjQxM0Q2NjlDMUQxMUU0QUU0OTg0RUY1MEEyMDE2NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQjQxM0Q2NzlDMUQxMUU0QUU0OTg0RUY1MEEyMDE2NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp7P2GkAAAB9SURBVHjaYuTf7sVAJAiF0qtZiNSQBsQzoewKJhI1gEAHTJMSEK8CYmMCGkDAFaRJEIh3Q928G0kjVg1AvAfkJxeoTQxIBswC4nJsGkAMZo4Y1WtA+gdUMwhwArENLg0gAPNTJyhUcAQEigZkTbg0YmhA14SuEasGEAAIMAB+Ihik+6PiCAAAAABJRU5ErkJggg==);
  background-position: 1px 10px;
  background-repeat: no-repeat;
  -moz-box-shadow: none;
}
.checkout .checkout-content input:required:valid + .valid.half,
.checkout .checkout-content select:required:valid + .valid.half {
  background-position: 96% 7px;
}
.checkout .checkout-content .or {
  display: block;
  font-size: 0.75em;
  color: #aaaaaa;
  margin: 20px 0 25px;
}
.checkout .checkout-content #shipping-address .account {
  text-align: center;
}
.checkout .checkout-content #shipping-method .shipping-method {
  display: inline-block;
  padding: 18px 28px;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 3px;
  margin: 0 18px 25px 0;
  background-color: #ffffff;
  background-image: url('../img/other.png');
  background-repeat: no-repeat;
  background-position: -10px -4px;
}
.checkout .checkout-content #shipping-method .shipping-method .name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.25em;
}
.checkout .checkout-content #shipping-method .shipping-method .cost {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.checkout .checkout-content #shipping-method .shipping-method.ups {
  background-image: url('../img/ups_logo_small.png');
  background-repeat: no-repeat;
  background-position: -10px -4px;
}
.checkout .checkout-content #shipping-method .shipping-method.fedex {
  background-image: url('../img/fedex_logo_small.png');
  background-repeat: no-repeat;
  background-position: 25% 50%;
  background-size: 110% auto;
}
.checkout .checkout-content #shipping-method .shipping-method.usps {
  background-image: url('../img/usps_logo_small.png');
  background-repeat: no-repeat;
  background-position: 0px -10px;
}
.checkout .checkout-content #shipping-method .shipping-method.active {
  border-color: #0fb74a;
  background-color: #0fb74a;
  color: #ffffff;
}
.checkout .checkout-content #shipping-method .shipping-method.active:hover {
  color: #ffffff;
  background-color: #0fb74a;
  border-color: #0fb74a;
}
.checkout .checkout-content #shipping-method .shipping-method:hover {
  border-color: #565656;
  background-color: #565656;
  color: #ffffff;
  cursor: pointer;
}
.checkout .checkout-content #payment-method .billing-address {
  text-align: center;
}
.checkout .checkout-content #review .title {
  display: block;
  position: relative;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ececec;
  text-align: left;
}
.checkout .checkout-content #review .title a {
  font-size: 0.7em;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 4px;
}
.checkout .checkout-content #review #billing-address {
  margin-top: 50px;
}
.checkout .checkout-content #review #shipping-method {
  text-align: center;
}
.checkout .checkout-content #review #shipping-method .title {
  text-align: left;
}
.checkout .checkout-content #review #shipping-method .shipping-method {
  margin: 0;
}
.checkout .checkout-content #review #shipping-method .shipping-method:hover {
  border-color: #ececec;
  background-color: #ffffff;
  color: #333333;
  cursor: inherit;
}
.checkout .checkout-content #review #payment-method {
  margin-top: 50px;
  text-align: center;
}
.checkout .checkout-content #review #payment-method .title {
  text-align: left;
}
.checkout .checkout-content #review #payment-method .icon {
  margin-right: 25px;
  vertical-align: middle;
}
.checkout .checkout-content #review #payment-method .card-number {
  margin-right: 25px;
}
.checkout .checkout-content #review #order-total {
  margin-top: 50px;
}
.checkout .checkout-content #review #order-total table {
  border-collapse: collapse;
}
.checkout .checkout-content #review #order-total table tbody tr td:first-of-type {
  text-align: right;
  font-weight: 600;
}
.checkout .checkout-content #review #order-total table tbody tr td:last-of-type {
  text-align: right;
  padding-right: 45px;
}
.checkout .checkout-content #review #order-total table tbody tr td.discount {
  color: #0fb74a;
}
.checkout .checkout-content #review #order-total table tbody tr.divider td {
  border-bottom: 1px solid #ececec;
  padding-top: 15px;
}
.checkout .checkout-content #review #order-total table tbody tr.divider + tr td {
  padding-top: 15px;
}
.checkout .checkout-content #checkout-complete .top h1 {
  color: #0fb74a;
}
.checkout .checkout-content #checkout-complete .top h1 .fa {
  margin-right: 10px;
}
.checkout .checkout-content #checkout-complete hr {
  display: block;
  margin-top: 50px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ececec;
}
.checkout .checkout-content #checkout-complete .summary {
  margin-top: 50px;
}
.checkout .checkout-content #checkout-complete .summary p .fa {
  margin-right: 10px;
}
.checkout .checkout-content #checkout-complete .summary table {
  margin-top: 25px;
  border-collapse: separate;
  border: 1px solid #aaaaaa;
  width: 100%;
}
.checkout .checkout-content #checkout-complete .summary table thead tr th {
  padding: 8px 12px;
  border-bottom: 1px solid #aaaaaa;
  font-weight: 400;
}
.checkout .checkout-content #checkout-complete .summary table thead tr th address {
  margin-top: 12px;
}
.checkout .checkout-content #checkout-complete .summary table thead tr th address .name {
  font-weight: 400;
}
.checkout .checkout-content #checkout-complete .summary table thead tr:first-of-type {
  background-color: #f3f3f3;
}
.checkout .checkout-content #checkout-complete .summary table thead tr:first-of-type th:first-of-type {
  font-weight: 600;
}
.checkout .checkout-content #checkout-complete .summary table tbody tr td {
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
}
.checkout .checkout-content #checkout-complete .summary table tbody tr td:first-of-type {
  padding-left: 12px;
}
.checkout .checkout-content #checkout-complete .summary table tbody tr td:last-of-type {
  padding-right: 12px;
  text-align: right;
}
.checkout .checkout-content #checkout-complete .summary table tbody tr:last-of-type td {
  padding-bottom: 12px;
  border-bottom: none;
}
.checkout .checkout-content #checkout-complete .summary table tfoot tr td strong {
  font-weight: 600;
}
.checkout .checkout-content #checkout-complete .summary table tfoot tr td:first-of-type {
  padding-left: 12px;
}
.checkout .checkout-content #checkout-complete .summary table tfoot tr td:nth-child(2) {
  padding-right: 12px;
  border-left: 1px solid #aaaaaa;
}
.checkout .checkout-content #checkout-complete .summary table tfoot tr td:last-of-type {
  padding-right: 12px;
}
.checkout .checkout-content #checkout-complete .summary table tfoot tr:first-of-type td {
  border-top: 1px solid #aaaaaa;
  padding-top: 12px;
}
.checkout .checkout-content #checkout-complete .summary table tfoot tr:nth-last-child(2) td {
  padding-bottom: 12px;
}
.checkout .checkout-content #checkout-complete .summary table tfoot tr:last-of-type td:nth-child(2),
.checkout .checkout-content #checkout-complete .summary table tfoot tr:last-of-type td:nth-child(3) {
  padding-bottom: 12px;
  border-top: 1px solid #aaaaaa;
  padding-top: 12px;
}
.checkout .checkout-actions {
  margin-top: 50px;
  text-align: right;
}
.checkout .checkout-actions i {
  margin-left: 10px;
}
.checkout .checkout-actions .col-desktop-12 #review-submit {
  margin-right: 42px;
}
.product_row .actions .spinner {
  display: inline-block;
  width: 25px;
  position: relative;
  bottom: -12px;
  left: -4px;
}
.product_row .actions .spinner button {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #565656;
  border: none;
  padding: 4px 0;
}
.product_row .actions .spinner button.up {
  border-radius: 0 3px 0 0;
  border-bottom: 1px solid #ececec;
}
.product_row .actions .spinner button.down {
  border-radius: 0 0 3px 0;
  padding: 3px 0 4px;
}
.product_row .actions .spinner button:hover {
  background-color: #494949;
}
.product_row .actions .spinner button:focus {
  outline: none;
}
footer {
  background-color: #565656;
  margin: 75px 0 50px;
  padding: 25px 0;
}
footer .links .heading {
  display: block;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
footer .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .links ul li {
  display: block;
  margin: 15px 0;
}
footer .links ul li:first-of-type {
  margin-top: 0;
}
footer .links ul li a {
  font-size: 0.875em;
  color: #ffffff;
}
footer .links ul li a:hover {
  color: #ffffff;
}
.badges {
  margin-bottom: 50px;
}
.copyright {
  margin-bottom: 25px;
  text-align: center;
}
.copyright > div > span {
  display: inline-block;
  font-size: 0.75em;
}
.copyright > div > span:first-of-type {
  margin-right: 25px;
}
.copyright > div > span:last-of-type {
  margin-left: 25px;
}
@-moz-document url-prefix() {
  .product .summary .actions input[type="number"] {
    padding: 14px 0 13px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product .summary .actions input[type="number"] {
    padding: 14px 0 14px;
  }
  .product .summary .actions .spinner button {
    padding: 4px 0;
  }
  .product .summary .actions .spinner button.down {
    padding: 4px 0 5px;
  }
}
.nav > li {
  text-align: left;
}
#filters-collapse a.active {
  font-weight: 600;
}
#filters-collapse a.active:after {
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  content: "\f058";
}
@media (max-width: 1199px) {
  .category-detail-btn {
    margin-bottom: 15px !important;
  }
  #display-format {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .logo {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .search {
    margin-bottom: 20px;
  }
  .minicart {
    top: 5px;
  }
  .navbar .nav {
    margin-bottom: -40px;
  }
  .category {
    margin-top: 0;
  }
  .category .products.list .product {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .category .products .summary .title a h3 {
    font-size: 1em;
  }
  .category .products .summary .pricing .price {
    font-size: 1.15em;
  }
  .category-detail-btn {
    margin-bottom: 0px !important;
  }
  .sublist {
    padding-left: 0;
  }
  .sublist li {
    width: 110px;
  }
  .sublist li img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .limit {
    display: none;
  }
  .category .products.list .product .summary {
    min-height: 0;
  }
}
@media (max-width: 479px) {
  .sublist li {
    width: 50%;
  }
  .sublist li img {
    width: 100%;
  }
  .category .products.list .product .row div:first-of-type {
    padding-left: 0;
  }
  .category .products .summary {
    padding-left: 0;
  }
  .category .products .summary .title a h3 {
    font-size: 0.8em;
  }
  .category .products .summary .pricing .dot,
  .category .products .summary .pricing .savings {
    display: none;
  }
  .category .products .summary .pricing .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .product .summary h1 {
    font-size: 1.25em;
  }
  .product .summary .pricing .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .product .summary .actions a {
    margin-left: 0;
  }
}
.active-attributes-list {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  margin-top: 15px;
}
.active-attributes-list li {
  float: left;
  line-height: 25px;
}
.active-attributes-list li:first-of-type a {
  background-color: transparent;
  border: none;
}
.active-attributes-list li:first-of-type a:hover {
  text-decoration: underline;
}
.active-attributes-list li a {
  white-space: nowrap;
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.active-attributes-list li a:hover {
  text-decoration: none;
}
.active-attributes-list li a:hover i {
  color: #d20001;
}
.active-attributes-list li a:last-of-type {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .active-attributes-list li {
    clear: both;
  }
  .active-attributes-list li span {
    display: block;
  }
}
.product-total-count {
  font-style: italic;
}
.product-total-count .total {
  font-weight: 600;
  color: #333333;
}
.product.container .related-products .product {
  min-height: 410px;
  max-height: 430px;
  max-width: 250px;
  margin: 10px auto;
  padding: 10px 10px;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  box-shadow: inset -1px 1px 1px #dddddd;
  -webkit-transition: box-shadow 1s ease;
  -moz-transition: box-shadow 1s ease;
  -o-transition: box-shadow 1s ease;
  transition: box-shadow 1s ease;
  position: relative;
}
.product.container .related-products .product .actions {
  position: absolute;
  bottom: 10px;
}
.prodData,
div.addOns {
  border-top: 2px solid #565656;
}
#heading,
.prodData {
  background-color: #fff;
}
#heading {
  padding-top: 0.5em;
}
#heading .small-img {
  display: none;
}
.price-span {
  display: block;
  width: 95px;
}
.prodData {
  margin-bottom: 1em;
}
#main_image {
  padding: .5em;
  position: relative;
  overflow: hidden;
}
div.assocProds {
  padding-left: 1px;
  padding-right: 0;
}
.assctdProd {
  border: 1px solid rgba(255, 255, 255, 0);
  margin: 5px auto;
  padding-bottom: 1em;
}
.buying-options-div {
  padding-left: 0;
}
.buyingOptCartBtn {
  padding-left: .5em;
}
div.addOns {
  background-color: #FFF;
  padding: 0 .5em;
  margin-bottom: 1em;
}
.assctdProd:hover {
  border: 1px solid #565656;
}
.assctdProdData {
  text-align: center;
}
.assctdProdDataTitle {
  margin: .5em;
  height: 3.2em;
}
.assctdProdImg {
  padding: 1em;
}
.prodImages {
  padding-right: .5em;
  padding-left: .5em;
}
.thumbImages {
  margin-top: .5em;
  border-right: 1px solid #565656;
  float: left;
}
.thumbImg {
  padding-right: 0.4em;
}
.save {
  padding: 3px 5px;
  background: #D4232B;
  color: #fff;
}
.resType {
  float: left;
}
ul#prodFeatures {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
ul#prodFeatures li {
  margin-left: .5em;
}
body.singleProduct {
  background: #fff;
}
a#gotoDetails {
  margin-top: 1em;
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ytVids {
  margin-bottom: 2em;
}
#sort-by {
  width: auto;
}
@media (max-width: 991px) {
  .navbar .nav nav ul li:last-of-type {
    display: unset !important;
  }
  .navbar .nav nav ul li:nth-last-child(2) a {
    border-bottom: 1px solid #ececec !important;
  }
  .navbar .nav nav ul li:last-child ul {
    display: block !important;
    opacity: 0;
  }
  #limit-number {
    margin-top: -26px !important;
    max-width: 208px;
  }
  #display-format {
    width: auto;
    margin-top: 0px;
  }
  #sort-by {
    margin-top: 0px;
  }
  .checkout .checkout-steps .steps .step {
    font-size: 13px;
    height: 38px;
  }
}
@media (min-width: 769px) {
  #topbar .quicknav {
    visibility: visible !important;
    display: block !important;
  }
}
@media (max-width: 600px) {
  .spot-img {
    width: 95%;
  }
  .spot-review-img {
    width: 100%;
  }
  .dash-product-image {
    width: 260px;
  }
  .dash-see-sale-button {
    display: block;
    margin-bottom: 15px;
  }
  .dash-product {
    margin-bottom: 60px;
  }
}
@media (max-width: 535px) {
  .banner-button {
    font-size: 0.7em !important;
  }
  .blog-img {
    width: 46% !important;
  }
  .minicart {
    position: relative !important;
    padding-left: 20px;
    padding-right: 20px;
    right: 0 !important;
  }
  #heading {
    padding: 0px;
  }
  #heading .logo {
    width: 20% !important;
    display: inline-block;
    position: relative;
    top: 12px;
    padding-right: 0px;
  }
  #heading .big-img {
    display: none;
  }
  #heading .small-img {
    display: inline-block;
    width: 45px;
  }
  .search {
    width: 78%;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 14px;
  }
  .navbar {
    margin-bottom: 15px;
  }
  #sort-by {
    width: 50%;
    padding: 5px;
    margin-top: 10px;
  }
  #display-format {
    padding-left: 5px;
    margin-top: 15px;
    float: left !important;
  }
  #limit-number {
    width: 50%;
    margin-left: 2px;
    margin-right: 25px;
    padding: 0px;
  }
}
.variant {
  display: inline-block;
  padding: 6px;
  border: 1px solid #e0e0e0;
  margin-bottom: 5px;
  padding-bottom: 1px;
}
.selected-variant {
  border-color: #565656;
}
.out-of-stock {
  opacity: 0.2;
  filter: alpha(opacity=20);
  zoom: 1;
}
.col-desktop-4 {
  margin-top: 1px !important;
  display: inline-block;
  float: left;
}
.col-desktop-4 h1 {
  margin-top: 25px;
}
#topbar i.fa {
  font-size: 20px;
  margin-right: 0;
}
#topbar .social {
  padding-left: 0;
}
#topbar .social .social-icons {
  padding-left: 0;
  margin: auto 0;
  list-style-type: none;
}
#topbar .social .social-icons li {
  display: inline-block;
}
#topbar .social .social-icons li:hover {
  cursor: pointer;
}
#topbar .collapse {
  margin-top: 0px !important;
}
@media (min-width: 768px) {
  .topbar-toggle {
    display: none;
  }
}
@media (max-width: 992px) {
  #topbar {
    min-height: 50px !important;
  }
  #topbar .social .social-icons li {
    padding: 1px;
  }
}
@media (max-width: 768px) {
  .account-links li:hover {
    background: #107db7;
    cursor: pointer;
  }
  .quicknav ul li {
    padding: 6px;
  }
  .topbar-toggle {
    width: 40%;
    min-height: 70px;
    position: relative;
    float: right;
  }
  #topbar i.fa {
    font-size: 30px;
    margin-right: 0;
  }
  .social {
    width: 100%;
  }
  .social .social-icons {
    padding-left: 20px !important;
    width: 59% !important;
  }
  .social .social-icons li {
    display: inline;
    padding: 11px 4px;
  }
  .social .social-icons .phone {
    width: 100%;
    float: left;
    margin-left: 10px;
  }
  .account-links li {
    display: inline;
    padding: 11px 6px;
  }
  #topbar .quicknav ul li {
    margin-left: 0;
    width: 100%;
    padding: 11px 6px;
  }
}
@media (max-width: 535px) {
  #topbar i.fa {
    font-size: 20px;
    width: 25px;
  }
  .topbar-toggle {
    min-height: 60px;
  }
}
.section {
  border: 2px solid #EAEAEA;
  margin: 2px;
  padding: 0px 10px 10px 10px;
}
.dashboard-account-info {
  overflow: auto;
  height: auto;
}
.dashboard p {
  font-size: .8em;
}
#address_book_title {
  background: #118CCF;
  color: white;
  margin: 0;
  padding: 5px;
}
.content td a {
  color: #46B8DA;
}
.image_cell {
  width: 146px;
  height: 146px;
  border: 2px solid #ECECEC;
}
.image_cell img {
  display: inline-block;
  margin: 2px;
}
.address {
  margin-bottom: 10px;
  margin-top: 10px;
}
.normal .panel-heading {
  background: #DADADA;
  color: black;
}
.default {
  border-color: #dddddd;
}
.default .panel-heading {
  background: #118ccf;
  color: white;
}
.content td a {
  color: #46B8DA;
}
.total_label {
  text-align: right;
}
.qty {
  padding: 0;
  border-radius: 0;
  width: 15%;
  margin: 2% auto;
}
table {
  margin: 2% auto;
}
#shipping_info:hover {
  cursor: pointer;
}
.order_header {
  border: 2px solid #EAEAEA;
  background: #118CCF;
  color: white;
  padding: 5px;
  margin: 5px;
}
.popover_info {
  z-index: 4;
  position: absolute;
  border: 1px solid #118CCF;
  background: white;
  color: #118CCF;
  padding: 5px 20px;
  left: -5px;
  top: 104%;
}
.product_row {
  border: 2px solid #EAEAEA;
  padding: 5px;
  margin: 10px;
}
.product_row img {
  margin-top: 15px;
}
.orders_row {
  margin: 10px 0px;
  border: 2px solid #EAEAEA;
}
.orders_row .head {
  padding: 5px;
  background: #118CCF;
  color: white;
}
.orders_row .head a {
  color: white;
}
.order-row .secondary-actions .dropdown-menu {
  position: absolute;
}
.order-row .secondary-actions .dropdown {
  text-align: left;
}
.order-row .secondary-actions .add_to_list:hover {
  cursor: pointer;
}
.button-bar,
.empty-msg,
.description,
.msg,
.alert {
  text-align: center;
}
.content .breadcrumb a,
.content .address .panel-body a {
  color: #46B8DA;
}
.alert {
  margin: 0 auto 10px;
}
.remove:hover,
.remove {
  color: red;
  cursor: pointer;
}
.ok:hover,
.ok {
  color: green;
  cursor: pointer;
}
.modal-backdrop {
  height: 100%;
  position: fixed !important;
}
.account-row {
  margin: 2% 0;
}
.edit-account {
  margin-top: 10%;
}
.sidebar .dropdown {
  margin: 10px 0 5px 0;
}
.sidebar .dropdown:hover {
  background: #f5f5f5;
}
.sidebar .dropdown-menu {
  position: relative;
  float: none;
  border: none !important;
  box-shadow: none;
  padding-left: 10px;
}
.sidebar .title {
  text-align: center;
  color: #118ccf;
  background: #f5f5f5;
  padding: 5px;
}
.sidebar .sidebar-header {
  text-align: right;
}
.sidebar .sidebar-header button {
  color: grey !important;
  border-color: grey !important;
}
.sidebar .sidebar-header button:hover {
  background: #f5f5f5 !important;
}
.sidebar ul {
  list-style-type: none;
  border: 2px solid #f5f5f5;
  padding: 5px;
}
.sidebar .open li {
  margin: 5px 0 0;
}
.sidebar .open li a {
  color: #118ccf !important;
}
.sidebar .open .selected {
  margin-left: 20px !important;
}
@media only screen and (max-width: 768px) {
  .billing,
  .shipping {
    width: 98%;
    margin: 1%;
    float: left;
  }
  .sidebar .title {
    display: none;
  }
  .dropdown,
  .sidebar .open li {
    text-align: center;
  }
  .account-content {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .sidebar-header {
    display: none;
  }
  .collapse {
    display: block;
    visibility: visible;
    margin-top: -20px;
  }
}
.custom-cart {
  margin-bottom: 40px;
}
.custom-cart .rows {
  min-height: 200px;
  margin-bottom: 20px;
}
.custom-cart .col-desktop-7,
.custom-cart .col-desktop-2,
.custom-cart .col-desktop-1 {
  background: #fff;
  padding: 0px;
}
.custom-cart .col-desktop-7 {
  text-align: left;
}
.custom-cart .col-desktop-1 {
  background: #efefef;
  text-align: center;
  min-height: 200px;
  border-left: 1px solid #fff;
}
.custom-cart .col-desktop-2 {
  background: #efefef;
  text-align: center;
  min-height: 200px;
  border-left: 1px solid #fff;
}
.custom-cart .price-span {
  display: inline;
  /*width: 95px;*/
}
.custom-cart .cart-title {
  background: #565656;
  color: #fff;
  padding: 5px 5px 5px 10px;
  width: 100%;
}
.custom-cart .cart-wrapper {
  padding: 10px;
}
.custom-cart .custom-price {
  /*padding: 10px 0px 10px 0px;*/
  position: relative;
  top: 28px;
}
.custom-cart .custom-qty {
  padding: 10px 0px 10px 0px;
  position: relative;
  top: 25px;
}
.custom-cart input[type=number] {
  width: 40px;
  border-radius: 0px;
  border: 0;
  text-align: center;
}
.custom-cart .input-no-spinner {
  width: 40px;
  border-radius: 0px;
  border: 0;
  text-align: center;
}
.custom-cart .custom-total {
  position: relative;
  top: 43px;
}
.custom-cart .custom-remove {
  position: relative;
  top: 44px;
}
.custom-cart .col-desktop-2 input[type=button] {
  border: 0px;
  width: 100%;
}
.custom-cart span.tag-warehouse,
.custom-cart .free-shipping {
  background-color: #565656 !important;
  color: #fff;
  padding: 3px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 10px;
}
.custom-cart .custom-shipping1 {
  margin-top: 10px;
}
.custom-cart .backorder-button {
  position: relative;
  top: 5px;
}
.custom-cart span .shipping-tag {
  position: relative;
  top: 10px;
}
.custom-cart .fa-info-circle {
  cursor: pointer;
  position: relative;
  left: 5px;
  top: 2px;
}
.cart .checkout-options {
  margin-bottom: 100px;
}
.custom-cart .custom-info {
  padding-top: 15px;
}
.custom-cart .container {
  padding-left: 0px;
  padding-right: 0px;
}
.custom-cart .custom-btn {
  height: 38px;
  border: 0px;
  background: #565656;
  color: #fff;
  width: 25px;
}
.custom-cart .rows {
  margin-bottom: 0px !important;
}
.col-desktop-4 h1 {
  margin-top: 10px !important;
  margin-left: 5px !important;
}
.custom-cart .col-desktop-7 {
  min-height: 200px !important;
}
.cart .checkout-options {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.promobox .promocodetext {
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}
@media screen and (max-width: 1024px) {
  .custom-cart .col-desktop-1,
  .custom-cart .col-desktop-2 {
    min-height: 130px;
  }
  .custom-cart .col-desktop-7 {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .col-desktop-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    display: block !important;
  }
  .custom-cart .custom-info {
    padding: 20px 10px 0px 10px !important;
    margin-bottom: 30px;
  }
  .custom-cart .col-desktop-1,
  .custom-cart .col-desktop-2 {
    min-height: 130px;
  }
  .custom-cart .col-desktop-7 {
    width: 100%;
  }
  .custom-cart .col-desktop-1 {
    min-height: 130px;
  }
  .custom-cart .col-desktop-1 {
    font-size: 14px;
  }
  .custom-cart .col-desktop-1,
  .custom-cart .col-desktop-2 {
    font-size: 14px;
  }
  .half-padding {
    padding: 0 25px !important;
  }
  .continue-shopping-button {
    margin-bottom: 10px;
  }
  .col-desktop-8 .right {
    position: relative;
    top: 20px;
  }
  #my_form {
    padding: 20px 0px 20px 0px !important;
  }
  .checkout-options .btn.btn-primary {
    margin-bottom: 20px !important;
  }
  .checkout-options .payment-option-text {
    margin-bottom: 10px !important;
  }
  .top-section .checkout-options {
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .cart .checkout-options {
    padding-right: 20px !important;
  }
  .cart table.products tfoot tr th:nth-child(3) {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 680px) {
  .single-product .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-product img {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-product .col-desktop-4 {
    /*top: -116px;*/
    top: 0px;
  }
  .custom-products .spinner {
    bottom: -12px;
    left: -4px;
    top: 13px;
  }
  .custom-products .product-title {
    font-size: 25px;
    line-height: 29px;
  }
  ul#prodFeatures {
    -moz-column-count: 2 !important;
    -webkit-column-count: 2 !important;
    column-count: 2 !important;
  }
}
@media screen and (max-width: 480px) {
  .promobox {
    display: block !important;
  }
  .single-product .accordion-toggle:after {
    position: relative;
    bottom: 55px;
  }
  .single-product .qa-respond {
    line-height: 23px;
    text-align: left;
  }
  .single-product .desc-wrapper textarea.form-control {
    height: 100px;
    width: 100%;
  }
  ul#prodFeatures {
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
  }
  .custom-products button.cart {
    width: 100%;
  }
  .custom-cart input[type=number] {
    width: 100%;
    border-radius: 0px;
    border: 0;
    text-align: center;
    margin: 5px 0px 5px 0px !important;
  }
  .custom-btn {
    width: 70%;
    height: 24px;
  }
  .custom-products .spinner button {
    width: 44px;
  }
  .custom-cart .col-phone-12 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .custom-cart .custom-qty {
    top: 0px;
  }
  .custom-cart .input-no-spinner {
    width: 80% !important;
    height: 30px !important;
  }
  .custom-cart .custom-btn {
    height: 25px !important;
    width: 80% !important;
  }
  .custom-cart .custom-price {
    padding: 0px;
    top: 20px;
  }
  .custom-cart .custom-total {
    top: 38px;
  }
  .custom-cart .custom-remove {
    top: 35px;
  }
  .custom-cart .custom-tags {
    margin-top: 50px !important;
    text-align: left;
    padding-left: 15px;
  }
  .custom-cart .rows {
    margin-bottom: 0px;
    clear: both;
  }
  .cart .col-desktop-4 {
    padding-left: 21px;
  }
  .cart .col-desktop-4 h1 {
    margin-top: 43px;
  }
  .custom-products input[type=number] {
    width: 87%;
  }
  .col-desktop-8 .right {
    position: relative;
    top: 40px;
  }
}
/*.custom-cart .rows { border: 1px solid @primary!important; }*/
#info,
#price,
#quantity,
#total,
#remove {
  border-bottom: 1px solid #565656 !important;
}
.cart-row-second {
  display: none;
}
@media screen and (max-width: 740px) {
  .cart-row-second {
    display: block;
  }
  .product-container-row .col-desktop-7 {
    padding-bottom: 0;
    margin-top: 0;
  }
  #info,
  #price,
  #quantity,
  #total,
  #remove {
    border-bottom: none!important;
  }
}
@media screen and (max-width: 375px) {
  .custom-products input[type=number] {
    width: 86% !important;
  }
  .cart-row-second {
    display: block;
  }
  .product-container-row .col-desktop-7 {
    padding-bottom: 0;
    margin-top: 0;
  }
  #info,
  #price,
  #quantity,
  #total,
  #remove {
    border-bottom: none!important;
  }
}
@media screen and (max-width: 320px) {
  .custom-products input[type=number] {
    width: 83% !important;
  }
  .cart-row-second {
    display: block;
  }
  .product-container-row .col-desktop-7 {
    padding-bottom: 0;
    margin-top: 0;
  }
  #info,
  #price,
  #quantity,
  #total,
  #remove {
    border-bottom: none!important;
  }
}
#home h2 {
  font-size: 28px;
  font-weight: 400;
  padding: 0.5em 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  text-align: center;
}
#home #banner .slide-wrapper {
  display: block;
  position: relative;
  min-height: 545px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home #banner .slide-wrapper {
    min-height: 445px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home #banner .slide-wrapper {
    min-height: 335px;
  }
}
@media (max-width: 767px) {
  #home #banner .slide-wrapper {
    height: auto;
    margin-bottom: 25px;
  }
}
#home #banner .slide-wrapper .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
}
#home #banner .slide-wrapper .slide:first-of-type {
  display: block;
}
@media (max-width: 767px) {
  #home #banner .slide-wrapper .slide {
    position: relative;
  }
}
#home #banner.layout-one .left img {
  width: 100%;
  height: auto;
}
#home #banner.layout-one .right .title {
  display: block;
  font-size: 3.25em;
  font-weight: 200;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home #banner.layout-one .right .title {
    font-size: 2.5em;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home #banner.layout-one .right .title {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #home #banner.layout-one .right .title {
    font-size: 2.5em;
    margin-bottom: 25px;
  }
}
#home #banner.layout-one .right .body {
  display: block;
  font-size: 1.125em;
  line-height: 1.75em;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home #banner.layout-one .right .body {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home #banner.layout-one .right .body {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #home #banner.layout-one .right .body {
    margin-bottom: 25px;
  }
}
#home #banner.layout-one .right .btn {
  display: inline-block;
  font-size: 1.25em;
  padding: 0.66em 3.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #home #banner.layout-one .right .btn {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  #home #banner.layout-one .right .btn {
    font-size: 1.25em;
    display: block;
  }
}
#home #banner-toggle {
  margin-bottom: 75px;
  margin-top: 40px;
}
#home #banner-toggle > div {
  text-align: center;
}
#home #banner-toggle .toggle {
  font-size: 0.75em;
  color: #ececec;
  margin-right: 5px;
  cursor: pointer;
}
#home #banner-toggle .toggle.active {
  color: #565656;
}
#home .spots {
  margin-bottom: 75px;
}
#home .spots .spot {
  border: 1px solid #ececec;
  padding: 1em 0;
  text-align: center;
}
@media (max-width: 991px) {
  #home .spots .spot {
    margin-bottom: 25px;
  }
}
#home .spots .spot.no-padding {
  padding: 0;
}
#home .spots .spot.reviews {
  padding-left: 1em;
}
#home .spots .spot.reviews .review-window {
  display: inline-block;
  width: 55%;
  font-size: 0.875em;
  font-style: italic;
  text-align: left;
}
#home .spots .spot.reviews .review-window .review {
  display: none;
}
#home .spots .spot.reviews .review-window .review.active {
  display: block;
}
#home .spots .spot.reviews .right {
  display: inline-block;
  vertical-align: top;
  width: 44%;
}
#home .spots .spot.reviews .right .stars {
  color: Gold;
  font-size: 1em;
}
#home .spots .spot.reviews .right .caption {
  display: block;
  font-size: 0.75em;
  font-style: italic;
}
#home #new-products {
  margin-bottom: 100px;
}
#home #new-products .title {
  display: block;
  margin-bottom: 25px;
  font-size: 1.25em;
  text-align: left;
}
#home #new-products .price {
  display: inline-block;
  font-size: 1.25em;
  margin-right: 25px;
}
#home #new-products .price strike {
  color: #db0618;
  margin-right: 10px;
}
@media (max-width: 991px) {
  #home #blog-posts .post {
    margin-bottom: 25px;
  }
}
#home #blog-posts .post .left {
  display: inline-block;
  width: 50%;
}
#home #blog-posts .post .left .title {
  display: block;
  font-size: 1.3125em;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
}
#home #blog-posts .post .left .preview {
  display: block;
}
#home #blog-posts .post .left .btn {
  display: block;
  position: absolute;
  bottom: 0;
}
#home #blog-posts .post .right {
  display: inline-block;
  width: 45%;
  margin-left: 4%;
  vertical-align: top;
}
#home #content {
  margin-top: 50px;
}
#home #content h2 {
  border: none;
  margin: none;
  padding: none;
  text-align: left;
}
.category .sidebar .related-content {
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 10px 15px;
}
.category .sidebar .related-content h2 {
  margin: 0 0 0.66em 0;
}
.category .sidebar .related-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category .sidebar .related-content ul li {
  padding: 2px 0;
}
.category .sidebar .related-content ul li .fa-youtube-play {
  color: #cc181e;
  font-size: 1.25em;
  vertical-align: bottom;
  margin-left: 4px;
}
.category .sidebar .find-it-fast {
  padding: 0 15px;
}
.category .sidebar .find-it-fast h2 {
  margin: 1em 0 0.5em 0;
}
.category .sidebar .find-it-fast h2 em {
  padding-right: 4px;
}
.category .sidebar .find-it-fast h2 .tm {
  font-size: .75em;
  vertical-align: top;
}
.category .sidebar .find-it-fast .attribute {
  font-weight: 600;
}
.category .sidebar .find-it-fast ul {
  list-style: none;
  padding: 0;
}
.category .sidebar .find-it-fast ul li {
  padding: 5px 0 10px !important;
}
.category .sidebar .find-it-fast ul li a {
  line-height: 1em;
  vertical-align: middle;
}
.category .sidebar .find-it-fast ul li i.fa-li {
  font-size: .9375em;
  vertical-align: middle;
  color: #aaaaaa;
}
.category .sidebar .find-it-fast ul li i.fa-check-square {
  color: #118ccf;
}
.category .sidebar .find-it-fast ul li i.fa-check-square:hover {
  cursor: pointer;
}
.category .sidebar .find-it-fast ul li i.fa-plus-square {
  color: #aaaaaa;
}
.category .sidebar .find-it-fast ul li.dark {
  display: none;
}
.category .sidebar .sidebar-toggle {
  font-size: 22px;
  color: #fff;
  background-color: #454547;
  border: none;
  width: 90px;
  height: 34px;
  position: absolute;
  top: 28px;
  left: -28px;
  border-radius: 3px 3px 0 0;
  display: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.category .sidebar .sidebar-toggle:hover {
  background-color: #38383a;
}
.sidebar .dropdown {
  margin: 10px 0 5px 0;
}
.sidebar .dropdown:hover {
  background: #f5f5f5;
}
.sidebar .dropdown-menu {
  position: relative;
  float: none;
  border: none !important;
  box-shadow: none;
  padding-left: 10px;
}
.sidebar .title {
  text-align: center;
  color: #118ccf;
  background: #f5f5f5;
  padding: 5px;
}
.sidebar .sidebar-header {
  text-align: right;
}
.sidebar .sidebar-header button {
  color: #808080 !important;
  border-color: #808080 !important;
}
.sidebar .sidebar-header button:hover {
  background: #f5f5f5 !important;
}
.sidebar ul {
  list-style-type: none;
  border: 2px solid #f5f5f5;
  padding: 5px;
}
.sidebar .open li {
  margin: 5px 0 0;
}
.sidebar .open li a {
  color: #118ccf !important;
}
.sidebar .open .selected {
  margin-left: 20px !important;
}
.sidebar .fa-ul .fa-li {
  position: unset;
  float: left;
}
@media only screen and (max-width: 768px) {
  .billing,
  .shipping {
    width: 98%;
    margin: 1%;
    float: left;
  }
  .sidebar .title {
    display: none;
  }
  .dropdown,
  .sidebar .open li {
    text-align: center;
  }
  .account-content {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .sidebar-header {
    display: none;
  }
  #topbar .collapse {
    visibility: visible;
    margin-top: 0 !important;
  }
  .sidebarfilter .collapse {
    margin-top: 0 !important;
    visibility: hidden !important;
  }
}
#sidebarFilter p {
  font-size: 12px !important;
  margin: 0px !important;
}
#sidebarFilter p.panel-title {
  font-size: 12px !important;
  font-weight: 600 !important;
  margin: 0px !important;
}
#sidebarFilter .panel {
  background-color: transparent !important;
  border-color: transparent !important;
}
#sidebarFilter .panel-default {
  background-color: transparent !important;
  margin-top: 0px !important;
}
#sidebarFilter .panel-default .panel-heading {
  padding-left: 5px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
#sidebarFilter .panel-default a:hover {
  text-decoration: none !important;
}
#sidebarFilter .panel-body {
  padding: 0px 0px 0px 5px !important;
}
.sidebar ul {
  margin: 0px !important;
  border: none !important;
  padding: none !important;
}
.sidebar ul li a {
  font-size: unset !important;
  color: #000000 !important;
}
.markMoreBt,
.filterOk {
  margin: 5px 0 5px 5px !important;
  font-size: 12px !important;
  color: #ffffff !important;
  border: 1px solid #f0ad4e !important;
}
.filterOk {
  border: 1px solid #5cb85c !important;
}
.noClick {
  pointer-events: none !important;
}
.filterPreview {
  font-size: 14px !important;
}
.facetPrev {
  padding: 1px 6px !important;
}
.collapse {
  display: none;
  margin-top: 0 !important;
  visibility: hidden !important;
}
.collapse.in {
  margin-top: 0 !important;
  visibility: visible !important;
}
ul#prodFeatures {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.see-price-link:hover {
  text-decoration: none;
}
.buying-options {
  display: none;
}
#buying-options-toggle-on {
  cursor: default;
  color: white;
  background-color: #118ccf;
  padding: 12px 30px 14px;
  line-height: normal;
  vertical-align: baseline;
}
#review-input {
  width: 95%;
}
.red {
  color: red;
}
.cartTip {
  font-size: .8em !important;
  cursor: pointer;
  vertical-align: top;
  color: #118ccf;
}
.add_to_list:hover,
.new_list:hover {
  cursor: pointer;
}
.collapse.question {
  display: none;
  visibility: hidden;
}
.collapse.question.in {
  display: block;
  visibility: visible;
}
tr.collapse.question.in {
  display: table-row;
}
tbody.collapse.question.in {
  display: table-row-group;
}
.collapsing.question {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  position: relative;
  bottom: 60px;
  left: 5px;
  color: #1573C4;
}
.accordion-toggle.collapsed:after {
  content: "\e114";
}
.centered-modal {
  position: fixed;
  margin: auto;
  top: 25%;
  left: 35%;
  max-width: 600px;
  z-index: 11;
  background-color: white;
  border: solid 2px gray;
}
.info-mod {
  padding: 15px;
}
.img-holder {
  width: 40%;
  height: 40%;
  margin-bottom: 15px;
}
.info-header {
  background-color: #118ccf;
  color: white;
}
.darkmat {
  position: fixed;
  top: 0px;
  bottom: 0px;
  background-color: black;
  opacity: 0.2;
  min-width: 100%;
  min-height: 100%;
  z-index: 10;
  display: none;
}
#noticeModal {
  display: none;
}
.input-no-spinner::-webkit-outer-spin-button,
.input-no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hover-pointer:hover {
  cursor: pointer;
}
.faReview {
  float: left;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.faReview:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.faReview:not(:checked) > label {
  float: right;
  width: 1.2em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px #bbbbbb, 2px 2px #666666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.faReview:not(:checked) > label:before {
  content: #xf006;
}
.faReview > input:checked ~ label {
  color: #118ccf;
  text-shadow: 1px 1px #2c2c2c, 2px 2px #118ccf, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.faReview:not(:checked) > label:hover,
.faReview:not(:checked) > label:hover ~ label {
  color: #118ccf;
  text-shadow: 1px 1px #a0d2eb, 2px 2px #41a5d7, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.faReview > input:checked + label:hover,
.faReview > input:checked + label:hover ~ label,
.faReview > input:checked ~ label:hover,
.faReview > input:checked ~ label:hover ~ label,
.faReview > label:hover ~ input:checked ~ label {
  color: #118ccf;
  text-shadow: 1px 1px #a0d2eb, 2px 2px #41a5d7, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.faReview > label:active {
  position: relative;
  top: 3px;
  left: 3px;
}
.icon-a {
  color: #118ccf;
}
.error {
  color: red;
}
.in-shopping {
  display: block;
  margin-top: 16px;
}
.btn-nav-images {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  cursor: pointer;
}
.btn-nav-images:hover {
  background-color: #eee;
}
.thumbnail_image:hover {
  background-color: #eee;
}
.buying-options-div {
  margin-left: unset !important;
}
.product .buying-options table tbody tr td {
  font-size: 13px;
}
@media (max-width: 1199px) {
  .product .buying-options .btn.cart {
    padding: 12px 5px;
  }
  .buying-options-div {
    font-size: 14px;
    padding-right: none;
  }
  .buying-options-div .spinner {
    font-size: 16px;
  }
  .singleProduct .container {
    width: 1000px;
  }
  .singleProduct .product .buying-options table tbody tr td:nth-child(5) {
    width: 70px;
  }
  .buying-options-div {
    margin-left: 300px;
    width: initial;
  }
  .logo {
    width: 33.3333333% !important;
  }
}
@media (max-width: 1015px) {
  .singleProduct .container {
    width: 980px;
  }
  .singleProduct .col-tablet-6 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .singleProduct .container {
    width: 850px;
  }
  .singleProduct .col-tablet-6 {
    width: 80%;
  }
  .buying-options-div {
    margin-left: initial;
    width: initial;
  }
}
@media (max-width: 900px) {
  .singleProduct .col-tablet-6 {
    width: 80%;
  }
  .singleProduct .container {
    width: 655px;
  }
  .product .summary .pricing .left {
    margin-right: 0;
  }
}
@media (max-width: 675px) {
  .singleProduct .container {
    width: 550px;
  }
  .singleProduct .col-tablet-6 {
    width: 100%;
  }
  .singleProduct .product .buying-options table tbody tr td {
    padding: 0;
  }
  .singleProduct .product .buying-options table tbody tr td:nth-child(2) {
    width: 20%;
  }
  .singleProduct .product .buying-options table tbody tr td:nth-child(4) {
    width: 50px;
  }
  .singleProduct .product .buying-options table {
    height: 300px;
  }
  .singleProduct .product .summary .pricing .left .item_price {
    width: 250px;
  }
  .product .buying-options table tbody tr td {
    padding: 0;
  }
}
@media (max-width: 604px) {
  .product .buying-options table tr td {
    font-size: 14px !important;
  }
  .product .buying-options table tbody tr td:nth-child(4) input {
    border-right: 1px solid #aaa;
    border-radius: 3px;
    top: 8px;
  }
  .product .buying-options table tbody tr td:nth-child(4) button {
    display: none;
  }
  .product .buying-options table tbody tr td button {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .product .buying-options table tbody tr td input {
    margin-right: 2px !important;
  }
}
@media (max-width: 575px) {
  .singleProduct .container {
    width: 400px;
  }
  #review-photo {
    width: 256px;
  }
  .input-no-spinner {
    margin: 0px !important;
  }
  .big-img {
    display: none;
  }
  .small-img {
    display: inline-block !important;
  }
  ul#prodFeatures {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
}
.btn-clk {
  font-family: 'Source Sans Pro', sans-serif !important;
  color: #D5D7FF;
  font-size: 24px;
  border: 1px solid #D5D7FF;
  background: none!important;
  padding: 0!important;
  font: inherit;
  cursor: pointer;
  width: 70%;
  height: 50px;
  text-align: left;
}
#project-table {
  padding-top: 50px;
}
#project-table .project {
  marign: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif !important;
}
#project-table .project .project-table {
  padding-bottom: 30px;
}
#project-table .project .project-table .project-header {
  position: relative;
  background: #118ccf  ;
  padding: 22px 22px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#project-table .project .project-table .project-header .project-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
#project-table .project .project-table .project-header .project-rate {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
}
#project-table .project .project-table .project-header .project-rate sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #D5D7FF;
}
#project-table .project .project-table .project-header .project-rate span {
  font-size: 16px;
  color: #D5D7FF;
  text-transform: uppercase;
}
#project-table .project .project-list {
  padding: 20px 0 40px 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
#project-table .project .project-list ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
#project-table .project .project-list ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  color: #D5D7FF;
  font-size: 16px;
  line-height: 42px;
}
#project-table .project .project-list ul li:last-child {
  border: none;
}
#project-table .project .project-list ul li i {
  margin-right: 12px;
  color: #D5D7FF;
}
#project-table .project .project-list ul li span {
  color: #118ccf  ;
}
.project-title {
  height: 70px;
}
.discard {
  color: #D5D7FF;
}
.sign_in {
  border: 1px solid #ececec;
}
.sign_in p {
  margin-left: 30px;
}
.similar,
.contact {
  margin-top: 30px;
  margin-left: 60px;
  margin-bottom: 30px;
}
.cent {
  text-align: center;
}
#project-table .project .project-list ul li button {
  color: #D5D7FF;
  background: none!important;
  border: none;
  padding: 0!important;
  font: inherit;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: left;
}
#project-table .project .project-list ul li:hover {
  color: #D5D7FF;
  border-bottom: 1px solid #118ccf;
}
.blue-trans {
  position: absolute;
  width: 570px;
  height: 430px;
  background-color: #004a80;
  opacity: 0.7;
  z-index: -1;
}
.plumblue {
  margin: auto;
  width: 90%;
  padding: 10px;
}
.head {
  color: #1e8bcc;
  font-size: 30px;
  margin-bottom: 13px;
}
.sdc {
  color: #00ff66;
  font-size: 30px;
  text-align: center;
}
.plumbpic {
  height: 38px;
  width: 228px;
  margin-bottom: -11px;
  margin-left: 10px;
}
.imghead {
  position: absolute;
  margin-left: none;
  margin-right: none;
  width: 100%;
  z-index: -1;
}
.headimg {
  width: 100%;
  height: 100%;
}
.blubod {
  height: 608px;
}
.white-text {
  color: white;
  font-family: 'Source Sans Pro light', sans-serif !important;
}
.plumb-header {
  margin: auto;
  width: 90%;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 10px;
}
.rounddiv {
  margin-right: 50px;
  display: inline;
  margin-top: 8px;
}
.enclose {
  background-color: #1e8bcc;
  border-radius: 100%;
  color: white;
  width: 80px;
  height: 80px;
  padding: 10px;
  text-align: center;
  vertical-align: text-top;
  font: bold 50px Arial;
  cursor: pointer;
}
.block {
  margin-bottom: 20px;
}
.bigger {
  margin: 14px;
}
.inst {
  padding-top: 20px;
}
.ins {
  margin-left: 15px;
  margin-bottom: 5%;
  font-size: 20px !important;
  padding-top: 8px;
}
.imghead,
.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.newbutton {
  width: 150px;
  margin: auto;
}
#sprinkler-home {
  background-color: white !important;
  min-width: 100% !important;
}
.imgtitle {
  width: 70%;
  margin-bottom: -4%;
}
.imgtitle .headtitle {
  width: 100%;
  height: 100%;
}
.stepimg img {
  width: 100%;
}
.instructions {
  margin-top: -15%;
}
.splist li {
  padding-bottom: 15px;
}
.midsprinkler {
  margin-top: -25%;
  width: 100%;
  height: 100%;
}
.intro-content {
  font-size: 21px !important;
}
.white-stroke {
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.benefitimages {
  width: 80%;
}
.benimages {
  margin-top: -5%;
  margin-bottom: 5%;
  text-align: center;
}
.glowstep {
  position: absolute;
  width: 30%;
  height: 32%;
  cursor: pointer;
}
.glowstep-1 {
  left: 34%;
  top: 1%;
}
.glowstep-2 {
  right: 3%;
  top: 27%;
}
.glowstep-3 {
  right: 15%;
  bottom: 0%;
}
.glowstep-4 {
  left: 15%;
  bottom: 0%;
}
.glowstep-5 {
  left: 2%;
  top: 27%;
}
.headdiv {
  margin-top: -3%;
}
.midimage {
  min-width: 100%;
}
.midimage-container {
  position: relative;
}
.option-buttons {
  margin-left: 20%;
}
#upload {
  margin: auto;
  width: 700px;
}
#top {
  vertical-align: top;
  padding-top: 10px;
}
.rad {
  padding: 40px;
}
.imgs {
  max-width: 100%;
  max-height: 100%;
}
.image-text {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
.icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 71.04px;
  height: 48px;
  background-size: 71.04px 48px;
  background-repeat: no-repeat;
}
.icon.paypal {
  background-image: url('../img/icons/paypal.svg');
}
.icon.mastercard {
  background-image: url('../img/icons/mastercard.svg');
}
.icon.visa {
  background-image: url('../img/icons/visa.svg');
}
.icon.discover {
  background-image: url('../img/icons/discover.svg');
}
.icon.amex {
  background-image: url('../img/icons/amex.svg');
}
.icon.cash {
  background-image: url('../img/icons/cash.svg');
}
.icon.amazon {
  background-image: url('../img/icons/amazon.svg');
}
.icon.affirm {
  background-image: url('../img/icons/affirm.svg');
}
.icon.katapult {
  background-image: url('../img/icons/katapult.png');
}
.icon.finance {
  background-image: url('../img/icons/affirm.svg');
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Menu Drawer - mobile */
@media only screen and (max-width: 768px) {
  html {
    min-height: 100vh;
  }
  .disable-scroll {
    overflow: hidden;
  }
  #topbar {
    display: none;
  }
  #heading {
    display: inline-block;
    width: 100%;
  }
  #heading .header-main {
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    height: 59px;
    position: fixed;
    top: 0px;
    background-color: #fff;
    width: 100%;
    z-index: 1500;
  }
  #heading .header-main .row {
    font-size: 0px;
    margin: 0px;
  }
  #heading .header-main .row .logo {
    margin: 0px;
    top: 0px;
    width: auto !important;
    height: 59px;
    padding: 0px;
    float: left;
  }
  #heading .header-main .row .logo a {
    padding: 7px 7px 12px;
    display: inline-block;
  }
  #heading .header-main .row .logo a img {
    width: 45px;
    height: 45px;
  }
  #heading .header-main .row #menu-navigation-button-container-mobile {
    font-size: 33px;
    padding: 0px;
    margin: 0px;
    height: 59px;
    color: #565656;
    position: relative;
    float: left;
  }
  #heading .header-main .row #menu-navigation-button-container-mobile #menu-navigation-button {
    padding: 10px 10px 7.4px 10px;
    display: inline-block;
  }
  #heading .header-main .row .search {
    width: -webkit-calc(100% - -webkit-calc(59px + 48.29px + 70px));
    width: -moz-calc(100% - -moz-calc(59px + 48.29px + 70px));
    width: -o-calc(100% - -o-calc(59px + 48.29px + 70px));
    width: -ms-calc(100% - -ms-calc(59px + 48.29px + 70px));
    width: calc(100% - calc(59px + 48.29px + 70px));
    height: 59px;
    margin: 0px;
    padding: 12px 8px;
    position: relative;
    float: left;
  }
  #heading .header-main .row .search #header-search {
    position: relative;
  }
  #heading .header-main .row .search #header-search input[type="text"] {
    height: 37px;
    font-size: 14px;
    padding: 10px 0px 10px 10px;
  }
  #heading .header-main .row .search #header-search button[type="submit"] {
    height: 37px;
    right: 0px;
    width: auto;
    padding: 7px 10px 0px 10px;
  }
  #heading .header-main .row .search #header-search .fa-search {
    font-size: 23px;
  }
  #heading .header-main .row .minicart {
    display: none;
  }
  #heading .header-main .row #cart-button-container-mobile {
    font-size: 33px;
    color: #565656;
    margin: 0px;
    padding: 0px;
    height: 59px;
    position: relative;
    float: right;
  }
  #heading .header-main .row #cart-button-container-mobile #cart-button {
    padding: 9px 6px 4px 1px;
    display: inline-block;
  }
  #heading .header-main .row #cart-button-container-mobile #cart-button #cart-item-count {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 100%;
    background-color: #ff0000;
    color: #fff;
  }
  .header-ext {
    margin-top: 80px;
  }
  .header-ext #menu-drawer-page-block {
    background-color: rgba(0, 0, 0, 0.32);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1501;
    display: none;
  }
  .header-ext #menu-drawer-header {
    background-color: #565656;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 75%;
    height: 50px;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    display: none;
    z-index: 1504;
  }
  .header-ext #menu-drawer-header a {
    background-color: #565656;
  }
  .header-ext #menu-drawer-header a .fa {
    font-size: 20px;
    color: #fff;
  }
  .header-ext #menu-drawer-header a:hover {
    background-color: #0f7cb7;
  }
  .header-ext #menu-drawer-header #menu-nav-back-button {
    padding: 15px 15px 14px 15px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .header-ext #menu-drawer-header #menu-items-parent {
    display: none;
  }
  .header-ext #menu-drawer-header #menu-nav-close-button {
    padding: 15px 15px 14px 15px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 75%;
    height: 100%;
    padding: 50px 0px;
    margin: 0px;
    z-index: 1502;
    display: none;
    background-color: #fff;
    list-style: none;
    overflow-x: auto;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li {
    margin: 0px;
    border-bottom: 1px solid #ececec;
    position: relative;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li .main-menu-item-link,
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li .sub-menu-item-link {
    color: #4f5254;
    margin-right: 20px;
    position: relative;
    padding: 13px 66px 13px 15px;
    display: block;
    width: 100%;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li .menu-with-children {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgba(79, 82, 84, 0.38);
    font-size: 30px;
    padding: 8px 25px 9px 30px;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li a:hover,
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li a:active,
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li a:focus,
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li a:visited {
    text-decoration: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu {
    box-shadow: 12px 0px 59px rgba(0, 0, 0, 0.75);
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .sub-menu {
    display: none;
  }
  .header-ext #menu-drawer-footer {
    background-color: #565656;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 75%;
    height: 50px;
    z-index: 1504;
    overflow: hidden;
    display: none;
  }
  .header-ext #menu-drawer-footer a {
    color: #fff;
    font-size: 18px;
    position: relative;
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    width: -o-calc(50% - 2px);
    width: -ms-calc(50% - 2px);
    width: calc(50% - 2px);
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }
  .header-ext #menu-drawer-footer a:first-child {
    border-right: 1px solid #fff;
  }
  .header-ext #menu-drawer-footer a:only-child {
    border: none;
  }
  #phone-link-container {
    text-align: right;
  }
  #phone-link-container a {
    color: #fff;
  }
  #social-media-icons-container {
    text-align: right;
  }
  #social-media-icons-container .social-media-icons-items {
    display: inline-block;
    margin: 0px;
  }
  #social-media-icons-container .social-media-icons-items a {
    font-size: 40px;
    margin: 0px 3px;
  }
}
/* Menu Drawer - tablet */
@media only screen and (min-width: 575px) and (max-width: 768px) {
  #heading .header-main .row .logo a img {
    width: 238px;
    height: 43px;
  }
  #heading .header-main .row .search {
    width: calc(100% - calc(252px + 48.29px + 70px));
  }
}
/* Top Nav Menu - desktop */
@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
  .header-main {
    margin-bottom: 0px;
  }
  .header-main .search {
    margin-bottom: 20px;
  }
  .header-ext .navbar-menu-container {
    margin-bottom: 30px;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 3px;
    text-align: center;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul {
    list-style: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li a {
    text-decoration: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container ul li a:hover {
    text-decoration: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu {
    display: table-row;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item {
    display: table-cell;
    height: 40px;
    position: relative;
    vertical-align: top;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .main-menu-item-link {
    display: block;
    height: 100%;
    min-height: 44px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1em;
    color: #565656;
    padding: .75em;
    border-right: 1px solid #ececec;
    position: relative;
    cursor: pointer;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .menu-no-link {
    cursor: default;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .menu-with-children {
    display: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ececec;
    z-index: 200;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    min-width: 175px;
    box-shadow: 3px 3px 6px 0.5px rgba(0, 0, 0, 0.19);
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item {
    border-bottom: 1px solid #ececec;
    position: relative;
    width: 100%;
    height: 40px;
    white-space: nowrap;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item .sub-menu-item-link {
    color: #4f5254;
    margin-right: 50px;
    position: relative;
    padding: 11px;
    display: block;
    width: 100%;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item .menu-with-children {
    float: right;
    position: absolute;
    top: 0px;
    right: -1px;
    color: rgba(79, 82, 84, 0.38);
    font-size: 18px;
    padding: 11px 15px 11px 17px;
    display: block;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item a:hover,
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item a:active,
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item a:focus,
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item a:visited {
    text-decoration: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item:hover {
    background-color: rgba(79, 82, 84, 0.15);
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu .sub-menu-item:last-of-type {
    border-bottom: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu:first-of-type {
    border-radius: 0 0 3px 3px;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu-item-middle,
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu-item-bottom {
    border-top: 1px solid #ececec;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu-item-middle ~ .sub-menu-item-middle,
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item .sub-menu-item-bottom ~ .sub-menu-item-bottom {
    border-top: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item:hover .main-menu-item-link {
    color: #fff;
    background-color: #565656;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item:first-of-type .main-menu-item-link {
    border-radius: 3px 0px 0px 3px;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item:first-of-type:hover .main-menu-item-link {
    border-radius: 3px 0px 0px 0px;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item:first-of-type:hover .main-menu-item-link:only-child {
    border-radius: 3px 0px 0px 3px;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item:last-of-type .main-menu-item-link {
    border-radius: 0px 3px 3px 0px;
    border-right: none;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item:last-of-type:hover .main-menu-item-link {
    border-radius: 0px 3px 0px 0px;
  }
  .header-ext .navbar-menu-container .nav-main-container .nav-container .main-menu .main-menu-item:last-of-type:hover .main-menu-item-link:only-child {
    border-radius: 0px 3px 3px 0px;
  }
}
