/*!
 * 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;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

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 {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-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.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  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 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.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: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.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: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 5px;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 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: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #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;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.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 {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.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, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.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, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

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: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.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: #204d74;
  border-color: #122b40;
}

.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: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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;
}

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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-right: 0;
    padding-left: 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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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: #eee;
}

.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  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: #337ab7;
  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: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.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;
  }
}

@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  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: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  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 {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.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: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.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: #c7ddef;
}

.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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.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: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #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 {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #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: #333;
  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: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(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;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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, .5);
    box-shadow: 0 5px 15px rgba(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-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .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 .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.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;
  font-family: serif;
  line-height: 1;
}

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 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 {
  display: table;
  content: " ";
}

.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-right: auto;
  margin-left: 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;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none!important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block!important;
  width: 100%!important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto!important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: 0!important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0!important;
  padding: 0!important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204,204,204,.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 #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204,204,204,.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  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:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mt-2-5 {
  margin-top: 2.5rem !important;
}

.mb-2-5 {
  margin-bottom: 2.5rem !important;
}

.ml-2-5 {
  margin-left: 2.5rem !important;
}

.mr-2-5 {
  margin-right: 2.5rem !important;
}

.mx-2-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.my-2-5 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pt-2-5 {
  padding-top: 2.5rem !important;
}

.pb-2-5 {
  padding-bottom: 2.5rem !important;
}

.pl-2-5 {
  padding-left: 2.5rem !important;
}

.pr-2-5 {
  padding-right: 2.5rem !important;
}

.px-2-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-2-5 {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-transform-none {
  text-transform: none !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #687077 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #373a3c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #1f2021 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !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;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(3rem - 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #55595c;
  background-color: #fff;
  border-color: #66afe9;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px);
}

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.166667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
  color: #818a91;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
  min-width: 100px;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: .75rem;
}

.form-check-inline.disabled {
  color: #818a91;
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  .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;
    width: auto;
    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 .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
  border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #43a7fd;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
  border-color: white;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
  border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
  border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #a3d7a3;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
  border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #f8d9ac;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
  border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }

  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }

  .col-xl-3 {
    float: left;
    width: 25%;
  }

  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }

  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }

  .col-xl-6 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }

  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }

  .col-xl-9 {
    float: left;
    width: 75%;
  }

  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }

  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }

  .col-xl-3 {
    float: left;
    width: 25%;
  }

  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }

  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }

  .col-xl-6 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }

  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }

  .col-xl-9 {
    float: left;
    width: 75%;
  }

  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

label {
  font-weight: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #b7b7b7;
}

i[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
}

i.ico-play,
.ico-txt-play:before {
  background-image: url("../../img/ico-play.png");
  width: 30px;
  height: 30px;
}

i.ico-document,
.ico-txt-document:before {
  background-image: url("../../img/ico-document.png");
  width: 18px;
  height: 24px;
}

i.ico-document-and-pen,
.ico-txt-document-and-pen:before {
  background-image: url("../../img/ico-document-and-pen.png");
  width: 23px;
  height: 25px;
}

i.ico-barcode,
.ico-txt-barcode:before {
  background-image: url("../../img/ico-barcode.png");
  width: 29px;
  height: 22px;
}

i.ico-computer,
.ico-txt-computer:before {
  background-image: url("../../img/ico-computer.png");
  width: 33px;
  height: 31px;
}

i.ico-calendar,
.ico-txt-calendar:before {
  background-image: url("../../img/ico-calendar.png");
  width: 25px;
  height: 25px;
}

i.ico-people,
.ico-txt-people:before {
  background-image: url("../../img/ico-people.png");
  width: 30px;
  height: 27px;
}

i.ico-notebook,
.ico-txt-notebook:before {
  background-image: url("../../img/ico-notebook.png");
  width: 34px;
  height: 31px;
}

i.ico-cloud,
.ico-txt-cloud:before {
  background-image: url("../../img/ico-cloud.png");
  width: 33px;
  height: 32px;
}

i.ico-calculator,
.ico-txt-calculator:before {
  background-image: url("../../img/ico-calculator.png");
  width: 24px;
  height: 31px;
}

i.ico-notebook-blue,
.notebook-link:before,
.ico-txt-notebook-blue:before {
  background-image: url("../../img/ico-notebook-blue.png");
  width: 33px;
  height: 30px;
}

i.ico-email,
.ico-txt-email:before {
  background-image: url("../../img/ico-email.png");
  width: 41px;
  height: 33px;
}

i.ico-tools,
.ico-txt-tools:before {
  background-image: url("../../img/ico-tools.png");
  width: 59px;
  height: 59px;
}

i.ico-email-small,
.ico-txt-email-small:before {
  background: url("../../img/ico-email-small.png") no-repeat center center;
  width: 43px;
  height: 37px;
}

i.ico-calculator,
.ico-txt-calculator:before {
  background-image: url("../../img/ico-calculator.png");
  width: 36px;
  height: 36px;
}

i.ico-cloud,
.ico-txt-cloud:before {
  background-image: url("../../img/ico-cloud.png");
  width: 30px;
  height: 31px;
}

i.ico-map,
.ico-txt-map:before {
  background-image: url("../../img/ico-map.png");
  width: 56px;
  height: 27px;
}

i.ico-chats,
.chats-link:before,
.ico-txt-chats:before {
  background-image: url("../../img/ico-chats.png");
  width: 33px;
  height: 32px;
}

i.ico-calculator-item,
.calculator-link:before,
.ico-txt-calculator-item:before {
  background-image: url("../../img/ico-calculator-item.png");
  width: 24px;
  height: 31px;
}

i.ico-pdf,
.ico-txt-pdf:before {
  background: url(../../img/Pdf_by_mimooh.png) no-repeat 0 0/cover;
  width: 22px;
  height: 26px;
}

i.ico-support-tools,
.ico-txt-support-tools:before {
  background-image: url("../../img/ico-support-tools.png");
  width: 23px;
  height: 22px;
}

i.ico-software,
.ico-txt-software:before {
  background-image: url("../../img/ico-software.png");
  width: 23px;
  height: 23px;
}

i.ico-chat-single,
.ico-txt-chat-single:before {
  background-image: url("../../img/ico-chat-single.png");
  width: 34px;
  height: 34px;
}

a.ico-chat-single {
  display: inline-block;
  position: relative;
  padding-left: 53px;
}

a.ico-chat-single i {
  position: absolute;
  left: 0;
}

i.ico-phone,
.ico-txt-phone:before {
  background-image: url("../../img/ico-phone.png");
  width: 33px;
  height: 31px;
}

i.ico-envelope,
.ico-txt-envelope:before {
  background-image: url("../../img/ico-envelope.png");
  width: 34px;
  height: 25px;
}

i.ico-play-big {
  background-image: url("../../img/ico-play-big.png");
  width: 100px;
  height: 100px;
}

i.arrow-link {
  font-style: normal;
}

i.arrow-link:after {
  margin-right: 10px;
  margin-left: 0;
}

.arrow-link::after {
  content: '\f105';
  display: inline-block;
  border: 2px solid #2d7ab0;
  padding: 1px 4px 2px;
  border-radius: 3px;
  font-size: 22.4px;
  line-height: 14.4px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arrow-link:hover:after {
  border-color: #014c8c;
}

.arrow-link-small {
  font-size: 0.96rem;
}

.download-pdf-link {
  font-weight: bold;
  font-size: 0.95rem;
}

.download-pdf-link:after {
  content: '';
  width: 22px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../../img/Pdf_by_mimooh.png) no-repeat 0 0/cover;
}

.cog-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 38px;
  padding-bottom:15px;
}

.cog-link:before {
  content: '\f013';
  display: inline-block;
  font-size: 1.6rem;
  line-height: 20.8px;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0 50%);
  -ms-transform: translate(0 50%);
  transform: translate(0 50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
}

.pdf-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 38px;
}

.pdf-link:before {
  content: '';
  display: inline-block;
  background: url(../../img/Pdf_by_mimooh.png) no-repeat 0 0/cover;
  width: 22px;
  height: 26px;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 575px) {
  .pdf-link-xs .item-box-inner {
    display: inline-block;
    float: left;
  }

  .pdf-link-xs .item-box-inner a {
    display: inline-block;
    margin: 0.8rem auto 2rem;
  }

  .pdf-link-xs .item-box-inner a:before {
    content: '';
    display: inline-block;
    background: url(../../img/Pdf_by_mimooh.png) no-repeat 0 0/contain;
    width: 50px;
    height: 50px;
    margin-right: 14px;
    margin-bottom: 10px;
  }

  .pdf-link-xs .item-box-inner img {
    display: none;
  }
}

.chats-link:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.calculator-link:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.notebook-link:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.green-link {
  color: #009933;
}

.green-link:hover {
  color: #009933;
}

.play-link {
  display: inline-block;
  position: relative;
  padding-left: 37px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.play-link:before {
  color: #000;
  content: '\f01d';
  font-family: FontAwesome;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  transform: translateY(-56%);
  left: 0;
}

.icon-prods-in-sight-explorer,
.icon-prods-easy-builder,
.icon-prods-clr,
.icon-prods-ess,
.icon-prods-ext,
.icon-prods-pmx,
.icon-prods-ids {
  color: white;
  padding: 0 3px;
  margin: 1px 2px;
  font-size: 10px;
  font-weight: bold;
  min-width: 14px;
  display: inline-block;
  text-align: center;
  cursor: default;
  border-radius: 2px;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%);
}

.icon-prods-in-sight-explorer {
  background-color: #e89a35;
}

.icon-prods-easy-builder {
  background-color: #3e4967;
}

.icon-prods-clr {
  background-color: green;
}

.icon-prods-ess {
  background-color: grey;
}

.icon-prods-ext {
  background-color: olive;
  color: yellow;
}

.icon-prods-pmx {
  background-color: gold;
  color: black;
}

.icon-prods-ids {
  background-color: red;
}

.spin {
  position: relative;
}

.spin:after {
  content: " ";
  height: 30px;
  width: 30px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: calc(50% - 15px);
  left: calc(50% - 15px);
  border-top: 0.2em solid rgba(200, 200, 200, 0.5);
  border-right: 0.2em solid rgba(200, 200, 200, 0.5);
  border-bottom: 0.2em solid rgba(200, 200, 200, 0.5);
  border-left: 0.2em solid #ffffff;
  border-radius: 50%;
}

.spin.spin-shadow:after {
  bottom: 50%;
}

.spin.spin-shadow:before {
  content: '';
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spin-shadow:before {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.icon-documentation,
.icon-training,
.icon-software-firmware {
  position: relative;
  padding-left: 30px;
}

.icon-documentation:before,
.icon-training:before,
.icon-software-firmware:before {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0;
}

.icon-software-firmware:before {
  background: url(../../img/icon-xl-software-firmware.png);
}

.icon-documentation:before {
  background: url(../../img/icon-xl-documentation.png);
}

.icon-training:before {
  background: url(../../img/icon-xl-training.png);
}

.ico-txt-play:before,
.ico-txt-document:before,
.ico-txt-document-and-pen:before,
.ico-txt-barcode:before,
.ico-txt-computer:before,
.ico-txt-calendar:before,
.ico-txt-people:before,
.ico-txt-notebook:before,
.ico-txt-cloud:before,
.ico-txt-calculator:before,
.ico-txt-notebook-blue:before,
.ico-txt-email:before,
.ico-txt-tools:before,
.ico-txt-email-small:before,
.ico-txt-calculator-item:before,
.ico-txt-map:before,
.ico-txt-chats:before,
.ico-txt-pdf:before,
.ico-txt-support-tools:before,
.ico-txt-software:before,
.ico-txt-chat-single:before,
.ico-txt-phone:before,
.ico-txt-envelope:before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.ico-txt-email-small:before {
  margin: auto;
}

.ico-txt-pdf {
  margin-right: 0;
  margin-left: 1rem;
}

@font-face {
  font-family: "Leaguegothic Regular";
  src: url("../../../fonts/leaguegothic-regular.eot");
  src: url("../../../fonts/leaguegothic-regular.woff") format("woff"), url("../../../fonts/leaguegothic-regular.ttf") format("truetype"), url("../../../fonts/leaguegothic-regular.ttf") format("svg");
}

.title {
  position: relative;
  font-weight: bold;
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}

.title span {
  vertical-align: middle;
}

.title .numbers {
  vertical-align: top;
}

.heading .title {
  margin-bottom: 1rem;
}

.link-text {
  color: inherit;
}

.link-text:hover {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.title,
.info-title,
.list-title {
  letter-spacing: 0.5px;
}

h1 [class^="ico-"],
.h1 [class^="ico-"],
h2 [class^="ico-"],
.h2 [class^="ico-"],
h3 [class^="ico-"],
.h3 [class^="ico-"],
h4 [class^="ico-"],
.h4 [class^="ico-"],
h5 [class^="ico-"],
.h5 [class^="ico-"],
h6 [class^="ico-"],
.h6 [class^="ico-"],
.title [class^="ico-"],
.info-title [class^="ico-"],
.list-title [class^="ico-"] {
  margin-right: 17px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
}

h1,
.h1 {
  font-family: "Leaguegothic Regular";
  text-transform: uppercase;
  font-size: 2.0rem;
  margin-bottom: .5rem;
}

@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}

h2,
.h2 {
  font-family: "Arial", sans-serif;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: none;
}

h3,
.h3,
h4,
.h4 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}

h4,
.h4 {
  margin-bottom: 1.3rem;
}

h5,
.h5 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

h6,
.h6 {
  margin-bottom: .5rem;
}

p + h4,
p + h5,
p + h6,
p + .h4,
p + .h5,
p + .h6,
p + .list-title,
ul + h4,
ul + h5,
ul + h6,
ul + .h4,
ul + .h5,
ul + .h6,
ul + .list-title,
ol + h4,
ol + h5,
ol + h6,
ol + .h4,
ol + .h5,
ol + .h6,
ol + .list-title,
img + h4,
img + h5,
img + h6,
img + .h4,
img + .h5,
img + .h6,
img + .list-title,
.figure-group + h4,
.figure-group + h5,
.figure-group + h6,
.figure-group + .h4,
.figure-group + .h5,
.figure-group + .h6,
.figure-group + .list-title,
.table-responsive + h4,
.table-responsive + h5,
.table-responsive + h6,
.table-responsive + .h4,
.table-responsive + .h5,
.table-responsive + .h6,
.table-responsive + .list-title,
.table + h4,
.table + h5,
.table + h6,
.table + .h4,
.table + .h5,
.table + .h6,
.table + .list-title {
  margin-top: 2.5rem;
}

.heading-lead {
  font-size: 3rem;
  letter-spacing: -1px;
  font-family: "Leaguegothic Regular";
  font-weight: normal;
  margin-top: 3rem;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .heading-lead {
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .heading-lead {
    margin-top: 7rem;
  }
}

p {
  margin-bottom: 1.5rem;
}

.content-block + .content-block {
  margin-top: 4rem;
}

.content-block:after {
  content: "";
  clear: both;
  display: block;
}

blockquote q {
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}

blockquote cite {
  display: block;
}

ul {
  list-style-type: square;
}

.bordered-title {
  padding-bottom: 1rem;
  border-bottom: 10px solid #e9e9e9;
}

small,
.small {
  font-size: 85%;
}

.text-limit p {
  display: none;
}

.text-limit p:first-child {
  display: inline;
}

.list-title,
.info-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  clear: both;
}

.two-col-list-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.jumbotron .download-title,
.jumbotron-fluid .download-title {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 0.5rem;
}

section {
  width: 100%;
}

html {
  font-size: 15px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  direction: ltr;
  font-family: "Arial", sans-serif;
  color: #000;
  padding-top: 111px;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }

  body {
    padding-top: 104px;
  }
}

.btn {
  border-radius: 0;
}

button {
  cursor: pointer;
}

.mb-0_5 {
  margin-bottom: 0.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-lg {
  margin-bottom: 8rem !important;
}

.image-responsive {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: 0 auto 1.5rem;
}

hr {
  background-color: #b7b7b7;
}

.main-link {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
  margin: 3.2rem 0 5rem;
}

.main-link a {
  text-decoration: underline;
}

.main-link a:hover {
  text-decoration: none;
}

.product-banner-list ul {
  padding-left: 16px;
}

.bullet-list {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.bullet-list li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 22px;
}

.bullet-list li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
}

.bullet-list a,
.bullet-list strong {
  vertical-align: middle;
}

.bullet-list-li-mb-05 li {
  margin-bottom: 0.5rem;
}

.bullet-list-li-mb-05 .bullet-list li {
  margin-bottom: 0.5rem;
}

.bullet-list-li-mb-1 li {
  margin-bottom: 1rem;
}

.bullet-list-li-mb-1 .bullet-list li {
  margin-bottom: 1rem;
}

.bullet-list-horizontal li {
  display: inline-block;
  margin-right: 45px;
}

.bullet-list-md li {
  margin-bottom: .5rem;
}

.bullet-list-sm {
  font-size: 0.85rem;
}

.bullet-list-sm li:before {
  top: 6px;
}

.bullet-list-sm.bullet-list-horizontal li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.bullet-list-inline:after {
  content: "";
  clear: both;
  display: block;
}

.bullet-list-inline li {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .bullet-list-inline li {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .bullet-list-inline li {
    width: 33.33%;
  }
}

.info {
  margin: 3rem 0;
}

.info-header {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.info-list {
  margin: 0;
  padding: 0;
}

.info-list li {
  display: inline-block;
}

.info-list li:after {
  content: ' |';
  display: inline;
}

.info-list li:last-child:after {
  content: none;
}

.no-top-indent {
  margin-top: 0 !important;
}

.no-bottom-indent {
  margin-bottom: 0 !important;
}

.row.row-small {
  margin: 0 -7px;
}

.row.row-small [class^="col-"] {
  padding: 0 7px;
}

.form-control {
  border-radius: 0;
  border-color: #b7b7b7;
  color: #000;
  padding: 0.5rem 1.05rem;
  line-height: 1.75;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3rem - 2px);
}

.heading {
  margin-bottom: 1rem;
}

.heading .arrow-link {
  display: inline-block;
  font-size: 1.1rem;
}

.heading .download-pdf-link {
  margin: 4px 0 10px;
  display: inline-block;
}

.heading .arrow-link-small {
  font-size: 0.96rem;
}

.heading + .slick-gallery-holder {
  margin-top: 0;
}

.heading .search-block {
  width: 100%;
  margin-bottom: 20px;
}

.heading.vertical-center > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.2rem;
}

.heading.vertical-center > div h2,
.heading.vertical-center > div .h2 {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .heading.vertical-center > div h2,
  .heading.vertical-center > div .h2 {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .heading {
    margin-bottom: 0;
  }

  .heading .search-block {
    width: auto;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .heading h2,
  .heading h3,
  .heading h4 {
    margin-bottom: 1rem;
  }
}

.vertical-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.even-list > li:nth-child(even) {
  background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .even-list li .media-body {
    padding: 0 14px;
  }
}

.odd-list > li:nth-child(odd) {
  background-color: #f8f8f8;
}

.fa-map-marker {
  vertical-align: middle;
  font-size: 1.1rem;
}

.fa {
  vertical-align: middle;
}

.fa-1 {
  font-size: 1.6rem;
}

.fa-2 {
  font-size: 2rem;
}

.fa-3 {
  font-size: 3rem;
}

.fa-4 {
  font-size: 4rem;
}

.fa-5 {
  font-size: 5rem;
}

.btn-large {
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0;
  line-height: 3rem;
  font-size: 1.1rem;
  width: auto;
  white-space: normal;
}

.btn-md {
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0;
  line-height: 3rem;
  font-size: 1.1rem;
}

.bottom-indent {
  margin-bottom: 5rem;
}

.side-info,
.side-info-left {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .side-info {
    max-width: 400px;
    float: right;
    padding-left: 35px;
  }

  .side-info-left {
    max-width: 400px;
    float: left;
    padding-right: 35px;
  }

  .side-info_no-max-width {
    max-width: none;
  }
}

.play-video-button {
  background: url("../../img/ico-play-video.png");
  width: 99px;
  height: 97px;
  outline: none;
  border: none;
  cursor: pointer;
}

video {
  cursor: pointer;
  vertical-align: top;
}

.social-options {
  padding: 16px 0 6px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 35px;
}

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-list li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

.social-list li:last-child {
  margin-right: 0;
}

.social-list-big {
  margin-top: 8px;
}

.social-list-big a {
  font-size: 1.1rem;
  font-weight: bold;
}

.social-list-big [class^="ico-"] {
  margin-right: 10px;
}

.social-list-big li {
  margin-right: 20px;
}

.definitions {
  margin-bottom: 32px;
}

.definitions dt,
.definitions dd {
  display: inline;
  margin-bottom: 0;
}

.definitions dt {
  font-weight: normal;
  display: inline-block;
  min-width: 85px;
}

.definitions dd:after {
  content: '\A';
  white-space: pre;
}

.definitions-lead dt {
  font-weight: bold;
  min-width: 110px;
}

.definitions-lead dt,
.definitions-lead dd {
  margin-bottom: 12px;
}

.tgl {
  position: relative;
  display: inline-block;
  height: 17px;
  cursor: pointer;
  margin-bottom: 0;
}

.tgl .tgl_text {
  margin-right: 8px;
  display: inline-block;
  line-height: 1;
  color: #999999;
}

.tgl > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.tgl .tgl_body {
  width: 30px;
  height: 17px;
  background: white;
  border: 1px solid #dadde1;
  display: inline-block;
  position: relative;
  border-radius: 50px;
}

.tgl .tgl_switch {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: white;
  position: absolute;
  left: 13px;
  top: -1px;
  border-radius: 50%;
  border: 1px solid #ccd0d6;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  z-index: 1;
}

.tgl .tgl_track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px;
  background-color: #4bd865;
}

.tgl .tgl_bgd {
  position: absolute;
  right: -21.5px;
  top: 0;
  bottom: 0;
  width: 31.5px;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
}

.tgl .tgl_bgd-negative {
  right: auto;
  left: -21.5px;
}

.tgl:hover .tgl_switch {
  border-color: #b5bbc3;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.tgl:active .tgl_switch {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.tgl > :not(:checked) ~ .tgl_body > .tgl_switch {
  left: -1px;
}

.tgl > :not(:checked) ~ .tgl_body .tgl_track {
  background: transparent;
}

.tgl > :not(:checked) ~ .tgl_body .tgl_bgd {
  right: -10px;
}

.tgl > :not(:checked) ~ .tgl_body .tgl_bgd.tgl_bgd-negative {
  right: auto;
  left: -10px;
}

@media only screen and (min-width: 992px) {
  .symbologies-intro {
    padding-top: 40px;
  }
}

.figure figcaption {
  font-size: .85rem;
  padding: 7px 0;
}

@media only screen and (min-width: 768px) {
  .figure-group {
    width: 42%;
    float: right;
    padding-left: 20px;
  }
}

.intro-box {
  padding: 2.6rem 0 3.4rem;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: 50% 25%;
  margin: 3rem 0 6rem;
}

.intro-box-title {
  font-family: "Leaguegothic Regular";
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #fff;
  letter-spacing: 0.5px;
}

.intro-box-title [class^="ico-"] {
  margin-right: 20px;
}

.intro-box-title span {
  vertical-align: middle;
}

.intro-box-btn {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2rem;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0;
}

.intro-box-btn:hover {
  color: #000;
}

.intro-box-columns {
  margin-top: 0;
}

.intro-box-columns .intro-box-title {
  margin-bottom: 0;
  line-height: 1.2;
}

@media only screen and (min-width: 576px) {
  .intro-box-columns {
    text-align: left;
  }
}

.intro-box-inner .left-side {
  margin-bottom: 30px;
}

.intro-box-inner .btn-large {
  max-width: 260px;
}

@media only screen and (min-width: 576px) {
  .intro-box-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-box-inner .left-side {
    padding-right: 30px;
    margin-bottom: 0;
    max-width: 662px;
  }
}

@media only screen and (min-width: 992px) {
  .intro-box-inner .btn-large {
    max-width: 344px;
  }
}

.text-grey {
  color: #666;
}

.text-black {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .intro-box {
    padding: 4vw 0 8vw;
  }

  .intro-box-title {
    font-size: 3rem;
  }

  .intro-box-btn {
    font-size: 1.1rem;
    line-height: 3rem;
    width: 100%;
    max-width: 344px;
    padding: 10px;
  }

  .intro-box-columns {
    padding: 5.1rem 0;
  }

  .intro-box-columns .intro-box-title {
    font-size: 3.8rem;
  }
}

.intro-box-big {
  padding: 4.6rem 0 4.4rem;
}

@media only screen and (min-width: 992px) {
  .intro-box-big {
    padding: 7.6rem 0 7.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .intro-box-big {
    padding: 14.6rem 0 14.4rem;
  }
}

.text-yellow {
  color: #ff0;
}

a.text-yellow:hover {
  color: #ff0;
}

.two-columns-info {
  padding-top: 3rem;
  background-size: cover;
  color: #fff;
}

.two-columns-info .bullet-list li {
  margin-bottom: 0.5rem;
}

.two-columns-info .bullet-list li:before {
  background-color: #fff;
}

.two-columns-info a {
  color: #ffffff;
}

.products-list {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}

.products-list > li {
  margin: 0;
  border-top: 1px solid #dedede;
}

.products-list > li:last-child {
  border-bottom: 1px solid #dedede;
}

.product-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .4rem 3rem;
  position: relative;
}

.product-link:after,
.product-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-link:before {
  border: 2px solid #2d7ab0;
  padding: 0.4px 4px 2px;
  font-size: 1.4rem;
  line-height: 14.5px;
  content: '\f105';
  left: 10px;
  border-radius: 3px;
  vertical-align: middle;
}

.angle-list {
  list-style-type: none;
  padding-left: 0;
}

.angle-list li {
  margin-bottom: 2rem;
  padding-left: 20px;
  position: relative;
}

.angle-list li:before {
  content: '\f105';
  color: #9b9b9b;
  font-size: 18px;
  font-family: FontAwesome;
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-rendering: auto;
}

.angle-list .select-container {
  padding-left: 0;
}

.angle-list .select-container:after,
.angle-list .select-container:before {
  content: none;
}

.products-list-simple > li {
  margin: 0;
  border-top: none;
}

.products-list-simple > li:last-child {
  border-bottom: none;
}

.products-list-simple .product-link {
  padding-left: 36px;
  padding-right: 0;
}

.products-list-simple .product-link:after,
.products-list-simple .product-link:before {
  display: inline-block;
  position: static;
}

.products-list-simple .product-link:before {
  display: inline-block;
  position: absolute;
  top: auto;
  left: 0;
  margin-right: 1rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.products-list-simple .product-link:after {
  content: none;
}

.products-list-simple .pdf-link {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.steps-section {
  padding: 1.8rem;
  background-color: #feef34;
  font-size: 0.95rem;
  font-weight: bold;
}

.steps-section .step-link {
  display: block;
}

.steps-section a {
  color: #000;
}

.steps-section .steps-heading {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  padding-bottom: 0.6rem;
  font-style: normal;
}

@media only screen and (min-width: 576px) {
  .steps-section {
    width: 295px;
  }
}

.steps-section.transparent {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps-section.transparent .steps-heading {
  border-bottom: none;
  margin-bottom: 0;
}

.steps-section.transparent a {
  color: #ffffff;
}

.steps-section.transparent .step-link:before {
  border-color: #ffffff;
}

.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset-list > li {
  margin-bottom: 1.3rem;
}

.step-link {
  display: inline-block;
  position: relative;
}

.step-link:before {
  content: '\f105';
  display: inline-block;
  border: 2px solid #000;
  padding: 1px 4px 2px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 14.5px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-md-wide {
  padding: 1rem 3rem;
  font-weight: bold;
}

.story-section {
  color: #fff;
  padding: 1.5rem 1.2rem;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .story-section {
    padding: 3.4rem 2.7rem;
  }
}

.filter-tag {
  display: inline-block;
  border: 1px solid #b7b7b7;
  padding: 3px 45px 3px 13px;
  position: relative;
  margin: 0 5px 1rem 0;
}

.filter-tag .filter-remove-tag {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #b7b7b7;
  padding: 0 11px;
}

.placeholder-opt {
  display: none;
}

.form-block {
  padding: 1rem 1.5rem;
  background-color: #ededed;
}

.form-block hr {
  margin-bottom: 2rem;
}

.form-block .btn-large {
  max-width: none;
}

.form-block .form-check-label input + .input-placeholder {
  background-color: #fff;
}

.form-block .heading-lead {
  margin: 0;
  text-transform: none;
  text-align: left;
}

.form-block .form-info {
  color: #000;
}

.image-decorator {
  max-width: 250px;
  margin: 0 auto 30px;
  position: relative;
}

.image-decorator .image-decorator-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.image-decorator.unselected .image-decorator-text {
  background: rgba(255, 255, 255, 0.75);
}

.image-decorator .image-responsive {
  width: 100%;
}

.working-at-cognex {
  padding: 12rem 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
  margin-bottom: 3rem;
}

.working-at-cognex > span {
  background: url("../../img/working-at-cognex-bg.jpg") 50% 50%;
}

.working-at-cognex a {
  color: #fff;
}

.heading-grey {
  padding: 1rem 2rem;
  background-color: #e9e9e9;
  margin-bottom: 2rem;
  text-align: center;
}

.numbers {
  vertical-align: top;
  font-size: 5rem;
  color: #2177ad;
  display: inline-block;
  margin-top: -10px;
}

.picture-block {
  padding: 1rem;
  min-height: 466px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover !important;
  color: #fff;
}

.picture-block .picture-block-inner {
  max-width: 460px;
}

.picture-block p {
  min-height: 120px;
}

.price-list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.price-list li {
  margin-bottom: 0;
  padding: 0.5rem 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-toggler-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  height: 270px;
  position: relative;
}

.image-toggler-images img {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.image-toggler-images .active {
  visibility: visible;
}

.image-toggler-images .shape-link {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
}

.image-toggler-images .shape-link-americas {
  /*rtl:ignore*/
  left: 15%;
  width: 31%;
}

