﻿@charset "UTF-8";
/*!
 * 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('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #555555;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005BAA;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00325e;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.55;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #d9dad9;
}
.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: 'Lato', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}
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: #000;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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: 38px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  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: 0.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: #666666;
}
.text-primary {
  color: #005BAA;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #004077;
}
.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: #005BAA;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004077;
}
.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: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #d9dad9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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: 21px;
}
dt,
dd {
  line-height: 1.55;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 #666666;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #d9dad9;
}
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.55;
  color: #666666;
}
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 #d9dad9;
  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: 21px;
  font-style: normal;
  line-height: 1.55;
}
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: 0;
}
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: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.55;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
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: #666666;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.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.55;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  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: 15.75px;
    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: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.55;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 51px;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 1.55;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
  /*font-style: italic;*/
}
.form-control:-ms-input-placeholder {
  color: #767676;
  /*font-style: italic;*/
}
.form-control::-webkit-input-placeholder {
  color: #767676;
  /*font-style: italic;*/
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #d9dad9;
  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: 51px;
  }
  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: 21px;
  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: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  min-height: 35px;
}
.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: 33px;
  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: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 63.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@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: 15px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.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: 15px;
  }
}
.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: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 1.55;
  border-radius: 0;
  -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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  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: #005BAA;
  border-color: #005BAA;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #004077;
  border-color: #00172a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004077;
  border-color: #003a6d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #004077;
  border-color: #003a6d;
}
.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: #002d53;
  border-color: #00172a;
}
.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: #005BAA;
  border-color: #005BAA;
}
.btn-primary .badge {
  color: #005BAA;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #028302;
  border-color: #026a02;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #015101;
  border-color: #000000;
}
.btn-success:hover {
  color: #fff;
  background-color: #015101;
  border-color: #012e01;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #015101;
  border-color: #012e01;
}
.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: #012e01;
  border-color: #000000;
}
.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: #028302;
  border-color: #026a02;
}
.btn-success .badge {
  color: #028302;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #1C5F74;
  border-color: #174e5f;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #123d4b;
  border-color: #000000;
}
.btn-info:hover {
  color: #fff;
  background-color: #123d4b;
  border-color: #0b262e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #123d4b;
  border-color: #0b262e;
}
.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: #0b262e;
  border-color: #000000;
}
.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: #1C5F74;
  border-color: #174e5f;
}
.btn-info .badge {
  color: #1C5F74;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #A56100;
  border-color: #8c5200;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #724300;
  border-color: #0c0700;
}
.btn-warning:hover {
  color: #fff;
  background-color: #724300;
  border-color: #4e2e00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #724300;
  border-color: #4e2e00;
}
.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: #4e2e00;
  border-color: #0c0700;
}
.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: #A56100;
  border-color: #8c5200;
}
.btn-warning .badge {
  color: #A56100;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #A41915;
  border-color: #8d1612;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #77120f;
  border-color: #1c0404;
}
.btn-danger:hover {
  color: #fff;
  background-color: #77120f;
  border-color: #570d0b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #77120f;
  border-color: #570d0b;
}
.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: #570d0b;
  border-color: #1c0404;
}
.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: #A41915;
  border-color: #8d1612;
}
.btn-danger .badge {
  color: #A41915;
  background-color: #fff;
}
.btn-link {
  color: #005BAA;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00325e;
  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: #666666;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px 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: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.55;
  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: #005BAA;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #666666;
}
.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.55;
  color: #666666;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  font-size: 15px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 14px 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #d9dad9;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #d9dad9;
}
.nav > li.disabled > a {
  color: #666666;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #d9dad9;
  border-color: #005BAA;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 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.55;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d9dad9 #d9dad9 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  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: 0;
}
.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: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #005BAA;
}
.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: 0;
}
.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: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #666;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #4d4d4d;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #666;
}
.navbar-default .navbar-nav > li > a {
  color: #666;
}
.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: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
  }
  .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: #666;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #666;
}
.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: #8c8c8c;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #8c8c8c;
}
.navbar-inverse .navbar-nav > li > a {
  color: #8c8c8c;
}
.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: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #8c8c8c;
  }
  .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: #8c8c8c;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #8c8c8c;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #005BAA;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 14px 30px;
  line-height: 1.55;
  text-decoration: none;
  color: #005BAA;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #00325e;
  background-color: #d9dad9;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666666;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #d9dad9;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #666666;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #666666;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #4d4d4d;
}
.label-primary {
  background-color: #005BAA;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004077;
}
.label-success {
  background-color: #028302;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #015101;
}
.label-info {
  background-color: #1C5F74;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #123d4b;
}
.label-warning {
  background-color: #A56100;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #724300;
}
.label-danger {
  background-color: #A41915;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #77120f;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #666666;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #005BAA;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #d9dad9;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #bfc1bf;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.55;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #005BAA;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #005BAA;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #028302;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #1C5F74;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #A56100;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #A41915;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  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: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
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: #d9dad9;
  color: #666666;
  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: #666666;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
}
.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: #77c0ff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #005BAA;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #005BAA;
}
.panel-primary > .panel-heading .badge {
  color: #005BAA;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #005BAA;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.55;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55;
  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: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.55;
  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: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../less/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  z-index: 100;
  padding-top: 12px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  font-weight: 900;
  outline: none;
  background: #005BAA;
  border-radius: 100%;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: #0076dd;
  color: white;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\f104';
}
[dir="rtl"] .slick-prev:before {
  content: '\f105';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\f105';
}
[dir="rtl"] .slick-next:before {
  content: '\f104';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.cc-window {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  background-color: #005BAA;
  color: #fff;
  font-size: 1rem;
}
.cc-window .cc-btn {
  background-color: rgba(97, 181, 229);
  border-color: rgba(97, 181, 229);
  color: #fff;
  font-family: 'Lato', Arial, sans-serif !important;
}
.cc-banner.cc-bottom {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.cc-link {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
  padding-left: 0;
}
.cc-link:hover,
.cc-link:active,
.cc-link:focus {
  color: #fff;
}
.sale-price,
.level-price {
  color: #FF0000;
}
.regular-price {
  color: #666666;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 11.2px;
}
.in-stock-hint {
  color: #028302;
}
.out-stock-hint {
  color: #A41915;
}
/*Baseline margin utility class to add basline spacing to
    content and other elements
*/
.baseline-margin {
  margin-bottom: 25px;
}
.medium-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Store Alerts and Notices -- 
these should be converted to bootstrap 'alert' classes */
.notice-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.notice-success hr {
  border-top-color: #c9e2b3;
}
.notice-success .alert-link {
  color: #2b542c;
}
.notice-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.notice-info hr {
  border-top-color: #a6e1ec;
}
.notice-info .alert-link {
  color: #245269;
}
.notice-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.notice-warning hr {
  border-top-color: #f7e1b5;
}
.notice-warning .alert-link {
  color: #66512c;
}
.notice-failure {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.notice-failure hr {
  border-top-color: #e4b9c0;
}
.notice-failure .alert-link {
  color: #843534;
}
.field-validation-error {
  color: #a94442;
}
/*Checkout Highlights*/
.checkout-header,
.order-header {
  border-bottom: solid 1px #d9dad9;
}
.block-success .checkout-header {
  color: #028302;
  border-bottom: solid 1px #cce6cc;
}
.block-danger .checkout-header {
  color: #A41915;
  border-bottom: solid 1px #edd1d0;
}
.form-label-prefix-required,
.form-label-suffix-required {
  color: #A41915;
}
.has-success .form-control-feedback::before,
.braintree-hosted-fields-valid + span::before {
  content: "\f00c";
  /* fa-check */
  color: #028302;
}
.has-error .form-control-feedback::before,
.braintree-hosted-fields-invalid + span::before {
  content: "\f00d";
  /* fa-times */
  color: #A41915;
}
/*Add to cart form margins*/
/*Small add to cart form for product listings and varaint listings*/
.cart-form-sm .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.cart-form-sm .form-control,
.cart-form-sm select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.cart-form-sm .form-control,
select.cart-form-sm select {
  height: 30px;
  line-height: 30px;
}
textarea.cart-form-sm .form-control,
textarea.cart-form-sm select,
select[multiple].cart-form-sm .form-control,
select[multiple].cart-form-sm select {
  height: auto;
}
.cart-form-sm .quantity-field {
  width: 45px;
}
.cart-form-sm label[for="Quantity"] {
  display: none;
}
.variant-info-wrap {
  border-top: 0px;
  padding-top: inherit;
  margin-top: inherit;
}
/*product.variants-in-list.xml.config*/
.variant-image-wrap img {
  width: 100%;
  max-width: 80px;
}
/*entity.responsivegrid.xml.config*/
.sub-entity-main-wrapper .panel {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.sub-entity-main-wrapper .panel .fa-angle-right {
  float: right;
}
@media (min-width: 992px) {
  .sub-entity-main-wrapper .panel {
    margin-bottom: 14px;
    text-align: center;
  }
  .sub-entity-main-wrapper .panel .fa-angle-right {
    display: none;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
  letter-spacing: 0.5px;
  font-size: 14px;
  text-transform: uppercase;
}
#page-home .main-content-container {
  max-width: unset;
  padding: 0;
  width: 100%;
}
/*Set min-height for dynamic content area*/
.main-content-wrapper {
  min-height: 300px;
  padding-top: 6px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .main-content-wrapper {
    min-height: 500px;
  }
}
/*Logo & Header element padding*/
.logo-wrap,
.social-links,
.header-middle {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Store Logo */
.logo-wrap img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .logo-wrap {
    text-align: center;
  }
}
/*Main Header - Top navigation */
.main-header {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
/*Remove margin-top, rely on baseline margin
     values for vertical rhythm*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  line-height: 1.55;
}
h1.product-page-header {
  font-size: 22px;
  margin-bottom: 28px;
  font-family: 'Lato', Arial, sans-serif;
}
@media (min-width: 992px) {
  h1.product-page-header {
    font-size: 30px;
  }
}
h1.entity-page-header {
  font-size: 30px;
  font-family: 'Lato', Arial, sans-serif;
}
@media (min-width: 992px) {
  h1.entity-page-header {
    font-size: 38px;
  }
}
/*Product Cells*/
.grid-item {
  text-align: center;
}
.grid-item-price-wrap {
  font-weight: bold;
  padding-top: 4px;
}
/*Product XmlPackages*/
.product-page-top {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.product-page-footer {
  padding-top: 21px;
}
.variant-name-wrap {
  font-size: 12px;
  margin: 0;
}
.product-page .product-info-wrap .price-wrap {
  margin-top: 0;
  margin-bottom: 14px;
}
.product-page .price-wrap {
  font-weight: bold;
}
#product-tabs .rating-header {
  display: none;
}
.rating-stars {
  display: inline-block;
  width: 78px;
  position: relative;
  top: 5px;
}
a.rating-link,
.rating-link {
  display: inline-block;
  padding-right: 3px;
}
/*Tabs*/
.tab-content > .tab-pane {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 12px;
  padding: 18px;
  margin-bottom: 28px;
}
.tab-content {
  position: relative;
}
/*Dropdowns*/
.dropdown-menu {
  min-width: 200px;
  padding: 0;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
}
.dropdown-menu .divider {
  margin: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f4f4f4;
}
/*Breadcrumb*/
.breadcrumb {
  font-size: 11px;
  margin-bottom: 14px;
  font-style: italic;
  color: #666666;
}
/*Template Checkout/Cart Links*/
.header-right-nav {
  padding-top: 10px;
}
.top-header-left {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
}
.header-phone-number {
  text-align: center;
  font-weight: bold;
  padding-bottom: 14px;
}
@media (min-width: 992px) {
  .header-phone-number {
    text-align: right;
  }
}
a[disabled] {
  color: #555;
  cursor: not-allowed;
}
.user-links > li {
  margin: 0;
}
a.user-link {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
}
/* Manufacturer List */
.brands-sidebar {
  background: #5592c6;
  width: 34px;
  right: 0px;
  padding: 8px 6px;
  font-size: 10px;
  position: fixed;
  right: -34px;
  top: 1%;
  top: 244px;
  text-align: center;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brand-section-wrapper {
  margin-bottom: 32px;
  padding-right: 32px;
  min-height: 100px;
}
.brand-list-heading {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  color: #005BAA;
}
.brands-sidebar a {
  color: #fff;
}
.nav-hint {
  background: #5592c6;
  color: #fff;
}
.nudge-menu {
  right: 0px;
}
/*Inverse Color Classes*/
.btn-inverse {
  color: #8c8c8c;
  background-color: #222;
  border-color: #222;
}
.text-inverse {
  color: #8c8c8c;
}
.text-inverse a {
  color: #8c8c8c;
}
.text-inverse a:hover {
  color: #fff;
}
/*Navbar*/
.navbar-default {
  box-shadow: inset 1px 1px #fff;
  border-radius: 4px;
  background-color: #f5f5f5;
  border-color: rgba(204, 204, 204, 0.36);
}
.navbar-default .navbar-collapse {
  border-color: #efefef;
}
.navbar-default .navbar-nav > li > a {
  color: #555;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.47);
  font-weight: bold;
  font-size: 15px;
  padding: 18px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 16px 6px;
  }
}
.navbar-default .navbar-nav > li > a:focus {
  outline: 1px dotted black;
}
.navbar-default .navbar-brand {
  color: #6c6c6c;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.47);
  font-weight: bold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-default.topnav {
  margin-bottom: 12px;
}
/* Fix some common problems with set widths in admin entered data*/
.responsive-content-fix img,
.responsive-content-fix div,
.responsive-content-fix table,
.responsive-content-fix p {
  max-width: 100%;
}
.responsive-content-fix {
  max-width: 100%;
  overflow: auto;
}
.seal-marker {
  padding: 12px 0;
  display: inline-block;
}
/* Footer */
.footer-wrapper {
  background: #d9dad9;
  padding: 32px;
}
.footer-row div {
  font-size: 14px;
}
div.footer-list {
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
  line-height: 24px;
  color: #6c6c6c;
}
.footer-list a {
  color: #555;
}
.footer-heading {
  font-weight: bold;
  padding-top: 14px;
  letter-spacing: 1px;
  color: #555;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.77);
  font-size: 15px;
  font-family: 'Lato', Arial, sans-serif;
}
.copyright {
  padding: 32px 0;
  font-style: italic;
  color: #65677D;
}
.copyright a {
  color: #0055bb;
}
picture > img {
  width: 100%;
}
/*Search*/
.search-form-group {
  display: flex;
  justify-content: space-between;
}
.navbar-form .search-box {
  flex-grow: 1;
}
.navbar-form .search-go {
  line-height: 22px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .search-box-label {
    padding: 10px 4px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-form .search-box {
    max-width: 182px;
  }
}
@media (min-width: 768px) {
  .navbar-form.search-wrap {
    padding-right: 15px;
  }
  .navbar-form {
    border-top: none;
  }
}
/* Product page */
.variant-options-label {
  font-weight: bold;
}
.product-image-wrap .product-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* Add to cart styles */
.quantity-field {
  text-align: center;
}
.table-order {
  text-align: right;
}
/* Grid item styles for entity pages, related, upsell etc. */
.grid-item {
  padding-bottom: 16px;
  text-align: center;
}
.grid-item-image {
  margin: 0 auto;
}
.grid-item-image-wrap {
  padding-bottom: 8px;
}
/* Entity page */
.entity-image {
  margin: 0 8px 8px 0;
}
.entity-page-description {
  margin-bottom: 8px;
}
.sub-entity-list {
  margin-bottom: 16px;
}
/* Popup window styles */
/* Override body styles by removing spacing and backgrounds */
#popup-body {
  margin: 0;
  padding: 0;
  border: none 0;
  background: #fff;
}
.no-template-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.highlight-save-email-button {
  transition: all ease 0.8s;
  box-shadow: 0 0 5px #398439;
}
.address-collapse-link {
  padding: 0;
}
.address-collapse-link:focus {
  text-decoration: none;
  color: #0b3260;
}
.address-collapse-link:hover {
  color: #0b3260;
}
/* Credit card secure form styles */
.secured-form {
  background-color: #eeeeee;
  border: solid 1px #aaa;
  border-radius: 4px;
}
.credit-card-secured-form {
  max-width: 424px;
}
.braintree-secured-form {
  max-width: 424px;
}
.sagepaypi-secured-form {
  max-width: 424px;
}
.credit-card-page {
  padding: 15px;
}
.sage-pay-pi-credit-card-page {
  padding: 15px;
}
.braintree-credit-card-page {
  padding: 15px;
}
.collapsed-address-field {
  margin-bottom: 15px;
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -80px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #BF1722;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}
/* default homepage content style */
.home-image {
  margin-bottom: 24px;
}
.address-control .input-validation-error {
  border-color: #a94442;
}
.address-control .input-validation-error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.SearchBox {
  font-style: normal;
}
.form-control {
  font-size: 16px;
  padding: 8px 12px;
}
#top-search {
  margin-right: -15px !important;
}
@media (min-width: 768px) {
  #top-search {
    display: none;
  }
}
#top-cart {
  margin-right: -15px;
}
.product-guarantees {
  border-top: 1px solid #E8E8E8;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: Bold;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 1.5;
  text-align: center;
}
.product-guarantees i {
  display: block;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .product-guarantees i {
    display: inline-block;
  }
}
.main-navigation {
  border-bottom: 1px solid #efefef;
}
.entity-description-wrap {
  margin: 0;
}
.entity-page-header {
  margin-bottom: 8px;
}
.description-overflow {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.description-overflow .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
  z-index: 1000;
  padding-top: 29px;
  text-align: right;
}
.description-overflow .gradient-overlay .readMore {
  color: #005BAA;
}
.description-overflow .gradient-overlay .readMore:before {
  content: 'Read more...';
}
@media (min-width: 768px) {
  .description-overflow .gradient-overlay {
    display: none;
  }
}
.description-overflow.show-more {
  max-height: unset;
  overflow: visible;
}
.description-overflow.show-more .gradient-overlay {
  background: none;
  bottom: -15px;
}
.description-overflow.show-more .readMore:before {
  content: 'Read less...';
}
@media (min-width: 768px) {
  .description-overflow {
    max-height: unset;
    overflow: unset;
  }
}
.main-navigation {
  z-index: 1020;
}
.main-navigation.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #SmartSearch.collapse {
    display: block;
  }
}
.breadcrumb {
  clear: both;
}
#upsellSlider .owl-prev,
.productSlider .owl-prev {
  left: -0.5rem;
}
#upsellSlider .owl-next,
.productSlider .owl-next {
  right: -0.5rem;
}
@media (min-width: 768px) {
  #upsellSlider .owl-prev,
  .productSlider .owl-prev {
    left: -1.7rem;
  }
  #upsellSlider .owl-next,
  .productSlider .owl-next {
    right: -1.7rem;
  }
}
#upsellSlider.owl-carousel .owl-item img {
  max-width: 160px;
}
.productSlider .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}
.productSlider .featured-item-image {
  width: auto !important;
  max-width: 100%;
}
#upsellSlider .grid-product-link,
.productSlider .grid-product-link {
  text-decoration: underline;
}
#upsellSlider .grid-product-link:hover,
.productSlider .grid-product-link:hover {
  color: #7FB3E3;
  text-decoration: underline;
}
#upsellSlider .grid-item-inner,
.productSlider .grid-item-inner {
  border: 1px solid #d9dad9;
  max-width: 314px;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-radius: 0;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  #upsellSlider .grid-item-inner,
  .productSlider .grid-item-inner {
    max-width: unset;
    margin: 0;
    margin-bottom: 1rem;
  }
}
#upsellSlider .product-grid-item,
.productSlider .product-grid-item {
  margin-top: 0;
}
#upsellSlider .add-to-cart-quantity,
.productSlider .add-to-cart-quantity {
  display: none;
}
#upsellSlider .form-group,
.productSlider .form-group {
  margin-bottom: 0;
}
#upsellSlider .add-to-wishlist,
.productSlider .add-to-wishlist {
  display: none;
}
.upsell-item {
  margin-top: 0;
}
.upsell-item-price-wrap {
  margin-bottom: 1.5rem;
}
.variant-gallery .owl-stage-outer {
  height: 110px;
}
.variant-gallery.owl-theme .owl-nav {
  margin: 0;
}
.variant-gallery .owl-prev {
  height: 32px;
  top: 22%;
  left: -1.3rem;
}
.variant-gallery .owl-next {
  height: 32px;
  top: 22%;
  right: -1.3rem;
}
#largeImageLink {
  display: block;
}
.upsell-item-name-wrap,
.featured-product-name-wrap {
  height: 47px;
  overflow: hidden;
}
.add-to-wishlist {
  font-weight: bold;
}
.km-icn {
  background-repeat: no-repeat;
  display: block;
  background-size: 16px;
  width: 16px;
  height: 19px;
  filter: invert();
}
.km-icon-left-triangle {
  background-image: url("../Images/triangle-left.svg");
}
.km-icon-right-triangle {
  background-image: url("../Images/triangle-right.svg");
}
.owl-nav .disabled .km-icn {
  filter: invert(50%);
}
.btn-default {
  color: #666;
  background-color: #fff;
  border-color: #666;
}
.btn-default:focus,
.btn-default.focus {
  color: #666;
  background-color: #e6e6e6;
  border-color: #262626;
}
.btn-default:hover {
  color: #666;
  background-color: #e6e6e6;
  border-color: #474747;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #666;
  background-color: #e6e6e6;
  border-color: #474747;
}
.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: #666;
  background-color: #d4d4d4;
  border-color: #262626;
}
.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: #666;
}
.btn-default .badge {
  color: #fff;
  background-color: #666;
}
.btn-default:hover {
  background-color: #efefef;
  border-color: #666;
  color: #666;
}
.btn-primary {
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #004077;
  border-color: #00172a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004077;
  border-color: #003a6d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #004077;
  border-color: #003a6d;
}
.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: #002d53;
  border-color: #00172a;
}
.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: #005BAA;
  border-color: #005BAA;
}
.btn-primary .badge {
  color: #005BAA;
  background-color: #fff;
}
.btn-primary:hover {
  background-color: #00396A;
  border-color: #00396A;
  color: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: #7FB3E3;
  border-color: #7FB3E3;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #559ada;
  border-color: #2974ba;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #559ada;
  border-color: #4d95d8;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #559ada;
  border-color: #4d95d8;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #3889d3;
  border-color: #2974ba;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #7FB3E3;
  border-color: #7FB3E3;
}
.btn-secondary .badge {
  color: #7FB3E3;
  background-color: #fff;
}
.btn-secondary:hover {
  background-color: #61B5E5;
  border-color: #61B5E5;
  color: #fff;
}
.btn-tertiary {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #262626;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #474747;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #474747;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #262626;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
  background-color: #666;
  border-color: #666;
}
.btn-tertiary .badge {
  color: #666;
  background-color: #fff;
}
.btn-tertiary:hover {
  background-color: #040404;
  border-color: #040404;
}
.btn-primary[disabled="disabled"],
.btn-primary.disabled,
.btn-secondary[disabled="disabled"],
.btn-secondary.disabled {
  background-color: #d9dad9;
  border-color: #d9dad9;
  color: #fff;
}
.btn-primary[disabled="disabled"]:hover,
.btn-primary.disabled:hover,
.btn-secondary[disabled="disabled"]:hover,
.btn-secondary.disabled:hover {
  background-color: #d9dad9;
  border-color: #d9dad9;
  color: #fff;
}
.btn-disabled,
.btn-light-gray {
  color: #000;
  background-color: #d9dad9;
  border-color: #d9dad9;
}
.btn-disabled:focus,
.btn-light-gray:focus,
.btn-disabled.focus,
.btn-light-gray.focus {
  color: #000;
  background-color: #bfc1bf;
  border-color: #989b98;
}
.btn-disabled:hover,
.btn-light-gray:hover {
  color: #000;
  background-color: #bfc1bf;
  border-color: #babcba;
}
.btn-disabled:active,
.btn-light-gray:active,
.btn-disabled.active,
.btn-light-gray.active,
.open > .dropdown-toggle.btn-disabled,
.open > .dropdown-toggle.btn-light-gray {
  color: #000;
  background-color: #bfc1bf;
  border-color: #babcba;
}
.btn-disabled:active:hover,
.btn-light-gray:active:hover,
.btn-disabled.active:hover,
.btn-light-gray.active:hover,
.open > .dropdown-toggle.btn-disabled:hover,
.open > .dropdown-toggle.btn-light-gray:hover,
.btn-disabled:active:focus,
.btn-light-gray:active:focus,
.btn-disabled.active:focus,
.btn-light-gray.active:focus,
.open > .dropdown-toggle.btn-disabled:focus,
.open > .dropdown-toggle.btn-light-gray:focus,
.btn-disabled:active.focus,
.btn-light-gray:active.focus,
.btn-disabled.active.focus,
.btn-light-gray.active.focus,
.open > .dropdown-toggle.btn-disabled.focus,
.open > .dropdown-toggle.btn-light-gray.focus {
  color: #000;
  background-color: #adafad;
  border-color: #989b98;
}
.btn-disabled:active,
.btn-light-gray:active,
.btn-disabled.active,
.btn-light-gray.active,
.open > .dropdown-toggle.btn-disabled,
.open > .dropdown-toggle.btn-light-gray {
  background-image: none;
}
.btn-disabled.disabled:hover,
.btn-light-gray.disabled:hover,
.btn-disabled[disabled]:hover,
.btn-light-gray[disabled]:hover,
fieldset[disabled] .btn-disabled:hover,
fieldset[disabled] .btn-light-gray:hover,
.btn-disabled.disabled:focus,
.btn-light-gray.disabled:focus,
.btn-disabled[disabled]:focus,
.btn-light-gray[disabled]:focus,
fieldset[disabled] .btn-disabled:focus,
fieldset[disabled] .btn-light-gray:focus,
.btn-disabled.disabled.focus,
.btn-light-gray.disabled.focus,
.btn-disabled[disabled].focus,
.btn-light-gray[disabled].focus,
fieldset[disabled] .btn-disabled.focus,
fieldset[disabled] .btn-light-gray.focus {
  background-color: #d9dad9;
  border-color: #d9dad9;
}
.btn-disabled .badge,
.btn-light-gray .badge {
  color: #d9dad9;
  background-color: #000;
}
.carousel-inner img {
  width: 100% !important;
}
.carousel-inner .item.left {
  float: none;
}
.carousel-control .fa {
  top: 50%;
  font-size: 1.5rem;
  position: absolute;
}
.featured-products .slick-slide {
  padding: 0 0.5rem;
}
.bg-light {
  background-color: #efefef;
}
.checkout-header-title {
  padding: 1rem;
}
.checkout-header-title h1 {
  margin: 0;
  font-size: 29px;
}
.checkout-block {
  border: 1px solid #d9dad9;
  padding: 24px;
}
.checkout-block .login-button {
  color: #fff;
  background-color: #7FB3E3;
  border-color: #7FB3E3;
}
.checkout-block .login-button:focus,
.checkout-block .login-button.focus {
  color: #fff;
  background-color: #559ada;
  border-color: #2974ba;
}
.checkout-block .login-button:hover {
  color: #fff;
  background-color: #559ada;
  border-color: #4d95d8;
}
.checkout-block .login-button:active,
.checkout-block .login-button.active,
.open > .dropdown-toggle.checkout-block .login-button {
  color: #fff;
  background-color: #559ada;
  border-color: #4d95d8;
}
.checkout-block .login-button:active:hover,
.checkout-block .login-button.active:hover,
.open > .dropdown-toggle.checkout-block .login-button:hover,
.checkout-block .login-button:active:focus,
.checkout-block .login-button.active:focus,
.open > .dropdown-toggle.checkout-block .login-button:focus,
.checkout-block .login-button:active.focus,
.checkout-block .login-button.active.focus,
.open > .dropdown-toggle.checkout-block .login-button.focus {
  color: #fff;
  background-color: #3889d3;
  border-color: #2974ba;
}
.checkout-block .login-button:active,
.checkout-block .login-button.active,
.open > .dropdown-toggle.checkout-block .login-button {
  background-image: none;
}
.checkout-block .login-button.disabled:hover,
.checkout-block .login-button[disabled]:hover,
fieldset[disabled] .checkout-block .login-button:hover,
.checkout-block .login-button.disabled:focus,
.checkout-block .login-button[disabled]:focus,
fieldset[disabled] .checkout-block .login-button:focus,
.checkout-block .login-button.disabled.focus,
.checkout-block .login-button[disabled].focus,
fieldset[disabled] .checkout-block .login-button.focus {
  background-color: #7FB3E3;
  border-color: #7FB3E3;
}
.checkout-block .login-button .badge {
  color: #7FB3E3;
  background-color: #fff;
}
.checkout-block .btn-success {
  color: #fff;
  background-color: #7FB3E3;
  border-color: #7FB3E3;
}
.checkout-block .btn-success:focus,
.checkout-block .btn-success.focus {
  color: #fff;
  background-color: #559ada;
  border-color: #2974ba;
}
.checkout-block .btn-success:hover {
  color: #fff;
  background-color: #559ada;
  border-color: #4d95d8;
}
.checkout-block .btn-success:active,
.checkout-block .btn-success.active,
.open > .dropdown-toggle.checkout-block .btn-success {
  color: #fff;
  background-color: #559ada;
  border-color: #4d95d8;
}
.checkout-block .btn-success:active:hover,
.checkout-block .btn-success.active:hover,
.open > .dropdown-toggle.checkout-block .btn-success:hover,
.checkout-block .btn-success:active:focus,
.checkout-block .btn-success.active:focus,
.open > .dropdown-toggle.checkout-block .btn-success:focus,
.checkout-block .btn-success:active.focus,
.checkout-block .btn-success.active.focus,
.open > .dropdown-toggle.checkout-block .btn-success.focus {
  color: #fff;
  background-color: #3889d3;
  border-color: #2974ba;
}
.checkout-block .btn-success:active,
.checkout-block .btn-success.active,
.open > .dropdown-toggle.checkout-block .btn-success {
  background-image: none;
}
.checkout-block .btn-success.disabled:hover,
.checkout-block .btn-success[disabled]:hover,
fieldset[disabled] .checkout-block .btn-success:hover,
.checkout-block .btn-success.disabled:focus,
.checkout-block .btn-success[disabled]:focus,
fieldset[disabled] .checkout-block .btn-success:focus,
.checkout-block .btn-success.disabled.focus,
.checkout-block .btn-success[disabled].focus,
fieldset[disabled] .checkout-block .btn-success.focus {
  background-color: #7FB3E3;
  border-color: #7FB3E3;
}
.checkout-block .btn-success .badge {
  color: #7FB3E3;
  background-color: #fff;
}
.checkout-block .checkout-header {
  border: none;
  padding-bottom: 0;
  color: #005BAA;
  font-family: 'Lato', Arial, sans-serif;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .account-guest-panels .guest-checkout,
  .account-guest-panels .checkout-account {
    min-height: 430px;
  }
}
@media (min-width: 992px) {
  .account-guest-panels .col-xs-12 .checkout-account {
    min-height: unset;
  }
}
.account-guest-panels .form-control {
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-content .form-control {
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-content .form-label-suffix-required {
  display: none;
}
.highlight-save-email-button {
  box-shadow: none;
}
.checkout-wrapper {
  padding: 0;
}
#CheckoutProgress .progress-bar-km {
  display: flex;
  justify-content: space-around;
  border: 1px solid #efefef;
  margin-bottom: 16px;
  position: relative;
}
#CheckoutProgress .progress-bar-km .border-bg {
  height: 1px;
  background-color: #efefef;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#CheckoutProgress .progress-bar-km .progress-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  padding: 1rem;
  background-color: #fff;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}
#CheckoutProgress.checkout-sticky .progress-bar-km {
  margin-bottom: 0;
}
#CheckoutProgress .km-circle-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}
#CheckoutProgress .km-circle-icon .km-icn {
  filter: grayscale();
  opacity: 0.5;
  width: 12px;
  height: 15px;
  background-size: 12px;
}
.order-details,
.shipping-estimator {
  border-radius: 0;
  border: none;
  background-color: #efefef;
}
.order-details h3,
.shipping-estimator h3 {
  font-size: 20px;
  font-family: 'Lato', Arial, sans-serif;
}
.order-block .btn-default,
.payment-details .btn-default,
.checkout-actions .btn-default {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.order-block .btn-default:focus,
.payment-details .btn-default:focus,
.checkout-actions .btn-default:focus,
.order-block .btn-default.focus,
.payment-details .btn-default.focus,
.checkout-actions .btn-default.focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #262626;
}
.order-block .btn-default:hover,
.payment-details .btn-default:hover,
.checkout-actions .btn-default:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #474747;
}
.order-block .btn-default:active,
.payment-details .btn-default:active,
.checkout-actions .btn-default:active,
.order-block .btn-default.active,
.payment-details .btn-default.active,
.checkout-actions .btn-default.active,
.open > .dropdown-toggle.order-block .btn-default,
.open > .dropdown-toggle.payment-details .btn-default,
.open > .dropdown-toggle.checkout-actions .btn-default {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #474747;
}
.order-block .btn-default:active:hover,
.payment-details .btn-default:active:hover,
.checkout-actions .btn-default:active:hover,
.order-block .btn-default.active:hover,
.payment-details .btn-default.active:hover,
.checkout-actions .btn-default.active:hover,
.open > .dropdown-toggle.order-block .btn-default:hover,
.open > .dropdown-toggle.payment-details .btn-default:hover,
.open > .dropdown-toggle.checkout-actions .btn-default:hover,
.order-block .btn-default:active:focus,
.payment-details .btn-default:active:focus,
.checkout-actions .btn-default:active:focus,
.order-block .btn-default.active:focus,
.payment-details .btn-default.active:focus,
.checkout-actions .btn-default.active:focus,
.open > .dropdown-toggle.order-block .btn-default:focus,
.open > .dropdown-toggle.payment-details .btn-default:focus,
.open > .dropdown-toggle.checkout-actions .btn-default:focus,
.order-block .btn-default:active.focus,
.payment-details .btn-default:active.focus,
.checkout-actions .btn-default:active.focus,
.order-block .btn-default.active.focus,
.payment-details .btn-default.active.focus,
.checkout-actions .btn-default.active.focus,
.open > .dropdown-toggle.order-block .btn-default.focus,
.open > .dropdown-toggle.payment-details .btn-default.focus,
.open > .dropdown-toggle.checkout-actions .btn-default.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #262626;
}
.order-block .btn-default:active,
.payment-details .btn-default:active,
.checkout-actions .btn-default:active,
.order-block .btn-default.active,
.payment-details .btn-default.active,
.checkout-actions .btn-default.active,
.open > .dropdown-toggle.order-block .btn-default,
.open > .dropdown-toggle.payment-details .btn-default,
.open > .dropdown-toggle.checkout-actions .btn-default {
  background-image: none;
}
.order-block .btn-default.disabled:hover,
.payment-details .btn-default.disabled:hover,
.checkout-actions .btn-default.disabled:hover,
.order-block .btn-default[disabled]:hover,
.payment-details .btn-default[disabled]:hover,
.checkout-actions .btn-default[disabled]:hover,
fieldset[disabled] .order-block .btn-default:hover,
fieldset[disabled] .payment-details .btn-default:hover,
fieldset[disabled] .checkout-actions .btn-default:hover,
.order-block .btn-default.disabled:focus,
.payment-details .btn-default.disabled:focus,
.checkout-actions .btn-default.disabled:focus,
.order-block .btn-default[disabled]:focus,
.payment-details .btn-default[disabled]:focus,
.checkout-actions .btn-default[disabled]:focus,
fieldset[disabled] .order-block .btn-default:focus,
fieldset[disabled] .payment-details .btn-default:focus,
fieldset[disabled] .checkout-actions .btn-default:focus,
.order-block .btn-default.disabled.focus,
.payment-details .btn-default.disabled.focus,
.checkout-actions .btn-default.disabled.focus,
.order-block .btn-default[disabled].focus,
.payment-details .btn-default[disabled].focus,
.checkout-actions .btn-default[disabled].focus,
fieldset[disabled] .order-block .btn-default.focus,
fieldset[disabled] .payment-details .btn-default.focus,
fieldset[disabled] .checkout-actions .btn-default.focus {
  background-color: #666;
  border-color: #666;
}
.order-block .btn-default .badge,
.payment-details .btn-default .badge,
.checkout-actions .btn-default .badge {
  color: #666;
  background-color: #fff;
}
.order-block .btn-default:hover,
.payment-details .btn-default:hover,
.checkout-actions .btn-default:hover {
  background-color: #efefef;
  border-color: #666;
  color: #666;
}
.checkout-page .btn-success.checkout-mask {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.checkout-page .btn-success.checkout-mask:focus,
.checkout-page .btn-success.checkout-mask.focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #262626;
}
.checkout-page .btn-success.checkout-mask:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #474747;
}
.checkout-page .btn-success.checkout-mask:active,
.checkout-page .btn-success.checkout-mask.active,
.open > .dropdown-toggle.checkout-page .btn-success.checkout-mask {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #474747;
}
.checkout-page .btn-success.checkout-mask:active:hover,
.checkout-page .btn-success.checkout-mask.active:hover,
.open > .dropdown-toggle.checkout-page .btn-success.checkout-mask:hover,
.checkout-page .btn-success.checkout-mask:active:focus,
.checkout-page .btn-success.checkout-mask.active:focus,
.open > .dropdown-toggle.checkout-page .btn-success.checkout-mask:focus,
.checkout-page .btn-success.checkout-mask:active.focus,
.checkout-page .btn-success.checkout-mask.active.focus,
.open > .dropdown-toggle.checkout-page .btn-success.checkout-mask.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #262626;
}
.checkout-page .btn-success.checkout-mask:active,
.checkout-page .btn-success.checkout-mask.active,
.open > .dropdown-toggle.checkout-page .btn-success.checkout-mask {
  background-image: none;
}
.checkout-page .btn-success.checkout-mask.disabled:hover,
.checkout-page .btn-success.checkout-mask[disabled]:hover,
fieldset[disabled] .checkout-page .btn-success.checkout-mask:hover,
.checkout-page .btn-success.checkout-mask.disabled:focus,
.checkout-page .btn-success.checkout-mask[disabled]:focus,
fieldset[disabled] .checkout-page .btn-success.checkout-mask:focus,
.checkout-page .btn-success.checkout-mask.disabled.focus,
.checkout-page .btn-success.checkout-mask[disabled].focus,
fieldset[disabled] .checkout-page .btn-success.checkout-mask.focus {
  background-color: #666;
  border-color: #666;
}
.checkout-page .btn-success.checkout-mask .badge {
  color: #666;
  background-color: #fff;
}
.order-block .btn-default {
  padding: 13px 12px;
}
.checkout-page .btn-success {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  background-color: #005BAA;
  border-color: #005BAA;
}
.checkout-page .btn-success:focus,
.checkout-page .btn-success.focus {
  color: #fff;
  background-color: #004077;
  border-color: #00172a;
}
.checkout-page .btn-success:hover {
  color: #fff;
  background-color: #004077;
  border-color: #003a6d;
}
.checkout-page .btn-success:active,
.checkout-page .btn-success.active,
.open > .dropdown-toggle.checkout-page .btn-success {
  color: #fff;
  background-color: #004077;
  border-color: #003a6d;
}
.checkout-page .btn-success:active:hover,
.checkout-page .btn-success.active:hover,
.open > .dropdown-toggle.checkout-page .btn-success:hover,
.checkout-page .btn-success:active:focus,
.checkout-page .btn-success.active:focus,
.open > .dropdown-toggle.checkout-page .btn-success:focus,
.checkout-page .btn-success:active.focus,
.checkout-page .btn-success.active.focus,
.open > .dropdown-toggle.checkout-page .btn-success.focus {
  color: #fff;
  background-color: #002d53;
  border-color: #00172a;
}
.checkout-page .btn-success:active,
.checkout-page .btn-success.active,
.open > .dropdown-toggle.checkout-page .btn-success {
  background-image: none;
}
.checkout-page .btn-success.disabled:hover,
.checkout-page .btn-success[disabled]:hover,
fieldset[disabled] .checkout-page .btn-success:hover,
.checkout-page .btn-success.disabled:focus,
.checkout-page .btn-success[disabled]:focus,
fieldset[disabled] .checkout-page .btn-success:focus,
.checkout-page .btn-success.disabled.focus,
.checkout-page .btn-success[disabled].focus,
fieldset[disabled] .checkout-page .btn-success.focus {
  background-color: #005BAA;
  border-color: #005BAA;
}
.checkout-page .btn-success .badge {
  color: #005BAA;
  background-color: #fff;
}
.checkout-block.checkout-order-notes {
  padding: 0;
  border: none;
}
.checkout-sticky .progress-bar-km {
  margin-bottom: 0;
}
#accordion .panel {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#accordion .panel-heading {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#accordion .panel-heading a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
#accordion .panel-heading a:hover {
  color: #fff;
}
#accordion .panel-heading a .km-icn {
  transform: rotate(90deg);
  filter: invert(76%) sepia(4%) saturate(5175%) hue-rotate(179deg) brightness(92%) contrast(93%);
}
#CheckoutProgress.progress-10 .progress-step:first-child {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-10 .progress-step:first-child .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-10 .progress-step:first-child .km-circle-icon .km-icn {
  background-image: url("../Images/triangle-right.svg");
  filter: invert(1);
  opacity: 1;
}
#CheckoutProgress.progress-20 .progress-step:first-child {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-20 .progress-step:first-child .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-20 .progress-step:first-child .km-circle-icon .km-icn {
  background-image: url(../Images/check-sharp-solid.svg);
  filter: invert(1);
  opacity: 1;
}
#CheckoutProgress.progress-20 .progress-step:nth-child(2) {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-20 .progress-step:nth-child(2) .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-20 .progress-step:nth-child(2) .km-circle-icon .km-icn {
  background-image: url("../Images/triangle-right.svg");
  filter: invert(1);
  opacity: 1;
}
#CheckoutProgress.progress-50 .progress-step:nth-child(-n+2) {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-50 .progress-step:nth-child(-n+2) .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-50 .progress-step:nth-child(-n+2) .km-circle-icon .km-icn {
  background-image: url(../Images/check-sharp-solid.svg);
  filter: invert(1);
  opacity: 1;
}
#CheckoutProgress.progress-50 .progress-step:nth-child(3) {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-50 .progress-step:nth-child(3) .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-50 .progress-step:nth-child(3) .km-circle-icon .km-icn {
  background-image: url("../Images/triangle-right.svg");
  filter: invert(1);
  opacity: 1;
}
#CheckoutProgress.progress-70 .progress-step:nth-child(-n+3) {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-70 .progress-step:nth-child(-n+3) .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-70 .progress-step:nth-child(-n+3) .km-circle-icon .km-icn {
  background-image: url(../Images/check-sharp-solid.svg);
  filter: invert(1);
  opacity: 1;
}
#CheckoutProgress.progress-70 .progress-step:nth-child(4) {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-70 .progress-step:nth-child(4) .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-70 .progress-step:nth-child(4) .km-circle-icon .km-icn {
  background-image: url("../Images/triangle-right.svg");
  filter: invert(1);
  opacity: 1;
}
#CheckoutProgress.progress-90 .progress-step {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-90 .progress-step .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-90 .progress-step .km-circle-icon .km-icn {
  background-image: url(../Images/check-sharp-solid.svg);
  filter: invert(1);
  opacity: 1;
}
#CheckoutProgress.progress-90 .progress-step:nth-child(5) {
  color: #005BAA;
  text-decoration: underline;
}
#CheckoutProgress.progress-90 .progress-step:nth-child(5) .km-circle-icon {
  background-color: #666;
}
#CheckoutProgress.progress-90 .progress-step:nth-child(5) .km-circle-icon .km-icn {
  background-image: url("../Images/triangle-right.svg");
  filter: invert(1);
  opacity: 1;
}
#checkout-sidebar.affix .fix-sidebar {
  position: fixed;
}
.order-header {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .fix-sidebar {
    max-width: 272px;
  }
  .fix-sidebar.stickit {
    position: fixed;
    top: 0;
  }
  .fix-sidebar .subscription-bug {
    margin-bottom: 0;
  }
  .fix-sidebar.e-brake {
    position: absolute;
    bottom: 0;
  }
}
.credit-card-actions-mini {
  display: flex;
  justify-content: center;
  text-align: center;
}
.credit-card-submit-mini {
  margin-right: 10px;
  margin-left: 10px;
}
.credit-card-cancel-mini {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.credit-card-secured-form-mini {
  padding-left: 10px;
  padding-right: 10px;
}
.form-group-credit-card {
  width: 32ex;
}
#payment-checkout-content {
  display: flow-root;
}
.checkout-header-title {
  text-align: center;
}
@media (max-width: 992px) {
  .checkout-header-title .btn-primary {
    color: #005BAA;
    padding: 0;
    background-color: transparent;
    border: none;
    text-transform: lowercase;
    color: #000;
    text-decoration: underline;
    font-weight: normal;
  }
}
/* Order Confirmation Page */
.orderconfirmation-page {
  width: 100%;
}
.confirmation-frame {
  padding: 3rem;
  border: 1px solid #d9dad9;
}
.orderconfirmation-received {
  color: #005BAA;
  font-size: 24px;
  font-family: 'Lato', Arial, sans-serif;
  margin-bottom: 2rem;
  font-weight: bold;
}
.order-confirmation-addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.order-confirmation-addresses h4 {
  margin-bottom: 0;
}
.orderconfirmation-received {
  margin-bottom: 0.25rem;
}
.order-confirmation-shipping-method {
  margin-bottom: 2rem;
}
.order-confirmation-shipping-method h4 {
  margin-bottom: 0;
}
.orderconfirmation-receipt {
  margin-bottom: 1rem;
}
.orderconfirmation-receipt .btn:nth-child(2) {
  margin-left: 1rem;
}
#my_cart_view {
  color: white;
}
#headingOne:hover {
  background-color: #00396A;
  border-color: #00396A;
  color: #fff;
}
@media (min-width: 992px) {
  .registration-panel {
    border-left: 1px solid #d9dad9;
    padding-left: 4rem;
  }
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.btn-default.btn-transparent,
.btn-primary.btn-transparent,
.btn-success.btn-transparent,
.btn-info.btn-transparent,
.btn-warning.btn-transparent,
.btn-danger.btn-transparent {
  background: none;
}
.btn-default.btn-transparent {
  border-color: #454545;
  text-transform: uppercase;
  border-width: 1px;
}
.btn-default.btn-transparent:hover,
.btn-default.btn-transparent:focus,
.btn-default.btn-transparent:active {
  background: #454545;
  border-color: #454545;
  color: #fff;
}
.btn-default.btn-sm {
  font-size: 12px;
}
.btn-ghost {
  background: none!important;
}
.btn-ghost.btn-light {
  border: 2px solid #fff;
  color: #fff;
  text-shadow: none;
}
.btn-ghost.btn-dark {
  color: #222;
}
.btn-ghost.btn-light:hover {
  background: #fff !important;
  border-color: #fff;
  color: #222;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn {
  font-size: 11px;
  padding-left: 12px;
  padding-right: 12px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 6px;
  font-size: 11px;
}
.thumbnail,
.img-thumbnail {
  background-color: #ffffff;
  padding: 3px;
  border: 1px solid #e8e8e8;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
}
.navbar-default {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav > .active > a {
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.well {
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* ==================================================
   Tabs
================================================== */
.nav-tabs > li {
  margin-right: 0;
}
.nav-tabs > li > a {
  border-top-width: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  margin-right: -1px;
  position: relative;
  overflow: hidden;
  font-weight: 300;
}
.nav-tabs > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 1px;
  width: 100%;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  background: #333;
  border-color: #333;
  color: #fff;
}
.nav-tabs li a:active,
.nav-tabs li.active a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
}
.tab-content {
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.modal .tab-content {
  padding: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
  margin-bottom: 0;
}
.accordion-group {
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-group.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 1px solid #E6E6E6;
}
.accordion-heading {
  border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
  position: relative;
  display: block;
  padding: 21px 15px;
  padding-right: 30px;
  background: none;
  text-decoration: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  color: #555;
  font-size: 18px;
  font-weight: 300;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-toggle:hover {
  text-decoration: none;
}
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
  background: #555;
  color: #fff;
}
.accordion-heading .accordion-toggle.active {
  color: #fff;
}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -8px 0 0 0;
  font-size: 18px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-heading.togglize .accordion-toggle i {
  margin: -8px 0 0 0;
  font-size: 18px;
}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle {
  display: block;
}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
  display: none;
}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle {
  display: none;
}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
  display: block;
}
.accordion-inner {
  padding: 16px;
  background: #fff;
}
.accordion-inner:before,
.accordion-inner:after {
  content: " ";
  display: table;
}
.accordion-inner:after {
  clear: both;
}
.accordion {
  border: 1px solid #E6E6E6;
}
/* ==================================================
   Alerts
================================================== */
.alert {
  margin-bottom: 20px;
  padding: 15px 35px 15px 15px;
  border: 1px solid #efefef;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #f8f8f8;
  text-shadow: none;
}
.alert .close {
  position: relative;
  top: 0px;
  right: -22px;
  color: #FFFFFF;
  text-shadow: none;
  line-height: 20px;
  -webkit-transition: opacity 0.1s linear 0s;
  -moz-transition: opacity 0.1s linear 0s;
  -ms-transition: opacity 0.1s linear 0s;
  -o-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s;
}
.alert .close:hover {
  text-decoration: none;
  opacity: 1;
}
.alert-standard {
  border-color: #eee;
  background-color: #fff;
}
.alert-standard,
.alert-standard .close {
  color: #666;
}
.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
}
.alert-success,
.alert-success .close {
  color: #468847;
}
.alert-danger,
.alert-error {
  border-color: #ebccd1;
  background-color: #f2dede;
}
.alert-danger,
.alert-danger .close,
.alert-error,
.alert-error .close {
  color: #b94a48;
}
.alert-info {
  border-color: #bce8f1;
  background-color: #d9edf7;
}
.alert-info,
.alert-info .close {
  color: #3a87ad;
}
.alert-warning {
  border-color: #faebcc;
  background-color: #fcf8e3;
}
.alert-warning,
.alert-warning .close {
  color: #c09853;
}
/* ==================================================
   Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  margin-bottom: 15px;
  height: 20px;
  border-radius: 3px;
  overflow: visible;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  background-color: #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position: relative;
  border-radius: 3px;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
span.progress-bar-tooltip {
  position: absolute;
  top: -28px;
  right: 5px;
  display: block;
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #333;
  color: #FFF;
  font-size: 11px;
  line-height: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-border-radius: 3px;
}
span.progress-bar-tooltip:after {
  position: absolute;
  bottom: -5px;
  left: 13px;
  display: block;
  width: 0;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #333 transparent;
  content: "";
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 12px 0;
  font-weight: 300;
  font-size: 13px;
}
.breadcrumb > li + li:before {
  content: "/";
  color: #999;
  padding: 0 10px 0 8px;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #666;
}
.breadcrumb > .active {
  color: #666;
}
.label {
  text-transform: uppercase;
  position: relative;
  top: -2px;
}
.pagination {
  margin-bottom: 0;
  margin-top: 30px;
}
.pagination > li > a,
.pagination > li > span {
  color: #666;
}
.nav {
  margin: 0;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  font-size: 15px;
}
.label {
  padding: 0.3em 0.6em 0.3em;
}
.list-group {
  list-style-type: none;
  margin: 20px 0;
}
.modal .input-group {
  margin-bottom: 20px;
}
.modal-header h4 {
  margin-bottom: 0;
}
/*!
 * Bootstrap-select v1.6.0 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.bootstrap-select > .btn-default {
  border-radius: 0;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  top: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input,
.bootstrap-select-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.label.label-default {
  background: #404040;
}
.checkbox-inline {
  font-size: 13px;
  line-height: 1.5em;
  color: #999;
}
.dropdown-menu > li > a {
  font-size: 13px;
  color: #666;
}
.tooltip {
  z-index: 700;
}
.btn-info.price:hover {
  background-color: #5bc0de;
  color: #fff;
  opacity: 1;
}
.list-group .badge {
  margin-top: 3px;
}
.badge {
  background: #999;
}
.well {
  background-color: #F6F6F6;
}
.modal .bootstrap-select.form-control {
  margin-bottom: 0!important;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
  /*margin-bottom:15px;*/
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background: #5bc0de;
  border-color: #5bc0de;
}
.input-group-addon a,
.list-group-item a,
.nav-tabs > li > a {
  color: #5e5e5e;
}
label.checkbox {
  font-weight: 400;
}
label.checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  line-height: inherit;
}
/*.modal-header .close{
	position: absolute;
	right: 0px;
	top: 0px;
	background: red none repeat scroll 0% 0%;
	width: 30px;
	height: 30px;
	opacity: .8;
	color: rgb(255, 255, 255);
	text-shadow: none;
	line-height: 1;
	margin-top: 0px;
	padding: 0px;
	font-size:15px;
	border-radius:0 6px 0 0;
	display:block;
	z-index:11;
}
.modal-header .close:hover{
	opacity:1;
}*/
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
/* DatePicker */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  z-index: 9999!important;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
  z-index: 9999;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 13px;
}
.bootstrap-timepicker-widget table td input {
  width: 40px;
  height: 40px;
  margin: 0;
  text-align: center;
  border: 1px solid #ddd;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
#imageViewer {
  margin-bottom: 8px;
}
#imageViewerTop {
  margin-bottom: 8px;
}
#productImageWrap {
  background: #fff;
  text-align: center;
  border: solid 1px #ccc;
}
#viewLarger {
  float: left;
  height: 50px;
  width: 50px;
}
#viewControlsWrap .linkWrap,
#showLarger .linkWrap {
  float: left;
  border: solid 1px #ccc;
  display: inline;
  margin: 4px 4px 0px 0px;
}
.showLargerLink {
  display: block;
  background: url(../less/CustomImages/zoomButton.gif) no-repeat left top;
}
/* end image viewer */
#productRightCol {
  width: 423px;
  float: right;
}
#colorControls {
  margin: 10px 0px;
}
#colorControls .linkWrap {
  float: left;
  border: solid 1px #ccc;
  margin: 0px 4px 4px 0px;
  display: inline;
}
#colorControls .linkWrap img {
  width: 50px;
  height: 50px;
}
#colorOptionsLabel {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
}
#viewOptionsLabel {
  text-align: center;
  margin-bottom: 5px;
}
.ProductHeader {
  font-size: 16px;
  font-weight: bold;
}
#productPriceWrap {
  margin-bottom: 5px;
  font-weight: bold;
}
#productOptionsWrap {
  margin-bottom: 5px;
}
.productImage,
.productImageLink {
  max-width: 100%;
}
.j-zoom {
  display: inline-block;
  position: relative;
}
/*Custom Search Page Styles*/
.SearchMatchingText {
  font-size: 1.4em;
  color: #000;
}
.left-sidebar {
  float: left;
  width: 15%;
  text-align: center;
}
.navbar-form .search-go {
  /*margin-top: 10px;*/
  /*margin-left: 0px;*/
}
.search-results {
  float: right;
  display: inline-block;
  margin-left: 20px;
  width: 100%;
}
.information {
  padding-bottom: 40px;
}
.page-sort,
.page-size {
  margin-bottom: 20px;
  float: left;
}
.category-pname {
  height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #srchResContainer {
    display: none !important;
  }
}
.price-strikethru {
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 5px;
}
/*End Custom Search Page Styles*/
#srchCnt {
  margin: 0 0 0 40px;
}
.lstCnt {
  margin: 0 0 5px 0;
  list-style: none;
}
#srchResContainer {
  position: absolute;
  width: 80%;
  max-width: 1000px;
  min-height: 180px;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  padding: 10px 20px 10px 20px;
  background-color: White;
  z-index: 1000;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
