/*# sourceMappingURL=bootstrap.css.map */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,300,700italic&subset=latin-ext,latin,greek);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin-ext,latin,greek);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,greek);
/* @import "/assets/font/fontLink.css"; */

/* Removed:
html{ font-size: 10px; font-size: 62%; }
.flex-direction-nav { *height: 0; }
*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

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 {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

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;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -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 {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

* {
  -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 {
  -webkit-tap-highlight-color: #0000;
}

body {
  margin: 0;
  /*
  color: #333;
  color: #3f3f3f;
  background-color: #fff;
  background-color: #f3f3f3;
  font-size: 14px;
  font-size: 15px;
  line-height: 1.42857;
  line-height: 1.46;
  text-rendering: optimizelegibility;
  */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  color: #00f;
  background: none;
  text-decoration: none;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:active, a:hover {
  outline: 0;
}

a:hover, a:focus {
  color: #2a6496;
  color: #0b5563;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;

  color: #0b5563;
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
  -o-transition: all .2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  line-height: 1.42857;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.img-circle {
  border-radius: 50%;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sr-only {
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

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 {
  color: #777;
  font-weight: normal;
  line-height: 1;
}

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%;
}

cite {
  font-style: normal;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  text-transform: uppercase;
  font-size: 90%;
}

blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 17.5px;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  color: #777;
  font-size: 80%;
  line-height: 1.42857;
  display: block;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  text-align: right;
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
}

.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: " —";
}

blockquote:before, blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 90%;
  -webkit-box-shadow: inset 0 -1px #00000040;
  box-shadow: inset 0 -1px #00000040;
}

kbd kbd {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 100%;
}

pre {
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 9.5px;
  font-size: 13px;
  line-height: 1.42857;
  display: block;
}

pre code {
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.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.6667%;
}

.col-xs-10 {
  width: 83.3333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-7 {
  width: 58.3333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-4 {
  width: 33.3333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.6667%;
}

.col-xs-pull-10 {
  right: 83.3333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.6667%;
}

.col-xs-pull-7 {
  right: 58.3333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.6667%;
}

.col-xs-pull-4 {
  right: 33.3333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.6667%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.6667%;
}

.col-xs-push-10 {
  left: 83.3333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.6667%;
}

.col-xs-push-7 {
  left: 58.3333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.6667%;
}

.col-xs-push-4 {
  left: 33.3333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.6667%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.6667%;
}

.col-xs-offset-10 {
  margin-left: 83.3333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.6667%;
}

.col-xs-offset-7 {
  margin-left: 58.3333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.6667%;
}

.col-xs-offset-4 {
  margin-left: 33.3333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.6667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.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.6667%;
  }

  .col-sm-10 {
    width: 83.3333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.6667%;
  }

  .col-sm-7 {
    width: 58.3333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.6667%;
  }

  .col-sm-4 {
    width: 33.3333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.6667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.6667%;
  }

  .col-sm-pull-10 {
    right: 83.3333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.6667%;
  }

  .col-sm-pull-7 {
    right: 58.3333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.6667%;
  }

  .col-sm-pull-4 {
    right: 33.3333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.6667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.6667%;
  }

  .col-sm-push-10 {
    left: 83.3333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.6667%;
  }

  .col-sm-push-7 {
    left: 58.3333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.6667%;
  }

  .col-sm-push-4 {
    left: 33.3333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.6667%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .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.6667%;
  }

  .col-md-10 {
    width: 83.3333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.6667%;
  }

  .col-md-7 {
    width: 58.3333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.6667%;
  }

  .col-md-4 {
    width: 33.3333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.6667%;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.6667%;
  }

  .col-md-pull-10 {
    right: 83.3333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.6667%;
  }

  .col-md-pull-7 {
    right: 58.3333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.6667%;
  }

  .col-md-pull-4 {
    right: 33.3333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.6667%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.6667%;
  }

  .col-md-push-10 {
    left: 83.3333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.6667%;
  }

  .col-md-push-7 {
    left: 58.3333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.6667%;
  }

  .col-md-push-4 {
    left: 33.3333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.6667%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.6667%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.6667%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.6667%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.6667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .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.6667%;
  }

  .col-lg-10 {
    width: 83.3333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.6667%;
  }

  .col-lg-7 {
    width: 58.3333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.6667%;
  }

  .col-lg-4 {
    width: 33.3333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.6667%;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.6667%;
  }

  .col-lg-pull-10 {
    right: 83.3333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.6667%;
  }

  .col-lg-pull-7 {
    right: 58.3333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.6667%;
  }

  .col-lg-pull-4 {
    right: 33.3333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.6667%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.6667%;
  }

  .col-lg-push-10 {
    left: 83.3333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.6667%;
  }

  .col-lg-push-7 {
    left: 58.3333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.6667%;
  }

  .col-lg-push-4 {
    left: 33.3333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.6667%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: #0000;
}

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 {
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857;
}

.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, .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-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
  position: static;
}

table td[class*="col-"], table th[class*="col-"] {
  float: none;
  display: table-cell;
  position: static;
}

.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;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: auto hidden;
  }

  .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;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  width: 100%;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

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"] {
  width: 100%;
  display: block;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  color: #555;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.form-control {
  width: 100%;
  height: 34px;
  color: #555;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  -webkit-box-shadow: inset 0 1px 1px #00000013;
  box-shadow: inset 0 1px 1px #00000013;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 1;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 �;
}

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
  line-height: 30px;
}

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.radio label, .checkbox label {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-top: 4px \9 ;
  margin-left: -20px;
  position: absolute;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  display: inline-block;
}

.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, .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 30px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 46px;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  z-index: 2;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px #00000013;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px #00000013, 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px #00000013, 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 {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px #00000013;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px #00000013, 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px #00000013, 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 {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px #00000013;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px #00000013, 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px #00000013, 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.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  color: #737373;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
  }

  .form-inline .form-control {
    width: auto;
    vertical-align: middle;
    display: inline-block;
  }

  .form-inline .input-group {
    vertical-align: middle;
    display: inline-table;
  }

  .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 {
    vertical-align: middle;
    margin-bottom: 0;
  }

  .form-inline .radio, .form-inline .checkbox {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    margin-left: 0;
    position: relative;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  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;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  display: inline-block;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px #00000020;
  box-shadow: inset 0 3px 5px #00000020;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity= 65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
  font-weight: normal;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0000;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: #0000;
}

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  background-color: #0000;
  text-decoration: underline;
}

.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 {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-sm, .btn-group-sm > .btn {
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-xs, .btn-group-xs > .btn {
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-block {
  width: 100%;
  display: block;
}

.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;
  -o-transition: opacity .15s linear;
  -webkit-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 {
  height: 0;
  -o-transition: height .35s ease;
  -webkit-transition: height .35s;
  transition: height .35s;
  position: relative;
  overflow: hidden;
}

.caret {
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  margin-left: 2px;
  display: inline-block;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  z-index: 1000;
  float: left;
  min-width: 160px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 4px;
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 6px 12px #0000002d;
  box-shadow: 0 6px 12px #0000002d;
}

.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.dropdown-menu .divider {
  height: 1px;
  background-color: #e5e5e5;
  margin: 9px 0;
  overflow: hidden;
}

.dropdown-menu > li > a {
  clear: both;
  color: #333;
  white-space: nowrap;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.42857;
  display: block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
  text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #428bca;
  outline: 0;
  text-decoration: none;
}

.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 {
  cursor: not-allowed;
  filter: progid:DXImageTransform. Microsoft. gradient(enabled= false);
  background-color: #0000;
  background-image: none;
  text-decoration: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  color: #777;
  white-space: nowrap;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  display: block;
}

.dropdown-backdrop {
  z-index: 990;
  position: fixed;
  inset: 0;
}

.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 1px;
  top: auto;
  bottom: 100%;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  float: left;
  position: relative;
}

.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:focus, .btn-group-vertical > .btn:focus {
  outline: 0;
}

.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-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 > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-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-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px #00000020;
  box-shadow: inset 0 3px 5px #00000020;
}

.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;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  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-left-radius: 0;
  border-bottom-right-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 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  display: table;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  width: 1%;
  display: table-cell;
}

.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 > input[type="checkbox"] {
  z-index: -1;
  filter: alpha(opacity= 0);
  opacity: 0;
  position: absolute;
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

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;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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 {
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.input-group-addon.input-sm {
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
}

.input-group-addon.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
}

.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 {
  white-space: nowrap;
  font-size: 0;
  position: relative;
}

.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 {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  display: block;
  position: relative;
}

.nav > li > a {
  padding: 10px 15px;
  display: block;
  position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #0000;
  text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  background-color: #e5e5e5;
  margin: 9px 0;
  overflow: hidden;
}

.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 {
  border: 1px solid #0000;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  line-height: 1.42857;
}

.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: #0000;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    width: 1%;
    display: table-cell;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  border-radius: 4px;
  margin-right: 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 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: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    width: 1%;
    display: table-cell;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  border-radius: 4px;
  margin-right: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 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 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.navbar {
  min-height: 50px;
  border: 1px solid #0000;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #0000;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: visible;
  -webkit-box-shadow: inset 0 1px #ffffff1a;
  box-shadow: inset 0 1px #ffffff1a;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0;
  }

  .navbar-collapse.collapse {
    padding-bottom: 0;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-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-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 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 {
  z-index: 1030;
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  border-width: 0 0 1px;
  top: 0;
}

.navbar-fixed-bottom {
  border-width: 1px 0 0;
  margin-bottom: 0;
  bottom: 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  float: right;
  background-color: #0000;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 15px;
  padding: 9px 10px;
  position: relative;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  display: block;
}

.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 {
    float: none;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0000;
    border: 0;
    margin-top: 0;
    position: static;
  }

  .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-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  margin: 8px -15px;
  padding: 10px 15px;
  -webkit-box-shadow: inset 0 1px #ffffff1a, 0 1px #ffffff1a;
  box-shadow: inset 0 1px #ffffff1a, 0 1px #ffffff1a;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
  }

  .navbar-form .form-control {
    width: auto;
    vertical-align: middle;
    display: inline-block;
  }

  .navbar-form .input-group {
    vertical-align: middle;
    display: inline-table;
  }

  .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 {
    vertical-align: middle;
    margin-bottom: 0;
  }

  .navbar-form .radio, .navbar-form .checkbox {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    margin-left: 0;
    position: relative;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    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: #0000;
}

.navbar-default .navbar-text, .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: #0000;
}

.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: #0000;
}

.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: #0000;
  }

  .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: #0000;
  }
}

.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: #777;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: #0000;
}

.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
  color: #777;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0000;
}

.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: #0000;
}

.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: #777;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0000;
  }

  .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: #0000;
  }
}

.navbar-inverse .navbar-link {
  color: #777;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #777;
}

.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 {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 15px;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  border-radius: 4px;
  margin: 20px 0;
  padding-left: 0;
  display: inline-block;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  float: left;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  position: relative;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}

.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 {
  color: #2a6496;
  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: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.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;
}

.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;
}

.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 {
  text-align: center;
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 5px 14px;
  display: inline-block;
}

.pager li > a:hover, .pager li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.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 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  display: inline;
}

a.label:hover, a.label:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.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: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.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 {
  min-width: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  padding: 1px 5px;
  top: 0;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  color: inherit;
  background-color: #eee;
  margin-bottom: 30px;
  padding: 30px;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  -o-transition: all .2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 4px;
  line-height: 1.42857;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
}

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  color: #333;
  padding: 9px;
}

.alert {
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

.alert h4 {
  color: inherit;
  margin-top: 0;
}

.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 {
  color: inherit;
  position: relative;
  top: -2px;
  right: -21px;
}

.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;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 2px #0000001a;
  box-shadow: inset 0 1px 2px #0000001a;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  -o-transition: width .6s ease;
  background-color: #428bca;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: width .6s;
  transition: width .6s;
  -webkit-box-shadow: inset 0 -1px #00000026;
  box-shadow: inset 0 -1px #00000026;
}

.progress-striped .progress-bar, .progress-bar-striped {
  -webkit-background-size: 40px 40px;
  background-image: -webkit-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: -o-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: 2s linear infinite progress-bar-stripes;
  -o-animation: 2s linear infinite progress-bar-stripes;
  animation: 2s linear infinite progress-bar-stripes;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0000;
  background-image: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: -o-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: -o-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: -o-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: -o-linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.media, .media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 10px 15px;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  color: #555;
  background-color: #f5f5f5;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777;
  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: #428bca;
  border-color: #428bca;
}