.image-toggler-images .shape-link-europe {
  /*rtl:ignore*/
  left: 44%;
  width: 16%;
}

.image-toggler-images .shape-link-japan {
  top: 34%;
  /*rtl:ignore*/
  right: 23%;
  width: 6%;
  bottom: 49%;
  z-index: 11;
}

.image-toggler-images .shape-link-asia {
  /*rtl:ignore*/
  right: 6%;
  width: 34%;
}

@media only screen and (max-width: 1200px) {
  .image-toggler-images .shape-link-americas {
    /*rtl:ignore*/
    left: 0;
    width: 45%;
  }

  .image-toggler-images .shape-link-japan {
    /*rtl:ignore*/
    right: 18%;
  }
}

@media only screen and (max-width: 991px) {
  .image-toggler-images .shape-link-americas {
    width: 43%;
  }

  .image-toggler-images .shape-link-japan {
    /*rtl:ignore*/
    right: 11%;
  }

  .image-toggler-images .shape-link-europe {
    /*rtl:ignore*/
    left: 42%;
    width: 23%;
  }

  .image-toggler-images .shape-link-asia {
    right: 0;
  }
}

.image-toggler-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

.image-toggler-btn {
  text-align: center;
  color: #666;
  background-color: #f8f8f8;
  text-transform: uppercase;
  padding: 1rem;
  font-weight: bold;
  margin: 0 5px 10px;
  width: 100%;
  max-width: 165px;
}