/*search list*/
#srchRes {
  float: right;
  font-size: 1em;
  text-align: right;
}
/*individual search list items*/
#srchRes li {
  cursor: default;
  margin: 0 0 4px 10px;
  list-style: none;
}
/*image container*/
.imgcon {
  display: inline-block;
  text-align: center;
}
/*images*/
#imgs {
  float: left;
}
#brand {
  position: absolute;
  color: #D1CFCF;
  float: right;
  display: none;
  font-size: 1.2em;
}
.brandLnk,
.brandLnk:visited,
.brandLnk:link {
  color: #D1CFCF;
  font-size: 0.8em;
  list-style: none;
}
.brandLnk:hover {
  color: #FF7F00;
}
#imgs img {
  display: inline;
  margin: 0 10px 0 0;
  border: 1px solid #F7F7F7;
  /*height: 125px;*/
}
.imgCpt {
  text-align: center;
  width: 100px;
  font-size: 0.7em;
}
.clr {
  clear: both;
}
.bld {
  font-weight: bold;
}
.lstItmNormal {
  color: Black;
  padding-right: 10px;
  width: 250px;
}
.lstItmOver {
  color: #005BAA;
  background-color: #eee;
  padding: 0 15px;
  width: 250px;
}
.pressEnterToSearch {
  font-size: 0.8em;
  margin: 10px 0 0 0;
  font-style: italic;
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*left: 10px;*/
}
/*------------------------------------------------------------------
[Table of contents]

0. Header
1. Menu
2. Typography
3. Product Blocks
4. Product Tiles
5. Social Icons
6. TBD
7. TBD
8. TBD
-------------------------------------------------------------------*/
/* ==================================================
   0. Header
================================================== */
.site-logo {
  background-color: #fff;
}
.site-logo::before {
  background-color: #fff;
}
/* ==================================================
   1. Menu
================================================== */
/* .dd-menu > li.active a{color:red;} */
.dd-menu li.active {
  background-color: #333;
  color: #fff;
}
/* lg */
@media (min-width: 1200px) {
  nav .dd-menu > li {
    font-size: 18px;
    font-weight: 400;
    margin-right: 0;
    margin-left: 0;
  }
}
.dd-menu .fas,
.dd-menu .fal,
.dd-menu .far,
.dd-menu .fab,
.dd-menu .fa {
  padding-right: 7px;
}
.dd-menu .fa-angle-down {
  font-size: 10px;
  padding: 1px;
  margin: 0;
}
#top-account .fa-angle-down {
  display: none;
}
.dd-menu > li#top-account > a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .dd-menu > li#top-account > a {
    padding: 0.8rem 0.5rem;
  }
}
#top-account {
  z-index: 1025;
}
#top-account .fas {
  font-size: 1.5rem;
  padding: 0.5rem;
}
#top-account .dropdown-menu {
  border-radius: 0;
}
#top-account .dropdown-menu > li > a {
  font-size: inherit;
}
#top-search,
#top-cart,
#top-account,
#top-home {
  /*padding: 0 20px;
	margin: 0;*/
  /* margin: 40px 0 40px 15px; */
}
#top-quickorder a {
  padding: 23px 7px 17px 7px;
  display: flex;
  align-items: center;
}
/* #top-search:active, #top-cart:active, #top-account:active, #top-home:active, */
/* #top-search:focus, #top-cart:focus, #top-account:focus, #top-home:focus, */
#top-search:hover,
#top-cart:hover,
#top-account:hover,
#top-home:hover,
#top-quickorder:hover {
  background: #0079e2;
}
#top-search:hover a > i,
#top-cart:hover a > i,
#top-account:hover a > i,
#top-home:hover a > i,
#top-phone:hover a > i {
  color: #fff;
}
#top-home {
  margin-right: 25px;
}
#top-cart .badge {
  display: block;
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  text-shadow: none;
  background-color: #005BAA;
  border-radius: 50%;
  top: -4px;
  left: auto;
  right: -11px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-style: normal;
}
#top-cart:hover > a > span {
  background-color: #fff;
  color: #005BAA;
  border: 1px solid #005BAA;
}
/* ==================================================
   2. Typography
================================================== */
/* Title Text */
.tt-1 {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.tt-2 {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 900;
  text-align: center;
}
.tt-3 {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 900;
  text-align: center;
}
.tt-4 {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 900;
  text-align: right;
  margin-top: -36px;
  margin-right: 10%;
}
.hero-title {
  position: relative;
  font-size: 3.5rem;
  color: white;
  padding: 1rem 0;
  z-index: 1;
  background: #005BAA;
}
.title-text {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
.title-text a {
  color: #fff;
}
.title-pattern {
  background: rgba(0, 0, 0, 0) url(../images/header-bg-pattern.png) repeat scroll left top;
}
.title-pattern > span {
  background: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px 15px;
}
h2.title-pattern {
  margin: 0px;
  font-family: 'Lato', Arial, sans-serif;
}
.overlay-text {
  float: right;
  width: 95%;
  /*important*/
  bottom: 1vw;
  /*important*/
  padding: 2px;
}
.promo {
  margin: 25px 0;
  padding: 10px 0;
  min-height: 120px;
  color: #FFF;
}
.promo .tt-1 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
.promo .tt-3 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.promo .vcenter {
  display: block;
}
/* xs < 768 */
@media (max-width: 767px) {
  .title-text {
    font-size: 2rem;
    padding: 0.25em 0;
  }
  .p-tile-label {
    max-width: 200px;
    right: 120px;
    top: -7px;
    margin-bottom: 15px;
    /* float: left; */
  }
  .p-tile {
    margin-bottom: 15px !important;
  }
  #top-search,
  #top-cart,
  #top-account,
  #top-home,
  #top-phone {
    /* margin: 40px 0 40px 15px; */
  }
  #top-cart > a > span {
    font-size: 10px;
    top: 0;
    right: 0;
    line-height: 1;
  }
}
/* sm */
@media (min-width: 768px) {
  .title-text {
    font-size: 2rem;
    padding: 0.25em 0;
  }
  .p-tile .title-text {
    font-size: 3.5em;
  }
}
/* md */
@media (min-width: 992px) {
  .title-text {
    font-size: 3em;
    padding: 0.25em 0;
  }
  .p-tile .title-text {
    font-size: 2.5em;
  }
  .product-tiles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .promo .tt-1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .promo .vcenter {
    display: flex;
    min-height: 100px;
  }
}
/* lg */
@media (min-width: 1200px) {
  .title-text {
    font-size: 3rem;
    padding: 0.25em 0;
  }
  .p-tile .title-text {
    font-size: 3em;
  }
  .product-tiles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .promo .tt-1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .promo .tt-3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
/* ==================================================
   3. Product Blocks
================================================== */
/* Main sections usually containing a category of products or a highlighted item */
.p-block {
  position: relative;
  height: 300px;
  background-color: #005BAA;
  background-image: url(../Images/texture_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 5px;
  border: 4px solid #e6e6e6;
  /* border-bottom: 2px solid #e6e6e6; */
  -webkit-transition: background-color 0.3s ease 0.1s;
  -moz-transition: background-color 0.3s ease 0.1s;
  -ms-transition: background-color 0.3s ease 0.1s;
  -o-transition: background-color 0.3s ease 0.1s;
  transition: background-color 0.3s ease 0.1s;
}
.p-block:hover {
  background: #005BAA;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.p-block:before,
.p-block:after,
.main-navigation:before,
.main-navigation:after {
  content: " ";
  display: table;
}
.p-block:after,
.main-navigation:after {
  clear: both;
}
.p-block-img {
  position: absolute;
  bottom: 10%;
  width: 100%;
  padding: 10px;
  /*max-width: 340px;
	display: contents;*/
}
.p-block img {
  position: relative;
  margin: auto;
  display: block;
}
/* Labels for product blocks */
.p-block-label {
  position: relative;
  width: 90%;
  margin: -22px 5% 35px 5%;
  background: #fff;
  padding: 10px 25px 2px;
  transform: skew(-25deg);
  border-bottom: solid #0079e2 5px;
  border-left: solid #0079e2 5px;
  box-shadow: 30px 20px 25px -32px #000;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
}
.p-block-label h4 {
  margin: 0 auto 5px;
  transform: skew(25deg);
  font-size: 0.8rem;
}
.p-block-label small {
  color: #0079e2;
  display: block;
  margin-top: 0;
  transform: skew(25deg);
}
.p-block p {
  margin-bottom: 0;
}
/* ==================================================
   4. Product Tiles
================================================== */
/* Smaller sections usually containing a single product line */
.product-tiles {
  color: #fff;
}
.p-tile {
  /* position: relative; */
  background-color: #005BAA;
  margin-bottom: 23px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 8px 4px;
  height: 100px;
}
.p-tile .row {
  height: 100%;
}
/* ==================================================
Big thanks to these resources to get the tile images to vertically align. 
Pay attention that you're aligning the right container! :)

https://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3
https://www.codeply.com/go/3OTmCFGV5b
================================================== */
.vcenter {
  display: flex;
  align-items: center;
  float: none;
  height: 100%;
  justify-content: center;
}
/* .vcenter {
	display: flex;
	flex-direction: row;
}
  
.vcenter > [class^="col-"],
.vcenter > [class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: center;
} */
/* =============================================== */
.p-tile img {
  position: relative;
  margin: auto;
}
.p-tile .title-text {
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
  /* margin:0 0 10px 0; */
  /* z-index: 1; */
}
.p-tile .tt-2 {
  position: absolute;
  top: 5px;
  left: 25px;
  /* text-align: center; */
  /* margin: auto; */
  line-height: 1em;
  z-index: 1000;
}
/* Labels for product tiles */
.p-tile-label {
  position: relative;
  width: 80%;
  transform: skew(-25deg);
  background: #222;
  min-height: 35px;
  padding-top: 2px;
  /* float: left; */
  border-bottom: solid #005BAA 5px;
  margin: -15px auto 15px;
}
.p-tile-label h4 {
  color: #fff;
  margin: 5px auto;
  text-align: center;
  font-size: 15px;
  transform: skew(25deg);
  font-family: 'Lato', Arial, sans-serif;
}
.p-tile-label h4 a {
  color: #fff;
}
.p-tile-label small {
  color: #005BAA;
  transform: skew(25deg);
  /* float: left; */
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
}
/* .tile-center {
	position: absolute;
	left: 32%;
	top: 50%;
} */
/* ==================================================
   5. Social Icons
================================================== */
/* Reset */
.social-buttons {
  height: 38px;
  padding: 0 0 0 5px;
}
.social-button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0.99;
  border-radius: 12%;
  -webkit-transition: all 0.55s cubic-bezier(0.51, -0.3, 0.43, 1.8);
  transition: all 0.55s cubic-bezier(0.51, -0.3, 0.43, 1.8);
}
.social-button:before {
  content: '';
  background-color: #000;
  width: 150%;
  height: 150%;
  position: absolute;
  top: 90%;
  left: -115%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.55s cubic-bezier(0.51, -0.3, 0.43, 1.8);
  transition: all 0.55s cubic-bezier(0.51, -0.3, 0.43, 1.8);
}
.social-button .fab {
  font-size: 26px;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.55s cubic-bezier(0.51, -0.3, 0.43, 1.8);
  transition: all 0.55s cubic-bezier(0.51, -0.3, 0.43, 1.8);
}
.social-button.facebook:before {
  background-color: #3B5998;
}
.social-button.facebook .fab {
  /* color: #3B5998; */
  color: #FFF;
}
.social-button.twitter:before {
  background-color: #3CF;
}
.social-button.twitter .fab {
  /* color: #3CF; */
  color: #FFF;
}
.social-button.instagram:before {
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.social-button.instagram .fab {
  /* color: #000; */
  color: #FFF;
}
.social-button.pinterest:before {
  background-color: #c92619;
}
.social-button.pinterest .fab {
  /* color: #c92619; */
  color: #FFF;
}
.social-button.youtube:before {
  background-color: #F00;
}
.social-button.youtube .fab {
  /* color: #F00; */
  color: #FFF;
}
.social-button:focus:before,
.social-button:hover:before {
  top: -25%;
  left: -25%;
}
.social-button:focus .fab,
.social-button:hover .fab {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* ==================================================
   6. TBD
================================================== */
.smart-search {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .smart-search {
    padding-bottom: 20px;
  }
}
.smart-search .form-control {
  height: 40px;
  font-style: normal;
}
.smart-search .btn-primary {
  padding-left: 0;
  padding-right: 0;
  /* font-size: 11px; */
}
.row.entity-description-row {
  margin: 10px 0;
}
/* .smart-search .row {
	padding-left: 5px;
	padding-right: 5px;
} */
/* ==================================================
   7. TBD
================================================== */
/* ==================================================
   8. TBD
================================================== */
.MMM_col > [class^="col-"],
.MMM_col > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
#ReplaceForm > [class^="col-"],
#ReplaceForm > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.smart-search-title {
  text-align: center;
}
@media (min-width: 998px) {
  .MMM_col > [class^="col-"],
  .MMM_col > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  #ReplaceForm > [class^="col-"],
  #ReplaceForm > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.site-footer {
  text-align: center;
}
@media (min-width: 998px) {
  .site-footer {
    text-align: left;
  }
}
.site-footer .img-responsive {
  display: inline-block;
}
#productSlideyTabs {
  overflow: hidden;
}
#productSlideyTabs .ct-swipe-on {
  position: relative;
}
.ct-mobile:after {
  display: block;
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  position: absolute;
  top: 0;
  right: 15px;
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.footer-bottom-links {
  color: #fff;
}
.footer-bottom-links a {
  color: #fff;
  display: block;
}
.footer-bottom-links a:hover {
  color: #7FB3E3;
}
.footer-bottom-links a:first-child {
  padding-left: 0;
}
@media (min-width: 998px) {
  .footer-bottom-links a {
    color: #fff;
    padding: 0 15px;
    border-left: 1px solid #fff;
    display: inline-block;
  }
  .footer-bottom-links a:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.hero-accordion {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  overflow: hidden;
}
.hero-accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.hero-accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  width: 20%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.hero-accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.hero-accordion ul li div a {
  display: block;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transition: all 200ms ease;
}
.hero-accordion ul li div a * {
  opacity: 0;
  margin: 0;
  padding: 10px;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.hero-accordion ul li div a h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  top: 420px;
}
.hero-accordion ul li div a p {
  top: 420px;
  font-size: 13.5px;
}
.hero-accordion ul li:nth-child(1) {
  background-image: url("../images/hero/construction-seats-1.jpg");
  background-position: -600px center;
  border-left: none !important;
}
.hero-accordion ul li:nth-child(2) {
  background-image: url("../images/hero/construction-seats-2.jpg");
  background-position: -610px center;
}
.hero-accordion ul li:nth-child(3) {
  background-image: url("../images/hero/construction-seats-3.jpg");
  background-position: -460px center;
}
.hero-accordion ul li:nth-child(4) {
  background-image: url("../images/hero/construction-seats-4.jpg");
}
.hero-accordion ul li:nth-child(5) {
  background-image: url("../images/hero/construction-seats-5.jpg");
  background-position: -660px center;
  border-right: none !important;
}
.hero-accordion ul li:focus {
  outline: none;
}
.hero-accordion ul:hover li:hover,
.hero-accordion ul li:focus,
.hero-accordion ul:focus-within li:focus {
  width: 78%;
  background-position: center center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.hero-accordion ul:hover li:hover a *,
.hero-accordion ul li:focus a *,
.hero-accordion ul:focus-within li:focus a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hero-accordion ul:hover li {
  width: 5% !important;
  filter: grayscale(50%);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.hero-accordion ul:hover li a * {
  opacity: 0 !important;
}
.hero-accordion ul:hover li:hover {
  width: 78% !important;
  filter: blur(0px);
  filter: grayscale(0);
}
.hero-accordion ul:hover li:hover a {
  height: 500px;
  background: rgba(0, 0, 0, 0);
}
.hero-accordion ul:hover li:hover a * {
  background-color: #005BAA;
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 600px) {
  body {
    margin: 0;
  }
  .hero-accordion {
    height: auto;
  }
  .hero-accordion ul li,
  .hero-accordion ul li:hover,
  .hero-accordion ul:hover li,
  .hero-accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	GreensKeeper
Version:	1.3
Last change:	05/10/16
Author:	imithemes 
-------------------------------------------------------------------*/
/* Stylesheets and Google fonts import */
/*@import url("../less/font-awesome.css");
@import url("../less/fancy-fonts.css");
@import url("../less/line-icons.css");
@import url("../less/animations.css");*/
/*------------------------------------------------------------------
[Table of contents]

0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
iframe {
  border: 0;
}
/* ==================================================
   1. Basic Styles
================================================== */
html {
  font-size: 2vw;
}
html,
body {
  height: 100%;
}
html,
hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #5e5e5e;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #5e5e5e;
}
.basic-link:hover {
  opacity: 0.8;
}
a img {
  border: none;
}
a > img {
  vertical-align: middle;
}
.gray-bg {
  background: #CDCBCB;
}
.gray-text {
  color: #CDCBCB;
}
.lgray-bg {
  background: #F7F7F7;
}
.dgray-bg {
  background: #454545;
}
img {
  max-width: 100%;
}
img,
object,
embed,
audio,
video {
  max-width: 100%;
}
img {
  height: auto;
}
strong,
.strong {
  font-weight: 700;
}
p {
  margin: 0 0 20px;
}
i,
em,
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.align-left {
  float: left;
  margin: 5px 25px 20px 0px !important;
}
.align-right {
  float: right;
  margin: 5px 0 20px 25px !important;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.color-text {
  color: #ffffff;
}
.through {
  text-decoration: line-through;
}
.border-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
::-webkit-input-placeholder {
  color: #999;
  font-style: normal;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-style: normal;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: normal;
}
:-ms-input-placeholder {
  color: #999;
  font-style: normal;
}
iframe {
  border: 0;
}
/* ==================================================
   2. Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 700;
  line-height: 1.5em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h2 small {
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 45%;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 15px;
  text-transform: uppercase;
}
h6 {
  font-size: 13px;
}
h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
  margin-bottom: 0;
}
h1.long,
h2.long,
h3.long,
h4.long,
h5.long,
h6.long,
p.long {
  margin-bottom: 35px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 11px;
  position: relative;
  top: -6px;
}
.huge {
  font-size: 10em;
}
blockquote {
  margin-bottom: 30px;
  position: relative;
}
blockquote:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Pro';
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  margin-bottom: 12px;
}
blockquote:after {
  width: 80px;
  height: 6px;
  display: inline-block;
  content: "";
  margin-top: 22px;
}
blockquote.aligncenter {
  text-align: center;
}
blockquote p {
  margin-bottom: 0;
  padding-left: 30px;
}
blockquote cite {
  font-weight: 700;
}
blockquote cite:before {
  content: "- ";
}
p.lead {
  font-size: 20px;
  line-height: 28px;
}
p.md {
  font-size: 16px;
}
p.lg {
  font-size: 30px;
}
.lighter p {
  color: #ccc;
}
p.small {
  font-size: 10px;
  line-height: 13px;
}
.big {
  font-size: 200%;
  line-height: 1.5em;
}
.thin {
  font-weight: 300;
}
p.drop-caps:first-child:first-letter {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px;
  font-size: 75px;
  line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  color: #ffffff;
}
hr {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #E8E8E8;
}
hr.sm {
  display: inline-block;
  margin: 0 0 15px 0;
  height: 3px;
  width: 67px;
  border: 0;
  position: relative;
  background: none;
}
hr.sm:before {
  content: "||-||-||-||-||-||-||";
  position: absolute;
  font-size: 13px;
  color: #ddd;
  top: -10px;
  left: 0;
}
.text-align-center hr.sm:after {
  position: absolute;
  width: 3px;
  height: 3px;
  content: " ";
  left: -6px;
}
hr.md {
  display: inline-block;
  margin: 15px 0;
  width: 100px;
  height: 2px;
  border: 0;
}
hr.fw {
  display: block;
  clear: both;
  margin-bottom: 30px;
  margin-top: 15px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #eee;
}
hr.fw.cont {
  margin: 20px 0;
}
ul.checks,
ul.angles,
ul.carets,
ul.chevrons,
ul.icons {
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px;
}
ul.checks > li,
ul.angles > li,
ul.carets > li,
ul.chevrons > li,
ul.icons > li {
  margin: 5px 0;
}
ul.checks > li > i,
ul.angles > li > i,
ul.carets > li > i,
ul.chevrons > li > i,
ul.icons > li > i {
  margin-right: 2px;
}
ul.inline {
  margin: 10px 0;
}
ul.inline > li {
  display: inline-block;
  margin-right: 10px;
}
ul.inline > li i.fas,
ul.inline > li i.far,
ul.inline > li i.fal,
ul.inline > li i.fab {
  margin-right: 2px;
}
ul.nav-list-primary > li a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #eee;
  color: #666666;
  text-decoration: none;
}
ul.nav-list-primary > li a:hover {
  text-decoration: none;
}
ul {
  margin: 10px 0 10px 20px;
  list-style-type: disc;
}
ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal;
}
ul ul,
ol ul {
  margin: 10px 0 10px 20px;
}
ul ul {
  list-style-type: circle;
}
dl {
  margin: 10px 0;
}
dl dt {
  font-weight: 700;
}
address.ico i {
  display: inline-block;
  float: left;
  clear: both;
  padding-top: 3px;
}
address.ico p {
  margin: 0;
  padding-bottom: 10px;
}
address.ico span {
  display: inline-block;
  padding-left: 20px;
}
.cursive {
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #666;
}
/* ==================================================
   3. Margin Bottom Sets
================================================== */
.margin-0 {
  margin-bottom: 0 !important;
}
.margin-5 {
  margin-bottom: 5px !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.push-top {
  margin-top: 35px;
}
/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0 {
  padding-bottom: 0 !important;
}
.padding-tb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-tb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-tb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-tb125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10 {
  height: 10px;
  clear: both;
  width: 100%;
}
.spacer-20 {
  height: 20px;
  clear: both;
  width: 100%;
}
.spacer-30 {
  height: 30px;
  clear: both;
  width: 100%;
}
.spacer-40 {
  height: 40px;
  clear: both;
  width: 100%;
}
.spacer-50 {
  height: 50px;
  clear: both;
  width: 100%;
}
.spacer-60 {
  height: 60px;
  clear: both;
  width: 100%;
}
.spacer-75 {
  height: 75px;
  clear: both;
  width: 100%;
}
.spacer-100 {
  height: 100px;
  clear: both;
  width: 100%;
}
/* ==================================================
   5. Multi purpose Elements
================================================== */
.overlay-transparent {
  background: rgba(0, 0, 0, 0.7);
}
.overlay-white {
  background: rgba(255, 255, 255, 0.99);
}
.checkers-overlay {
  background: url(../images/checkers.png) repeat;
}
.pattern-overlay {
  background: url(../images/pattern.png) repeat;
}
.overlay-accent {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.overlay-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: 0;
}
.next-prev-nav {
  display: inline-block;
}
.next-prev-nav a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
.next-prev-nav a:hover {
  color: #fff;
}
.meta-data {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.meta-data a {
  color: #999;
}
.meta-data a:hover {
  text-decoration: none;
}
.meta-data > span {
  display: inline-block;
}
.meta-data i {
  margin-right: 4px;
}
.meta-data > span:last-child {
  margin-right: 0;
}
p.meta-data {
  font-size: 16px;
  line-height: 1.7em;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.media-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}
.format-gallery .media-box {
  display: block;
}
.media-box .zoom,
.media-box .expand,
.magnific-image .zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.5em;
  z-index: 99;
  left: 0;
  top: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
.media-box .zoom .icon,
.media-box .expand .icon,
.magnific-image .zoom .icon {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  color: #fff !important;
  position: absolute;
  font-size: 1em;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
}
.img-thumbnail img:hover,
.img-thumbnail:hover {
  opacity: 0.9;
}
.media-box:hover .zoom,
.media-box:hover .expand {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
.media-box .media-box-wrapper {
  padding: 30px;
}
.social-icons,
.social-icons-colored {
  margin: 0;
  list-style-type: none;
}
.social-icons li,
.social-icons-colored li {
  display: inline-block;
  margin-right: 5px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  text-align: center;
  color: #5E5E5E;
  display: block;
}
.social-icons-colored li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  color: #fff;
}
.social-icons li.facebook a:hover {
  color: #3B5998;
}
.social-icons li.twitter a:hover {
  color: #00ACED;
}
.social-icons li.behance a:hover {
  color: #1769FF;
}
.social-icons li.delicious a:hover {
  color: #3274D1;
}
.social-icons li.deviantart a:hover {
  color: #4B5D50;
}
.social-icons li.digg a:hover {
  color: #14589E;
}
.social-icons li.dribbble a:hover {
  color: #EA4C89;
}
.social-icons li.foursquare a:hover {
  color: #2398C9;
}
.social-icons li.github a:hover {
  color: #4183C4;
}
.social-icons li.google a:hover {
  color: #245DC1;
}
.social-icons li.googleplus a:hover {
  color: #D14836;
}
.social-icons li.instagram a:hover {
  color: #3F729B;
}
.social-icons li.jsfiddle a:hover {
  color: #4679A4;
}
.social-icons li.linkedin a:hover {
  color: #007FB1;
}
.social-icons li.pinterest a:hover {
  color: #CB2027;
}
.social-icons li.reddit a:hover {
  color: #FF4500;
}
.social-icons li.skype a:hover {
  color: #00AFF0;
}
.social-icons li.tumblr a:hover {
  color: #2C4762;
}
.social-icons li.vimeo a:hover {
  color: #44BBFF;
}
.social-icons li.youtube a:hover {
  color: #CD332D;
}
.social-icons li.flickr a:hover {
  color: #0063DB;
}
.social-icons-colored li.facebook a:hover {
  background-color: #3B5998;
}
.social-icons-colored li.twitter a:hover {
  background-color: #00ACED;
}
.social-icons-colored li.behance a:hover {
  background-color: #1769FF;
}
.social-icons-colored li.delicious a:hover {
  background-color: #3274D1;
}
.social-icons-colored li.deviantart a:hover {
  background-color: #4B5D50;
}
.social-icons-colored li.digg a:hover {
  background-color: #14589E;
}
.social-icons-colored li.dribbble a:hover {
  background-color: #EA4C89;
}
.social-icons-colored li.foursquare a:hover {
  background-color: #2398C9;
}
.social-icons-colored li.github a:hover {
  background-color: #4183C4;
}
.social-icons-colored li.google a:hover {
  background-color: #245DC1;
}
.social-icons-colored li.googleplus a:hover {
  background-color: #D14836;
}
.social-icons-colored li.instagram a:hover {
  background-color: #3F729B;
}
.social-icons-colored li.jsfiddle a:hover {
  background-color: #4679A4;
}
.social-icons-colored li.linkedin a:hover {
  background-color: #007FB1;
}
.social-icons-colored li.pinterest a:hover {
  background-color: #CB2027;
}
.social-icons-colored li.reddit a:hover {
  background-color: #FF4500;
}
.social-icons-colored li.skype a:hover {
  background-color: #00AFF0;
}
.social-icons-colored li.tumblr a:hover {
  background-color: #2C4762;
}
.social-icons-colored li.vimeo a:hover {
  background-color: #44BBFF;
}
.social-icons-colored li.youtube a:hover {
  background-color: #CD332D;
}
.social-icons-colored li.flickr a:hover {
  background-color: #0063DB;
}
.social-icons-rounded a {
  border-radius: 100%;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.flexslider .slides {
  zoom: 1;
  margin: 0;
  list-style-type: none;
}
.hero-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/loader.gif) no-repeat center center;
}
.flex-viewport {
  width: 100%;
}
.flexslider > ul.slides {
  height: 100%;
}
.flexslider ul.slides li {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-attachment: scroll !important;
}
.flexslider ul.slides li > a {
  display: block;
}
.flexslider .flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 111;
  left: 0;
  bottom: 10px;
  padding: 0;
  margin: 0;
}
.hero-slider.flexslider .flex-control-nav {
  bottom: -40px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav {
  bottom: 10px;
  -webkit-transition: bottom 0.3s 0.2s;
  -moz-transition: bottom 0.3s 0.2s;
  -o-transition: bottom 0.3s 0.2s;
  transition: bottom 0.3s 0.2s;
}
.flexslider .flex-control-nav li {
  display: inline;
}
.flexslider .flex-control-nav a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 6px;
  text-indent: -9999px;
  text-decoration: none;
}
.flexslider .flex-nav-prev a,
.flexslider .flex-nav-next a {
  background: rgba(34, 34, 34, 0.7);
  color: #F9F9F9;
  margin-bottom: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: none;
  text-align: center;
  margin-top: -13px;
  z-index: 9;
}
.flexslider .flex-nav-prev a:hover,
.flexslider .flex-nav-next a:hover {
  background: #222222;
}
.flexslider .flex-nav-prev a {
  left: 10px;
  right: auto;
}
.flexslider .flex-nav-prev a:before {
  content: "\f104";
}
.flexslider .flex-nav-next a:before {
  content: "\f105";
}
.hero-slider.flexslider .flex-nav-prev a,
.hero-slider.flexslider .flex-nav-next a {
  width: 70px;
  height: 70px;
  right: -70px;
  margin-top: -35px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  font-size: 30px;
  line-height: 70px;
  display: block;
  text-align: center;
}
.flexslider:hover .flex-nav-prev a,
.flexslider:hover .flex-nav-next a {
  display: block;
}
.hero-slider.flexslider ul.slides li > a {
  display: block;
  height: 100%;
  width: 100%;
}
.hero-slider.flexslider .flex-nav-prev a {
  left: -70px;
}
.hero-slider.flexslider:hover .flex-nav-prev a {
  left: 10px;
  -webkit-transition: left 0.3s 0.2s;
  -moz-transition: left 0.3s 0.2s;
  -o-transition: left 0.3s 0.2s;
  transition: left 0.3s 0.2s;
}
.hero-slider.flexslider:hover .flex-nav-next a {
  right: 10px;
  -webkit-transition: right 0.3s 0.2s;
  -moz-transition: right 0.3s 0.2s;
  -o-transition: right 0.3s 0.2s;
  transition: right 0.3s 0.2s;
}
.flex-direction-nav {
  margin: 0;
  list-style-type: none;
}
.basic-link {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  line-height: 32px;
  text-transform: uppercase;
}
.basic-link:hover {
  color: #505050;
  text-decoration: none;
}
.basic-link.inverted {
  text-transform: uppercase;
  margin-top: 10px;
}
.basic-link.backward .fa-angle-right {
  display: none;
}
.grid-filter {
  margin: 0 0 50px 0;
}
.grid-filter-lable {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}
.sort-source {
  list-style-type: none;
  display: inline-block;
  margin: 0;
}
.sort-source li {
  display: inline-block;
}
.sort-source li:after {
  content: "/";
  color: #ccc;
}
.sort-source.nav-pills li:after {
  content: "";
}
.sort-source li:last-child:after {
  content: "";
}
.sort-source li a {
  color: #999;
  margin: 0 10px;
}
.sort-source.nav-pills li a {
  margin: 0;
}
.sort-source.nav-pills li.active a {
  color: #fff;
}
.sort-source li:first-child a {
  margin-left: 0;
}
.sort-source li a:hover {
  color: #222;
}
.sort-destination {
  margin: 0;
  list-style-type: none;
}
.selectpicker {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 7px;
}
.selectpicker.btn-default {
  background: #fff;
  padding-left: 14px;
  text-transform: none;
  font-size: 14px;
  color: #999;
  line-height: 1.2em;
  padding-top: 8px;
  border: 1px solid #ccc;
  letter-spacing: 0;
  text-shadow: none;
}
.input-lg .selectpicker.btn-default {
  height: 46px;
}
.site-footer .selectpicker.btn-default {
  height: 38px;
}
.selectpicker.btn-default:focus,
.selectpicker.btn-default:active {
  box-shadow: none;
  background: #fff;
}
.btn-group.bootstrap-select.open .dropdown-toggle {
  background: none;
  box-shadow: none;
}
.selectpicker.btn-default .caret {
  margin-top: 0 !important;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a:hover {
  color: #666;
}
.input-lg .selectpicker {
  padding-top: 12px;
  padding-bottom: 11px;
}
.bootstrap-select.form-control {
  margin-bottom: 20px !important;
}
.dgray-bg .icon-box-inline p {
  color: rgba(255, 255, 255, 0.4);
}
.carousel-wrapper {
  overflow: hidden;
  background: url(../images/loader.gif) no-repeat center center;
  min-height: 150px;
}
.owl-carousel .owl-wrapper-outer {
  padding-top: 30px;
}
.widget .owl-carousel .owl-wrapper-outer {
  padding-top: 10px;
}
.btn-rounded {
  border-radius: 30px;
}
.light-title {
  color: #fff !important;
}
.parallax-icon-link {
  opacity: 0.2;
  color: #fff;
}
.parallax-icon-link:hover {
  opacity: 0.9;
}
.position-relative {
  position: relative;
}
#message {
  margin-top: 20px;
}
.quick-quote {
  position: relative;
}
.quick-quote .loader {
  position: absolute;
  right: -10px;
  top: 0;
}
#Quote-message {
  display: block;
  width: 100%;
  font-size: 12px;
}
.smart-search #Quote-message {
  position: absolute;
  top: 70px;
  left: auto;
}
.success-message {
  position: absolute;
}
/* ==================================================
   6. Site Structure & Appearance
================================================== */
body {
  background-color: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.55;
  background-attachment: fixed;
  overflow-x: hidden;
}
body.boxed {
  background-color: #333;
}
body.boxed .body {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  body.boxed .site-header {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}
.header-wrapper {
  position: relative;
}
body.boxed .is-sticky .main-navigation {
  width: 1200px;
}
/*.sticky-wrapper{
	height:auto!important;
}*/
.topbar {
  background: #F7F7F7;
  padding: 15px 0;
}
.topbar .header-info-cols {
  float: left;
}
.topbar .header-info-cols li {
  padding-top: 0;
}
.topbar .quote-head-btn {
  margin-top: 0;
}
.site-logo {
  position: relative;
  max-width: 425px;
  z-index: 2;
  float: left;
  padding: 14px 41px 8px 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-logo {
    min-height: 70px;
  }
}
.site-logo:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-style: solid;
  border-color: transparent #005BAA transparent transparent;
  border-width: 0 40px 70px 0;
}
.site-logo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 70px;
  width: 2000px;
  height: 100%;
  z-index: 0;
}
.site-logo a {
  position: relative;
  z-index: 1;
}
.site-tagline {
  position: relative;
  z-index: 2;
  float: left;
  background-color: #fff;
  line-height: 70px;
}
.site-header {
  background-color: #005BAA;
  width: 100%;
  position: relative;
  min-height: 70px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.is-sticky .site-header {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 9999;
}
.site-header-right {
  float: right;
  position: relative;
  z-index: 2;
}
.site-header-right .dd-menu > li {
  margin-left: 35px;
  margin-right: 0;
}
.site-header-right .dd-menu > li > a {
  line-height: 70px;
}
#contact-info {
  display: none;
}
.header-info-cols {
  /* float:right; */
  list-style-type: none;
  margin: 0;
  font-family: 'Lato', Arial, sans-serif;
}
.header-info-cols li {
  float: left;
  font-size: 1.65em;
  color: #fff;
  line-height: 17px;
  white-space: nowrap;
  /* margin-left:20px; */
}
.header-info-cols li > div {
  display: block;
  height: 20px;
  float: left;
}
.header-info-cols li > div > div {
  display: table;
  vertical-align: middle;
}
.header-info-cols li > div > div > span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
.header-info-cols li .icon-col {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid transparent;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}
.main-navigation {
  position: relative;
  z-index: 1020;
  width: 100%;
  height: 61px;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid #eee;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.is-sticky .main-navigation {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.main-navigation .container {
  position: relative;
}
.main-navigation .social-icons li,
.topbar .social-icons li {
  margin-left: 20px;
}
.main-navigation .social-icons a,
.topbar .social-icons a {
  font-size: 20px;
  line-height: 60px;
}
.topbar .social-icons a {
  line-height: 40px;
  color: #fff;
}
.dd-menu {
  margin: 0;
  list-style-type: none;
  display: block;
}
@media screen and (min-width: 992px) {
  .dd-menu {
    display: flex;
    justify-content: space-between;
  }
}
#menu-toggle {
  display: none;
  text-align: center;
  padding: 5px 10px;
  margin-top: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 0.5;
  margin-right: -15px;
  font-family: 'Lato', Arial, sans-serif;
}
#menu-toggle .icon-bar {
  width: 32px;
  height: 4px;
  background-color: #005BAA;
  display: block;
  margin-bottom: 5px;
}
.dd-menu > li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 0;
}
.dd-menu > li > a {
  display: block;
  color: #292929;
  font-family: 'Lato', Arial, sans-serif;
}
.dd-menu > li > span {
  display: block;
  color: #5e5e5e;
  font-family: 'Lato', Arial, sans-serif;
}
/* .dd-menu > li > a > i{
	font-size:12px;
} */
.dd-menu > li ul {
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: -5px;
  margin-top: -1px;
  z-index: 999;
  display: none;
  min-width: 100%;
  height: auto;
  background: #fff;
  margin-left: 0;
  border-top: 3px solid;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
}
@media screen and (min-width: 992px) {
  .dd-menu > li:hover ul {
    display: block;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}
.dd-menu > li > ul li {
  line-height: normal;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  text-transform: none;
}
.dd-menu > li.megamenu {
  position: static;
}
.dd-menu > li.megamenu > ul > li a:first-child i.fa-caret-right {
  display: none;
}
.dd-menu > li > ul > li > a,
.dd-menu > li > ul > li > ul > li > a,
.dd-menu > li > ul > li > ul > ul > li > a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  text-decoration: none;
  color: #5e5e5e;
}
.dd-menu > li > ul > li > a:hover {
  color: #333;
}
.dd-menu > li > ul > li > a:hover,
.dd-menu > li > ul > li > ul > li > a:hover {
  text-decoration: none;
  background-color: #F6F6F6;
  color: #005BAA;
}
.dd-menu > li > ul > li:last-child > a,
.dd-menu .megamenu-container ul.sub-menu li:last-child > a {
  border-bottom: 0;
}
.dd-menu > li > ul li ul {
  margin: 0;
  list-style-type: none;
  left: 101% !important;
  top: 0 !important;
  min-width: 150px;
  position: absolute;
  border: 0;
}
.dd-menu > li.megamenu {
  position: inherit !important;
  left: 0;
}
.dd-menu > li.megamenu > ul {
  margin: 0;
  list-style-type: none;
  left: 0 !important;
  min-width: inherit;
  width: 100%;
  top: 100%;
  margin-top: -1px;
}
.dd-menu .megamenu-container {
  padding: 25px;
  width: 100%;
}
.dd-menu .megamenu-container ul {
  margin: 0;
  list-style-type: none;
  display: block !important;
  left: 0 !important;
  box-shadow: none;
  opacity: 1 !important;
  background: transparent;
  position: static !important;
  text-align: left !important;
  margin-left: 0;
  border-top: 0;
}
.dd-menu .megamenu-container .megamenu-sub-title {
  display: block;
  margin-bottom: 35px;
  font-size: 21px;
  color: #333;
  text-align: left;
  font-family: 'Lato', Arial, sans-serif;
}
.dd-menu .megamenu-container ul li {
  font-size: 16px;
  border-left: 0;
}
.dd-menu .megamenu-container ul li a {
  margin: 0;
  border-bottom: 0;
  color: #5e5e5e;
}
.dd-menu .megamenu-container ul.sub-menu li a {
  display: block;
  padding: 12px 16px 12px 6px;
  border: none;
  white-space: nowrap;
  text-decoration: none;
  color: #292929;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
}
.dd-menu .megamenu-container ul li a i {
  display: none;
}
.dd-menu .megamenu-container ul.sub-menu li:first-child a {
  /*padding-top:0;*/
}
.dd-menu .megamenu-container ul.sub-menu li a:hover {
  text-decoration: none;
  background-color: #F6F6F6;
  color: #005BAA;
}
.quote-head-btn {
  margin-top: 11px;
  margin-left: 30px;
}
.flexslider,
.flexslider ul.slides li,
.flex-caption-cell {
  height: 275px;
}
.hero-slider,
.hero-slider.flexslider ul.slides li,
.flex-caption-cell {
  height: 475px;
}
.hero-slider {
  background-color: #666;
}
.flex-caption-table {
  width: 100%;
  display: table;
  vertical-align: middle;
}
.flex-caption-cell {
  display: table-cell;
  vertical-align: middle;
}
.flex-caption-text {
  display: block;
}
.flex-caption-text h1,
.flex-caption-text h2,
.flex-caption-text h3,
.flex-caption-text p {
  color: #fff;
  margin-bottom: 30px;
}
.flex-caption-text h2 {
  font-size: 41px;
  line-height: 50px;
  margin-bottom: 10px;
}
.flex-caption-text a.basic-link {
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}
.smart-search {
  position: relative;
  background: #404040;
}
.smart-search .container {
  position: relative;
  z-index: 1;
}
.smart-search .selectpicker.btn-default {
  height: 40px;
}
.smart-search h3 {
  margin-right: -15px;
  color: #fff;
  margin-bottom: 0;
  font-size: 1em;
  background: #333;
  position: relative;
  height: 100px;
  padding: 37px 0 0 0;
  margin-top: 0;
  font-family: 'Lato', Arial, sans-serif;
}
.smart-search-title {
  margin-top: -30px;
  float: left;
  position: relative;
}
.smart-search-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  width: 2000px;
  height: 100%;
  z-index: -1;
  background: #333;
}
.smart-search h3:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-style: solid;
  border-color: transparent #404040 transparent transparent;
  border-width: 0 30px 50px 0;
}
.smart-search h3:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  border-style: solid;
  border-color: transparent #404040 transparent transparent;
  border-width: 50px 30px 0 0;
}
.quick-quote-wrapper {
  position: relative;
}
.smart-search form.quick-quote {
  padding-top: 30px;
  /* padding-left:30px; */
  /* margin-left:300px; */
}
.smart-search .form-control {
  border: 0;
  font-style: normal;
}
.smart-search .btn-primary {
  height: 40px;
  /* padding-top: 4px; */
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 0;
}
.content {
  padding: 0px 0;
}
.home .content {
  padding-bottom: 0;
}
.shadow-row {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.feature-block {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.feature-block:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s ease, border-bottom 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border-bottom 0.2s ease;
  transition: box-shadow 0.2s ease, border-bottom 0.2s ease;
}
.feature-block:before,
.feature-block:after,
.main-navigation:before,
.main-navigation:after {
  content: " ";
  display: table;
}
.feature-block:after,
.main-navigation:after {
  clear: both;
}
.feature-block .icon {
  color: #ccc;
  font-size: 26px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.feature-block:hover .icon {
  color: #fff;
  -webkit-transition: background 0.2s ease, border 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, border 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.feature-block h5 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Lato', Arial, sans-serif;
}
.feature-block p {
  margin-bottom: 0;
}
.connected-blocks {
  border-left: 1px solid #e6e6e6;
  padding: 0 0 30px 40px;
  position: relative;
  margin-left: 20px;
}
.connected-blocks .icon {
  position: absolute;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #e6e6e6;
  z-index: 1;
  background: #fff;
  text-align: center;
  line-height: 36px;
}
.connected-blocks h5 {
  padding-top: 8px;
  color: #999;
}
.stacked-title {
  border-radius: 0 0 4px 4px;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-family: 'Lato', Arial, sans-serif;
}
.stacked-title-light {
  color: #333;
  background: #fff !important;
}
.grid-item .media-box {
  margin-bottom: 20px;
}
.service-grid-item h4 a,
.blog-list-item h4 a {
  color: #555;
}
.service-grid-item .more {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.service-grid-item .more:hover {
  color: #5e5e5e;
}
.team-grid-item h3 {
  margin-bottom: 5px;
}
.team-grid-item .meta-data {
  font-size: 14px;
}
.team-grid-item p {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.team-grid-item .media-box {
  margin-bottom: 0;
}
.team-grid-item .grid-item-inner {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.isotope-grid {
  list-style-type: none;
  margin: 0;
}
.isotope-grid .service-grid-item {
  margin-bottom: 40px;
}
.blog-list {
  list-style-type: none;
  margin: 0;
}
.owl-carousel .blog-list-item,
.blog-grid-item .grid-item-content {
  border-top: 0;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  background: #fff;
}
.owl-carousel .blog-list-item h4 {
  padding-top: 20px;
}
.owl-carousel .blog-list-item {
  padding-top: 0;
  padding-left: 0;
}
.owl-carousel .blog-list-item .blog-item-info {
  padding: 15px 0 0 15px;
}
.owl-carousel .blog-list-item .meta-data {
  margin-bottom: 5px;
  margin-top: 5px;
}
.blog-list-item .basic-link {
  line-height: 20px;
}
.blog-list-item .media-box {
  position: relative;
}
.blog-list-item .date,
.blog-grid-item .date {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
  color: #fff;
  padding: 22px 7px 7px;
  border-bottom: 2px solid #fff;
}
.blog-grid-item {
  margin-bottom: 30px;
}
.blog-grid-item .media-box {
  margin-bottom: 0;
}
.blog-list-item .day,
.blog-list-item .month,
.blog-grid-item .day,
.blog-grid-item .month {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
.blog-list-item .day,
.blog-grid-item .day {
  font-weight: 700;
  font-size: 14px;
}
.owl-carousel .project-grid-item .media-box {
  border: 4px solid rgba(255, 255, 255, 0.6);
}
.owl-carousel .project-grid-item h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.owl-carousel .project-grid-item h4 a {
  color: #fff;
}
.site-footer {
  background-color: #404040;
  padding: 70px 0;
}
.site-footer-bottom {
  background-color: #333;
  padding: 20px 0;
  color: #999;
}
.site-footer-bottom p {
  margin-bottom: 0;
  font-size: 13px;
}
.footer-menu {
  float: right;
  font-size: 13px;
  list-style-type: none;
  margin: 0;
}
.footer-menu li {
  display: inline-block;
  margin-left: 10px;
}
.footer-menu li:after {
  content: "/";
}
.footer-menu li:last-child:after {
  content: "";
}
.footer-menu li a {
  color: #999;
  margin-right: 10px;
}
.footer-menu li:last-child a {
  margin-right: 0;
}
.site-footer .social-icons-rounded a:hover {
  color: #fff;
}
.testimonial-block blockquote {
  border-bottom: 1px solid #eee;
  border-left: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
}
.testimonial-block blockquote:before {
  position: absolute;
  text-align: center;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  content: "\f10d";
  font-size: 30px;
  left: 0;
  top: 0;
  margin: 0;
}
.testimonial-block blockquote:after {
  margin: 0;
  height: auto;
  position: absolute;
  text-align: center;
  color: #eee;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  content: "\f107";
  font-size: 20px;
  left: 25px;
  width: 10px;
  text-indent: -1px;
  bottom: -15px;
  background: #fff;
}
.lgray-bg .testimonial-block blockquote:after {
  background: #f7f7f7;
  color: #ddd;
}
.lgray-bg .testimonial-block blockquote {
  border-bottom-color: #ddd;
}
.testimonial-block blockquote p {
  color: inherit;
  padding-left: 0;
}
.parallax .testimonial-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.parallax .testimonial-block blockquote {
  border: 0;
  padding-left: 0;
  color: #fff;
}
.parallax .testimonial-block blockquote p {
  font-size: 24px;
  line-height: 36px;
}
.parallax .testimonial-block blockquote:before,
.parallax .testimonial-block blockquote:after {
  display: none;
}
.parallax .testimonial-avatar img {
  float: none;
  margin-bottom: 20px;
  margin-right: 0;
}
.parallax .testimonial-info,
.parallax .testimonial-info-in {
  display: block;
  color: #fff;
}
.parallax .testimonial-info span {
  color: #fff;
  opacity: 0.7;
}
.site-footer .testimonial-block blockquote:after {
  background: #404040;
}
.testimonial-avatar img {
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  border: 1px solid #eee;
}
.testimonial-info {
  height: 60px;
  display: table;
  vertical-align: middle;
}
.testimonial-info-in {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
.testimonial-info strong {
  display: block;
  font-weight: 400;
  line-height: 14px;
}
.site-footer .testimonial-info strong {
  color: #fff;
}
.testimonial-info span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
}
.testimonials-wbg {
  padding: 25px;
  color: #fff;
}
.page-header {
  border-bottom: 0;
  margin: 0;
  padding: 50px 0;
  background: #fbfbfb;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: url(../images/leaves1.png);
  background-repeat: repeat;
}
.page-header.short {
  padding: 20px 0;
}
.page-header h1,
.breadcrumb a {
  margin-bottom: 0;
  color: #fff;
}
.page-header .breadcrumb {
  margin-top: 5px;
}
.page-header.dark h1,
.page-header.dark .breadcrumb a {
  color: #555;
}
.page-header .breadcrumb {
  float: right;
}
.page-header .breadcrumb li {
  color: #ccc;
}
.feature-text h2 {
  font-weight: 400;
  margin-bottom: 12px;
}
.feature-text p {
  margin-bottom: 0;
}
.feature-text a {
  font-size: 18px;
}
.btn .fa-file-pdf-o {
  position: relative;
  bottom: -4px;
  margin-right: 5px;
}
.magnific-image {
  position: relative;
  display: block;
  z-index: 1;
}
.magnific-image:hover > .zoom {
  opacity: 1;
}
.project-grid-item {
  margin-bottom: 40px;
}
.project-grid-item .media-box {
  margin-bottom: 0;
}
.project-grid-item .project-title {
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  background: #fff;
  border-top: 0;
  padding: 10px 20px;
  font-weight: 700;
  color: #555;
  display: block;
}
.label-pic {
  margin: 10px 0;
  display: inline-block;
}
.project-list-item .project-title,
.blog-list-item .blog-title {
  margin: -5px 0 12px;
}
.project-list-item .project-title a,
.blog-list-item .blog-title a,
.blog-grid-item .blog-title a {
  color: #555;
}
.project-list-item,
.blog-list-item {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.blog-item-meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 15px;
}
.blog-item-meta > div {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #eee;
}
.blog-item-meta > div:last-child {
  border-right: 0;
  margin-right: 0;
}
.blog-item-meta > div a {
  color: #999;
}
.blog-item-meta > div a:hover {
  color: #555;
}
.grid-holder {
  list-style-type: none;
  margin: 0;
}
.post-media {
  margin-bottom: 30px;
}
.post-content {
  margin-bottom: 40px;
}
.about-author {
  background: #f6f6f6;
  padding: 20px;
  margin-top: 35px;
  border-top: 3px solid #e6e6e6;
}
.about-author .img-thumbnail {
  float: left;
  margin-right: 20px;
  width: 100px;
  max-width: 100px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.about-author .post-author-content {
  padding-left: 120px;
}
.post-comments {
  margin: 55px 0 0 0;
}
.comments {
  margin: 0;
  list-style-type: none;
  padding-top: 25px;
}
.comments li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.comments li .post-comment-block {
  padding-bottom: 15px;
}
.comments li.admin > .post-comment-block {
  background-color: #f9f9f9;
}
.comments li .img-thumbnail {
  float: left;
  margin-right: 20px;
  width: 80px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.comments li .meta-data {
  margin-bottom: 12px;
}
.comments li h5 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
}
.comments li h5 span {
  color: #999;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.post-comment-content {
  padding-left: 100px;
}
.comments li ul {
  padding-top: 25px;
  padding-left: 50px;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #eee;
}
.comments li ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.post-comment-form {
  margin: 35px 0 0 0;
  border-bottom: 0;
}
.post-comment-form .form-control {
  margin-bottom: 5px;
  margin-top: 15px;
}
.post-comment-form .btn {
  margin-top: 15px;
}
.working_hours {
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
}
.working_hours li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  color: #fff;
}
.working_hours li:before,
.working_hours li:after {
  content: "";
  display: table;
}
.working_hours li:after {
  clear: both;
}
.working_hours li span,
.working_hours li strong {
  float: left;
  width: 50%;
  opacity: 0.8;
}
.working_hours li strong {
  text-align: right;
}
.working_hours li:last-child strong {
  opacity: 1;
}
#contact-map {
  height: 400px;
}
#back-to-top {
  position: fixed;
  right: -40px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 43px;
  overflow: hidden;
  font-size: 17px;
  display: block;
  z-index: 1111;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}
/* ==================================================
   6.2. Widgets Styling
================================================== */
.widgettitle {
  position: relative;
}
.sidebar-widget.widget {
  margin-bottom: 40px;
}
.widgettitle {
  margin-bottom: 20px;
}
.sidebar-block .widget:last-child {
  margin-bottom: 0;
}
.widget li.list-group-item {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget_categories:before,
.widget_categories:after,
.widget_archive:before,
.widget_archive:after {
  content: " ";
  display: table;
}
.widget_categories:after,
.widget_archive:after {
  clear: both;
}
.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_links ul,
.widget_meta ul {
  list-style-type: none;
  margin: 0;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_upcoming_events li,
.widget_recent_causes li,
.twitter-widget ul li {
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_categories ul li i,
.widget_archive ul li i,
.widget_recent_entries ul li i,
.widget_recent_comments ul li i,
.widget_links ul li i,
.widget_meta ul li i,
.widget_upcoming_events li i {
  font-size: 11px;
  color: #999;
}
.footer_widget.widget_categories ul li,
.footer_widget.widget_archive ul li,
.footer_widget.widget_recent_entries ul li,
.footer_widget.widget_recent_comments ul li,
.footer_widget.widget_links ul li,
.footer_widget.widget_meta ul li,
.footer_widget .twitter-widget ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_links ul li a,
.widget_meta ul li a {
  display: inline-block;
  position: relative;
  color: #5e5e5e;
}
.widget_recent_posts li:before,
.widget_recent_posts li:after {
  display: table;
  content: " ";
}
.widget_recent_posts li:after {
  clear: both;
}
.widget_links ul li.active a {
  font-weight: 700;
}
.widget .meta-data {
  margin-top: 5px;
  line-height: 20px;
}
.tag-cloud a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 4px 11px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
}
.tag-cloud a:hover {
  text-decoration: none;
  color: #fff;
}
.twitter-widget li:nth-child(odd) {
  display: none;
}
.twitter-widget ul {
  margin: 0;
  list-style-type: none;
}
.twitter-widget .tweet-date {
  font-weight: 700;
}
.footer_widget h4.widgettitle {
  text-transform: uppercase;
  border-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 36px;
  letter-spacing: 1px;
}
.footer_widget h4.widgettitle:before,
.footer_widget h4.widgettitle:after {
  display: none;
}
.footer_widget,
.site-footer .footer_widget a {
  color: #999;
}
.widget.recent_posts ul {
  list-style-type: none;
  margin: 0;
}
.widget.recent_posts ul li {
  padding: 0;
  margin-bottom: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.widget.recent_posts ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.widget.recent_posts ul li .media-box {
  float: left;
  margin-top: 5px;
}
.widget.recent_posts ul li .media-box img {
  width: 70px;
}
.widget.recent_posts ul li h5 {
  padding-left: 90px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: none;
}
.widget.recent_posts ul li h5 a {
  color: #5e5e5e;
}
.widget.recent_posts ul li .meta-data.grid-item-meta {
  padding-left: 90px;
  margin-bottom: 0;
}
.widget_custom_menu ul {
  list-style-type: none;
  margin: 0;
}
.widget_custom_menu ul li a {
  display: block;
  background: #f7f7f7;
  padding: 17px 10px 17px 20px;
  margin-bottom: 1px;
  font-weight: 700;
  color: #555;
  border-left: 4px solid transparent;
}
.widget_custom_menu ul li a:hover {
  border-left-color: #ddd;
}
.text_banner {
  padding: 30px;
  position: relative;
}
.accent-bg.text_banner h4,
.text_banner p {
  color: #fff;
}
.text_banner p {
  opacity: 0.6;
}
.text_banner:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 20px solid rgba(0, 0, 0, 0.1);
  border-right: 20px solid transparent;
}
.text_banner:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 19px solid #fff;
  border-left: 19px solid transparent;
}
/* ==================================================
   6.4. SHORTCODES
================================================== */
.fact-ico {
  float: left;
  margin: 0 20px 0 0;
}
.fact {
  margin-top: 10px;
  display: block;
  color: #666;
  font-size: 18px;
  padding-left: 80px;
}
.fact.padding-l0 {
  padding-left: 0;
}
.counters .timer {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 38px;
  margin-top: 5px;
}
.counters .timer.timer-huge {
  font-size: 80px;
  line-height: 80px;
}
.parallax-light .fact-ico,
.parallax-light .timer,
.parallax-light h1,
.parallax-light h2,
.parallax-light h3,
.parallax-light hr.sm:before {
  color: #fff;
}
.parallax-light .fact,
.parallax-light p {
  color: rgba(255, 255, 255, 0.6);
}
.parallax-text-block {
  padding: 40px;
  background: #fff;
  width: 360px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.icon-box {
  margin-bottom: 30px;
}
.icon-box.ibox-plain.ibox-small {
  padding-left: 26px;
}
.icon-box .ibox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}
.icon-box .ibox-icon a,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
  border-radius: 50%;
}
.icon-box .ibox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px;
}
.icon-box .before-heading {
  font-size: 14px;
}
.icon-box.ibox-large {
  padding: 0 0 0 115px;
}
.icon-box.ibox-large .ibox-icon {
  width: 96px;
  height: 96px;
}
.icon-box.ibox-outline .ibox-icon {
  border: 1px solid;
  border-radius: 50%;
  padding: 3px;
}
.icon-box.ibox-outline .ibox-icon i {
  line-height: 56px;
}
.icon-box.ibox-outline.ibox-large .ibox-icon {
  padding: 4px;
}
.icon-box.ibox-rounded .ibox-icon,
.icon-box.ibox-rounded .ibox-icon i,
.icon-box.ibox-rounded .ibox-icon img {
  border-radius: 3px !important;
}
.icon-box.ibox-rounded.ibox-large .ibox-icon,
.icon-box.ibox-rounded.ibox-large .ibox-icon i,
.icon-box.ibox-rounded.ibox-large .ibox-icon img {
  border-radius: 4px !important;
}
.icon-box.ibox-light .ibox-icon i,
.icon-box.ibox-light .ibox-icon img {
  border: 1px solid #eee;
  background-color: #f9f9f9;
  color: #444;
}
.icon-box.ibox-light .ibox-icon i {
  line-height: 62px;
}
.icon-box.ibox-light.ibox-large .ibox-icon i {
  line-height: 96px;
}
.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon i {
  line-height: 84px;
}
.icon-box.ibox-dark.ibox-outline .ibox-icon {
  border-color: #444;
}
.icon-box.ibox-dark .ibox-icon i,
.icon-box.ibox-dark .ibox-icon img {
  background-color: #505050;
}
.icon-box.ibox-border .ibox-icon {
  border: 1px solid;
  border-radius: 50%;
  padding: 0;
}
.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-border .ibox-icon img {
  border: none;
  background-color: transparent !important;
}
.icon-box.ibox-border.ibox-dark .ibox-icon {
  border-color: #505050;
}
.icon-box.ibox-plain .ibox-icon {
  border: none !important;
  height: auto !important;
}
.icon-box.ibox-plain .ibox-icon i,
.icon-box.ibox-plain .ibox-icon img {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0;
}
.icon-box.ibox-plain .ibox-icon i {
  font-size: 48px;
  line-height: 1 !important;
}
.icon-box.ibox-plain.ibox-image .ibox-icon {
  width: auto;
}
.icon-box.ibox-plain.ibox-image .ibox-icon img {
  width: auto;
  display: inline-block;
}
.icon-box.ibox-plain.ibox-small {
  padding-left: 42px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon {
  width: 28px;
}
.icon-box.ibox-plain.ibox-small h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}
.icon-box.ibox-plain.ibox-small p {
  margin-left: -42px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon i {
  font-size: 28px;
}
.icon-box.ibox-plain.ibox-small .ibox-icon img {
  height: 28px;
}
.icon-box.ibox-plain.ibox-large .ibox-icon i {
  font-size: 72px;
}
.icon-box.ibox-center {
  text-align: center;
  padding: 0;
}
.icon-box.ibox-center .ibox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px;
}
.icon-box.ibox-center.ibox-outline .ibox-icon i {
  line-height: 88px;
}
.icon-box.ibox-center p {
  margin-top: 15px;
}
.icon-box.ibox-center.ibox-large .ibox-icon {
  width: 128px;
  height: 128px;
}
.icon-box.ibox-center.ibox-large .ibox-icon i {
  font-size: 70px;
  line-height: 128px;
}
.icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon i {
  line-height: 118px;
}
.icon-box.ibox-center.ibox-light .ibox-icon i {
  line-height: 94px;
}
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon i {
  line-height: 114px;
}
.icon-box.ibox-center.ibox-large.ibox-border .ibox-icon i {
  line-height: 126px !important;
}
.icon-box.ibox-center.ibox-plain .ibox-icon i {
  font-size: 84px;
}
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon i {
  font-size: 112px;
}
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon img {
  height: 128px;
}
.icon-box.ibox-center.ibox-small .ibox-icon {
  width: 64px;
  height: 64px;
}
.icon-box.ibox-center.ibox-small .ibox-icon i {
  font-size: 28px;
  line-height: 64px;
}
.icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon i {
  line-height: 58px;
}
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon i {
  font-size: 56px;
}
.icon-box.ibox-center.ibox-small p {
  font-size: 14px;
  margin-top: 10px;
}
.icon-box.ibox-center.ibox-plain.ibox-small p {
  margin-left: 0;
}
.icon-box.ibox-right {
  text-align: right;
  padding: 0 80px 0 0;
}
.icon-box.ibox-right.ibox-large {
  padding-right: 115px;
}
.icon-box.ibox-right .ibox-icon {
  left: auto;
  right: 0;
}
.icon-box.ibox-right.ibox-plain.ibox-small {
  padding: 0 42px 0 0;
}
.icon-box.ibox-right.ibox-plain.ibox-small p {
  margin: 0 -42px 0 0;
}
.icon-box h3 + .ibox-icon {
  margin-top: 20px !important;
}
.icon-box h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  text-transform: none;
}
.icon-box.ibox-center:not(.ibox-bg) h3:after {
  content: '';
  display: block;
  width: 30px;
  border-top: 2px solid #505050;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  margin: 20px auto;
}
.icon-box.ibox-center:not(.ibox-bg):hover h3:after {
  width: 50px;
}
.icon-box.ibox-center.noborder:not(.ibox-bg) h3:after,
.icon-box.ibox-center.nobottomborder:not(.ibox-bg) h3:after {
  display: none;
}
.icon-box.ibox-center.ibox-italic p {
  font-style: italic;
}
.icon-box.ibox-bg.ibox-center {
  margin-top: 68px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 68px 30px 30px;
}
.icon-box.ibox-bg.ibox-center:first-child {
  margin-top: 48px;
}
.icon-box.ibox-bg.ibox-center.ibox-large {
  margin-top: 84px;
  padding-top: 84px;
}
.icon-box.ibox-bg.ibox-center.ibox-large:first-child {
  margin-top: 64px;
}
.icon-box.ibox-bg.ibox-center .ibox-icon {
  position: absolute;
  top: -48px;
  left: 50%;
  margin: 0 0 0 -48px;
}
.icon-box.ibox-bg.ibox-center.ibox-large .ibox-icon {
  top: -64px;
  left: 50%;
  margin-left: -64px;
}
.icon-box.ibox-bg.ibox-center.ibox-border .ibox-icon,
.icon-box.ibox-bg.ibox-center.ibox-outline .ibox-icon,
.icon-box.ibox-bg.ibox-center.ibox-plain .ibox-icon {
  background-color: #FFF;
}
.icon-box .ibox-icon i {
  z-index: 1;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.icon-box .ibox-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -3px;
  left: -3px;
  box-shadow: 0 0 0 2px #505050;
  -webkit-transition: 0 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: 0 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
  padding: 3px;
}
.icon-box .ibox-icon i:hover,
.icon-box:hover .ibox-icon i {
  background-color: #505050;
  color: #fff;
}
.icon-box.ibox-outline:hover .ibox-icon {
  border-color: #505050;
}
.icon-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px;
}
.icon-box:first-child {
  margin-top: 0;
}
.icon-box .ibox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}
.icon-box .ibox-icon a,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
  border-radius: 50%;
}
.icon-box .ibox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px;
}
.icon-box h3 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.icon-box p {
  margin: 8px 0 0;
}
.icon-box .before-heading {
  font-size: 14px;
}
.icon-box.ibox-large {
  padding: 0 0 0 115px;
}
.icon-box.ibox-large .ibox-icon i,
.icon-box.ibox-center .ibox-icon i {
  font-size: 42px;
  line-height: 96px;
}
.icon-box.ibox-outline.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon i {
  line-height: 86px;
}
.icon-box.ibox-light.ibox-outline .ibox-icon,
.icon-box.ibox-border.ibox-light .ibox-icon {
  border-color: #eee;
}
.icon-box.ibox-light.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon i {
  line-height: 54px;
}
.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-center.ibox-small.ibox-border .ibox-icon i {
  line-height: 62px !important;
}
.icon-box.ibox-border.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-border .ibox-icon i {
  line-height: 94px !important;
}
.icon-box.ibox-border.ibox-light .ibox-icon i,
.icon-box.ibox-border.ibox-light .ibox-icon img,
.icon-box.ibox-plain.ibox-light .ibox-icon i,
.icon-box.ibox-plain.ibox-light .ibox-icon img {
  color: #888;
}
.icon-box.ibox-border.ibox-dark .ibox-icon i,
.icon-box.ibox-border.ibox-dark .ibox-icon img,
.icon-box.ibox-plain.ibox-dark .ibox-icon i,
.icon-box.ibox-plain.ibox-dark .ibox-icon img {
  color: #444;
}
.icon-box.ibox-plain .ibox-icon img,
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon img {
  height: 64px;
}
.icon-box.ibox-plain.ibox-large .ibox-icon img,
.icon-box.ibox-center.ibox-plain .ibox-icon img {
  height: 96px;
}
.ibox-rounded .ibox-icon i:after,
.ibox-border.ibox-rounded .ibox-icon i:after {
  border-radius: 3px;
}
.icon-box.ibox-white .ibox-icon {
  border-color: #fff !important;
}
.icon-box.ibox-white .ibox-icon i {
  color: #fff !important;
}
.icon-box.ibox-white h3 {
  color: #fff;
}
.icon-box.ibox-white p {
  color: #fff;
  opacity: 0.7;
}
/* ==================================================
   6.5. Overriding Classes
================================================== */
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #333;
  position: relative;
}
.touch .parallax,
.page-banner.parallax {
  background-attachment: scroll !important;
}
/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/
.pricing-table {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pricing-table:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.pricing-table > div:first-child .pricing-column-content,
.pricing-table > div:first-child h3 {
  border-left: 1px solid #eee !important;
}
.pricing-column {
  float: left;
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.pricing-column .features {
  padding: 0;
  margin-bottom: 0;
  background: none;
}
.pricing-column .features a {
  color: #5e5e5e;
}
.pricing-column .pricing-column-content {
  padding: 0px 0px 20px 0px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pricing-column.highlight {
  z-index: 1;
  margin: -20px 0 0 -1px;
  background-color: #ffffff;
}
.pricing-column.highlight .pricing-column-content,
.pricing-column.highlight h3 {
  border: none;
}
.pricing-column.highlight h3 .highlight-reason {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
}
.pricing-column.highlight .pricing-column-content {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.pricing-table .popover {
  text-align: center;
}
.pricing-column ul li {
  padding: 10px 25px;
  border-bottom: 1px solid #eee;
  color: #666666 !important;
  list-style: none;
  line-height: 18px;
}
.pricing-column ul li a {
  margin-left: 10px;
}
.pricing-column ul li:first-child {
  border-top: 1px solid #eee;
}
.pricing-column ul li:nth-child(2n+1) {
  background-color: #F9F8F5;
}
.pricing-column.highlight h3 {
  margin-bottom: 0px !important;
  padding: 15px 0px;
  color: #ffffff !important;
}
.toggle .pricing-column h3 {
  font-size: 26px !important;
}
.pricing-column h3 {
  margin-bottom: 0px;
  padding: 18px 0px 18px 0px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  font-size: 26px;
  line-height: 28px;
}
.pricing-column h4 {
  margin-bottom: 0px;
  margin-left: -22px;
  padding: 20px 30px 6px 30px;
  color: #333333;
  font-size: 54px !important;
  line-height: 42px !important;
}
.pricing-column h4 .dollar-sign {
  position: relative;
  top: -14px;
  right: -6px;
  font-size: 22px;
  line-height: 22px;
}
.pricing-column .interval {
  display: block;
  padding-bottom: 17px;
  min-height: 38px;
  color: #999999;
}
.pricing-column ul {
  margin-left: 0px;
}
.pricing-column .btn {
  margin-top: 25px;
}
.pricing-column.highlight .btn {
  margin-bottom: 20px;
}
.pricing-table.six-cols > div {
  width: 16.5%;
}
.pricing-table.five-cols > div {
  width: 20%;
}
.pricing-table.four-cols > div {
  width: 25%;
}
.pricing-table.three-cols > div {
  width: 33.2%;
}
.pricing-table.two-cols > div {
  width: 50%;
}
.cProgress {
  width: 60px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  background: #fff;
  border-radius: 100%;
  cursor: default;
  color: #666;
}
.cProgress canvas {
  vertical-align: top;
}
.cProgress strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
}
.cProgress strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.cProgress span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}
/* ==================================================
   7. Responsive Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .container,
  .main-navigation .container,
  .smart-search .container,
  .topbar .container {
    width: 100%;
  }
  .site-tagline {
    display: none;
  }
  /* .dd-menu > li{
		margin-right:25px;
	} */
  .site-header-right .dd-menu > li {
    margin-left: 25px;
  }
  .widget .btn-block {
    padding-left: 12px;
    padding-right: 12px;
  }
  .feature-text a {
    font-size: inherit;
  }
  .counters .timer {
    font-size: 38px !important;
  }
}
@media only screen and (max-width: 992px) {
  .pricing-column .features {
    margin-bottom: 0;
  }
  .pricing-column.highlight {
    margin: 0;
  }
  .pricing-table > div:third-child .pricing-column-content,
  .pricing-table > div:nth-child(2n+1) h3 {
    border-left: 1px solid #eeeeee !important;
  }
  .pricing-column ul li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .pricing-column ul li:nth-child(2n+1) {
    background-color: #f8f8f8;
  }
  .toggle .pricing-column h3 {
    font-size: 26px !important;
  }
  .pricing-column.highlight .btn {
    margin-bottom: 0;
  }
  .pricing-table.six-cols > div {
    width: 50%;
  }
  .pricing-table.five-cols > div {
    width: 50%;
  }
  .pricing-table.four-cols > div {
    width: 50%;
  }
  .pricing-table.three-cols > div {
    width: 50%;
  }
  .pricing-table.two-cols > div {
    width: 50%;
  }
  .site-header .container,
  .main-navigation .container,
  .smart-search .container,
  .topbar .container {
    width: 100%;
  }
  .site-tagline {
    display: none;
  }
  #contact-info {
    float: right;
    display: inline-block;
    margin-top: 12px;
  }
  .site-header-right {
    /* float:left; */
    /* width:100%; */
    /* display:none */
  }
  .header-info-cols {
    float: right;
    /*float: none;*/
    text-align: center;
  }
  /* 	.header-info-cols li{
		padding-bottom:15px;
		text-align:left;
		float:none;
		display:inline-block;
		margin:0 10px;
	} */
  .main-navigation .container {
    position: static;
  }
  .main-navigation .quote-head-btn {
    margin-left: 0;
    background: #555;
  }
  .main-navigation .quote-head-btn,
  .main-navigation .social-icons {
    float: left !Important;
  }
  .main-navigation .nav-icons {
    float: right;
  }
  nav .dd-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: #005BAA;
    top: 100%;
    left: 0;
    padding-top: 15px;
  }
  nav .dd-menu > li {
    width: 100%;
    float: none;
    display: block;
  }
  #menu-toggle {
    display: inline-block;
    float: right;
  }
  nav .dd-menu > li > a {
    line-height: 20px;
    color: #fff;
  }
  nav .dd-menu > li.megamenu {
    position: static !important;
  }
  nav .dd-menu > li:last-child {
    margin-bottom: 25px;
  }
  nav .dd-menu > li ul,
  nav .dd-menu > li > ul li ul {
    position: static;
  }
  nav .dd-menu .megamenu-container .megamenu-sub-title {
    margin-top: 30px;
  }
  .smart-search-title::before {
    display: none;
    right: -30px;
  }
  .smart-search h3:before,
  .smart-search h3:after {
    display: none;
  }
  .smart-search-title {
    margin-top: 0;
    /* width:100%; */
    text-align: center;
    /* float:none; */
  }
  /* 	.smart-search form.quick-quote{
		margin-left:0;
		padding-bottom:15px;
		padding-left:0;
	} */
  .smart-search h3 {
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    font-size: 13px;
    height: auto;
    background: none;
  }
  .footer_widget {
    margin-bottom: 40px;
  }
  .site-footer {
    padding-bottom: 20px;
  }
  .fact-ico {
    margin-bottom: 40px;
  }
  .topbar .header-info-cols {
    width: 100%;
    display: none;
  }
  .site-header-right .dd-menu > li {
    margin-left: 0;
  }
  .site-header-right .dd-menu > li > a {
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav .dd-menu > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  nav .dd-menu > li ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .page-header {
    padding: 20px 0;
  }
  .feature-text {
    margin-bottom: 20px;
  }
  .counters .timer {
    font-size: 38px !important;
  }
  .sidebar-widget.widget {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* Isotope */
  .isotope {
    overflow: visible !important;
    height: auto !important;
  }
  .isotope-item {
    position: static !important;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    float: none;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .isotope-hidden {
    display: none !important;
  }
  .pricing-table.six-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .pricing-table.five-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .pricing-table.four-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .pricing-table.three-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .pricing-table.two-cols > div {
    margin: 0 auto 30px;
    width: 100%;
  }
  .site-logo {
    width: 236px;
  }
  .site-header {
    min-height: 0;
  }
  #contact-info {
    line-height: 1.6;
    margin-top: 15px;
  }
  .smart-search form.quick-quote {
    padding-bottom: 30px;
  }
  .feature-block {
    margin-top: 30px;
  }
  .parallax br {
    content: " ";
    display: none;
  }
  .parallax {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shadow-row.parallax {
    padding-left: 0;
    padding-right: 0;
  }
  .owl-carousel .blog-list-item .row {
    margin-left: 0;
    margin-right: 0;
  }
  .owl-carousel .blog-list-item {
    padding: 0;
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .owl-carousel .blog-list-item .blog-item-info {
    padding-left: 0;
  }
  .owl-carousel .blog-list-item {
    margin-bottom: 0;
  }
  .copyrights-col-left,
  .copyrights-col-right {
    text-align: center;
  }
  .copyrights-col-left {
    margin-bottom: 20px;
  }
  .copyrights-col-right .social-icons-rounded {
    float: none !important;
  }
  .topbar .social-icons li {
    margin-left: 12px;
  }
  .page-header h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .grid-filter {
    margin-bottom: 30px;
  }
  .project-list-item .media-box,
  .blog-list-item .media-box {
    margin-bottom: 20px;
  }
  .parallax .testimonial-block {
    width: 80%;
  }
  #contact-info {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #contact-info:hover,
  #contact-info:active {
    background: none;
    color: #3a3a3a;
  }
  .flex-caption-text h2 {
    font-size: 24px;
    line-height: normal;
  }
  .site-logo:after {
    border-bottom-width: 48px;
  }
  .topbar .quote-head-btn {
    margin-left: 20px;
  }
  #contact-info {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .site-header .social-buttons {
    display: none;
  }
  .page-header .breadcrumb {
    display: none;
  }
}
.search-form-wrapper {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 61px;
}
.search-form-wrapper.open {
  display: block;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.moco-smartsearch-wrap {
  display: inline-block;
  width: 100%;
}
/*Product Pages*/
.product-page h1,
.product-page h2,
.product-page h3,
.product-page h4,
.product-page h5,
.product-page h6 {
  font-family: 'Lato', Arial, sans-serif;
}
.product-grid-item,
.products-row {
  margin-top: 15px;
}
/*Checkout Page*/
.save-email-button {
  min-height: 48px;
}
/*MegaMenu Column Creation*/
.dd-menu .megamenu-container ul {
  margin: auto;
  /*width: 50vw;*/
  padding: 1rem;
}
.ss-entity-description {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
}
.megamenu-container .sub-menu {
  max-height: 520px;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .megamenu-container .sub-menu {
    overflow-y: unset;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
  }
}
.dd-menu .megamenu-container ul li {
  text-align: left;
  list-style: none;
  padding-left: 0.25em;
}
.menu-56 {
  display: none;
}
/*Product Page Images*/
#productImageWrap,
#viewControlsWrap .linkWrap {
  border: none;
}
#viewControlsWrap .linkWrap {
  padding-right: 5px;
}
.modal-dialog {
  max-width: 600px;
  margin: 90px auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.breadcrumb a {
  color: #005BAA;
}
/*Account page Wallet*/
.wallet-wrap {
  margin-bottom: 15px;
}
/*Footer*/
.footer-heading {
  text-transform: uppercase;
  border-bottom: 0;
  color: #fff;
  text-shadow: none;
  /*text-shadow: 1px 1px 0 rgba(0, 165, 80, 0.70);*/
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 36px;
  letter-spacing: 1px;
  font-family: 'Lato', Arial, sans-serif;
}
.footer-list ul {
  margin: 0px;
}
.footer-list ul div {
  border-bottom: 1px solid rgba(246, 246, 246, 0.15);
  padding-bottom: 2px;
  margin-bottom: 4px;
}
.footer-list a,
div.footer-list {
  color: #fff;
}
.footer-list a:hover {
  color: #7FB3E3;
}
.footer-list > a {
  display: block;
}
.content-text {
  font-weight: 700;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.5em;
  color: white;
  background-color: rgba(0, 91, 170, 0.8);
  padding: 5px 0;
  margin: 0 25px 10px;
}
.content-text:hover {
  background-color: #005BAA;
}
.content-text a {
  color: white;
}
.content-text a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.content-text p {
  margin: 0;
}
/*.sub-menu {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}*/
/*.categories .sub-menu {
	display: grid;
	grid-gap: 10px;
	grid-template: repeat(3, 1fr);
	grid-auto-flow: column;
}*/
/*.categories li {
        list-style: none;
        padding: .5rem;
    }

    .categories li:hover {
        background-color: #f5f5f5;
    }

    .categories li a:hover {
        text-decoration: none;
        left: 7px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .categories li a {
        font-size: 1em;
        position: relative;
        color: #999999;
        display: block;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        left: 0;
    }

    ul li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .categories li .far {
        font-size: 1.4rem;
        color: #428bca;
        padding: .4rem;
    }
*/
/* TAB CUSTOM STYLE */
.ct-flatbox .ct-viewport {
  padding-bottom: 30px;
  background: linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), url(../images/grit.png) repeat;
}
.ct-flat > .ct-tab.ct-pag-hor.ct-pag-top,
.ct-flatbox > .ct-tab.ct-pag-hor.ct-pag-top {
  border-bottom: 2px solid #005BAA;
}
.ct-pagitem:hover,
.ct-pagitem:focus,
.ct-pagitem:active,
.ct-pagitem.active {
  color: #ffffff;
  background-color: #0079e2;
  border-color: #005BAA;
}
.ct-flat > .ct-tab .ct-pagitem.ct-cur,
.ct-flatbox > .ct-tab .ct-pagitem.ct-cur {
  background-color: #005BAA;
  color: #fff;
}
.ct-slide hr {
  display: none;
}
.entity-description-row .entity-image-wrap {
  display: none;
}
.entity-description-row .entity-description-wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
.entity-description-wrap .grid-column-inner {
  padding: 0 !important;
}
b,
strong {
  font-weight: 700;
}
.product-specs-wrap div {
  margin-bottom: 15px;
}
.product-specs-wrap a {
  color: #005BAA;
}
.product-features-wrap,
.product-applications-wrap {
  color: #333;
}
@media only screen and (max-width: 990px) {
  .ct-pagitem.ct-cur:first-child::after,
  .ct-pagitem.ct-cur:not(:last-child)::after {
    content: ">>";
    font-weight: bold;
    padding-left: 3px;
  }
  .ct-pagitem.ct-cur:last-child::before,
  .ct-pagitem.ct-cur:not(:first-child)::before {
    content: "<<";
    font-weight: bold;
    padding-right: 3px;
  }
}
/* PRODUCT NOTES CUSTOM STYLE */
.product-notes-wrap {
  width: 100%;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.product-notes-heading {
  color: #fff;
  background-color: #a94442;
  padding: 10px 15px;
}
.product-notes-body {
  border: 0.2rem solid #a94442;
  padding: 1rem;
  border-top-width: 0;
}
/*ENTITY CUSTOM STYLE */
.entity-page-product-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.entity-page-product {
  width: 100%;
  padding: 0 0 16px;
}
@media only screen and (min-width: 360px) {
  .entity-page-product {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (min-width: 630px) {
  .entity-page-product-row {
    flex-wrap: nowrap;
  }
  .entity-page-product {
    width: 25%;
    margin: 0 10px;
  }
  .entity-page-product:first-child {
    margin-left: 0;
  }
  .entity-page-product:last-child {
    margin-right: 0;
  }
}
.notice-wrap {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 0;
  font-size: 1rem;
}
.notice-disclaimer {
  font-size: 1.5rem;
  line-height: 2rem;
}
a,
.text-primary,
.btn-primary .badge,
.btn-link,
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
p.drop-caps:first-child:first-letter,
.accent-color,
.nav-np .next:hover,
.nav-np .prev:hover,
.basic-link,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.icon-box-inline span,
.pricing-column h3,
.post .post-title a:hover,
a,
.post-actions .comment-count a:hover,
.pricing-column .features a:hover,
a:hover,
.list-group-item a:hover,
.icon-box.ibox-plain .ibox-icon i,
.icon-box.ibox-plain .ibox-icon img,
.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-border .ibox-icon img,
address strong,
ul.checks > li > i,
ul.angles > li > i,
ul.carets > li > i,
ul.chevrons > li > i,
ul.icons > li > i,
.widget li .meta-data a:hover,
.sort-source li.active a,
.header-info-cols li .icon-col,
.feature-block .icon,
hr.sm:before,
.connected-blocks .icon,
.service-grid-item h4 a:hover,
.blog-list-item h4 a:hover,
.owl-carousel .blog-list-item .meta-data i,
.footer-menu li a:hover,
.megamenu-sub-title i,
.dd-menu .megamenu-container ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_links ul li a:hover,
.widget_meta ul li a:hover,
.widget.recent_posts ul li h5 a:hover,
.testimonial-block blockquote:before,
.footer_widget h4.widgettitle i,
.fact-ico,
.testimonial-info span,
blockquote:before,
.page-header.dark .breadcrumb li,
.widget_custom_menu ul li.active a,
.team-grid-item .meta-data,
.page-header .breadcrumb a:hover,
.project-list-item .project-title a:hover,
.blog-list-item .blog-title a:hover,
.blog-grid-item .blog-title a:hover {
  color: #005BAA;
}
p.drop-caps.secondary:first-child:first-letter,
.accent-bg,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar-primary,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary > .panel-heading,
.carousel-indicators .active,
.flex-control-nav a:hover,
.flex-control-nav a.flex-active,
.media-box .media-box-wrapper,
.icon-box.icon-box-style1:hover .ico,
.ibox-effect.ibox-dark .ibox-icon i:hover,
.ibox-effect.ibox-dark:hover .ibox-icon i,
.ibox-border.ibox-effect.ibox-dark .ibox-icon i:after,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
.icon-box.ibox-dark.ibox-outline:hover .ibox-icon i,
.pricing-column.highlight h3,
#back-to-top:hover,
.widget_donations,
.fblock-image-overlay,
.overlay-accent,
.page-banner,
.tag-cloud a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.accordion-heading .accordion-toggle.active,
.stacked-title,
.feature-block:hover .icon,
.blog-list-item .date,
.blog-grid-item .date,
blockquote:after,
.bootstrap-select.btn-group .dropdown-menu li.selected,
.bootstrap-select.btn-group .dropdown-menu li.selected a,
.media-box .zoom .icon {
  background-color: #005BAA;
}
#menu-toggle:active,
#menu-toggle:hover {
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading,
.btn-primary.btn-transparent,
.icon-box.icon-box-style1 .ico,
.icon-box-inline span,
.icon-box.ibox-border .ibox-icon,
.icon-box.ibox-outline .ibox-icon,
.icon-box.ibox-dark.ibox-outline:hover .ibox-icon,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.header-info-cols li .icon-col,
.feature-block:hover .icon,
.owl-theme .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.tag-cloud a:hover {
  border-color: #0079e2;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body,
.dd-menu > li:hover ul,
.dd-menu > li > ul li ul {
  border-top-color: #0079e2;
}
.widget_custom_menu ul li.active a {
  border-left-color: #0079e2;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body,
.feature-block:hover {
  border-bottom-color: #0079e2;
}
.ibox-border.ibox-effect.ibox-dark .ibox-icon i:hover,
.ibox-border.ibox-effect.ibox-dark:hover .ibox-icon i {
  box-shadow: 0 0 0 1px #0079e2;
}
.ibox-effect.ibox-dark .ibox-icon i:after {
  box-shadow: 0 0 0 2px #0079e2;
}
@media only screen and (max-width: 992px) {
  nav > .dd-menu > li:hover > a {
    background: #0079e2;
  }
}
@media (min-width: 1200px) {
  .product-tiles .title-text {
    padding-top: 5rem;
  }
  .brand-image-links .col-md-1 {
    width: 10%;
  }
}
.brand-image-links a {
  display: table-cell;
}
.brand-image-links a img {
  max-height: 150px;
}
.product-blocks .title-text {
  font-size: 2.5rem;
}
::-webkit-input-placeholder {
  font-style: normal;
}
:-moz-placeholder {
  font-style: normal;
}
::-moz-placeholder {
  font-style: normal;
}
:-ms-input-placeholder {
  font-style: normal;
}
.topic-page h1,
.topic-page h2,
.topic-page h3 {
  font-family: 'Lato', Arial, sans-serif;
}
.blue-heading {
  font-family: 'Lato', Arial, sans-serif;
}
#productContent h1 {
  font-family: 'Lato', Arial, sans-serif;
}
.entity-page h2 {
  font-family: 'Lato', Arial, sans-serif;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.address-dropship {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  #top-cart-trigger {
    padding: 0.9rem 0.2rem;
  }
}
#top-cart-trigger .cart-icon {
  background-image: url(../Images/Cart_Icon.svg);
  display: inline-block;
  position: relative;
  width: 41px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#top-cart-trigger .badge {
  background-color: #7FB3E3;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: none;
}
.specials-icon {
  background-image: url(../Images/specials-w.svg);
  margin-right: 7px;
  margin-top: -2px;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .specials-icon {
    background-image: url(../Images/specials.svg);
  }
}
#checkout-contactus {
  border-left: 1px solid #EEE;
  padding: 0 0 0 10px;
}
#Category {
  padding-top: 30px;
}
#top-cart {
  padding: 0.4rem 0.2rem 0;
}
.account-label,
.cart-label {
  display: none;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .account-label,
  .cart-label {
    display: inline-block;
  }
}
.cart-label {
  vertical-align: top;
  margin-left: 0.6rem;
  padding-top: 0.3rem;
}
nav .dd-menu > li > a {
  padding: 16px 10px;
}
.dd-menu > li ul {
  left: 0;
}
#top-phone a:hover {
  background-color: transparent;
}
.breadcrumb-wrapper .home-link {
  padding-right: 1rem;
  font-size: 13px;
  padding: 12px;
  padding-left: 0;
  display: inline-block;
  padding-right: 6px;
}
.breadcrumb-wrapper .home-link:after {
  content: '>';
  padding-left: 12px;
  color: #555555;
}
.breadcrumb-wrapper .breadcrumb {
  display: inline-block;
  font-style: normal;
}
#top-search {
  padding: 1rem;
  margin-left: 1rem;
}
h1 {
  font-family: 'Lato', Arial, sans-serif;
}
.megamenu .dropdown-backdrop {
  display: none;
}
.megamenu .dropdown-menu {
  position: relative;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .megamenu .dropdown-menu {
    position: absolute;
    z-index: 10000;
  }
}
.add-to-wishlist {
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  display: block;
  max-width: 150px;
  position: relative;
  border-radius: 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  .add-to-wishlist {
    float: right;
    margin-top: 14px;
    margin-bottom: 0;
  }
}
.add-to-wishlist:after {
  background-color: #000;
  height: 2px;
  position: absolute;
  width: 100%;
  content: ' ';
  left: 0;
  right: 0;
  bottom: 6px;
}
.add-to-wishlist:hover {
  background-color: #fff;
  color: #555555;
  box-shadow: none;
  border: none;
}
#viewOptionsLabel:after {
  content: 'Tap Image to Zoom';
}
@media screen and (min-width: 768px) {
  #viewOptionsLabel:after {
    content: 'Hover Over Image to Zoom';
  }
}
.usa-prop {
  margin-bottom: 3rem;
}
.variant-price {
  font-weight: 700;
  color: #FF0000;
}
.product-description-wrap {
  margin-bottom: 1rem;
}
.upsell-products {
  margin-bottom: 2rem;
}
.upsell-item-price-wrap .price {
  color: #FF0000;
}
.upsell-item-price-wrap .price span:before {
  content: 'Only';
}
.upsell-item-price-wrap .regular-price span:before {
  content: 'Only';
}
.upsell-item-price-wrap .sale-price span:before {
  content: 'Sale';
}
.grid-item-price-wrap .variant-price {
  color: #FF0000;
}
.price-label-id-0 .variant-price span:before {
  content: 'Only';
}
.price-label-id-0 .regular-price span:before {
  content: 'Only';
}
.price-label-id-0 .sale-price span:before {
  content: 'Sale';
}
.price-label-id-1 .regular-price:before {
  content: 'Retail Price';
}
.price-label-id-1 .level-price:before {
  content: 'Only';
}
.tgl-btn:before {
  color: #7FB3E3;
  text-decoration: underline;
  font-size: 1rem;
  content: 'Hide Dealer Price';
}
.dlr-price .regular-price {
  font-weight: bold;
  color: #FF0000;
}
.dlr-price .regular-price:before {
  content: 'Only';
}
.dlr-price .tgl-btn:before {
  content: 'Show Dealer Price';
}
.Prop65 a {
  color: #000;
}
.Prop65 a i {
  margin-right: 0.25rem;
}
.product-description-wrap,
label {
  color: #000;
}
.usa-prop .col-md-6 {
  margin-bottom: 1rem;
}
.ct-tab .ct-pagitem {
  color: #000;
}
.group-header {
  color: #000;
}
.product-features-wrap,
.product-applications-wrap {
  color: #000;
}
.credit-card-secured-form h2 {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.form-group-medium .entry-feedback-wrapper,
.form-group-medium select.form-control {
  width: 100%;
}
/* Lazy Payment Methods */
.cardname {
  display: inline-block;
  margin-right: 4px;
  min-height: 32px;
  width: 51px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.cards-sm .cardname {
  min-height: 22px;
  width: 35px;
}
.payment-methods-wrap .visa {
  background-image: url(../images/visa.png);
}
.payment-methods-wrap .visaelectron {
  background-image: url(../images/visa-electron.png);
}
.payment-methods-wrap .mastercard {
  background-image: url(../images/mastercard.png);
}
.payment-methods-wrap .amex,
.payment-methods-wrap .americanexpress {
  background-image: url(../images/amex.png);
}
.payment-methods-wrap .discover {
  background-image: url(../images/discover.png);
}
.flex-row {
  display: flex;
  justify-content: space-between;
}
.payment-method-visibility {
  padding-top: 1rem;
}
.credit-card-secured-form .flex-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.add-to-cart-quantity label {
  display: none;
}
.home-heading h3 {
  font-family: 'Lato', Arial, sans-serif;
}
.carousel-control .km-icn {
  margin: 0 auto;
  top: 46%;
  position: absolute;
  left: 50%;
}
#shipping-methods-cancel {
  display: none;
}
img[src*="fmgaggi.com"] {
  display: none;
}
.specs-image {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .flex-specs {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }
  .flex-specs .specs-flex {
    width: 48%;
  }
  .flex-specs .specs-image {
    display: flex;
    justify-content: flex-end;
  }
}
.newscopy {
  height: 130px;
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-left: 5px;
}
.overflow-gradient {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1000;
  padding: 1rem 0;
  left: 0;
  right: 0;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
}
.overflow-gradient-homepage {
  background: #ffffff;
  background: linear-gradient(0deg, #091e3e 40%, #091e3e 100%);
  position: absolute;
  bottom: 0;
  z-index: 1000;
  padding: 1rem 0;
  left: 0;
  right: 0;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 5px;
}
.featured-news {
  margin-bottom: 2rem;
}
.featured-news-homepage {
  margin-left: 100px;
  margin-right: 100px;
}
.news-article {
  position: relative;
  margin: 0rem 1.5rem 1.5rem 0rem;
}
a.read-more:hover {
  color: #015cf0;
}
hr.news-page-article-separator {
  height: 2px;
  background: black;
}
h4.headline-header {
  font-size: 120%;
  margin-bottom: 2px;
}
p.article-date {
  font-style: italic;
}
a.news-page-category-header {
  background: #5BC0DE;
  background-color: #005BAA;
  border-color: #0079E2;
  color: #FFFFFF;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
  font-size: 24px;
  font-weight: bolder;
}
a.news-page-category-item {
  color: #000000;
  text-align: left;
}
a.news-page-category-item:hover {
  background-color: unset;
  color: #7FB3E3;
}
a.news-page-category-item.list-group-item.active {
  background-color: #BFD8EE;
  color: #000000;
  border: none;
}
@media (max-width: 992px) {
  .news-banner-background {
    background-size: cover;
    background-position: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 12px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .news-banner-background.news-banner-bulletin {
    background-size: contain;
    background-position: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -25px;
    height: 140px;
  }
}
@media (min-width: 993px) {
  .news-banner-background {
    background-size: cover;
    background-position: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 280px;
  }
}
.news-banner-background.news-banner-bulletin {
  margin-top: -12px;
  background-repeat: no-repeat;
}
.news-banner-label {
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding-left: 10px;
}
.news-article-headline {
  font-size: 200%;
  margin: 0px;
  color: #005BAA;
  font-weight: bold;
}
.news-article-date {
  font-size: 110%;
  font-style: italic;
  font-weight: bold;
  color: #000000;
}
.news-headline:hover {
  color: #7FB3E3;
}
body#page-news {
  font-family: 'Lato', Arial, sans-serif;
}
div.news-body {
  padding-top: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.news-breadcrumb {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.overflow-article {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.topcat_image_text {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  color: white;
  bottom: -20px;
  left: 0px;
  right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  font-family: Lato, Arial, sans-serif;
}
.topcat_image_link {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topcat_container {
  text-align: center;
  margin-bottom: 30px;
}
.topcat_image {
  background: black;
  min-height: 98px;
}
.topcat_image :hover:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.topcat {
  margin-bottom: 50px;
}
.hide-lg {
  display: block;
}
.show-lg {
  display: none;
}
@media (min-width: 998px) {
  .dd-menu > li.megamenu:hover > a {
    background-color: #005BAA;
    color: #fff;
  }
  .main-navigation .container {
    padding: 0;
  }
  .show-lg {
    display: block;
  }
  .hide-lg {
    display: none;
  }
}
.entity-parent,
.entity-parent ul {
  list-style: none;
  margin: 0px;
}
.entity-parent .sub-entity-parent {
  position: relative;
  cursor: pointer;
}
.entity-parent .sub-span-parent {
  background-image: url(../Images/chevron-down.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
  right: 0.65rem;
}
.entity-parent .sub-span-parent.entity-close {
  background-image: url(../Images/chevron-up.svg);
}
.nav-show-label {
  font-family: 'Lato', Arial, sans-serif;
}
.btn-facets-more {
  position: relative;
}
.navbar-brand-button:after {
  content: ' ';
  background-image: url(../Images/triangle-down.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
  filter: invert(100%);
  right: 25px;
  margin-top: 9px;
}
.navbar-brand-button.nav-open:after {
  content: ' ';
  background-image: url(../Images/triangle-up.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
  filter: invert(100%);
  right: 25px;
  margin-top: 9px;
}
.item-collapsed-symbol {
  background-image: url(../Images/chevron-down.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
  right: 0.5rem;
}
.item-uncollapsed-symbol {
  background-image: url(../Images/chevron-up.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
  right: 0.5rem;
}
.alt.item-collapsed-symbol {
  background-image: url(../Images/chevron-down.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
}
.alt.item-uncollapsed-symbol {
  background-image: url(../Images/chevron-up.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
  margin-top: 3px;
}
.nav-show {
  height: unset;
  width: unset;
  margin: 0;
  opacity: 1;
  background-image: none;
  right: 0;
  position: static;
}
.nav-show.item-uncollapsed-symbol {
  position: relative;
}
.nav-show.item-uncollapsed-symbol:after {
  content: ' ';
  background-image: url(../Images/triangle-up.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
  margin-top: 10px;
  left: 9px;
  filter: invert(76%) sepia(4%) saturate(5175%) hue-rotate(179deg) brightness(92%) contrast(93%);
}
.nav-show.item-collapsed-symbol:after {
  content: ' ';
  background-image: url(../Images/triangle-down.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 22px;
  height: 14px;
  margin-top: 6px;
  background-size: 18px;
  left: 25px;
  margin-top: 10px;
  filter: invert(76%) sepia(4%) saturate(5175%) hue-rotate(179deg) brightness(92%) contrast(93%);
}
.sub-entity-parent > ul {
  display: none;
}
.navWrapper {
  margin-top: 20px;
  padding-bottom: 10px;
  border: 1px solid grey;
  border-radius: 0;
}
.navWrapper .btn {
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.facet-header {
  background: #005BAA;
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.facet-item-label {
  color: #005BAA;
  width: calc(100% - 20px);
  position: relative;
  left: 20px;
  padding-right: 2rem;
}
.facet-item-checkbox {
  border: 0.1em solid #000;
  border-radius: 0;
  transform: translateY(-0.075em);
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  position: absolute;
}
.facet-item-checkbox:checked::after {
  content: '\2716';
  position: absolute;
  top: -4px;
}
.nav-contents ul {
  padding: 10px;
  list-style: none;
  margin: 0px;
  margin-left: 1rem;
  padding-bottom: 0;
}
.nav-contents ul:first-child {
  margin-left: 0;
}
.nav-contents ul .entity-parent-sub {
  padding: 0px;
}
.nav-contents .facet-item-top {
  border-bottom: 1px solid #dadada;
}
.nav-contents .facet-item-top-last {
  border-bottom: 1px solid #dadada;
}
.nav-contents .entity-parent-sub .facet-item-top {
  border-bottom: 0px solid #dadada;
}
.nav-contents .facet-item-show-hide:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.facet-item-hide {
  display: none;
}
.btn-facets-more {
  background: #dadada;
  color: black;
  width: calc(100% - 20px);
  margin: 10px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
}
.btn-facets-apply {
  width: calc(100% - 20px);
  margin: 10px;
  margin-bottom: 0;
  display: none;
}
.btn-facets-clear {
  width: calc(100% - 20px);
  margin: 10px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
}
#filter-nav-collapse {
  padding: 0px;
}
.navbar-brand-label {
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: none;
  font-weight: 100;
  font-size: 20px;
  padding-top: 10px;
}
.thumbnail,
.img-thumbnail {
  border: 0px solid #e8e8e8;
}
.entity-page-product {
  border: 1px solid #D9DAD9;
  border-radius: 0;
  padding: 1.5rem;
  margin-bottom: 10px;
}
.search-head {
  text-align: left !important;
}
.page-sort {
  text-align: left !important;
}
.page-size {
  text-align: left !important;
}
.search-results {
  color: #005BAA;
  margin-bottom: 1rem;
}
.facet-item label {
  cursor: pointer;
  margin-top: 3px;
}
#productContent .grid-item-name-wrap a {
  text-decoration: underline;
}
#productContent .grid-item-name-wrap a:hover {
  color: #7FB3E3;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}
@media (max-width: 1200px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .search-results {
    text-align: center !important;
  }
  .page-sort {
    text-align: center !important;
  }
  .page-size {
    text-align: center !important;
  }
  .page-sort label {
    color: #005BAA;
  }
  .page-size label {
    color: #005BAA;
  }
  .search-head {
    text-align: center !important;
  }
}
.sku-wrapper {
  color: #666666;
  margin: 0 0 5px 0;
  font-size: 11px;
}
.search-regular-price {
  font-weight: bold;
  color: #FF0000;
  font-size: 14px;
}
.grid-rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mb-col-1 {
  width: 100%;
}
.mb-col-2 {
  width: 50%;
}
.mb-col-3 {
  width: 33%;
}
.mb-col-4 {
  width: 25%;
}
.mb-col-5 {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .dk-col-1 {
    width: 100%;
  }
  .dk-col-2 {
    width: 50%;
  }
  .dk-col-3 {
    width: 33%;
  }
  .dk-col-4 {
    width: 25%;
  }
  .dk-col-5 {
    width: 20%;
  }
  .dk-col-6 {
    width: 16%;
  }
  .dk-col-7 {
    width: 14%;
  }
  .dk-col-8 {
    width: 12%;
  }
  .dk-col-9 {
    width: 11%;
  }
  .dk-col-10 {
    width: 10%;
  }
  .dk-col-11 {
    width: 9%;
  }
  .dk-col-12 {
    width: 8%;
  }
}
.bg-dark-mask {
  background-color: #040404;
}
.inner-mask {
  background: #040404;
  background: linear-gradient(90deg, #040404 0%, rgba(4, 4, 4, 0) 50%, rgba(4, 4, 4, 0) 60%, #040404 100%);
  padding: 3rem 0;
}
.inner-mask h1 {
  color: #fff;
  margin: 0;
}
.entity-page-header-wrapper {
  margin-top: -6px;
  order: 1;
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  max-height: 150px;
  overflow: hidden;
}
.entity-page-header-wrapper h1 {
  color: #fff;
}
.bg-xlight-blue {
  background: #dfebf7;
}
.base-entity-grid .entity-page {
  margin-top: 0.5rem;
}
.entity-description-wrap {
  padding: 2rem 0;
  font-family: 'Lato', Arial, sans-serif;
}
.entity-description-wrap.search-description {
  padding: 2rem;
}
.breadcrumb-wrapper .container {
  padding: 0;
}
/* right-side icons container */
.header-icons {
  display: flex;
  align-items: center;
  gap: 48px;
  /* horizontal spacing between each icon group */
}
.quickorder-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* individual icon + text group */
.icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
  /* spacing between icon and text */
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
/* Font Awesome icons */
.icon-item i {
  font-size: 20px;
}
/* cart badge */
.cart-badge {
  position: absolute;
  top: -5px;
  right: -15px;
  background-color: #9cc4e8;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  padding: 2px 6px;
  line-height: 1;
}
/* ===== Header icon row (Quick Order / Account / Cart) ===== */
/* 0) Make the row push the right column to the far edge */
@media (min-width: 768px) {
  .header .row {
    display: flex;
    align-items: center;
  }
  /* change this selector to your actual right column if needed */
  .header .row > .col-sm-3 {
    margin-left: auto;
    /* pushes right column to edge */
    display: flex;
    justify-content: flex-end;
    padding-left: 48px;
    /* gap from phone/hours */
  }
}
/* 1) Base UL styling — one line, no floats */
.nav-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  /* space between items */
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  /* never wrap to two lines */
  float: none !important;
  /* neutralize .pull-right */
}
/* 2) Each LI and its link: inline with icon on left */
.nav-icons > li {
  display: flex;
  align-items: center;
}
.nav-icons > li > a,
.nav-icons .label,
.nav-icons .account-label {
  /* supports your current span name */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* icon↔text space */
  white-space: nowrap;
  /* keep labels on one line */
  color: #fff;
  /* header text color */
  text-decoration: none;
  line-height: 1.1;
}
/* 3) Icons — force white so they don’t inherit gray */
.nav-icons i.fas,
.nav-icons i.km-icon {
  font-size: 22px;
  line-height: 1;
  color: #fff !important;
}
/* 4) Font size for labels */
.nav-icons .label,
.nav-icons .account-label,
#top-cart .cart-label {
  font-size: 16px;
}
/* 5) Cart badge positioning */
#top-cart .km-icon {
  position: relative;
  display: inline-block;
}
#top-cart .badge.js-minicart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 11px;
  line-height: 1;
}
.header ul.nav-icons img.quickorder-icon {
  width: 26px !important;
  height: 26px !important;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 8px;
}
/* Keep the whole icon group on one line and to the right of the phone block */
ul.nav-icons {
  float: right;
  /* keep your original behavior */
  /*margin-left: 10px;*/
  /* extra space from the phone/hours */
  white-space: nowrap;
  /* never wrap to a second line */
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* Show each item on one line with even spacing */
ul.nav-icons > li {
  display: inline-block;
  /* avoids flex/dropdown conflicts */
  vertical-align: middle;
  margin: 0px;
  /* space between Quick Order | Account | Cart */
  max-width: 145px;
}
/* Link + icon + label */
ul.nav-icons > li > a {
  display: inline-block;
  color: #fff;
  /* keep text white */
  text-decoration: none;
  line-height: 1.1;
}
/* Icons: size + force white (fixes gray stopwatch) */
ul.nav-icons i.fas,
ul.nav-icons i.km-icon {
  font-size: 26px;
  line-height: 1;
  color: #fff !important;
  margin-right: 8px;
  /* space before the label text */
}
/* Labels bigger and never wrapping */
ul.nav-icons .account-label,
#top-cart .cart-label {
  font-size: 16px;
  white-space: nowrap;
}
/* Cart badge stays anchored on the cart icon */
#top-cart .km-icon {
  position: relative;
  display: inline-block;
}
#top-cart .badge.js-minicart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 11px;
  line-height: 1;
}
.header .row {
  padding-bottom: 30px;
  /* more breathing room under the icons and text */
}
/* --- Mobile header  --- */
@media (max-width: 767px) {
  /* =======================
	   BLUE HEADER ICONS (Quick Order / Account / Cart)
	   ======================= */
  /* Make the header row flex so the icon UL can move right */
  .header .row {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  /* Push the column that contains the UL to the far right */
  .header .row > .col-sm-3 {
    margin-left: auto;
    /* shove to right edge */
  }
  /* 2) Icon row: align to the RIGHT and keep super-tight spacing */
  ul.nav-icons {
    display: flex;
    justify-content: flex-end;
    /* icons hug right edge */
    align-items: center;
    flex-wrap: nowrap;
    /* no wrapping */
    gap: 2px;
    /* ultra-tight spacing */
    width: 100%;
    margin: 0;
    padding: 3px 6px 3px 0;
    /* tiny right padding */
    position: relative;
    z-index: 3;
    /* sit above any logo wedge */
  }
  ul.nav-icons > li {
    flex: 0 0 auto;
    /* don't let items stretch/wrap */
    margin: 0;
    /* spacing controlled by gap */
  }
  /* 3) Hide only label text, keep icons visible */
  #top-quickorder .account-label,
  #top-account .account-label,
  #top-cart .cart-label {
    font-size: 0 !important;
    line-height: 0;
  }
  /* Account icon lives inside the label — restore its size */
  #top-account .account-label i {
    font-size: 26px !important;
    line-height: 1;
  }
  /* Icon appearance */
  ul.nav-icons i.fas,
  ul.nav-icons i.km-icon {
    font-size: 26px;
    color: #fff !important;
    vertical-align: middle;
  }
  /* Hide only label text, keep header icons visible */
  #top-quickorder .account-label,
  #top-account .account-label,
  #top-cart .cart-label {
    font-size: 0 !important;
    line-height: 0;
  }
  .quickorder-icon {
    width: 34px;
    /* match your other icons */
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    /* space between icon and “Quick Order” */
    padding-bottom: 4px;
  }
  #top-account .account-label i {
    font-size: 26px !important;
    line-height: 1;
  }
  /* Header icon appearance */
  .header ul.nav-icons i.fas,
  .header ul.nav-icons i.km-icon {
    color: #fff !important;
    vertical-align: middle;
    font-size: 26px;
    /* reset after font-size:0 on parent */
  }
  /* Logo / wedge below header icons */
  .header .brand,
  .header .logo {
    position: relative;
    z-index: 2;
    /* lower than nav-icons (which is 3) */
  }
  /* =======================
	   MAIN NAVIGATION (Menu / Phone+Hours / Search)
	   ======================= */
  .main-navigation .container {
    align-items: center;
  }
  /* MENU button on the left */
  #menu-toggle {
    order: 2;
    flex: 0 0 auto;
    margin-right: 0;
  }
  /* UL that holds PHONE + SEARCH (this is a different nav-icons!) */
  .main-navigation .nav-icons {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* phone centered, search right */
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    /* override pull-right */
    background: transparent;
    /* keep white background */
  }
  /* PHONE + HOURS (topic) – one line, centered */
  #top-phone {
    padding: 10px !important;
    line-height: 1.2 !important;
  }
  #top-phone div {
    font-size: 14px !important;
    /* same size for phone + hours */
    color: #555;
    /* match live style */
    line-height: 1.2 !important;
  }
  #top-phone br {
    display: none !important;
    /* remove the <br><br> */
  }
  #top-phone span:nth-of-type(2) {
    margin-left: 8px;
    /* spacing between phone & hours */
  }
  /* SEARCH icon on the far right, gray */
  #top-search {
    flex: 0 0 auto;
  }
  #top-search a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  /* force it gray, overriding header icon styles */
  #top-search i {
    color: #777 !important;
    /* gray, not white */
    font-size: 24px;
  }
  /* Category nav below on its own line */
  .main-navigation nav[role="menu"] {
    order: 3;
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  nav .dd-menu > li :not(:first-child) {
    border-left: 1px solid #eee;
  }
  nav .dd-menu > li :not(:first-child) .sub-menu li {
    border-left: none;
  }
  nav .dd-menu > li:last-child {
    border-right: 1px solid #eee;
  }
  nav .dd-menu > li:last-child .sub-menu li {
    border-right: none;
  }
}