.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: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.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 {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.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 {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.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 {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.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 {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px #0000000d;
  box-shadow: 0 1px 1px #0000000d;
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  border-bottom: 1px solid #0000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 15px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .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 {
  border-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table: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 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-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  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, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  border-radius: 4px;
  margin-bottom: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.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 {
  height: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 19px;
  -webkit-box-shadow: inset 0 1px 1px #0000000d;
  box-shadow: inset 0 1px 1px #0000000d;
}

.well blockquote {
  border-color: #00000026;
}

.well-lg {
  border-radius: 6px;
  padding: 24px;
}

.well-sm {
  border-radius: 3px;
  padding: 9px;
}

.close {
  float: right;
  color: #000;
  text-shadow: 0 1px #fff;
  filter: alpha(opacity= 20);
  opacity: .2;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}

.close:hover, .close:focus {
  color: #000;
  cursor: pointer;
  filter: alpha(opacity= 50);
  opacity: .5;
  text-decoration: none;
}

button.close {
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal.fade .modal-dialog {
  -o-transition: -o-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow: hidden auto;
}

.modal-dialog {
  width: auto;
  margin: 10px;
  position: relative;
}

.modal-content {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 6px;
  outline: 0;
  position: relative;
  -webkit-box-shadow: 0 3px 9px #00000080;
  box-shadow: 0 3px 9px #00000080;
}

.modal-backdrop {
  z-index: 1040;
  background-color: #000;
  position: fixed;
  inset: 0;
}

.modal-backdrop.fade {
  filter: alpha(opacity= 0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity= 50);
  opacity: .5;
}

.modal-header {
  min-height: 16.4286px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  padding: 15px;
  position: relative;
}

.modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}

.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 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9999px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px #00000080;
    box-shadow: 0 5px 15px #00000080;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  z-index: 1070;
  visibility: visible;
  filter: alpha(opacity= 0);
  opacity: 0;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  position: absolute;
}

.tooltip.in {
  filter: alpha(opacity= 90);
  opacity: .9;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 3px 8px;
  text-decoration: none;
}

.tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.tooltip.top .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-left: -5px;
  bottom: 0;
  left: 50%;
}

.tooltip.top-left .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  bottom: 0;
  left: 5px;
}

.tooltip.top-right .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  bottom: 0;
  right: 5px;
}

.tooltip.right .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.tooltip.left .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: -5px;
  top: 50%;
  right: 0;
}

.tooltip.bottom .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-left: -5px;
  top: 0;
  left: 50%;
}

.tooltip.bottom-left .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
  left: 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
  right: 5px;
}

.popover {
  z-index: 1060;
  max-width: 276px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 6px;
  padding: 1px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 5px 10px #0003;
  box-shadow: 0 5px 10px #0003;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0000;
  display: block;
  position: absolute;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  border-top-color: #00000040;
  border-bottom-width: 0;
  margin-left: -11px;
  bottom: -11px;
  left: 50%;
}

.popover.top > .arrow:after {
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
  margin-left: -10px;
  bottom: 1px;
}

.popover.right > .arrow {
  border-left-width: 0;
  border-right-color: #00000040;
  margin-top: -11px;
  top: 50%;
  left: -11px;
}

.popover.right > .arrow:after {
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
  left: 1px;
}

.popover.bottom > .arrow {
  border-top-width: 0;
  border-bottom-color: #00000040;
  margin-left: -11px;
  top: -11px;
  left: 50%;
}

.popover.bottom > .arrow:after {
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
  margin-left: -10px;
  top: 1px;
}

.popover.left > .arrow {
  border-left-color: #00000040;
  border-right-width: 0;
  margin-top: -11px;
  top: 50%;
  right: -11px;
}

.popover.left > .arrow:after {
  content: " ";
  border-left-color: #fff;
  border-right-width: 0;
  bottom: -10px;
  right: 1px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner > .item {
  -o-transition: .6s ease-in-out left;
  -webkit-transition: left .6s ease-in-out;
  transition: left .6s ease-in-out;
  display: none;
  position: relative;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  width: 100%;
  position: absolute;
  top: 0;
}

.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 {
  width: 15%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px #0009;
  filter: alpha(opacity= 50);
  opacity: .5;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.carousel-control.left {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#80000000", endColorstr= "#00000000", GradientType= 1);
  background-image: -webkit-linear-gradient(left, #00000080 0%, #0000 100%);
  background-image: -o-linear-gradient(left, #00000080 0%, #0000 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#00000080), to(#0000));
  background-image: linear-gradient(to right, #00000080 0%, #0000 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#00000000", endColorstr= "#80000000", GradientType= 1);
  background-image: -webkit-linear-gradient(left, #0000 0%, #00000080 100%);
  background-image: -o-linear-gradient(left, #0000 0%, #00000080 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0000), to(#00000080));
  background-image: linear-gradient(to right, #0000 0%, #00000080 100%);
  background-repeat: repeat-x;
  left: auto;
  right: 0;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  filter: alpha(opacity= 90);
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: 50%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  margin-left: -10px;
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  margin-right: -10px;
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  z-index: 15;
  width: 60%;
  text-align: center;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 1px;
  display: inline-block;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0;
}

.carousel-caption {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px #0009;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 15%;
  right: 15%;
}

.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: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    padding-bottom: 30px;
    left: 20%;
    right: 20%;
  }

  .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-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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: #0000;
  text-shadow: none;
  background-color: #0000;
  border: 0;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/* .hidden {
  display: none;
} */

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

select {
  background: #fff !important;
}

.table td, .table th {
  background-color: #fff !important;
}

* {
  -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;
}

blockquote:before, blockquote:after {
  content: "";
}

code {
  white-space: nowrap;
}

fieldset[disabled] .form-control {
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
}

.radio, .checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio label, .checkbox label {
  display: inline;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
}

.radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] .radio, fieldset[disabled] .checkbox {
  cursor: not-allowed;
}

table {
  max-width: 100%;
}

.table {
  max-width: initial;
  not: 100%;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

input[type="date"] {
  line-height: 34px;
}

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 {
  color: #777;
  not: #999;
}

.lead {
  not: 300;
  font-weight: 200;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999;
  not: #777;
}

.text-primary {
  color: #428bca;
  not: #337ab7;
}

a.text-primary:hover {
  color: #3071a9;
  not: #286090;
}

.bg-primary {
  not: #337ab7;
  background-color: #428bca;
}

a.bg-primary:hover {
  not: #286090;
  background-color: #3071a9;
}

abbr[title], abbr[data-original-title] {
  border-bottom: 1px dotted #999;
}

blockquote footer, blockquote small, blockquote .small {
  color: #999;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-0 {
  left: 0;
}

.col-sm-pull-0 {
  right: 0;
}

.col-sm-push-0 {
  left: 0;
}

.col-md-pull-0 {
  right: 0;
}

.col-md-push-0 {
  left: 0;
}

.col-lg-pull-0 {
  right: 0;
}

.col-lg-push-0 {
  left: 0;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: flexslider-icon;
  font-weight: normal;
  font-style: normal;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: " ";
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  display: block;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  -o-border-radius: 4px;
  -o-box-shadow: 0 1px 4px #0003;
  zoom: 1;
  background: #fff;
  border: 4px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 60px;
  position: relative;
  -webkit-box-shadow: 0 1px 4px #0003;
  -moz-box-shadow: 0 1px 4px #0003;
  box-shadow: 0 1px 4px #0003;
}

.flex-viewport {
  max-height: 2000px;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: #000c;
  text-shadow: 1px 1px #ffffff4d;
  margin: -20px 0 0;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  overflow: hidden;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  text-align: right;
  right: -50px;
}

.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: .7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  filter: alpha(opacity= 0);
  cursor: default;
  opacity: 0 !important;
}

.flex-direction-nav a:before {
  content: "";
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

.flex-pauseplay a {
  width: 20px;
  height: 20px;
  opacity: .8;
  z-index: 10;
  cursor: pointer;
  color: #000;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  overflow: hidden;
}

.flex-pauseplay a:before {
  content: "";
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -40px;
}

.flex-control-nav li {
  zoom: 1;
  margin: 0 6px;
  display: inline-block;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  -o-box-shadow: inset 0 0 3px #0000004d;
  background: #00000080;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  -webkit-box-shadow: inset 0 0 3px #0000004d;
  -moz-box-shadow: inset 0 0 3px #0000004d;
  box-shadow: inset 0 0 3px #0000004d;
}

.flex-control-paging li a:hover {
  background: #000000b3;
}

.flex-control-paging li a.flex-active {
  cursor: default;
  background: #000000e6;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  opacity: .7;
  cursor: pointer;
  display: block;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

body.pff-1, .pff-1 input, .pff-1 select, .pff-1 textarea, .pff-1 blockquote {
  font-family: Merriweather, Georgia, Times New Roman, serif;
}

body.pff-2, .pff-2 input, .pff-2 select, .pff-2 textarea, .pff-2 blockquote {
  font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif;
}

body.pff-3, .pff-3 input, .pff-3 select, .pff-3 textarea, .pff-3 blockquote {
  font-family: Ubuntu, Helvetica Neue, Arial, sans-serif;
}

body.pff-4, .pff-4 input, .pff-4 select, .pff-4 textarea, .pff-4 blockquote {
  font-family: PT Sans, Helvetica Neue, Arial, sans-serif;
}

body.pff-5, .pff-5 input, .pff-5 select, .pff-5 textarea, .pff-5 blockquote {
  font-family: Roboto, Helvetica Neue, Arial, sans-serif;
}

body.pff-6, .pff-6 input, .pff-6 select, .pff-6 textarea, .pff-6 blockquote {
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
}

body.pff-7, .pff-7 input, .pff-7 select, .pff-7 textarea, .pff-7 blockquote {
  font-family: Lato, Helvetica Neue, Arial, sans-serif;
}

body.pff-8, .pff-8 input, .pff-8 select, .pff-8 textarea, .pff-8 blockquote {
  font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif;
}

body.pff-9, .pff-9 input, .pff-9 select, .pff-9 textarea, .pff-9 blockquote {
  font-family: Exo, Helvetica Neue, Arial, sans-serif;
}

body.pff-10, .pff-10 input, .pff-10 select, .pff-10 textarea, .pff-10 blockquote {
  font-family: Roboto Slab, Trebuchet MS, sans-serif;
}

body.pff-11, .pff-11 input, .pff-11 select, .pff-11 textarea, .pff-11 blockquote {
  font-family: Raleway, Helvetica Neue, Arial, sans-serif;
}

body.pff-12, .pff-12 input, .pff-12 select, .pff-12 textarea, .pff-12 blockquote {
  font-family: Josefin Sans, Georgia, Times New Roman, serif;
}

body.pff-13, .pff-13 input, .pff-13 select, .pff-13 textarea, .pff-13 blockquote {
  font-family: Georgia, Times New Roman, serif;
}

body.pff-14, .pff-14 input, .pff-14 select, .pff-14 textarea, .pff-14 blockquote {
  font-family: Playfair Display, Times New Roman, serif;
}

body.pff-15, .pff-15 input, .pff-15 select, .pff-15 textarea, .pff-15 blockquote {
  font-family: Philosopher, Georgia, Times New Roman, serif;
}

body.pff-16, .pff-16 input, .pff-16 select, .pff-16 textarea, .pff-16 blockquote {
  font-family: Cinzel, Georgia, Times New Roman, serif;
}

body.pff-17, .pff-17 input, .pff-17 select, .pff-17 textarea, .pff-17 blockquote {
  font-family: Oswald, Helvetica Neue, Arial, sans-serif;
}

body.pff-18, .pff-18 input, .pff-18 select, .pff-18 textarea, .pff-18 blockquote {
  font-family: Playfair Display SC, Georgia, Times New Roman, serif;
}

body.pff-19, .pff-19 input, .pff-19 select, .pff-19 textarea, .pff-19 blockquote {
  font-family: Cabin, Helvetica Neue, Arial, sans-serif;
}

body.pff-20, .pff-20 input, .pff-20 select, .pff-20 textarea, .pff-20 blockquote {
  font-family: Noto Sans, Arial, Helvetica Neue, sans-serif;
}

body.pff-21, .pff-21 input, .pff-21 select, .pff-21 textarea, .pff-21 blockquote {
  font-family: Helvetica Neue, Arial, sans-serif;
}

body.pff-22, .pff-22 input, .pff-22 select, .pff-22 textarea, .pff-22 blockquote {
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
}

body.pff-23, .pff-23 input, .pff-23 select, .pff-23 textarea, .pff-23 blockquote {
  font-family: PT Serif, Georgia, Times, Times New Roman, serif;
}

body.pff-24, .pff-24 input, .pff-24 select, .pff-24 textarea, .pff-24 blockquote {
  font-family: Vollkorn, Georgia, Times, Times New Roman, serif;
}

body.pff-25, .pff-25 input, .pff-25 select, .pff-25 textarea, .pff-25 blockquote {
  font-family: Alegreya, Georgia, Times, Times New Roman, serif;
}

body.pff-26, .pff-26 input, .pff-26 select, .pff-26 textarea, .pff-26 blockquote {
  font-family: Noto Serif, Georgia, Times, Times New Roman, serif;
}

body.pff-27, .pff-27 input, .pff-27 select, .pff-27 textarea, .pff-27 blockquote {
  font-family: Crimson Text, Georgia, Times, Times New Roman, serif;
}

body.pff-28, .pff-28 input, .pff-28 select, .pff-28 textarea, .pff-28 blockquote {
  font-family: Gentium Book Basic, Georgia, Times, Times New Roman, serif;
}

body.pff-29, .pff-29 input, .pff-29 select, .pff-29 textarea, .pff-29 blockquote {
  font-family: Volkhov, Georgia, Times, Times New Roman, serif;
}

body.pff-30, .pff-30 input, .pff-30 select, .pff-30 textarea, .pff-30 blockquote {
  font-family: Times, Times New Roman, serif;
}

body.pff-31, .pff-31 input, .pff-31 select, .pff-31 textarea, .pff-31 blockquote {
  font-family: Alegreya SC, Georgia, Times, Times New Roman, serif;
}

body.pff-32, .pff-32 input, .pff-32 select, .pff-32 textarea, .pff-32 blockquote {
  font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
}

body.pff-33, .pff-33 input, .pff-33 select, .pff-33 textarea, .pff-33 blockquote {
  font-family: Fira Sans, Helvetica Neue, Arial, sans-serif;
}

.hff-1 h1, .hff-1 h2, .hff-1 h3, .hff-1 h4, .hff-1 h5, .hff-1 h6, .sff-1 #site-name, .sff-1 #footer-site-name, .slff-1 #site-slogan, .slff-1 #footer-site-slogan {
  font-family: Merriweather, Georgia, Times New Roman, serif;
}

.hff-2 h1, .hff-2 h2, .hff-2 h3, .hff-2 h4, .hff-2 h5, .hff-2 h6, .sff-2 #site-name, .sff-2 #footer-site-name, .slff-2 #site-slogan, .slff-2 #footer-site-slogan {
  font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif;
}

.hff-3 h1, .hff-3 h2, .hff-3 h3, .hff-3 h4, .hff-3 h5, .hff-3 h6, .sff-3 #site-name, .sff-3 #footer-site-name, .slff-3 #site-slogan, .slff-3 #footer-site-slogan {
  font-family: Ubuntu, Helvetica Neue, Arial, sans-serif;
}

.hff-4 h1, .hff-4 h2, .hff-4 h3, .hff-4 h4, .hff-4 h5, .hff-4 h6, .sff-4 #site-name, .sff-4 #footer-site-name, .slff-4 #site-slogan, .slff-4 #footer-site-slogan {
  font-family: PT Sans, Helvetica Neue, Arial, sans-serif;
}

.hff-5 h1, .hff-5 h2, .hff-5 h3, .hff-5 h4, .hff-5 h5, .hff-5 h6, .sff-5 #site-name, .sff-5 #footer-site-name, .slff-5 #site-slogan, .slff-5 #footer-site-slogan {
  font-family: Roboto, Helvetica Neue, Arial, sans-serif;
}

.hff-6 h1, .hff-6 h2, .hff-6 h3, .hff-6 h4, .hff-6 h5, .hff-6 h6, .sff-6 #site-name, .sff-6 #footer-site-name, .slff-6 #site-slogan, .slff-6 #footer-site-slogan {
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
}

.hff-7 h1, .hff-7 h2, .hff-7 h3, .hff-7 h4, .hff-7 h5, .hff-7 h6, .sff-7 #site-name, .sff-7 #footer-site-name, .slff-7 #site-slogan, .slff-7 #footer-site-slogan {
  font-family: Lato, Helvetica Neue, Arial, sans-serif;
}

.hff-8 h1, .hff-8 h2, .hff-8 h3, .hff-8 h4, .hff-8 h5, .hff-8 h6, .sff-8 #site-name, .sff-8 #footer-site-name, .slff-8 #site-slogan, .slff-8 #footer-site-slogan {
  font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif;
}