.image-toggler-btn.active,
.image-toggler-btn:hover {
  color: #fff;
  background-color: #0275d8;
}

@media only screen and (min-width: 768px) {
  .image-toggler-images {
    margin-bottom: 5rem;
    height: 400px;
  }

  .image-toggler-btn {
    max-width: 232px;
  }
}

.map-main-baner {
  height: 10rem;
  background: url("../../img/map-main.jpg") 50% 50%;
  background-size: cover;
}

.localisation-list {
  margin: 0 -10px;
  padding: 4.25rem 0;
  list-style: none;
}

.localisation-list:after {
  content: "";
  clear: both;
  display: block;
}

.localisation-list li {
  float: left;
  padding: 0 10px;
  width: 50%;
  margin-bottom: 1rem;
}

.localisation-list a {
  color: #000;
  display: block;
}

@media only screen and (min-width: 576px) {
  .localisation-list li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .localisation-list li {
    width: 33.33%;
  }
}

@media only screen and (min-width: 992px) {
  .localisation-list li {
    width: 20%;
  }
}

.localisation-list-wrapper .localisation-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  width: 100%;
}

.localisation-list-wrapper .localisation-list li {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .localisation-list-wrapper .localisation-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 768px) {
  .localisation-list-wrapper .localisation-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 992px) {
  .localisation-list-wrapper .localisation-list {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}

.video-play-btn {
  border: none;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  padding: 49px;
  position: relative;
}

.video-play-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 35px;
  border-color: transparent transparent transparent #ffffff;
}

.video-play-btn:hover {
  background: black;
}

.screen-description {
  background-color: #616161;
  color: #fff;
  padding: 0.5rem;
}

.screen-description p:last-child {
  margin-bottom: 0;
}

.splash-screen {
  position: relative;
}

.splash-screen .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.splash-screen > span {
  display: block;
}

