/*! nouislider - 9.0.0 - 2016-09-29 21:44:03 */
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&family=Roboto&display=swap');
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/**
 * EasyZoom core styles
 */
.easyzoom {
  /* 'Shrink-wrap' the element */
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
  height: auto;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  right: -78%;
  width: 75%;
  height: 100%;
}
.easyzoom-flyout img {
  max-width: none !important;
  min-width: 100%;
  height: auto !important;
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! 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;
  }
  .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('/app/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('/app/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/app/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/app/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/app/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/app/dist/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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 1.42857143;
  color: #535369;
  background-color: #f4f4f4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #94814c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #615532;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #94814c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #72643b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #94814c;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #72643b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f4f4f4;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  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"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  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;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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: #9292a9;
}
@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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #94814c;
  border-color: #837243;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #72643b;
  border-color: #2f2918;
}
.btn-primary:hover {
  color: #fff;
  background-color: #72643b;
  border-color: #5b4f2f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #72643b;
  border-color: #5b4f2f;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #5b4f2f;
  border-color: #2f2918;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #94814c;
  border-color: #837243;
}
.btn-primary .badge {
  color: #94814c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #94814c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #615532;
  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;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #535369;
}
.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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .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: #94814c;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f4f4f4;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #535369;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f4f4f4;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .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: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-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: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 991px) {
  .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: 992px) {
  .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;
  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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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 {
  margin-bottom: 0;
  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: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #535369;
  border-color: #535369;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #bdbdcb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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 {
    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;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #535369;
  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: #535369;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #535369;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #535369;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #535369;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #535369;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #535369;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #535369;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #535369;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
#header-nav + #main-wrapper {
  padding-top: 76px;
}
@media (min-width: 992px) {
  #header-nav + #main-wrapper {
    padding-top: 86px;
  }
}
#item-search,
#item-detail {
  padding-top: 60px;
  background-image: url(/App/dist/images/product-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  #item-search,
  #item-detail {
    background-size: 100%;
  }
}
.purple-text {
  color: #535369;
}
.yellow-text {
  color: #eac239;
}
.tooltip-inner a {
  color: #fff;
}
.v-align-outer {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.v-align-outer .v-align-inner {
  display: table-cell;
  vertical-align: middle;
}
.container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
img {
  max-width: 100% !important;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px 20px 25px;
  position: relative;
}
.block.dark {
  background-color: #dedee1;
}
.block.light {
  box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
}
.bordered-img {
  position: relative;
  display: inline-block;
}
.bordered-img img {
  position: relative;
  margin: 0;
  z-index: 1;
}
.bordered-img:after {
  content: '';
  position: absolute;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #a3a3ae;
  border-right: 1px solid #a3a3ae;
  background-color: #e3e3e8;
  height: 80%;
  width: 80%;
  bottom: -5px;
  right: -5px;
}
.colors {
  overflow: hidden;
  font-size: 0;
  border-radius: 5px;
}
.colors .color-bar-option {
  display: inline-block;
  height: 20px;
  border: solid 1px #fff;
}
.find-a-fab-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.find-a-fab-wrapper .find-a-fab-outer {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
}
.find-a-fab-wrapper .find-a-fab-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
}
.easyzoom.is-ready img,
.easyzoom.is-ready .image-container {
  cursor: zoom-in;
}
.modal {
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  overflow: hidden !important;
}
.modal .item,
.modal .carousel-control {
  height: 100% !important;
}
.modal .close {
  position: absolute;
  z-index: 999999;
  height: auto !important;
  right: 10px;
  font-size: 50px;
}
.modal img {
  width: 100% !important;
}
.modal .easyzoom-flyout img {
  width: auto !important;
}
.modal .easyzoom.easyzoom--overlay {
  position: relative;
}
.modal .easyzoom.easyzoom--overlay > a {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.modal .modal-dialog {
  width: 100% !important;
  margin: 0 !important;
}
.modal .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.modal .carousel-text {
  margin-top: 20px;
}
.modal .carousel-control {
  width: 5%;
  background: #fff;
}
.modal .carousel-control .glyphicon {
  color: #000;
}
.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 20px 16px;
}
.content-row {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  font-size: 16px;
}
.content-row.gray {
  background-color: #e3e3e8;
}
.content-row.purple {
  background-color: #535369;
  color: #fff;
}
.content-row.white.has-content {
  position: relative;
}
.content-row.white.has-content:before,
.content-row.white.has-content:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.content-row.white.has-content:before {
  bottom: initial;
  top: 10px;
  left: 0;
  right: 0;
}
.content-row.white.has-content:after {
  bottom: initial;
  top: 16px;
  left: 10%;
  right: 10%;
}
.content-row .first-col {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .content-row .first-col {
    margin-bottom: 0;
  }
}
.content-row table {
  border: none;
  width: 100% !important;
}
.content-row table tr {
  border: none;
}
.content-row table tr td {
  border: none;
  vertical-align: top;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.content-row table tr td img {
  width: 100% !important;
  margin: 0;
  height: auto !important;
}
@media (min-width: 768px) {
  .content-row table {
    table-layout: fixed;
  }
  .content-row table tr td {
    padding: 0 15px;
    display: table-cell;
  }
}
.content-row img {
  border-radius: 4px;
  max-width: 100%;
  margin: 15px;
}
.content-row img.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#main-col .content-row {
  padding-top: 20px;
  margin-bottom: 50px;
}
#main-col .content-row.white.has-content {
  position: relative;
}
#main-col .content-row.white.has-content:before,
#main-col .content-row.white.has-content:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
#main-col .content-row.white.has-content:before {
  top: initial;
  bottom: -10px;
  left: 100px;
  right: 100px;
}
#main-col .content-row.white.has-content:after {
  top: initial;
  bottom: -4px;
  left: 40px;
  right: 40px;
}
@media (min-width: 768px) {
  #main-col .container,
  #main-col .blog-post-list,
  #main-col .blog-post-detail {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.subnav-container {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .subnav-container {
    padding: 30px 70px 40px;
  }
}
.subnav-container h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 7px;
}
.subnav-container h4,
.subnav-container p {
  color: #535369;
}
.subnav-container .subnav-button {
  width: 100% !important;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 2px #535369;
  font-weight: 600;
  white-space: normal;
}
.subnav-container a.subnav-button.btn.btn-transparent:hover {
  color: #fefefe !important;
  background-color: #535369;
  border: 2px solid #535369;
  font-weight: bolder;
}
.subnav-container .subnav-indent {
  width: 80%;
  margin: 0px auto;
}
.subnav-container .subnav-indent .btn.btn-transparent {
  border: none;
  border-bottom: 1px solid #cdcddc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin: 6px 0px 4px;
  color: #83839c !important;
  font-weight: bolder;
}
.subnav-container .subnav-indent .btn.btn-transparent:hover {
  color: #535369 !important;
  background-color: #cdcddc;
  border-radius: 20px;
  border: none;
  margin-bottom: 5px;
  font-weight: 600;
  margin-bottom: 1px;
}
.subnav-container .subnav-indent .btn.btn-transparent:last-of-type {
  margin-bottom: 16px;
  overflow: visible;
}
.subnav-container .subnav-indent .btn.btn-transparent:last-of-type:before {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 16px;
  right: 16px;
  z-index: 10;
}
.subnav-container .subnav-indent .btn.btn-transparent:last-of-type:hover {
  margin-bottom: 13px;
  overflow: hidden;
}
.dropdown .dropdown-toggle {
  position: relative;
  padding-right: 20px;
}
.dropdown .dropdown-toggle .caret {
  position: absolute;
  top: 15px;
  right: 8px;
}
.dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
body {
  font-family: "Source Sans Pro";
}
a,
a:hover,
a:focus {
  color: #D95B11;
  font-family: "Open Sans";
}
.navbar {
  font-family: "Open Sans";
}
button,
a.btn {
  font-family: "Lato";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter";
}
#header-nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  transition: margin-top 0.3s ease-in-out;
}
#header-nav.shrink {
  margin-top: 0px !important;
}
#header-nav .container {
  position: relative;
}
@media (max-width: 767px) {
  #header-nav .container {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
#header-nav .utility-nav {
  max-height: 50px;
  transition: max-height 0.3s ease-in-out;
}
#header-nav .utility-nav a {
  position: relative;
  top: 3px;
  padding: 0 15px;
  font-size: 12px;
  color: #535369;
}
#header-nav .utility-nav a.checkout span {
  background-color: #535369;
  color: white;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 8px;
  position: absolute;
  z-index: 2;
}
#header-nav .utility-nav a.checkoutcount0 span {
  display: none;
}
#header-nav .utility-nav.shrink {
  max-height: 0;
}
#header-nav .utility-nav.shrink a.checkout > span {
  display: none;
}
@media (min-width: 992px) {
  #header-nav .dropdown-hover:hover > ul.dropdown-menu {
    display: block;
  }
}
#header-nav .navbar {
  padding: 13px 0;
  margin-top: 0px;
  border-radius: 0;
  border: none;
  background-color: #fff;
  margin-bottom: 0;
}
#header-nav .navbar .navbar-brand {
  margin-top: -23px;
  width: 180px;
}
@media (min-width: 768px) {
  #header-nav .navbar .navbar-brand {
    width: auto;
  }
}
#header-nav .navbar .navbar-brand img {
  width: 100%;
}
#header-nav .navbar .mobile-telephone,
#header-nav .navbar .mobile-checkout {
  padding: 6px 14px;
  color: #888;
}
#header-nav .navbar .mobile-checkout span.count {
  background-color: #535369;
  color: white;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 8px;
  position: absolute;
  z-index: 2;
  top: -9px;
  right: -7px;
}
#header-nav .navbar li {
  position: relative;
}
#header-nav .navbar li.open .expand .glyphicon-chevron-down {
  display: none;
}
#header-nav .navbar li.open .expand .glyphicon-chevron-up {
  display: block;
}
#header-nav .navbar li .link {
  font-weight: 700;
  padding: 10px 20px;
}
#header-nav .navbar li .expand {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
}
#header-nav .navbar li .expand .glyphicon-chevron-down {
  display: block;
}
#header-nav .navbar li .expand .glyphicon-chevron-up {
  display: none;
}
#header-nav .navbar li .dropdown-menu {
  padding-top: 0;
}
#header-nav .navbar li .dropdown-menu li {
  text-align: center;
}
#header-nav .navbar li .dropdown-menu + .expand {
  display: block;
}
@media (min-width: 992px) {
  #header-nav .navbar li .link {
    font-weight: 400;
  }
  #header-nav .navbar li .dropdown-menu {
    padding-top: 13px;
    border: none;
    box-shadow: none;
  }
  #header-nav .navbar li .dropdown-menu li {
    text-align: left;
  }
}
#header-nav .navbar .navbar-nav > .open > a {
  background-color: transparent;
}
#header-nav .navbar .navbar-nav > li:last-of-type .link {
  background: #0D547A;
  border-radius: 4px;
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  #header-nav .navbar .navbar-nav > li:last-of-type .link {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  #header-nav #main-nav {
    padding: 0;
    border: none;
  }
}
#header-nav #main-nav .navbar-nav {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  #header-nav #main-nav .navbar-nav {
    float: right;
    width: auto;
  }
}
@media (max-width: 991px) {
  #header-nav #main-nav .navbar-nav {
    margin: 0;
  }
}
footer {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
footer .top {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
footer .top:after {
  content: '';
  border-bottom: 1px solid #d1d1d8;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  display: block;
}
@media (min-width: 992px) {
  footer .top:after {
    bottom: 65px;
  }
}
footer .top .logo {
  z-index: 9;
}
footer .top .logo img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .top .logo {
    float: left;
  }
}
@media (min-width: 768px) {
  footer .top .social-wrapper {
    text-align: right;
  }
}
@media (min-width: 992px) {
  footer .top .social-wrapper {
    float: left;
    padding-right: 40px;
  }
}
footer .top .social-wrapper a {
  background-image: url(../../Images/social-icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 20px;
  padding: 0;
  margin-top: 15px;
  margin-left: 10px;
}
footer .top .social-wrapper a.linkedin {
  background-position: -33px 0px;
}
footer .top .social-wrapper a.twitter {
  background-position: -67px 0px;
}
footer .top .social-wrapper a.instagram {
  background-position: -101px 0px;
}
footer .top .social-wrapper a.google {
  background-position: -134px 0px;
}
footer .top .social-wrapper a.youtube {
  background-position: -169px 0px;
}
footer .top .social-wrapper a.yelp {
  background-position: -202px 0px;
}
footer .top .social-wrapper a.pinterest {
  background-position: -234px 0px;
}
footer .top .social-wrapper a.houzz {
  background-position: -265px 0px;
}
footer .top .social-wrapper a:first-of-type {
  margin-left: 0;
}
footer .top .contact {
  margin-top: 15px;
}
@media (min-width: 768px) {
  footer .top .contact {
    text-align: right;
  }
}
footer .top .contact a {
  font-weight: 700px;
}
footer .footer-nav {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
footer .footer-nav li {
  display: inline-block;
  padding: 10px;
}
footer .footer-nav li a {
  text-decoration: underline;
  color: #86869c;
}
.form-control {
  background: #f4f4f4;
  box-shadow: none;
  border: 1px solid #dedede;
}
.form-horizontal {
  margin: 30px 15px;
}
.ErrorLabel {
  color: #d9534f;
}
.form-container {
  max-width: 600px;
  margin: 0 auto;
}
.form-horizontal,
.FormPanel {
  max-width: 600px;
  margin: 30px auto;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 20px 25px;
  position: relative;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
}
.form-horizontal tr td,
.FormPanel tr td {
  display: block !important;
  text-align: left !important;
  margin-bottom: 0;
}
.form-horizontal .FieldLabel,
.FormPanel .FieldLabel {
  margin-bottom: 0;
}
.form-horizontal .EditingFormErrorLabel,
.FormPanel .EditingFormErrorLabel {
  color: #d9534f;
}
.form-horizontal .EditingFormValueCell,
.FormPanel .EditingFormValueCell {
  margin-bottom: 20px;
  width: 100%;
}
.form-horizontal .EditingFormValueCell .CheckBoxField,
.FormPanel .EditingFormValueCell .CheckBoxField {
  margin: 0;
}
.form-horizontal .EditingFormButtonCell,
.FormPanel .EditingFormButtonCell {
  text-align: center;
}
.form-horizontal .EditingFormButtonCell input[type=submit],
.FormPanel .EditingFormButtonCell input[type=submit] {
  margin-top: 0;
}
.form-horizontal label,
.FormPanel label {
  margin: 0;
}
.form-horizontal *,
.FormPanel * {
  max-width: 100%;
}
.form-horizontal .form-group,
.FormPanel .form-group {
  margin: 0;
}
.form-horizontal .FieldLabel,
.FormPanel .FieldLabel {
  padding-right: 10px;
}
.form-horizontal .FieldLabel .EditingFormLabel,
.FormPanel .FieldLabel .EditingFormLabel {
  font-weight: 700;
}
.form-horizontal .ExplanationText,
.FormPanel .ExplanationText {
  font-size: 12px;
}
.form-horizontal .form-control,
.FormPanel .form-control {
  margin: 10px 0;
}
.form-horizontal #usphone .form-control-text,
.FormPanel #usphone .form-control-text {
  width: 1%;
}
.form-horizontal #usphone .input-width-15,
.FormPanel #usphone .input-width-15 {
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
}
.form-horizontal #usphone .input-width-20,
.FormPanel #usphone .input-width-20 {
  width: 29%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
}
.form-horizontal .editing-form-label-cell,
.FormPanel .editing-form-label-cell {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.form-horizontal .editing-form-value-cell,
.FormPanel .editing-form-value-cell {
  display: inline-block;
  width: 70%;
}
.form-horizontal .checkbox,
.FormPanel .checkbox,
.form-horizontal .CheckBoxMovedLeft,
.FormPanel .CheckBoxMovedLeft {
  margin-left: 0;
  display: inline-block;
}
.form-horizontal .checkbox input,
.FormPanel .checkbox input,
.form-horizontal .CheckBoxMovedLeft input,
.FormPanel .CheckBoxMovedLeft input {
  margin-left: 0;
}
.form-horizontal .checkbox.checkbox-list-vertical,
.FormPanel .checkbox.checkbox-list-vertical {
  text-align: left;
}
.form-horizontal .editing-form-value-cell,
.FormPanel .editing-form-value-cell {
  width: 100%;
}
.form-horizontal .recaptcha_table,
.FormPanel .recaptcha_table,
.form-horizontal .recaptchatable,
.FormPanel .recaptchatable {
  width: 100%;
  background: #fff;
}
.form-horizontal .recaptcha_table tr td,
.FormPanel .recaptcha_table tr td,
.form-horizontal .recaptchatable tr td,
.FormPanel .recaptchatable tr td {
  display: table-cell;
}
.form-horizontal .recaptcha_table img,
.FormPanel .recaptcha_table img,
.form-horizontal .recaptchatable img,
.FormPanel .recaptchatable img {
  height: auto !important;
  width: auto !important;
  margin: 0;
}
.form-horizontal .recaptcha_table input,
.FormPanel .recaptcha_table input,
.form-horizontal .recaptchatable input,
.FormPanel .recaptchatable input {
  background: #f4f4f4 !important;
  box-shadow: none !important;
  border: 1px solid #dedede !important;
  margin-top: 10px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  border-radius: 4px;
}
.form-horizontal .btn,
.FormPanel .btn {
  padding: 8px 40px;
  font-size: 14px;
}
.block.light .form-horizontal,
.block.light .FormPanel {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.hero {
  height: 450px;
  line-height: 410px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fefefe;
  text-align: center;
}
.hero.bottom-margin {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero.hero-home {
    height: 600px;
    line-height: 560px;
  }
}
.hero.small {
  height: 340px;
  line-height: normal;
  position: relative;
}
.hero.small:before,
.hero.small:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.hero.small:before {
  top: initial;
  bottom: -10px;
  left: 0;
  right: 0;
}
.hero.small:after {
  top: initial;
  bottom: -15px;
  left: 10%;
  right: 10%;
}
.hero.small .hero-image-container {
  height: 340px;
  overflow: hidden;
  position: relative;
}
.hero.small img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.hero.small .EditableImageEdit {
  margin-top: 250px;
  position: relative;
  z-index: 999;
}
.hero.hero-home .container {
  background-color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
.hero.hero-home .container h1 {
  margin-top: 80px;
}
.hero.hero-home .container div {
  margin-bottom: 80px;
}
.hero .container {
  display: inline-block;
  vertical-align: bottom;
  line-height: normal;
}
.hero .container h1 {
  margin-top: 120px;
  font-weight: 600;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .hero .container h1 {
    font-size: 50px;
  }
}
.hero .container .btn.large {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  margin-top: 24px !important;
  margin-bottom: 0px;
}
.hero .container .btn.large:before,
.hero .container .btn.large:after {
  display: none;
}
body[data-node-alias="Knowledge-Center"] .hero,
body[data-node-alias="Inspiration-Gallery"] .hero,
body[data-node-alias="Frequently-Asked-Questions"] .hero {
  background-position: center bottom;
}
.btn {
  display: inline-block;
  padding: 5px 30px;
  color: #fefefe !important;
  border-radius: 20px;
  background-color: #0D547A;
  position: relative;
  font-size: 12px;
  margin-top: 50px;
}
.btn.no-top-margin {
  margin-top: 0;
}
.btn.light {
  background-color: #fefefe;
  color: #535369 !important;
}
.btn.large {
  margin-bottom: 25px;
  padding: 10px 60px;
  border-radius: 100px;
  font-size: 16px;
}
.btn.large.tight {
  margin: 10px;
}
.btn.underline {
  position: relative;
}
.btn.underline:before,
.btn.underline:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.btn.underline:before {
  top: initial;
  bottom: -15px;
  left: 0;
  right: 0;
}
.btn.underline:after {
  top: initial;
  bottom: -20px;
  left: 10%;
  right: 10%;
}
.btn.btn-transparent {
  border: solid 2px #0D547A;
  background: transparent;
  color: #0D547A !important;
}
.btn.btn-transparent.active,
.btn.btn-transparent:hover {
  background: #0D547A;
  color: #fff !important;
}
.btn.btn-transparent.disabled {
  background: transparent;
  color: #0D547A;
  opacity: 1;
}
.icon.small {
  width: 19px;
  height: 18px;
  display: inline-block;
  margin-bottom: -4px;
  background-image: url(/App/dist/images/product-detail-icons.png);
  background-repeat: no-repeat;
}
.icon.small.yes,
.icon.small.True {
  background-position: -61px 0;
}
.icon.small.no,
.icon.small.False {
  background-position: -81px 0;
}
.icon.small.images {
  background-position: -20px 0;
}
.icon.small.add {
  background-position: 0 0;
}
.icon.small.print {
  background-position: -40px 0;
}
.icon.small.color {
  background-position: -102px 0;
}
.icon.small.location {
  background-position: -122px 0;
}
.icon.small.type {
  background-position: -145px 0;
}
.icon.rating {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-bottom: -4px;
  background-image: url(/App/dist/images/rating-icons.png);
  background-repeat: no-repeat;
}
.icon.rating.color {
  background-position: 0 0;
}
.icon.rating.movement {
  background-position: -58px 0;
}
.icon.rating.abrasion {
  background-position: -118px 0;
}
.icon.rating.stain {
  background-position: -177px 0;
}
.icon.rating.etching {
  background-position: -236px 0;
}
.icon.rating.heat {
  background-position: -294px 0;
}
.icon.rating.uv {
  background-position: -354px 0;
}
.make-appointment.disabled .icon {
  background-position: 0 -41px !important;
}
.make-appointment:hover .icon,
.make-appointment.active .icon {
  background-position: 0 -21px;
}
.print:hover .icon {
  background-position: -40px -21px;
}
[data-mg-color][data-mg-color="black"] {
  background-color: #000;
}
[data-mg-color][data-mg-color="white"] {
  background-color: #fff;
  border: solid 1px #afafaf;
}
[data-mg-color][data-mg-color="gray"] {
  background-color: #afafaf;
}
[data-mg-color][data-mg-color="red"] {
  background-color: #b21205;
}
[data-mg-color][data-mg-color="brown"] {
  background-color: #966148;
}
[data-mg-color][data-mg-color="yellow"] {
  background-color: #e1cd59;
}
[data-mg-color][data-mg-color="green"] {
  background-color: #93975d;
}
[data-mg-color][data-mg-color="blue"] {
  background-color: #5eadcb;
}
[data-mg-color][data-mg-color="purple"] {
  background-color: #b0adcb;
}
[data-mg-color][data-mg-color="pink"] {
  background-color: #e4c9e3;
}
#product-detail-v2 {
  font-family: 'Open Sans', sans-serif;
}
#product-detail-v2 div.like-items-block div.row.item-search-results {
  margin-bottom: 0;
}
#product-detail-v2 div.like-items-block div.row.item-search-results .item-result a {
  margin-bottom: 0;
}
#product-detail-v2 div.more-image-container button.more-images {
  background-color: white;
  border: none;
  font-family: 'Open Sans', sans-serif;
}
#product-detail-v2 .product-header {
  padding-top: 35px;
  padding-bottom: 15px;
}
#product-detail-v2 .product-name {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 700;
}
#product-detail-v2 .slab-price {
  display: inline-block;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 15px;
  font-size: 18px;
}
#product-detail-v2 .slab-price-detail {
    color: #D95B11;
    margin-top: 15px;
    padding: 4px 15px;
}