.hff-9 h1, .hff-9 h2, .hff-9 h3, .hff-9 h4, .hff-9 h5, .hff-9 h6, .sff-9 #site-name, .sff-9 #footer-site-name, .slff-9 #site-slogan, .slff-9 #footer-site-slogan {
  font-family: Exo, Helvetica Neue, Arial, sans-serif;
}

.hff-10 h1, .hff-10 h2, .hff-10 h3, .hff-10 h4, .hff-10 h5, .hff-10 h6, .sff-10 #site-name, .sff-10 #footer-site-name, .slff-10 #site-slogan, .slff-10 #footer-site-slogan {
  font-family: Roboto Slab, Trebuchet MS, sans-serif;
}

.hff-11 h1, .hff-11 h2, .hff-11 h3, .hff-11 h4, .hff-11 h5, .hff-11 h6, .sff-11 #site-name, .sff-11 #footer-site-name, .slff-11 #site-slogan, .slff-11 #footer-site-slogan {
  font-family: Raleway, Helvetica Neue, Arial, sans-serif;
}

.hff-12 h1, .hff-12 h2, .hff-12 h3, .hff-12 h4, .hff-12 h5, .hff-12 h6, .sff-12 #site-name, .sff-12 #footer-site-name, .slff-12 #site-slogan, .slff-12 #footer-site-slogan {
  font-family: Josefin Sans, Georgia, Times New Roman, serif;
}

.hff-13 h1, .hff-13 h2, .hff-13 h3, .hff-13 h4, .hff-13 h5, .hff-13 h6, .sff-13 #site-name, .sff-13 #footer-site-name, .slff-13 #site-slogan, .slff-13 #footer-site-slogan {
  font-family: Georgia, Times New Roman, serif;
}

.hff-14 h1, .hff-14 h2, .hff-14 h3, .hff-14 h4, .hff-14 h5, .hff-14 h6, .sff-14 #site-name, .sff-14 #footer-site-name, .slff-14 #site-slogan, .slff-14 #footer-site-slogan {
  font-family: Playfair Display, Times New Roman, serif;
}

.hff-15 h1, .hff-15 h2, .hff-15 h3, .hff-15 h4, .hff-15 h5, .hff-15 h6, .sff-15 #site-name, .sff-15 #footer-site-name, .slff-15 #site-slogan, .slff-15 #footer-site-slogan {
  font-family: Philosopher, Georgia, Times New Roman, serif;
}

.hff-16 h1, .hff-16 h2, .hff-16 h3, .hff-16 h4, .hff-16 h5, .hff-16 h6, .sff-16 #site-name, .sff-16 #footer-site-name, .slff-16 #site-slogan, .slff-16 #footer-site-slogan {
  font-family: Cinzel, Georgia, Times New Roman, serif;
}

.hff-17 h1, .hff-17 h2, .hff-17 h3, .hff-17 h4, .hff-17 h5, .hff-17 h6, .sff-17 #site-name, .sff-17 #footer-site-name, .slff-17 #site-slogan, .slff-17 #footer-site-slogan {
  font-family: Oswald, Helvetica Neue, Arial, sans-serif;
}

.hff-18 h1, .hff-18 h2, .hff-18 h3, .hff-18 h4, .hff-18 h5, .hff-18 h6, .sff-18 #site-name, .sff-18 #footer-site-name, .slff-18 #site-slogan, .slff-18 #footer-site-slogan {
  font-family: Playfair Display SC, Georgia, Times New Roman, serif;
}

.hff-19 h1, .hff-19 h2, .hff-19 h3, .hff-19 h4, .hff-19 h5, .hff-19 h6, .sff-19 #site-name, .sff-19 #footer-site-name, .slff-19 #site-slogan, .slff-19 #footer-site-slogan {
  font-family: Cabin, Helvetica Neue, Arial, sans-serif;
}

.hff-20 h1, .hff-20 h2, .hff-20 h3, .hff-20 h4, .hff-20 h5, .hff-20 h6, .sff-20 #site-name, .sff-20 #footer-site-name, .slff-20 #site-slogan, .slff-20 #footer-site-slogan {
  font-family: Noto Sans, Arial, Helvetica Neue, sans-serif;
}

.hff-21 h1, .hff-21 h2, .hff-21 h3, .hff-21 h4, .hff-21 h5, .hff-21 h6, .sff-21 #site-name, .sff-21 #footer-site-name, .slff-21 #site-slogan, .slff-21 #footer-site-slogan {
  font-family: Helvetica Neue, Arial, sans-serif;
}

.hff-22 h1, .hff-22 h2, .hff-22 h3, .hff-22 h4, .hff-22 h5, .hff-22 h6, .sff-22 #site-name, .sff-22 #footer-site-name, .slff-22 #site-slogan, .slff-22 #footer-site-slogan {
  font-family: Droid Serif, Georgia, Times, Times New Roman, serif;
}

.hff-23 h1, .hff-23 h2, .hff-23 h3, .hff-23 h4, .hff-23 h5, .hff-23 h6, .sff-23 #site-name, .sff-23 #footer-site-name, .slff-23 #site-slogan, .slff-23 #footer-site-slogan {
  font-family: PT Serif, Georgia, Times, Times New Roman, serif;
}

.hff-24 h1, .hff-24 h2, .hff-24 h3, .hff-24 h4, .hff-24 h5, .hff-24 h6, .sff-24 #site-name, .sff-24 #footer-site-name, .slff-24 #site-slogan, .slff-24 #footer-site-slogan {
  font-family: Vollkorn, Georgia, Times, Times New Roman, serif;
}

.hff-25 h1, .hff-25 h2, .hff-25 h3, .hff-25 h4, .hff-25 h5, .hff-25 h6, .sff-25 #site-name, .sff-25 #footer-site-name, .slff-25 #site-slogan, .slff-25 #footer-site-slogan {
  font-family: Alegreya, Georgia, Times, Times New Roman, serif;
}

.hff-26 h1, .hff-26 h2, .hff-26 h3, .hff-26 h4, .hff-26 h5, .hff-26 h6, .sff-26 #site-name, .sff-26 #footer-site-name, .slff-26 #site-slogan, .slff-26 #footer-site-slogan {
  font-family: Noto Serif, Georgia, Times, Times New Roman, serif;
}

.hff-27 h1, .hff-27 h2, .hff-27 h3, .hff-27 h4, .hff-27 h5, .hff-27 h6, .sff-27 #site-name, .sff-27 #footer-site-name, .slff-27 #site-slogan, .slff-27 #footer-site-slogan {
  font-family: Crimson Text, Georgia, Times, Times New Roman, serif;
}

.hff-28 h1, .hff-28 h2, .hff-28 h3, .hff-28 h4, .hff-28 h5, .hff-28 h6, .sff-28 #site-name, .sff-28 #footer-site-name, .slff-28 #site-slogan, .slff-28 #footer-site-slogan {
  font-family: Gentium Book Basic, Georgia, Times, Times New Roman, serif;
}

.hff-29 h1, .hff-29 h2, .hff-29 h3, .hff-29 h4, .hff-29 h5, .hff-29 h6, .sff-29 #site-name, .sff-29 #footer-site-name, .slff-29 #site-slogan, .slff-29 #footer-site-slogan {
  font-family: Volkhov, Georgia, Times, Times New Roman, serif;
}

.hff-30 h1, .hff-30 h2, .hff-30 h3, .hff-30 h4, .hff-30 h5, .hff-30 h6, .sff-30 #site-name, .sff-30 #footer-site-name, .slff-30 #site-slogan, .slff-30 #footer-site-slogan {
  font-family: Times, Times New Roman, serif;
}

.hff-31 h1, .hff-31 h2, .hff-31 h3, .hff-31 h4, .hff-31 h5, .hff-31 h6, .sff-31 #site-name, .sff-31 #footer-site-name, .slff-31 #site-slogan, .slff-31 #footer-site-slogan {
  font-family: Alegreya SC, Georgia, Times, Times New Roman, serif;
}

.hff-32 h1, .hff-32 h2, .hff-32 h3, .hff-32 h4, .hff-32 h5, .hff-32 h6, .sff-32 #site-name, .sff-32 #footer-site-name, .slff-32 #site-slogan, .slff-32 #footer-site-slogan {
  font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
}

.hff-33 h1, .hff-33 h2, .hff-33 h3, .hff-33 h4, .hff-33 h5, .hff-33 h6, .sff-33 #site-name, .sff-33 #footer-site-name, .slff-33 #site-slogan, .slff-33 #footer-site-slogan {
  font-family: Fira Sans, Helvetica Neue, Arial, sans-serif;
}

.maintenance-page h1, body.maintenance-page {
  font-family: Roboto, Helvetica Neue, Arial, sans-serif;
}

.maintenance-page #site-name, .maintenance-page #site-slogan {
  font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
}

p {
  margin: 0;
  padding: 0;
}

p.large {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}

code, pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: Source Code Pro, Consolas, Monaco, Courier;
}

pre {
  color: #363636;
  max-height: 62px;
  background: #ebebeb;
  border: none;
  border-left: 10px solid #0b5563;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 40px 0 40px 45px;
  padding: 20px;
  font-size: 14px;
  overflow: hidden;
}

pre:hover {
  max-height: 10000px;
  -o-transition: all ease-in-out 2s;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

blockquote {
  min-height: 80px;
  border-left: none;
  margin: 40px 0 50px;
  padding: 0 0 0 140px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.33;
  position: relative;
  overflow: hidden;
}

.footer-area blockquote {
  padding-left: 70px;
}

blockquote:after {
  content: "“";
  color: #ddd;
  height: 100%;
  font-family: PT Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 280px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 15px;
}

.footer-area blockquote:after {
  font-size: 190px;
  top: -15px;
  left: 0;
}

@media (min-width: 992px) {
  .two-sidebars blockquote {
    padding: 0 0 0 75px;
  }

  .two-sidebars blockquote:after {
    font-size: 190px;
    top: -15px;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-area blockquote {
    padding-left: 40px;
    font-size: 18px;
  }

  .footer-area blockquote:after {
    font-size: 90px;
    top: -5px;
    left: 0;
  }
}

@media (max-width: 767px) {
  blockquote {
    padding: 0 0 0 75px;
  }

  blockquote:after {
    font-size: 190px;
    top: -15px;
    left: 0;
  }
}

ul {
  list-style-type: square;
}

ul.list li {
  margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px;
  font-weight: 700;
  line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3f3f3f;
}

h1 {
  margin-bottom: 20px;
  font-size: 48px;
}

h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
}

h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

.title {
  margin-top: 0;
}

.sidebar h2.title, #page .block-views h2.title {
  color: #464646;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.sidebar h3.title {
  margin-top: 9px;
}