.splash-screen > span > span {
  padding-top: 56%;
  height: auto !important;
  width: 100% !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

[class^='tag-ico-'] {
  display: inline-block;
  padding: 4px 3px 3px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-size: 0.9em;
  line-height: 1;
  border-radius: 2px;
  min-width: 20px;
  text-align: center;
  font-weight: bold;
}

.tag-ico-in-sight {
  background-color: #e89a35;
}

.tag-ico-easy-builder {
  background-color: #3e4967;
}

.tag-ico-ess {
  background-color: grey;
}

.tag-ico-ext {
  background-color: olive;
  color: yellow;
}

.tag-ico-ids {
  background-color: red;
}

.tag-ico-pmx {
  background-color: gold;
  color: black;
}

.tag-ico-clr {
  background-color: green;
}

ol.aligned-left {
  padding-left: 1.2rem;
}

.table-bordered {
  border: none;
}

.table .empty {
  border-color: transparent;
}

.table .head-cell {
  background-color: #dbdcdc;
  text-align: left;
}

.table .no-wrap {
  white-space: nowrap;
}

.table-inline {
  width: auto;
}

table.no-border,
table.no-border tr,
table.no-border th,
table.no-border td {
  border: none;
}

.fa.fa-green {
  color: #11cf11;
}

.fa.fa-red {
  color: #cc0000;
}

.light-grey-block {
  background-color: #e9e9e9;
  padding: 0.5rem;
}

.light-grey-block p:last-child {
  margin-bottom: 0;
}

.testimonial {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial:first-child {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial:last-child {
  border-bottom: none;
}

.testimonial-header {
  margin-bottom: 1.5rem;
}

.testimonial-header:after {
  content: "";
  clear: both;
  display: block;
}

.bordered-box {
  padding: 1rem;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 1200px) {
  .border-xl-left {
    border-left: 1px solid #ddd;
  }
}

.videos-list {
  margin: 0 0 2rem;
  list-style: none;
  padding: 0;
}

.videos-list.vertical-list {
  margin-bottom: 0;
}

.videos-list li {
  display: inline-block;
  margin-right: 1rem;
}

.videos-list li:last-child {
  margin-right: 0;
}

.videos-list .media.media-xs {
  margin-bottom: 13.7px;
}

.videos-list.videos-list-short li {
  min-height: 117.49px;
}

.video-item {
  padding: 1rem;
  background-color: #eceeef;
  border-radius: 16px 6px 16px 6px;
}

.two-side-block {
  border-top: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .two-side-block:after {
    content: "";
    clear: both;
    display: block;
    width: 1px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    background-color: #ddd;
  }
}

.two-side-block_col {
  padding: 2rem 1rem;
}

@media only screen and (min-width: 768px) {
  .two-side-block_col {
    float: left;
    width: 50%;
  }
}

.img-links-list li {
  margin-bottom: 4rem;
}

.img-links-list li:last-child {
  margin-bottom: 0;
}

.img-links-list a {
  font-weight: bold;
}

.img-link {
  position: relative;
  display: inline-block;
  padding-left: 3.5rem;
}

.img-link img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hidden {
  display: none !important;
}

[data-show-hide-element] {
  display: none;
}

.wrapper {
  margin: 0 0 2rem;
}

.wrapper-shadow {
  padding: 1.5rem;
  box-shadow: 0 1px 3px #ccc;
}

.bullet-list-flaot:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (min-width: 992px) {
  .bullet-list-flaot > li {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .bullet-list-flaot > li {
    width: 33.33%;
  }
}

.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.svg-map {
  background-color: grey;
}

.row-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex [class^="col-"] {
  min-height: 160px;
}

.row-flex .vidyard_wrapper {
  float: none !important;
}

.row-flex .item-box-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.row-flex .item-box {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two-column-list {
  margin: 0 -15px 3rem;
  padding: 0;
  list-style: none;
}

.two-column-list:after {
  content: "";
  clear: both;
  display: block;
}

.two-column-list li {
  padding: 0 15px;
  float: left;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .two-column-list li {
    width: 100%;
  }
}

.related-customer-story-image {
  height: 196px !important;
}

[data-tooltip] {
  color: #009933;
  cursor: help;
  border-bottom: 1px dotted #009933;
  position: relative;
}

[data-tooltip]:focus,
[data-tooltip]:active,
[data-tooltip]:visited {
  color: #009933;
  text-decoration: none;
}

[data-tooltip]:hover {
  border-bottom-style: solid;
  color: #009933;
  text-decoration: none;
}

[data-tooltip]:hover:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

[data-tooltip]:hover:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  left: 20%;
  line-height: 16px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
  box-shadow: 2px 1px 6px #999;
}

.download-wrapper {
  padding: 20px;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #dedede;
}

.flex-columns,
.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-columns.items-center,
.flex-row.items-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-columns .grow-height,
.flex-row .grow-height {
  height: 100%;
}

.flex-columns {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-columns .vertical-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-columns .vertical-list li:last-child .media.media-xs {
  margin-bottom: 0;
}

.img-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-center img {
  width: auto;
}

.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.clear-both {
  clear: both;
}

.error {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.error .error-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
}

.error .error-content p {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  .error .error-content {
    margin-top: 0;
  }
}

.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.page-wrapper .header {
  width: 100%;
}

.page-wrapper .top-row {
  position: relative;
}

.page-wrapper .content-grow {
  height: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.min-width-44 {
  min-width: 44rem;
}

input:focus {
  outline: transparent;
}

.search-block:focus {
  border-color: #0c3d5d;
}

.jumbotron .media .title,
.jumbotron .media h6,
.jumbotron .media p.h6 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .table-responsive {
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}

.table {
  border-collapse: collapse;
}

.table td {
  word-break: break-all;
}

.table thead.v-align-top th {
  vertical-align: top;
}

.table.table-striped-yellow > tbody > tr:nth-of-type(odd) {
  background-color: #fffbcc;
}

.table .border-top {
  /*thead*/
}

.table .border-top th {
  border-top: 1px solid #ddd !important;
}

.table.stop-break-all td {
  word-break: normal;
}

.table.td-2-text-left tbody td:nth-child(2) {
  text-align: left;
}

.table.text-left-not-first tbody td:not(:first-child) {
  text-align: left;
}

.table.td-1-min-width-50 tbody td:first-child {
  min-width: 50px;
}

.table.td-1-min-width-100 tbody td:first-child {
  min-width: 100px;
}

.table.td-1-min-width-150 tbody td:first-child {
  min-width: 150px;
}

.table.td-1-min-width-200 tbody td:first-child {
  min-width: 200px;
}

.table.td-1-min-width-250 tbody td:first-child {
  /*min-width: 250px;*/
  width: 250px;
}

[data-image-height-equal-to] {
  overflow: hidden;
}

.related-customer-block {
  height: 250px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.related-customer-block img {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  width: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
}

.related-customer-block .box-title {
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-toggle="modal"] {
  cursor: pointer;
}

.h-10 {
  min-height: 10px !important;
}

.h-20 {
  min-height: 20px !important;
}

.h-30 {
  min-height: 30px !important;
}

.h-40 {
  min-height: 40px !important;
}

.h-50 {
  min-height: 50px !important;
}

.h-60 {
  min-height: 60px !important;
}

.h-70 {
  min-height: 70px !important;
}

.h-80 {
  min-height: 80px !important;
}

.h-90 {
  min-height: 90px !important;
}

.h-110 {
  min-height: 110px !important;
}

.h-120 {
  min-height: 120px !important;
}

.h-130 {
  min-height: 130px !important;
}

.h-140 {
  min-height: 140px !important;
}

.h-150 {
  min-height: 150px !important;
}

.h-160 {
  min-height: 160px !important;
}

.h-170 {
  min-height: 170px !important;
}

.h-180 {
  min-height: 180px !important;
}

.h-190 {
  min-height: 190px !important;
}

.h-200 {
  min-height: 200px !important;
}

@media only screen and (min-width: 768px) {
  .h-percent-10 {
    height: 10%;
    overflow: hidden;
  }

  .h-percent-20 {
    height: 20%;
    overflow: hidden;
  }

  .h-percent-30 {
    height: 30%;
    overflow: hidden;
  }

  .h-percent-40 {
    height: 40%;
    overflow: hidden;
  }

  .h-percent-50 {
    height: 50%;
    overflow: hidden;
  }

  .h-percent-60 {
    height: 60%;
    overflow: hidden;
  }

  .h-percent-70 {
    height: 70%;
    overflow: hidden;
  }

  .h-percent-80 {
    height: 80%;
    overflow: hidden;
  }

  .h-percent-90 {
    height: 90%;
    overflow: hidden;
  }
}

.max-h-200 {
  max-height: 200px !important;
  overflow: hidden;
}

.max-h-160 {
  max-height: 160px !important;
  overflow: hidden;
}

.w-auto {
  width: auto !important;
}

.min-w-150 {
  min-width: 150px !important;
}

.min-w-175 {
  min-width: 175px !important;
}

.min-w-225 {
  min-width: 225px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-w-250 {
  min-width: 250px !important;
}

[class*="max-w-"] {
  width: 100%;
}

.max-w-200 {
  max-width: 200px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.max-w-300 {
  max-width: 300px !important;
}

.max-w-400 {
  max-width: 400px !important;
}

.border-gray {
  border: 1px solid #ddd;
}

label {
  position: relative;
}

.error-email,
.error-email:focus {
  border-color: #f00;
  outline: #f00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.chat-widget-dropdown .error-message {
  top: 158px;
  left: 174px;
  right: auto;
  bottom: auto;
}

.error-message {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ddd;
  color: #333;
  display: inline-block;
  position: absolute;
  bottom: 64px;
  right: 0;
  padding: 12px 10px;
}

.error-message:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ddd;
  position: absolute;
  top: -6px;
  left: 20px;
}

.error-message:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: 21px;
}

form .OneRow4Radios {
  width: 100%;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  form .OneRow4Radios {
    width: 25%;
    float: left;
  }
}

/**/

@media only screen and (max-width: 767px) {
  .body-fixed {
    position: fixed;
  }
}

.media {
  margin: 1.8rem 0 3rem;
  color: #666;
}

.media .media-left {
  padding-right: 23px;
}

.media .media-object {
  height: auto;
  width: 275px;
}

.media .media-object-md {
  max-width: 200px;
}

.media .definitions {
  margin-bottom: 0;
}

.media .definitions dt {
  min-width: 140px;
}

.media .media-left-inner {
  position: relative;
}

.media .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
}

.media .date .number {
  font-size: 4.5rem;
  display: block;
}

.media .type {
  border-top: 1px solid #fff;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem 0;
  display: block;
}

.media-body {
  color: #000;
}

.media-heading {
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: bold;
  font-size: 1.3rem;
  color: #336699;
  margin-bottom: 13px;
}

.media-heading-small {
  font-size: 1rem;
}

.media-sub-heading {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1rem;
}

.media.media-main {
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 2.3rem;
  color: #000;
}

.media.media-main .media-heading {
  font-size: 3.5rem;
  color: #000;
  font-family: "Leaguegothic Regular";
  font-weight: normal;
  margin-bottom: 8px;
}

.media.media-main .media-sub-heading {
  font-size: 1.65rem;
  margin-bottom: 1.55rem;
  font-weight: normal;
}

@media only screen and (max-width: 991px) {
  .media.media-main .media-object {
    max-width: unset;
  }
}

.media.media-main p {
  margin-bottom: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .media {
    margin: 1.8rem 0 6rem;
  }

  .media .media-right {
    width: 50%;
    max-width: 50%;
  }

  .media .media-right-40 {
    width: 39%;
    max-width: 39%;
  }

  .media .media-right img {
    width: 100%;
    height: auto;
  }

  .media .media-right img.width-auto {
    margin: 0 auto;
    width: auto;
  }

  .bullet-list li:last-child {
    margin-bottom: 0;
  }
}

[class*="media-sizes-"] .media-object {
  height: auto;
}

.media-sizes-350 .media-object {
  width: 350px;
}

.media-sizes-275 .media-object {
  width: 275px;
}

.media-sizes-250 .media-object {
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .media-responsive .media-left,
  .media-responsive .media-right,
  .media-responsive .media-body {
    display: block;
    width: auto;
  }

  .media-responsive .media-object {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .media-responsive .media-left {
    padding: 0 0 20px;
  }

  .media-responsive .media-right {
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .media-responsive .media-object {
    max-width: 200px;
  }
}

.media-small {
  color: #333;
  margin: 1.4rem 0 2.5rem;
}

.media-small .media-heading {
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: none;
}

.media-small .media-body {
  position: relative;
  padding: 5px 33px 5px 33px;
}

.media-small .media-body p {
  margin-bottom: 0.5rem;
}

.media-small .media-body .media-heading {
  margin-bottom: 1rem;
}

.media-small .media-body .media-link-angle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  font-size: 3.4rem;
  color: #909090;
}

@media only screen and (min-width: 768px) {
  .media-small .media-body {
    padding-right: 30px;
    padding-left: 30px;
  }

  .media-small .media-body .media-link-angle {
    right: 30px;
    font-size: 4.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .media-small .media-body {
    padding-left: 50px;
    padding-right: 66px;
  }
}

.media.media-xs {
  color: #000;
  margin: 10px 0 48px;
}

.media.media-xs .media-image-xs {
  padding-right: 8px;
}

.media.media-xs .media-image-xs .media-object {
  max-width: 137px;
  height: auto;
}

.media.media-xs p {
  margin-bottom: 0;
}

.media.media-xs .media-object {
  width: auto;
  max-width: 90px;
}

.media-border-bottom {
  padding-bottom: 1rem;
  border-bottom: 1px solid #b7b7b7;
}

.media-heading strong,
.media-sub-heading strong {
  font-weight: 900;
}

.not-strong {
  font-weight: normal;
}

.not-strong strong {
  font-weight: bold;
}

.nav-tabs {
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0.8rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

.nav-tabs .nav-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
  height: auto;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 109px;
}

.nav-tabs .nav-item a {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav-tabs .nav-item > * {
  height: 100%;
}

.nav-tabs .nav-item:hover > .nav-link,
.nav-tabs .nav-item.active > .nav-link,
.nav-tabs .nav-item.active:hover > .nav-link {
  border-color: #2177ad;
  color: #000;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  overflow-wrap: break-word;
}

.nav-tabs .nav-item:hover .search-block,
.nav-tabs .nav-item.active .search-block,
.nav-tabs .nav-item.active:hover .search-block {
  border-color: #2177ad;
}

.tabs-holder .nav-tabs .nav-link {
  background-color: transparent;
  padding: 14px 4px;
  color: #000;
  border: none;
  border-bottom: 9px solid #e9e9e9;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

.tabs-holder .nav-tabs .nav-link:hover,
.tabs-holder .nav-tabs .nav-link.active,
.tabs-holder .nav-tabs .nav-link.active:hover {
  border-color: #2177ad;
  color: #000;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs .nav-item-search {
  min-width: 220px;
}

.nav-tabs .search-block,
.nav-tabs .search-block-field {
  height: 100%;
}

.nav-tabs .search-block {
  padding: 14px 4px;
  margin-top: 0;
  display: block;
  height: 100%;
  min-height: 50px;
  border-bottom: 9px solid #cdcdcd;
}

.nav-tabs .search-block-field {
  font-size: 0.8rem;
  line-height: 100%;
  min-width: 0;
  padding: 0 10px;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .nav-tabs {
    font-size: 1rem;
  }

  .nav-tabs .nav-item-search .search-block-field {
    font-size: 1rem;
  }
}

.ol-list {
  padding-left: 1.5rem;
}

.ol-list li {
  margin-bottom: 1rem;
}

.caption {
  font-style: italic;
  margin-top: 3rem;
  color: #777;
}

.tab-pane {
  padding-top: 2.5rem;
}

.tab-pane .media:first-child {
  margin-top: 0;
}

.tab-content {
  position: relative;
}

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.tab-content > .tab-pane.active {
  visibility: visible;
  position: relative;
  opacity: 1;
}

.tab-content > .tab-pane .steps-section {
  float: right;
}

@media only screen and (max-width: 767px) {
  .tab-content > .tab-pane {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-content > .tab-pane .side-info {
    -webkit-order: 100;
    -ms-flex-order: 100;
    order: 100;
  }

  .tab-content > .tab-pane .steps-section {
    float: none;
    margin: auto;
  }

  .tab-content > .tab-pane .syncing {
    margin: auto;
  }
}

.tabs-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.search-block:hover,
.search-block.active {
  border-color: #2177ad;
  color: #000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-width: 0 0 9px 0;
  border-bottom-color: transparent;
}

.nav-item.active {
  border-width: 0 0 9px 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
}

.box > img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.box-img {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.box-img-bordered {
  border: 1px solid #a1a1a1;
}

.box-block {
  padding: 10px 15px;
  text-align: center;
}

.box-title {
  font-family: "Leaguegothic Regular";
  color: #000;
  font-size: 1.55rem;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.box-text {
  color: #666;
  margin: 0;
  font-size: 1rem;
}

.box-link {
  font-size: 1.1rem;
}

.box-simple {
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 992px) {
  .box-simple .box-img {
    min-height: auto;
  }
}

.box-animated {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.box-animated:hover .box-block-animated {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.box-animated:hover .box-block-animated .box-title,
.box-animated:hover .box-block-animated .box-text {
  color: #fff;
}

.box-animated:hover .box-block-animated .box-text {
  white-space: normal;
  max-height: unset;
}

.box-animated .box-block-animated {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(38%);
  -ms-transform: translateY(38%);
  transform: translateY(38%);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-animated .box-block-animated .box-block {
  max-width: 100%;
  overflow: hidden;
}

.box-animated .box-block-animated .box-text {
  max-width: 100%;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-animated .img-center {
  height: 100%;
  width: 100%;
}

.box-animated .box-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.overview-holder {
  position: relative;
  margin-bottom: 10px;
}

.overview-holder:hover .overview-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.overview-img {
  display: block;
  width: 100%;
  height: auto;
}

.overview-info {
  padding: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2rem;
  font-size: 12px;
}

.overview-info:hover {
  color: #fff;
  text-decoration: none;
}

.overview-info p {
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .overview-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.overview-info-title {
  font-family: "Leaguegothic Regular";
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.overview-info-link {
  color: #fff;
  font-weight: bold;
}

.overview-info-link:hover {
  color: #fff;
}

.overview-info-link span {
  vertical-align: middle;
}

.overview-info-link > .fa {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 3px;
  line-height: 0.9rem;
  margin-left: 12px;
  vertical-align: middle;
  padding: 2px 5px 5px 6px;
  border-radius: 3px;
  font-size: 1.5rem;
}

.overview-title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #336699;
}

@media only screen and (min-width: 768px) {
  .overview-info {
    line-height: 1.3rem;
    font-size: 1rem;
  }

  .overview-info-title {
    font-size: 2.1rem;
    margin-bottom: 0.9rem;
  }

  .overview-title {
    font-size: 1.3rem;
  }

  .overview-info-link > .fa {
    border: 2px solid #fff;
    padding: 5px 6px 6px 7px;
    font-size: 2rem;
    line-height: 0.9rem;
    margin-left: 12px;
  }
}

.tile-list {
  margin: 0 -5px 3rem;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tile-list .tile-list-item {
  padding: 0 8px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 15px;
}

.tile-list .tile-list-item > * {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .tile-list .box-img {
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .tile-list .tile-list-item {
    width: 50%;
    max-width: none;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .tile-list .tile-list-item {
    width: 25%;
  }

  .tile-list.tile-list-lg-5 .tile-list-item {
    width: 20%;
  }
}

.tile-list .item-preview {
  margin-bottom: 0;
}

.support-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 3rem;
}

.support-list .box-img {
  width: auto;
}

.support-list .support-box > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dddccc;
  height: 200px;
  width: 100%;
}

.support-list .support-content > a,
.support-list .support-content > strong {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.support-list .support-content ul {
  padding: 0;
}

.support-list .support-content li {
  list-style-type: none;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .support-list .tile-list-item {
    float: left;
    margin-bottom: 1.5rem;
  }
}

.tile-list-left {
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.tile-list-big {
  margin: 27px -15px 2.5rem;
}

.tile-list-big .tile-list-item {
  padding: 0 15px;
  margin-bottom: 30px;
  max-width: 400px;
}

@media only screen and (min-width: 576px) {
  .tile-list-big .tile-list-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-list-big .overview {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .tile-list-big .tile-list-item {
    width: 50%;
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

@media only screen and (min-width: 992px) {
  .tile-list-big .tile-list-item {
    width: 33.33%;
  }
}

.tile-list-1 .tile-list-item {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width: 992px) {
  .tile-list-1 .tile-list-item {
    margin-bottom: 28px;
    max-width: none;
  }
}

.tile-list-2 {
  margin-bottom: 4.4rem;
}

.tile-list-2 .tile-list-item {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width: 992px) {
  .tile-list-2 .tile-list-item {
    width: 50%;
    margin-bottom: 28px;
    max-width: none;
  }
}

.tile-list-small .box-img {
  max-width: 200px;
}

@media only screen and (min-width: 768px) {
  .tile-list-small .tile-list-item {
    width: 33%;
  }
}

@media only screen and (min-width: 992px) {
  .tile-list-small .tile-list-item {
    width: 20%;
  }
}

.tile-list-md-2 .tile-list-item,
.tile-list-md .tile-list-item {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .tile-list-md-2 .tile-list-item,
  .tile-list-md .tile-list-item {
    width: 33.33%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tile-list-md-2 .tile-list-item {
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-list-md-2 .tile-list-item {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .tile-list-md-3.tile-list,
  .filter-section .tile-list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tile-list-md-3.tile-list .tile-list-item,
  .filter-section .tile-list .tile-list-item {
    width: 33%;
    max-width: none;
    margin: 0 0 10px;
  }
}

.tile-list.tile-list-no-indents {
  margin-left: 0;
  margin-right: 0;
}

.tile-list.tile-list-no-indents .tile-list-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .tile-list .tile-wrapper-xl {
    padding: 0 30px;
  }
}

.slick-gallery-holder {
  position: relative;
  margin: 2.8rem 0 3.2rem;
  padding: 0 10px;
}

.slick-gallery-holder .slick-arrow {
  position: absolute;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  background-color: transparent;
  font-size: 3.4rem;
  outline: none !important;
  cursor: pointer;
  color: #000;
}

.slick-gallery-holder .slick-arrow.slick-disabled {
  color: #bfbfbf;
}

.slick-gallery-holder .slick-arrow .fa {
  line-height: 100%;
  margin-top: -10px;
}

.slick-gallery-holder.perspective .slick-arrow.slick-disabled {
  color: #000;
}

.slick-gallery-holder .slick-prev {
  /*rtl:ignore*/
  right: 100%;
}

.slick-gallery-holder .slick-next {
  /*rtl:ignore*/
  left: 100%;
}

.slick-gallery .image-box {
  position: relative;
  margin: 0 5px;
}

.slick-gallery .image-box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slick-gallery .image-box-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-gallery .item-box {
  margin: 0 7px;
}

.image-box-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .slick-gallery-holder {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slick-gallery-holder .slick-arrow {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .slick-gallery-holder .slick-arrow {
    font-size: 4.4rem;
  }

  .slick-gallery-holder .slick-prev {
    /*rtl:ignore*/
    right: 100%;
  }

  .slick-gallery-holder .slick-next {
    /*rtl:ignore*/
    left: 100%;
  }
}

.slick-gallery-holder-items {
  margin: 1.6rem -7px 4.4rem;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next .fa,
.carousel-control-prev .fa {
  font-size: 3rem;
}

.carousel-control-next {
  /*rtl:ignore*/
  right: 0;
}

.carousel-control-prev {
  /*rtl:ignore*/
  left: 0;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-indicators {
  margin-bottom: 0;
}

.carousel-indicators li {
  background-color: #fff;
  border: none;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #fdec50;
  margin: 0 5px;
}

.carousel-item,
.item {
  background-position: center;
  background-size: cover;
  min-height: 14rem;
}

.carousel-item img,
.item img {
  min-height: 16rem;
  object-fit: cover;
}

.carousel-item-content {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: .9rem;
  padding: 1.5rem 0;
}

.carousel-item-content > .container {
  padding: 0 35px;
}

.carousel-item-content .btn {
  color: #000;
  font-size: .9rem;
  padding: .5rem 1rem;
}

.carousel-item-content p {
  margin-bottom: .7rem;
}

.carousel-item-content .carousel-item-title {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Leaguegothic Regular";
  line-height: 1.1;
}

.carousel-item-content .btn {
  background: #fdec50;
}

@media only screen and (max-width: 767px) {
  .carousel-item-content > .container {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) {
  .carousel-item-content {
    bottom: 0;
    padding: 3rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 8%;
  }

  .carousel-item-content {
    font-size: 1.2rem;
  }

  .carousel-item-content p {
    margin-bottom: 2rem;
  }

  .carousel-item-content .carousel-item-title {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .carousel-item-content .btn {
    font-size: 1.2rem;
    padding: 1.3rem 3.5rem;
  }

  .carousel-item-content > .container {
    padding: 0 60px;
  }

  .carousel-item,
  .item {
    min-height: 22rem;
  }

  .carousel-item img,
  .item img {
    min-height: 30rem;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-item-content .carousel-item-title {
    margin-bottom: 0.6rem;
  }

  .carousel-item,
  .item {
    min-height: 30rem;
  }
}

@media only screen and (min-width: 1200px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 15%;
  }

  .carousel-control-next .fa,
  .carousel-control-prev .fa {
    font-size: 3.5rem;
  }

  .carousel-item-content {
    font-size: 1.5rem;
  }

  .carousel-item-content > .container {
    padding: 0 10%;
  }

  .carousel-item-content .carousel-item-title {
    font-size: 5rem;
  }

  .carousel-item-content .btn {
    font-size: 1.5rem;
    padding: 1.3rem 5rem;
  }

  .carousel-item,
  .item {
    min-height: 36rem;
  }

  .carousel-item img,
  .item img {
    min-height: 36rem;
  }
}

@media only screen and (min-width: 1200px) {
  .carousel-item-content > .container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .slick-gallery-holder.perspective .slick-list {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .slick-gallery-holder.perspective .slick-slide {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .slick-gallery-holder.perspective .slick-slide > * {
    transition: left .5s, margin .5s, -webkit-transform .5s;
    transition: transform .5s, left .5s, margin .5s;
    transition: transform .5s, left .5s, margin .5s, -webkit-transform .5s;
    position: relative;
    -webkit-transform: rotateY(40deg);
    transform: rotateY(40deg);
  }

  .slick-gallery-holder.perspective .slick-slide.slick-current > * {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.5);
  }

  .slick-gallery-holder.perspective .slick-slide.slick-current ~ .slick-slide > * {
    -webkit-transform: rotateY(-40deg);
    transform: rotateY(-40deg);
  }
}

.slick-gallery-holder.perspective .slick-dots {
  padding: 0;
  margin: 1rem;
  text-align: center;
}

.slick-gallery-holder.perspective .slick-dots li {
  display: inline-block;
}

.slick-gallery-holder.perspective .slick-dots button {
  background-color: transparent;
  border: none;
  padding: 2px 7px;
}

.slick-gallery-holder.perspective .slick-dots button span {
  background-color: #fff;
  border-radius: 50%;
  line-height: 0;
  border: 1px solid #9a9a9a;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.slick-gallery-holder.perspective .slick-dots .slick-active button span {
  background-color: #9a9a9a;
}

.slick-gallery-holder.syncing {
  padding: 0;
}

.slick-gallery-holder.syncing img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-gallery-holder.syncing .slider-for {
  outline: 1px solid #d7d7d7;
  margin-bottom: 1rem;
}

.slick-gallery-holder.syncing .slider-for .slick-slide,
.slick-gallery-holder.syncing .slider-for .slick-track {
  overflow: hidden;
}

.slick-gallery-holder.syncing .slider-nav,
.slick-gallery-holder.syncing .slider-nav-3 {
  outline: 1px solid #d7d7d7;
  display: inline-block;
  max-width: 100%;
}

.slick-gallery-holder.syncing .slider-nav .slick-slide,
.slick-gallery-holder.syncing .slider-nav-3 .slick-slide {
  opacity: 0.5;
}

.slick-gallery-holder.syncing .slider-nav .slick-slide.slick-current,
.slick-gallery-holder.syncing .slider-nav-3 .slick-slide.slick-current {
  opacity: 1;
}

.slick-gallery-holder.syncing .slider-nav .slick-slide + .slick-slide,
.slick-gallery-holder.syncing .slider-nav-3 .slick-slide + .slick-slide {
  position: relative;
}

.slick-gallery-holder.syncing .slider-nav .slick-slide + .slick-slide:after,
.slick-gallery-holder.syncing .slider-nav-3 .slick-slide + .slick-slide:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d7d7d7;
}

.slick-gallery-holder.syncing .slider-nav img {
  height: auto;
  width: 80px;
  max-width: 100%;
}

.slick-gallery-holder.syncing .slider-nav-3 img {
  width: 100%;
}

.slick-gallery-holder.syncing .slider-nav-lg img {
  width: 120px;
}

.slick-gallery-holder.syncing .slick-arrow {
  top: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.slick-gallery-holder.syncing .slider-for .slick-arrow {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility .5s, opacity .5s;
}

.slick-gallery-holder.syncing .slider-for .slick-arrow .fa {
  position: relative;
}

.slick-gallery-holder.syncing .slider-for .slick-arrow.slick-disabled {
  display: none !important;
}

.slick-gallery-holder.syncing .slider-for .slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-gallery-holder.syncing .slider-for:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.slick-gallery-holder.syncing .slider-for .slick-next {
  /*rtl:begin:ignore*/
  right: 0;
  left: auto;
  /*rtl:end:ignore*/
}

.slick-gallery-holder.syncing .slider-for .slick-next:before {
  right: 0;
}

.slick-gallery-holder.syncing .slider-for .slick-prev {
  /*rtl:begin:ignore*/
  right: auto;
  left: 0;
  /*rtl:end:ignore*/
}

.slick-gallery-holder.syncing .slider-for .slick-prev:before {
  left: 0;
}

.slick-gallery-holder.syncing .slick-next {
  /*rtl:begin:ignore*/
  left: 100%;
  right: auto;
  /*rtl:end:ignore*/
}

.slick-gallery-holder.syncing .slick-prev {
  /*rtl:begin:ignore*/
  right: 100%;
  left: auto;
  /*rtl:end:ignore*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slick-gallery-holder.syncing {
    margin: 0 auto;
    max-width: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .slick-gallery-holder.syncing {
    margin-left: 0;
    margin-right: 0;
  }
}

.slick-slide {
  visibility: visible;
}

.slick-gallery-holder.variable-width img {
  min-height: 300px;
  width: 100%;
}

.slick-gallery-holder.variable-width .slick-slide {
  /*max-width: 350px;*/
}

.slick-gallery-holder.variable-width .image-box {
  padding-bottom: 5.5rem;
}

.slick-gallery-holder.variable-width.history .event-date {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 25px 10px 0;
}

.slick-gallery-holder.variable-width.history .event-date:after,
.slick-gallery-holder.variable-width.history .event-date:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #363636;
}

.slick-gallery-holder.variable-width.history .event-date:after {
  bottom: 100%;
  height: 54px;
  width: 1px;
}

.slick-gallery-holder.variable-width.history .event-date:before {
  width: 22px;
  height: 22px;
  top: 0;
  border-radius: 50%;
}

.slick-gallery-holder.variable-width.history .slick-list:before {
  content: '';
  left: 5px;
  right: 0;
  bottom: 40px;
  height: 6px;
  background-color: #ebebeb;
  position: absolute;
}

.gallery-news .slick-slide {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

[data-slick-gallery] {
  opacity: 0;
  visibility: hidden;
}

.vidyard_wrapper {
  width: 100%;
}

.preload {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -100;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.news-content {
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.news-content .news-header {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.news-content .news-time {
  margin-bottom: 25px;
}

.news-content p {
  margin-bottom: 1.5rem;
}

.news-content h2 {
  line-height: 2.7rem;
  font-size: 2.1rem;
  margin-bottom: 1.2rem;
}

.news-content h5 {
  line-height: 1.5rem;
  text-transform: none;
  margin: 2.4rem 0 0.6rem;
  font-weight: bold;
}

.news-content .news-sub-title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: none;
  margin: 2.4rem 0 0.6rem;
  font-weight: bold;
}

.news-date {
  white-space: nowrap;
}

.aside-box {
  display: none;
  background-color: #ebebeb;
  padding: 19px 14px 22px;
  margin-bottom: 8px;
  font-size: 0.83rem;
}

.aside-box a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (min-width: 992px) {
  .aside-box {
    display: inherit;
  }
}

.aside-box-info {
  line-height: 1.6rem;
  background-color: transparent;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.aside-box-list {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.aside-box-list > li a {
  display: block;
  padding: 5px 0;
}

.aside-box-list li + li {
  border-top: 1px solid #d3d3d3;
}

.aside-box-title {
  font-weight: bold;
  margin-bottom: 24px;
}

.aside-box-links-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

.aside-box-links-list li {
  margin-bottom: 0;
}

.aside-box-links-list li:last-child {
  margin-bottom: 0;
}

.aside-box-links-list a {
  display: block;
  color: #000;
  padding: 6px 30px 6px 15px;
  font-size: 0.83rem;
}

.aside-box-links-list a:after {
  content: '\f04b';
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 50%;
  margin-top: -10px;
  display: none;
}

.aside-box-links-list a:hover {
  color: #000;
}

.aside-box-links-list a:hover:after {
  text-decoration: none;
}

.aside-box-links-list a:last-child {
  margin-bottom: 0;
}

.aside-box-links-list a.active,
.aside-box-links-list a[aria-expanded="true"] {
  position: relative;
  font-weight: bold;
}

.aside-box-links-list a.active:after,
.aside-box-links-list a[aria-expanded="true"]:after {
  display: block;
}

.aside-box-links-list .aside-box-links-list {
  background-color: #f8f8f8;
  padding: 13px 14px;
  margin: 0;
}

.aside-box-links-list .aside-box-links-list a {
  color: #666;
}

.aside-box-links-list .aside-box-links-list a:after {
  right: 0;
}

.aside-box-links-list .aside-box-links-list .aside-box-links-list {
  padding-left: 30px;
  background-color: #fefefe;
  margin: 0 -15px;
}

.aside-box-links-list .aside-box-links-list .aside-box-links-list a {
  color: #000;
}

.article-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: bold;
}

.article-title + p {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .aside-box-links-list .aside-box-links-list {
    display: none;
  }
}

.search-box {
  padding: 6px 20px 0;
  background-color: #e9e9e9;
  margin: 2rem 0;
}

.search-box .form-control {
  margin-bottom: 14px;
}

.action-btn {
  border-radius: 0;
  font-weight: bold;
  width: 100%;
  line-height: 1.7rem;
}

.search-box-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.filter-header {
  background-color: #e9e9e9;
  padding: 8px 10px 0;
  margin: .5rem 0 1.5rem;
}

.filter-header:after {
  content: '';
  clear: both;
  display: block;
}

.filter-header .action-btn {
  line-height: 2.1rem;
  white-space: normal;
  padding-left: .7rem;
  padding-right: .7rem;
}

@media only screen and (min-width: 992px) {
  .filter-header {
    font-size: 0.8rem;
  }

  .filter-header .action-btn {
    line-height: 1.7rem;
    margin-top: 19px;
    font-size: 0.8rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .filter-header {
    font-size: 1rem;
  }

  .filter-header .action-btn {
    line-height: 1.75rem;
    margin-top: 23px;
    font-size: 1rem;
  }
}

.filter-header.filter-flex-grow,
.filter-header .filter-flex-grow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.filter-header.filter-flex-grow .filter-col,
.filter-header .filter-flex-grow .filter-col {
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.filter-header.filter-flex-grow .filter-col:last-child,
.filter-header .filter-flex-grow .filter-col:last-child {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.filter-col {
  float: left;
  width: 100%;
  padding: 0 6px;
  margin-bottom: 14px;
}

.filter-col .form-control {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .filter-col {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .filter-col {
    width: 20%;
  }
}

@media only screen and (max-width: 1200px) {
  .filter-col .form-control {
    padding: 0.25rem;
  }
}

.col-sm-12.col-lg-9 .filter-col .form-control {
  padding: 0.25rem;
}

@media only screen and (max-width: 991px) {
  .filter-col:last-child {
    width: 100%;
  }
}

.filter-label {
  display: block;
  font-weight: bold;
  margin: 0;
}

.filter-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  line-height: 1.7rem;
  padding-right: 25px;
  color: #666;
}

.filter-field::-ms-expand {
  display: none;
}

.filter-field .placeholder {
  display: none;
}

.filter-pagination-holder {
  text-align: center;
}

.filter-pagination-holder .fa {
  position: relative;
  top: -3px;
}

.filter-pagination {
  padding: 0 96px;
  position: relative;
  margin: 2.2rem auto 4.6rem;
  display: inline-block;
}

.filter-pagination-left,
.filter-pagination-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter-pagination-left .filter-pagination-btn + .filter-pagination-btn,
.filter-pagination-right .filter-pagination-btn + .filter-pagination-btn {
  margin-left: 7px;
}

/*rtl:begin:ignore*/

.filter-pagination-left {
  left: 0;
}

.filter-pagination-left .filter-pagination-btn + .filter-pagination-btn {
  position: absolute;
  top: 0;
  left: 35px;
}

.filter-pagination-right {
  right: 0;
}

.filter-pagination-right .filter-pagination-btn:first-child {
  position: absolute;
  top: 0;
  right: 42px;
}

/*rtl:end:ignore*/

.filter-pagination-btn {
  border: none;
  background: transparent;
  font-size: 2.1rem;
  cursor: pointer;
  color: #2d7ab0;
}

.filter-pagination-btn[disabled] {
  color: #bdbdbd;
  cursor: default;
}

.filter-pagination-list {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}

.filter-pagination-list a {
  color: #666;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
}

.filter-pagination-list a:hover {
  background: #319cda;
  color: #fff;
}

.filter-pagination-list a.active {
  color: #fff;
  background: #2d7ab0;
}

.filter-pagination-list li {
  display: inline-block;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .filter-pagination-list {
    height: 51px;
    font-size: 1.15rem;
  }

  .filter-pagination-list a {
    padding: 12px 20px;
  }

  .filter-pagination-left .filter-pagination-btn + .filter-pagination-btn,
  .filter-pagination-right .filter-pagination-btn + .filter-pagination-btn {
    margin-left: 14px;
  }
}

.search-block {
  border-bottom: 8px solid #dadada;
  position: relative;
  padding-right: 30px;
}

.search-block .search-block-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) {
  .search-block {
    margin-top: -8px;
  }
}

.search-block-field,
.search-block-btn {
  border: none;
  background: transparent;
}

.search-block-field {
  height: 32px;
  width: 100%;
}

.search-block-btn .fa {
  color: #727272;
  font-size: 1.3rem;
}

.form-check {
  margin-bottom: 2rem;
}

.form-check-label {
  position: relative;
  padding-left: 42px;
}

.form-check-label input {
  opacity: 0;
}

.form-check-label input + .input-placeholder {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #a7a7a7;
}

.form-check-label input:checked + .input-placeholder:after,
.form-check-label.checked .input-placeholder:after {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 73%;
  height: 73%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: #a7a7a7;
}

.form-check-label input[type="radio"] + .input-placeholder {
  border-radius: 50%;
}

.form-check-label input[type="radio"]:checked + .input-placeholder:after {
  border-radius: 50%;
}

@media only screen and (min-width: 992px) {
  .filter-header.filter-header-small.search-box .action-btn {
    margin-top: 20px;
  }
}

.btn-default {
  padding: 4px 12px;
}

.btn-warning {
  background-color: #f6d500;
  border-color: #f6d500;
  color: #000;
}

.form-row .form-label {
  display: inline-block;
  padding: .5rem 0;
  margin-right: 0.5rem;
  vertical-align: middle;
  margin-bottom: 1rem;
  font-weight: bold;
  width: 125px;
  word-break: break-word;
}

.form-row .form-control,
.form-row select.form-control:not([size]):not([multiple]) {
  vertical-align: middle;
  display: inline-block;
  max-width: 360px;
  padding: 0.3rem 0.5rem;
  margin-bottom: 1rem;
  color: #000;
}

.search-results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results.without-tags {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-results.without-tags .search-results-tags {
  min-width: 180px;
}

@media only screen and (min-width: 768px) {
  .search-results.without-tags .search-result-form {
    max-width: 956px;
  }
}

@media only screen and (min-width: 768px) {
  .search-results {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.search-results-tags {
  min-width: 250px;
}

.search-result-form {
  width: 100%;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .search-result-form {
    padding-left: 16px;
    min-width: 316px;
    max-width: 886px;
  }

  .col-sm-12.col-lg-9 .search-result-form {
    max-width: 680px;
  }
}

.bootstrap-select-inline .bootstrap-select {
  width: auto !important;
}

.bootstrap-select-inline .btn.dropdown-toggle {
  background: #fff !important;
}

@media only screen and (max-width: 991px) {
  .bootstrap-select-inline .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: block;
  }
}

.form-control-md {
  max-width: 450px;
}

.email-form {
  display: none;
}

.item-box video {
  width: 100%;
  cursor: pointer;
  vertical-align: top;
}

.item-box img {
  width: auto;
  height: auto;
}

@media only screen and (min-width: 576px) {
  .item-box img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
  .item-box {
    max-width: 230px;
    margin: 0 auto;
  }
}

.item-box-inner {
  margin-bottom: 1.2rem;
}

.item-box-description {
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.item-box-description p {
  margin-bottom: 5px;
}

.item-preview {
  position: relative;
  overflow: hidden;
  padding: 22px;
  margin-bottom: 2rem;
  background: #ebebeb url("../../img/item-preview-bg.jpg") 50% 50%;
  background-size: cover;
  z-index: 1;
}

.item-preview-image {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  width: auto;
  width: 32%;
  z-index: -1;
}

@media only screen and (min-width: 576px) {
  .item-preview-image {
    width: auto;
    max-height: 95%;
  }
}

.item-preview-title {
  font-family: "Leaguegothic Regular";
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .item-preview-title {
    font-size: 1.8rem;
  }
}

.item-preview-inner {
  width: 55%;
}

@media only screen and (min-width: 992px) {
  .item-preview-inner {
    width: 47%;
  }
}

@media only screen and (min-width: 1200px) {
  .item-preview-inner {
    width: 55%;
  }
}

.item-preview-description {
  position: relative;
  z-index: 1;
  line-height: 1.2rem;
}

.item-preview-description p {
  margin-bottom: 1.4rem;
}

.item-preview-btn {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 2rem;
  min-width: 80%;
}

@media only screen and (min-width: 768px) {
  .item-preview {
    padding: 32px;
  }
}

.item-preview-sm {
  padding: 30px 15px;
}

.item-preview-sm .preview-title,
.item-preview-sm h6,
.item-preview-sm .h6 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.item-preview-sm p {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 576px) {
  .item-preview-sm .item-preview-description p {
    min-height: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .item-preview-square .item-preview-image,
  .tile-list-2 .item-preview-image {
    position: static;
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 1rem;
  }

  .item-preview-square .item-preview-inner,
  .tile-list-2 .item-preview-inner {
    text-align: center;
    width: 100%;
  }

  .item-preview-square .item-preview-btn,
  .tile-list-2 .item-preview-btn {
    min-width: 50%;
  }
}

.item-preview-fixed {
  position: relative;
  padding-bottom: 60px;
  min-height: 281px;
  z-index: 1;
}

.item-preview-fixed .item-preview-description {
  position: static;
}

.item-preview-fixed .arrow-link {
  position: absolute;
  bottom: 30px;
  left: 15px;
}

.tile-items-grow .tile-list-item {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tile-list-1 .item-preview-image {
  max-height: none;
  right: 40px;
  bottom: -70px;
}

.hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-preview {
  position: relative;
}

.product-preview .product-preview-view {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: 10px;
  background-color: #ebebeb;
  padding: 10px;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  z-index: 100;
  display: none;
  width: 100%;
  max-width: 700px;
}

.product-preview .product-preview-view.active {
  display: block;
}

.product-preview .product-preview-view .for-preview-view {
  display: block;
}

.product-preview-box {
  vertical-align: middle;
  border-radius: 10px;
  margin: 0 0 10px;
  padding: 0 10px;
  width: 50%;
  float: left;
  cursor: pointer;
  overflow: hidden;
}

.product-preview-box .for-preview-view {
  display: none;
}

.product-preview-box .item-box-inner {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.product-preview-box .item-box-description {
  border-radius: 0 0 10px 10px;
  border: 1px solid #a1a1a1;
  border-top: none;
  padding: 10px;
  font-size: 11px;
  background-color: #ebebeb;
}

.product-preview-box .link {
  color: #0275d8;
}

.product-preview-view-image img {
  height: auto;
  width: 100%;
}

.product-preview-view-content {
  padding: 10px 55px 0 0;
  position: relative;
  font-size: 12px;
}

.product-preview-view-content .product-preview-view-close {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
  padding: 4px;
}

.product-preview-view-content .product-preview-view-close i {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .product-preview-box {
    width: 160px;
    padding: 0;
    margin: 0;
    float: none;
    position: absolute;
  }

  .product-preview-box.middle {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .product-preview-box {
    position: static;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
  }

  .product-preview .product-preview-view {
    top: 50%;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .product-preview-view-image img {
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .product-preview-box {
    width: 100%;
  }
}

.main-banner {
  color: #fff;
  padding: 1.3rem 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .main-banner {
    min-height: 130px;
  }
}

@media only screen and (min-width: 992px) {
  .main-banner {
    min-height: 207px;
  }
}

.main-banner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.main-banner-content {
  padding: 1rem;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  min-width: 50%;
  color: #fff;
}

.main-banner-content p {
  margin-bottom: 0;
}

.main-banner-title {
  color: #fff;
  font-family: "Leaguegothic Regular";
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .main-banner-content {
    max-width: 50%;
  }

  .main-banner-title {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .main-banner {
    padding-top: 4.6rem;
    -webkit-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
    margin-bottom: -52px;
  }

  .main-banner-content {
    padding: 2rem 1.5rem;
  }
}

.landing-banner .title-box h1,
.landing-banner .title-box .h1,
.landing-banner .title-box h2,
.landing-banner .title-box .h2 {
  letter-spacing: 1px;
  color: #fff;
  font-size: 21px;
}

.landing-banner .title-box h1,
.landing-banner .title-box .h1 {
  font-size: 3rem;
}

.landing-banner .title-box h2,
.landing-banner .title-box .h2 {
  font-size: 1.2rem;
  max-width: 50%;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .landing-banner .title-box h1,
  .landing-banner .title-box .h1 {
    font-size: 5rem;
  }

  .landing-banner .title-box h2,
  .landing-banner .title-box .h2 {
    max-width: 50%;
    text-transform: none;
    font-size: 21px;
  }
}

.res-banner .title-box {
  max-width: 70%;
}

.res-banner .intro,
.res-banner .title {
  font-family: "Leaguegothic Regular", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.res-banner .title {
  margin-bottom: 1rem;
}

.res-banner p {
  font-size: 1rem;
}

.chat-widget {
  position: fixed;
  top: 40%;
  right: -60px;
  font-size: 13px;
  color: #000;
  width: 60px;
  transition: right .5s;
  z-index: 102;
}

.chat-widget .fa-caret-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

.chat-widget.active {
  right: 0;
}

.chat-widget.active .fa-caret-left {
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .chat-widget {
    top: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .chat-widget {
    top: 55%;
  }
}

.chat-widget-activator {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  width: 30px;
  border: none;
  background-color: #fee900;
  border-radius: 10px 0 0 10px;
  font-size: 1.6rem;
  padding: 0;
  cursor: pointer;
  height: 60px;
  z-index: -1;
}

.chat-widget-activator:focus {
  outline: none;
}

.chat-widget-list {
  margin: 0;
  padding: 0;
  background-color: #fee900;
  text-align: center;
  list-style: none;
}

.chat-widget-opener {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #000;
  padding: 12px 5px 9px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #d0bf00;
}

.chat-widget-opener:hover,
.chat-widget-opener:focus {
  text-decoration: none;
  color: #000;
}

.chat-widget-opener:hover,
.chat-widget-opener:focus {
  outline: none;
}

.chat-widget-list_item {
  position: static;
  border-bottom: 2px solid #fff7a6;
}

.chat-widget-list_item [class^="ico-"] {
  display: block;
  margin: 0 auto 5px;
}

.chat-widget-list_item:last-child {
  border-color: transparent;
}

.chat-widget-list_item:last-child .chat-widget-opener {
  border-color: transparent;
}

.chat-widget-list_item.active .chat-widget-dropdown {
  display: block;
}

.chat-widget-list_item.sales-short .chat-widget-dropdown form,
.chat-widget-list_item.pricing-short .chat-widget-dropdown form {
  text-align: center;
}

.chat-widget-list_item.sales-long .chat-widget-dropdown,
.chat-widget-list_item.pricing-long .chat-widget-dropdown {
  width: 260px;
  height: 408px;
  overflow-Y: auto;
  overflow-X: hidden;
}

.chat-widget-list_item.sales-long .chat-widget-dropdown .btn-warning,
.chat-widget-list_item.pricing-long .chat-widget-dropdown .btn-warning {
  margin-top: 0;
}

.chat-widget-list_item.sales-long .chat-widget-dropdown:after,
.chat-widget-list_item.pricing-long .chat-widget-dropdown:after {
  bottom: auto;
}

.chat-widget-list_item.sales-long .chat-widget-dropdown select.form-control,
.chat-widget-list_item.pricing-long .chat-widget-dropdown select.form-control {
  margin-bottom: 4px;
}

@media only screen and (max-height: 408px) and (max-width: 767px) {
  .chat-widget-list_item.sales-long .chat-widget-dropdown,
  .chat-widget-list_item.pricing-long .chat-widget-dropdown {
    height: 100vh;
    bottom: auto;
    top: -160px;
  }
}

@media only screen and (min-width: 768px) {
  .chat-widget-list_item.sales-long .chat-widget-dropdown,
  .chat-widget-list_item.pricing-long .chat-widget-dropdown {
    height: auto;
    width: 440px;
  }

  .chat-widget-list_item.sales-long .chat-widget-dropdown .btn-warning,
  .chat-widget-list_item.pricing-long .chat-widget-dropdown .btn-warning {
    margin-bottom: 0;
  }

  .chat-widget-list_item.sales-long .chat-widget-dropdown .form-check,
  .chat-widget-list_item.pricing-long .chat-widget-dropdown .form-check {
    display: inline-block;
    width: 60%;
  }
}

.chat-widget-list_item.sales-thank-you .chat-widget-dropdown,
.chat-widget-list_item.pricing-thank-you .chat-widget-dropdown {
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.chat-widget-list_item.sales-thank-you.active .chat-widget-dropdown,
.chat-widget-list_item.pricing-thank-you.active .chat-widget-dropdown {
  visibility: visible;
  opacity: 1;
}

.chat-widget-dropdown {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  box-shadow: 1px -2px 2px 1px rgba(150, 150, 150, 0.3);
  display: none;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  padding: 0 15px 22px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 260px;
}

.chat-widget-dropdown .inner-dropdown-title {
  background: #fee900;
  margin: 0 -15px 14px;
  padding: 12px 56px 12px 15px;
  font-size: 16px;
}

.chat-widget-dropdown p,
.chat-widget-dropdown .form-label {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.chat-widget-dropdown .inner-dropdown-title ~ p {
  margin-bottom: 12px;
}

.chat-widget-dropdown p + .chat-widget-btn {
  margin-bottom: 15px;
}

.chat-widget-dropdown .close {
  color: #000;
  font-size: 0;
  font-weight: normal;
  opacity: 1;
  padding: 6px;
  position: absolute;
  right: 18px;
  top: -14px;
  text-shadow: none;
}

.chat-widget-dropdown .close:before {
  content: '_';
  font-size: 34px;
}

.chat-widget-dropdown form {
  text-align: justify;
  margin-bottom: 15px;
}

.chat-widget-dropdown .form-row {
  display: inline-block;
  text-align: left;
  width: 202px;
}

.chat-widget-dropdown .form-row.full-width {
  width: 100%;
  margin-bottom: 8px;
}

.chat-widget-dropdown .form-row .form-control,
.chat-widget-dropdown .form-row select.form-control {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  height: 1.8rem;
  margin-bottom: 4px;
  padding: 0 0.5rem;
  width: 200px;
}

.chat-widget-dropdown .form-label,
.chat-widget-dropdown .form-check-label {
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 0.2rem;
}

.chat-widget-dropdown .form-check .form-check-label {
  padding-left: 32px;
  padding-right: 30px;
}

.chat-widget-dropdown .form-check .input-placeholder {
  background: #ffffff;
  width: 17px;
  height: 17px;
}

.chat-widget-dropdown .form-check .form-check-label input:checked + .input-placeholder:after,
.chat-widget-dropdown .form-check .form-check-label.checked .input-placeholder:after {
  content: '\2713';
  color: #48c000;
  background: transparent;
}

.chat-widget-dropdown:after {
  content: '';
  background: #f5f5f5;
  display: block;
  height: 22px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: auto;
}

@media only screen and (max-height: 408px) and (max-width: 767px) {
  .chat-widget-dropdown {
    height: 100vh;
    bottom: auto;
    top: -160px;
  }

  .chat-widget-dropdown:after {
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .chat-widget-dropdown {
    width: 320px;
  }
}

@media only screen and (min-width: 768px) {
  .chat-widget-dropdown .form-row {
    width: auto;
  }

  .chat-widget-dropdown .form-row.full-width textarea.form-control {
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .chat-widget-dropdown .form-row .form-label,
  .chat-widget-dropdown .form-row .form-check-label,
  .chat-widget-dropdown .form-row .form-control,
  .chat-widget-dropdown .form-row select.form-control {
    font-size: 14px;
  }
}

/*chat widget on home page*/

@media only screen and (max-height: 444px) and (max-width: 767px) {
  .wide-long-form .chat-widget-list_item.sales-long .chat-widget-dropdown,
  .wide-long-form .chat-widget-list_item.pricing-long .chat-widget-dropdown {
    top: -196px;
    height: 100vh;
  }
}

/**/

.chat-widget-dropdown .btn-warning,
.chat-widget-btn {
  background-color: #fee900;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.7rem;
  margin-top: 12px;
  padding: 5px;
  text-transform: uppercase;
  vertical-align: top;
  width: 156px;
}

@media only screen and (min-width: 576px) {
  .chat-widget {
    width: 70px;
    right: -70px;
  }

  .chat-widget-opener {
    padding: 12px 5px 9px;
  }
}

@media only screen and (min-width: 768px) {
  .chat-widget {
    padding-left: 0;
    right: 0;
  }

  .chat-widget-activator {
    display: none;
  }
}

#livechat-compact-container {
  display: none;
}

#livechat-full {
  height: 480px !important;
  right: 45px !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

@media screen and (min-width: 576px) {
  #livechat-full {
    right: 55px !important;
  }
}

.footer {
  padding: 2.5rem 0 0;
  color: #fff;
  background-color: #333333;
  background-image: radial-gradient(ellipse farthest-corner at left top, #020202 0%, #040404 9%, #0d0d0d 23%, #3f3f3f 77%, #4a4a4a 91%, #4e4e4e 100%);
}

.footer .social-list li {
  margin-right: 3px;
}

.footer .form-control,
.footer .footer-btn {
  margin-bottom: 0.3rem;
}

.footer .switch-language {
  max-width: 250px;
}

.footer .switch-language .bootstrap-select > .dropdown-toggle {
  font-size: 0.9rem;
  background: none;
  padding: 0 0 0 64px;
  color: #fff;
  border: none;
  outline: none;
}

.switch-language .bootstrap-select > .dropdown-toggle:before {
  content: '';
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../../img/ico-map.png);
  width: 42px;
  height: 22px;
}

.switch-language-inverse .bootstrap-select > .dropdown-toggle:before {
  background-image: url(../../img/ico-map-white.png);
  width: 56px;
  height: 30px;
}

.switch-language-inverse .bs-caret .caret {
  display: none;
}

.footer-log {
  max-width: 100%;
  height: auto;
}

.footer-hr {
  background-color: #fff;
  margin: 2.5rem 0;
}

.footer-social {
  margin-bottom: 1rem;
}

.footer-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding: 10px 20px 8px 0;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-title .fa {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  color: #fff;
}

.footer-title-sm {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

.footer-list {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.footer-list li {
  margin-bottom: 0.2rem;
}

.footer-list a {
  color: #fff;
}

.footer-drop {
  font-size: 0.9rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
  padding-bottom: 2px;
  position: relative;
  border-bottom: 1px solid #585858;
}

.footer-drop:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #1d1c1c;
}

.active + .footer-drop {
  max-height: 700px;
}

.footer-support {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #fff;
}

.footer-btn {
  border-radius: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  width: 100%;
}

.footer-forgot-pass {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
}

.footer-forgot-pass:hover {
  color: #fff;
}

.footer-bottom {
  position: relative;
  margin-top: 2rem;
  text-align: center;
  padding: 1.1rem 0;
  font-size: 0.75rem;
}

.footer-bottom:before,
.footer-bottom:after {
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
}

.footer-bottom:before {
  background-color: #4f4f4f;
  top: 0;
}

.footer-bottom:after {
  background-color: #000;
  top: 1px;
}

.devided-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.devided-list li {
  display: inline-block;
  padding: 0 12px 0 3px;
  position: relative;
}

.devided-list li:after {
  content: '|';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.devided-list li:first-child {
  padding-left: 0;
}

.devided-list li:last-child:after {
  content: none;
}

.devided-list li a {
  color: #fff;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .footer-title {
    padding-right: 0;
    padding-top: 0;
    position: static;
    margin-bottom: 0.5rem;
  }

  .footer-title .fa-plus {
    display: none;
  }

  .footer-drop {
    margin-bottom: 1rem;
    max-height: none;
    border: none;
  }

  .footer-drop:after {
    content: none;
  }

  .footer-list {
    padding: 0;
  }

  .footer .social-list li {
    margin-right: 8px;
  }

  .footer-support {
    margin-top: 0;
  }

  .footer-bottom {
    font-size: 1rem;
  }

  .footer-links-list li {
    padding: 0 15px 0 6px;
  }
}

@media only screen and (min-width: 992px) {
  .footer {
    padding-top: 4rem;
  }

  .footer-social {
    float: right;
    width: 100%;
  }

  .footer-list {
    margin-bottom: 2rem;
  }

  .footer-support {
    padding-top: 2.7rem;
  }
}

.footer-title a {
  color: #ffffff;
}

.footer-title a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer-title a,
  .footer-title a:hover,
  .footer-title a:active,
  .footer-title a:focus,
  .footer-title a:visited {
    text-decoration: none;
  }
}

.header {
  font-size: 0.8rem;
  width: auto;
  margin: auto;
  overflow: visible;
  z-index: 102;
}

.header .top-row {
  position: fixed;
  width: 100%;
  background-color: #f6d500;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  padding: 3px 0;
  z-index: 103;
  top: 0;
}

.header .header-flex-row {
  height: 56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .main-logo img {
  width: 150px;
}

.header-options {
  margin-top: -9px;
}

.header-options .header-contacts-list {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  display: none;
}

.header-contacts-list:after {
  content: "";
  clear: both;
  display: block;
}

.header-contacts-list li {
  float: left;
}

.header-contacts-list li + li {
  padding-left: 2rem;
  position: relative;
}

.header-contacts-list li + li:after {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 1rem;
  width: 1px;
  background-color: #000;
  content: "";
  display: block;
}

.header-contacts-list p {
  margin: 0;
}

.header .switch-language {
  float: right;
  position: relative;
}

.switch-language .lang-helper > .btn {
  font-size: 0.8rem;
  background: none;
  color: #000;
  border: none;
  outline: none;
  float: none;
  height: 22px;
  width: 43px;
  padding: 0;
}

.switch-language .lang-helper > .btn:before {
  content: '';
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../../img/ico-map.png);
  width: 42px;
  height: 22px;
}

.lang-helper.btn-group .btn .current-lang {
  display: none;
}

.header .phone-link {
  display: inline-block;
  position: relative;
  top: 7px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  margin-right: 20px;
}

.header .bottom-row {
  background-color: #222;
  position: fixed;
  z-index: 102;
  margin-top: -49px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .header .bottom-row {
    margin-top: -42px;
  }
}

.navbar-container .navbar {
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  min-height: 35px !important;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.user-options,
.user-options-dsktp {
  color: #fff;
  margin-top: 12px;
}

.user-options-dsktp {
  display: none;
}

.header .search-form,
.header .search-form-dsktp {
  position: relative;
  z-index: 10;
  float: right;
}

.header .search-form .search-holder,
.header .search-form-dsktp .search-holder-dsktp {
  position: absolute;
  right: 25px;
  height: 40px;
  max-width: 76vw;
  top: -5px;
  overflow: hidden;
  display: none;
  width: 225px;
}

.header .search-form-dsktp .search-holder-dsktp {
  width: 300px;
  padding-left: 5px;
}

.header .search-form .search-holder input,
.header .search-form-dsktp .search-holder-dsktp input {
  padding: 0rem 1.05rem;
  line-height: 1.95;
  display: inline;
  border-style: none;
  border-color: transparent;
  border-bottom: solid 1px rgba(237, 203, 4, 0.75);
  border-right: solid 10px #222;
  border-left: solid 10px #222;
  box-shadow: inset 0px 0px 3px 1px rgba(1, 1, 1, 0.75);
  font-weight: normal;
  height: 40px;
}

.header .search-form .search-block-btn,
.header .search-form-dsktp .search-block-btn-dsktp {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.header .search-form .search-block-btn .fa,
.header .search-form-dsktp .search-block-btn-dsktp .fa {
  color: #fff;
  font-size: 1.3rem;
}

.header .search-form.active .search-block-btn .fa,
.header .search-form-dsktp.active .search-block-btn-dsktp .fa {
  color: #edcb04;
}

.header .account {
  font-size: 10pt;
  margin-right: 15px;
  position: relative;
}

.header .account-icon:after {
  content: none;
}

.header .account-icon .text,
.header .account .account-text {
  display: none;
}

.header .account-icon .fa {
  font-size: 1.45rem;
  color: #fff;
}

.cgnx-navbar .dropdown {
  display: list-item;
  padding: 0;
  margin: 0;
  position: static;
}

.cgnx-navbar .dropdown > a {
  text-shadow: none;
  color: #fff !important;
  font-weight: normal;
  padding: 10px 15px;
}

.cgnx-navbar .dropdown.active > a,
.cgnx-navbar .dropdown.active > a:hover,
.cgnx-navbar .dropdown.active > a:focus {
  background-color: #222;
}

.dropdown-fa {
  font-size: 12px;
  vertical-align: text-bottom;
  float: right;
}

.dropdown.open .dropdown-fa .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cgnx-navbar .dropdown .dropdown-menu {
  width: 100%;
  border: none;
  border-top: solid 1px #edcb04;
  margin: 0;
  padding-top: 0px;
  border-radius: 0;
  z-index: 101;
}

.dropdown.open {
  background: #444;
}

.main-page-link {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  background-color: #333;
  padding: 0 15px;
  line-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13pt;
}

.header .dropdown-menu a {
  color: #fff;
}

.nav-list {
  margin: 8px 0px;
  padding: 0;
  list-style: none;
}

.nav-parent-link {
  font-size: 13pt;
  margin-top: 12px;
  line-height: 1.2;
  display: block;
}

.nav-child-link {
  padding-left: 6px;
  margin-top: 3px;
  font-size: 10pt;
  display: none;
}

.breadcrumb {
  padding: 1rem 0;
  margin: 0 0;
  background-color: transparent;
  border-radius: 0;
  font-size: .8rem;
}

.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-list_item {
  display: inline-block;
  padding-right: 14px;
  position: relative;
}

.breadcrumb-list_item:after {
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0275d8;
}

.breadcrumb-list_item:last-child {
  padding-right: 0;
}

.breadcrumb-list_item:last-child:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .navbar {
    width: 100%;
  }

  .cgnx-navbar .dropdown > a,
  .cgnx-navbar .navbar-nav .dropdown.open > a {
    font-size: 15pt;
    line-height: 20pt;
    background-color: #222;
  }
}

@media only screen and (min-width: 768px) {
  .header .main-logo img {
    width: 200px;
  }

  .header-options {
    margin-top: -3px;
  }

  .header-options .header-contacts-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .lang-helper.btn-group .btn .current-lang {
    display: inline-block;
  }

  .switch-language .lang-helper > .btn {
    padding: 0 0 0 59px;
    height: auto;
    width: 100%;
  }

  .header .bottom-row {
    position: fixed !important;
    top: auto !important;
  }

  .user-options,
  .dropdown-fa,
  .nav-hide-sm,
  .main-page-link,
  .header .phone-link {
    display: none;
  }

  .navbar-inverse .navbar-nav > .open > a {
    background-color: #333;
  }

  .cgnx-navbar .dropdown .dropdown-menu {
    background-color: #333;
    padding: 15px;
    border: 0;
    width: 250px;
    left: auto;
    max-height: calc(100vh - 100px);
    overflow: auto;
  }

  .cgnx-navbar .dropdown:last-of-type .dropdown-menu {
    right: 15px;
  }

  .cgnx-navbar .dropdown.active > a:hover {
    background-color: #333;
  }

  .nav-list {
    margin: 0;
  }

  .user-options-dsktp {
    display: block;
    margin-top: 8px;
  }

  .search-form-dsktp {
    padding-top: 2px;
  }

  .header .search-form-dsktp .search-holder-dsktp {
    top: -8px;
  }

  .breadcrumb {
    padding: 1.4rem 0 1.1rem;
    font-size: 1rem;
  }

  .dropdown.active > a:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #feea00;
    position: absolute;
  }

  .cgnx-navbar .navbar-nav .dropdown > a:hover {
    background: #333;
  }
}

@media screen and (min-width: 992px) {
  .header .account {
    margin-right: 20px;
    margin-top: 2px;
  }

  .header .account .account-icon {
    display: none;
  }

  .header .account .account-text,
  .nav-child-link {
    display: block;
  }

  .cgnx-navbar .dropdown .dropdown-menu {
    width: 940px;
    left: 0;
  }

  .user-options-dsktp {
    margin-top: 9px;
  }

  .dropdown-menu .menu-col {
    border-left: solid 1px #666;
    padding-bottom: 12px;
  }

  .dropdown-menu .menu-col:first-of-type {
    border-left: none;
  }

  .nav-parent-link {
    font-weight: bold;
  }
}

@media screen and (min-width: 1200px) {
  .cgnx-navbar .dropdown .dropdown-menu {
    width: 1140px;
  }
}

.cookie-wrapper {
  background: #f6d500;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
}

.cookie-wrapper p {
  margin: 1rem 0;
  padding-right: 18px;
}

.cookie-wrapper > div {
  position: relative;
}

.cookie-wrapper .close {
  color: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cookie-wrapper .line-under {
  box-shadow: 0 3px 3px -3px;
}

.header-no-menu {
  font-size: 0.8rem;
  position: relative;
  z-index: 102;
}

.header-no-menu .top-row {
  background-color: #f6d500;
  padding: 3px 0;
}

@media screen and (max-width: 767px) {
  .min-height {
    min-height: 130px;
  }
}

@media screen and (max-width: 767px) {
  body.opened-menu {
    overflow: hidden;
  }

  body.opened-menu .header {
    position: static;
  }

  .bottom-row.opened-menu {
    max-height: calc(100vh - 62px);
    overflow-y: auto;
    position: relative;
  }
}

.header {
  position: relative;
}

.header .absolute-container {
  position: relative;
}

.header .side-info {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
  height: calc(100% - 1.3rem);
  z-index: 10;
}

.header .side-info .steps-heading {
  color: #ffffff;
}

.header .side-info .steps-section {
  width: 270px;
}

@media only screen and (min-width: 768px) {
  .header .side-info {
    display: block;
    height: 22rem;
  }

  .text-restrict .item-content {
    width: calc(100% - 295px);
  }
}

@media only screen and (min-width: 992px) {
  .header .side-info {
    height: 26.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .header .side-info .steps-section {
    width: auto;
    max-width: 525px;
    height: 32.7rem;
  }

  .text-restrict .item-content {
    height: calc(100% - 500px);
  }
}

.header .user-options .dropdown-menu,
.header .user-options-dsktp .dropdown-menu {
  background-color: #333;
}

.header .user-options .dropdown-menu a:hover,
.header .user-options-dsktp .dropdown-menu a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

.header .user-options .dropdown-menu .divider,
.header .user-options-dsktp .dropdown-menu .divider {
  background-color: #666;
  margin: 5px 9px;
}

.sitecore-rich-text h2 {
  font-family: "Arial", sans-serif;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}

.wrapper-bullet-list ul,
.wrapper-2-col-list ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  vertical-align: middle;
}

.wrapper-bullet-list li,
.wrapper-2-col-list li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 22px;
}

.wrapper-bullet-list li:before,
.wrapper-2-col-list li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
}

.wrapper-bullet-list a,
.wrapper-bullet-list strong,
.wrapper-2-col-list a,
.wrapper-2-col-list strong {
  vertical-align: middle;
}

.wrapper-2-col-list ul {
  display: inline-block;
  width: 49%;
}

.wrapper-2-col-list ul li:last-child {
  margin-bottom: 0;
}

.wrapper-bullet-list-li-mb-05 ul li {
  margin-bottom: 0.5rem;
}

.wrapper-bullet-list-li-mb-05 ul .bullet-list li {
  margin-bottom: 0.5rem;
}

.wrapper-bullet-list-li-mb-1 ul li {
  margin-bottom: 1rem;
}

.wrapper-bullet-list-li-mb-1 ul .bullet-list li {
  margin-bottom: 1rem;
}

.wrapper-bullet-list-horizontal ul li {
  display: inline-block;
  margin-right: 45px;
}

.wrapper-bullet-list-md ul li {
  margin-bottom: .5rem;
}

.wrapper-bullet-list-sm ul {
  font-size: 0.85rem;
}

.wrapper-bullet-list-sm ul li:before {
  top: 6px;
}

.wrapper-bullet-list-sm.wrapper-bullet-list-horizontal ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.wrapper-bullet-list-inline ul:after {
  content: "";
  clear: both;
  display: block;
}

.wrapper-bullet-list-inline ul li {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .wrapper-bullet-list-inline ul li {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper-bullet-list-inline ul li {
    width: 33.33%;
  }
}

.wrapper-media h4 {
  margin-bottom: 3rem;
}

.wrapper-media div {
  display: inline-block;
  vertical-align: top;
}

.wrapper-media > div {
  margin-bottom: 3rem;
  width: 100%;
}

.wrapper-media > div img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .wrapper-media > div {
    width: 49%;
  }

  .wrapper-media > div > div:first-child {
    width: 40%;
    padding-right: 20px;
  }

  .wrapper-media > div > div:last-child {
    width: 59%;
  }
}

.table-wrapper h3 {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.table [data-table-sort] th {
  color: #337ab7;
  cursor: pointer;
}

.table [data-table-sort] th:hover {
  color: #23527c;
}

.table [data-table-sort] th.active {
  background-color: transparent;
  color: #dbca49;
}

.wrapper-pdf-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-pdf-link .pdf-link {
  display: block;
}

@media only screen and (min-width: 768px) {
  .no-text-wrap {
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-text-wrap h5 {
    width: 100%;
  }

  .no-text-wrap h3 {
    width: 100%;
  }

  .no-text-wrap .side-info {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .no-text-wrap div:not([class*="side-info"]) {
    display: inline-block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 20%;
    white-space: normal;
  }
}

.outerContainer {
  max-height: none;
  /* Set this to the height of your player */
}

.innerContainer {
  position: relative;
  display: block;
  height: auto;
  /* Use the following 2 lines if you wish to make your player align centrally */
  max-width: 100%;
  /* This should be the width of your player */
  margin: auto;
}

.slick-gallery-holder .innerContainer {
  z-index: -1;
}

.aspect-ratio-1_1 {
  padding: 100% 0 0 0 !important;
}

.aspect-ratio-4_3 {
  padding: 75% 0 0 0 !important;
}

.aspect-ratio-3_2 {
  padding: 66.66% 0 0 0 !important;
}

.aspect-ratio-8_2 {
  padding: 62.5% 0 0 0 !important;
}

.aspect-ratio-16_9 {
  padding: 56.25% 0 0 0 !important;
}

.vidyard_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  /* These should be the dimensions of your player */
  max-height: 100%;
}

.vidyard_player > span {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

.vidyard-lightbox img {
  width: 100% !important;
  height: auto !important;
}

.outer_vidyard_wrapper {
  width: 100%;
}

.vidyard_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 56.25% 0 0 0;
  position: relative;
}

.vidyard_wrapper img {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vidyard_tmask {
  opacity: 0.7 !important;
}

.play-btn {
  display: block !important;
}

.play-btn span {
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .accordion-filter {
    background-color: transparent;
    padding: 0;
  }

  .accordion-filter .filter-col {
    margin: 0;
    padding: 0;
  }

  .accordion-filter .filter-col:first-child .collapse-button.collapsed {
    margin-top: 0;
  }

  .accordion-filter .collapse-button,
  .accordion-filter .panel-collapse {
    background-color: #e9e9e9;
  }

  .accordion-filter .collapse-button {
    color: #000;
    display: block;
    width: 100%;
    padding: 8px 10px 8px;
    margin-top: 0;
    transition: margin-top 0.25s ease;
  }

  .accordion-filter .collapse-button.collapsed {
    margin-top: 14px;
    background: #efefef;
  }

  .accordion-filter .panel-collapse {
    padding: 0 10px 8px;
  }

  .accordion-filter .btn {
    margin-top: 14px;
  }
}

.toggle-accordion:after,
.collapse-button:after {
  content: "\2212";
  color: #000;
  font-weight: 700;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
}

.toggle-accordion:after {
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: 18%;
}

.collapse-button:after {
  float: right;
}

.toggle-accordion.active:after,
.collapse-button.collapsed:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 576px) {
  .toggle-accordion {
    display: none;
  }

  .collapse-button {
    color: #000;
    text-decoration: none;
    cursor: default;
  }

  .collapse-button:hover,
  .collapse-button:focus,
  .collapse-button:active,
  .collapse-button:visited {
    text-decoration: none;
    color: #000;
  }

  .toggle-accordion:after,
  .toggle-accordion.active:after,
  .collapse-button:after,
  .collapse-button.collapsed:after {
    content: none;
  }
}

#lightTypes {
  position: relative;
}

#lightTypes div[class*="lightType"] img {
  padding: 4px;
  max-width: 75px;
  float: left;
  margin-right: 1rem;
  border: 1px solid #ccc;
}

#lightTypes div[class*="lightType"] img:hover {
  opacity: 1;
  border: 1px solid #ccc;
}

.tooltip-block div[class*="lightType"] {
  display: none;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 75px;
  width: 500px;
  padding: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.tooltip-block div[class*="lightType"]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  border: 6px solid transparent;
  border-right: 6px solid #777;
}

.tooltip-block .sub-text {
  margin-bottom: 0;
}

.tooltip-block img {
  padding: 4px;
  max-width: 75px;
  float: left;
  margin-right: 1rem;
  border: 1px solid #ccc;
}

/*# sourceMappingURL=basic.css.map */
div.tagsinput {
  border: 0;
  background: #FFF;
  padding: 0;
  width: 300px;
  height: 100px;
  overflow-y: hidden;
}

div.tagsinput span.tag {
  border: 1px solid #a5a5a5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 0;
  display: block;
  float: left;
  padding: .5rem .5rem .5rem .8rem;
  text-decoration: none;
  background: #fff;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: .9rem;
  font-weight: 300;
}

div.tagsinput span.tag a {
  font-weight: 300;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  padding-left: .5rem;
  border-left: 1px solid #ccc;
}

div.tagsinput input {
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: transparent;
  color: #000;
  outline: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}

div.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}

.thumbnail-border{
    border:1px solid;
}