@media (min-width: 768px) {
    #product-detail-v2 .slab-price-detail {
        display: inline;
    }
}
#product-detail-v2 .header-buttons .btn {
  margin-top: 15px;
}
#product-detail-v2 .form-control {
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#product-detail-v2 .product-content {
  background: #fff;
}
#product-detail-v2 .product-info {
  padding-top: 30px;
}
#product-detail-v2 .product-info .list-group-item {
  padding-left: 40px;
}
#product-detail-v2 .product-info .list-group-item:hover {
  text-decoration: underline;
  cursor: pointer;
}
#product-detail-v2 .product-info .list-group-item.active span {
  color: #fff;
}
#product-detail-v2 .product-info .list-group-item.active:before {
  border: solid 2px #fff;
}
#product-detail-v2 .product-info .list-group-item.active:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 10px;
}
#product-detail-v2 .product-info .list-group-item.active:hover {
  text-decoration: none;
  cursor: default;
}
#product-detail-v2 .product-info .list-group-item span {
  color: #535369;
}
#product-detail-v2 .product-info .list-group-item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: solid 2px #535369;
  border-radius: 20px;
}
#product-detail-v2 .product-info .table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e8e8e8;
}
#product-detail-v2 .product-info .table thead {
  font-size: 12px;
}
#product-detail-v2 .product-info .table thead th {
  font-weight: 400;
}
#product-detail-v2 .product-info .table td {
  border: none;
  font-size: 14px;
  font-weight: 600;
}
#product-detail-v2 .product-info .lot-preview-container {
  padding-top: 10px;
  max-height: 420px;
  overflow-y: scroll;
}
#product-detail-v2 .product-info .lot-preview.active-preview .lot-preview-inner {
  border-color: #535369;
}
#product-detail-v2 .product-info .lot-preview.active-preview .lot-preview-inner .count {
  background-color: #535369;
}
#product-detail-v2 .product-info .lot-preview-inner {
  position: relative;
  padding: 5px;
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: 600;
  border: solid 2px #ddd;
}
#product-detail-v2 .product-info .lot-preview-inner:hover {
  cursor: pointer;
}
#product-detail-v2 .product-info .lot-preview-inner .count {
  position: absolute;
  top: -12px;
  right: -12px;
  display: inline-block;
  border-radius: 40px;
  background: #aaa;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  color: #fff;
}
#product-detail-v2 .product-info .lot-preview-inner .preview-image {
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 5px;
}
#product-detail-v2 .product-info .lot-preview-inner .multiple-dimensions {
  text-decoration: underline;
}
#product-detail-v2 .product-info .dropdown li:hover {
  cursor: pointer;
}
#product-detail-v2 .product-info .modal-body .table {
  margin-top: 20px;
}
#product-detail-v2 .product-info .buttons .btn {
  margin-left: 5px;
  margin-right: 5px;
}
#product-detail-v2 .product-images .lot-image {
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#product-detail-v2 .product-images .lot-id-wrapper {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
#product-detail-v2 .product-images .lot-id {
  display: inline-block;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  font-size: 18px;
}
#product-detail-v2 .product-images .lot-stat {
  padding-bottom: 20px;
}
#product-detail-v2 .product-images .lot-stat a {
  color: #535369;
}
#product-detail-v2 .product-images .multiple-dimensions {
  text-decoration: underline;
}
#product-detail-v2 .product-images .multiple-dimensions:hover {
  cursor: pointer;
}
#product-detail-v2 .product-images .carousel-control {
  bottom: 221px;
}
#product-detail-v2 .product-images .carousel-control.left,
#product-detail-v2 .product-images .carousel-control.right {
  background-image: none;
  -webkit-filter: none;
          filter: none;
}
@media (min-width: 768px) {
  #product-detail-v2 .product-images .carousel-control {
    bottom: 242px;
  }
}
@media (min-width: 992px) {
  #product-detail-v2 .product-images .carousel-control {
    bottom: 152px;
  }
}
@media (min-width: 768px) {
  #product-detail-v2 .header-buttons {
    text-align: right;
  }
}
@media (min-width: 992px) {
  #product-detail-v2 .product-images .lot-stat {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #product-detail-v2 .product-info .lot-preview-container {
    max-height: 480px;
  }
}
.product-detail h1,
.product-detail h3 {
  margin-top: 0;
}
.product-detail h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-detail h3 {
  font-size: 18px;
}
.product-detail .top-bar {
  height: 65px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.product-detail .product-lot-group {
  position: relative;
}
.product-detail .image-container {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
}
.product-detail .item-result > a {
  margin-bottom: 0;
}
.product-detail .product-lot .image-container {
  margin-bottom: 15px;
}
.product-detail .product-lot .color-range-title .glyphicon {
  position: relative;
  top: -2px;
  left: 4px;
  font-size: 13px;
}
.product-detail .product-lot .color-range-title .glyphicon:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-detail .product-lot .lot-image-modal {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .product-detail .product-lot .lot-image-modal {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .product-detail .product-lot .lot-image-modal {
    width: 1100px;
  }
}
.product-detail .product-lot .info {
  position: relative;
  color: #94814c;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding-right: 30px;
}
.product-detail .product-lot .info strong {
  color: #4d4d55;
}
.product-detail .product-lot .info .code {
  margin-left: 30px;
}
.product-detail .product-lot .info .icon {
  margin-left: 10px;
}
.product-detail .product-lot .info a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .product-detail .product-lot .info a {
    font-size: 14px;
  }
}
.product-detail .product-lot .location-note {
  border: solid 2px #535369;
  border-radius: 5px;
}
.product-detail .product-lot .location-arrow {
  display: none;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  text-align: center;
}
.product-detail .product-lot .location-arrow .location-arrow-inner {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #535369;
}
@media (min-width: 768px) {
  .product-detail .product-lot .location-arrow {
    display: inline-block;
  }
}
.product-detail .product-lot .product-table {
  position: relative;
  margin-bottom: 75px;
}
.product-detail .product-lot .product-table:before,
.product-detail .product-lot .product-table:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.product-detail .product-lot .product-table:before {
  top: initial;
  bottom: -10px;
  left: 5%;
  right: 5%;
}
.product-detail .product-lot .product-table:after {
  top: initial;
  bottom: -16px;
  left: 15%;
  right: 15%;
}
.product-detail .product-lot .product-table table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.product-detail .product-lot .product-table table tr th {
  position: relative;
  text-align: center;
  padding: 10px;
}
.product-detail .product-lot .product-table table tr td {
  background-color: #fff;
  border: 1px solid #dedee1;
  padding: 7px 10px;
}
.product-detail .product-lot .product-table table tr:nth-child(odd) td {
  background-color: #eeeef3;
}
.product-detail .product-lot .product-table table tr:nth-child(2) td:first-child {
  border-top-left-radius: 6px;
}
.product-detail .product-lot .product-table table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.product-detail .product-lot .product-table table tr .mobile-label {
  display: none;
}
.product-detail .product-lot .product-table .buttons {
  overflow: hidden;
  position: relative;
}
.product-detail .product-lot .product-table .buttons a {
  border: 2px solid #535369;
  color: #535369;
  border-radius: 25px;
  padding: 10px 20px;
  display: block;
  margin-top: 15px;
}
.product-detail .product-lot .product-table .buttons a.print {
  float: left;
}
.product-detail .product-lot .product-table .buttons a.make-appointment {
  float: right;
}
.product-detail .product-lot .product-table .buttons a.make-appointment.disabled {
  border: 2px solid #a4a4a7 !important;
  color: #898998 !important;
  font-weight: 600;
  cursor: default;
  text-decoration: none !important;
  background: none !important;
}
.product-detail .product-lot .product-table .buttons a:hover,
.product-detail .product-lot .product-table .buttons a.active {
  border: 2px solid #535369;
  color: #fff;
  background-color: #535369;
  text-decoration: none;
}
.product-detail .product-lot .product-table .buttons a span {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .product-detail .product-lot .product-table table tr {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: left;
  }
  .product-detail .product-lot .product-table table tr th {
    display: none;
  }
  .product-detail .product-lot .product-table table tr td {
    width: 100%;
    display: block;
    border-radius: 0 !important;
    font-weight: 500;
  }
  .product-detail .product-lot .product-table table tr td .mobile-label {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
  }
  .product-detail .product-lot .product-table .buttons {
    text-align: center;
  }
  .product-detail .product-lot .product-table .buttons a {
    float: none !important;
    display: inline-block;
  }
}
.product-detail .stats .block {
  padding: 30px 20px 20px;
}
.product-detail .stats h3 {
  margin-bottom: 27px;
  font-weight: 600;
}
.product-detail .stats label {
  background-color: #f4f4f4;
  border-radius: 25px;
  padding: 7px 8px;
  color: #535369;
  display: block;
  font-weight: 500;
  margin: 0 0 10px 0;
  cursor: pointer;
  border: 1px solid #dedede;
}
.product-detail .stats label.active {
  background-color: #535369;
  color: #fff;
}
.product-detail .stats label input {
  height: 0;
  width: 0;
  display: none;
}
.product-detail .stats label input + span {
  padding: 0;
}
.product-detail .stats label input + span:before {
  content: '';
  background-image: url(../Images/radio.png);
  background-repeat: no-repeat;
  background-position: -24px 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.product-detail .stats label input:checked + span:before {
  background-position: 0 0;
}
.product-detail .stats .item-summary {
  margin-top: 30px;
}
.product-detail .stats .item-summary .color-group,
.product-detail .stats .item-summary .country {
  margin-right: 5px;
}
.product-detail .stats .item-summary .color-group,
.product-detail .stats .item-summary .country,
.product-detail .stats .item-summary .subcategory {
  display: inline-block;
  border: 1px solid #ede3c8;
  padding: 5px 15px;
  margin-bottom: 8px;
  border-radius: 15px;
  font-size: 16px;
  box-shadow: 4px 4px 4px rgba(206, 176, 96, 0.2);
}
.product-detail .stats .item-summary .color-group span,
.product-detail .stats .item-summary .country span,
.product-detail .stats .item-summary .subcategory span {
  margin-right: 7px;
}
@media (max-width: 991px) {
  .easyzoom-flyout {
    display: none;
  }
}
.ratings {
  margin-top: 30px;
  text-align: center;
}
.ratings .rating-container {
  font-size: 10px;
  display: inline-block;
  margin: 0 3px;
  width: 48px;
  height: 68px;
  vertical-align: top;
}
.ratings .rating-container .scale {
  font-size: 0;
  margin: 7px 0 5px 0;
}
.ratings .rating-container .scale span {
  display: inline-block;
  height: 3px;
  width: 3px;
  margin-right: 2px;
  background: #dedee1;
}
.ratings .rating-container .scale span:last-of-type {
  margin-right: 0;
}
.ratings .rating-container .scale span.full {
  background: #535369;
}
.at-resp-share-element .at-share-btn {
  margin: 0 7px 5px !important;
  background-color: #535369 !important;
}
div.mobile-view-section div.logo-block {
  text-align: center;
}
div.mobile-view-section div.logo-block img {
  max-width: 105px !important;
}
div.mobile-view-section div.mobile-view-card {
  margin-top: 30px;
}
div.mobile-view-section ul {
  margin-top: 30px;
  font-size: 18px;
  line-height: 27px;
}
div.mobile-view-section h1 {
  font-size: 24px;
  line-height: 32px;
}
div.mobile-view-section h2 {
  font-size: 18px;
  line-height: 27px;
  margin-top: 0px;
  margin-bottom: 5px;
}
div.mobile-view-section h3 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
}
div.mobile-view-section div.app-link-block {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
}
div.mobile-view-section div.app-link-block a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.item-search-sidebar {
  margin-bottom: 30px;
  position: relative;
}
.item-search-sidebar:before,
.item-search-sidebar:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.item-search-sidebar:before {
  top: initial;
  bottom: -20px;
  left: 5%;
  right: 5%;
}
.item-search-sidebar:after {
  top: initial;
  bottom: -26px;
  left: 15%;
  right: 15%;
}
.item-search-sidebar:after {
  right: 10%;
}
.item-search-sidebar .form-group > label > .glyphicon {
  position: relative;
  top: 5px;
  padding-left: 5px;
  font-size: 20px;
}
.item-search-sidebar .form-group > label > .glyphicon:hover {
  cursor: pointer;
}
.item-search-sidebar .sidebar-section {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0;
}
.item-search-sidebar .sidebar-section:after {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
  font-size: 0;
}
.item-search-sidebar .sidebar-section:before {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 30%;
  right: 30%;
}
.item-search-sidebar .sidebar-section .form-group:last-of-type {
  margin-bottom: 0;
}
.item-search-sidebar .dimensions {
  position: relative;
  margin-top: 5px;
}
.item-search-sidebar .dimensions .dimension-inputs {
  margin-right: 50px;
}
.item-search-sidebar .dimensions .separator-x {
  display: inline-block;
  width: 16%;
}
.item-search-sidebar .dimensions .form-control {
  display: inline-block;
  width: 42%;
}
.item-search-sidebar .dimensions .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 7px 10px;
  border-radius: 5px;
}
.item-search-sidebar .noUi-target {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: #dedede;
  height: 2px;
  margin: 10px auto 30px;
  padding: 0 10px;
}
.item-search-sidebar .noUi-target .noUi-connect {
  background: #dfc170;
}
.item-search-sidebar .noUi-target .noUi-handle {
  box-shadow: none;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  left: -10px;
  top: -9px;
}
.item-search-sidebar .noUi-target .noUi-handle:before {
  width: 0;
  height: 0;
}
.item-search-sidebar .noUi-target .noUi-handle:after {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
}
.item-search-sidebar .noUi-target .noUi-handle .noUi-tooltip {
  left: 45%;
  bottom: -100%;
  padding: 0;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #535369;
}
.item-search-sidebar .noUi-target.price-slider .noUi-handle .noUi-tooltip:before {
  content: '$';
  position: relative;
}
.item-search-sidebar .noUi-target.price-slider .noUi-handle .noUi-tooltip:after {
  content: '+';
  position: relative;
}
.item-search-sidebar .noUi-target.color-range-slider,
.item-search-sidebar .noUi-target.movement-slider {
  position: relative;
}
.item-search-sidebar .noUi-target.color-range-slider:before,
.item-search-sidebar .noUi-target.movement-slider:before,
.item-search-sidebar .noUi-target.color-range-slider:after,
.item-search-sidebar .noUi-target.movement-slider:after {
  position: absolute;
  bottom: -27px;
  font-size: 12px;
}
.item-search-sidebar .noUi-target.color-range-slider:before,
.item-search-sidebar .noUi-target.movement-slider:before {
  content: 'Low';
  left: 0;
}
.item-search-sidebar .noUi-target.color-range-slider:after,
.item-search-sidebar .noUi-target.movement-slider:after {
  content: 'High';
  right: 0;
}
.item-search-sidebar .item-color-swatches {
  display: inline-block;
  width: 100%;
}
.item-search-sidebar .item-color-option {
  box-sizing: border-box;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 3px;
  margin: 1px 6px;
  border-radius: 50px;
  position: relative;
}
.item-search-sidebar .item-color-option .glyphicon {
  font-size: 6px;
  line-height: 1;
  color: #fff;
  background: #dfc170;
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 20px;
  position: absolute;
  top: 18px;
  left: -5px;
  display: block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: none;
}
.item-search-sidebar .item-color-option.active {
  border: solid 1px #bea152;
  padding: 2px;
}
.item-search-sidebar .item-color-option.active .glyphicon {
  display: block;
}
.item-search-sidebar .item-color-option [data-mg-color] {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.item-search-sidebar .advanced-filters-btn {
  margin-top: 10px;
  padding: 5px 30px 6px 25px;
  width: 100%;
}
.item-search-sidebar .advanced-filters-btn:before {
  font-family: 'Glyphicons Halflings';
  content: '\002b';
  padding-right: 12px;
  vertical-align: middle;
  color: #ecd69a;
}
.item-search-sidebar .advanced-filters-btn.active:before {
  content: '\2212';
}
.item-search-sidebar .advanced-filters {
  overflow-y: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.item-search-sidebar .advanced-filters.active {
  z-index: 0;
  max-height: 1000px;
}
.item-search-sidebar .dropdown-toggle {
  height: auto;
}
.item-search-header {
  margin-bottom: 30px;
}
.item-search-header .search-products-row-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.item-search-header .search-products-row-1 .last-updated-container {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.item-search-header .item-search-text {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}
.item-search-header .item-search-text .search-title {
  height: 65px;
  padding-left: 40px;
  padding-top: 17px;
  line-height: 2;
}
.item-search-header .item-search-text .search-input {
  position: relative;
  padding: 14px;
}
.item-search-header .item-search-text .search-input .form-control-feedback {
  position: absolute;
  top: 16px;
  right: 19px;
  z-index: 0;
  color: #535369;
}
.item-search-header .item-search-text .search-input .form-control {
  height: 37px;
  padding-left: 15px;
  padding-right: 35px;
  border-radius: 3px;
  background-color: #f4f4f4;
  font-size: 14px;
  color: #535369;
  border-color: #dedede;
  box-shadow: none;
}
.item-search-header .item-search-tag {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px;
  background: #fff;
  color: #535369;
  font-size: 11px;
  padding: 8px 15px;
  border-radius: 50px;
  line-height: 15px;
  height: 30px;
  font-weight: 600;
}
.item-search-header .item-search-tag [data-mg-color] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  vertical-align: bottom;
  margin-top: -4px;
}
.item-search-header .item-search-tag .item-search-close {
  margin-left: 11px;
  color: #d8c99e;
  display: inline-block;
}
.item-search-header .item-search-tag .item-search-close:hover {
  cursor: pointer;
}
.item-search-header .form-control {
  background-color: #fff;
  font-size: 11px;
}
.item-search-results {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .item-search-results .item-result:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .item-search-results .item-result:nth-child(2n+1) {
    clear: none;
  }
  .item-search-results .item-result:nth-child(3n+1) {
    clear: both;
  }
}
.item-result .block {
  padding: 10px;
}
.item-result > a {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.item-result > a:hover {
  text-decoration: none;
}
.item-result .item-image {
  width: 100%;
  padding-bottom: 59%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.item-result .ratings {
  margin-top: 20px;
}
.item-result .rating-container {
  width: 27px;
  height: 37px;
}
.item-result .item-title {
  position: relative;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  top: -10px;
  padding: 5px 15px;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #535369;
}
.item-result .item-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: #94814c;
}
#scrollto {
  position: absolute;
  margin-top: -130px;
}
.product-wizard-hero {
  padding-top: 80px;
  padding-bottom: 130px;
  background-image: url(/App/dist/images/product-wizard-bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.product-wizard-hero:before,
.product-wizard-hero:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.product-wizard-hero:before {
  top: initial;
  bottom: -15px;
  left: 0;
  right: 0;
}
.product-wizard-hero:after {
  top: initial;
  bottom: -20px;
  left: 10%;
  right: 10%;
}
.product-wizard-hero h1 {
  font-weight: 700;
}
.product-wizard-hero p {
  font-size: 18px;
}
.product-wizard {
  margin-top: -50px;
}
.product-wizard .product-wizard-header {
  margin-top: -15px;
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 4px 4px 0 0;
  background: #ececee;
  font-size: 0;
}
.product-wizard .product-wizard-header .step {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 50px;
  padding: 5px;
  font-size: 12px;
  color: #cdcddc;
}
.product-wizard .product-wizard-header .step .v-align-outer {
  height: 100%;
}
.product-wizard .product-wizard-header .step.active {
  color: #535369;
}
.product-wizard .product-wizard-header .step.active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  right: 5px;
  height: 1px;
  background: #535369;
}
.product-wizard .product-wizard-header .step.completed {
  color: #a8b888;
}
.product-wizard .product-wizard-header .step.completed:after {
  content: '';
  position: absolute;
  bottom: 9px;
  left: 5px;
  right: 5px;
  height: 1px;
  background: #b8ce8b;
}
.product-wizard .product-wizard-header .step.skipped {
  color: #b8b8c9;
}
.product-wizard .product-wizard-header .step.skipped:after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 5px;
  right: 5px;
  height: 1px;
  background: #b8b8c9;
}
.product-wizard .options {
  max-width: 400px;
  margin: 0 auto;
}
.product-wizard .intro {
  margin-bottom: 35px;
}
.product-wizard h2 {
  font-size: 26px;
  font-weight: 700;
  color: #4d4d55;
  margin-top: 20px;
}
.product-wizard h3 {
  font-size: 22px;
  font-weight: 700;
  color: #4d4d55;
}
.product-wizard p {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #828290;
}
.product-wizard .or-color {
  margin: 30px 0;
}
.product-wizard .buttons {
  width: 100%;
  clear: both;
}
@media (max-width: 991px) {
  .product-wizard .buttons {
    padding: 0;
    margin: 0;
  }
}
.product-wizard .btn {
  padding: 6px 10px 8px;
  background: #535369;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  border: 2px solid transparent;
  white-space: normal;
}
.product-wizard .btn.full {
  width: 100%;
  margin: 0 !important;
}
.product-wizard .btn.disabled {
  border-color: #a4a4a7;
  color: #a4a4a7  !important;
  background: #fff;
}
.product-wizard .btn.passive,
.product-wizard .btn.prev {
  background: transparent;
  border-color: #535369;
  color: #535369 !important;
}
.product-wizard .btn.not-sure:before,
.product-wizard .btn.continue:before,
.product-wizard .btn.next:before,
.product-wizard .btn.prev:before,
.product-wizard .btn.assistance:before {
  content: '';
  background-image: url(/App/dist/images/wizard-icons.png);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.product-wizard .btn.not-sure:before,
.product-wizard .btn.continue:before,
.product-wizard .btn.assistance:before {
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
  margin-bottom: -2px;
}
.product-wizard .btn.next:before,
.product-wizard .btn.prev:before {
  display: block;
  position: absolute;
}
.product-wizard .btn.not-sure:before {
  background-position: 0px 0px;
}
.product-wizard .btn.not-sure.disabled:before {
  background-position: 0px -25px;
}
.product-wizard .btn.continue:before {
  background-position: -25px 0px;
}
.product-wizard .btn.continue.disabled:before {
  background-position: -25px -25px;
}
.product-wizard .btn.prev {
  padding: 7px 0 8px;
}
.product-wizard .btn.prev:before {
  background-position: -50px -1px;
  left: 7px;
}
.product-wizard .btn.prev.disabled:before {
  background-position: -50px -25px;
}
.product-wizard .btn.next:before {
  background-position: -75px -1px;
  right: 7px;
}
.product-wizard .btn.next.disabled:before {
  background-position: -75px -25px;
}
.product-wizard .btn.assistance {
  background-color: transparent;
  color: #535369 !important;
  border-color: #ceb060;
  box-shadow: 2px 2px 3px #ceb060;
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.product-wizard .btn.assistance:before {
  background-position: -100px 0;
}
@media (min-width: 768px) {
  .product-wizard .btn {
    width: 46%;
    margin-bottom: 0;
  }
  .product-wizard .btn + .btn {
    margin-left: 6%;
  }
}
.product-wizard .color {
  display: inline-block;
  float: none;
}
.product-wizard .color-name {
  margin-bottom: 10px;
  color: #4d4d55;
}
.product-wizard .color-recommendation.disabled {
  display: none;
}
.product-wizard .wizard-color {
  display: inline-block;
  box-sizing: border-box;
  width: 85px;
  height: 85px;
  padding: 3px;
  border: solid 2px transparent;
  border-radius: 50px;
  margin-bottom: 30px;
  margin-left: -3px;
}
.product-wizard .wizard-color a {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  background-image: url(/App/dist/images/product-wizard-color-sprite.png);
  background-size: 75px;
  background-repeat: no-repeat;
}
.product-wizard .wizard-color a.color-white {
  background-position: 0 0;
}
.product-wizard .wizard-color a.color-black {
  background-position: 0 -100px;
}
.product-wizard .wizard-color a.color-gray {
  background-position: 0 -200px;
}
.product-wizard .wizard-color a.color-red {
  background-position: 0 -300px;
}
.product-wizard .wizard-color a.color-brown {
  background-position: 0 -400px;
}
.product-wizard .wizard-color a.color-yellow {
  background-position: 0 -500px;
}
.product-wizard .wizard-color a.color-green {
  background-position: 0 -600px;
}
.product-wizard .wizard-color a.color-blue {
  background-position: 0 -700px;
}
.product-wizard .wizard-color a.color-purple {
  background-position: 0 -800px;
}
.product-wizard .wizard-color a.color-pink {
  background-position: 0 -900px;
}
.product-wizard .wizard-color a .glyphicon {
  display: none;
  position: absolute;
  top: 50px;
  left: -5px;
  width: 25px;
  height: 25px;
  padding: 5px;
  background-color: #eac239;
  border-radius: 15px;
  color: #fff;
}
.product-wizard .wizard-color.like.active {
  border: dashed 2px #eac239;
}
.product-wizard .wizard-color.like.active a {
  background-position: 0 -1000px;
}
.product-wizard .wizard-color.dislike.active {
  border: dashed 2px #cd5a4c;
}
.product-wizard .wizard-color.dislike.active a {
  background-position: 0 -1200px;
}
.product-wizard .wizard-color.disabled {
  border: dashed 2px #cdcddc;
}
.product-wizard .wizard-color.disabled a {
  background-position: 0 -1100px;
}
.product-wizard .wizard-color:hover.like {
  border: dashed 2px #eac239;
}
.product-wizard .wizard-color:hover.dislike {
  border: dashed 2px #cd5a4c;
}
.product-wizard .wizard-style {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 40px auto;
}
.product-wizard .wizard-style .wizard-style-container {
  position: relative;
  padding-bottom: 50%;
}
.product-wizard .wizard-style .style-stand-out,
.product-wizard .wizard-style .style-blend-in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 2px transparent;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-wizard .wizard-style .style-stand-out.selected,
.product-wizard .wizard-style .style-blend-in.selected {
  background: #e3e3ed;
}
.product-wizard .wizard-style .style-stand-out.selected .wizard-style-overlay,
.product-wizard .wizard-style .style-blend-in.selected .wizard-style-overlay {
  display: inline-block;
}
.product-wizard .wizard-style .style-stand-out.selected,
.product-wizard .wizard-style .style-blend-in.selected {
  border-color: #535369;
}
.product-wizard .wizard-style .wizard-style-overlay {
  display: none;
  color: #4d4d55;
  font-size: 26px;
  font-weight: 700;
  padding-top: 50%;
  margin-top: -43%;
}
.product-wizard .wizard-style .wizard-style-overlay .style-text {
  margin-bottom: 5px;
}
.product-wizard .wizard-style .wizard-style-overlay .style-icon {
  display: inline-block;
  width: 212px;
  height: 55px;
  background-image: url(/App/dist/images/product-wizard-style-sprite.png);
  background-repeat: no-repeat;
}
.product-wizard .wizard-style .style-stand-out {
  background: url(/App/dist/images/stand-out.jpg);
}
.product-wizard .wizard-style .style-blend-in {
  background: url(/App/dist/images/blend-in.jpg);
}
.product-wizard .wizard-style .style-blend-in .style-icon {
  background-position: 0 -100px;
}
.product-wizard .wizard-primary-color-container {
  max-width: 325px;
  margin: 0 auto 30px auto;
}
.product-wizard .wizard-primary-color-container .selected-color {
  height: 30px;
}
.product-wizard .wizard-primary-color {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 3px;
  border: solid 2px transparent;
  border-radius: 30px;
  margin: 10px;
}
.product-wizard .wizard-primary-color a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  font-size: 10px;
  color: #fff;
}
.product-wizard .wizard-primary-color a .glyphicon {
  display: none;
  position: absolute;
  top: 25px;
  left: -5px;
  width: 15px;
  height: 15px;
  padding: 2px;
  border-radius: 10px;
  background: #eac239;
}
.product-wizard .wizard-primary-color.white a {
  border: solid 1px #dedede;
}
.product-wizard .wizard-primary-color.selected {
  border-color: #eac239;
}
.product-wizard .wizard-primary-color.selected .glyphicon {
  display: inline-block;
}
.product-wizard .wizard-stone-type {
  margin-bottom: 30px;
}
.product-wizard .wizard-stone-type .wizard-stone-type-header {
  position: relative;
  border-radius: 0 0 4px;
  padding: 5px;
  box-shadow: 2px 2px 1px #cddddc;
  overflow: hidden;
}
.product-wizard .wizard-stone-type .wizard-stone-type-header h3 {
  float: left;
  margin: 0;
}
.product-wizard .wizard-stone-type .wizard-stone-type-header .count {
  float: right;
  font-weight: 500;
  margin-right: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bolder;
  line-height: 23px;
}
.product-wizard .wizard-stone-type .wizard-stone-type-header .more {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  background: #dfc170;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}
.product-wizard .wizard-stone-type .wizard-stone-type-header .more:hover,
.product-wizard .wizard-stone-type .wizard-stone-type-header .more:active,
.product-wizard .wizard-stone-type .wizard-stone-type-header .more:visited {
  text-decoration: none;
}
.product-wizard .wizard-stone-type .wizard-stone-type-header .more:before {
  content: '\e114';
  font-family: 'Glyphicons Halflings';
  position: relative;
  top: 3px;
  font-size: 12px;
}
.product-wizard .wizard-stone-type .wizard-stone-type-detail {
  overflow-y: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  margin-top: 10px;
}
.product-wizard .wizard-stone-type .wizard-stone-type-detail .description {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px;
  border-radius: 4px;
}
.product-wizard .wizard-stone-type .wizard-stone-type-detail .description .description-text {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}
.product-wizard .wizard-stone-type .ratings {
  margin-bottom: 15px;
}
.product-wizard .wizard-stone-type .ratings .rating-container {
  margin: 0 11px;
}
.product-wizard .wizard-stone-type .ratings .icon-wrapper {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 1px #cdcddc;
}
.product-wizard .wizard-stone-type.expand .wizard-stone-type-header .more:before {
  content: '\e113';
}
.product-wizard .wizard-stone-type.expand .wizard-stone-type-detail {
  max-height: 1000px;
}
.product-wizard .wizard-stone-type .hr {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.product-wizard .wizard-stone-type .hr:before,
.product-wizard .wizard-stone-type .hr:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.product-wizard .wizard-stone-type .hr:before {
  top: initial;
  bottom: -5px;
  left: 0;
  right: 0;
}
.product-wizard .wizard-stone-type .hr:after {
  top: initial;
  bottom: -10px;
  left: 20px;
  right: 20px;
}
.blog-sidebar .btn {
  margin-top: 0;
  padding: 5px 10px;
  border-radius: 5px;
}
.blog-post-list .blog-post {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 15px 40px 25px;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
}
.blog-post-list .blog-post:before,
.blog-post-list .blog-post:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.blog-post-list .blog-post:before {
  top: initial;
  bottom: -15px;
  left: 40px;
  right: 40px;
}
.blog-post-list .blog-post:after {
  top: initial;
  bottom: -21px;
  left: 100px;
  right: 100px;
}
.blog-post-list .blog-post:before,
.blog-post-list .blog-post:after {
  background-color: #dddde6;
}
.blog-post-list .blog-post:first-of-type {
  padding-top: 20px;
}
.blog-post-list .blog-post h4 {
  font-size: 18px;
  font-weight: bolder;
}
.blog-post-list .blog-post h4 a {
  color: #535369;
}
.blog-post-list .blog-post .blog-post-summary img {
  display: none !important;
}
.blog-post-list .blog-post .read-more {
  text-decoration: none;
  color: #fefefe !important;
  background-color: #a99c77;
  border: 2px solid #a99c77;
  font-weight: 100;
  border-radius: 18px;
  padding: 4px 20px 5px;
  margin: 10px auto 0px;
  display: block;
  width: 130px;
  text-align: center;
}
.blog-post-list .blog-post img {
  width: 100% !important;
  padding: 20px 0px;
}
.blog-post-list-pager {
  margin-bottom: 30px;
}
.blog-post-detail.blog-post .blog-sharing-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-post-detail.blog-post .blog-post-tags {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-post-detail.blog-post .blog-post-tags .btn {
  margin-top: 10px;
}
.blog-post-detail.blog-post .blog-comment {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog-post-detail.blog-post .blog-comment:before,
.blog-post-detail.blog-post .blog-comment:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
.blog-post-detail.blog-post .blog-comment:before {
  bottom: initial;
  top: 5px;
  left: 0;
  right: 0;
}
.blog-post-detail.blog-post .blog-comment:after {
  bottom: initial;
  top: 10px;
  left: 10%;
  right: 10%;
}
.blog-comments a#comments + span {
  display: none;
}
.blog-comments .blog-leave-comment + a {
  display: none;
}
.blog-sidebar h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9d6;
  padding: 0px 0px 16px 0px;
}
.blog-sidebar .block {
  padding: 15px 20px 10px;
}
.blog-sidebar a {
  padding-bottom: 10px;
  display: inline-block;
}
/*.blog {
    h2 {
        font-size: 26px;
        
        a {
            color: black;
        }
    }

    .blogPost {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px solid #c3c3c3;
    }

    .date {
        font-style: italic;
        display: block;
        margin-bottom: 20px;
    }

    .sidebar {
        ul {
            list-style:none;
            margin: 0;
            padding: 0; 

            li {
                margin-bottom: 10px;
            }
        }
    }

    .CommentDetail td {
        padding-bottom: 10px;
    }

    .BlogCommentsTitle,
    .blog-leave-comment {
        font-size: 24px;
        margin-bottom: 20px;
        display: block;
    }
    .CommentUserName {
        font-weight: 700;
    }
    .CommentDate {
        font-style: italic;
    }

    .form-horizontal {
        padding: 20px;
        border: 1px solid #c3c3c3;
        margin: 20px 0;
        .form-group {
            margin-left: 0;
            margin-right: 0;
        }
    }

}*/
.datasheet {
  color: #263238;
  font-family: 'Roboto', sans-serif;
  background: #fff;
}
.datasheet .container {
  width: 100vw;
  overflow-x: hidden;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.datasheet .row {
  margin-right: 0px;
  margin-left: 0;
}
.datasheet .row .left {
  width: 33vw;
  float: left;
}
.datasheet .row .right {
  width: 67vw;
  float: right;
  padding: 45px 35px;
}
.datasheet .ds-header {
  height: 190px;
  background-color: #F6F3F1;
  display: block;
  position: relative;
}
.datasheet .ds-header .ds-logo {
  height: 108px;
  float: left;
  display: block;
  top: 41px;
  left: 50px;
  position: absolute;
}
.datasheet .ds-header .ds-title {
  text-align: right;
  font-family: "Bitter", san-serif;
  float: right;
  display: block;
  position: absolute;
  top: 70px;
  right: 50px;
}
.datasheet .ds-header .ds-title .page-title {
  font-size: 24px;
  height: 20px;
  width: 350px;
  line-height: 20px;
  font-weight: 600;
}
.datasheet .ds-header .ds-title .contact {
  margin-top: 10px;
  right: 0;
  font-size: 18px;
  width: 350px;
  height: 20px;
}
.datasheet .ds-footer-container {
  height: 100%;
  position: relative;
}
.datasheet .ds-footer-container .ds-footer {
  padding-top: 5px;
  margin-bottom: 0;
  padding: 25px;
  width: 100%;
  position: absolute;
  z-index: 15;
  left: 0;
}
.datasheet .ds-footer-container .ds-footer .left {
  width: 33vw;
  height: 100%;
  background-color: #F6F3F1;
}
.datasheet .ds-footer-container .ds-footer .copyright {
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
.datasheet .ds-footer-container .ds-footer .footer-design {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.datasheet .ds-footer-container .ds-footer .footer-design .grey {
  width: 16px;
  height: 16px;
  background-color: #CCD5CF;
  offset-rotate: 45deg;
}
.datasheet .ds-top {
  overflow: hidden;
  font-family: "Bitter", serif;
  width: 100%;
  display: block;
}
.datasheet .ds-top .row {
  height: 342px;
}
.datasheet .ds-top .row .right {
  height: 100%;
  display: block;
  position: relative;
}
.datasheet .ds-top .row .title {
  font-size: 35px;
  text-align: left;
  font-weight: 600;
}
.datasheet .ds-top .row .ext-desc {
  font-size: 22px;
  padding: 5px 0 15px;
  margin-bottom: 15px;
}
.datasheet .ds-top .row .image-border {
  position: relative;
  width: 33vw;
}
.datasheet .ds-top .row .image-border .image {
  background-position: center;
  height: 342px;
  width: 100%;
}
.datasheet .ds-top .row .image-border .colors {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  display: block;
}
.datasheet .ds-top .row .image-border .colors .color-bar-option {
  height: 30px;
  border: 0;
}
.datasheet .ds-top .row .ds-price {
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  margin: 45px 35px;
}
.datasheet .ds-top .row .ds-price .price {
  font-weight: 400;
  font-size: 22px;
}
.datasheet .ds-top .row .ds-price .price-note {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.datasheet .ds-middle {
  height: 90px;
}
.datasheet .ds-middle .left {
  background-color: #37474F;
  font-size: 14px;
  height: 100%;
  width: 33vw;
  float: left;
  display: block;
}
.datasheet .ds-middle .left .item-id {
  color: #fff;
  padding: 5px 0;
  margin: 26px 40px;
  font-size: 20px;
}
.datasheet .ds-middle .right {
  background-color: #ECEFF1;
  height: 100%;
  width: 67vw;
  float: right;
  display: inline-block;
  overflow: hidden;
}
.datasheet .ds-middle .right .country,
.datasheet .ds-middle .right .subcategory {
  width: 40%;
  -ms-flex-align: center;
      align-items: center;
  display: inline-block;
  margin-top: 27px;
}
.datasheet .ds-middle .right .country .icon,
.datasheet .ds-middle .right .subcategory .icon {
  margin-right: 18px;
  display: block;
  float: left;
}
.datasheet .ds-middle .right .country span,
.datasheet .ds-middle .right .subcategory span {
  display: inline-block;
  font-size: 20px;
}
.datasheet .ds-middle .right .subcategory {
  float: right;
  margin-right: 25px;
}
.datasheet .ds-middle .right .country .icon {
  background: url(../Images/country.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 45px;
}
.datasheet .ds-middle .right .subcategory .icon {
  background: url(../Images/subclass.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
.datasheet .ds-bottom {
  padding-bottom: 25px;
  height: 805px;
  overflow-y: hidden;
  position: relative;
}
.datasheet .ds-bottom .left {
  height: 894px;
  background-color: #F6F3F1;
}
.datasheet .ds-bottom .right {
  padding-right: 15px;
}
.datasheet .ds-bottom .features {
  background: #F6F3F1;
  padding: 5px;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.datasheet .ds-bottom .features .feature-title {
  font-family: 'Bitter', serif;
  font-weight: 600;
  font-size: 24px;
  padding: 30px 0 20px 35px;
}
.datasheet .ds-bottom .features .feature {
  height: 20px;
  margin: 30px 25px;
  text-align: left;
  display: block;
  font-size: 18px;
}
.datasheet .ds-bottom .features .feature span {
  display: block;
  margin-block: 0px;
  margin-left: 10px;
  margin-right: 15px;
}
.datasheet .ds-bottom .features .feature .icon.small {
  width: 25px;
  height: 25px;
  float: left;
}
.datasheet .ds-bottom .features .feature .icon.small.yes,
.datasheet .ds-bottom .features .feature .icon.small.True {
  background-position: center;
  background-image: url(/App/dist/images/true.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.datasheet .ds-bottom .features .feature .icon.small.no,
.datasheet .ds-bottom .features .feature .icon.small.False {
  background-position: center;
  background-image: url(/App/dist/images/false.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.datasheet .ds-bottom .desc-title {
  font-family: "Bitter", serif;
  font-weight: 600;
  font-size: 24px;
}
.datasheet .ds-bottom .maint-desc {
  margin: 20px 0 30px 0;
  font-size: 18px;
}
.datasheet .ds-bottom .rating {
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.datasheet .ds-bottom .rating .rating-title {
  font-family: "Bitter", serif;
  font-weight: 600;
  font-size: 20px;
  width: 50%;
  float: left;
  display: block;
}
.datasheet .ds-bottom .rating .rating-label {
  font-size: 18px;
  width: 50%;
  float: left;
  display: block;
}
.datasheet .ds-bottom .rating.movement-index {
  margin-bottom: 40px;
}
.datasheet .ds-bottom .rating .scale {
  float: right;
  display: inline-block;
  text-align: justify;
  width: 50%;
  overflow: hidden;
}
.datasheet .ds-bottom .rating .scale span {
  width: 65px;
  display: inline-block;
  margin-inline: 5%;
  text-align: center;
  font-size: 16px;
}
.datasheet .ds-bottom .rating .scale .good,
.datasheet .ds-bottom .rating .scale .better,
.datasheet .ds-bottom .rating .scale .best {
  width: 65px;
  height: 14px;
  border-radius: 15px;
  background-color: #ECEFF1;
}
.datasheet .ds-bottom .rating .scale.range-3.scale-1 .good {
  background-color: #0D547A;
}
.datasheet .ds-bottom .rating .scale.range-3.scale-2 .better {
  background-color: #0D547A;
}
.datasheet .ds-bottom .rating .scale.range-3.scale-3 .best {
  background-color: #0D547A;
}
.datasheet .ds-bottom .ds-footer {
  bottom: 45px;
  right: 5vw;
  width: 85vw;
  position: absolute;
  z-index: 25;
  height: 25px;
}
.datasheet .ds-bottom .ds-footer .copyright {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 12px;
  bottom: 10px;
  position: absolute;
}
.datasheet .ds-bottom .ds-footer .footer-design {
  display: inline-block;
  left: 0;
  width: 100%;
  height: 24px;
}
.datasheet .ds-bottom .ds-footer .footer-design .diamond {
  width: 20px;
  height: 20px;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  z-index: 10;
  position: absolute;
}
.datasheet .ds-bottom .ds-footer .footer-design .grey {
  background-position: center;
  background-image: url(/App/dist/images/grey-diamond.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.datasheet .ds-bottom .ds-footer .footer-design .orange {
  background-position: center;
  background-image: url(/App/dist/images/orange-diamond.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 22px;
}
.datasheet .ds-bottom .ds-footer .footer-design .brown {
  background-position: center;
  background-image: url(/App/dist/images/brown-diamond.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 44px;
}
.datasheet .ds-bottom .ds-footer .footer-design .line {
  height: 1px;
  background: #B0BEC5;
  width: 100%;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}
.inspiration-gallery .grid-item {
  /*width: 100%;
        display: block;
        background-size: cover;
        height: 0;
        padding-bottom: 100%;
        background-position: center;*/
}
.inspiration-gallery .grid-item .title {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}
.inspiration-gallery .grid-item a {
  text-decoration: none !important;
}
.inspiration-gallery .grid-item-content.block {
  padding: 10px;
  margin-bottom: 30px;
}
.inspiration-gallery .grid-item-content.block img {
  width: 100%;
}
.lb-outerContainer img {
  max-width: none !important;
}
.lb-data {
  position: relative;
}
.lb-data .lb-details {
  position: absolute;
  bottom: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
}
.lb-data .lb-details .lb-caption {
  display: block !important;
  padding: 5px 0 10px 5px;
  margin-bottom: 7px;
  background: rgba(0, 0, 0, 0.6);
}
.lb-data .lb-details .lb-number {
  padding-left: 5px;
}
.fabricator-search .fabricator-result {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .fabricator-search .fabricator-result:nth-child(3n+1) {
    clear: both;
  }
}
.logon-password-retrieval-result {
  display: block;
}
.checkout-area .container .block.light {
  overflow-x: auto;
  padding: 0;
}
.checkout-area .container .CartTable .CartStepTable .CartStepHeader {
  background: #535369;
  color: #fff;
  padding: 20px;
}
.checkout-area .container .CartTable .CartStepTable .CartStepBody .CartStepPanel {
  padding: 20px 60px;
}
.checkout-area .container .CartTable tr td.TextLeftt,
.checkout-area .container .CartTable tr td.TextRight {
  padding: 40px;
  padding-top: 0 !important;
}
.checkout-area .container .CartTable tr td.TextLeftt .btn,
.checkout-area .container .CartTable tr td.TextRight .btn {
  margin-top: 0px !important;
}
.checkout-area .container .CartTable .CartStepPanel tr td.TextLeftt,
.checkout-area .container .CartTable .CartStepPanel tr td.TextRight {
  padding: inherit !important;
  padding-top: inherit !important;
}
.checkout-area .container .CartTable .CartStepPanel tr td.TextLeftt .btn,
.checkout-area .container .CartTable .CartStepPanel tr td.TextRight .btn {
  margin-top: inherit !important;
}
.checkout-area .container .CartContentTable th:nth-child(5),
.checkout-area .container .CartContentTable td:nth-child(5) {
  display: none;
}
div.project-spotlight-row.double-underline {
  position: relative;
}
div.project-spotlight-row.double-underline:before,
div.project-spotlight-row.double-underline:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
div.project-spotlight-row.double-underline:before {
  bottom: initial;
  top: 10px;
  left: 0;
  right: 0;
}
div.project-spotlight-row.double-underline:after {
  bottom: initial;
  top: 16px;
  left: 10%;
  right: 10%;
}
div.project-spotlight-row div.project-spotlight-container div.project-spotlight-title {
  margin-bottom: 15px;
}
div.project-spotlight-row div.project-spotlight-container img.project-spotlight-image {
  margin: 0;
}
div.project-spotlight-row div.project-spotlight-container div.project-spotlight-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}
div.mg-inspiration-row.double-underline {
  position: relative;
}
div.mg-inspiration-row.double-underline:before,
div.mg-inspiration-row.double-underline:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
div.mg-inspiration-row.double-underline:before {
  bottom: initial;
  top: 10px;
  left: 0;
  right: 0;
}
div.mg-inspiration-row.double-underline:after {
  bottom: initial;
  top: 16px;
  left: 10%;
  right: 10%;
}
div.mg-inspiration-row div.mg-inspiration-container img.mg-inspiration-image {
  margin: 0;
}
div.mg-inspiration-row div.mg-inspiration-container div.mg-inspiration-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}
div.mg-inspiration-row div.mg-inspiration-container div.chip-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
div.mg-inspiration-row div.mg-inspiration-container div.chip-container a.chip {
  font-size: 14px;
  padding: 5px;
  color: #D95B11;
  margin: 5px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
#personalized-topbar-pushdown {
  max-height: 40px;
  transition: max-height 0.3s ease-in-out;
}
#personalized-topbar-pushdown.shrink {
  max-height: 0;
}
#personalized-topbar-pushdown.shrink #persionalized-topbar-inner {
  max-height: 0;
}
div.mg-resources-row.double-underline {
  position: relative;
}
div.mg-resources-row.double-underline:before,
div.mg-resources-row.double-underline:after {
  content: '';
  height: 1px;
  background-color: #cdcddc;
  display: block;
  position: absolute;
}
div.mg-resources-row.double-underline:before {
  bottom: initial;
  top: 10px;
  left: 0;
  right: 0;
}
div.mg-resources-row.double-underline:after {
  bottom: initial;
  top: 16px;
  left: 10%;
  right: 10%;
}
div.mg-resources-row div.resource-box-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
div.mg-resources-row div.resource-box-container a.resource-box {
  width: 100%;
  text-align: center;
  border: 1px solid #DDDDDD;
  padding: 20px;
  margin: 5px;
  color: #333333;
}