.footer-area h2.title, .subfooter-area h2.title {
  margin-bottom: 20px;
  font-size: 25px;
}

#block-views-mt-user-latest-posts-block.block-views h2.title {
  text-transform: none;
  border-bottom: 0;
  margin-bottom: 45px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .node h1.title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  #block-views-mt-user-latest-posts-block.block-views h2.title {
    margin-bottom: 20px;
  }
}

.header-area .block, .pre-header-area .block {
  padding: 15px 0;
}

#highlighted .block {
  padding: 15px 0 10px;
}

.sidebar .block {
  padding: 0 0 40px;
}

.footer-area .block {
  padding: 0 0 35px;
}

.subfooter-area .block {
  padding: 10px 0;
}

#pre-header .block-superfish.block, #main-navigation .block-superfish.block, #main-navigation .block-menu.block, #header #block-block-8, .block-quicktabs .block, #block-views-mt-internal-banner-block, #block-views-mt-node-navigation-block {
  padding: 0;
}

#pre-header {
  background-color: #0b5563;
}

#header-top {
  background-color: #0b5563;
  border-bottom: 1px solid #fff;
  padding-top: 45px;
  padding-bottom: 5px;
}

#header {
  background-color: #88ccf1;
  border-bottom: 6px solid #d6d6d6;
}

#header-inside {
  background-color: #88ccf1;
}

#page-intro-inside {
  background-color: #fff;
  position: relative;
}

#page > .container {
  background-color: #fff;
  border-bottom: 6px solid #e5e5e5;
  overflow: hidden;
}

#page-inside {
  padding-bottom: 30px;
}

#top-content {
  padding: 20px 0 0;
}

#top-content #slideshow {
  margin-left: -15px;
  margin-right: -15px;
}

#top-content + #main-content {
  padding-top: 10px;
}

.front #banner #slideshow {
  margin-top: 10px;
}

#main-content {
  padding-top: 45px;
}

#highlighted {
  background-color: #f8f8f8;
  border-bottom: 6px solid #e4e4e4;
  margin-bottom: 50px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#footer {
  border-bottom: 6px solid #dadada;
  padding-top: 50px;
  padding-bottom: 25px;
}

#subfooter {
  padding-top: 15px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .no-sidebars #highlighted {
    margin-left: -28.6%;
    margin-right: -28.6%;
    padding-left: 28.6%;
    padding-right: 28.6%;
  }

  .sidebar-second #highlighted, .sidebar-second #slideshow {
    margin-left: -15px;
  }

  .sidebar-first #highlighted, .sidebar-first #slideshow {
    margin-right: -15px;
  }

  .not-front.sidebar-second #highlighted {
    margin-left: -17.8%;
    padding-left: 17.8%;
  }

  .not-front.sidebar-first #highlighted {
    margin-right: -17.8%;
    padding-right: 17.8%;
  }

  .not-front.sidebar-second #slideshow {
    margin-left: -17.8%;
  }

  .not-front.sidebar-first #slideshow {
    margin-right: -17.8%;
  }
}

@media (max-width: 991px) {
  #highlighted, #slideshow {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  #header-top {
    padding-top: 10px;
  }

  #header-inside {
    position: relative;
  }

  #header-inside.mean-container {
    padding-right: 40px;
  }

  #header-inside.mean-container #header-top-left, #header-top-inside.mean-container #header-top-right {
    z-index: 13;
    position: relative;
  }

  #header-inside.mean-container .mean-bar {
    position: absolute;
    top: 5px;
  }

  #header-inside.mean-container .dropdown.search-bar .dropdown-menu {
    margin-right: -40px;
  }

  #header {
    top: auto;
    position: static !important;
  }

  #page, #page-intro {
    margin-top: 0 !important;
  }
}

.header-top-area, .header-area, .pre-header-area {
  color: #fff;
}

.header-top-area a, .header-area a, .pre-header-area a {
  color: #fff;
  text-decoration: underline;
}

.header-top-area a:hover, .header-area a:hover, .pre-header-area a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-area {
  color: #464646;
  font-size: 14px;
  line-height: 1.57;
}

.subfooter-area {
  font-size: 13px;
}

.subfooter-area p {
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .subfooter-area {
    text-align: center;
  }
}

#main-navigation ul.menu li, #pre-header ul.menu li, #header-top ul.menu li {
  float: none;
  display: inline-block;
}

#main-navigation ul.menu li a {
  color: #fff;
  padding: 13px 18px 8px;
  font-size: 18px;
}

#pre-header ul.menu li a, #header-top ul.menu li a {
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
}

#main-navigation ul.menu li.expanded > a:before, #main-navigation ul.menu li.collapsed > a:before, #pre-header ul.menu li.expanded > a:before, #pre-header ul.menu li.collapsed > a:before, #header-top ul.menu li.expanded > a:before, #header-top ul.menu li.collapsed > a:before {
  content: "";
}

#main-navigation ul.menu li li, #pre-header ul.menu li li, #header-top ul.menu li li {
  margin: 0;
}

#main-navigation ul.menu ul.menu, #pre-header ul.menu ul.menu, #header-top ul.menu ul.menu {
  display: none;
}

@media (max-width: 1199px) {
  #main-navigation ul.menu li a {
    padding: 15px 18px 11px;
    font-size: 15px;
  }
}

#main-navigation .sf-menu ul {
  background-color: #969696e6;
  display: none;
  top: 100%;
}

#pre-header .sf-menu ul, #header-top .sf-menu ul {
  background-color: #88ccf1e6;
  display: none;
  top: 100%;
}

#main-navigation .sf-menu > li > a.menuparent, #pre-header .sf-menu > li > a.menuparent, #header-top .sf-menu > li > a.menuparent {
  padding-right: 30px;
}

#main-navigation .sf-menu > li > ul, #pre-header .sf-menu > li > ul, #header-top .sf-menu > li > ul {
  right: 0 !important;
}

#main-navigation .sf-menu > li.sfHover > a {
  background-color: #0b5563;
}

#pre-header .sf-menu > li.sfHover > a, #pre-header ul.menu li a:hover, #header-top .sf-menu > li.sfHover > a, #header-top ul.menu li a:hover {
  background-color: #88ccf1;
}

#main-navigation .sf-menu ul li a {
  padding: 10px 15px;
  font-size: 16px;
}

#pre-header .sf-menu ul li a, #header-top .sf-menu ul li a {
  padding: 10px 15px;
  font-size: 14px;
}

#main-navigation .sf-menu ul li.sfHover > a, #main-navigation .sf-menu ul li a:hover {
  background-color: #88ccf1;
}

#pre-header .sf-menu ul li.sfHover > a, #pre-header .sf-menu ul li a:hover, #header-top .sf-menu ul li.sfHover > a, #header-top .sf-menu ul li a:hover {
  background-color: #d6d6d6;
}

#main-navigation .sf-menu ul ul, #pre-header .sf-menu ul ul, #header-top .sf-menu ul ul {
  top: 0;
}

#main-navigation ul.sf-menu li a.menuparent:after, #pre-header ul.sf-menu li a.menuparent:after, #header-top ul.sf-menu li a.menuparent:after {
  content: "";
  -o-transition: all .2s ease-in-out;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 17px;
  right: 16px;
}

#pre-header ul.sf-menu li a.menuparent:after, #header-top ul.sf-menu li a.menuparent:after {
  top: 12px;
}

#main-navigation ul.sf-menu ul li a.menuparent:after {
  content: "";
  top: 12px;
  right: 10px;
}

#pre-header ul.sf-menu ul li a.menuparent:after, #header-top ul.sf-menu ul li a.menuparent:after {
  content: "";
  top: 11px;
  right: 10px;
}

.mean-container .sf-menu, .mean-container .meanmenu-wrapper {
  height: 0 !important;
  display: none !important;
}

.mean-container .mean-bar {
  z-index: 11;
  background: none;
  padding: 0;
}

.mean-container a.meanmenu-reveal {
  color: #fff;
  text-indent: 0;
  padding: 13px 0;
  font-size: 18px;
}

.mean-container a.meanmenu-reveal span {
  background: #fff;
}

.mean-container a.meanmenu-reveal.meanclose:after {
  content: "";
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: 400;
}

.mean-container .mean-nav {
  background-color: #d6d6d6e6;
  margin-top: 50px;
  position: absolute;
}

.mean-container .mean-nav ul {
  width: 100% !important;
}

.mean-container .mean-nav ul * {
  float: left !important;
}

.mean-container .mean-nav ul li a {
  text-transform: none;
  border-top: none;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}

.mean-container .mean-nav ul li a:hover {
  background-color: #88ccf1;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 29px;
  background-color: #d6d6d6e6;
  margin-top: 0;
  font-family: Lato, Helvetica Neue, Arial, sans-serif;
  line-height: 29px;
  width: 29px !important;
  border-bottom: none !important;
  border-left: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #88ccf1;
}

.mean-container .mean-nav ul li li a.mean-expand {
  height: 30px;
}

.mean-container .mean-nav ul li li a {
  opacity: 1;
  filter: alpha(opacity= 100);
  border-top: 1px solid #0b5563;
  width: 80% !important;
}

.mean-container .mean-nav ul li li a:hover {
  border-top: 1px solid #88ccf1;
}

.mean-container .mean-nav ul li li li a {
  width: 70% !important;
}

.mean-container .mean-nav ul li li li li a {
  width: 60% !important;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50% !important;
}

#pre-header-inside.mean-container .mean-bar, #header-top-inside.mean-container .mean-bar {
  z-index: 22;
}

#pre-header-inside.mean-container .mean-nav, #header-top-inside.mean-container .mean-nav {
  background-color: #529600e6;
}

#pre-header-inside.mean-container .mean-nav ul li a:hover, #header-top-inside.mean-container .mean-nav ul li a:hover {
  background-color: #d6d6d6;
}

#pre-header-inside.mean-container .mean-nav ul li a.mean-expand, #header-top-inside.mean-container .mean-nav ul li a.mean-expand {
  background-color: #529600e6;
}

#pre-header-inside.mean-container .mean-nav ul li a.mean-expand:hover, #header-top-inside.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #d6d6d6;
}

#pre-header-inside.mean-container .mean-nav ul li li a, #header-top-inside.mean-container .mean-nav ul li li a {
  border-top: 1px solid #88ccf1;
}

#pre-header-inside.mean-container .mean-nav ul li li a:hover, #header-top-inside.mean-container .mean-nav ul li li a:hover {
  border-top: 1px solid #d6d6d6;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul.menu li a {
  color: #3f3f3f;
  padding: 7px 10px 8px 25px;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

ul.menu li a:hover {
  color: #fff;
  background-color: #0b5563;
  text-decoration: none;
}

ul.menu li.expanded ul {
  padding-left: 25px;
}

ul.menu li.collapsed > a:before {
  content: "";
  color: #0b5563;
  -o-transition: all linear .2s;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  top: 7px;
  left: 0;
}

ul.menu li.expanded > a:before {
  content: "";
  color: #0b5563;
  -o-transition: all linear .2s;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  top: 7px;
  left: 0;
}

ul.menu li > a:hover:before {
  left: 10px;
  color: #fff !important;
}

ul.menu li.expanded > a:hover:before {
  left: 5px;
}

.subfooter-area.right ul.menu {
  text-align: right;
}

.subfooter-area ul.menu li {
  display: inline-block;
}

.subfooter-area ul.menu ul.menu {
  display: none;
}

.subfooter-area ul.menu li a {
  color: #464646;
  border-right: 1px solid #464646;
  margin: 0;
  padding: 0 8px 0 6px;
  line-height: 1;
}

.subfooter-area ul.menu li a:hover {
  color: #0b5563;
  background-color: #0000;
  text-decoration: underline;
}

.subfooter-area ul.menu li.last a {
  border-right: none;
  padding-right: 0;
}

.subfooter-area.left ul.menu li.first a {
  padding-left: 0;
}

.subfooter-area ul.menu li.expanded > a:before, .subfooter-area ul.menu li > a:before {
  content: "";
}

@media (max-width: 991px) {
  .subfooter-area ul.menu, .subfooter-area.right ul.menu {
    text-align: center;
    padding: 0 0 0 2px;
  }
}

@media (max-width: 767px) {
  .subfooter-area ul.menu li {
    padding: 10px 20px;
    display: block;
  }

  .subfooter-area ul.menu li.last a, .subfooter-area ul.menu li a {
    border-right: none;
    padding: 0 10px;
  }
}

#logo-and-site-name-wrapper {
  padding-bottom: 20px;
}

#logo, #footer-logo {
  float: left;
  margin-right: 15px;
  padding: 5px 0 0;
  display: inline-block;
}

#logo:hover {
  opacity: .9;
  filter: alpha(opacity= 90);
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#site-name a, #footer-site-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

#site-name a:hover {
  opacity: .9;
  filter: alpha(opacity= 90);
  -o-transition: all .2s ease-in-out;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#footer-site-name {
  color: #898989;
}

#site-slogan {
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #site-name a {
    font-size: 36px;
  }

  #site-slogan {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #logo {
    float: none;
    text-align: center;
    width: 100%;
    margin-right: 0;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
    transform: scale(.75);
  }

  #logo img {
    margin: 0 auto;
  }

  #site-name, #site-slogan {
    text-align: center;
  }

  #site-name {
    margin: 5px 0 0;
  }

  #site-slogan {
    padding: 5px 0 0;
  }
}

#breadcrumb {
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 35px;
  font-size: 10px;
}

.breadcrumb-separator {
  padding: 0 4px 0 3px;
}

.item-list ul.pager {
  text-align: left;
  margin: 80px 0 20px;
}

.item-list ul.pager li {
  border-bottom: none;
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 12px;
}

.item-list ul.pager li > a {
  background-color: #ddd;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 9px 17px;
  line-height: 1;
  display: inline-block;
}

ul.pager li > a:hover {
  color: #fff;
  background-color: #0b5563;
}

ul.pager li.pager-current, .item-list ul li.pager-current.last {
  color: #fff;
  background-color: #0b5563;
  padding: 7px 17px;
  line-height: 1;
}

ul.pager li > a:focus {
  background: none;
}

.page-node- .field-name-body {
  margin-bottom: 20px;
}

.node {
  position: relative;
}

.node-teaser {
  border-bottom: 1px solid #ddd;
  margin-bottom: 45px;
}

.node-teaser .field-type-image {
  float: right;
  max-width: 275px;
  margin-left: 68px;
}

.node .user-picture {
  width: 60px;
  margin-bottom: 10px;
}

.node-teaser .user-picture {
  margin-bottom: 20px;
}

.node .submitted {
  color: #7d7d7d;
  padding-bottom: 20px;
  font-size: 11px;
}

.field-name-field-mt-subheader-body p {
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}

.node-type-mt-post h1#page-title, .node-type-blog h1#page-title, .node-type-article h1#page-title {
  display: none;
}

@media (min-width: 992px) {
  .two-sidebars .node-teaser .field-type-image {
    max-width: 190px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .node-teaser .field-type-image {
    max-width: 190px;
    margin-left: 30px;
  }
}

@media (max-width: 480px) {
  .node-teaser .field-type-image {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }

  .node-teaser .field-name-body {
    clear: both;
  }
}

.node-content {
  margin-left: 110px;
}

.node-teaser .node-content.full-width, .no-sidebars .node-content.full-width, .two-sidebars .node-content.full-width, .sidebar-first .node-content.full-width {
  margin-left: 0 !important;
}

.node-content .content {
  overflow: hidden;
}

.node h1.title {
  margin-bottom: 30px;
}

.node-teaser h2.title {
  margin-top: 5px;
}

.node-side {
  float: left;
  text-align: center;
  width: 110px;
  margin-top: 10px;
  padding: 0 30px 0 20px;
  font-size: 12px;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .node-content.full-width {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .node-content {
    margin-left: 75px;
  }

  .node-side {
    float: left;
    text-align: center;
    width: 75px;
    margin-top: 10px;
    padding: 0 15px 0 0;
    font-size: 12px;
    top: 0;
    left: 0;
  }
}

.user-info {
  margin-bottom: 40px;
}

.node-teaser .user-info {
  margin-bottom: 20px;
}

.user-info .user-picture {
  margin: 0 auto 10px;
}

.share-links {
  color: #464646;
  text-align: right;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}

.share-links ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.share-links ul li {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.submitted-info {
  color: #464646;
  text-align: right;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.submitted-info-item {
  margin-bottom: 15px;
}

.submitted-info span {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.print {
  padding-bottom: 15px;
}

.print i {
  margin-right: 5px;
  font-size: 18px;
}

.font-resize {
  padding-bottom: 20px;
}

#incfont {
  font-size: 18px;
}

#decfont {
  margin-right: 5px;
  font-size: 12px;
}

.reading-time {
  text-align: right;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 700;
}

.node-teaser .reading-time {
  border-bottom: none;
}

.reading-time span {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
}

.post-progress {
  color: #464646;
  text-align: right;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 700;
  display: none;
}

.post-progress-value {
  text-align: left;
  padding-top: 5px;
  font-size: 11px;
  font-weight: 400;
  display: block;
}

.post-progressbar {
  height: 3px;
  background-color: #0b5563;
}

@media (min-width: 992px) {
  .post-progress {
    display: block;
  }
}

#affix.affix {
  position: relative;
}

@media (min-width: 992px) {
  #affix.affix {
    width: 60px;
    position: fixed;
    top: 35px;
  }

  .logged-in #affix.affix, .fixed-header-enabled #affix.affix {
    top: 75px;
  }

  #affix.affix .share-links {
    margin-top: 0;
  }

  #affix.affix-bottom {
    width: 60px;
    position: absolute;
  }
}

.node-info {
  color: #7d7d7d;
  margin-bottom: 35px;
  font-size: 11px;
}

.node-teaser .node-info {
  margin-top: -15px;
  margin-bottom: 15px;
}

.node-info-item {
  margin-bottom: 5px;
  margin-right: 35px;
  display: inline-block;
}

.node-info-item i {
  margin-right: 5px;
}

.node-navigation {
  text-align: center;
  position: relative;
}

.node-navigation .col-xs-6 {
  position: static;
}

.prev-node, .next-node {
  z-index: 2;
  position: relative;
}

.node-navigation .text {
  z-index: -1;
  width: 100%;
  font-size: 11px;
  position: absolute;
  top: 10px;
}

.prev-node a, .next-node a {
  z-index: 3;
  color: #000;
  padding: 25px 80px 15px;
  font-size: 15px;
  display: block;
}

.prev-node a:hover, .next-node a:hover, .node-navigation div:hover > .fa-angle-left, .node-navigation div:hover > .fa-angle-right {
  color: #0b5563;
  text-decoration: none;
}

.node-navigation .fa {
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.node-navigation .fa-angle-left {
  z-index: 1;
  margin-top: -29px;
  font-size: 56px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 15px;
}

.node-navigation .fa-angle-right {
  z-index: 1;
  margin-top: -29px;
  font-size: 56px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
}

.prev-node a:before {
  content: "";
  height: 88%;
  width: 1px;
  background-color: #d7d7d7;
  margin: 5px 0;
  position: absolute;
  top: 0;
  right: -15px;
}

.prev-node.last-article a:before {
  background-color: #0000;
}

@media (max-width: 1199px) {
  .prev-node a, .next-node a {
    padding: 25px 50px 15px;
  }
}

@media (max-width: 991px) {
  .prev-node .text {
    padding: 0 0 0 30px;
  }

  .prev-node a {
    padding: 25px 0 15px 30px;
  }

  .next-node .text {
    padding: 0 30px 0 0;
  }

  .next-node a {
    padding: 25px 30px 15px 0;
  }
}

@media (max-width: 767px) {
  .node-navigation .text {
    top: 15px;
  }

  .prev-node a {
    padding: 35px 0 15px 25px;
  }

  .next-node a {
    padding: 35px 25px 15px 0;
  }

  .node-navigation .fa-angle-left, .node-navigation .fa-angle-right {
    margin-top: -18px;
    font-size: 36px;
  }
}

.page-user .profile {
  background-color: #f8f8f8;
  border-bottom: 6px solid #e4e4e4;
  padding: 35px 15px 15px;
}

.page-user .profile .photo-wrapper {
  float: left;
  max-width: 190px;
  margin-right: 30px;
}

.page-user .profile .user-picture {
  margin: 0 0 20px;
}

.field-name-field-mt-about .field-label {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.with-user-image .field-name-field-mt-about {
  margin-left: 220px;
}

@media (min-width: 1200px) {
  .page-user .profile .photo-wrapper {
    max-width: 275px;
    margin-right: 68px;
  }

  .with-user-image .field-name-field-mt-about {
    margin-left: 341px;
  }
}

@media (min-width: 992px) {
  .no-sidebars.page-user .profile {
    margin-left: -28.6%;
    margin-right: -28.6%;
    padding-left: 28.6%;
    padding-right: 28.6%;
  }

  .sidebar-second.page-user .profile {
    margin-left: -17.8%;
    padding-left: 17.8%;
  }

  .sidebar-first.page-user .profile {
    margin-right: -17.8%;
    padding-right: 17.8%;
  }

  .two-sidebars.page-user .profile .photo-wrapper {
    max-width: 190px;
    margin-right: 25px;
  }

  .two-sidebars.page-user .profile .with-user-image .field-name-field-mt-about {
    margin-left: 215px;
  }
}

@media (max-width: 991px) {
  .page-user .profile {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 480px) {
  .page-user .profile .photo-wrapper, .page-user .profile .user-picture {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }

  .with-user-image .field-name-field-mt-about {
    clear: both;
    margin-left: 0;
  }

  .field-name-field-mt-about .field-label {
    margin-top: 10px;
  }
}

.field-type-taxonomy-term-reference, .view-taxonomy {
  margin: 0 0 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.field-type-taxonomy-term-reference .field-label {
  margin-bottom: 5px;
}

.view-taxonomy {
  margin: 0;
}

.view-taxonomy .view-content {
  margin-bottom: 10px;
}

.field-type-taxonomy-term-reference .field-item {
  margin-right: 3px;
  display: inline;
}

.view-taxonomy .views-row {
  display: inline-block;
}

.field-type-taxonomy-term-reference a, .view-taxonomy .views-row a {
  color: #fff;
  text-transform: uppercase;
  background-color: #7d7d7d;
  margin: 1px 0 2px;
  padding: 5px 6px;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
}

.field-type-taxonomy-term-reference a:hover, .view-taxonomy .views-row a:hover {
  color: #fff;
  background-color: #0b5563;
  text-decoration: none;
}

.field-name-field-mt-post-categories.field-type-taxonomy-term-reference {
  text-transform: none;
  margin: 0;
  display: inline-block;
  overflow: visible;
}

.field-name-field-mt-post-categories.field-type-taxonomy-term-reference a {
  color: #88ccf1;
  line-height: inherit;
  background-color: #0000;
  margin: 0;
  padding: 0;
  display: inline;
}

.field-name-field-mt-post-categories.field-type-taxonomy-term-reference a:hover {
  color: #0b5563;
  background-color: #0000;
  text-decoration: underline;
}

#comments {
  margin-top: 50px;
}

#comments h2.title {
  color: #404040;
  border-bottom: 1px solid #ddd;
  margin-bottom: 45px;
  padding-bottom: 5px;
  font-size: 16px;
}

.comment {
  border-bottom: 1px solid #ddd;
  margin: 0 0 45px;
  overflow: hidden;
}

.comment header {
  padding: 0;
}

.comment .user-picture {
  float: left;
  min-width: 80px;
  max-width: 80px;
  padding: 0 20px 20px 0;
  position: relative;
}

.comment .content {
  float: left;
  width: 85%;
  margin: 0;
  position: relative;
}

.comment h3.title {
  margin: 0 0 5px;
  font-size: 16px;
}

.comment span.new {
  margin-top: -5px;
  margin-bottom: 2px;
  line-height: 1;
  display: block;
}

.comment .submitted {
  color: #898989;
  margin: 0 0 15px;
  font-size: 10px;
}

.comment .field-name-comment-body {
  font-size: 13px;
  line-height: 1.38;
}

.comment ul.links {
  text-align: right;
  clear: both;
  margin-bottom: 0;
  display: block;
}

.comment ul.links li:last-child {
  padding: 0;
}

.indented {
  margin-left: 80px;
}

.two-sidebars .indented {
  margin-left: 65px;
}

.two-sidebars .comment .content, .two-sidebars .comment .user-picture {
  float: none;
  width: 100%;
}

.two-sidebars .comment .submitted {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.two-sidebars .comment .user-picture {
  min-width: 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .comment .content {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .indented {
    margin-left: 65px;
  }

  .comment .content, .comment .user-picture {
    float: none;
    width: 100%;
  }

  .comment .user-picture {
    min-width: 0;
    padding: 0;
  }

  .comment ul.links li:first-child {
    padding: 0 4px 0 0;
  }

  .comment ul.links li:last-child {
    padding: 0 0 0 4px;
  }

  .comment ul.links li {
    padding: 0 4px;
  }

  .comment ul.links li a {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .indented {
    margin-left: 30px;
  }
}

.poll .vote-form {
  text-align: left;
}

.poll .vote-form .choices {
  display: block;
}

.block-poll ul.links {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.block-poll ul.links li {
  display: inline-block;
}

.views-field-title a {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  display: block;
}

.views-field-title a:hover {
  color: #0b5563;
}

.views-field-field-mt-post-categories a {
  text-transform: uppercase;
  color: #fff;
  background-color: #7d7d7d;
  padding: 2px 10px;
  font-size: 13px;
  display: inline-block;
}

.views-field-field-mt-post-categories a:hover {
  color: #fff;
  background-color: #0b5563;
  text-decoration: none;
}

.views-field-created {
  color: #7d7d7d;
  margin-bottom: 10px;
  font-size: 11px;
}

@media (max-width: 767px) {
  .views-row.col-xs-6:nth-child(2n+1), .views-row.col-xs-4:nth-child(3n+1), .views-row.col-xs-3:nth-child(4n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .views-row.col-sm-6:nth-child(2n+1), .views-row.col-sm-4:nth-child(3n+1), .views-row.col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .views-row.col-md-6:nth-child(2n+1), .views-row.col-md-4:nth-child(3n+1), .views-row.col-md-3:nth-child(4n+1) {
    clear: both;
  }
}

.view.row .view-content:before, .view.row .view-content:after {
  content: " ";
  display: table;
}

.view.row .view-content:after {
  clear: both;
}

#top-content .view-titles {
  margin-top: 20px;
}

.view-titles {
  position: relative;
  overflow: hidden;
}

.view-titles .view-content {
  background-color: #f2f2f2;
  border-bottom: 6px solid #dadada;
  margin-left: 160px;
  display: none;
}

.view-titles .more-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.view-titles .more-link a {
  color: #fff;
  min-width: 160px;
  text-transform: uppercase;
  min-height: 41px;
  background-color: #0b5563;
  border-bottom: 6px solid #529600a6;
  margin: 0;
  padding: 12px 15px 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.view-titles .more-link a:after {
  content: "";
}

.view-titles:after {
  content: "";
  color: #0b5563;
  z-index: 1;
  font-family: FontAwesome;
  font-size: 26px;
  position: absolute;
  top: 3px;
  right: 10px;
}

.view-titles .flexslider {
  background-color: #0000;
}

.view-titles .views-field-title a {
  z-index: 2;
  padding: 10px 40px 5px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

@media (max-width: 991px) {
  .view-titles .view-content {
    margin-left: 150px;
  }

  .view-titles .more-link a {
    padding: 11px 15px 5px;
  }
}

@media (max-width: 767px) {
  .view-titles .view-content {
    margin-top: 40px;
    margin-left: 0;
  }

  .view-titles .views-field-title a {
    min-height: 0;
    padding: 11px 40px 7px 25px;
  }

  .view-titles .more-link {
    width: 100%;
  }

  .view-titles .more-link a {
    width: 100%;
    padding: 11px 15px;
    line-height: 1.2;
    display: block;
    border-bottom: none !important;
  }

  .view-titles:after {
    top: 42px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .view-titles .view-content {
    margin-top: 38px;
  }
}

.view-highlighted-objects .views-row {
  margin-bottom: 30px;
}

.view-highlighted-objects .views-field-field-image {
  margin-bottom: 15px;
}

.view-highlighted-objects .content-wapper {
  position: relative;
}

.view-highlighted-objects .content-wapper.with-image .views-field-field-mt-post-categories {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.view-highlighted-objects .views-field-field-mt-post-categories {
  margin-bottom: 10px;
}

.view-highlighted-objects .views-field-title a {
  margin-bottom: 5px;
  font-size: 20px;
}

.view-highlighted-objects .views-field-name {
  color: #7d7d7d;
  font-size: 12px;
}

.view-popular-objects .views-row {
  -o-transition: all .2s ease-in-out;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.view-popular-objects .views-row:hover {
  border-color: #0b5563;
}

.view-popular-objects .views-field-field-image {
  border: none;
  margin-bottom: 15px;
}

.view-popular-objects .views-field-title a {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.view-popular-objects .views-field-title, .view-popular-objects .views-field-field-mt-post-categories {
  padding: 0 45px 0 60px;
}

.view-popular-objects .views-row:hover .views-field-field-mt-post-categories a {
  background-color: #0b5563;
}

@media (min-width: 992px) {
  .two-sidebars.narrow-sidebar .col-md-2 .sidebar .view-popular-objects .views-field-title, .two-sidebars.narrow-sidebar .col-md-2 .sidebar .view-popular-objects .views-field-field-mt-post-categories {
    padding: 0 10px;
  }
}

.view-feed .view-header {
  background-color: #f8f8f8;
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.view-feed .view-header p {
  color: #fff;
  text-transform: uppercase;
  min-width: 125px;
  background-color: #0b5563;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.view-feed .views-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}

.view-feed .latest-object {
  background-color: #f8f8f8;
  border-bottom: 6px solid #e4e4e4;
  padding-left: 15px;
  padding-right: 15px;
}

.view-feed .latest-object .views-field-field-image {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}

.view-feed .views-field-field-image {
  float: right;
  max-width: 190px;
  margin-bottom: 15px;
  margin-left: 30px;
}

.view-feed .with-image .more {
  clear: both;
  display: block;
}

.view-feed .with-image {
  margin-right: 220px;
}

.view-feed .latest-object .with-image {
  margin-left: 220px;
  margin-right: 0;
}

@media (min-width: 1200px) {
  .view-feed .latest-object .views-field-field-image {
    margin-right: 68px;
  }

  .view-feed .views-field-field-image {
    max-width: 275px;
    margin-left: 68px;
  }

  .view-feed .with-image {
    margin-right: 343px;
  }

  .view-feed .latest-object .with-image {
    margin-left: 343px;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .no-sidebars .view-feed .latest-object, .no-sidebars .view-feed .view-header {
    margin-left: -28.6%;
    margin-right: -28.6%;
    padding-left: 28.6%;
    padding-right: 28.6%;
  }

  .sidebar-second .view-feed .latest-object, .sidebar-second .view-feed .view-header {
    margin-left: -17.8%;
    padding-left: 17.8%;
  }

  .sidebar-first .view-feed .latest-object, .sidebar-first .view-feed .view-header {
    margin-right: -17.8%;
    padding-right: 17.8%;
  }

  .two-sidebars .view-feed .latest-object .views-field-field-image {
    margin-left: 0;
    margin-right: 25px;
  }

  .two-sidebars .view-feed .views-field-field-image {
    max-width: 190px;
    margin-left: 25px;
  }

  .two-sidebars .view-feed .with-image {
    margin-right: 215px;
  }

  .two-sidebars .view-feed .latest-object .with-image {
    margin-left: 215px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .view-feed .view-header, .view-feed .latest-object {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 480px) {
  .view-feed .views-field-field-image {
    float: left;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0 !important;
  }

  .view-feed .with-image {
    clear: both;
    margin-right: 0;
  }

  .view-feed .latest-object .with-image {
    margin-left: 0;
  }
}

.view-feed h3.title {
  margin-bottom: 5px;
}

.post-info {
  color: #7d7d7d;
  margin-bottom: 25px;
  font-size: 10px;
}

.post-info em {
  font-style: normal;
}

.post-info span {
  margin: 0 8px;
  position: relative;
}

.post-info span + span:after {
  content: "|";
  position: absolute;
  top: 0;
  left: -9px;
}

.post-info span:first-child {
  margin-left: 0;
}

.view-feed .views-field-body {
  margin-top: 5px;
}

.view-feed .views-field-view-node {
  clear: both;
}

.view-latest-objects .views-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.view-latest-objects.row .views-row {
  border-bottom: none;
  margin-bottom: 10px;
}

.view-latest-objects .views-row-last {
  border-bottom: none;
}

.view-latest-objects .views-field-field-image {
  float: left;
  max-width: 140px;
  margin: 0 20px 15px 0;
}

.view-latest-objects .views-field-body p {
  padding-bottom: 5px;
}

.view-latest-objects .views-field-commerce-price {
  margin-bottom: 10px;
}

.view-latest-objects .views-field-title a {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .two-sidebars.wide-sidebar .sidebar .view-latest-objects .views-field-field-image {
    max-width: 90px;
  }

  .two-sidebars.wide-sidebar .sidebar .view-latest-objects .with-image .views-field-title, .two-sidebars.wide-sidebar .sidebar .view-latest-objects .with-image .views-field-created, .two-sidebars.wide-sidebar .sidebar .view-latest-objects .with-image .views-field-body, .two-sidebars.wide-sidebar .sidebar .view-latest-objects .with-image .views-field-commerce-price {
    margin-left: 110px;
  }

  .two-sidebars.narrow-sidebar .col-md-2 .sidebar .view-latest-objects .views-field-field-image {
    float: none;
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    overflow: hidden;
  }

  .two-sidebars.narrow-sidebar .col-md-2 .sidebar .view-latest-objects .with-image .views-field-title, .two-sidebars.narrow-sidebar .col-md-2 .sidebar .view-latest-objects .with-image .views-field-created, .two-sidebars.narrow-sidebar .col-md-2 .sidebar .view-latest-objects .with-image .views-field-body, .two-sidebars.narrow-sidebar .col-md-2 .sidebar .view-latest-objects .views-field-commerce-price {
    margin-left: 0;
  }

  .two-sidebars.narrow-sidebar .col-md-2 .sidebar .view-latest-objects .with-image .views-field-title a {
    margin-bottom: 0;
  }
}

.view-masonry .views-row {
  margin-bottom: 40px;
}

.view-masonry .views-field-field-image {
  margin-bottom: 10px;
}

.view-masonry .views-field-body p {
  padding-bottom: 10px;
}

.view-masonry .views-field-title a {
  margin: 0 0 10px;
  font-size: 18px;
}

.view-masonry .more-link a {
  text-align: left;
  margin: 10px 0 0;
}

.view-images .views-row {
  margin-bottom: 30px;
}

.view-tweets .views-row {
  margin: 0 0 35px;
}

.view-tweets .views-row-last {
  margin-bottom: 20px;
}

.view-tweets .views-field-created-time {
  color: #7d7d7d;
  margin: 15px 0 0;
  font-size: 12px;
  display: block;
}

.header-area .view-tweets .views-field-created-time, .pre-header-area .view-tweets .views-field-created-time, .header-top-area .view-tweets .views-field-created-time {
  color: #fff;
}

.view-tweets .views-field-created-time em {
  font-style: normal;
}

.view-archive .views-summary {
  color: #7d7d7d;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

.view-archive .views-summary a {
  padding: 10px 3px 10px 0;
  display: inline-block;
}

.item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-list ul li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

.item-list ul li.last {
  border-bottom: none;
}

.item-list ul li a {
  padding: 10px 3px 10px 0;
  display: inline-block;
}

ul.social-bookmarks, ul.brands {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.social-bookmarks li, ul.brands li {
  margin: 4px 10px 4px 0;
  display: inline-block;
}

ul.social-bookmarks li:first-child, ul.brands li:first-child {
  margin-left: 0 !important;
}

ul.social-bookmarks li a, ul.brands li a {
  color: #909599;
  width: 45px;
  height: 45px;
  text-align: center;
  border: 2px solid #c5c5c5;
  display: block;
}

ul.social-bookmarks li i, ul.brands li i {
  width: 100%;
  height: 100%;
  font-size: 23px;
  line-height: 42px;
}

ul.social-bookmarks li a:hover, ul.brands li a:hover {
  color: #fff;
  background-color: #282828;
  border: 2px solid #282828;
  text-decoration: none;
}

ul.social-bookmarks.large li, ul.brands.large li {
  margin: 0 20px 20px 0;
}

ul.social-bookmarks.large li a, ul.brands.large li a {
  width: 90px;
  height: 90px;
}

ul.social-bookmarks.large li a i, ul.brands.large li a i {
  font-size: 46px;
  line-height: 90px;
}

.header-area ul.social-bookmarks li, .header-area ul.brands li {
  margin: 0 -10px 0 0;
}

.header-area ul.social-bookmarks li i, .header-area ul.brands li i {
  line-height: 56px;
}

.header-area ul.social-bookmarks li a, .header-area ul.brands li a {
  color: #fff;
  width: 50px;
  height: 48px;
  text-align: center;
  border: none;
  display: block;
}

.header-area ul.social-bookmarks li a:hover, .header-area ul.brands li a:hover {
  background-color: #0b5563;
}

.header-top-area ul.social-bookmarks li a, .header-top-area ul.brands li a, .pre-header-area ul.social-bookmarks li a, .pre-header-area ul.brands li a {
  color: #fff;
  border: 2px solid #0000;
}

.header-top-area ul.social-bookmarks li a:hover, .header-top-area ul.brands li a:hover, .pre-header-area ul.social-bookmarks li a:hover, .pre-header-area ul.brands li a:hover {
  background-color: #0000;
  border: 2px solid #fff;
}

ul.user-social-bookmarks {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.user-social-bookmarks li {
  margin: 15px 6px 15px 0;
  display: inline-block;
}

ul.user-social-bookmarks li a {
  color: #909599;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 2px solid #c5c5c5;
  display: block;
}

ul.user-social-bookmarks li i {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 33px;
}

ul.user-social-bookmarks li a:hover {
  color: #0b5563;
  border-color: #0b5563;
}

.navigation-social-bookmarks {
  position: relative;
}

.navigation-social-bookmarks .social-bookmarks {
  z-index: 21;
  display: inline-block;
  position: relative;
}

.dropdown.search-bar {
  width: 100%;
  text-align: right;
  z-index: 20;
  position: absolute;
  top: 0;
}

.dropdown.search-bar .trigger {
  height: 54px;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  line-height: 54px;
  text-decoration: none;
  display: inline-block;
}

.dropdown.search-bar .trigger:after {
  content: "";
  font-family: FontAwesome;
}

.dropdown.search-bar.open .trigger:after {
  content: "";
  font-size: 22px;
}

.dropdown.search-bar .dropdown-menu {
  box-shadow: none;
  background-color: #f8f8f8;
  border-color: #ddd;
  border-radius: 0;
  margin: 0;
  padding: 10px;
  right: 0;
}

.sidebar .block-search {
  padding-top: 10px;
}

.block-search form {
  position: relative;
}

.block-search .form-actions {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.block-search .form-actions:after {
  content: "";
  z-index: 0;
  text-align: center;
  color: #fff;
  background-color: #c5c5c5;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 43px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.block-search div.form-actions input {
  min-width: 0;
  z-index: 1;
  height: 43px;
  background-color: #0000;
  margin: 0;
  padding: 13px 30px 12px;
  position: relative;
}

.block-search .form-actions input:hover {
  background-color: #0000;
}

.block-search .form-item input:focus {
  border-color: #c5c5c5;
}

.field-type-image {
  margin-bottom: 20px;
}

.views-field-field-image, .field-type-image, .image-listing-item, .image-wrapper > a, .node-teaser .field-type-image .overlayed-teaser {
  border: 1px solid #e5e5e5;
}

.node-teaser .field-type-image {
  border: none;
}

.images-container {
  overflow: hidden;
}

.image-preview {
  margin-bottom: 20px;
  overflow: hidden;
}

.image-caption p {
  color: #7d7d7d;
  padding: 10px 0 0;
  font-size: 13px;
}

.image-listing-items {
  margin-bottom: 20px;
}

.image-listing-item {
  float: left;
  max-width: 17.8667%;
  margin: 0 2.66% 2.66% 0;
  padding: 0;
  position: relative;
}

.image-listing-items .image-listing-item:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .image-listing-item {
    max-width: 31.4815%;
    margin: 0 2.77% 2.77% 0;
  }

  .image-listing-items .image-listing-item:nth-child(5n) {
    margin-right: 2.77%;
  }

  .image-listing-items .image-listing-item:nth-child(3n) {
    margin-right: 0;
  }
}

.overlayed {
  max-width: 100%;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}

.overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity= 0);
  z-index: 2;
  webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  background-color: #d6d6d64d;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
  position: absolute;
  inset: 0;
}

.overlay i {
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  -o-transition: all linear .2s;
  background-color: #0b5563;
  font-size: 18px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.overlay i:before {
  line-height: 42px;
}

.overlay.small i {
  width: 25px;
  height: 25px;
  font-size: 10px;
}

.overlay.small i:before {
  line-height: 27px;
}

.overlayed:hover {
  text-decoration: none;
  color: #fff !important;
}

.overlayed:hover .overlay {
  opacity: 1;
  filter: alpha(opacity= 100);
}

.overlayed-teaser {
  float: left;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.overlayed-teaser:hover a {
  text-decoration: none;
}

.overlayed-teaser a:before {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity= 0);
  z-index: 2;
  --webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  background-color: #d6d6d64d;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear;
  position: absolute;
  inset: 0;
}

.overlayed-teaser a:after {
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity= 0);
  -o-transition: all linear .2s;
  background-color: #0b5563;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 42px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.overlayed-teaser a:hover:after, .overlayed-teaser a:hover:before {
  opacity: 1;
  filter: alpha(opacity= 100);
  text-decoration: none;
}

.form-item {
  margin: 20px 0;
}

input.form-text, textarea {
  color: #898989;
  -o-border-radius: 0;
  width: 100%;
  height: 43px;
  -webkit-appearance: none;
  background: #fff;
  border: 2px solid #c5c5c5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  line-height: 1;
}

select {
  -o-border-radius: 0;
  border: 2px solid #c5c5c5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.form-type-password-confirm input.form-text {
  width: 50%;
}

.node-type-webform #main .form-item {
  background-color: #f8f8f8;
  border-left: 6px solid #e4e4e4;
  margin: 0;
  padding: 10px 40px;
}

input.form-text:focus, textarea:focus, .node-type-webform #main .form-text:focus, .node-type-webform #main textarea:focus {
  border-color: #0b5563;
}

.node-type-webform #main .form-text, .node-type-webform #main textarea {
  border: 3px solid #e1e1e1;
}

.node-type-webform #main #webform-component-name {
  padding-top: 30px;
}

.node-type-webform #main #webform-component-subject {
  padding-bottom: 30px;
}

.node-type-webform #main .form-item.webform-component-textarea {
  background-color: #f8f8f8;
  border-left: 6px solid #e4e4e4;
  margin: 0;
  padding: 30px 40px;
}

.node-type-webform #main .form-item.webform-component-markup {
  background-color: #0000;
  border-left: none;
  margin: 30px 0 10px;
  padding: 0;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input.form-text:focus {
  border-color: #c5c5c5;
}

.subscribe-form .form-actions {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.subscribe-form .form-actions input {
  min-width: 0;
  height: 43px;
  background-color: #c5c5c5;
  margin: 0;
  padding: 8px 22px 7px;
  font-family: FontAwesome;
  font-size: 28px;
}

.pre-header-area input.form-text, .pre-header-area textarea, .header-top-area input.form-text, .header-top-area textarea, .header-area input.form-text, .header-area textarea, .pre-header-area input.form-text:focus, .pre-header-area textarea:focus, .header-top-area input.form-text:focus, .header-top-area textarea:focus, .header-area input.form-text:focus, .header-area textarea:focus {
  border-color: #fff;
}

textarea {
  resize: none;
  height: auto;
  line-height: 1.57;
}

label {
  display: block;
}

fieldset {
  border: 1px solid #c5c5c5;
  margin: 20px 0 35px;
  padding: .5em;
}

fieldset legend {
  width: auto;
  text-transform: uppercase;
  border: 1px solid #c5c5c5;
  margin-left: 10px;
  padding: 5px;
  font-size: 12px;
  display: inline-block;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 0 3px;
}

select {
  width: 100%;
  color: #3f3f3f;
  margin: 10px 0;
}

a.button, input[type="submit"], input[type="reset"], input[type="button"], .view-commerce-cart-block ul.links li a, .checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back, .checkout-buttons .checkout-cancel:focus, .checkout-buttons .checkout-back:focus {
  text-transform: uppercase;
  color: #fff;
  min-width: 130px;
  text-align: center;
  -o-transition: all .2s ease-in-out;
  background-color: #88ccf1;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 10px 0 0;
  padding: 15px;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.pre-header-area a.button, .pre-header-area input[type="submit"], .header-top-area a.button, .header-top-area input[type="submit"] {
  background-color: #88ccf1 !important;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  margin-right: 5px;
}

a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .checkout-buttons .checkout-cancel:hover, .checkout-buttons .checkout-back:hover {
  color: #fff;
  background-color: #0b5563;
  text-decoration: none;
}

span.button-operator {
  margin: 0 10px 0 5px;
}

.comment_forbidden a:last-child {
  margin-right: 5px;
}

.more-link {
  text-align: center;
  clear: both;
}

.more-link a {
  margin: 15px 0 10px;
  padding: 0;
  font-size: 14px;
  display: block;
}

.more-link a:after {
  content: " ";
  font-family: FontAwesome;
  font-size: 12px;
  font-style: normal;
}

.footer-area .more-link {
  text-align: left;
}

.footer-area .more-link a {
  margin-top: 0;
}

.sidebar .more-link {
  border-bottom: 6px solid #ebebeb;
  margin-bottom: 5px;
}

.sidebar .more-link a {
  margin-top: 5px;
}

ul.inline li {
  padding: 0 8px 0 0;
}

ul.links li a, .more a, ul.links li.statistics_counter span {
  min-width: 105px;
  text-align: center;
  background-color: #ddd;
  margin-top: 8px;
  padding: 7px 15px;
  font-size: 11px;
  display: inline-block;
}

ul.links li.statistics_counter span {
  color: #88ccf1;
}

ul.links li a:hover, .more a:hover {
  color: #fff;
  background-color: #0b5563;
  text-decoration: none;
}

@media (max-width: 767px) {
  ul.inline li:first-child, ul.inline li {
    padding: 0;
  }

  ul.links li a, .more a {
    min-width: 0;
    margin-top: 5px;
    padding: 7px 10px;
  }

  ul.links li span {
    padding-right: 10px;
  }
}

.item-list ul.quicktabs-tabs, .nav-tabs {
  border-bottom: 3px solid #0b5563;
  margin: 10px 0 20px;
}

.item-list ul.quicktabs-tabs > li, .nav-tabs > li {
  float: left;
  border-bottom: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.item-list ul.quicktabs-tabs > li > a, .nav-tabs > li > a {
  text-transform: uppercase;
  color: #464646;
  -o-transition: none;
  background-color: #dadada;
  border: 1px solid #fff;
  border-top-color: #dadada;
  border-bottom-width: 3px;
  border-radius: 0;
  margin-right: 2px;
  padding: 10px 15px;
  font-size: 14px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  display: block;
  position: relative;
}

.nav-tabs li a i {
  padding-right: 10px;
  font-size: 20px;
}

.item-list ul.quicktabs-tabs > li > a:hover, .nav-tabs > li > a:hover {
  color: #fff;
  background-color: #0b5563;
  border-color: #0b5563;
  text-decoration: none;
}

.item-list ul.quicktabs-tabs > li.active > a, .nav-tabs > li.active > a, .item-list ul.quicktabs-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover {
  cursor: default;
  color: #fff;
  background-color: #0b5563;
  border: 1px solid #0b5563;
  border-bottom-width: 3px;
}

.item-list ul.quicktabs-tabs:after {
  content: " ";
  clear: both;
  display: table;
}

@media (min-width: 481px) {
  .item-list ul.quicktabs-tabs > li.active > a:after, .nav-tabs > li.active > a:after {
    /* content: ""; */
    text-align: center;
    width: 100%;
    color: #0b5563;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    bottom: -18px;
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .one-sidebar .sidebar .item-list ul.quicktabs-tabs > li > a, .one-sidebar .sidebar .nav-tabs > li > a {
    padding: 10px 15px;
  }
}

@media (min-width: 992px) {
  .two-sidebars.wide-sidebar .sidebar .item-list ul.quicktabs-tabs > li > a, .two-sidebars.wide-sidebar .sidebar .nav-tabs > li > a {
    padding: 10px;
    font-size: 11px;
  }

  .two-sidebars.narrow-sidebar .col-md-2 .sidebar .item-list ul.quicktabs-tabs, .two-sidebars.narrow-sidebar .col-md-2 .sidebar .nav-tabs {
    border-bottom: none;
    margin: 0 0 20px;
  }

  .two-sidebars.narrow-sidebar .col-md-2 .sidebar .item-list ul.quicktabs-tabs > li, .two-sidebars.narrow-sidebar .col-md-2 .sidebar .nav-tabs > li {
    float: none;
  }

  .two-sidebars.narrow-sidebar .col-md-2 .sidebar .item-list ul.quicktabs-tabs > li > a, .two-sidebars.narrow-sidebar .col-md-2 .sidebar .nav-tabs > li > a {
    border: 1px solid #fff;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .two-sidebars.narrow-sidebar .col-md-2 .sidebar .item-list ul.quicktabs-tabs > li.active > a:after, .two-sidebars.narrow-sidebar .col-md-2 .sidebar .nav-tabs > li.active > a:after {
    content: "" !important;
  }
}

@media (min-width: 1200px) {
  .two-sidebars.wide-sidebar .sidebar .item-list ul.quicktabs-tabs > li > a, .two-sidebars.wide-sidebar .sidebar .nav-tabs > li > a {
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .item-list ul.quicktabs-tabs, .nav-tabs {
    margin-bottom: 30px;
    border-bottom: none !important;
  }

  .item-list ul.quicktabs-tabs > li, .nav-tabs > li {
    width: 100%;
    margin: 0 0 5px;
  }

  .item-list ul.quicktabs-tabs > li > a, .nav-tabs > li > a {
    text-align: center;
    border-bottom: none !important;
  }
}

.panel-group {
  margin: 25px 0;
}

.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.panel-default > .panel-heading {
  -o-border-radius: 0;
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 0;
}

.panel-title a {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background-color: #0b5563;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.panel-title a.collapsed {
  color: #3f3f3f;
  background-color: #dadada;
}

.panel-heading a:hover {
  color: #fff;
  background-color: #0b5563;
  text-decoration: none;
}

.panel-title a i {
  padding-right: 10px;
  font-size: 20px;
}

.progress {
  box-shadow: none;
  background-color: #e5e5e5;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  color: #000;
  margin: 25px 0 40px;
}

table th {
  text-transform: uppercase;
  color: #fff;
  background-color: #88ccf1;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 400;
}

table th a, table th a:hover {
  color: #fff;
}

table th, table td {
  vertical-align: top;
  text-align: left;
  padding: 10px 20px;
}

table td {
  border: 1px solid #fff;
}

table tr.even, table tr.odd {
  background: #e4e4e4;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}

div#messages-console {
  margin: 20px 0 30px;
}

div.messages {
  color: #fff;
  margin: 10px 0 0;
  padding: 15px 75px;
  position: relative;
}

div.messages a {
  color: #fff;
  text-decoration: underline;
}

div.messages.status {
  background: #7aa239;
}

div.messages.error {
  background: #c53300;
}

div.messages.warning {
  background: #eb8314;
}

div.messages.status:before {
  content: "";
  width: 55px;
  text-align: center;
  height: 100%;
  background-color: #547f1f;
  padding-top: 13px;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

div.messages.error:before {
  content: "";
  width: 55px;
  text-align: center;
  height: 100%;
  background-color: #980a00;
  padding-top: 10px;
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

div.messages.warning:before {
  content: "";
  width: 55px;
  text-align: center;
  height: 100%;
  background-color: #e2630b;
  padding-top: 15px;
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.flexslider {
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  display: none;
}

#top-content .flexslider .caption {
  padding-left: 15px;
  padding-right: 15px;
}

.flexslider .caption h1 {
  margin-bottom: 10px;
  font-size: 36px;
}

.flexslider .slide-info {
  color: #7d7d7d;
}

.flexslider .slide-info-item {
  margin-bottom: 5px;
  margin-right: 25px;
  font-size: 11px;
  display: inline-block;
}

.flexslider .slide-info-item i {
  margin-right: 5px;
}

@media (min-width: 992px) {
  .sidebar-first .flexslider .caption {
    padding-right: 15px;
  }

  .sidebar-second .flexslider .caption {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .flexslider .caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  color: #0b5563;
  text-shadow: none;
  background-color: #fff;
  margin: 0;
  top: 0%;
}

.flex-direction-nav .flex-prev {
  text-align: center;
  left: auto;
  right: 40px;
}

.flex-direction-nav .flex-next {
  text-align: center;
  right: 0;
}

.flexslider:hover .flex-prev {
  opacity: .7;
  left: auto;
  right: 40px;
}

.flexslider:hover .flex-next {
  opacity: .7;
  right: 0;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  color: #fff;
  background-color: #0b5563;
  text-decoration: none;
}

.flex-direction-nav a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 26px;
  line-height: 40px;
  display: inline-block;
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 0;
    left: auto;
    right: 40px;
  }

  .flex-direction-nav .flex-next {
    opacity: 0;
    right: 0;
  }
}

.flex-control-nav {
  text-align: left;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity= 0);
  width: auto;
  top: 15px;
  bottom: auto;
  left: 12px;
}

.flexslider:hover .flex-control-nav {
  opacity: 1;
  filter: alpha(opacity= 100);
}

.flex-control-nav li {
  margin: 0 3px;
}

.flex-control-paging li a {
  -o-border-radius: 0;
  opacity: .75;
  filter: alpha(opacity= 75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  opacity: .9;
  filter: alpha(opacity= 90);
  background-color: #0b5563;
}

#internal-banner-slider .slides > li {
  position: relative;
}

#internal-banner-slider.one-value .slides > li {
  display: block;
}

.banner-caption {
  width: 490px;
  color: #252525;
  background-color: #fffc;
  padding: 25px 25px 25px 80px;
  position: absolute;
  bottom: 33%;
  left: 0;
}

.one-value .banner-caption {
  bottom: 7%;
}

.banner-caption .caption-title {
  margin-bottom: 5px;
  font-size: 25px;
}

.banner-caption:after {
  content: "";
  margin-top: -10px;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 29px;
}

@media (max-width: 991px) {
  .banner-caption {
    width: 460px;
    padding: 15px 15px 15px 60px;
    bottom: 7%;
  }

  .banner-caption:after {
    margin-top: -7px;
    font-size: 18px;
    left: 21px;
  }

  .banner-caption .caption-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .banner-caption .caption-title {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .banner-caption, .one-value .banner-caption {
    width: 100%;
    bottom: 0;
  }
}

#internal-slider-carousel {
  z-index: 2;
  background-color: #ffffff40;
  margin-top: -142px;
  padding: 15px 75px;
  position: relative;
}

#internal-slider-carousel .flex-viewport {
  z-index: 2;
}

#internal-slider-carousel ul.slides > li {
  cursor: pointer;
  webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #ffffff80;
  margin-right: 4.8px;
}

#internal-slider-carousel ul.slides > li.flex-active-slide {
  cursor: default;
  border-color: #0b5563;
}

#internal-slider-carousel ul.slides > li:hover {
  border-color: #0b5563;
}

@media (min-width: 1200px) {
  #internal-slider-carousel ul.slides > li {
    height: 108px;
  }
}

@media (max-width: 1199px) {
  #internal-slider-carousel {
    margin-top: -122px;
    padding: 15px 65px;
  }
}

@media (max-width: 991px) {
  #internal-slider-carousel {
    margin-top: 0;
    padding: 15px 54px;
  }
}

@media (max-width: 767px) {
  #internal-slider-carousel {
    padding: 15px 5px;
  }

  #internal-slider-carousel ul.slides > li {
    border: 2px solid #d2d2d280;
  }
}

#internal-slider-carousel .flex-direction-nav a {
  width: 70px;
  height: 100%;
  color: #3f3f3f;
  margin: 0;
  bottom: 0;
}

#internal-slider-carousel .flex-direction-nav a:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity= 100);
}

#internal-slider-carousel .flex-direction-nav .flex-prev, #internal-slider-carousel .flexslider:hover .flex-prev {
  text-align: center;
  opacity: .5;
  filter: alpha(opacity= 50);
  left: 0;
  right: auto;
}

#internal-slider-carousel .flex-direction-nav .flex-next, #internal-slider-carousel .flexslider:hover .flex-next {
  text-align: center;
  opacity: .5;
  filter: alpha(opacity= 50);
  right: 0;
}

#internal-slider-carousel .flex-direction-nav a:before {
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#internal-slider-carousel .flex-direction-nav a.flex-next:before {
  margin: -21px 0 0 -8px;
}

#internal-slider-carousel .flex-direction-nav a.flex-prev:before {
  margin: -21px 0 0 -9px;
}

#internal-slider-carousel .flex-direction-nav .flex-disabled, #internal-slider-carousel .flex-direction-nav .flex-disabled:hover {
  color: #c7c7c7;
  background-color: #fff;
  opacity: .5 !important;
  filter: alpha(opacity= 50) !important;
}

@media (max-width: 1199px) {
  #internal-slider-carousel .flex-direction-nav a {
    width: 60px;
  }
}

@media (max-width: 991px) {
  #internal-slider-carousel .flex-direction-nav a {
    width: 49px;
  }
}

@media (max-width: 767px) {
  #internal-slider-carousel {
    margin-bottom: 40px;
  }

  #internal-slider-carousel .flex-direction-nav {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: -5px;
  }

  #internal-slider-carousel .flex-direction-nav a {
    width: 40px;
    height: 40px;
    color: #0b5563;
    border: 2px solid #0b5563;
  }

  #internal-slider-carousel .flex-direction-nav .flex-prev {
    left: 12px;
  }

  #internal-slider-carousel .flex-direction-nav .flex-next {
    right: 2px;
  }

  #internal-slider-carousel .flex-direction-nav .flex-disabled {
    color: #c7c7c7;
    border: 2px solid #c7c7c7;
  }
}

#header {
  position: static;
  top: -70px;
}

.onscroll #header {
  z-index: 499;
  width: 100%;
  -o-transition: top .5s ease-in-out;
  -webkit-transition: top .5s ease-in-out;
  -moz-transition: top .5s ease-in-out;
  -ms-transition: top .5s ease-in-out;
  transition: top .5s ease-in-out;
  position: fixed;
  top: 0;
}

#navigation-site-name {
  display: none;
}

@media (min-width: 1200px) {
  .fixed-header-enabled #navigation-site-name {
    z-index: -1;
    padding: 13px 0 8px;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 20px;
  }

  .fixed-header-enabled #navigation-site-name a {
    color: #fff;
  }

  .fixed-header-enabled.onscroll #navigation-site-name {
    display: block;
  }
}

@media (max-width: 991px) {
  .onscroll #header-inside-right {
    display: none;
  }
}

.maintenance-page #header {
  min-height: 54px;
}

.maintenance-page #footer {
  border: none;
}

.maintenance-page #page-inside {
  padding-bottom: 70px;
}

#toTop {
  color: #0b5563;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity= 100);
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#toTop i {
  font-size: 56px;
}

.field-name-commerce-price, .field-type-commerce-price, .views-field-commerce-price {
  margin: 5px 0;
  font-size: 18px;
}

.view-promoted-posts .views-field-commerce-price, .view-services .views-field-commerce-price {
  margin: 5px 0 15px;
  font-size: 18px;
}

.node .field-name-commerce-price {
  margin: 25px 0 5px;
  font-size: 26px;
}

.view-commerce-cart-block td.views-field-line-item-title, .view-commerce-cart-form td.views-field-line-item-title, .view-commerce-cart-summary td.views-field-line-item-title, .view-commerce-line-item-table td.views-field-line-item-title {
  font-weight: normal;
}

.view-commerce-cart-form table, .view-commerce-cart-summary table, .view-commerce-line-item-table table, .view-commerce-cart-form tbody, .view-commerce-cart-summary tbody, .view-commerce-line-item-table tbody, .view-commerce-cart-form tr, .view-commerce-cart-summary tr, .view-commerce-line-item-table tr, .view-commerce-cart-form table td, .view-commerce-cart-summary table td, .view-commerce-line-item-table table td {
  vertical-align: middle;
  margin: 10px 0;
  padding: 10px 15px;
}

.view-commerce-cart-form table td input.form-text {
  height: 31px;
}

.view-commerce-cart-block table, .view-commerce-cart-block tbody, .view-commerce-cart-block tr, .view-commerce-cart-block table td, .view-commerce-cart-block table th {
  margin: 0;
  padding: 10px;
}

.commerce-add-to-cart .form-item-quantity {
  margin: 0 0 20px;
  padding: 0 15px 0 0;
  display: inline-block;
}

.commerce-add-to-cart .form-item-quantity label {
  font-size: 18px;
  font-weight: 400;
}

.commerce-add-to-cart .form-item-quantity input.form-text {
  width: 80px;
  text-align: right;
  font-size: 15px;
}

.view-commerce-cart-block .line-item-total, .block-commerce-cart .line-item-quantity {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 15px;
  padding: 15px 5px 5px;
}

.view-commerce-cart-block ul.links li {
  padding: 0;
}

.page-cart .view-commerce-cart-form .line-item-summary {
  padding: 10px 0;
}

.page-cart .view-commerce-cart-form input.delete-line-item {
  min-width: 0;
  padding: 5px 10px;
}

.page-checkout .view-commerce-cart-summary table.commerce-price-formatted-components tr {
  border: none;
}

.page-checkout .checkout-help {
  margin-bottom: 10px;
}

#edit-checkout.form-submit {
  margin: 0;
}

.page-checkout-review tr.pane-title {
  border: none;
}

.page-checkout-review tr.pane-data td {
  border-top: none;
}

.page-checkout-review tr.pane-title td {
  border-bottom: none;
}

.commerce-paypal-icons .label {
  color: #3f3f3f;
  margin-right: 5px;
  padding: 0 0 0 19px;
  font-size: 16px;
}

.commerce-paypal-icon {
  display: inline-block;
  top: 0;
}

.view-commerce-user-orders table, .view-commerce-user-orders table tbody, .view-commerce-user-orders table tr, .view-commerce-user-orders table td {
  border: none;
}

.view-commerce-user-orders table tr {
  border-bottom: 1px solid #ddd;
}

.view-commerce-user-orders table td.views-field-line-item-title {
  font-weight: bold;
}

.commerce-price-formatted-components td {
  padding-bottom: 0;
}

.entity-commerce-order .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount td {
  padding: 10px;
}

.commerce-price-formatted-components, .commerce-price-formatted-components tbody, .commerce-price-formatted-components tr, .commerce-price-formatted-components tr td {
  border: none;
}

#toolbar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#toolbar ul.menu li a {
  font-weight: 400;
}

#toolbar ul.menu li > a:before, #toolbar ul.menu li:before {
  content: "";
}

ul.tabs.primary {
  margin-bottom: 20px;
}

a.contextual-links-trigger, #toolbar a, textarea, ul.contextual-links li a {
  -o-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}

ul.contextual-links li a {
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
}

.ad-banner {
  text-align: center;
  background-color: #0003;
  padding: 20px;
}

#map-canvas {
  height: 400px;
}

#map-canvas img {
  max-width: inherit;
}

@media (max-width: 991px) {
  .view-highlighted-objects .views-field-title a {
    font-size: 19px;
  }

  p.large, .field-name-field-mt-subheader-body p, .view-popular-objects .views-field-title a {
    font-size: 17px;
  }

  #comments h2.title, .comment h3.title, .view-titles .more-link a, table th {
    font-size: 15px;
  }

  body, .view-titles .views-field-title a, #main-navigation ul.menu li a {
    font-size: 14px;
  }

  pre, .footer-area, .views-field-title a, input.form-text, textarea, .more-link a, .item-list ul.quicktabs-tabs > li > a, .nav-tabs > li > a, .panel-title a, table tr.even, table tr.odd, .banner-caption .caption-body {
    font-size: 13px;
  }

  .subfooter-area, .comment .field-name-comment-body, .views-field-field-mt-post-categories a, .image-caption p, a.button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .view-highlighted-objects .views-field-title a {
    font-size: 21px;
  }

  p.large, .field-name-field-mt-subheader-body p, .view-popular-objects .views-field-title a {
    font-size: 19px;
  }

  #comments h2.title, .comment h3.title, .view-titles .more-link a, table th, body, .view-titles .views-field-title a, #main-navigation ul.menu li a {
    font-size: 16px;
  }

  pre, .footer-area, .views-field-title a, input.form-text, textarea, .more-link a, .item-list ul.quicktabs-tabs > li > a, .nav-tabs > li > a, .panel-title a, table tr.even, table tr.odd {
    font-size: 15px;
  }

  .subfooter-area, .comment .field-name-comment-body, .views-field-field-mt-post-categories a, .image-caption p, a.button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .view-highlighted-objects .views-field-title a {
    font-size: 19px;
  }

  p.large, .field-name-field-mt-subheader-body p, .view-popular-objects .views-field-title a {
    font-size: 17px;
  }

  #comments h2.title, .comment h3.title, .view-titles .more-link a, table th {
    font-size: 15px;
  }

  body, .view-titles .views-field-title a, #main-navigation ul.menu li a {
    font-size: 14px;
  }

  pre, .footer-area, .views-field-title a, input.form-text, textarea, .more-link a, .item-list ul.quicktabs-tabs > li > a, .nav-tabs > li > a, .panel-title a, table tr.even, table tr.odd {
    font-size: 13px;
  }

  .subfooter-area, .comment .field-name-comment-body, .views-field-field-mt-post-categories a, .image-caption p, a.button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 12px;
  }
}
