@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

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

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

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.glyphicon-euro:before,
.glyphicon-eur: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: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

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

.glyphicon-object-align-vertical:before {
  content: "";
}

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

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up: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 {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role=button] {
  cursor: pointer;
}

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 39px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.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 > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 35px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

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

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #033c73;
  border-color: #022f5a;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #022241;
  border-color: black;
}
.btn-info:hover {
  color: #fff;
  background-color: #022241;
  border-color: #01101f;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #022241;
  border-color: #01101f;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #01101f;
  border-color: black;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #033c73;
  border-color: #022f5a;
}
.btn-info .badge {
  color: #033c73;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

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

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-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, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #033c73;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #022241;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

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

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #033c73;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * DSECU website style sheet
 * Copyright 2019 DSECU
 * All rights reserved.
 */
/* Website Fonts */
@font-face {
  font-family: SourceSansPro;
  src: url(../fonts/SourceSansPro/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
  font-family: SourceSansProBold;
  src: url(../fonts/SourceSansPro/SourceSansPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: ProbaProRegular;
  src: url(../fonts/ProbaPro/ProbaPro-Regular.woff2) format("woff2"), url(../fonts/ProbaPro/ProbaPro-Regular.woff) format("woff"), url(../fonts/ProbaPro/ProbaPro-Regular.otf) format("truetype"), url(../fonts/ProbaPro/ProbaPro-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ProbaProBold;
  src: url(../fonts/ProbaPro/ProbaPro-SemiBold.woff2) format("woff2"), url(../fonts/ProbaPro/ProbaPro-SemiBold.woff) format("woff"), url(../fonts/ProbaPro/ProbaPro-SemiBold.otf) format("truetype"), url(../fonts/ProbaPro/ProbaPro-SemiBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ProbaProSemiCorrect;
  src: url(../fonts/ProbaPro/ProbaPro-Medium.otf) format("truetype");
}
/* roboto-regular - cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/roboto-v19-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/roboto-v19-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/roboto-v19-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.woff2") format("woff2"), url("../fonts/Roboto/roboto-v19-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.woff") format("woff"), url("../fonts/Roboto/roboto-v19-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.ttf") format("truetype"), url("../fonts/Roboto/roboto-v19-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.svg#Roboto") format("svg");
}
/* open-sans-regular - cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans/open-sans-v16-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/open-sans-v16-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/open-sans-v16-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v16-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.woff") format("woff"), url("../fonts/OpenSans/open-sans-v16-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.ttf") format("truetype"), url("../fonts/OpenSans/open-sans-v16-cyrillic_greek-ext_latin_latin-ext_greek_cyrillic-ext-regular.svg#OpenSans") format("svg");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Merriweather/Merriweather-Regular.ttf");
  src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Merriweather/Merriweather-Italic.ttf");
  src: local("Merriweather Italic"), local("Merriweather-Italic"), url("../fonts/Merriweather/Merriweather-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather-Light";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Merriweather/Merriweather-Light.ttf");
  src: local("Merriweather Light"), local("Merriweather-Light"), url("../fonts/Merriweather/Merriweather-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather-LightItalic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Merriweather/Merriweather-LightItalic.ttf");
  src: local("Merriweather LightItalic"), local("Merriweather-LightItalic"), url("../fonts/Merriweather/Merriweather-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather-Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Merriweather/Merriweather-Bold.ttf");
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url("../fonts/Merriweather/Merriweather-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather-BoldItalic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Merriweather/Merriweather-BoldItalic.ttf");
  src: local("Merriweather BoldItalic"), local("Merriweather-BoldItalic"), url("../fonts/Merriweather/Merriweather-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FiraSans/FiraSans-Regular.ttf");
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("../fonts/FiraSans/FiraSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Fira Sans-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/FiraSans/FiraSans-Italic.ttf");
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url("../fonts/FiraSans/FiraSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: Flaticon;
  src: url("../fonts/Flaticon/Flaticon19.eot");
  src: url("../fonts/Flaticon/Flaticon19.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon/Flaticon19.woff2") format("woff2"), url("../fonts/Flaticon/Flaticon19.woff") format("woff"), url("../fonts/Flaticon/Flaticon19.ttf") format("truetype"), url("../fonts/Flaticon/Flaticon19.svg#Flaticon") format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Flaticon;
    src: url(/css/fonts/stylus_icons/Flaticon/Flaticon19.svg#Flaticon) format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-tick:before {
  content: "";
}

.flaticon-heart:before {
  content: "";
}

.flaticon-info:before {
  content: "";
}

.flaticon-heart-1:before {
  content: "";
}

.flaticon-youtube:before {
  content: "";
}

.flaticon-google-plus:before {
  content: "";
}

.flaticon-social-media:before {
  content: "";
}

.flaticon-instagram:before {
  content: "";
}

.flaticon-ticket:before {
  content: "";
}

.flaticon-close:before {
  content: "";
}

.flaticon-shop:before {
  content: "";
}

.flaticon-right-arrow:before {
  content: "";
}

.flaticon-left:before {
  content: "";
}

.flaticon-commerce-and-shopping:before {
  content: "";
}

.flaticon-gift:before {
  content: "";
}

.flaticon-coupon:before {
  content: "";
}

.flaticon-arrow-down-sign-to-navigate:before {
  content: "";
}

.flaticon-magnifying-glass:before {
  content: "";
}

.flaticon-download:before {
  content: "";
}

.flaticon-round-help-button:before {
  content: "";
}

.flaticon-rate:before {
  content: "";
}

.flaticon-shop-card:before {
  content: "";
}

.flaticon-menu:before {
  content: "";
}

.flaticon-gift-1:before {
  content: "";
}

.flaticon-truck:before {
  content: "";
}

.flaticon-settings:before {
  content: "";
}

.flaticon-right-arrow-1:before {
  content: "";
}

.flaticon-callcenter:before {
  content: "";
}

.flaticon-marker:before {
  content: "";
}

.flaticon-checked:before {
  content: "";
}

.flaticon-undo:before {
  content: "";
}

.flaticon-garbage:before {
  content: "";
}

.flaticon-upwards:before {
  content: "";
}

.flaticon-list:before {
  content: "";
}

.flaticon-chat:before {
  content: "";
}

.flaticon-paper-plane:before {
  content: "";
}

.flaticon-cart:before {
  content: "";
}

.flaticon-shield:before {
  content: "";
}

.flaticon-checked-1:before {
  content: "";
}

.flaticon-calendar:before {
  content: "";
}

.flaticon-compare-full:before {
  content: "";
}

.flaticon-phone:before {
  content: "";
}

.flaticon-compare-empty:before {
  content: "";
}

.flaticon-vodafone:before {
  content: "";
}

.flaticon-kyivstar:before {
  content: "";
}

.flaticon-phone-numb:before {
  content: "";
}

.flaticon-life:before {
  content: "";
}

.flaticon-profile:before {
  content: "";
}

.flaticon-grid-column:before {
  content: "";
}

.flaticon-grid-inline:before {
  content: "";
}

.flaticon-404:before {
  content: "";
}

.flaticon-compare:before {
  content: "";
}

.flaticon-user:before {
  content: "";
}

.flaticon-star:before {
  content: "";
}

.flaticon-time:before {
  content: "";
}

.flaticon-world:before {
  content: "";
}

.flaticon-male:before {
  content: "";
}

.flaticon-female:before {
  content: "";
}

.flaticon-cancel:before {
  content: "";
}

.flaticon-viber:before {
  content: "";
}

.flaticon-telegram:before {
  content: "";
}

.flaticon-twitter:before {
  content: "";
}

.flaticon-ui:before {
  content: "";
}

.flaticon-menu-1:before {
  content: "";
}

.flaticon-food-and-restaurant:before {
  content: "";
}

.flaticon-viber-1:before {
  content: "";
}

.flaticon-facebook:before {
  content: "";
}

.flaticon-like:before {
  content: "";
}

.flaticon-image:before {
  content: "";
}

.flaticon-answer:before {
  content: "";
}

.flaticon-youtube-1:before {
  content: "";
}

.flaticon-edit:before {
  content: "";
}

.flaticon-play-button:before {
  content: "";
}

.flaticon-star-1:before {
  content: "";
}

.flaticon-remove:before {
  content: "";
}

.flaticon-reset:before {
  content: "";
}

.flaticon-info-1:before {
  content: "";
}

.flaticon-menu-2:before {
  content: "";
}

.flaticon-buy:before {
  content: "";
}

.flaticon-preorder:before {
  content: "";
}

@keyframes "spinner" {
  to {
    transform: rotate(360deg);
  }
}
.main-wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  z-index: 4;
}

body.active {
  overflow: hidden;
}

/* Maximum contrast scheme for visually impaired people */
/* .lowvision класс добавляется в JavaScript */
body.lowvision {
  background: #fff;
  /*.main-logo {
  		-webkit-filter: grayscale(100%);
  		filter: grayscale(100%);
  	}
  */
}
body.lowvision * {
  border-radius: 0 !important;
  transition: 0s ease-in-out !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  text-shadow: none !important;
}
body.lowvision header#layout-header {
  /*		.menu-for-small-devices {
  			background: none;
  			background-color: $background_color_1 !important;
  			.menu-container {
  				.submenu {
  					.submenu-container {
  						.sub-submenu-container {
  							background: none;
  							background-color: $background_color_1 !important;
  						}
  					}
  				}
  			}
  		}
  */
}
body.lowvision header#layout-header .header-bg {
  background-image: none;
}
body.lowvision header#layout-header .navbar-fixed-top .header-top {
  border-radius: 0;
  background: #000;
}
body.lowvision header#layout-header .menu-container * {
  color: #000 !important;
}
body.lowvision header#layout-header .menu-container .showSubmenu.active {
  background: none;
  border-bottom: 2px solid #000 !important;
}
body.lowvision header#layout-header .menu-container .showSubmenu.active + .submenu {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision header#layout-header .menu-container .submenu {
  background: none;
  border: 2px solid #000 !important;
  width: 1200px;
  border: none !important;
}
body.lowvision header#layout-header .main-search span {
  color: #000 !important;
  color: #fff;
}
body.lowvision header#layout-header .main-search .icon {
  background-image: url(../images/NewIcons/icn-search-black.svg);
}
body.lowvision header#layout-header .main-title .icon {
  background-image: url(../images/icons/svg/gerb.svg);
}
body.lowvision header#layout-header .font-size-btns {
  display: block;
  text-align: center;
  font-family: "ProbaProBold", "SourceSansProBold";
  margin-bottom: 10px;
  padding-left: 48px;
  margin-top: -5px;
}
body.lowvision header#layout-header .font-size-btns .font-size-dec {
  float: left;
  width: 45px;
  border: 2px solid #000;
  margin-right: 20px;
}
body.lowvision header#layout-header .font-size-btns .font-size-inc {
  float: right;
  width: 45px;
  border: 2px solid #000;
}
body.lowvision header#layout-header .additional ul li.change-lang .icon {
  background-image: url(../svg/globe.svg);
}
body.lowvision header#layout-header .additional ul li.change-vision span {
  color: #fff;
}
body.lowvision header#layout-header .additional ul li.change-vision .icon {
  background-image: url(../svg/eye_disease.svg);
}
body.lowvision header#layout-header .additional ul li.old-version .icon {
  background-image: url(../svg/time_machine.svg);
}
body.lowvision header#layout-header .additional ul li.person-cab .icon {
  background-image: url(../svg/user.svg);
}
body.lowvision nav#top-nav.opaqued {
  background-color: #8CE;
}
body.lowvision .breaking-news .title {
  background-color: #8CE;
  color: #fff;
}
body.lowvision .nav-pills > li.active > a, body.lowvision .nav-pills > li.active > a:hover, body.lowvision .nav-pills > li.active > a:focus {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
body.lowvision .nav-pills > li.active > a > i, body.lowvision .nav-pills > li.active > a:hover > i, body.lowvision .nav-pills > li.active > a:focus > i {
  color: #000 !important;
}
body.lowvision .nav-pills > li > a, body.lowvision .nav-pills > li > a > i {
  color: #fff !important;
}
body.lowvision .nav-pills > li > a:hover, body.lowvision .nav-pills > li > a:focus {
  color: #000 !important;
}
body.lowvision section#news-posts * {
  color: #000 !important;
}
body.lowvision section#news-posts img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
body.lowvision .post-slider.post-block.v2 .post-categories a {
  background-color: #fff;
}
body.lowvision .post-slider.post-block.v2 .post-meta-wrap {
  background-image: none;
  background-color: #FFFFFFAA;
}
body.lowvision .bg-black {
  background: none;
}
body.lowvision nav#top-nav * {
  color: #000 !important;
}
body.lowvision nav#top-nav.navbar-inverse {
  background-color: #8CE;
}
body.lowvision .post-style-stick-v2 .item-list > ul > li .post-block .post-content {
  background-image: none;
  background-color: #FFFFFFAA;
}
body.lowvision .post-style-hero .post-block .post-content {
  background-image: none;
  background-color: #FFFFFFAA;
}
body.lowvision button.owl-next i, body.lowvision button.owl-prev i {
  color: #fff !important;
}
body.lowvision #footer-wrapper {
  background-color: #8AF;
}
body.lowvision #footer {
  background-color: #faee35;
}
body.lowvision .post-block .post-categories a:hover {
  text-decoration: underline;
}
body.lowvision .post-title a:hover {
  text-decoration: underline;
}
body.lowvision .post-style-hero .post-block .post-content a:hover {
  color: black;
}
body.lowvision nav#top-nav .dropdown-menu {
  background-color: #333333;
}
body.lowvision nav#top-nav.navbar-inverse .navbar-nav > .open > a::before {
  background: #000 !important;
}
body.lowvision nav#top-nav.navbar-inverse .navbar-nav > li > a::after {
  background: #000 !important;
}
body.lowvision nav#top-nav.navbar-inverse .navbar-nav > .open > a:focus:hover {
  background-color: transparent;
  color: #ffe358;
}
body.lowvision nav#top-nav .dropdown-menu .dropdown-menu-col a:hover {
  text-decoration: underline;
}
body.lowvision nav#top-nav .dropdown-menu .dropdown-menu-col > li > a {
  color: #fff !important;
}
body.lowvision .btn-info {
  background-color: #fff;
}
body.lowvision .form-control::placeholder {
  color: #fff;
}
body.lowvision header#layout-header * {
  color: #000 !important;
}
body.lowvision header#layout-header hr {
  border-top: 1px solid #aaa;
}
body.lowvision .font-btn-dis {
  pointer-events: none;
  opacity: 0.2;
}
body.lowvision .main-news * {
  color: #000 !important;
}
body.lowvision .main-news .main-item .background {
  background-image: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: none;
}
body.lowvision .main-news .main-item .background-filter {
  background: none;
  border: 2px solid #000 !important;
}
body.lowvision .main-news .main-item .background.without-photo {
  border: 2px solid #000 !important;
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .main-news .main-tabs {
  border-bottom: none !important;
}
body.lowvision .main-news .main-tabs li.active a {
  border-bottom: 2px solid #000 !important;
}
body.lowvision .main-news .main-tabs li:hover a {
  border-bottom: 2px solid #000 !important;
}
body.lowvision .main-news .main-tabs .nav-item.active {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .main-news .main-tabs .nav-item.active .nav-link {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .npa-search {
  background-image: none;
}
body.lowvision .npa-search .search-btn {
  background: none;
}
body.lowvision .npa-search input {
  background: none;
}
body.lowvision .npa-search .addition-search-items:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-image: url(../images/icons/linkbtngrey.png);
}
body.lowvision .reforms {
  background: none;
}
body.lowvision .reforms .reform-bunner .background {
  background-image: none;
}
body.lowvision .reforms .reform-bunner .background-filter {
  background-image: none;
  background: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .reforms .reform-item {
  border-bottom: 2px solid #000 !important;
}
body.lowvision .reforms .reform-item .icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .reforms .block-title {
  border-bottom: 2px solid #000 !important;
}
body.lowvision .reforms__steps--item.previous:after {
  background-image: none;
}
body.lowvision .button__accreditation {
  background: none;
  border: 2px solid #000 !important;
}
body.lowvision .button__search {
  background: none;
  border: 2px solid #000 !important;
}
body.lowvision .button__search:before {
  display: none;
}
body.lowvision .chosen-container {
  background: none;
}
body.lowvision .chosen-container.chosen-container-single .chosen-single {
  background: none;
  border: 2px solid #000 !important;
}
body.lowvision .chosen-container.chosen-container-single .chosen-drop {
  background: #fff;
}
body.lowvision .chosen-container.chosen-container-single .chosen-results li.highlighted {
  background: none;
}
body.lowvision .date-pick-form {
  background: none;
  border: 2px solid #000 !important;
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .date-pick-form .periods {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .date-pick-form:before {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .date-pick-form label input {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .digest-subscribe {
  background: none;
}
body.lowvision .digest-subscribe-form input {
  background: none;
}
body.lowvision .digest-subscribe-form .button {
  border: 2px solid #000 !important;
}
body.lowvision .editor-content div {
  background: none;
}
body.lowvision .editor-content div i {
  display: none;
}
body.lowvision .editor-content table tbody tr {
  background: none;
}
body.lowvision .editor-content table tbody tr td {
  border-bottom: 2px solid #000 !important;
}
body.lowvision .editor-content table thead tr th {
  border-bottom: 2px solid #000 !important;
}
body.lowvision .editor-content img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .editor-content ul > li:before {
  border-radius: 0;
  background: #000;
}
body.lowvision .editor-content ol > li:before {
  color: #000;
}
body.lowvision .last-media {
  background: none;
}
body.lowvision .last-media .galerry-preview .image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .last-media .item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .last-media .item .description {
  display: none;
}
body.lowvision .last-media .main-item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .lastnews__main .background {
  background: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .lastnews__main .addition {
  display: none;
}
body.lowvision .lastnews__main .background-filter {
  display: none;
}
body.lowvision .modal.gov .gov-ua {
  background: none;
  border: 2px solid #000 !important;
  background-color: #f8f8f8 !important;
}
body.lowvision .search-form {
  background: none;
}
body.lowvision .search-form .search-btn {
  background: none;
  border: 2px solid #000 !important;
}
body.lowvision .search-form .input {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .share__links td a:hover {
  background: none;
}
body.lowvision #map__anounce {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .all-materials:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .all-news:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .anounce__main--address > div object {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .anounce__main--time > div > div object {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .bunners .bunner {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .checkbox + label {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .checkbox + label:after {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .leaflet-container .leaflet-marker-pane img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .leaflet-container .leaflet-overlay-pane svg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .leaflet-container .leaflet-shadow-pane img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .leaflet-container .leaflet-tile-pane img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .leaflet-container img.leaflet-image-layer {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .media__result .last-media .item > a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .media__result .last-media .item > a:before {
  display: none;
}
body.lowvision .media__result .last-media .main-item > a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .mfp-image-holder .mfp-content img.mfp-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .news__item--attach .list__item > a:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .news__item--navigation.npa a .link object {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .news__item--navigation a .link object {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .notfound {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .page-content .timeline-form .chosen-container.chosen-container-single .chosen-single {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .page-content .timeline-form .chosen-container.chosen-container-single .chosen-single div b {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .page-content .timeline-form .select-interval .icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .page-content .timeline-form .select-interval:after {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .page-content .digest-subscribe {
  border: 2px solid #000 !important;
}
body.lowvision .page-content .digest-subscribe .digest-subscribe-form .button {
  border: 2px solid #000 !important;
}
body.lowvision .page-content .error {
  border: 2px solid #000 !important;
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .page-content .digest-subscribe-form .error {
  background-color: #000 !important;
  color: #fff !important;
}
body.lowvision .photogallery__list--item > a {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .print:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .rssicon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .services .all-services:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .services .block-title:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .services .serices-list li {
  border-bottom: 2px solid #000 !important;
}
body.lowvision .sidebar__accordion .panel-default .panel-heading a[data-toggle=collapse].collapsed .icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .sidebar__accordion .panel-default .panel-heading a[data-toggle=collapse] .icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .sidebar__list li > div.img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .sidebar__list li a.text:hover {
  border-bottom: none !important;
}
body.lowvision .static__list--item a.blank:after {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .team .team-item .photo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .timeline-block .timeline-item .desctiption .preview * {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .timeline-block .timeline-item:after {
  border-radius: 0;
  background: #000;
}
body.lowvision .timeline-block .timeline-item:before {
  border-radius: 0;
  background: #000;
}
body.lowvision .video {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .yet-themes:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision footer {
  border-top: 2px solid #000 !important;
}
body.lowvision footer .footer-bottom {
  border-top: 2px solid #000 !important;
}
body.lowvision footer .footer-bottom .description .item .icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision footer .footer-bottom .description .item span {
  font-size: 95%;
}
body.lowvision footer .footer-bottom .developer .dev .icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision footer .footer-bottom .developer .license span {
  font-size: 90%;
}
body.lowvision footer .footer-bottom .links ul li a {
  font-size: 95%;
}
body.lowvision iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.lowvision .authority-item .hidden-info {
  border: 2px solid #000 !important;
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .authority-item .result-count.active {
  border: 2px solid #000 !important;
  border-bottom: none !important;
  position: relative;
  top: 2px;
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .btns-wrap a.active {
  border: 2px solid #000 !important;
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .load-more {
  border: 2px solid #000 !important;
}
body.lowvision .load-more:before {
  display: none;
}
body.lowvision .nav-tabs.tags li.active a {
  border: 2px solid #000 !important;
}
body.lowvision .search-btn.active + .search-form {
  border: 2px solid #000 !important;
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .tag {
  border: 2px solid #000 !important;
  font-size: 90%;
  font-family: "ProbaProBold", "SourceSansProBold";
}
body.lowvision input {
  border: 2px solid #000 !important;
}
body.lowvision select {
  border: 2px solid #000 !important;
}
body.lowvision .services-tabs {
  border-bottom: none !important;
}
body.lowvision .services-tabs li.active a {
  border-bottom: 2px solid #000 !important;
}
body.lowvision .static__list {
  border-bottom: 2px solid #000 !important;
  border-top: 2px solid #000 !important;
}
body.lowvision hr.divider {
  border-top: 2px solid #000 !important;
}
body.lowvision .reforms__steps--item.active:after {
  border-radius: 0;
  background: #000;
}
body.lowvision .reforms__steps--item .step:before {
  border-radius: 0;
  background: #000;
}
body.lowvision .reforms__steps--item:before {
  border-radius: 0;
  background: #000;
}
body.lowvision .scrollToTop {
  border-radius: 0;
  background: #000;
}
body.lowvision .legislation__wrapper h1.title {
  border-bottom: none !important;
}
body.lowvision .lastnews {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .legislation__form .form-control {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .subscribe-container .header {
  background-color: #f8f8f8 !important;
  background: none;
}
body.lowvision .translation-item {
  background: none;
  background-color: #f8f8f8 !important;
}
body.lowvision .legislation__result--column .list > li:before {
  color: #000;
}
body.lowvision .search-tags {
  background: none;
}
body.lowvision .close-icon {
  background-color: #000;
}
body.lowvision .anounce__main .anounce__main--time .addtocalendar .atcb-item-link:hover {
  background-color: #000 !important;
  color: #fff !important;
}
body.lowvision .footer .footer-bottom {
  border: none !important;
}
body.lowvision #mobile-menu .red {
  color: #fff !important;
}
body.lowvision #mobile-menu .red + a {
  color: #fff !important;
}
body.lowvision #mobile-menu .red + a span {
  color: #fff !important;
}
body.lowvision #mobile-menu #changeVision_mob_std {
  color: #fff !important;
}
body.lowvision #mobile-menu .caret, body.lowvision #mobile-menu .close-button {
  color: #fff !important;
}
body.lowvision #mobile-menu ul.nav-second-level li > a {
  color: #fff !important;
}
body.lowvision #mobile-menu ul.nav-second-level li > a:hover {
  color: #000 !important;
}
body.lowvision #site-overview * {
  color: #000 !important;
}
body.lowvision #site-map-wrapper * {
  color: #000 !important;
}
body.lowvision #footer-wrapper * {
  color: #000 !important;
}

/* header#layout-header проверено */
header#layout-header {
  display: block;
  font-family: "ProbaProRegular", "SourceSansPro";
  /*	.header-top {
  		padding: 25px;
  		margin-bottom: 25px;
  		padding-bottom: 20px;
  		border-bottom: 1px solid #577db8;
  		height: 70px;
  		.menu-icon {
  			cursor: pointer;
  			width: 19px;
  			height: 19px;
  			top: -2px;
  			left: 5px;
  			background-image: url(../images/icons/icn-menu.png);
  			position: relative;
  			background-repeat: no-repeat;
  			background-size: cover;
  			background-position: 50%;
  		}
  		.menu-icon.close {
  			position: relative;
  			background-repeat: no-repeat;
  			background-size: cover;
  			background-position: 50%;
  			opacity: 1;
  			width: 15px;
  			height: 15px;
  			left: 20px;
  			background-image: url(../images/icons/icn-closemenu.png);
  		}
  	}
  */
  /*
  	.navbar-fixed-top {
  		.header-top {
  			margin-bottom: 0;
  		}
  	}
  	.navbar-fixed-top.affix {
  		.header-top {
  			margin-bottom: 0;
  		}
  	}
  */
  /*
  	.menu-container {
  		.menu {
  			float: left;
  			padding-top: 5px;
  			left: -10px;
  			position: relative;
  			a {
  				span {
  					border: none !important;
  				}
  			}
  			ul {
  				li {
  					display: inline-block;
  					cursor: pointer;
  					margin-right: 20px;
  					a {
  						display: block;
  						width: 100%;
  						color: $color_1;
  						font-size: 112%;
  						font-family: $font_family_ProbaProBold;
  						letter-spacing: 0;
  						padding: 10px 12px 10px;
  						transition: .2s ease-in-out;
  						&:hover {
  							color: $color_2;
  						}
  					}
  				}
  			}
  		}
  		.submenu {
              display: none;
  			position: absolute;
  			left: -30px;
  			top: 47px;
  			width: 1225px;
  			padding-left: 25px;
  			padding-top: 20px;
  			padding-bottom: 25px;
  			background-color: $background_color_2;
  			z-index: 20;
  			opacity: 0.95;
  			.col-md-4 {
  				ul {
  					li {
  						width: 100%;
  					}
  				}
  			}
  			.submenu-container {
  				float: left;
  				width: 33%;
  				ul {
  					li {
  						display: block;
  						line-height: 1.5;
  						margin: 0;
  						a {
                              height: inherit;
  							padding: 15px;
  							color: $color_1;
  							padding-top: 10px;
  							padding-bottom: 10px;
  							font-size: 100%;
  							transition: .2s ease-in-out;
  							&:hover {
  								color: $color_2;
  							}
  						}
  					}
  				}
  				.sub-submenu {
  					display: none;
  					ul {
  						li {
  							display: block;
  							a {
  								height: inherit;
  								padding-top: 10px;
  								padding-bottom: 10px;
  								font-family: $font_family_ProbaProRegular;
  								color: $color_3;
  								transition: .2s ease-in-out;
  								&:hover {
  									color: $color_2;
  								}
  							}
  						}
  					}
  				}
  			}
  		}
  		.showSubmenu {
  			height: inherit;
  		}
  		.showSubmenu.active {
  			color: $color_2;
  			background-color: $background_color_2;
  			&+.submenu {
  				display: block;
  			}
  		}
  		.showSubSubmenu.active {
  			&+.sub-submenu {
  				display: block;
  			}
  		}
  	}
  */
  /*	
      .social-links {
  		float: right;
  		margin-right: 20px;
  		ul {
  			li {
  				display: inline-block;
  				margin-left: 15px;
  				padding-top: 14px;
  				padding-bottom: 10px;
  				&:first-child {
  					margin-left: 7px;
  				}
  				a {
  					color: $color_4;
  					font-size: 112%;
  					transition: .2s ease-in-out;
  					&:hover {
  						color: $color_1;
  					}
  				}
  			}
  		}
  	}
  */
}
header#layout-header .header-bg {
  background-image: url(../images/header/headerbg_3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 90px 40px 20px 40px;
  margin-bottom: 0px;
}
header#layout-header .main-logo {
  position: relative;
  top: 5px;
  cursor: pointer;
}
header#layout-header .main-logo .icon {
  position: absolute;
  left: 0;
  top: -3px;
  width: 10px;
  height: 40px;
  background-color: #2669e3;
}
header#layout-header .main-logo .icon:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 20px;
  background-color: #ffe358;
}
header#layout-header .main-logo span {
  color: #fff;
  display: block;
  line-height: 0.5;
  padding-left: 19px;
  font-size: 154%;
  border-bottom: none !important;
  letter-spacing: 0;
  text-shadow: 1px 1px 2px black;
}
header#layout-header .main-logo .light {
  color: #aab3c6;
  font-family: "ProbaProRegular", "SourceSansPro";
  margin-top: 13px;
  font-size: 100%;
  letter-spacing: 0.8px;
}
header#layout-header .main-title {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}
header#layout-header .main-title .icon {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(../images/icons/svg/log_DSECU.svg);
}
header#layout-header .main-title h1 {
  font-family: "ProbaProBold", "SourceSansProBold";
  color: #fff;
  font-variant: small-caps;
  font-size: 200%;
  letter-spacing: 4px;
}
header#layout-header .main-title h1 span.first {
  font-size: 120%;
  text-transform: uppercase;
  position: relative;
  top: -1px;
  left: 5px;
  margin-left: 4px;
}
header#layout-header .main-title .light {
  color: #aab3c6;
  letter-spacing: 0.2px;
  padding-top: 2px;
  left: 2px;
  position: relative;
}
header#layout-header .main-title .light h3 {
  color: #317eac;
  font-size: 150%;
  font-family: "ProbaProRegular", "SourceSansPro";
  margin-top: 0px;
  margin-bottom: 15px;
}
header#layout-header .additional {
  float: right;
  width: 185px;
  padding-top: 5px;
}
header#layout-header .additional ul {
  padding-left: 0;
}
header#layout-header .additional ul li {
  cursor: pointer;
  margin-bottom: 22px;
}
header#layout-header .additional ul li:hover span {
  color: #fff;
}
header#layout-header .additional ul li span {
  color: #aab3c6;
  display: inline;
  padding-left: 0;
  font-size: 100%;
  transition: 0.2s ease-in-out;
  text-shadow: 1px 1px 2px black;
}
header#layout-header .additional ul li .icon {
  width: 23px;
  height: 23px;
  float: left;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: relative;
  top: 0px;
  left: 0;
}
header#layout-header .additional ul li form {
  display: inline;
}
header#layout-header .additional ul li form button {
  padding: 0;
  margin-top: -3px;
}
header#layout-header .additional ul li form button.logout:hover {
  color: #faee35;
}
header#layout-header .additional ul li.change-lang ul li {
  display: inline;
}
header#layout-header .additional ul li.change-lang .multilingual {
  color: #6b7588;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 98%;
  transition: 0.2s ease-in-out;
}
header#layout-header .additional ul li.change-lang .multilingual .nav-pills li {
  margin-bottom: 0px;
}
header#layout-header .additional ul li.change-lang .icon {
  background-image: url(../svg/globe_light.svg);
}
header#layout-header .additional ul li.change-vision span {
  color: #fff;
}
header#layout-header .additional ul li.change-vision .icon {
  background-image: url(../svg/eye_disease_light.svg);
}
header#layout-header .additional ul li.old-version .icon {
  background-image: url(../svg/time_machine_light.svg);
}
header#layout-header .additional ul li.person-cab .icon {
  background-image: url(../svg/user_light.svg);
}
header#layout-header hr {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 300px;
}
header#layout-header .font-size-btns {
  display: none;
}

/*
article, aside, details, figcaption, figure, footer, menu, nav, section {
	display: block;
}
*/
/* footer site-map is checked */
footer {
  /*	
  	.footer-bottom {
  		padding: 40px 20px 0px;
  		a {
  			color: $color_9;
  		}
  		.icon {
  			float: left;
  			position: relative;
  			margin-right: 15px;
  			background-repeat: no-repeat;
  			background-size: cover;
  			background-position: 50%;
  		}
  		.description {
  			.item {
  				margin-bottom: 43px;
  				.icon {
  					width: 50px;
  				}
  				&:first-child {
  					.icon {
  						height: 60px;
  						background-image: url(../images/icons/svg/log_DSECU.svg);
  					}
  					span {
  						line-height: 1.2;
  					}
  				}
  				&:nth-child(2) {
  					.icon {
  						height: 25px;
  						bottom: 2px;
  						left: 2px;
  						width: 50px;
  						background-image: url(../images/NewIcons/beta.svg);
  						background-size: contain;
  					}
  				}
  				span {
  					color: $color_4;
  					font-size: 87%;
  					padding-left: 69px;
  					display: block;
  					line-height: 20px;
  					letter-spacing: .1px;
  					.first {
  						color: $color_10;
  					}
  				}
  			}
  		}
  		.links {
  			ul {
  				li {
  					margin-bottom: 12px;
  					a {
  						color: $color_9;
  						font-size: 88%;
  						font-family: $font_family_ProbaProRegular;
  						font-weight: 500;
  					}
  				}
  			}
  		}
  		.additional {
  			float: left;
  			ul {
  				.icon {
  					height: 25px;
  					width: 25px;
  				}
  				li {
  					margin-bottom: 15px;
  					color: $color_9;
  					cursor: pointer;
  					font-family: $font_family_ProbaProBold;
  					.icon {
  						background-size: contain;
  					}
  					a {
  						color: $color_9;
  					}
  				}
  				li.change-vision {
  					.icon {
  						background-image: url(../images/icons/icn-accessability-f.png);
  						opacity: .4;
  						top: -8px;
  					}
  				}
  				li.change-lang {
  					.icon {
  						background-image: url(../images/icons/icn-language-f.png);
  						opacity: .4;
  						top: -8px;
  					}
  				}
  			}
  		}
  		.social-links {
  			position: absolute;
  			right: 73px;
  			ul {
  				li {
  					display: inline-block;
  					padding-left: 10px;
  					padding-right: 10px;
  					cursor: pointer;
  					a {
  						color: $color_9;
  						font-size: 106%;
  						transition: .2s ease-in-out;
  						&:hover {
  							color: $color_4;
  						}
  					}
  				}
  			}
  		}
  		.developer {
  			position: relative;
  			top: -10px;
  			.license {
  				float: left;
  				.icon {
  					width: 40px;
  					height: 40px;
  					bottom: 11px;
  					background-size: contain;
  					background-image: url(../images/NewIcons/cc-logo.svg);
  				}
  				a {
  					color: $color_9;
  					font-family: $font_family_ProbaProRegular;
  					font-weight: 500;
  				}
  				span {
  					color: $color_4;
  					font-size: 88%;
  					padding-left: 7px;
  					position: relative;
  					top: -2px;
  				}
  			}
  			.dev {
  				float: right;
  				.icon {
  					width: 50px;
  					height: 50px;
  					left: 3px;
  					top: -15px;
  					background-image: url(../images/icons/inrlogo.png);
  				}
  				a {
  					font-size: 95%;
  				}
  				span {
  					font-family: $font_family_ProbaProRegular;
  					font-weight: 500;
  					color: $color_4;
  					font-size: 88%;
  				}
  			}
  		}
  	}
  */
}
footer .test-mode {
  position: relative;
  margin: 10px auto 0 auto;
  width: max-content;
}
footer .test-mode .icon {
  background-image: url(../svg/warning.svg);
  width: 22px;
  float: left;
  background-size: contain;
  padding-bottom: 22px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
footer .test-mode span {
  color: gold;
}
footer .site-map-title {
  display: block;
  margin-bottom: 15px;
  font-size: 140%;
  letter-spacing: 1px;
  top: -3px;
  font-variant: small-caps;
  margin-top: 20px;
  color: #2669e3;
  position: relative;
  cursor: pointer;
  font-family: "ProbaProBold", "SourceSansProBold";
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
footer .site-map-title .first {
  font-size: 112%;
}
footer .site-map-title:hover {
  border-bottom: 1px solid #2669e3;
}
footer .site-map-title:before {
  content: "";
  position: absolute;
  display: block;
  right: -20px;
  top: 10px;
  width: 10px;
  height: 6px;
  transition: 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/icons/icn-dropdown.png);
}
footer .site-map-title.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
footer .site-map-item {
  margin-bottom: 37px;
}
footer .site-map-item .title {
  font-family: "ProbaProBold", "SourceSansProBold";
  margin-bottom: 15px;
  font-size: 88%;
}
footer .site-map-item ul li {
  margin-bottom: 14px;
}
footer .site-map-item ul li a {
  font-family: "ProbaProRegular", "SourceSansPro";
  font-weight: 500;
  color: #2d5ca6;
  font-size: 88%;
  line-height: 14px;
}
footer .site-map-item ul li ul {
  padding-left: 20px;
  margin-top: 12px;
  border-left: 1px solid #eaeef6;
}
footer .site-map-item ul li ul li {
  margin-bottom: 13px;
  line-height: 18px;
}
footer .site-map-item ul li ul li a {
  color: #2d5ca6;
  font-size: 88%;
  line-height: 14px;
  letter-spacing: 0.2px;
}
footer .site-map-item ul li ul li:first-child {
  position: relative;
  top: -1px;
}
footer .map-content {
  display: none;
}
footer .map-content.active {
  display: block;
}

body {
  box-sizing: border-box;
  z-index: 2;
}

ol {
  list-style: none;
  display: block;
  list-style-type: decimal;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

blockquote {
  quotes: none;
  background-color: #f8f8f8;
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-family: "Merriweather-LightItalic";
  font-size: 16px;
  border-left: 5px solid #00b29e;
}
blockquote:after {
  content: none;
}
blockquote:before {
  content: none;
}

q {
  quotes: none;
}
q:after {
  content: none;
}
q:before {
  content: none;
}

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

a {
  text-decoration: none;
  outline: none;
}
a:active {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}

button {
  outline: 0 !important;
}
button:active {
  outline: 0 !important;
}
button:focus {
  outline: 0 !important;
}
button:hover {
  outline: 0 !important;
}
button:visited {
  outline: 0 !important;
}

input {
  outline: 0 !important;
}
input:active {
  outline: 0 !important;
}
input:focus {
  outline: 0 !important;
}
input:hover {
  outline: 0 !important;
}
input:visited {
  outline: 0 !important;
}

optgroup {
  outline: 0 !important;
}
optgroup:active {
  outline: 0 !important;
}
optgroup:focus {
  outline: 0 !important;
}
optgroup:hover {
  outline: 0 !important;
}
optgroup:visited {
  outline: 0 !important;
}

select {
  outline: 0 !important;
}
select:active {
  outline: 0 !important;
}
select:focus {
  outline: 0 !important;
}
select:hover {
  outline: 0 !important;
}
select:visited {
  outline: 0 !important;
}

textarea {
  outline: 0 !important;
}
textarea:active {
  outline: 0 !important;
}
textarea:focus {
  outline: 0 !important;
}
textarea:hover {
  outline: 0 !important;
}
textarea:visited {
  outline: 0 !important;
}

.modal {
  text-align: center;
  padding: 0 !important;
  /*&:before {
  	content: "";
  	height: 100%;
  	margin-right: -4px;
  	display: inline-block;
  	vertical-align: middle;
  }*/
}
.modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  transition: transform 0.3s;
  transition: 0.3s ease-in-out;
}
.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.modal.gov .modal-dialog {
  vertical-align: top;
  margin: 50px 0 0;
  width: 100%;
  position: relative;
}
.modal.gov .gov-ua {
  position: relative;
  top: 0;
  left: 0;
  background-color: #31486c;
  width: 697px;
  height: 236px;
  padding-top: 50px;
}
.modal.gov .gov-ua i {
  top: 20px;
  right: 25px;
  height: 10px;
  position: absolute;
  width: 10px;
  cursor: pointer;
  color: white;
}
.modal.gov .gov-ua .icon-close {
  background-image: url(../images/icons/close-icon.png);
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  height: 10px;
  position: absolute;
  width: 10px;
  cursor: pointer;
}
.modal.gov .gov-ua .outer-links {
  float: left;
  color: #fff;
  line-height: 30px;
  padding-right: 67px;
}
.modal.gov .gov-ua .outer-links a {
  color: #fff;
  font-family: ProbaProSemiCorrect;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
.modal.gov .gov-ua .outer-links a:hover {
  border-bottom: 1px solid #fff;
  transition: 0.2s ease-in-out;
}
.modal.gov .gov-ua span {
  display: block;
  margin-top: 135px;
}
.modal.gov .gov-ua span a {
  color: #fff;
  font-family: ProbaProSemiCorrect;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
.modal.gov .gov-ua span a:hover {
  border-bottom: 1px solid #fff;
  transition: 0.2s ease-in-out;
}
.modal.gov .gov-ua th, .modal.gov .gov-ua td {
  padding: 5px 15px;
}
.modal.gov .gov-ua a {
  color: #fff;
  font-family: ProbaProSemiCorrect;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
.modal.gov .gov-ua a:hover {
  border-bottom: 1px solid #fff;
  transition: 0.2s ease-in-out;
}
.modal.gov .gov-ua table {
  margin-left: auto;
  margin-right: auto;
}

/*
#searchModalDialog {
	position: inherit;
	left: 0;
	right: 0;
	width: 90%;
	top: 50px;
}

.search-form {
	display: none;
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	width: auto;
	padding: 0px 0px 10px 0px;
	background-color: $background_color_7;
	z-index: 3;
	align-content: center;
	label {
		width: 100%;
		color: $color_1;
		display: block;
		font-weight: 100;
		font-family: $font_family_ProbaProBold;
	}
	.input {
		width: 100%;
		display: block;
		background-color: $background_color_8;
		height: 50px;
		border: none;
		color: $color_1;
		padding-left: 20px;
		margin-top: 10px;
	}
	.chosen-container {
		margin-top: 10px;
	}
	.chosen-container.chosen-container-single {
		.chosen-single {
			background-color: $background_color_8;
		}
	}
	.daterange-group {
		.item {
			width: 46%;
			label {
				width: 100%;
				display: block;
				position: relative;
				&:before {
					content: "";
					display: block;
					width: 25px;
					height: 25px;
					position: absolute;
					top: 40px;
					right: 15px;
					background-repeat: no-repeat;
					background-size: contain;
					background-image: url(../images/icons/svg/icn-calendar-white.svg);
					cursor: pointer;
				}
			}
		}
	}
	.submit-label {
		color: $color_black;
		&:before {
			z-index: 1;
			content: "";
			position: absolute;
			left: 50px;
			top: 40px;
			width: 20px;
			height: 20px;
			background-repeat: no-repeat;
			background-size: contain;
			background-position: 50%;
			background-image: url(../images/NewIcons/icn-search-black.svg);
		}
	}
	.search-btn {
		position: relative;
		display: block;
		float: left;
		margin-right: 30px;
		height: 50px;
		width: 100%;
		margin-top: 25px;
		text-align: center;
		font-family: $font_family_ProbaProBold;
		background: #ffe358;
		border: none;
		padding-left: 70px;
		padding-right: 42px;
		letter-spacing: 0;
		line-height: 39px;
	}
}

.search-form.active {
	display: block;
}

.close-icon {
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	background-image: url(../images/icons/icn-closemenu.png);
}
.btns-wrap {
	margin-top: 65px;
	padding-left: 20px;
	margin-bottom: 60px;
}
.arrow_box {
	position: absolute;
	background: #88b7d5;
	border: 2px solid #c2e1f5;
	&:after {
		bottom: 100%;
		left: 15px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: $border_color_1;
		border-bottom-color: $border_bottom_color_1;
		border-width: 7px;
		margin-left: -7px;
	}
	&:before {
		bottom: 100%;
		left: 15px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: $border_color_2;
		border-bottom-color: $border_bottom_color_2;
		border-width: 9px;
		margin-left: -9px;
	}
}
.service {
	a {
		color: $color_1;
		&:hover {
			color: $color_7;
		}
	}
}
.page {
	font-size: 100%;
	.h1 {
		font-size: 110%;
		text-align: center;
		color: $color_11;
	}
}
*/
nav#top-nav {
  background-image: none;
  background-size: 100% 100%;
  color: #fff;
  font-size: 112%;
  font-family: "ProbaProBold", "SourceSansProBold";
  border-radius: 0;
  margin-bottom: 0px;
  border: 0px solid black;
  backface-visibility: hidden;
  /*.dropdown-menu {
  	position: static;
  	background-color: $background_color_2;
  	font-size: 16px;
  }*/
}
nav#top-nav li.dropdown {
  position: static;
}
nav#top-nav .menu-container .row > ul {
  display: flex;
  justify-content: space-between;
  position: static;
  width: calc(100% - 100px);
}
nav#top-nav .menu-container .row > ul > li {
  position: static;
  text-align: center;
}
nav#top-nav .menu-container .row > ul::before {
  display: none;
  float: left;
}
nav#top-nav .menu-container .row > ul::after {
  display: none;
  float: left;
}
nav#top-nav::before {
  display: none;
  float: left;
}
nav#top-nav::after {
  display: none;
  float: left;
}
nav#top-nav .dropdown-menu {
  left: 0;
  right: 0;
  position: absolute;
  float: left;
  font-size: 16px;
  font-family: "ProbaProRegular", "SourceSansPro";
  background-color: #273043;
  opacity: 0.95;
  border: 0px solid rgba(0, 0, 0, 0.19);
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
nav#top-nav .dropdown-menu a {
  padding: 15px;
}
nav#top-nav .dropdown-menu .dropdown-menu-col {
  position: static;
  display: block;
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
nav#top-nav .dropdown-menu .dropdown-menu-col a:hover {
  color: #ffe358;
}
nav#top-nav .dropdown-menu .dropdown-menu-col > li > a {
  display: block;
  padding: 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
}
nav#top-nav .caret {
  display: none;
}
nav#top-nav.navbar-inverse {
  background-color: #202020;
  border: none;
  min-height: 45px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav#top-nav.navbar-inverse .navbar-toggle {
  background-color: transparent;
  color: #fff;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-right: 10px;
  padding-left: 10px;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a:hover {
  color: #ffe358;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a:focus:hover {
  color: #ffe358;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a:focus::before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav#top-nav.navbar-inverse .navbar-nav > li > a::before {
  top: 0;
  display: none;
  position: absolute;
  left: 3px;
  width: calc(100% - 6px);
  height: 2px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: opacity 0.3s 0 0.3s;
  -moz-transition: opacity 0.3s 0 0.3s;
  transition: opacity 0.3s transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav#top-nav.navbar-inverse .navbar-nav > li > a::after {
  bottom: 0;
  position: absolute;
  left: 3px;
  width: calc(100% - 6px);
  height: 2px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: opacity 0.3s 0 0.3s;
  -moz-transition: opacity 0.3s 0 0.3s;
  transition: opacity 0.3s transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav#top-nav.navbar-inverse .navbar-nav > .open > a {
  background-color: #273043;
  color: #ffe358;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > .open > a:hover {
  color: #ffe358;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffe358;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > .open > a:focus:hover {
  color: #ffe358;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > .open > a::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #faf;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: opacity 0.3s 0 0.3s;
  -moz-transition: opacity 0.3s 0 0.3s;
  transition: opacity 0.3s transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav#top-nav.navbar-inverse .navbar-nav > .open > a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #faf;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: opacity 0.3s 0 0.3s;
  -moz-transition: opacity 0.3s 0 0.3s;
  transition: opacity 0.3s transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
nav#top-nav.navbar-inverse .navbar-nav > .active > a {
  color: #ffffff;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: transparent;
}
nav#top-nav.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
nav#top-nav.navbar-fixed-top {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav#top-nav.opaqued {
  padding: 10px 0;
  background-color: rgba(0, 15, 25, 0.6);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}
nav#top-nav .main-search {
  float: right;
  padding-top: 12px;
  padding-bottom: 0px;
  cursor: pointer;
  opacity: 1;
  display: flex;
  vertical-align: middle;
}
nav#top-nav .main-search .icon {
  position: relative;
  left: 2px;
  bottom: 0px;
  width: 20px;
  height: 19px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/NewIcons/icn-search.svg);
}
nav#top-nav .main-search span {
  color: #fff;
  font-size: 100%;
  font-family: "ProbaProBold", "SourceSansProBold";
  left: -1px;
  bottom: 2px;
  position: relative;
  vertical-align: middle;
}
nav#top-nav #nav-toggle {
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  float: right;
  margin-left: 20px;
  margin-right: 15px;
}
nav#top-nav #nav-toggle span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #aaa;
  border-radius: 5px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
nav#top-nav #nav-toggle span:nth-child(1) {
  top: 0px;
}
nav#top-nav #nav-toggle span:nth-child(2) {
  top: 6px;
}
nav#top-nav #nav-toggle span:nth-child(3) {
  top: 6px;
}
nav#top-nav #nav-toggle span:nth-child(4) {
  top: 12px;
}
nav#top-nav #nav-toggle.open span:nth-child(1) {
  top: 6px;
}
nav#top-nav #nav-toggle.open span:nth-child(2) {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: right;
  -webkit-transform: translateY(0.05em) rotate(45deg) scaleX(0.6);
  -moz-transform: translateY(0.05em) rotate(45deg) scaleX(0.6);
  -o-transform: translateY(0.05em) rotate(45deg) scaleX(0.6);
  transform: translateY(0.05em) rotate(45deg) scaleX(0.6);
}
nav#top-nav #nav-toggle.open span:nth-child(3) {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: right;
  -webkit-transform: translateY(-0.05em) rotate(-45deg) scaleX(0.6);
  -moz-transform: translateY(-0.05em) rotate(-45deg) scaleX(0.6);
  -o-transform: translateY(-0.05em) rotate(-45deg) scaleX(0.6);
  transform: translateY(-0.05em) rotate(-45deg) scaleX(0.6);
}
nav#top-nav #nav-toggle.open span:nth-child(4) {
  top: 6px;
}

@media screen and (max-width: 992px) {
  nav#top-nav.opaqued {
    background-color: rgba(0, 15, 25, 0.6);
    padding: 0;
  }
}
.post-slider.post-block.v2 .post-categories a {
  font-size: 14px;
  font-weight: 600;
  background-color: #333333;
}

@media (max-width: 992px) {
  .row-sm-no-padding[class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*
#before-top-nav {
    height: 0px;
    width: 100%;
    top: -50px;
}
#before-top-nav.affix {
    position: fixed;
    top: -50px;
    height: 50px;
}

.affix-top {
	&+.postnav {
		padding-top: 0px;
	}
}
.affix {
	&+.postnav {
		padding-top: 50px;
	}
}
*/
/* Mobile Menu uses Slideout.js */
nav#mobile-menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
nav#mobile-menu .nav-second-level {
  padding-left: 0px;
  margin-left: 10px;
  margin-top: 5px;
  border-left: 1px solid #eaeef6;
}
nav#mobile-menu .nav-second-level li a {
  margin-left: 10px;
  color: #009688;
  text-transform: none;
  white-space: normal;
}
nav#mobile-menu .nav-third-level {
  padding-left: 0px;
  margin-left: 20px;
  margin-top: 5px;
  border-left: 1px solid #eaeef6;
}
nav#mobile-menu .dropdown-toggle span.caret {
  transform: rotate(0deg);
}
nav#mobile-menu .dropdown-toggle.collapsed span.caret {
  transform: rotate(-90deg);
}
nav#mobile-menu .nav-pills li.active > a {
  background-color: transparent;
  border: 1px dashed #999;
}
nav#mobile-menu .nav-pills li.active > a:hover {
  background-color: #dddddd;
}
nav#mobile-menu .nav-pills li.active > a:focus {
  background-color: transparent;
}
nav#mobile-menu .nav > li > a:hover {
  background-color: #dddddd;
}
nav#mobile-menu .nav > li > a:focus {
  background-color: #dddddd;
}
nav#mobile-menu .panel {
  margin-bottom: 1px;
  background-color: inherit;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
nav#mobile-menu #w7-collapse7 {
  width: 232px;
}

.slideout-menu-right {
  right: 0;
}

.slideout-menu-left {
  left: 0;
}

.slideout-panel {
  position: absolute;
  z-index: 3;
  background-color: #FFF;
  min-height: 100vh;
  left: 0;
  right: 0;
}

.slideout-open {
  overflow: hidden;
}
.slideout-open body {
  overflow: hidden;
}
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  background-color: #1c293f;
  display: none;
}

/* End of Slideout */
/* Kerivnytstvo */
.team .static__list {
  margin-bottom: 20px;
}
.team .static__list .static__list--item {
  padding: 0;
}
.team .team-row {
  margin: 30px 0;
}
.team .team-item {
  margin-bottom: 20px;
  margin-top: 20px;
}
.team .team-item .photo {
  display: block;
  margin: 0 auto;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #d3d5d9;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.team .team-item .name {
  display: block;
  font-size: 1.3em;
  font-family: "ProbaProRegular", "SourceSansPro";
  color: #2d5ca6;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-top: 5px;
}
.team .team-item .employment {
  font-size: 1em;
  font-family: "ProbaProRegular", "SourceSansPro";
  color: #273043;
  text-align: center;
  line-height: 18px;
}

.page-content .page-title {
  margin: 0 auto;
  width: 770px;
  text-align: center;
}
.page-content .page-title-text {
  font-family: "ProbaProRegular", "SourceSansPro";
  font-size: 2.25rem;
  line-height: 40px;
  color: #273043;
  margin-bottom: 20px;
}
.page-content .page-title-desc {
  font-family: "ProbaProRegular", "SourceSansPro";
  font-size: 95%;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #273043;
  margin-bottom: 15px;
}
.page-content .static__list--item {
  padding: 0;
}
.page-content .with-theme.digest-subscribe .digest-subscribe-form .icon {
  bottom: 205px;
}

/*#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	opacity: 0.9;
	background: #f5f5f5 no-repeat center center;
	background-size: 40%;
}*/
.vcenter {
  display: flex;
  margin-top: 66px;
}

#footer {
  margin-top: 40px;
  background-color: #101010;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #eee;
  border-top: 1px solid #333;
}
#footer a {
  color: #bdc3c7;
}
#footer a:hover {
  color: #00b29e;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
  display: inline-block;
  margin-left: 15px;
}
#footer .copyright {
  width: 90%;
}

/* FOOTER */
#footer-wrapper {
  z-index: 1;
  padding-top: 48px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #202020;
}
#footer-wrapper a {
  color: #bdc3c7;
  text-decoration: underline;
  font-style: italic;
}
#footer-wrapper a:hover {
  color: #00b29e;
}

.widget-img {
  max-width: 80px;
  height: auto;
}

.about-us-widget {
  background-image: url(../images/world-map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}

.dsecu {
  margin-bottom: 20px;
}

.mission {
  margin-bottom: 20px;
}

.widget-title {
  font-size: 18px;
  text-transform: uppercase;
}

#bottom {
  color: #bdc3c7;
}
#bottom h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}
#bottom .media-heading {
  display: block;
  font-weight: 400;
}

ul.arrow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before {
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 6px;
  content: "";
}
ul.arrow li::after {
  font-family: "FontAwesome";
  font-size: 10px;
}

ul.arrow-double {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow-double li::before {
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 6px;
  content: "";
}
ul.arrow-double li::after {
  font-family: "FontAwesome";
  font-size: 10px;
}

ul.tick {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tick li::before {
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 6px;
  content: "";
}
ul.tick li::after {
  font-family: "FontAwesome";
  font-size: 10px;
}

ul.cross {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.cross li::before {
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 6px;
  content: "";
}
ul.cross li::after {
  font-family: "FontAwesome";
  font-size: 10px;
}

ul.star {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.star li::before {
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 6px;
  content: "";
}
ul.star li::after {
  font-family: "FontAwesome";
  font-size: 10px;
}

ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.rss li::before {
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 6px;
  content: "";
}
ul.rss li::after {
  font-family: "FontAwesome";
  font-size: 10px;
}

/* Website Map */
#site-map-wrapper {
  z-index: 4;
  padding-top: 0px;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #f8f8f8;
}
#site-map-wrapper .site-map-title {
  display: block;
  margin-bottom: 15px;
  font-size: 140%;
  letter-spacing: 1px;
  top: -3px;
  font-variant: small-caps;
  margin-top: 20px;
  color: #2669e3;
  position: relative;
  cursor: pointer;
  font-family: "ProbaProBold", "SourceSansProBold";
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
#site-map-wrapper .site-map-title .first {
  font-size: 112%;
}
#site-map-wrapper .site-map-title:hover {
  border-bottom: 1px solid #2669e3;
}
#site-map-wrapper .site-map-title:before {
  content: "";
  position: absolute;
  display: block;
  right: -20px;
  top: 10px;
  width: 10px;
  height: 6px;
  transition: 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/icons/icn-dropdown.png);
}
#site-map-wrapper .site-map-title.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#site-map-wrapper .site-map-item {
  margin-bottom: 37px;
}
#site-map-wrapper .site-map-item .title {
  font-family: "ProbaProBold", "SourceSansProBold";
  margin-bottom: 15px;
  font-size: 88%;
}
#site-map-wrapper .site-map-item ul li {
  margin-bottom: 14px;
}
#site-map-wrapper .site-map-item ul li a {
  font-family: "ProbaProRegular", "SourceSansPro";
  font-weight: 500;
  color: #2d5ca6;
  font-size: 88%;
  line-height: 14px;
}
#site-map-wrapper .site-map-item ul li ul {
  padding-left: 20px;
  margin-top: 12px;
  border-left: 1px solid #eaeef6;
}
#site-map-wrapper .site-map-item ul li ul li {
  margin-bottom: 13px;
  line-height: 18px;
}
#site-map-wrapper .site-map-item ul li ul li a {
  color: #2d5ca6;
  font-size: 88%;
  line-height: 14px;
  letter-spacing: 0.2px;
}
#site-map-wrapper .site-map-item ul li ul li:first-child {
  position: relative;
  top: -1px;
}
#site-map-wrapper .map-content {
  display: none;
}
#site-map-wrapper .map-content.active {
  display: block;
}

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

.form-group-centered {
  margin: 0px auto;
  width: 50%;
}

#searchForm {
  height: 70px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: height 0.5s;
  overflow: hidden;
}
#searchForm.active {
  height: 150px;
}
#searchForm .search-field {
  border: #888 1px solid;
  padding: 0 10px;
  color: #AAA;
  outline: none;
  font-size: 18px;
  background-color: transparent;
  font-weight: 200;
  font-family: ProbaProRegular;
}

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

.form-inline .input-group .input-group-btn {
  width: 1%;
}

.search-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: height 0.5s;
  overflow: hidden;
  height: 0px;
}

.search-container.active {
  height: 70px;
}

#searchForm .center-block {
  display: table;
}

/*
.action-buttons {
	div {
		text-transform: uppercase;
		margin: auto 10px;
		text-transform: uppercase;
		margin: auto 10px;
	}
}
.header-logo__link {
	text-transform: uppercase;
	margin: auto 10px;
	text-transform: uppercase;
	margin: auto 10px;
}
*/
/* Mobile Menu */
.menu-left {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 1s;
  min-height: 100vh;
  max-width: 300px;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  padding: 17px 10px 25px 20px;
  color: #fff;
  overflow: hidden;
  height: 100%;
}
.menu-left .scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 50px;
  box-sizing: content-box;
  overflow-x: hidden;
  position: relative;
}
.menu-left .buttons.open {
  height: 400px;
}
.menu-left .buttons {
  justify-content: space-between;
  display: flex;
  padding-top: 0;
  padding-bottom: 43px;
  overflow: hidden;
  height: 40px;
  transition: height 0.5s;
  position: relative;
  text-align: left;
}
.menu-left section {
  padding: 23px 0;
  font-size: 12px;
  font-family: "Roboto", Arial, serif;
}
.menu-left section:last-of-type {
  border-bottom-color: transparent;
}
.menu-left section:last-of-type::after {
  display: none;
}
.menu-left section::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: -20px;
}
.menu-left section > p > a {
  display: inline;
  text-decoration-style: underline;
}
.menu-left section > a {
  display: block;
  margin-top: 22px;
  text-decoration: underline;
}
.menu-left .region-button {
  text-transform: uppercase;
  display: block;
  height: 20px;
  z-index: 20;
  line-height: 25px;
  cursor: pointer;
  position: relative;
}
.menu-left .region-button img {
  margin-right: 10px;
  margin-top: -3px;
}
.menu-left .close-button {
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 20px;
  display: inline-block;
  vertical-align: -4px;
  text-align: center;
  z-index: 20;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
}
.menu-left .region-links {
  width: 100%;
  max-width: 240px;
  position: absolute;
  height: 430px;
  z-index: 10;
  margin-top: 40px;
}
.menu-left .region-links .red {
  font-family: "PT Serif", Arial, serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 25px;
  color: #dc9f80;
}
.menu-left .region-links a {
  display: block;
  font-size: 13px;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
  margin-left: 30px;
}
.menu-left .region-links a span {
  display: inline-block;
  min-width: 30px;
}
.menu-left .region-links a.active {
  color: yellow;
}
.menu-left .region-links a.active span {
  color: yellow;
}
.menu-left .region-links img {
  margin-right: 10px;
  margin-top: -3px;
}
.menu-left .category-links {
  position: relative;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.menu-left .category-links a {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  justify-content: space-between;
  text-transform: uppercase;
  margin: auto 10px;
  font-size: 13px;
  font-family: "Roboto", Arial, serif;
  font-weight: 500;
  padding: 11px;
  margin: 0;
  white-space: nowrap;
  width: inherit;
}
.menu-left .category-links a:hover {
  width: inherit;
}
.menu-left .category-links > div {
  display: inline-block;
}
.menu-left .category-links > a {
  padding: 3px 0;
  display: block;
  z-index: 10;
}
.menu-left .category-links > div {
  display: block;
  width: 100%;
}
.menu-left .category-links > div > a {
  padding: 3px 0;
  display: block;
  z-index: 10;
}
.menu-left .category-links a + .subcategory {
  position: absolute;
  left: 100px;
  width: 140px;
  margin-top: -22px;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-15px);
  transition: transform 0.5s, opacity 0.3s;
}
.menu-left .category-links a + .subcategory a {
  padding: 0 0 6px;
  text-transform: initial;
  width: 100%;
}
.menu-left .issue {
  display: flex;
  align-items: flex-end;
  margin-bottom: 28px;
}
.menu-left .issue .buy {
  padding-left: 20px;
}
.menu-left .issue .buy span {
  text-decoration: underline;
}
.menu-left .issue .buy a:first-of-type {
  margin-bottom: 15px;
  display: block;
  display: none;
}
.menu-left .issue a {
  position: relative;
  display: block;
  width: 120px;
}
.menu-left .issue-text {
  font-size: 18px;
  font-family: "PT Serif", Arial, serif;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 38px;
}
.menu-left form {
  font-size: 13px;
  font-family: "Roboto", Arial, serif;
  margin-bottom: 40px;
}
.menu-left label {
  margin-bottom: 13px;
  display: inline-block;
  font-weight: normal;
}
.menu-left input {
  margin-bottom: 13px;
  width: 100%;
  max-width: 240px;
  border: 1px solid #777;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 10px;
  color: black;
}
.menu-left form.subscribe button {
  width: 100%;
  max-width: 240px;
  border: 1px solid #777;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 10px;
  color: black;
  background: transparent;
  color: #fff;
  padding: 5px 20px;
  max-width: 100px;
  border-radius: 0;
}
.menu-left .social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.menu-left .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #262626;
  border-radius: 50%;
  font-size: 0;
  margin-top: 0;
}
.menu-left .etc-links {
  margin-bottom: 17px;
}
.menu-left .etc-links a {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 0;
  color: #ccc;
}
.menu-left p {
  font-size: 11px;
  line-height: 18px;
  color: #ccc;
  margin-top: 0;
  margin-bottom: 1rem;
}
.menu-left p a {
  display: block;
  margin-top: 22px;
  text-decoration: underline;
}
.menu-left.open {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
.menu-left svg {
  overflow: hidden;
  vertical-align: middle;
}
.menu-left .announce__image-full.loaded {
  opacity: 1;
}
.menu-left .announce__image-full {
  position: relative;
  opacity: 1 !important;
}
.menu-left .spinner_abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-left .spinner {
  display: block;
  width: 40px;
  height: 40px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid transparent;
  border-radius: 100%;
  animation: spinner 1s infinite linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.2);
}
.menu-left .announce__image-thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.menu-left .region-button img, .menu-left .region-links img {
  width: 20px;
  height: 20px;
}
.menu-left img {
  vertical-align: middle;
  border-style: none;
}
.menu-left .caret-button {
  float: right;
  font-size: 10px;
}
.menu-left .a-label-text {
  float: left;
  width: 76%;
}
.menu-left .dropdown-toggle.collapsed .caret-button {
  background-color: #286090;
  border-color: #204d74;
}
.menu-left .dropdown-toggle.collapsed .caret-button:focus {
  background-color: #286090;
  border-color: #122b40;
}

/* Modal window SEARCH */
#searchModal .modal-body {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Modal window LOGIN */
#loginModal .centered-modal.in {
  display: flex !important;
}
#loginModal .centered-modal .modal-dialog {
  left: 0;
  right: 0;
  margin: auto;
}
#loginModal .login-wrap {
  width: 100%;
  margin: auto;
  min-width: 340px;
  min-height: 586px;
  position: relative;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  margin: 0;
  color: #6a6f8c;
  font: 600 16px/18px "Open Sans", sans-serif;
}
#loginModal .login-html {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 40px 15px 50px 15px;
  background: #f8f8f8;
}
#loginModal .login-html #login-form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all 0.4s linear;
}
#loginModal .login-html #signup-form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all 0.4s linear;
}
#loginModal .login-html #update-pwd-form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all 0.4s linear;
}
#loginModal .login-html .sign-in {
  display: none;
}
#loginModal .login-html .sign-in:checked + .tab {
  color: #337ab7;
  border-color: #eeb111;
}
#loginModal .login-html .sign-in:checked + .tab + .sign-up + .tab + .update-pwd + .tab + .login-form #login-form {
  transform: rotate(0);
}
#loginModal .login-html .sign-up {
  display: none;
}
#loginModal .login-html .sign-up:checked + .tab {
  color: #337ab7;
  border-color: #eeb111;
}
#loginModal .login-html .sign-up:checked + .tab + .update-pwd + .tab + .login-form #signup-form {
  transform: rotate(0);
}
#loginModal .login-html .update-pwd {
  display: none;
}
#loginModal .login-html .update-pwd:checked + .tab {
  color: #337ab7;
  border-color: #eeb111;
}
#loginModal .login-html .update-pwd:checked + .tab + .login-form #update-pwd-form {
  transform: rotate(0);
}
#loginModal .login-html .tab {
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 15px;
  padding-bottom: 5px;
  margin: 0 15px 25px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
#loginModal .login-form {
  min-height: 345px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
#loginModal .login-form .group {
  margin-bottom: 15px;
}
#loginModal .login-form .group .check {
  display: none;
}
#loginModal .login-form .group .check:checked + label {
  color: #fff;
}
#loginModal .login-form .group .check:checked + label .icon {
  background: #1161ee;
}
#loginModal .login-form .group .check:checked + label .icon:before {
  transform: scale(1) rotate(45deg);
}
#loginModal .login-form .group .check:checked + label .icon:after {
  transform: scale(1) rotate(-45deg);
}
#loginModal .login-form .group .label {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  display: block;
  color: #aaa;
  font-size: 12px;
}
#loginModal .login-form .group .button {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  display: block;
  border: none;
  padding: 15px 20px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  background: #1161ee;
}
#loginModal .login-form .group .input {
  width: 100%;
  color: #fff;
  display: block;
  border: none;
  padding: 15px 20px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
}
#loginModal .login-form .group input[data-type=password] {
  text-security: circle;
  -webkit-text-security: circle;
}
#loginModal .login-form .group label .icon {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}
#loginModal .login-form .group label .icon:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  left: 3px;
  width: 5px;
  bottom: 6px;
  transform: scale(0) rotate(0);
}
#loginModal .login-form .group label .icon:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  top: 6px;
  right: 0;
  transform: scale(0) rotate(0);
}
#loginModal .hr {
  height: 2px;
  margin: 60px 0 50px 0;
  background: #999999;
}
#loginModal .foot-lnk {
  text-align: center;
}
#loginModal .captcha-line {
  display: inline-flex;
}
#loginModal .captcha-line-image {
  margin: 0 5px 0 5px;
  vertical-align: middle;
}
#loginModal .captcha-line-text {
  margin: auto 5px auto 5px;
  vertical-align: middle;
}

.post-block {
  background: #fff;
}
.post-block .post-image {
  overflow: hidden;
}
.post-block .post-image a {
  position: relative;
  display: block;
}
.post-block .post-image a:before {
  background: transparent linear-gradient(to right, rgba(29, 157, 155, 0.6), rgba(66, 165, 246, 0.6)) repeat scroll 0 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.post-block .post-image a:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 99;
}
.post-block .post-image img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.post-block .post-image:hover a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post-block .post-image:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post-block .post-title {
  padding: 5px 0;
}
.post-block .post-title a {
  display: block;
  line-height: 22px;
  font-weight: 600;
  font-size: 15px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.post-block .post-content:before {
  content: " ";
  display: table;
}
.post-block .post-content:after {
  content: " ";
  display: table;
  clear: both;
}
.post-block .post-meta {
  font-size: 13px;
  font-weight: 300;
  color: #a4a4a4;
  margin-top: 10px;
}
.post-block .post-meta:before {
  content: " ";
  display: table;
}
.post-block .post-meta:after {
  content: " ";
  display: table;
  clear: both;
}
.post-block .post-meta > div {
  display: inline-block;
  margin-right: 20px;
}
.post-block .post-meta > div:last-child {
  margin-right: 0;
}
.post-block .post-meta a {
  color: #a4a4a4;
}
.post-block .post-meta a:hover {
  text-decoration: underline;
}
.post-block .post-meta .post-categories {
  margin-bottom: 0;
}
.post-block .post-created {
  text-transform: none;
  position: relative;
}
.post-block .post-description {
  margin-top: 15px;
}
.post-block .post-comment {
  font-size: 13px;
  text-transform: none;
  position: relative;
  float: right;
}
.post-block .post-categories {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.post-block .post-categories a {
  color: #00b29e;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  letter-spacing: 1px;
  line-height: 22px;
  line-height: 1.5;
}
.post-block .post-categories a:hover {
  color: #70afde;
  text-decoration: none;
}
.post-block .content-after {
  padding: 10px 0 0;
}

.page-block {
  background: #fff;
}
.page-block .page-title {
  padding: 5px 0;
}
.page-block .page-title a {
  display: block;
  line-height: 22px;
  font-weight: 600;
  font-size: 15px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.page-block .page-content:before {
  content: " ";
  display: table;
}
.page-block .page-content:after {
  content: " ";
  display: table;
  clear: both;
}
.page-block .page-meta {
  font-size: 13px;
  font-weight: 300;
  color: #a4a4a4;
  margin-top: 10px;
}
.page-block .page-meta:before {
  content: " ";
  display: table;
}
.page-block .page-meta:after {
  content: " ";
  display: table;
  clear: both;
}
.page-block .page-meta > div {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.page-block .page-meta > div:last-child {
  margin-right: 0;
}
.page-block .page-meta a {
  color: #a4a4a4;
}
.page-block .page-meta a:hover {
  text-decoration: underline;
}
.page-block .page-meta .page-categories {
  margin-bottom: 0;
}
.page-block .page-created {
  text-transform: none;
  position: relative;
}
.page-block .page-description {
  margin-top: 15px;
}
.page-block .page-comment {
  font-size: 13px;
  text-transform: none;
  position: relative;
  float: right;
}
.page-block .page-categories {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.page-block .page-categories a {
  color: #00b29e;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  letter-spacing: 1px;
  line-height: 22px;
  line-height: 1.5;
}
.page-block .page-categories a:hover {
  color: #70afde;
  text-decoration: none;
}
.page-block .content-after {
  padding: 10px 0 0;
}

.post-style-list .post-block {
  clear: both;
  background: 0 0 !important;
}
.post-style-list .post-block .post-image {
  width: 40%;
  float: left;
}
.post-style-list .post-block .post-image img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .post-style-list .post-block .post-image {
    width: 100%;
  }
}
.post-style-list .post-block .post-meta {
  margin-top: 3px;
}
.post-style-list .post-block .post-content {
  width: 60%;
  padding-left: 15px;
  float: left;
}
@media (max-width: 767px) {
  .post-style-list .post-block .post-content {
    width: 100%;
    padding-left: 0;
  }
}
.post-style-list .post-block .post-title {
  padding-top: 0;
}
.post-style-list .post-block .post-title a {
  color: #337ab7;
}
.post-style-list .post-block .post-title a:hover {
  color: #23527c;
}
.post-style-list .post-block.no-image .post-content {
  width: 100%;
  padding-left: 0;
}

.item-list ul {
  margin: 0;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.item-list ul li.view-list-item {
  margin: 0 0 30px;
  overflow: hidden;
}
.item-list ul li.view-list-item .post-block {
  margin: 0;
}
.item-list ul li.view-list-item:last-child {
  margin-bottom: 15px;
}

.post-style-list.small .post-block {
  margin-bottom: 20px;
}
.post-style-list.small .post-block:before {
  content: " ";
  display: table;
}
.post-style-list.small .post-block:after {
  content: " ";
  display: table;
  clear: both;
}
.post-style-list.small .post-image {
  width: 100px;
  height: auto;
  margin-left: 10px;
  float: right;
}
@media (max-width: 1199px) {
  .post-style-list.small .post-image {
    width: 90px;
    float: right;
  }
}
.post-style-list.small .post-content {
  padding-left: 0px;
  float: none;
  width: 100%;
}
@media (max-width: 1199px) {
  .post-style-list.small .post-content {
    padding-left: 0px;
  }
}
.post-style-list.small .post-title {
  padding: 0;
}
.post-style-list.small .post-title a {
  font-size: 14px;
  margin-top: -5px;
}
.post-style-list.small .post-meta {
  padding: 0;
}
.post-style-list.small .all-news {
  float: right;
  font-family: "ProbaProBold", "SourceSansProBold";
  font-size: 16px;
  text-transform: uppercase;
}

.post-style-list {
  padding: 30px 20px 0 20px;
}
@media (max-width: 1199px) {
  .post-style-list {
    padding: 20px 15px 0 15px;
  }
}
.post-style-list .item-list > ul > li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.post-style-list .item-list > ul > li a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.post-style-list .item-list > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #333;
}

.padding-small .item-list ul li.view-list-item {
  margin-bottom: 20px !important;
}
.padding-small .item-list ul li.view-list-item:last-child {
  margin-bottom: 0 !important;
}

.nano-content {
  height: 500px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .nano-content {
    height: 412px;
  }
}
@media screen and (max-width: 992px) {
  .nano-content {
    height: auto;
  }
}
.nano-content.no-scrolling {
  height: auto;
}

section#news-posts .block {
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: inset 0 1px 0 #ffffff6e, 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px 20px;
}
section#news-posts .block.block-system-breadcrumb-block {
  border: none;
  box-shadow: none;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
section#news-posts .block .block-title {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 16px 0;
  border-radius: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%);
  background-color: white;
  color: #4698d5;
}
@media screen and (max-width: 992px) {
  section#news-posts .block .block-title {
    padding: 10px 0;
    font-size: 20px;
  }
}
section#news-posts .block .block-title > span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  display: inline;
  vertical-align: auto;
  position: relative;
  padding: 0 20px;
  /*&:before {
  	content: '';
  	display: block;
  	width: 1000px;
  	position: absolute;
  	top: 0.6em;
  	border-top: 4px double #4698d5;
  	right: 100%;
  }
  &:after {
  	content: '';
  	display: block;
  	width: 1000px;
  	position: absolute;
  	top: 0.6em;
  	border-top: 4px double #4698d5;
  	left: 100%;
  }*/
}
section#news-posts .block .block-title i {
  color: #aaa;
}
section#news-posts .block .block-title.block-main {
  background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%);
}
section#news-posts .block .block-title.block-news {
  background-image: linear-gradient(90deg, #dddddd, #fff 40%, #fff 60%, #dddddddd 100%);
}
section#news-posts .block .block-title.block-latest {
  background-image: linear-gradient(90deg, #fa35d063, #fff 40%, #fff 60%, #fa35d063 100%);
}
section#news-posts .block .block-title.block-gallery {
  background-image: linear-gradient(90deg, #3835fa63, #fff 40%, #fff 60%, #3835fa63 100%);
}
section#news-posts .block#news-strip .block-title {
  border-radius: 5px 20px 0 0;
}
section#news-posts .block#main-slider .block-title {
  border-radius: 5px 20px 0 0;
}
section#news-posts .main-widget.block {
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: inset 0 1px 0 #ffffff6e, 0 0 5px rgba(0, 0, 0, 0.1);
}
section#news-posts .main-widget.block .block-title {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%);
  background-color: white;
  color: #4698d5;
}
@media screen and (max-width: 992px) {
  section#news-posts .main-widget.block .block-title {
    padding: 10px 0;
    font-size: 20px;
  }
}
section#news-posts .main-widget.widget-breaking-news .block-title {
  background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%);
}
section#news-posts .main-widget.widget-news .block-title {
  background-image: linear-gradient(90deg, #dddddd, #fff 40%, #fff 60%, #dddddddd 100%);
}
section#news-posts .main-widget.widget-news .post-style-list {
  background-color: #333;
}
section#news-posts .main-widget.widget-news .post-style-list .post-title a {
  color: white;
}
section#news-posts .main-widget.widget-news .post-style-list .post-title a:hover {
  color: #337ab7;
}
section#news-posts .main-widget.widget-admin-srv {
  overflow: visible !important;
}
section#news-posts .main-widget.widget-admin-srv.block {
  background: #fff;
  margin-bottom: 30px;
}
section#news-posts .main-widget.widget-admin-srv.block .block-title {
  margin: 0;
  background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%);
}
section#news-posts .main-widget.widget-admin-srv.block .block-content {
  padding: 20px 15px;
}
section#news-posts .main-widget.widget-exp-ctrl {
  overflow: visible !important;
}
section#news-posts .main-widget.widget-exp-ctrl.block {
  background: #fff;
  margin-bottom: 30px;
}
section#news-posts .main-widget.widget-exp-ctrl.block .block-title {
  margin: 0;
  background-image: linear-gradient(90deg, #fa35d063, #fff 40%, #fff 60%, #fa35d063 100%);
}
section#news-posts .main-widget.widget-exp-ctrl.block .block-content {
  padding: 20px 15px;
}
section#news-posts .main-widget.widget-rel-posts .block-title {
  background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%) !important;
}
section#news-posts .main-widget.widget-social .block-title {
  background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%) !important;
}
section#news-posts .main-widget.widget-banners .view-list-item {
  margin: 15px 0;
  overflow: hidden;
}
section#news-posts .main-widget.widget-banners .view-list-item:first-child {
  margin-top: 0px;
}
section#news-posts .main-widget.widget-banners .view-list-item:last-child {
  margin-bottom: 0px;
}
section#news-posts .main-widget.widget-banners .view-list-item a {
  position: relative;
  display: block;
}
section#news-posts .main-widget.widget-banners .view-list-item a:before {
  background: transparent linear-gradient(to right, rgba(29, 157, 155, 0.6), rgba(66, 165, 246, 0.6)) repeat scroll 0 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
section#news-posts .main-widget.widget-banners .view-list-item a:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 99;
}
section#news-posts .main-widget.widget-banners .view-list-item img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
section#news-posts .main-widget.widget-banners .view-list-item:hover a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
section#news-posts .main-widget.widget-banners .view-list-item:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
section#news-posts .sidebar .block {
  background: #fff;
  margin-bottom: 30px;
}
section#news-posts .sidebar .block .block-title {
  margin: 0;
}
section#news-posts .sidebar .block .block-content {
  padding: 20px 15px;
}
section#news-posts .category-wrapper .block, section#news-posts .tag-wrapper .block {
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: inset 0 1px 0 #ffffff6e, 0 0 5px rgba(0, 0, 0, 0.1);
}
section#news-posts .category-wrapper .block.block-system-breadcrumb-block, section#news-posts .tag-wrapper .block.block-system-breadcrumb-block {
  border: none;
  box-shadow: none;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
section#news-posts .category-wrapper .block .block-title, section#news-posts .tag-wrapper .block .block-title {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%);
  background-color: white;
  color: #4698d5;
}
@media screen and (max-width: 992px) {
  section#news-posts .category-wrapper .block .block-title, section#news-posts .tag-wrapper .block .block-title {
    padding: 10px 0;
    font-size: 20px;
  }
}
section#news-posts .category-wrapper .block .block-title > span, section#news-posts .tag-wrapper .block .block-title > span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  display: inline;
  vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
section#news-posts .category-wrapper .block .block-title > i, section#news-posts .tag-wrapper .block .block-title > i {
  color: #aaa;
}
section#news-posts .category-wrapper .block .filter-cats, section#news-posts .tag-wrapper .block .filter-cats {
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  section#news-posts .category-wrapper .block .filter-cats, section#news-posts .tag-wrapper .block .filter-cats {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
section#news-posts .category-wrapper .block .filter-cats a, section#news-posts .tag-wrapper .block .filter-cats a {
  display: inline-block;
  padding: 0 32px;
  margin-right: 15px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 28px;
  border: 1px solid transparent;
  color: #aaa;
  transition: all 0.3s ease-in;
}
section#news-posts .category-wrapper .block .filter-cats span, section#news-posts .tag-wrapper .block .filter-cats span {
  display: inline-block;
  padding: 0 32px;
  margin-right: 15px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 28px;
  border: 1px solid transparent;
  color: #aaa;
  transition: all 0.3s ease-in;
}
section#news-posts .category-wrapper .block .filter-cats a:hover, section#news-posts .category-wrapper .block .filter-cats .active, section#news-posts .tag-wrapper .block .filter-cats a:hover, section#news-posts .tag-wrapper .block .filter-cats .active {
  border-color: #e4e4e4;
}
section#news-posts .category-wrapper .block .filter-cats span:hover, section#news-posts .category-wrapper .block .filter-cats .active, section#news-posts .tag-wrapper .block .filter-cats span:hover, section#news-posts .tag-wrapper .block .filter-cats .active {
  border-color: #3835fa63;
}
section#news-posts .category-wrapper.category-news .block .block-title {
  color: #4698d5;
  background-color: white;
  background-image: linear-gradient(90deg, #dddddd, #fff 40%, #fff 60%, #dddddddd 100%);
}
section#news-posts .category-wrapper.category-news .post-style-list {
  background-color: #333;
}
section#news-posts .category-wrapper.category-news .post-style-list .post-title a {
  color: white;
}
section#news-posts .category-wrapper.category-news .post-style-list .post-title a:hover {
  color: #337ab7;
}
section#news-posts .category-wrapper.category-news .post-style-list .post-block .post-abstract {
  color: #a4a4a4;
}

.hot-sections {
  margin-bottom: 20px;
}
.hot-sections .block {
  overflow: visible;
  margin-bottom: 0;
  margin-bottom: 0;
}
.hot-sections .content-inner {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .hot-sections .content-inner {
    padding: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.hot-sections .title {
  float: left;
  background-color: #4698d5;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .hot-sections .title {
    display: none;
  }
}
.hot-sections .init-carousel-owl {
  margin: 0;
}
.hot-sections .news-content {
  padding-left: 160px;
  padding-top: 3px;
}
@media screen and (max-width: 991px) {
  .hot-sections .news-content {
    padding-left: 0;
  }
}
.hot-sections .post-breaking-news {
  background: 0 0;
}
.hot-sections .owl-nav {
  display: none;
}
.hot-sections .item {
  height: 28px;
  overflow: hidden;
  padding: 0;
}
.hot-sections .item .post-created {
  width: 80px;
  float: left;
  font-weight: 400;
  color: #ccc;
  line-height: 32px;
  padding: 0;
  font-size: 12px;
}
.hot-sections .item .post-created:before {
  display: none;
}
.hot-sections .item .post-title {
  font-weight: 400;
  padding-left: 90px;
  display: block;
  padding: 0 15px 0 15px;
}
.hot-sections .item .post-title a {
  line-height: 29px;
  display: inline-block;
}
.hot-sections .container {
  background: #faee35;
  margin-top: -24px;
  border-radius: 5px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 991px) {
  .hot-sections .container {
    background: #faee35;
    margin-top: -18px;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .hot-sections .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*h2 {
	font-size: 22px;
}*/
@media screen and (max-width: 992px) {
  /*.block-quicktabs {
  	ul.nav-tabs {
  		top: 19px !important;
  	}
  }*/
  #block-quicktabstabspostsv1 .block-title {
    padding: 16px 0 !important;
    font-size: 20px;
  }
}
.h2 {
  font-size: 22px;
}

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

.post-style-hero .post-block {
  position: relative;
}
.post-style-hero .post-block .post-image a:after {
  display: none;
}
.post-style-hero .post-block .post-image a:before {
  display: none;
}
.post-style-hero .post-block .post-content {
  background: linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
  background: -webkit-linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
  background: -o-linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
  background: -moz-linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  text-align: left;
}
.post-style-hero .post-block .post-content a {
  color: #fff;
  font-weight: 700;
}
.post-style-hero .post-block .post-content a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.post-style-hero .post-block .post-content .post-meta {
  color: #fff;
  margin: 0;
}
.post-style-hero .post-block .post-content .post-categories {
  margin: 0;
}
.post-style-hero .post-block .post-content .post-categories a {
  color: #fff;
  border-bottom-color: #fff;
}

.white {
  background: #f8f8f8;
  padding: 20px 0;
}

.blue {
  background: #000028;
  padding: 20px 0;
}

#content-wrapper {
  box-shadow: none;
}
#content-wrapper section {
  padding-top: 0px;
  padding-bottom: 0px;
}

#landing-page-wrapper {
  box-shadow: none;
  /* Всякие кнопки */
  /* конец Всяких кнопок */
  /*
                      .post-title {
                  font-weight: 400;
                  font-size: 14px;
                  letter-spacing: 2px;
                  display: block;
                  text-transform: uppercase;
              }
  */
}
#landing-page-wrapper section {
  padding-top: 0px;
  padding-bottom: 0px;
}
#landing-page-wrapper .gap {
  margin-bottom: 40px;
  line-height: 0;
}
@media screen and (max-width: 992px) {
  #landing-page-wrapper .gap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #landing-page-wrapper .gap {
    margin-bottom: 10px;
  }
}
#landing-page-wrapper .section-heading .main-title {
  text-transform: uppercase;
  letter-spacing: 6px;
}
#landing-page-wrapper .section-heading hr {
  margin: 5px auto;
  max-width: 600px;
}
#landing-page-wrapper .fa-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
#landing-page-wrapper .fa-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 15px;
  background-color: #00b29e;
  text-align: center;
  display: block;
  box-shadow: 0 0 0 4px white;
  overflow: hidden;
  -webkit-transition: background 0.3s color 0.3s box-shadow 0.3s;
  -moz-transition: background 0.3s color 0.3s box-shadow 0.3s;
  transition: background 0.3s color 0.3s box-shadow 0.3s;
}
#landing-page-wrapper .service-block:hover .fa-md {
  background: transparent;
  color: #00b29e;
  box-shadow: 0 0 0 4px #00b29e;
}
#landing-page-wrapper .service-block .media-heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
#landing-page-wrapper .center {
  text-align: center;
  text-align: center;
}
#landing-page-wrapper .code {
  padding: 2px 4px;
  font-size: 90%;
  background-color: #ebeeff;
  border-radius: 4px;
}
#landing-page-wrapper .item blockquote {
  border-left: none;
  margin: 0;
  background-color: transparent;
}
#landing-page-wrapper .item blockquote img {
  margin-bottom: 10px;
}
#landing-page-wrapper .item blockquote p:before {
  content: "";
  font-family: "FontAwesome";
  float: left;
  margin-right: 10px;
}
#landing-page-wrapper .btn-social {
  border: 0;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
#landing-page-wrapper .btn-social:hover {
  color: #fff;
}
#landing-page-wrapper .btn-social.btn-facebook {
  border: 2px solid #4f7dd4;
  color: #4f7dd4;
}
#landing-page-wrapper .btn-social.btn-facebook:hover {
  background: #4f7dd4;
}
#landing-page-wrapper .btn-social.btn-twitter {
  border: 2px solid #5bceff;
  color: #5bceff;
}
#landing-page-wrapper .btn-social.btn-twitter:hover {
  background: #8eddff;
}
#landing-page-wrapper .btn-social.btn-linkedin {
  border: 2px solid #21a6d8;
  color: #21a6d8;
}
#landing-page-wrapper .btn-social.btn-linkedin:hover {
  background: #21a6d8;
}
#landing-page-wrapper .btn-social.btn-google-plus {
  border: 2px solid #dc422b;
  color: #dc422b;
}
#landing-page-wrapper .btn-social.btn-google-plus:hover {
  background: #dc422b;
}
#landing-page-wrapper .btn-outlined {
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}
#landing-page-wrapper .btn-outlined.btn-primary {
  background: none;
  border: 2px solid #00b29e;
  color: #00b29e;
}
#landing-page-wrapper .btn-outlined.btn-primary:hover {
  color: #FFF;
  background: #00b29e;
  border-color: #00b29e;
}
#landing-page-wrapper .btn-outlined.btn-primary:active {
  color: #FFF;
  background: #00b29e;
  border-color: #00b29e;
}
#landing-page-wrapper .btn-outlined.btn-success {
  background: none;
  border: 2px solid #5cb85c;
  color: #5cb85c;
}
#landing-page-wrapper .btn-outlined.btn-success:hover {
  color: #FFF;
  background: #47a447;
}
#landing-page-wrapper .btn-outlined.btn-success:active {
  color: #FFF;
  background: #47a447;
}
#landing-page-wrapper .btn-outlined.btn-info {
  background: none;
  border: 2px solid #5bc0de;
  color: #5bc0de;
}
#landing-page-wrapper .btn-outlined.btn-info:hover {
  color: #FFF;
  background: #39b3d7;
}
#landing-page-wrapper .btn-outlined.btn-info:active {
  color: #FFF;
  background: #39b3d7;
}
#landing-page-wrapper .btn-outlined.btn-warning {
  background: none;
  border: 2px solid #f0ad4e;
  color: #f0ad4e;
}
#landing-page-wrapper .btn-outlined.btn-warning:hover {
  color: #FFF;
  background: #ed9c28;
}
#landing-page-wrapper .btn-outlined.btn-warning:active {
  color: #FFF;
  background: #ed9c28;
}
#landing-page-wrapper .btn-outlined.btn-danger {
  background: none;
  border: 2px solid #d9534f;
  color: #d9534f;
}
#landing-page-wrapper .btn-outlined.btn-danger:hover {
  color: #FFF;
  background: #d2322d;
}
#landing-page-wrapper .btn-outlined.btn-danger:active {
  color: #FFF;
  background: #d2322d;
}
#landing-page-wrapper .btn-outlined.btn-white {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
#landing-page-wrapper .btn-outlined.btn-white:hover {
  color: #00b29e;
  background: #fff;
}
#landing-page-wrapper .btn-outlined.btn-white:active {
  color: #00b29e;
  background: #fff;
}
#landing-page-wrapper section#services .tile-progress {
  background-color: #303641;
  color: #fff;
  background: #00a65b;
  color: #fff;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f8f8f8;
  color: #202020;
}
#landing-page-wrapper section#services .tile-progress .tile-header {
  padding: 15px 20px;
  padding-bottom: 40px;
}
#landing-page-wrapper section#services .tile-progress .tile-progressbar {
  height: 4px;
  background: rgba(0, 0, 0, 0.18);
  margin: 0;
}
#landing-page-wrapper section#services .tile-progress .tile-progressbar span {
  display: block;
  background: #fff;
  width: 0;
  height: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  background: #202020;
}
#landing-page-wrapper section#services .tile-progress .tile-footer {
  padding: 10px 20px;
  text-align: left;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  float: left;
  position: relative;
  margin-top: -30px;
  background: #303641;
  color: #fff;
}
#landing-page-wrapper section#services .tile-progress.tile-red {
  background-color: #f8f8f8;
  color: #202020;
}
#landing-page-wrapper section#services .tile-progress.tile-red .tile-footer {
  background: #f56954;
  color: #fff;
}
#landing-page-wrapper section#services .tile-progress.tile-cyan {
  background-color: #f8f8f8;
  color: #202020;
}
#landing-page-wrapper section#services .tile-progress.tile-cyan .tile-progressbar span {
  background: #202020;
}
#landing-page-wrapper section#services .tile-progress.tile-cyan .tile-footer {
  background: #00b29e;
  color: #fff;
}
#landing-page-wrapper section#services .tile-progress.tile-pink {
  background-color: #f8f8f8;
  color: #202020;
}
#landing-page-wrapper section#services .tile-progress.tile-pink .tile-progressbar span {
  background: #202020;
}
#landing-page-wrapper section#services .tile-progress.tile-pink .tile-footer {
  background: #ec3b83;
  color: #fff;
}
#landing-page-wrapper .no-display {
  opacity: 0;
}
#landing-page-wrapper .appear {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#landing-page-wrapper .divider-section {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
  display: block;
  color: #f5f5f5;
}
#landing-page-wrapper .divider-section a {
  color: #f5f5f5;
}
#landing-page-wrapper section#about-us .quote-author-list {
  max-width: 95px;
  height: auto;
  padding: 10px 0 10px 15px;
  margin-right: 19px;
  position: relative;
}
#landing-page-wrapper section#about-us .testimonial-list-item:hover blockquote {
  border-left: 4px solid #00b29e;
}
#landing-page-wrapper section#about-us .team-member:hover .img-thumbnail {
  background: transparent;
  background-color: #00b29e;
}
#landing-page-wrapper section#about-us .team-member:hover .team-content {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 4px solid #00b29e;
}
#landing-page-wrapper section#about-us .team-member .img-thumbnail {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: background 0.3s color 0.3s box-shadow 0.3s;
  -moz-transition: background 0.3s color 0.3s box-shadow 0.3s;
  transition: background 0.3s color 0.3s box-shadow 0.3s;
}
#landing-page-wrapper section#about-us .team-member .btn {
  margin-top: 10px;
  margin-bottom: 5px;
}
#landing-page-wrapper section#about-us .team-content {
  background: #fff;
  padding: 15px;
  border-bottom: 4px solid #f0f0f0;
}
#landing-page-wrapper section#about-us .team-content h5 {
  font-size: 16px;
}
#landing-page-wrapper section#about-us .team-content:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
#landing-page-wrapper section#about-us .team-image {
  position: relative;
  padding: 0;
}
#landing-page-wrapper section#about-us .team-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#landing-page-wrapper section#about-us .team-image .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
#landing-page-wrapper section#about-us .team-image:hover .overlay {
  opacity: 1;
}
#landing-page-wrapper section#portfolio .portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
#landing-page-wrapper section#portfolio .portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#landing-page-wrapper section#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
#landing-page-wrapper section#portfolio .portfolio-filter > li {
  display: inline-block;
}
#landing-page-wrapper section#portfolio .portfolio-filter > li a.active {
  color: #FFF;
  background: #00b29e;
  border: 2px solid #00b29e;
}
#landing-page-wrapper section#portfolio .portfolio-items.col-2 > li {
  width: 50%;
}
#landing-page-wrapper section#portfolio .portfolio-items.col-3 > li {
  width: 33%;
}
#landing-page-wrapper section#portfolio .portfolio-items.col-4 > li {
  width: 25%;
}
#landing-page-wrapper section#portfolio .portfolio-items.col-5 > li {
  width: 20%;
}
#landing-page-wrapper section#portfolio .portfolio-items.col-6 > li {
  width: 16%;
}
#landing-page-wrapper section#portfolio .portfolio-item {
  padding: 0;
  margin: 0;
}
#landing-page-wrapper section#portfolio .portfolio-item .item-inner {
  background: #fff;
  padding: 0;
  margin: 0 20px 20px 0;
  position: relative;
}
#landing-page-wrapper section#portfolio .portfolio-item img {
  width: 100%;
}
#landing-page-wrapper section#portfolio .portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  border-bottom: 4px solid #f0f0f0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#landing-page-wrapper section#portfolio .portfolio-item h5:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
#landing-page-wrapper section#portfolio .portfolio-item:hover h5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 4px solid #00b29e;
}
#landing-page-wrapper section#portfolio .portfolio-item:hover .overlay {
  opacity: 1;
}
#landing-page-wrapper section#portfolio .portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#landing-page-wrapper section#portfolio .portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
#landing-page-wrapper section#portfolio .isotope-item {
  z-index: 2;
}
#landing-page-wrapper section#portfolio .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#landing-page-wrapper section#portfolio .isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
#landing-page-wrapper section#portfolio .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: 0 opacity;
  -moz-transition-property: 0 opacity;
  -ms-transition-property: 0 opacity;
  -o-transition-property: 0 opacity;
  transition-property: transform, opacity;
}
#landing-page-wrapper section#portfolio .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
#landing-page-wrapper section#portfolio .isotope.no-transition {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
#landing-page-wrapper section#portfolio .isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
#landing-page-wrapper section#portfolio .isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#landing-page-wrapper section#blog .post {
  background-color: #f8f8f8;
  overflow: hidden;
}
#landing-page-wrapper section#blog .post .content {
  padding: 25px 15px;
  padding: 15px;
  position: relative;
  border-bottom: 4px solid #f0f0f0;
}
#landing-page-wrapper section#blog .post .content:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
#landing-page-wrapper section#blog .post:hover .content {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 4px solid #00b29e;
}
#landing-page-wrapper section#blog .post .author {
  text-transform: uppercase;
  font-size: 12px;
  color: #737373;
  padding: 10px 0 8px;
  margin-bottom: 10px;
}
#landing-page-wrapper section#blog .post .post-img-content {
  position: relative;
  padding: 0;
}
#landing-page-wrapper section#blog .post .post-img-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#landing-page-wrapper section#blog .post .post-img-content .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
#landing-page-wrapper section#blog .post .post-img-content:hover .overlay {
  opacity: 1;
}
#landing-page-wrapper section#blog .post .post-title {
  font-size: 18px;
  margin: 0 0 10px;
  display: table-cell;
  vertical-align: bottom;
  z-index: 2;
  position: relative;
}
#landing-page-wrapper section#blog .post .post-title b {
  background-color: rgba(51, 51, 51, 0.58);
  display: inline-block;
  margin-bottom: 5px;
  color: #FFF;
  padding: 10px 15px;
  margin-top: 5px;
}
#landing-page-wrapper section#about-us #meet-the-team .role {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
#landing-page-wrapper section#about-us .img-thumbnail {
  border: 0;
}
#landing-page-wrapper section#contact #contactform input#name {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #202020;
  border: none;
}
#landing-page-wrapper section#contact #contactform input#email {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #202020;
  border: none;
}
#landing-page-wrapper section#contact #contactform input#website {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #202020;
  border: none;
}
#landing-page-wrapper section#contact #contactform textarea#comments {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #202020;
  border: none;
  min-height: 150px;
}
#landing-page-wrapper section#contact h3 {
  text-transform: uppercase;
}

.project-controls {
  position: absolute;
  bottom: 0;
  left: 0;
}
.project-controls span {
  position: relative;
  bottom: 70px;
  font-size: 60px;
  display: block;
}
.project-controls span:hover {
  cursor: pointer;
}

div.pp_overlay {
  z-index: 9999 !important;
}

section#pricing {
  /*  #title {
  	    h1 {
  		    margin: 0;
  		    font-size: 36px;
  		    font-weight: 300;
  	    }
      } */
}
section#pricing #pricing-table .plan {
  border-radius: 0;
  list-style: none;
  margin: 0 0 20px;
  background: #00b29e;
  text-align: center;
  padding: 30px 0;
}
section#pricing #pricing-table .plan li {
  padding: 5px 0;
  color: #fff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
section#pricing #pricing-table .plan li.plan-name {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 35px;
}
section#pricing #pricing-table .plan li.plan-name h3 {
  margin: 0;
}
section#pricing #pricing-table .plan li.plan-price {
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
section#pricing #pricing-table .plan li.plan-price > div {
  display: inline-block;
  padding: 10px;
  font-size: 24px;
  width: 70px;
  height: 70px;
}
section#pricing #pricing-table .plan li.plan-price > div sup {
  font-size: 10px;
  line-height: 10px;
}
section#pricing #pricing-table .plan li.plan-price > div > small {
  display: block;
  font-size: 11px;
}
section#pricing #pricing-table .plan li.plan-action {
  margin-top: 25px;
  border-top: 0;
}
section#pricing #pricing-table .plan.featured {
  background-color: #202020;
}

/*.progress {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 30px;
	line-height: 30px;
	.bar {
		background: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: 30px;
		line-height: 30px;
	}
}
.well {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
} */
ul.breadcrumb {
  margin: 20px 0 0;
  background: transparent;
}
ul.breadcrumb > li {
  text-shadow: none;
}
ul.breadcrumb > li > a {
  color: #fff;
}
ul.breadcrumb > li .divider {
  color: #fff;
}
ul.breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.7);
}

ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px;
}

.blog .blog-item {
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
.blog .blog-item .blog-content {
  padding: 60px 40px;
  position: relative;
  border-bottom: 4px solid #f0f0f0;
  padding: 20px;
  position: relative;
  border-bottom: 4px solid #f0f0f0;
}
.blog .blog-item .blog-content:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.blog .blog-item .img-blog {
  width: 100%;
  border-radius: 0;
  height: auto;
}
.blog .blog-item h3 {
  margin-top: 0;
}
.blog .blog-item .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  color: #737373;
  margin-bottom: 11px;
}
.blog .blog-item .entry-meta > span {
  display: inline-block;
  color: #286090;
  margin-right: 10px;
  font-size: 12px;
}
.blog .blog-item .entry-meta > span a {
  color: #286090;
}

.blog-featured-image {
  position: relative;
  padding: 0;
}
.blog-featured-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.blog-featured-image .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.blog-featured-image:hover .overlay {
  opacity: 1;
}

.overlay .btn-outlined.btn-primary {
  background-color: #f8f8f8;
  border-color: #fff;
}

.read-more-wrapper {
  margin: 25px 0 5px;
  text-align: right;
}

#mapwrapper {
  width: 100%;
  height: 400px;
}

.form-horizontal .control-label {
  display: none;
}

#message {
  padding: 0;
}

.form-control {
  padding: 10px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #202020;
  border: none;
  border-radius: 0;
}

/*.row {
	>div {
		margin-bottom: 10px;
	}
} */
.post-style-stick .item-list > ul > li {
  border-bottom: 1px dashed #e1e1e1;
  display: block;
  float: right;
  overflow: hidden;
  width: 50%;
  clear: right;
}
.post-style-stick .item-list > ul > li .post-title {
  clear: both;
}
.post-style-stick .item-list > ul > li .post-meta {
  clear: both;
}
.post-style-stick .item-list > ul > li .post-meta-wrap {
  clear: both;
}
.post-style-stick .item-list > ul > li:last-child {
  margin-bottom: 0 !important;
}
.post-style-stick .item-list > ul > li:after {
  visibility: hidden;
  display: block;
  content: ".";
  clear: right;
  height: 0;
}
.post-style-stick .item-list > ul > li:not(:first-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-image {
  display: none;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title {
  clear: none !important;
  padding: 0;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title a {
  font-size: 15px;
  line-height: 19.5px;
  display: block;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-meta {
  clear: none !important;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-meta-wrap {
  clear: none !important;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-content-inner {
  display: none;
}
.post-style-stick .item-list > ul > li:not(:first-child) .content-body {
  display: none;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-body {
  display: none;
}
.post-style-stick .item-list > ul > li:first-child {
  border-bottom: 0;
  display: block;
  float: left;
  padding-right: 15px !important;
  width: 50%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .post-style-stick .item-list > ul > li:first-child {
    padding-right: 0 !important;
  }
}
.post-style-stick .item-list > ul > li:first-child .post-title {
  padding: 12px 0;
}
.post-style-stick .item-list > ul > li:first-child .post-title a {
  font-size: 20px;
  line-height: 28.5px;
}
.post-style-stick .item-list > ul > li:first-child .post-meta {
  margin: 0 0 10px;
}
.post-style-stick .item-list > ul > li:first-child:after {
  content: none;
}

.post-style-stick.image .item-list > ul > li {
  border: none;
}
.post-style-stick.image .item-list > ul > li:not(:first-child) {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.post-style-stick.image .item-list > ul > li:not(:first-child) .post-image {
  display: inline-block;
  width: 85px;
  height: auto;
  float: left;
}
.post-style-stick.image .item-list > ul > li:not(:first-child) .post-title {
  clear: none !important;
}
.post-style-stick.image .item-list > ul > li:not(:first-child) .post-meta {
  clear: none !important;
}
.post-style-stick.image .item-list > ul > li:not(:first-child) .post-meta-wrap {
  clear: none !important;
}
.post-style-stick.image .item-list > ul > li:not(:first-child) .post-content-inner {
  display: none;
}
.post-style-stick.image .item-list > ul > li:not(:first-child) .content-body {
  display: none;
}
.post-style-stick.image .item-list > ul > li:not(:first-child) .post-body {
  display: none;
}

.post-style-stick.list .item-list > ul > li {
  width: 100% !important;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px !important;
}
.post-style-stick.list .item-list > ul > li:first-child {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  float: left;
  padding-right: 0 !important;
  clear: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.post-style-stick.list .item-list > ul > li:last-child {
  border: none;
}

.post-style-stick.v3 .item-list > ul > li:not(:first-child) {
  width: 40%;
}
.post-style-stick.v3 .item-list > ul > li:not(:first-child) .post-image {
  width: 110px;
}
.post-style-stick.v3 .item-list > ul > li:not(:first-child) .post-content {
  padding-left: 130px;
}
.post-style-stick.v3 .item-list > ul > li:first-child {
  border-bottom: 0;
  display: block;
  float: left;
  padding-right: 20px !important;
  width: 60%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post-style-stick.v3 .item-list > ul > li:first-child .post-block {
  position: relative;
}
.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-title {
  padding: 12px 0;
}
.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-title a {
  font-size: 20px;
  line-height: 28.5px;
  color: #fff;
}
.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-title a:hover {
  color: #4698d5;
}
.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-image {
  position: relative;
}
.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  text-align: center;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-style-stick.v3 .item-list > ul > li:first-child .post-block .post-meta {
  margin: 0 0 10px;
  color: #fff;
}
.post-style-stick.v3 .item-list > ul > li:first-child:after {
  content: none;
}

section#news-posts img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
section#news-posts .promotion-primary .owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
section#news-posts .author-box img {
  border: 0;
  max-width: 100%;
  background: lightgrey;
  object-fit: cover;
}
section#news-posts .field--type-slides {
  height: 300px;
  position: relative;
  display: flex;
  overflow: hidden;
}
section#news-posts .field--type-image {
  height: 300px;
  position: relative;
  display: flex;
  overflow: hidden;
}
section#news-posts .field--type-image img:nth-child(1) {
  filter: blur(10px) grayscale(70%);
  width: calc(100% + 30px);
  margin-top: -15px;
  margin-left: -15px;
  z-index: 1;
  position: absolute;
  max-width: 110%;
}
section#news-posts .field--type-image img:nth-child(2) {
  height: 300px;
  width: auto;
  margin: 0 auto;
  z-index: 10;
}

@media screen and (min-width: 640px) and (max-width: 992px) {
  section#news-posts .post-inner {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-slider.post-block.v2 .post-meta-wrap {
    left: auto !important;
    width: 65% !important;
  }
}
@media screen and (max-width: 640px) {
  section#news-posts #training-materials img {
    border: 0;
    vertical-align: top;
    max-width: auto;
    height: 250px;
  }
}
.block-quicktabs {
  position: relative;
}
.block-quicktabs ul.nav-tabs {
  display: inline-block;
  width: calc(100% - 40px);
  padding: 0 20px;
  margin: 0 20px;
  background: transparent;
}
.block-quicktabs ul.nav-tabs > li {
  margin-bottom: -1px;
}
.block-quicktabs ul.nav-tabs > li:hover a::after {
  transform: scale(1);
}
.block-quicktabs ul.nav-tabs > li > a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: block;
  padding: 0.7rem 1.2rem;
  color: #007bff;
  background-color: transparent;
}
.block-quicktabs ul.nav-tabs > li > a:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0056b3;
}
.block-quicktabs ul.nav-tabs > li > a::after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
  background: grey none repeat scroll 0% 0%;
  color: #fff;
}
.block-quicktabs ul.nav-tabs > li.active > a, .block-quicktabs ul.nav-tabs > li.active > a:focus, .block-quicktabs ul.nav-tabs > li.active > a:hover {
  color: #495057;
  cursor: default;
  background-color: #fff;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-color: #dee2e6 #dee2e6 #fff;
}
.block-quicktabs ul.nav-tabs > li.active > a {
  color: #495057;
}
.block-quicktabs ul.nav-tabs > li.active > a::after {
  transform: scale(1);
  background: #4285F4 none repeat scroll 0% 0%;
  color: #fff;
}
.block-quicktabs .tab-content {
  padding: 20px;
}
.post-style-stick-v2 .item-list {
  margin-left: -15px;
  margin-right: -15px;
}
.post-style-stick-v2 .item-list > ul > li {
  display: block;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.post-style-stick-v2 .item-list > ul > li .post-block {
  position: relative;
}
.post-style-stick-v2 .item-list > ul > li .post-block .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  background: linear-gradient(to top, #161616, transparent);
  background: -webkit-linear-gradient(to top, #161616, transparent);
  background: -o-linear-gradient(to top, #161616, transparent);
  background: -moz-linear-gradient(to top, #161616, transparent);
  z-index: 9;
}
.post-style-stick-v2 .item-list > ul > li .post-block .post-content .post-title a {
  color: #fff;
  font-weight: 700;
}
.post-style-stick-v2 .item-list > ul > li .post-block .post-content .post-body {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}
.post-style-stick-v2 .item-list > ul > li .post-block .post-content .post-meta {
  color: #ccc;
}
.post-style-stick-v2 .item-list > ul > li:not(:first-child) {
  width: 50%;
  float: left;
}
.post-style-stick-v2 .item-list > ul > li:not(:first-child):nth-of-type(2n+2) {
  clear: both;
}
.post-style-stick-v2 .item-list > ul > li:not(:first-child):nth-of-type(2n+2):before {
  content: " ";
  display: table;
}
.post-style-stick-v2 .item-list > ul > li:not(:first-child):nth-of-type(2n+2):after {
  content: " ";
  display: table;
  clear: both;
}
.post-style-stick-v2 .item-list > ul > li:not(:first-child) .post-title {
  padding: 0;
}
.post-style-stick-v2 .item-list > ul > li:not(:first-child) .post-title a {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.post-style-stick-v2 .item-list > ul > li:not(:first-child) .post-body {
  display: none;
}
.post-style-stick-v2 .item-list > ul > li:first-child {
  border-bottom: 0;
  display: block;
  width: 100%;
  clear: both;
}
.post-style-stick-v2 .item-list > ul > li:first-child .post-title {
  padding: 12px 0;
}
.post-style-stick-v2 .item-list > ul > li:first-child .post-title a {
  font-size: 24px;
  font-weight: 900;
  line-height: 28.5px;
}
@media screen and (max-width: 640px) {
  .post-style-stick-v2 .item-list > ul > li:first-child .post-title a {
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
  }
}
.post-style-stick-v2 .item-list > ul > li:first-child .post-meta {
  margin: 0 0 10px;
}
.post-style-stick-v2 .item-list > ul > li:first-child:after {
  content: none;
}

.gallery-post {
  position: relative;
}
.gallery-post .post-meta-wrap {
  background: #eeeeeede;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 45%;
  padding: 20px;
}
.gallery-post .post-meta-wrap .post-title a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto", Arial, serif;
}
.gallery-post .post-meta-wrap.small {
  right: 30px;
  width: auto;
}

.social-flat ul {
  margin: 0 !important;
  padding-inline-start: 0px;
}
.social-flat ul:before {
  content: " ";
  display: table;
}
.social-flat ul:after {
  content: " ";
  display: table;
  clear: both;
}
.social-flat ul > li {
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 32px;
}
.social-flat a {
  background-image: url(../images/sprite-flat.png) !important;
  text-indent: 9999px;
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.social-flat a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.social-flat .twitter a {
  background-position: 0 0 !important;
}
.social-flat .facebook a {
  background-position: -32px 0 !important;
}
.social-flat .youtube a {
  background-position: -64px 0 !important;
}
.social-flat .googleplus a {
  background-position: -96px 0 !important;
}
.social-flat .instagram a {
  background-position: -192px 0 !important;
}
.social-flat .steam a {
  background-position: -224px 0 !important;
}
.social-flat .soundcloud a {
  background-position: -256px 0 !important;
}
.social-flat .twitch a {
  background-position: -288px 0 !important;
}
.social-flat .linkedin a {
  background-position: -320px 0 !important;
}
.social-flat .pinterest a {
  background-position: -352px 0 !important;
}
.social-flat .vimeo a {
  background-position: -384px 0 !important;
}
.social-flat .tumblr a {
  background-position: -448px 0 !important;
}
.social-flat .github a {
  background-position: -480px 0 !important;
}

.block.no-title {
  margin-top: 0;
  border: none;
  border: none;
}
.block.no-title:before {
  content: none;
}
.block.no-title > .block-title {
  padding: 0;
  margin: 0;
  border: none;
}
.block.no-title > .block-title:before {
  content: none;
}
.block.no-title > div > .block-title {
  padding: 0;
  margin: 0;
  border: none;
}
.block.no-title > div > .block-title:before {
  content: none;
}

nav.breadcrumb {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  margin-left: 5px;
  background: 0 0;
  color: #202020;
}
nav.breadcrumb ol {
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0;
}
nav.breadcrumb ol:before {
  content: " ";
  display: table;
}
nav.breadcrumb ol:after {
  content: " ";
  display: table;
  clear: both;
}
nav.breadcrumb ol > li {
  float: left;
  font-size: 15px;
}
nav.breadcrumb ol > li a {
  color: #286090;
  font-size: 15px;
}
nav.breadcrumb ol > li a:hover {
  color: #4698d5;
}
nav.breadcrumb ol > li span {
  padding: 0 6px 0 2px;
}
@media screen and (max-width: 767px) {
  nav.breadcrumb ol > li {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

.node--view-mode-full .post-thumbnail {
  margin-bottom: 12px;
}
.node--view-mode-full .post-thumbnail iframe {
  min-height: 400px;
}
.node--view-mode-full .post-meta {
  margin: 5px 0 30px;
}
.node--view-mode-full .post-title {
  margin: 0;
}
.node--view-mode-full .post-categories {
  padding-bottom: 0;
  margin-bottom: 5px;
}
.node--view-mode-full .node__content {
  line-height: 1.6;
}
.node--view-mode-full .node__content ul {
  padding-left: 20px;
}
.node--view-mode-full .node__content ul li {
  list-style: disc;
}

#node-single-comment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#node-single-comment h2 {
  margin-top: 30px;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6e6e6;
}
#node-single-comment h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #4698d5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  left: 0;
  top: 3px;
  z-index: 1;
}
#node-single-comment #comment-form .form-item {
  margin-bottom: 20px;
}
#node-single-comment #comment-form .form-item label {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #181818;
}
#node-single-comment #comment-form .form-item.js-form-type-textarea {
  margin: 0;
}
#node-single-comment input[type*=text] {
  width: 100%;
}
#node-single-comment textarea {
  width: 100%;
}

.filter-wrapper {
  border: 1px solid #ccc;
  border-top: 0;
  margin: 0;
  padding: 0.5em 0.666em;
  overflow: hidden;
}

.filter-help {
  float: right;
}
.filter-help p {
  margin: 0;
}
.filter-help a {
  position: relative;
  margin: 0 20px 0 0;
}
.filter-help a:after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: transparent url(../images/help.png);
}

[dir=rtl] .filter-help {
  float: left;
}
[dir=rtl] .filter-help a {
  margin: 0 0 0 20px;
}
[dir=rtl] .filter-help a:after {
  right: auto;
  left: -20px;
}

.filter-guidelines .filter-guidelines-item {
  margin-top: 1em;
}

.modal-body {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Media Queries*/
@media screen and (max-width: 1200px) {
  .main-wrapper {
    width: 100%;
  }

  header#layout-header .menu-container .menu ul li a {
    font-size: 100%;
    font-size: 100%;
  }
  header#layout-header .menu-container .submenu {
    top: 59px;
    top: 59px;
  }
  header#layout-header .main-title h1 {
    letter-spacing: 1px;
    font-size: 180%;
  }
  header#layout-header .main-title h3 {
    letter-spacing: 1px;
    font-size: 140%;
  }
  header#layout-header .social-links ul li:first-child {
    margin-left: 0;
  }

  .main-search span {
    font-size: 100%;
  }
}
@media screen and (max-width: 992px) {
  header#layout-header .header-bg {
    padding: 50px 0 20px;
  }
  header#layout-header .main-title .icon {
    margin-bottom: -10px;
    width: 60px;
    height: 75px;
  }

  footer .footer-bottom {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .footer-bottom .additional {
    text-align: center;
    float: none;
    margin-top: 10px;
  }
  footer .footer-bottom .additional ul li {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 49%;
  }
  footer .footer-bottom .additional ul li .icon {
    margin-right: 10px;
  }
  footer .footer-bottom .social-links {
    float: none;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    position: static;
  }
  footer .footer-bottom .social-links ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
  footer .footer-bottom .developer {
    margin-top: 25px;
    padding: 0;
    top: 0;
  }
  footer .footer-bottom .developer .license {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-bottom .developer .license .icon {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  footer .footer-bottom .developer .dev {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-bottom .developer .dev .icon {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1110px) {
  header#layout-header .header-bg {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  header#layout-header .main-title h1 {
    letter-spacing: 1px;
    font-size: 160%;
  }
  header#layout-header .main-title h3 {
    letter-spacing: 1px;
    font-size: 130%;
  }
  header#layout-header .main-title hr {
    margin-bottom: 5px;
  }
  header#layout-header .main-title .light {
    font-size: 88%;
  }

  .modal.gov .modal-dialog {
    width: 100%;
  }
  .modal.gov .gov-ua {
    width: 100%;
    position: static;
    height: inherit;
    padding-bottom: 40px;
  }
  .modal.gov .gov-ua .icon-close {
    top: 35px;
    right: 35px;
  }
  .modal.gov .gov-ua span {
    margin-top: 25px;
  }

  footer .footer-bottom .description .item:first-child .icon {
    display: none;
  }
  footer .footer-bottom .description .item:nth-child(2) .icon {
    display: none;
  }
  footer .footer-bottom .description .item span {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1125px) {
  header .social-links ul li:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .main-search {
    right: 20px;
  }

  footer .site-map-title {
    display: block;
  }
  footer .site-map-title:before {
    right: 0;
  }

  #site-map-wrapper .site-map-title {
    display: block;
  }
  #site-map-wrapper .site-map-title:before {
    right: 0;
  }
}
@media screen and (max-width: 1170px) {
  .modal.gov {
    /*.gov-ua {
    	left: 40px;
    } */
  }
  .modal.gov:before {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1050px) {
  footer .footer-bottom .icon {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #top-nav {
    font-size: 105%;
    letter-spacing: -0.1px;
  }
  #top-nav .dropdown-menu {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .team .team-row .col-xs-6 {
    width: 100%;
  }
  .team .team-item {
    height: inherit;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .team .team-item {
    min-height: 1px;
  }
}
@media screen and (min-width: 401px) and (max-width: 479px) {
  .team .team-item {
    min-height: 310px;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  .team .team-item {
    min-height: 290px;
  }
}
@media screen and (max-width: 450px) {
  .team .team-item .name {
    font-size: 100%;
  }

  .page-content .page-title-text {
    font-size: 1.5rem;
    margin-top: 20px;
    font-family: "ProbaProBold", "SourceSansProBold";
  }
  .page-content .page-title-desc {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page-content .page-title {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #site-map-wrapper {
    margin-bottom: 0 !important;
  }

  #content-wrapper {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 992px) {
  #footer-wrapper {
    position: relative !important;
  }
}
@media (min-width: 992px) {
  .menu-container {
    width: 980px;
  }

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

  .search-container {
    width: 1170px;
  }
}
@media (min-width: 576px) {
  .category-links a {
    padding: 20px 12px;
  }
}
@media (max-width: 1600px) {
  .category-links a {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .post-block .post-meta > div {
    margin-right: 10px;
  }

  .post-style-stick .item-list > ul > li {
    width: 100%;
    clear: both;
  }
  .post-style-stick .item-list > ul > li:first-child {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }

  .post-style-stick.v3 .item-list > ul > li:first-child {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }

  .post-style-stick-v2 .item-list > ul > li .post-block .post-content .post-body {
    display: none;
  }
  .post-style-stick-v2 .item-list > ul > li:not(:first-child) {
    width: 100%;
  }

  .gallery-post .post-meta-wrap {
    width: auto;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .block-quicktabs ul.nav-tabs > li > a {
    padding-right: 10px;
  }
}
section#news-posts .promotion-primary .owl-carousel .owl-item img {
  height: 500px;
}
@media (max-width: 1199px) {
  section#news-posts .promotion-primary .owl-carousel .owl-item img {
    height: 412px;
  }
}
@media (max-width: 640px) {
  section#news-posts .promotion-primary .owl-carousel .owl-item img {
    height: 250px;
  }
}

.opaqued .main-title-mobile {
  opacity: 0;
}

.main-title-mobile {
  opacity: 1;
  margin-left: 15px;
  float: left;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
  margin-top: 9px;
}
.main-title-mobile span:before {
  content: "";
  margin-left: 0px;
  float: left;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
  margin-top: -6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/svg/log_DSECU.svg);
  width: 33px;
  height: 40px;
}
.main-title-mobile .main-logo-mobile {
  position: relative;
  width: 50px;
  /*float: left;*/
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/svg/log_DSECU.svg);
}
.main-title-mobile span {
  color: white;
  font-size: 105%;
  font-family: "ProbaProBold", "SourceSansProBold";
  position: relative;
  vertical-align: middle;
}

#block-views-block-post-other-block-5 .item-list {
  margin: 10px;
}

#block-article-content .post-content {
  padding: 0 20px 20px 20px;
}
#block-article-content .post-content .post-title {
  font-family: "Merriweather-Bold";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
#block-article-content .post-content .post-title em {
  font-family: "Merriweather-LightItalic";
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #block-article-content .post-content .post-title {
    font-size: 20px;
  }
}
#block-article-content .post-content p {
  margin-bottom: 15px;
}
#block-article-content .post-content h1, #block-article-content .post-content h2, #block-article-content .post-content h3, #block-article-content .post-content h4, #block-article-content .post-content h5 {
  font-family: "Merriweather-Bold";
  font-weight: 500;
  letter-spacing: -0.025em;
}
#block-article-content .post-content h1 em, #block-article-content .post-content h2 em, #block-article-content .post-content h3 em, #block-article-content .post-content h4 em, #block-article-content .post-content h5 em {
  font-family: "Merriweather-LightItalic";
  font-weight: 300;
}
#block-article-content .post-content h1 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  #block-article-content .post-content h1 {
    font-size: 20px;
  }
}
#block-article-content .post-content h2 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #block-article-content .post-content h2 {
    font-size: 17px;
  }
}
#block-article-content .post-content h3 {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  #block-article-content .post-content h3 {
    font-size: 15px;
  }
}
#block-article-content .post-content h4 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #block-article-content .post-content h4 {
    font-size: 13px;
  }
}
#block-article-content .post-content h5 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #block-article-content .post-content h5 {
    font-size: 12px;
  }
}
#block-article-content .post-content blockquote p:last-child {
  margin-bottom: 0;
}
#block-article-content .post-content blockquote footer {
  margin-top: 20px;
}
#block-article-content .post-content mark {
  background-color: yellow;
  border-radius: 5px;
}
#block-article-content .post-content .embed-responsive {
  margin-bottom: 15px;
}
#block-article-content .post-content .img-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
#block-article-content .post-content .gallery {
  margin-bottom: 15px;
}
#block-article-content .post-content .post-comment {
  margin-top: 5px;
}
#block-article-content .page-content {
  padding: 0 20px 20px 20px;
}
#block-article-content .page-content .page-title {
  font-family: "Merriweather-Bold";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin: 5px 0;
  text-align: left;
  width: auto;
}
#block-article-content .page-content .page-title em {
  font-family: "Merriweather-LightItalic";
  font-weight: 300;
}
#block-article-content .page-content p {
  margin-bottom: 15px;
}
#block-article-content .page-content h1, #block-article-content .page-content h2, #block-article-content .page-content h3, #block-article-content .page-content h4, #block-article-content .page-content h5 {
  font-family: "Merriweather-Bold";
  font-weight: 500;
  letter-spacing: -0.025em;
}
#block-article-content .page-content h1 em, #block-article-content .page-content h2 em, #block-article-content .page-content h3 em, #block-article-content .page-content h4 em, #block-article-content .page-content h5 em {
  font-family: "Merriweather-LightItalic";
  font-weight: 300;
}
#block-article-content .page-content h1 {
  font-size: 25px;
}
#block-article-content .page-content h2 {
  font-size: 22px;
}
#block-article-content .page-content h3 {
  font-size: 19px;
}
#block-article-content .page-content h4 {
  font-size: 17px;
}
#block-article-content .page-content h5 {
  font-size: 15px;
}
#block-article-content .page-content blockquote p:last-child {
  margin-bottom: 0;
}
#block-article-content .page-content blockquote footer {
  margin-top: 20px;
}
#block-article-content .page-content mark {
  background-color: yellow;
  border-radius: 5px;
}
#block-article-content .page-content .embed-responsive {
  margin-bottom: 15px;
}
#block-article-content .page-content .img-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
#block-article-content .page-content .gallery {
  margin-bottom: 15px;
}
#block-article-content .page-content .page-comment {
  margin-top: 5px;
}
#block-article-content .page-content .menupanel {
  border-bottom: 1px solid lightgray;
  font-family: "ProbaProRegular", "SourceSansPro";
  margin: 10px 50px 10px 50px;
}
#block-article-content .page-content .node__content {
  margin-top: 30px;
}

#landing-page-wrapper p {
  margin-bottom: 15px;
}
#landing-page-wrapper h1, #landing-page-wrapper h2, #landing-page-wrapper h3, #landing-page-wrapper h4, #landing-page-wrapper h5 {
  font-family: "Merriweather-Bold";
  font-weight: 500;
  letter-spacing: -0.025em;
}
#landing-page-wrapper h1 em, #landing-page-wrapper h2 em, #landing-page-wrapper h3 em, #landing-page-wrapper h4 em, #landing-page-wrapper h5 em {
  font-family: "Merriweather-LightItalic";
  font-weight: 300;
}
#landing-page-wrapper h1 {
  font-size: 25px;
}
#landing-page-wrapper h2 {
  font-size: 22px;
}
#landing-page-wrapper h3 {
  font-size: 19px;
}
#landing-page-wrapper h4 {
  font-size: 17px;
}
#landing-page-wrapper h5 {
  font-size: 15px;
}
#landing-page-wrapper blockquote p:last-child {
  margin-bottom: 0;
}
#landing-page-wrapper blockquote footer {
  margin-top: 20px;
}
#landing-page-wrapper mark {
  background-color: yellow;
  border-radius: 5px;
}
#landing-page-wrapper .embed-responsive {
  margin-bottom: 15px;
}
#landing-page-wrapper .img-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
#landing-page-wrapper .gallery {
  margin-bottom: 15px;
}
#landing-page-wrapper .node__content {
  margin-top: 30px;
}

#block-news-content .post-content .post-abstract {
  margin-bottom: 10px;
  margin-left: 10px;
  color: #333;
}

.post-meta .meta-sep:before {
  content: "/";
  padding: 0 6px;
}

@media screen and (max-width: 1200px) {
  .nav > li > a {
    padding: 10px 6px;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.tag-share {
  margin-top: 80px;
}
.tag-share + .author-box {
  margin-top: 50px;
}

/**
 * Post Tags
 */
.post-tags {
  margin-top: 5px;
  color: #a0a0a0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post-tags .text {
  margin-right: 4px;
  margin-left: 5px;
}

.post-tags a {
  color: #82af7c;
}

.post-tags a:after {
  content: ",";
  margin-right: 4px;
  color: #a0a0a0;
}

.post-tags a:last-child:after {
  display: none;
}

/**
 * Post Share
 */
.post-share {
  float: right;
}

.post-share .counters {
  display: inline-block;
  vertical-align: top;
  background: #fafafa;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  text-align: center;
  min-width: 70px;
}

.post-share .count {
  line-height: 28px;
  padding-left: 15px;
  color: #a0a0a0;
  font-size: 11px;
  font-weight: 600;
}

.post-share .count:only-child {
  padding: 0;
}

.post-share .count:hover,
.count-heart.voted,
.post-counters .count-heart.voted {
  color: #82af7c;
}

.post-share .count-share {
  display: inline-block;
  padding: 0;
  padding-right: 15px;
}

.post-share .count-share:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 1px;
  background: #e4e4e4;
  margin-left: 10px;
  margin-right: 12px;
}

.post-share .count-share:first-child:before {
  display: none;
}

.post-share .count .icon {
  margin-right: 6px;
}

.post-share-icons {
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
}

.post-share-icons .link {
  float: left;
  margin-left: 4px;
  width: 28px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  font-size: 13px;
  color: #aaa;
  text-align: center;
  line-height: 28px;
}

.count-heart.animate {
  -webkit-animation: pulse 0.8s;
  animation: pulse 0.8s;
}

.count-heart.voted {
  cursor: default;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * Author Box
 */
@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icon.eot");
  src: url("../fonts/icons/icon.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.ttf") format("truetype"), url("../fonts/icons/icon.svg?#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-note:before {
  content: "";
}

/* '' */
.icon-note-beamed:before {
  content: "";
}

/* '' */
.icon-music:before {
  content: "";
}

/* '' */
.icon-heart:before {
  content: "";
}

/* '' */
.icon-flashlight:before {
  content: "";
}

/* '' */
.icon-mail:before {
  content: "";
}

/* '' */
.icon-heart-empty:before {
  content: "";
}

/* '' */
.icon-pinterest-b:before {
  content: "";
}

/* '' */
.icon-star:before {
  content: "";
}

/* '' */
.icon-star-empty:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: "";
}

/* '' */
.icon-users:before {
  content: "";
}

/* '' */
.icon-user-add:before {
  content: "";
}

/* '' */
.icon-video:before {
  content: "";
}

/* '' */
.icon-picture:before {
  content: "";
}

/* '' */
.icon-camera:before {
  content: "";
}

/* '' */
.icon-layout:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-check:before {
  content: "";
}

/* '' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-cancel-circled:before {
  content: "";
}

/* '' */
.icon-cancel-squared:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-plus-circled:before {
  content: "";
}

/* '' */
.icon-plus-squared:before {
  content: "";
}

/* '' */
.icon-minus:before {
  content: "";
}

/* '' */
.icon-minus-circled:before {
  content: "";
}

/* '' */
.icon-minus-squared:before {
  content: "";
}

/* '' */
.icon-help:before {
  content: "";
}

/* '' */
.icon-help-circled:before {
  content: "";
}

/* '' */
.icon-info:before {
  content: "";
}

/* '' */
.icon-info-circled:before {
  content: "";
}

/* '' */
.icon-back:before {
  content: "";
}

/* '' */
.icon-home:before {
  content: "";
}

/* '' */
.icon-link:before {
  content: "";
}

/* '' */
.icon-attach:before {
  content: "";
}

/* '' */
.icon-lock:before {
  content: "";
}

/* '' */
.icon-lock-open:before {
  content: "";
}

/* '' */
.icon-eye:before {
  content: "";
}

/* '' */
.icon-tag:before {
  content: "";
}

/* '' */
.icon-bookmark:before {
  content: "";
}

/* '' */
.icon-bookmarks:before {
  content: "";
}

/* '' */
.icon-flag:before {
  content: "";
}

/* '' */
.icon-thumbs-up:before {
  content: "";
}

/* '' */
.icon-thumbs-down:before {
  content: "";
}

/* '' */
.icon-download:before {
  content: "";
}

/* '' */
.icon-upload:before {
  content: "";
}

/* '' */
.icon-upload-cloud:before {
  content: "";
}

/* '' */
.icon-reply:before {
  content: "";
}

/* '' */
.icon-reply-all:before {
  content: "";
}

/* '' */
.icon-forward:before {
  content: "";
}

/* '' */
.icon-quote:before {
  content: "";
}

/* '' */
.icon-code:before {
  content: "";
}

/* '' */
.icon-export:before {
  content: "";
}

/* '' */
.icon-pencil:before {
  content: "";
}

/* '' */
.icon-feather:before {
  content: "";
}

/* '' */
.icon-print:before {
  content: "";
}

/* '' */
.icon-retweet:before {
  content: "";
}

/* '' */
.icon-keyboard:before {
  content: "";
}

/* '' */
.icon-comment:before {
  content: "";
}

/* '' */
.icon-chat:before {
  content: "";
}

/* '' */
.icon-bell:before {
  content: "";
}

/* '' */
.icon-attention:before {
  content: "";
}

/* '' */
.icon-alert:before {
  content: "";
}

/* '' */
.icon-vcard:before {
  content: "";
}

/* '' */
.icon-address:before {
  content: "";
}

/* '' */
.icon-location:before {
  content: "";
}

/* '' */
.icon-map:before {
  content: "";
}

/* '' */
.icon-direction:before {
  content: "";
}

/* '' */
.icon-compass:before {
  content: "";
}

/* '' */
.icon-cup:before {
  content: "";
}

/* '' */
.icon-trash:before {
  content: "";
}

/* '' */
.icon-doc:before {
  content: "";
}

/* '' */
.icon-docs:before {
  content: "";
}

/* '' */
.icon-doc-landscape:before {
  content: "";
}

/* '' */
.icon-doc-text:before {
  content: "";
}

/* '' */
.icon-doc-text-inv:before {
  content: "";
}

/* '' */
.icon-newspaper:before {
  content: "";
}

/* '' */
.icon-book-open:before {
  content: "";
}

/* '' */
.icon-book:before {
  content: "";
}

/* '' */
.icon-folder:before {
  content: "";
}

/* '' */
.icon-archive:before {
  content: "";
}

/* '' */
.icon-box:before {
  content: "";
}

/* '' */
.icon-rss:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-cog:before {
  content: "";
}

/* '' */
.icon-tools:before {
  content: "";
}

/* '' */
.icon-share:before {
  content: "";
}

/* '' */
.icon-shareable:before {
  content: "";
}

/* '' */
.icon-basket:before {
  content: "";
}

/* '' */
.icon-bag:before {
  content: "";
}

/* '' */
.icon-calendar:before {
  content: "";
}

/* '' */
.icon-login:before {
  content: "";
}

/* '' */
.icon-logout:before {
  content: "";
}

/* '' */
.icon-mic:before {
  content: "";
}

/* '' */
.icon-mute:before {
  content: "";
}

/* '' */
.icon-sound:before {
  content: "";
}

/* '' */
.icon-volume:before {
  content: "";
}

/* '' */
.icon-clock:before {
  content: "";
}

/* '' */
.icon-hourglass:before {
  content: "";
}

/* '' */
.icon-lamp:before {
  content: "";
}

/* '' */
.icon-light-down:before {
  content: "";
}

/* '' */
.icon-light-up:before {
  content: "";
}

/* '' */
.icon-adjust:before {
  content: "";
}

/* '' */
.icon-block:before {
  content: "";
}

/* '' */
.icon-resize-full:before {
  content: "";
}

/* '' */
.icon-resize-small:before {
  content: "";
}

/* '' */
.icon-popup:before {
  content: "";
}

/* '' */
.icon-publish:before {
  content: "";
}

/* '' */
.icon-window:before {
  content: "";
}

/* '' */
.icon-arrow-combo:before {
  content: "";
}

/* '' */
.icon-down-circled:before {
  content: "";
}

/* '' */
.icon-left-circled:before {
  content: "";
}

/* '' */
.icon-right-circled:before {
  content: "";
}

/* '' */
.icon-up-circled:before {
  content: "";
}

/* '' */
.icon-down-open:before {
  content: "";
}

/* '' */
.icon-left-open:before {
  content: "";
}

/* '' */
.icon-right-open:before {
  content: "";
}

/* '' */
.icon-up-open:before {
  content: "";
}

/* '' */
.icon-down-open-mini:before {
  content: "";
}

/* '' */
.icon-left-open-mini:before {
  content: "";
}

/* '' */
.icon-right-open-mini:before {
  content: "";
}

/* '' */
.icon-up-open-mini:before {
  content: "";
}

/* '' */
.icon-down-open-big:before {
  content: "";
}

/* '' */
.icon-left-open-big:before {
  content: "";
}

/* '' */
.icon-right-open-big:before {
  content: "";
}

/* '' */
.icon-up-open-big:before {
  content: "";
}

/* '' */
.icon-down:before {
  content: "";
}

/* '' */
.icon-left:before {
  content: "";
}

/* '' */
.icon-right:before {
  content: "";
}

/* '' */
.icon-up:before {
  content: "";
}

/* '' */
.icon-steam:before {
  content: "";
}

/* '' */
.icon-twitch:before {
  content: "";
}

/* '' */
.icon-youtube:before {
  content: "";
}

/* '' */
.icon-arrow-left:before {
  content: "";
}

/* '' */
.icon-down-bold:before {
  content: "";
}

/* '' */
.icon-left-bold:before {
  content: "";
}

/* '' */
.icon-right-bold:before {
  content: "";
}

/* '' */
.icon-up-bold:before {
  content: "";
}

/* '' */
.icon-down-thin:before {
  content: "";
}

/* '' */
.icon-left-thin:before {
  content: "";
}

/* '' */
.icon-right-thin:before {
  content: "";
}

/* '' */
.icon-up-thin:before {
  content: "";
}

/* '' */
.icon-ccw:before {
  content: "";
}

/* '' */
.icon-cw:before {
  content: "";
}

/* '' */
.icon-arrows-ccw:before {
  content: "";
}

/* '' */
.icon-level-down:before {
  content: "";
}

/* '' */
.icon-level-up:before {
  content: "";
}

/* '' */
.icon-shuffle:before {
  content: "";
}

/* '' */
.icon-loop:before {
  content: "";
}

/* '' */
.icon-switch:before {
  content: "";
}

/* '' */
.icon-play:before {
  content: "";
}

/* '' */
.icon-stop:before {
  content: "";
}

/* '' */
.icon-pause:before {
  content: "";
}

/* '' */
.icon-record:before {
  content: "";
}

/* '' */
.icon-to-end:before {
  content: "";
}

/* '' */
.icon-to-start:before {
  content: "";
}

/* '' */
.icon-fast-forward:before {
  content: "";
}

/* '' */
.icon-fast-backward:before {
  content: "";
}

/* '' */
.icon-progress-0:before {
  content: "";
}

/* '' */
.icon-progress-1:before {
  content: "";
}

/* '' */
.icon-progress-2:before {
  content: "";
}

/* '' */
.icon-progress-3:before {
  content: "";
}

/* '' */
.icon-target:before {
  content: "";
}

/* '' */
.icon-palette:before {
  content: "";
}

/* '' */
.icon-list:before {
  content: "";
}

/* '' */
.icon-list-add:before {
  content: "";
}

/* '' */
.icon-signal:before {
  content: "";
}

/* '' */
.icon-trophy:before {
  content: "";
}

/* '' */
.icon-battery:before {
  content: "";
}

/* '' */
.icon-back-in-time:before {
  content: "";
}

/* '' */
.icon-monitor:before {
  content: "";
}

/* '' */
.icon-mobile:before {
  content: "";
}

/* '' */
.icon-network:before {
  content: "";
}

/* '' */
.icon-cd:before {
  content: "";
}

/* '' */
.icon-inbox:before {
  content: "";
}

/* '' */
.icon-install:before {
  content: "";
}

/* '' */
.icon-globe:before {
  content: "";
}

/* '' */
.icon-cloud:before {
  content: "";
}

/* '' */
.icon-cloud-thunder:before {
  content: "";
}

/* '' */
.icon-flash:before {
  content: "";
}

/* '' */
.icon-moon:before {
  content: "";
}

/* '' */
.icon-flight:before {
  content: "";
}

/* '' */
.icon-paper-plane:before {
  content: "";
}

/* '' */
.icon-leaf:before {
  content: "";
}

/* '' */
.icon-lifebuoy:before {
  content: "";
}

/* '' */
.icon-mouse:before {
  content: "";
}

/* '' */
.icon-briefcase:before {
  content: "";
}

/* '' */
.icon-suitcase:before {
  content: "";
}

/* '' */
.icon-dot:before {
  content: "";
}

/* '' */
.icon-dot-2:before {
  content: "";
}

/* '' */
.icon-dot-3:before {
  content: "";
}

/* '' */
.icon-brush:before {
  content: "";
}

/* '' */
.icon-magnet:before {
  content: "";
}

/* '' */
.icon-infinity:before {
  content: "";
}

/* '' */
.icon-erase:before {
  content: "";
}

/* '' */
.icon-chart-pie:before {
  content: "";
}

/* '' */
.icon-chart-line:before {
  content: "";
}

/* '' */
.icon-chart-bar:before {
  content: "";
}

/* '' */
.icon-chart-area:before {
  content: "";
}

/* '' */
.icon-tape:before {
  content: "";
}

/* '' */
.icon-graduation-cap:before {
  content: "";
}

/* '' */
.icon-language:before {
  content: "";
}

/* '' */
.icon-ticket:before {
  content: "";
}

/* '' */
.icon-water:before {
  content: "";
}

/* '' */
.icon-droplet:before {
  content: "";
}

/* '' */
.icon-air:before {
  content: "";
}

/* '' */
.icon-credit-card:before {
  content: "";
}

/* '' */
.icon-floppy:before {
  content: "";
}

/* '' */
.icon-clipboard:before {
  content: "";
}

/* '' */
.icon-megaphone:before {
  content: "";
}

/* '' */
.icon-database:before {
  content: "";
}

/* '' */
.icon-drive:before {
  content: "";
}

/* '' */
.icon-bucket:before {
  content: "";
}

/* '' */
.icon-thermometer:before {
  content: "";
}

/* '' */
.icon-key:before {
  content: "";
}

/* '' */
.icon-flow-cascade:before {
  content: "";
}

/* '' */
.icon-flow-branch:before {
  content: "";
}

/* '' */
.icon-flow-tree:before {
  content: "";
}

/* '' */
.icon-flow-line:before {
  content: "";
}

/* '' */
.icon-flow-parallel:before {
  content: "";
}

/* '' */
.icon-rocket:before {
  content: "";
}

/* '' */
.icon-gauge:before {
  content: "";
}

/* '' */
.icon-traffic-cone:before {
  content: "";
}

/* '' */
.icon-cc:before {
  content: "";
}

/* '' */
.icon-cc-by:before {
  content: "";
}

/* '' */
.icon-cc-nc:before {
  content: "";
}

/* '' */
.icon-cc-nc-eu:before {
  content: "";
}

/* '' */
.icon-cc-nc-jp:before {
  content: "";
}

/* '' */
.icon-cc-sa:before {
  content: "";
}

/* '' */
.icon-cc-nd:before {
  content: "";
}

/* '' */
.icon-cc-pd:before {
  content: "";
}

/* '' */
.icon-cc-zero:before {
  content: "";
}

/* '' */
.icon-cc-share:before {
  content: "";
}

/* '' */
.icon-cc-remix:before {
  content: "";
}

/* '' */
.icon-github:before {
  content: "";
}

/* '' */
.icon-github-circled:before {
  content: "";
}

/* '' */
.icon-flickr:before {
  content: "";
}

/* '' */
.icon-flickr-circled:before {
  content: "";
}

/* '' */
.icon-vimeo:before {
  content: "";
}

/* '' */
.icon-vimeo-circled:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-twitter-circled:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-facebook-circled:before {
  content: "";
}

/* '' */
.icon-facebook-squared:before {
  content: "";
}

/* '' */
.icon-gplus:before {
  content: "";
}

/* '' */
.icon-arrow-right:before {
  content: "";
}

/* '' */
.icon-pinterest:before {
  content: "";
}

/* '' */
.icon-pinterest-circled:before {
  content: "";
}

/* '' */
.icon-tumblr:before {
  content: "";
}

/* '' */
.icon-tumblr-circled:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-linkedin-circled:before {
  content: "";
}

/* '' */
.icon-dribbble:before {
  content: "";
}

/* '' */
.icon-dribbble-circled:before {
  content: "";
}

/* '' */
.icon-stumbleupon:before {
  content: "";
}

/* '' */
.icon-stumbleupon-circled:before {
  content: "";
}

/* '' */
.icon-lastfm:before {
  content: "";
}

/* '' */
.icon-lastfm-circled:before {
  content: "";
}

/* '' */
.icon-rdio:before {
  content: "";
}

/* '' */
.icon-rdio-circled:before {
  content: "";
}

/* '' */
.icon-spotify:before {
  content: "";
}

/* '' */
.icon-spotify-circled:before {
  content: "";
}

/* '' */
.icon-qq:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-dropbox:before {
  content: "";
}

/* '' */
.icon-evernote:before {
  content: "";
}

/* '' */
.icon-flattr:before {
  content: "";
}

/* '' */
.icon-skype:before {
  content: "";
}

/* '' */
.icon-skype-circled:before {
  content: "";
}

/* '' */
.icon-renren:before {
  content: "";
}

/* '' */
.icon-sina-weibo:before {
  content: "";
}

/* '' */
.icon-paypal:before {
  content: "";
}

/* '' */
.icon-picasa:before {
  content: "";
}

/* '' */
.icon-soundcloud:before {
  content: "";
}

/* '' */
.icon-mixi:before {
  content: "";
}

/* '' */
.icon-behance:before {
  content: "";
}

/* '' */
.icon-google-circles:before {
  content: "";
}

/* '' */
.icon-vkontakte:before {
  content: "";
}

/* '' */
.icon-smashing:before {
  content: "";
}

/* '' */
.icon-sweden:before {
  content: "";
}

/* '' */
.icon-db-shape:before {
  content: "";
}

/* '' */
.icon-logo-db:before {
  content: "";
}

/* '' */
.icon-right-dir-1:before {
  content: "";
}

/* '' */
.icon-left-dir-1:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-hamburger:before {
  content: "";
}

/* '' */
.icon-comment-1:before {
  content: "";
}

/* '' */
.icon-share-1:before {
  content: "";
}

/* '' */
.icon-heart-1:before {
  content: "";
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-quotes:before {
  content: "";
}

/* '' */
.icon-arrow-prev:before {
  content: "";
}

/* '' */
.icon-arrow-next:before {
  content: "";
}

/* '' */
.icon-up-dir:before {
  content: "";
}

/* '' */
.icon-down-dir:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-angle-up:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-facebook-b:before {
  content: "";
}

/* '' */
.icon-twitter-b:before {
  content: "";
}

/* '' */
.icon-instagram-b:before {
  content: "";
}

/* '' */
.icon-quote-left:before {
  content: "";
}

/* '' */
.author-box {
  padding: 50px 50px 30px 50px;
}
@media screen and (max-width: 640px) {
  .author-box {
    padding: 50px 30px 30px 30px;
  }
}
.author-box .row:not(:last-child) {
  margin-bottom: 15px;
}
.author-box .avatar {
  float: left;
  margin-right: 30px;
}
.author-box .content {
  overflow: hidden;
  text-align: left;
}
.author-box .author {
  margin-bottom: 6px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.author-box .author-bio {
  font-size: 13px;
  margin-bottom: 7px;
}
.author-box .social-icons a {
  color: #d9d9d9;
  font-size: 13px;
}
.author-box .social-icons a:hover {
  color: #a0a0a0;
}
.author-box .social-icons ul {
  list-style: none;
}
.author-box .social-icons li {
  float: left;
  margin-right: 4px;
}
.author-box .social-icons li {
  margin-right: 16px;
}
.author-box .social-icons li:last-child {
  margin-right: 0;
}
.author-box .social-icons .icon:before {
  width: auto;
}

.add-separator {
  position: relative;
  border-top: 1px solid #333333;
}

.add-separator:after {
  position: absolute;
  content: "";
  background-color: #fff;
  background-image: url("../images/icons/svg/fleuron.svg");
  border-right: 12px solid #fff;
  border-left: 12px solid #fff;
  top: -5px;
  left: 50%;
  width: 74px;
  height: 10px;
  margin-left: -25px;
}

@media only screen and (max-width: 480px) {
  .author-box .avatar {
    width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .post-share,
.post-tags {
    float: none;
  }

  .post-share {
    margin-top: 20px;
  }
}
.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Social Icons */
.block-system-comments-block .comments {
  margin: 30px 20px 30px 20px;
}
.block-system-comments-block .comments h3 {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  font-family: "Merriweather", Georgia, serif;
  color: #4698d5;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .block-system-comments-block .comments h3 {
    font-size: 15px;
  }
}
.block-system-comments-block .comments .comments-main-form {
  border-top: 1px solid #333333;
}

#icn-time-machine {
  fill: #FF0000;
}

/* Administration Module */
#module-administration .post-content .post-title {
  padding: 15px 0 5px 0;
}
#module-administration .post-content .post-title + hr {
  margin-top: 2px;
  margin-bottom: 21px;
  border: 0;
  border-top: 2px solid #ddd;
}
#module-administration .post-content .team {
  display: flex;
  flex-wrap: wrap;
}
#module-administration .post-content .team .team-item {
  margin: 20px auto 20px auto;
  width: 200px;
}
#module-administration .post-content .card-info {
  margin: 20px auto 20px auto;
}

.mt0 {
  margin-bottom: 15px;
}

.btn-file input[type=file] {
  position: absolute;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  width: 0px;
}

.image-uploader .image-actions {
  margin-top: 15px;
  text-align: center;
}

form#user .form-control, form#details-form .form-control, #p0 .form-control {
  padding: 5px 5px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
}

ul#message-tabs li {
  padding: 0px;
}

/*	&.block-main {
	background-image: linear-gradient(90deg, #faee3563, #fff 40%, #fff 60%, #faee3563 100%);
}
&.block-news {
	background-image: linear-gradient(90deg, #dddddd, #fff 40%, #fff 60%, #dddddddd 100%);
}
&.block-latest {
	background-image: linear-gradient(90deg, #fa35d063, #fff 40%, #fff 60%, #fa35d063 100%);
}
&.block-gallery {
	background-image: linear-gradient(90deg, #3835fa63, #fff 40%, #fff 60%, #3835fa63 100%);
}*/
#export-control {
  /*
    @media (max-width: 991px), (max-width: 992px) and (max-height: 600px) and (min-width: 992px) and (min-height: 600px), (max-width: 1365px) and (max-height: 800px) and (min-width: 1365px) and (min-height: 800px) {
      .product-listing-page-block {
        .product-listing-left {
          width: 100%;
          margin: 0px;
          padding: 0px;

          .categories-in-search {
            display: none;
            position: fixed;
            z-index: 9999;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: rgb(248, 248, 248) none repeat scroll 0% 0%;
            padding-bottom: 60px;

            .categories-in-search-title {
              display: none;
            }

            ul {
              margin-top: 0px;
              width: 100%;

              li {
                padding: 0px;
                line-height: unset;
                border-bottom: 1px solid rgb(234, 234, 234);

                a {
                  padding: 15px 30px;
                  display: block;
                }
              }
            }

            .cat-in-search-btn, &.open {
              display: flex;
            }
          }

          .filter-hide-block {
            display: none;
            position: fixed;
            z-index: 9999;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: rgb(248, 248, 248) none repeat scroll 0% 0%;
            padding-bottom: 60px;

            .chosen-filters, .filter-results-count {
              display: none;
            }

            .filter-block {
              overflow: auto;
              height: 100%;
              width: 100%;

              .section {
                height: auto;
                margin: 0px;
                border-bottom: 1px solid rgb(234, 234, 234);
                position: relative;

                .section-content {
                  padding-top: 0px;

                  label {
                    padding: 15px 60px 15px 30px;
                    width: 100%;
                    display: flex;
                    position: relative;
                    background: rgb(240, 240, 240) none repeat scroll 0% 0%;

                    .fake_checkbox, .fake_radio {
                      position: relative;
                      top: auto;
                      left: auto;
                      margin: 0px;
                      width: 22px;
                      height: 22px;
                      background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
                      box-shadow: none;
                    }

                    .text {
                      background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
                      margin-left: 10px;
                      color: rgb(70, 134, 187);
                    }

                    &::before {
                      content: "";
                      background: rgb(255, 255, 255) none repeat scroll 0% 0%;
                      width: calc(100% - 60px);
                      height: 1px;
                      position: absolute;
                      left: 30px;
                      top: 0px;
                    }
                  }

                  .filter-container {
                    display: none;

                    &:first-child label {
                      border-top: 1px solid rgb(234, 234, 234);

                      &::before {
                        display: none;
                      }
                    }
                  }
                }

                .filter-slider {
                  margin: 20px 30px;

                  .ui-slider-handle {
                    width: 18px;
                    height: 18px;
                    margin-left: -9px;
                  }
                }

                .slider-label {
                  padding: 0px 30px 20px;
                  margin: 0px;

                  .input {
                    border-color: rgb(212, 210, 210);
                  }
                }

                .name-block {
                  padding: 15px 80px 15px 30px;
                  font-size: 15px;
                  font-weight: 400;
                  color: rgb(102, 102, 102);
                  margin: 0px;
                  cursor: pointer;

                  .name-inner span {
                    font-size: 15px;
                  }

                  .hover-info-block {
                    position: initial;

                    .info-text {
                      transform: none;
                      width: 100%;
                      left: 0px;
                      position: absolute;
                      top: 100%;

                      &::after, &::before {
                        display: none;
                      }
                    }
                  }

                  &::after {
                    font-family: Flaticon;
                    content: "";
                    font-size: 14px;
                    color: rgb(153, 153, 153);
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 20px;
                  }
                }

                .hidden-block-wrap {
                  display: flex;
                  -moz-box-orient: vertical;
                  -moz-box-direction: normal;
                  flex-direction: column;
                  max-height: unset;

                  &::after {
                    display: none;
                  }
                }

                .show-hidden {
                  display: none !important;
                }

                &.offers-block {
                  padding: 0px;
                  border: medium none;
                  display: none;

                  label {
                    padding: 15px 30px;

                    + label {
                      margin-top: 0px;
                    }
                  }
                }

                &.price-section .name-block {
                  padding: 15px 30px;
                  cursor: auto;

                  &::after {
                    display: none;
                  }
                }

                + .section {
                  margin-top: 0px;
                }

                &.open {
                  .section-content .filter-container {
                    display: flex;
                  }

                  .name-block::after {
                    transform: rotate(90deg) translateX(-50%);
                  }
                }

                &.select .name-block .count {
                  display: inline-flex;
                }

                &.full {
                  .name-block::after {
                    display: none;
                  }

                  .section-content .filter-container {
                    display: flex;
                  }
                }

                &.toggle .name-block::after {
                  font-family: Flaticon;
                  content: "";
                  font-size: 14px;
                  color: rgb(153, 153, 153);
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  right: 20px;
                }

                &.glossary-link .link {
                  display: block;
                  border: medium none;
                  padding: 15px 80px 15px 30px;
                  width: 100%;
                }
              }
            }

            .cat-in-search-btn, .filter-btn {
              display: flex;
            }

            &.have-changes {
              .apply-btn {
                display: flex;
                width: 50%;
              }

              .filter-btn {
                width: 50%;
              }
            }

            &.open {
              display: flex;
            }
          }

          .filter-news-block {
            display: none;
          }
        }

        .product-listing-right {
          width: 100%;

          .toolbar {
            height: 50px;
            display: flex;
            width: calc(100% + 40px);
            margin-left: -20px;
            border-width: 1px 0px;

            .button {
              height: 100%;

              + .button {
                border-left: 1px solid rgb(234, 234, 234);
              }

              &.cat-in-search-btn, &.category-btn, &.filter-btn, &.sort-btn, &.views-btn {
                display: flex;
              }
            }

            .sort-wrap {
              -moz-box-flex: 1;
              flex: 1 1 auto;
              -moz-box-pack: end;
              justify-content: flex-end;
              border-left: 1px solid rgb(234, 234, 234);

              .sort-by {
                display: none;
                position: fixed;
                z-index: 9999;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background: rgb(248, 248, 248) none repeat scroll 0% 0%;
                padding-bottom: 60px;

                .name {
                  display: none;
                }

                .sort-by-dropdown {
                  width: 100%;

                  .fake-select {
                    width: 100%;
                    height: auto;
                    background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;

                    .fake-select-title {
                      display: none;
                    }

                    .fake-select-options {
                      position: relative;
                      display: flex;
                      -moz-box-orient: vertical;
                      -moz-box-direction: normal;
                      flex-direction: column;
                      border: medium none;
                      background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;

                      .fake-select-option {
                        display: flex;
                        -moz-box-align: center;
                        align-items: center;
                        padding: 15px 30px 15px 50px;
                        font-size: 15px;
                        font-weight: 400;
                        color: rgb(102, 102, 102);
                        line-height: 20px;
                        position: relative;
                        margin: 0px;
                        border-bottom: 1px solid rgb(234, 234, 234);

                        &.active::before {
                          font-family: Flaticon;
                          content: "";
                          color: rgb(45, 156, 214);
                          font-size: 18px;
                          position: absolute;
                          left: 25px;
                        }

                        &:hover {
                          background-color: rgb(240, 240, 240);
                        }

                        + .fake-select-option {
                          border-top: medium none;
                        }
                      }
                    }
                  }
                }

                .sort-btn, &.open {
                  display: flex;
                }
              }

              .view-mode .view-btn {
                display: flex;
                -moz-box-align: center;
                align-items: center;
                -moz-box-pack: center;
                justify-content: center;
                border-left: 1px solid rgb(234, 234, 234);

                &::before {
                  font-family: Flaticon;
                  display: block;
                  top: auto;
                  left: auto;
                  margin: 0px;
                  font-size: 20px;
                  color: rgb(212, 14, 125);
                  background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px !important;
                }

                &.grid {
                  width: 50px;
                }

                &.list {
                  width: 50px;

                  &::before {
                    content: "";
                  }
                }

                &.grid::before {
                  content: "";
                }

                &.active {
                  display: none;
                }
              }
            }
          }

          .products-listing {
            margin-top: 0px;

            .products-listing-item {
              padding: 20px 0px;

              .product-inner-block {
                .image-block {
                  border: medium none;
                  width: 80px;
                  height: 80px;
                  padding: 0px;

                  .sticker {
                    width: 100%;
                    top: 0px;
                    right: 0px;

                    .sticker-inner {
                      font-size: 10px;
                      height: 20px;
                      padding: 0px 5px;
                    }
                  }

                  .present-block {
                    display: none;
                  }

                  &.has-stick {
                    margin-top: 30px;

                    .sticker {
                      top: -30px;
                    }

                    + .content-block {
                      min-height: 160px;

                      .center-part .actions-block .reviews {
                        top: 115px;
                      }
                    }
                  }
                }

                .content-block {
                  width: calc(100% - 100px);
                  min-height: 130px;
                  -moz-box-orient: vertical;
                  -moz-box-direction: normal;
                  flex-direction: column;
                  -moz-box-pack: start;
                  justify-content: flex-start;
                  position: relative;

                  .top-part {
                    width: calc(100% - 200px);
                    height: auto;
                    -moz-box-orient: vertical;
                    -moz-box-direction: normal;
                    flex-direction: column;
                    -moz-box-pack: start;
                    justify-content: flex-start;
                    -moz-box-ordinal-group: 1;
                    order: 0;
                    min-height: 40px;

                    .name-block {
                      font-size: 16px;
                      line-height: 20px;
                      height: auto;
                      width: 100%;
                      padding: 0px;
                      white-space: normal;
                    }

                    .sku-block {
                      width: 100%;
                      text-align: left;
                      margin-left: 0px;
                      margin-top: 8px;
                      height: auto;
                    }
                  }

                  .center-part {
                    width: calc(100% - 200px);
                    margin-top: 25px;
                    min-height: 20px;
                    -moz-box-ordinal-group: 3;
                    order: 2;

                    .price-block {
                      .regular-price {
                        font-size: 16px;
                        font-weight: 500;
                        margin: 0px;

                        .currency {
                          font-size: 16px;
                        }

                        + .old-price {
                          margin-left: 10px;
                        }
                      }

                      .old-price {
                        font-size: 12px;

                        .currency {
                          font-size: 12px;
                        }
                      }

                      + .actions-block {
                        margin-top: 0px;
                      }
                    }

                    .actions-block {
                      -moz-box-orient: vertical;
                      -moz-box-direction: normal;
                      flex-direction: column;
                      position: absolute;
                      width: 180px;
                      right: 0px;
                      top: 0px;
                      margin: 0px;

                      .action-btn {
                        display: none;
                      }

                      .buy-btn {
                        &.disabled {
                          display: flex;
                          -moz-box-align: center;
                          align-items: center;
                          -moz-box-pack: center;
                          justify-content: center;
                          height: 30px;
                          line-height: 1.2;

                          &::before {
                            font-family: Flaticon;
                            content: "";
                            margin-right: 8px;
                            font-size: 14px;
                          }
                        }

                        ~ .reviews {
                          margin: 0px;
                          width: 80px;
                        }
                      }

                      .buy-btn-prepayment ~ .reviews {
                        width: 80px;
                        margin: 0px;
                      }

                      .buy-btn-find-out-when ~ .reviews {
                        margin: 0px;
                      }

                      .buy-btn, .buy-btn-find-out-when, .buy-btn-prepayment, .buy-in-credit-btn, .buy-in-credit-price-wrapper-btn, .buy-in-credit-wrap .buy-in-credit-btn {
                        width: 100%;
                        max-width: 180px;
                        height: 45px;
                        text-align: center;
                        margin: 0px;
                      }

                      .buy-in-credit-price-wrapper-btn {
                        margin-top: 5px;

                        .buy-in-credit-btn {
                          height: 45px;
                          display: flex;
                          -moz-box-align: center;
                          align-items: center;
                          -moz-box-pack: center;
                          justify-content: center;
                        }
                      }

                      .not-available, .on-sale-from {
                        width: 100%;
                        -moz-box-pack: start;
                        justify-content: flex-start;
                        margin-top: 10px;
                        padding: 0px;
                        border: medium none;
                      }

                      .not-available::before, .on-sale-from::before {
                        font-family: Flaticon;
                        content: "";
                        margin-right: 5px;
                        font-size: 14px;
                      }

                      .reviews {
                        position: absolute;
                        left: calc(234px - 100vw);
                        width: 80px;
                        margin: 0px;
                        top: 90px;
                        font-size: 14px;
                        line-height: 16px;
                        text-align: center;

                        .review-inner {
                          padding: 0px;
                          -moz-box-pack: center;
                          justify-content: center;

                          .count-of-reviews {
                            font-size: 14px;
                            line-height: 16px;
                            margin: 0px;
                          }

                          .rating-block {
                            width: 65px;
                          }

                          .rating-block__empty::before, .rating-block__fill::before {
                            font-size: 65px;
                          }

                          &::before {
                            display: none;
                          }
                        }
                      }
                    }
                  }

                  .bottom-part {
                    -moz-box-ordinal-group: 2;
                    order: 1;

                    .details {
                      .details-list .details-row {
                        display: inline;

                        .name, .value {
                          font-size: 12px;
                          line-height: 16px;
                          display: inline;
                          color: rgb(51, 51, 51);
                          font-weight: 400;
                          float: none;
                        }

                        .name {
                          margin-right: 0px;
                        }

                        .value::after {
                          content: ",";
                          display: inline;
                        }

                        &:last-child .value::after {
                          display: none;
                        }
                      }

                      .hidden-block-wrap {
                        max-height: inherit !important;
                        min-height: inherit !important;

                        &::after {
                          display: none !important;
                        }
                      }

                      .more-details {
                        display: none !important;
                      }
                    }
                  }

                  .discount-block {
                    -moz-box-ordinal-group: 3;
                    order: 2;
                  }

                  .gift-block {
                    border-width: 2px;
                    -moz-box-ordinal-group: 3;
                    order: 2;
                  }

                  .mobile-block {
                    display: flex;
                    -moz-box-ordinal-group: 3;
                    order: 2;
                  }
                }
              }

              + .products-listing-item {
                border-top: 1px solid rgb(233, 233, 233);
                margin-top: 0px;
              }

              &.details-none .product-inner-block .content-block {
                .center-part {
                  width: calc(100% - 200px);
                  min-height: 30px;

                  .actions-block {
                    .buy-btn, .buy-btn-find-out-when, .buy-btn-prepayment, .buy-in-credit-btn, .buy-in-credit-price-wrapper-btn, .buy-in-credit-wrap .buy-in-credit-btn {
                      width: 100%;
                      max-width: 180px;
                    }

                    &.with-credit .buy-btn {
                      width: 100%;
                      max-width: 180px;

                      ~ .reviews {
                        width: 80px;

                        &.have-review .review-inner .count-of-reviews {
                          margin-left: 0px;
                        }
                      }
                    }

                    .reviews {
                      width: 80px;

                      .review-inner .count-of-reviews {
                        margin: 0px;
                      }
                    }

                    .buy-btn ~ .reviews {
                      width: 80px;

                      &.have-review .review-inner .count-of-reviews {
                        margin-left: 0px;
                      }
                    }
                  }
                }

                .bottom-part {
                  width: calc(100% - 200px);
                }
              }

              &.details-one-column .product-inner-block .content-block .center-part {
                width: calc(100% - 200px);

                .actions-block {
                  .buy-btn, .buy-btn-find-out-when, .buy-btn-prepayment, .buy-in-credit-btn, .buy-in-credit-price-wrapper-btn, .buy-in-credit-wrap .buy-in-credit-btn {
                    width: 100%;
                    max-width: 180px;
                  }

                  &.with-credit {
                    .buy-btn {
                      width: 100%;
                      max-width: 180px;
                    }

                    .reviews {
                      width: 80px;
                      margin: 0px;
                    }
                  }
                }
              }

              &.details-two-column .product-inner-block .content-block .center-part .actions-block {
                .buy-btn, .buy-btn-find-out-when, .buy-btn-prepayment, .buy-in-credit-btn, .buy-in-credit-price-wrapper-btn, .buy-in-credit-wrap .buy-in-credit-btn, &.with-credit .buy-btn {
                  width: 100%;
                  max-width: 180px;
                }
              }
            }

            &.grid .products-listing-item {
              width: calc(25% - 15px);
              height: auto;

              .product-inner-block {
                .image-block {
                  &.has-stick {
                    margin-top: 0px;

                    .sticker {
                      top: 0px;
                    }

                    + .content-block {
                      min-height: unset;

                      .center-part .actions-block .reviews {
                        top: auto;
                      }
                    }
                  }

                  .sticker {
                    width: auto;
                    min-width: 80px;
                  }
                }

                .content-block {
                  position: relative;
                  padding-bottom: 30px;
                  min-height: unset;

                  .top-part {
                    width: 100%;
                    margin: 0px;

                    .name-block {
                      height: auto;
                      font-size: 14px;
                      line-height: 20px;
                      -moz-box-ordinal-group: 1;
                      order: 0;
                      margin: 0px;
                    }

                    .sku-block {
                      -moz-box-ordinal-group: 2;
                      order: 1;
                    }
                  }

                  .center-part {
                    width: 100%;
                    -moz-box-ordinal-group: 2;
                    order: 1;
                    margin-top: 10px;

                    .price-block + .actions-block {
                      margin-top: 10px;
                    }

                    .actions-block {
                      width: 100%;
                      position: inherit;
                      margin-top: 28px;

                      .buy-btn, .buy-btn-find-out-when, .buy-btn-prepayment, .buy-in-credit-btn, .buy-in-credit-price-wrapper-btn, .buy-in-credit-wrap .buy-in-credit-btn, .not-available, .on-sale-from {
                        width: 100%;
                        max-width: unset;
                      }

                      .not-available + .reviews, .on-sale-from + .reviews {
                        width: 100%;
                        margin-left: 0px;
                      }

                      &.with-credit .buy-btn {
                        width: 100%;
                        max-width: unset;

                        ~ .reviews {
                          width: 100%;
                          margin-left: 0px;

                          &.have-review .review-inner .count-of-reviews {
                            margin-left: 5px;
                          }
                        }
                      }

                      .reviews {
                        position: absolute;
                        top: auto;
                        bottom: 0px;
                        left: 0px;
                        width: 100%;
                        height: 20px;

                        &.have-review .review-inner .count-of-reviews {
                          margin-left: 5px;
                        }
                      }
                    }
                  }

                  .bottom-part {
                    -moz-box-ordinal-group: 3;
                    order: 2;

                    .details .details-list {
                      max-height: 54px;
                    }
                  }

                  .mobile-block .stock-block {
                    .image-block, .name {
                      display: none;
                    }

                    .text-block {
                      padding: 7px 10px;
                      width: 100%;
                      font-size: 12px;
                      line-height: 1.2;
                    }

                    .time-block {
                      display: none;
                    }
                  }
                }
              }

              + .products-listing-item {
                margin-left: 20px;
                border-top: medium none;
              }

              &:nth-child(-n+4), &:nth-child(-n+5) {
                margin-top: 0px;
              }

              &:nth-child(4n+1) {
                margin-left: 0px;
              }

              &:hover .product-inner-block {
                box-shadow: none;
                position: relative;
                margin: 0px;
                padding: 0px;
                z-index: unset;
                background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
                width: auto;
              }

              &.details-none .product-inner-block .content-block {
                .center-part {
                  min-height: unset;

                  .actions-block {
                    .reviews {
                      margin: 0px;
                    }

                    .buy-btn {
                      width: 100%;
                      max-width: unset;

                      ~ .reviews {
                        width: auto;

                        &.have-review .review-inner .count-of-reviews {
                          margin-left: 5px;
                        }
                      }
                    }

                    &.with-credit .buy-btn ~ .reviews {
                      width: auto;

                      &.have-review .review-inner .count-of-reviews {
                        margin-left: 5px;
                      }
                    }
                  }
                }

                .bottom-part {
                  margin: 0px;
                }
              }

              &.details-one-column .product-inner-block .content-block .center-part .actions-block {
                .buy-btn {
                  max-width: unset;

                  ~ .reviews {
                    margin: 0px;
                  }
                }

                .buy-btn-find-out-when ~ .reviews {
                  margin: 0px;

                  &.have-review .review-inner .count-of-reviews {
                    margin-left: 5px;
                  }
                }

                &.with-credit {
                  .buy-btn, .buy-in-credit-price-wrapper-btn {
                    width: 100%;
                    max-width: unset;
                  }
                }
              }
            }
          }
        }

      }
    }
  */
  /*
    @media only screen and (max-width: 639px) {
      .product-listing-page-block {
        .product-listing-right {
          .toolbar {
            .fake-select .fake-select-options .fake-select-option {
              font-size: 14px;
            }

            .cat-in-search-btn, .category-btn, .filter-btn, .sort-btn {
              width: 100%;
              -moz-box-pack: center;
              justify-content: center;
              font-size: 18px;
            }

            .sort-wrap {
              border: medium none;

              .view-mode {
                display: none;
              }
            }
          }

          .products-listing {
            .products-listing-item {
              .product-inner-block {
                position: relative;

                .content-block {
                  position: initial;

                  .top-part {
                    width: 100%;
                  }

                  .center-part {
                    width: 100%;
                    margin-top: 10px;

                    .price-block + .actions-block {
                      margin-top: 10px;
                    }

                    .actions-block {
                      width: 100%;
                      position: inherit;
                      -moz-box-orient: horizontal;
                      -moz-box-direction: normal;
                      flex-direction: row;
                      max-width: unset;
                      margin-top: 0px;

                      .buy-in-credit-price-wrapper-btn {
                        margin-top: 0px;
                        margin-left: 5px;
                      }

                      .reviews {
                        left: 0px;
                      }

                      &.with-credit {
                        flex-wrap: nowrap;
                      }
                    }
                  }

                  .bottom-part {
                    width: 100%;

                    .details .details-list {
                      max-height: 54px;
                    }
                  }

                  .mobile-block .stock-block {
                    .image-block, .name {
                      display: none;
                    }

                    a + .text-block {
                      width: 100%;
                    }

                    .text-block {
                      padding: 7px 10px;
                      width: 100%;
                      font-size: 12px;
                      line-height: 1.2;
                    }

                    .time-block {
                      display: none;
                    }
                  }

                  .gift-block {
                    -moz-box-orient: vertical;
                    -moz-box-direction: normal;
                    flex-direction: column;
                    min-height: unset;

                    .days {
                      display: none;
                    }
                  }
                }
              }

              &.details-none .product-inner-block .content-block {
                .center-part {
                  width: 100%;
                }

                .bottom-part {
                  width: 100%;
                  margin-top: 0px;
                }
              }

              &.details-one-column .product-inner-block .content-block {
                .center-part, .bottom-part {
                  width: 100%;
                }
              }
            }

            &.grid .products-listing-item {
              width: 100%;

              .product-inner-block {
                -moz-box-orient: horizontal;
                -moz-box-direction: normal;
                flex-direction: row;

                .image-block {
                  border: medium none;
                  width: 80px;
                  height: 80px;
                  padding: 0px;

                  .sticker {
                    width: 100%;
                    max-width: unset;

                    .sticker-inner {
                      font-size: 10px;
                      height: 20px;
                      padding: 0px 5px;
                    }
                  }

                  .image-inner {
                    padding: 0px;
                  }

                  &.has-stick {
                    margin-top: 30px;

                    .sticker {
                      top: -30px;
                    }

                    + .content-block .center-part .actions-block .reviews {
                      top: 115px;
                    }
                  }
                }

                .content-block {
                  width: calc(100% - 100px);
                  padding: 0px;
                  position: initial;

                  .top-part .name-block {
                    font-size: 16px;
                    min-height: unset;
                  }

                  .center-part {
                    -moz-box-ordinal-group: 3;
                    order: 2;

                    .price-block + .actions-block {
                      margin-top: 10px;
                    }

                    .actions-block {
                      margin-top: 0px;

                      &.with-credit .buy-btn ~ .reviews {
                        width: 80px;

                        &.have-review .review-inner .count-of-reviews {
                          margin: 0px;
                        }
                      }

                      .buy-btn {
                        ~ .reviews {
                          width: 80px;

                          &.have-review .review-inner .count-of-reviews {
                            margin-left: 0px;
                          }
                        }

                        &.disabled {
                          max-width: 180px;

                          ~ .reviews {
                            width: 80px;

                            &.have-review .review-inner .count-of-reviews {
                              margin-left: 0px;
                            }
                          }
                        }
                      }

                      &.with-credit .buy-btn, .buy-btn, .buy-btn-find-out-when, .buy-btn-prepayment, .buy-in-credit-btn, .buy-in-credit-price-wrapper-btn, .buy-in-credit-wrap .buy-in-credit-btn {
                        max-width: 180px;
                      }

                      .buy-in-credit-price-wrapper-btn {
                        margin-top: 0px;
                        margin-left: 5px;
                      }

                      .not-available + .reviews, .on-sale-from + .reviews {
                        width: 80px;
                      }

                      .reviews {
                        width: 80px;
                        height: auto;
                        -moz-box-align: start;
                        align-items: flex-start;
                        top: 90px;

                        &.have-review .review-inner .count-of-reviews {
                          margin-left: 0px;
                        }
                      }
                    }
                  }

                  .bottom-part {
                    -moz-box-ordinal-group: 2;
                    order: 1;
                  }
                }
              }

              + .products-listing-item {
                border-top: 1px solid rgb(233, 233, 233);
                margin: 0px;
              }

              &.details-none .product-inner-block .content-block .center-part .actions-block {
                .buy-btn {
                  max-width: 180px;

                  ~ .reviews {
                    width: 80px;

                    &.have-review .review-inner .count-of-reviews {
                      margin-left: 0px;
                    }
                  }
                }

                &.with-credit .buy-btn ~ .reviews {
                  width: 80px;

                  &.have-review .review-inner .count-of-reviews {
                    margin-left: 0px;
                  }
                }
              }

              &.details-one-column .product-inner-block .content-block .center-part .actions-block {
                .buy-btn {
                  max-width: 180px;
                }

                &.with-credit {
                  .buy-btn, .buy-in-credit-price-wrapper-btn {
                    max-width: 180px;
                  }
                }
              }
            }
          }
        }

      }
    }
  */
}
#export-control .fi::before {
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizelegibility;
  text-transform: none;
}
#export-control .flaticon-tick::before {
  content: "";
}
#export-control .flaticon-heart::before {
  content: "";
}
#export-control .flaticon-info::before {
  content: "";
}
#export-control .flaticon-heart-1::before {
  content: "";
}
#export-control .flaticon-youtube::before {
  content: "";
}
#export-control .flaticon-google-plus::before {
  content: "";
}
#export-control .flaticon-social-media::before {
  content: "";
}
#export-control .flaticon-instagram::before {
  content: "";
}
#export-control .flaticon-ticket::before {
  content: "";
}
#export-control .flaticon-close::before {
  content: "";
}
#export-control .flaticon-shop::before {
  content: "";
}
#export-control .flaticon-right-arrow::before {
  content: "";
}
#export-control .flaticon-left::before {
  content: "";
}
#export-control .flaticon-commerce-and-shopping::before {
  content: "";
}
#export-control .flaticon-gift::before {
  content: "";
}
#export-control .flaticon-coupon::before {
  content: "";
}
#export-control .flaticon-arrow-down-sign-to-navigate::before {
  content: "";
}
#export-control .flaticon-magnifying-glass::before {
  content: "";
}
#export-control .flaticon-download::before {
  content: "";
}
#export-control .flaticon-round-help-button::before {
  content: "";
}
#export-control .flaticon-rate::before {
  content: "";
}
#export-control .flaticon-shop-card::before {
  content: "";
}
#export-control .flaticon-menu::before {
  content: "";
}
#export-control .flaticon-gift-1::before {
  content: "";
}
#export-control .flaticon-truck::before {
  content: "";
}
#export-control .flaticon-settings::before {
  content: "";
}
#export-control .flaticon-right-arrow-1::before {
  content: "";
}
#export-control .flaticon-callcenter::before {
  content: "";
}
#export-control .flaticon-marker::before {
  content: "";
}
#export-control .flaticon-checked::before {
  content: "";
}
#export-control .flaticon-undo::before {
  content: "";
}
#export-control .flaticon-garbage::before {
  content: "";
}
#export-control .flaticon-upwards::before {
  content: "";
}
#export-control .flaticon-list::before {
  content: "";
}
#export-control .flaticon-chat::before {
  content: "";
}
#export-control .flaticon-paper-plane::before {
  content: "";
}
#export-control .flaticon-cart::before {
  content: "";
}
#export-control .flaticon-shield::before {
  content: "";
}
#export-control .flaticon-checked-1::before {
  content: "";
}
#export-control .flaticon-calendar::before {
  content: "";
}
#export-control .flaticon-compare-full::before {
  content: "";
}
#export-control .flaticon-phone::before {
  content: "";
}
#export-control .flaticon-compare-empty::before {
  content: "";
}
#export-control .flaticon-vodafone::before {
  content: "";
}
#export-control .flaticon-kyivstar::before {
  content: "";
}
#export-control .flaticon-phone-numb::before {
  content: "";
}
#export-control .flaticon-life::before {
  content: "";
}
#export-control .flaticon-profile::before {
  content: "";
}
#export-control .flaticon-grid-column::before {
  content: "";
}
#export-control .flaticon-grid-inline::before {
  content: "";
}
#export-control .flaticon-404::before {
  content: "";
}
#export-control .flaticon-compare::before {
  content: "";
}
#export-control .flaticon-user::before {
  content: "";
}
#export-control .flaticon-star::before {
  content: "";
}
#export-control .flaticon-time::before {
  content: "";
}
#export-control .flaticon-world::before {
  content: "";
}
#export-control .flaticon-male::before {
  content: "";
}
#export-control .flaticon-female::before {
  content: "";
}
#export-control .flaticon-cancel::before {
  content: "";
}
#export-control .flaticon-viber::before {
  content: "";
}
#export-control .flaticon-telegram::before {
  content: "";
}
#export-control .flaticon-twitter::before {
  content: "";
}
#export-control .flaticon-ui::before {
  content: "";
}
#export-control .flaticon-menu-1::before {
  content: "";
}
#export-control .flaticon-food-and-restaurant::before {
  content: "";
}
#export-control .flaticon-viber-1::before {
  content: "";
}
#export-control .flaticon-facebook::before {
  content: "";
}
#export-control .flaticon-like::before {
  content: "";
}
#export-control .flaticon-image::before {
  content: "";
}
#export-control .flaticon-answer::before {
  content: "";
}
#export-control .flaticon-youtube-1::before {
  content: "";
}
#export-control .flaticon-edit::before {
  content: "";
}
#export-control .flaticon-play-button::before {
  content: "";
}
#export-control .flaticon-star-1::before {
  content: "";
}
#export-control .flaticon-remove::before {
  content: "";
}
#export-control .flaticon-reset::before {
  content: "";
}
#export-control .flaticon-info-1::before {
  content: "";
}
#export-control .flaticon-menu-2::before {
  content: "";
}
#export-control .flaticon-buy::before {
  content: "";
}
#export-control .flaticon-preorder::before {
  content: "";
}
#export-control .hidden-block-wrap {
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease 0s;
}
#export-control .hidden-block-wrap.filter {
  position: static;
}
#export-control .hidden-block-wrap.filter::after {
  display: none;
}
#export-control .hidden-block-wrap::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0px;
  left: 0px;
  box-shadow: white 0px -20px 20px -10px inset;
}
#export-control .hidden-block-wrap.show::after {
  display: none;
}
#export-control .h-scroll::-webkit-scrollbar {
  height: 0px;
}
#export-control .h-scroll::-webkit-scrollbar-track, #export-control .h-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
}
@keyframes shine {
  100% {
    background-position: 100% 0px;
  }
}
#export-control .show-hidden {
  cursor: pointer;
}
#export-control .no-scroll {
  height: 100%;
  overflow: hidden;
}
#export-control .no-select {
  user-select: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section {
  user-select: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container label .text {
  user-select: none;
}
#export-control .inner-block {
  max-width: 1640px;
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: content-box;
}
#export-control .inner-block::after {
  content: "";
  display: block;
  clear: both;
}
#export-control .inner-block.no-crumbs {
  margin-top: 25px;
}
#export-control a {
  text-decoration: none;
  cursor: pointer;
  color: #0073b8;
}
#export-control a:hover {
  text-decoration: underline;
}
#export-control .old-price .currency::before, #export-control .regular-price .currency::before {
  content: " ";
}
#export-control input {
  outline: currentcolor none 0px;
}
#export-control img {
  max-width: 100%;
  max-height: 100%;
}
#export-control .filter-container {
  float: left;
  width: 50%;
  position: static;
  margin-bottom: 15px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}
#export-control .sticker.stock {
  background: #609 none repeat scroll 0% 0%;
  color: white;
}
#export-control .sticker.stock a {
  color: white;
}
#export-control .sticker.new {
  background: #20c0cb none repeat scroll 0% 0%;
  color: white;
}
#export-control .sticker.new a {
  color: white;
}
#export-control .sticker.hit {
  background: #ffcc00 none repeat scroll 0% 0%;
  color: #fff;
}
#export-control .sticker.hit a {
  color: white;
}
#export-control .sticker.super-price {
  background: #d22 none repeat scroll 0% 0%;
  color: white;
}
#export-control .sticker.super-price a {
  color: white;
}
#export-control .sticker.already_used {
  background: #56a none repeat scroll 0% 0%;
  color: white;
}
#export-control .sticker.already_used a {
  color: white;
}
#export-control .sticker a {
  color: inherit;
}
#export-control .sticker a:hover {
  text-decoration: none;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#export-control .button, #export-control button {
  cursor: pointer;
  outline: currentcolor none 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn {
  height: 40px;
  background: #7baf43 none repeat scroll 0% 0%;
  box-shadow: #699539 0px -2px 0px 0px inset;
  text-align: center;
  color: white;
  cursor: pointer;
  border: medium none;
  text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
  outline: currentcolor none 0px;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when:hover, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment:hover, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn:hover, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn:hover {
  background: #8fbb5f none repeat scroll 0% 0%;
  box-shadow: #7a9f51 0px -2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when:active, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment:active, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn:active, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn:active {
  background: #6e9d3c none repeat scroll 0% 0%;
  box-shadow: #5e8633 0px 2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment, #export-control .product-listing-page-block.clothes .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .action-price-wrap .actions-block .buy-btn-prepayment {
  background: #76c7e1 none repeat scroll 0% 0%;
  box-shadow: #64a9bf 0px -2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment:hover, #export-control .product-listing-page-block.clothes .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .action-price-wrap .actions-block .buy-btn-prepayment:hover {
  background: #91d2e7 none repeat scroll 0% 0%;
  box-shadow: #64a9bf 0px -2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment:active, #export-control .product-listing-page-block.clothes .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .action-price-wrap .actions-block .buy-btn-prepayment:active {
  background: #91d2e7 none repeat scroll 0% 0%;
  box-shadow: #64a9bf 0px 2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn {
  background: #21c9d5 none repeat scroll 0% 0%;
  box-shadow: #1cabb5 0px -2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn:hover {
  background: #4dd3dd none repeat scroll 0% 0%;
  box-shadow: #1cabb5 0px -2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn:active {
  background: #4dd3dd none repeat scroll 0% 0%;
  box-shadow: #1cabb5 0px 2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when, #export-control .product-listing-page-block.clothes .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .action-price-wrap .actions-block .buy-btn-find-out-when {
  background: #666666 none repeat scroll 0% 0%;
  box-shadow: #575757 0px -2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when:hover, #export-control .product-listing-page-block.clothes .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .action-price-wrap .actions-block .buy-btn-find-out-when:hover {
  background: #a8a8a8 none repeat scroll 0% 0%;
  box-shadow: #828282 0px -2px 0px 0px inset;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when:active, #export-control .product-listing-page-block.clothes .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .action-price-wrap .actions-block .buy-btn-find-out-when:active {
  background: #898989 none repeat scroll 0% 0%;
  box-shadow: #757575 0px 2px 0px 0px inset;
}
#export-control .gm-style img {
  max-height: none;
}
#export-control .gm-style-iw > div {
  overflow: visible !important;
}
#export-control .gm-style-iw > div > div {
  overflow: visible !important;
}
#export-control .button-widget-wrap {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 11;
}
#export-control .button-widget-wrap .image-widget {
  width: 100%;
  height: 100%;
  background-size: contain !important;
}
#export-control .button-widget-wrap .close-widget {
  position: absolute;
  left: -20px;
  top: 0px;
  color: #f77676;
  font-size: 42px;
  font-weight: 100;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
#export-control .button-widget-wrap .close-widget::before {
  content: "+";
  display: block;
  transform: rotate(45deg);
}
#export-control .button-widget-wrap.test .image-widget {
  background: #666666 none repeat scroll 0% 0%;
  border-radius: 15px;
}
#export-control .button-widget-wrap.bf19 .image-widget, #export-control .button-widget-wrap.sv20 .image-widget, #export-control .button-widget-wrap.spr20 .image-widget {
  background: rgba(0, 0, 0, 0) url() no-repeat scroll center center;
}
#export-control .button-widget-wrap.hbs20 .image-widget {
  background: rgba(0, 0, 0, 0) var(--savepage-url-52) no-repeat scroll center center;
}
#export-control .button-widget-wrap.sub {
  padding: 10px;
}
#export-control .button-widget-wrap.sub .image-widget {
  background: white url() no-repeat scroll center center;
  overflow: hidden;
  border-radius: 100%;
}
#export-control .button-widget-wrap.eas .image-widget {
  background: rgba(0, 0, 0, 0) url() no-repeat scroll center center;
  display: block;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1800deg);
  }
}
#export-control input:checked ~ .fake_checkbox {
  background-color: #4686bb;
}
#export-control .fake_radio {
  float: left;
  width: 20px;
  height: 20px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  overflow: hidden;
  background: #eeeeee none repeat scroll 0% 0%;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 0px inset;
  border-radius: 20px;
}
#export-control input:checked ~ .fake_radio::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #336699 none repeat scroll 0% 0%;
  border-radius: 12px;
}
#export-control input:checked ~ .fake_checkbox::before {
  font-family: Flaticon;
  content: "";
  display: block;
  color: white;
  font-size: 12px;
  line-height: 0.8;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px;
}
#export-control .product-listing-page-block {
  display: flex;
  flex-wrap: wrap;
}
#export-control .product-listing-page-block .sale-page-top-block {
  width: 100%;
  margin-bottom: 20px;
}
#export-control .product-listing-page-block .sale-page-top-block .page-subtitle {
  font-size: 14px;
  color: #999999;
}
#export-control .product-listing-page-block .product-listing-left {
  width: 350px;
  padding-right: 40px;
  margin-bottom: 30px;
}
#export-control .product-listing-page-block .product-listing-left .categories-in-search .categories-in-search-title {
  font-size: 20px;
  color: #333333;
}
#export-control .product-listing-page-block .product-listing-left .categories-in-search ul {
  list-style: outside none none;
  margin-top: 5px;
}
#export-control .product-listing-page-block .product-listing-left .categories-in-search ul li {
  line-height: 20px;
  padding: 10px 0px;
}
#export-control .product-listing-page-block .product-listing-left .categories-in-search ul li a {
  font-size: 16px;
  color: #4686bb;
}
#export-control .product-listing-page-block .product-listing-left .categories-in-search .cat-in-search-btn {
  display: none;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0px;
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #666666 none repeat scroll 0% 0%;
  color: white;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters {
  padding: 20px 15px;
  margin-bottom: 30px;
  background: #f8f8f8 none repeat scroll 0% 0%;
  border: 1px solid #eaeaea;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .name-block {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  margin-bottom: 8px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .chosen-inner .chosen-item .filters-title {
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .chosen-inner .chosen-item .filters-title::after {
  content: " ";
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .chosen-inner .chosen-item .filters-list {
  display: inline;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .chosen-inner .chosen-item .filters-list .filters-item {
  padding-right: 22px;
  color: #4686bb;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 8px 0px 0px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .chosen-inner .chosen-item .filters-list .filters-item .item-close-btn {
  position: absolute;
  right: 0px;
  width: 22px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .chosen-inner .chosen-item .filters-list .filters-item .item-close-btn::before {
  font-family: Flaticon;
  content: "";
  font-size: 10px;
  line-height: 1;
  color: #999999;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .chosen-inner .chosen-item + .chosen-item {
  margin-top: 5px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .clear-filters-btn {
  padding: 0px 0px 0px 22px;
  color: #4686bb;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: center;
  align-items: center;
  text-decoration: underline;
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .chosen-filters .clear-filters-btn::before {
  font-family: Flaticon;
  content: "";
  font-size: 16px;
  color: #999999;
  position: absolute;
  left: 0px;
  display: block;
  transform: rotate(45deg);
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-results-count {
  position: absolute;
  left: 340px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  z-index: 5;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-results-count::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  background: white none repeat scroll 0% 0%;
  border: 2px solid #a2ca6d;
  left: -10px;
  transform: rotate(45deg);
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-results-count div {
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  width: auto;
  min-width: 220px;
  height: 28px;
  font-size: 12px;
  color: #333333;
  background: white none repeat scroll 0% 0%;
  border-color: #a2ca6d #a2ca6d #a2ca6d currentcolor;
  border-style: solid solid solid none;
  border-width: 2px 2px 2px medium;
  border-image: none 100%/1/0 stretch;
  padding: 0px 10px 0px 5px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-results-count div a {
  color: #4686bb;
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section {
  position: relative;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .slider-label {
  margin: 25px 0px 30px;
  display: flex;
  width: 100%;
  padding: 0px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .slider-label .input {
  width: calc(50% - 26px);
  height: 40px;
  margin-right: 6px;
  border: 1px solid #eaeaea;
  background: white none repeat scroll 0% 0%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .slider-label .input .input-name {
  width: 25px;
  font-size: 12px;
  color: #999999;
  text-align: right;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .slider-label .input input {
  width: calc(100% - 25px);
  height: 100%;
  border: medium none;
  padding: 0px 5px;
  font-size: 14px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .slider-label button {
  height: 40px;
  width: 45px;
  float: left;
  background: white none repeat scroll 0% 0%;
  border: 1px solid #4686bb;
  color: #4686bb;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .slider-label button:hover {
  background: #4686bb none repeat scroll 0% 0%;
  color: white;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .filter-slider {
  background: #dfdfdf none repeat scroll 0% 0%;
  border: medium none;
  height: 7px;
  border-radius: 0px;
  position: relative;
  margin-top: 15px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .filter-slider .ui-slider-range {
  background: #336699 none repeat scroll 0% 0%;
  height: 100%;
  position: relative;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .filter-slider .ui-slider-handle {
  height: 14px;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  border: medium none;
  outline: currentcolor none 0px;
  background: #76c7e1 none repeat scroll 0% 0%;
  box-shadow: #64a9bf 0px -2px 0px 0px inset;
  position: absolute;
  margin-left: -7px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .name-block {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  position: relative;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .name-block .name-inner {
  display: inline;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .name-block .name-inner span {
  color: #999999;
  font-size: 16px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .name-block .name-inner span::before {
  content: " ";
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .name-block .name-inner .show-size {
  background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
  border-color: currentcolor currentcolor #0073b8;
  border-style: none none dotted;
  border-width: medium medium 1px;
  border-image: none 100%/1/0 stretch;
  color: #0073b8;
  font-size: 18px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .name-block .name-inner .show-size:hover {
  border-bottom-color: transparent;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .name-block .name-inner::after {
  content: " ";
  display: inline;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .name-block .count {
  display: none;
  position: absolute;
  right: 45px;
  border-radius: 5px;
  height: 18px;
  padding: 0px 5px;
  min-width: 26px;
  background: #d52188 none repeat scroll 0% 0%;
  color: white;
  font-size: 12px;
  font-weight: 500;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .content-block {
  width: 100%;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .hidden-block-wrap {
  width: 100%;
  max-height: 130px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .hidden-block-wrap + .show-hidden {
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .hidden-block {
  width: 100%;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .show-hidden {
  font-size: 16px;
  color: #4686bb;
  border-bottom: 1px dashed;
  display: inline-block;
  height: 18px;
  line-height: 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content label {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  line-height: 18px;
  cursor: pointer;
  font-size: 15px;
  color: #4686bb;
  padding: 0px 5px 0px 24px;
  position: relative;
  width: auto;
  max-width: 100%;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content label .fake_checkbox, #export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content label .fake_radio {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 0px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content label input[type=checkbox], #export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content label input[type=radio] {
  display: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content label .text {
  color: rgba(70, 134, 187, 0.8);
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  background-color: white;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content label .text .count {
  color: #c4c4c4;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section .section-content label input:checked ~ .text {
  color: #4686bb;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.offers-block {
  border: 1px solid #f0f0f0;
  padding: 10px 15px;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.offers-block label {
  width: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 18px;
  font-size: 15px;
  color: #4686bb;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.offers-block label .fake_checkbox.stock {
  background-color: #660099;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.offers-block label .fake_checkbox.super-price {
  background-color: #d3256a;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.offers-block label .fake_checkbox.hit {
  background-color: #ffcc00;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.offers-block label .fake_checkbox.new {
  background-color: #76c7e1;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.offers-block label + label {
  margin-top: 15px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section:not(.price-section):not(.offers-block) {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section + .section {
  margin-top: 25px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.full .filter-container {
  width: 100%;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.toggle .name-block {
  cursor: pointer;
  padding-right: 20px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.toggle .name-block::after {
  font-family: Flaticon;
  content: "";
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.toggle .content-block {
  display: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.toggle.open .name-block::after {
  transform: translateY(-50%) rotate(180deg);
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.toggle.open .content-block {
  display: block;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container {
  width: calc(20% + 0.8px);
  margin: -1px 0px 0px -1px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container label {
  padding: 0px;
  width: 100%;
  height: 50px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container label .fake_checkbox {
  display: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container label .text {
  height: 100%;
  width: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  color: black;
  text-decoration: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container label input[type=checkbox]:checked ~ .text {
  border-color: #0073b8;
  z-index: 1;
  color: #0073b8;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container:nth-child(-n+5) {
  margin-top: 0px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container:nth-child(5n+1) {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.glossary-link .link {
  text-decoration: none;
  display: inline;
  color: #0073b8;
  border-bottom: 1px dotted #0073b8;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .apply-btn, #export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-btn {
  display: none;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0px;
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #666666 none repeat scroll 0% 0%;
  color: white;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border: medium none;
}
#export-control .product-listing-page-block .product-listing-left .filter-hide-block .apply-btn {
  right: 0px;
  left: auto;
  background: #0d9cd6 none repeat scroll 0% 0%;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block {
  margin-top: 25px;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-name {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 15px;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list {
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block .news-inner {
  width: 100%;
  position: relative;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  text-decoration: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block .news-inner img {
  width: 100%;
  display: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block .news-inner .name {
  font-size: 14px;
  line-height: 20px;
  color: #4686bb;
  position: relative;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block .news-inner .name:hover {
  text-decoration: underline;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block:first-child img {
  display: block;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block:first-child img + .name {
  position: absolute;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block:first-child .name {
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  color: white;
  font-size: 16px;
  padding: 18px 28px;
  bottom: 0px;
  left: 0px;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block:first-child .name:hover {
  text-decoration: none;
}
#export-control .product-listing-page-block .product-listing-left .filter-news-block .news-block-list .news-block + .news-block {
  margin-top: 20px;
}
#export-control .product-listing-page-block .product-listing-right {
  width: calc(100% - 350px);
  margin-bottom: 30px;
  position: relative;
}
#export-control .product-listing-page-block .product-listing-right .toolbar {
  height: 40px;
  position: absolute;
  top: -70px;
  right: 0px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .title-block {
  font-size: 26px;
  font-weight: 300;
  min-height: 40px;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .cat-in-search-btn, #export-control .product-listing-page-block .product-listing-right .toolbar .category-btn, #export-control .product-listing-page-block .product-listing-right .toolbar .filter-btn, #export-control .product-listing-page-block .product-listing-right .toolbar .sort-btn, #export-control .product-listing-page-block .product-listing-right .toolbar .views-btn {
  display: none;
  -moz-box-align: center;
  align-items: center;
  height: 50px;
  padding: 0px 20px;
  background: #f8f8f8 none repeat scroll 0% 0%;
  font-size: 19px;
  color: #666666;
  cursor: pointer;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .cat-in-search-btn:hover, #export-control .product-listing-page-block .product-listing-right .toolbar .category-btn:hover, #export-control .product-listing-page-block .product-listing-right .toolbar .filter-btn:hover, #export-control .product-listing-page-block .product-listing-right .toolbar .sort-btn:hover, #export-control .product-listing-page-block .product-listing-right .toolbar .views-btn:hover {
  background: #e4e4e4 none repeat scroll 0% 0%;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap {
  display: flex;
  height: 100%;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .name {
  font-size: 14px;
  color: #666666;
  margin: 0px 12px;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown {
  height: 100%;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select {
  width: 220px;
  height: 100%;
  background: white none repeat scroll 0% 0%;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-title {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  line-height: unset;
  border: 1px solid #eaeaea;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-options {
  border-color: currentcolor #eaeaea #eaeaea;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  border-image: none 100%/1/0 stretch;
  background: white none repeat scroll 0% 0%;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-options .fake-select-option {
  background: rgba(0, 0, 0, 0) none repeat scroll 0px 0px;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-option:hover, #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-title:hover {
  background: #fafafa none repeat scroll 0% 0%;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-btn {
  display: none;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0px;
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #666666 none repeat scroll 0% 0%;
  color: white;
  text-align: center;
  font-size: 19px;
  cursor: pointer;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
  margin-left: 10px;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .name {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
  display: none;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .grid, #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .list {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .grid.active, #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .grid:hover {
  background: #e4e4e4 none repeat scroll 0% 0%;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .list.active, #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .list:hover {
  background: #e4e4e4 none repeat scroll 0% 0%;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .grid::before, #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .list::before {
  font-family: Flaticon;
  color: #999999;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .grid::before {
  content: "";
  font-size: 28px;
}
#export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode .list::before {
  content: "";
  font-size: 22px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item {
  position: relative;
  width: calc(50% - 15px);
  margin-top: 30px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block {
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: start;
  align-items: flex-start;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block {
  width: 190px;
  height: 190px;
  border: 1px solid #aaa;
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .image-inner {
  width: 100%;
  height: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .image-inner img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 992px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .image-inner img {
    filter: none;
  }
}
@media only screen and (min-width: 993px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .image-inner img {
    filter: grayscale(100%);
  }
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .sticker {
  position: absolute;
  top: -1px;
  right: -1px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .sticker .sticker-inner {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 26px;
  padding: 0px 15px;
  font-size: 12px;
  text-decoration: none;
  cursor: default;
  min-width: 56px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .present-block {
  background: white none repeat scroll 0% 0%;
  width: 72px;
  height: 65px;
  border: 1px solid #f39905;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .present-block .present-inner {
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .present-block .present-inner .gift-block {
  width: 100%;
  height: 18px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  background: #f39905 none repeat scroll 0% 0%;
  font-size: 12px;
  color: white;
  padding: 0px;
  margin: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .present-block .present-inner .image {
  width: 100%;
  height: calc(100% - 18px);
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 4px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .present-block .present-inner .image img {
  max-width: 100%;
  max-height: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block {
  width: calc(100% - 220px);
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  justify-content: space-between;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .top-part {
  width: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .top-part .sku-block {
  font-size: 12px;
  line-height: 1;
  margin-left: 20px;
  color: #999999;
  text-align: right;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  -moz-box-ordinal-group: 2;
  order: 1;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .top-part .name-block {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  color: #0073b8;
  -moz-box-ordinal-group: 1;
  order: 0;
}
@media only screen and (max-width: 1200px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .top-part .name-block {
    font-size: 15px;
  }
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .top-part .name-block a {
  color: #0073b8;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part {
  width: 180px;
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .price-block {
  display: flex;
  -moz-box-align: end;
  align-items: flex-end;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .price-block .regular-price {
  font-size: 20px;
  color: #333333;
  margin-right: 10px;
  line-height: 18px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .price-block .regular-price .currency {
  font-size: 14px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .price-block .old-price {
  font-size: 14px;
  color: #999999;
  font-weight: 300;
  text-decoration: line-through;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .price-block + .actions-block {
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn {
  font-size: 12px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn.disabled {
  color: #333333;
  text-shadow: none;
  background: #ececec none repeat scroll 0% 0%;
  box-shadow: none;
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn {
  font-size: 12px;
  display: flex;
  border: 0px none;
  outline: currentcolor none 0px;
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-price {
  display: none;
  flex-wrap: wrap;
  border: 2px solid #2eabb5;
  padding: 4px;
  background: white none repeat scroll 0% 0%;
  box-sizing: border-box;
  height: inherit;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  width: calc(90px);
  -moz-box-flex: 1;
  flex: 1 1 auto;
  color: #666666;
  text-shadow: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-price span {
  font-size: 12px;
  line-height: 1;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-price span::after, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-price span::before {
  content: " ";
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-btn {
  width: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment {
  font-size: 12px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn {
  margin-top: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn:first-of-type {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .reviews {
  width: calc(87.5px);
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when {
  font-size: 12px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  line-height: 14px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn {
  margin-top: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn:first-of-type {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .reviews {
  width: calc(87.5px);
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn {
  width: calc(41.25px);
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  border: 1px solid #e6e6e6;
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn::before {
  font-family: Flaticon;
  display: block;
  font-size: 18px;
  color: #999999;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn.add-to-favorites::before {
  content: "";
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn.add-to-favorites.added::before, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn.add-to-favorites:hover::before {
  content: "";
  color: #d7464d;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn.add-to-compare::before {
  content: "";
  font-size: 16px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn.add-to-compare.added::before, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn.add-to-compare:hover::before {
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(45deg, #5ec4e4 33%, #008cb9 66%, #76c7e1) repeat scroll 0% 0% padding-box text;
  -webkit-text-fill-color: transparent;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn + .action-btn {
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .not-available, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .on-sale-from {
  width: calc(92.5px);
  padding: 0px 5px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #333333;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .same-products {
  display: none;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .not-available, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .on-sale-from .buy-in-credit-btn, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .review-inner {
  cursor: pointer;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .not-available {
  cursor: default;
  border: 1px solid #656565;
  text-align: center;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .on-sale-from {
  cursor: default;
  border: 1px solid #76c7e1;
  text-align: center;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .discontinued {
  height: 40px;
  font-size: 12px;
  color: #666666;
  margin-bottom: 6px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn {
  width: calc(87.5px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment {
  -moz-box-ordinal-group: 1;
  order: 0;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-btn {
  -moz-box-ordinal-group: 2;
  order: 1;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn {
  -moz-box-ordinal-group: 3;
  order: 2;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .reviews {
  -moz-box-ordinal-group: 4;
  order: 3;
  width: 100%;
  height: 40px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-top: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .reviews .review-inner {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  font-size: 12px;
  color: #4d82c3;
  padding-left: 30px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .reviews .review-inner:hover {
  text-decoration: underline;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .reviews .review-inner::before {
  font-family: Flaticon;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  height: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .reviews.have-review .review-inner {
  padding-left: 0px;
  flex-wrap: wrap;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .reviews.have-review .review-inner .count-of-reviews {
  color: #4686bb;
  font-size: 12px;
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .reviews.have-review .review-inner::before {
  display: none;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-gift .buy-btn:not(.disabled)::after {
  font-family: Flaticon;
  content: " + ";
  font-size: 18px;
  color: white;
  display: none;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .action-btn {
  margin-top: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .action-btn:first-of-type {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .reviews {
  margin-left: 5px;
  width: calc(87.5px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part {
  width: calc(100% - 200px);
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part .details {
  font-size: 12px;
  line-height: 18px;
  transition: height 0.3s ease 0s;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part .details .hidden-block-wrap {
  max-height: 94px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part .details .details-row {
  display: inline-block;
  width: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part .details .details-row:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid lightblue;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part .details .details-row .name {
  color: #999999;
  margin-right: 5px;
  vertical-align: baseline;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part .details .details-row .value {
  color: #666666;
  font-weight: 500;
  vertical-align: baseline;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part .details .more-details {
  color: #4686bb;
  text-decoration: none;
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part .details .more-details:hover {
  text-decoration: underline;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .gift-block {
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  border: 1px solid #f39905;
  line-height: 1.2;
  font-size: 12px;
  color: black;
  text-decoration: none;
  position: relative;
  min-height: 40px;
  margin-top: 10px;
  width: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .gift-block > span:not(.days) {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  padding: 7px 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .gift-block .days {
  width: 110px;
  background: #f39905 none repeat scroll 0% 0%;
  text-align: center;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  color: white;
  padding: 5px;
  height: auto;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .gift-block .days > span {
  font-weight: 600;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .discount-block {
  padding: 10px;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .discount-block.installment-plan {
  background: #f2efff none repeat scroll 0% 0%;
  color: #481b17;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .discount-block.installment-plan span {
  font-weight: 600;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .discount-block.markdown {
  background: #f0f0f0 none repeat scroll 0% 0%;
  color: #333333;
  text-align: center;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .discount-block.markdown span {
  position: relative;
  padding-left: 20px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .discount-block.markdown span::before {
  font-size: 16px;
  color: #e8910e;
  position: absolute;
  left: 0px;
  top: 1px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block {
  display: none;
  width: 100%;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block {
  position: relative;
  width: 100%;
  border: 2px solid #f39904;
  background: white none repeat scroll 0% 0%;
  display: flex;
  flex-wrap: wrap;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .name {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: white;
  font-weight: 500;
  padding: 0px 5px;
  background: #f39904 none repeat scroll 0% 0%;
  position: absolute;
  z-index: 2;
  left: -2px;
  top: -2px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .name::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -13px;
  width: 0px;
  height: 0px;
  border-right: 13px solid transparent;
  border-top: 20px solid #f39904;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .image-block {
  width: 70px;
  height: 80px;
  background: white none repeat scroll 0% 0%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 25px 5px 10px;
  float: left;
  border: medium none;
  margin: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .text-block {
  width: 100%;
  padding: 10px 15px;
  float: left;
  font-size: 12px;
  color: #45484d;
  line-height: 20px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .text-block b {
  font-weight: 600;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .text-block a {
  color: #0073b8;
  text-decoration: none;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .text-block a:hover {
  text-decoration: underline;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .text-block .sale {
  font-weight: 600;
  color: #f39904;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block a + .text-block {
  width: calc(100% - 70px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .time-block {
  width: 100%;
  background: #fff4e1 none repeat scroll 0% 0%;
  padding: 8px 10px;
  display: flex;
  border-top: 1px solid #dad0be;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .time-block .time-block-title {
  width: 75px;
  height: 100%;
  font-size: 11px;
  color: #797d81;
  float: left;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .time-block .time-block-counter-block {
  width: calc(100% - 75px);
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .time-block .time-block-counter-block > div {
  width: calc(33.3333%);
  text-align: center;
  color: #55575a;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .time-block .time-block-counter-block > div + div {
  border-left: 1px solid #dad0be;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .time-block .time-block-counter-block .number {
  font-size: 20px;
  display: block;
  font-weight: 500;
  line-height: 18px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .mobile-block .stock-block .time-block .time-block-counter-block .text {
  font-size: 10px;
  line-height: 10px;
  display: block;
  font-weight: 500;
  color: #797d81;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .bottom-part, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part {
  width: 100%;
  margin-right: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .bottom-part {
  margin-top: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .reviews {
  margin-top: 0px;
  margin-left: 5px;
  width: calc(87.5px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .action-btn {
  margin-top: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .action-btn:first-of-type {
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews {
  width: auto;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn ~ .reviews {
  width: calc(87.5px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn ~ .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item:nth-child(2n) {
  margin-left: 30px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item:nth-child(-n+2) {
  margin-top: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item {
  width: calc(20% - 40px);
  height: 380px;
  overflow: hidden;
  /*&:nth-child(5n+1) {
    margin-left: 0px;
  }*/
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .image-block {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .image-block .image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block {
  width: 100%;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .top-part {
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: auto;
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .top-part .sku-block {
  -moz-box-ordinal-group: 1;
  order: 0;
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .top-part .name-block {
  -moz-box-ordinal-group: 2;
  order: 1;
  height: 38px;
  overflow: hidden;
  white-space: normal;
  line-height: 19px;
  margin-top: 10px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part {
  width: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .not-available, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .on-sale-from {
  width: calc(50% - 2.5px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn {
  margin-top: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn:first-of-type, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn:first-of-type {
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn.disabled ~ .reviews, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews {
  width: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn.disabled ~ .reviews.have-review .review-inner .count-of-reviews, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn {
  -moz-box-ordinal-group: 3;
  order: 2;
  margin-left: 0px;
  margin-top: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .not-available, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .on-sale-from {
  -moz-box-ordinal-group: 3;
  order: 2;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .not-available + .reviews, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .on-sale-from + .reviews {
  margin-left: 5px;
  width: calc(50% - 2.5px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .action-btn {
  -moz-box-ordinal-group: 2;
  order: 1;
  width: calc(25% - 3.75px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .action-btn {
  margin-top: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .action-btn:first-of-type {
  margin-left: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .reviews {
  width: calc(50% - 2.5px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .reviews.have-review .review-inner .count-of-reviews {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .bottom-part {
  width: 100%;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .gift-block .days {
  display: none;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:hover {
  overflow: visible;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:hover .product-inner-block {
  position: absolute;
  background: white none repeat scroll 0% 0%;
  z-index: 1;
  width: calc(100% + 30px);
  padding: 15px;
  margin-left: -15px;
  margin-top: -15px;
  box-shadow: rgba(0, 0, 0, 0.43) 0px 3px 9px 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .reviews {
  margin-top: 5px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(3n+1) {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(-n+3) {
  margin-top: 0px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item + .products-listing-item {
  margin-left: 0px;
}
#export-control .product-listing-page-block .product-listing-right .faq-block {
  margin-top: 75px;
}
@media only screen and (max-width: 1680px) {
  #export-control .product-listing-page-block .product-listing-left {
    width: 320px;
  }
  #export-control .product-listing-page-block .product-listing-left .filter-hide-block .filter-block .section.radio.block .section-content .filter-container label {
    height: 40px;
  }
  #export-control .product-listing-page-block .product-listing-right {
    width: calc(100% - 320px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item {
    width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block {
    width: 160px;
    height: 160px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block .sticker .sticker-inner {
    height: 23px;
    padding: 0px 12px;
    font-size: 11px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block {
    width: calc(100% - 190px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part {
    width: calc(33.3333%);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block {
    max-width: 180px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn {
    width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn {
    margin-top: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn:first-of-type {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews {
    width: calc(87.5px);
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews.have-review .review-inner .count-of-reviews {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn {
    width: calc(87.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part {
    width: calc(66.6667%);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part {
    width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block {
    max-width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .buy-btn {
    width: 180px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn:first-of-type {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .reviews {
    width: auto;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .reviews.have-review .review-inner .count-of-reviews {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn {
    width: calc(87.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn ~ .action-btn {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn ~ .action-btn:first-of-type {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn ~ .reviews {
    width: auto;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn ~ .reviews.have-review .review-inner .count-of-reviews {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part {
    width: calc(66.6667%);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block {
    max-width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn {
    width: 180px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn:first-of-type {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn {
    width: 180px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-price {
    display: flex;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-btn {
    width: calc(90px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn:first-of-type, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn:first-of-type {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .reviews, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .reviews {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .reviews {
    width: auto;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .reviews.have-review .review-inner .count-of-reviews {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn {
    width: calc(87.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block.with-credit .reviews {
    width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .bottom-part {
    width: calc(33.3333%);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-two-column .product-inner-block .content-block .bottom-part .details .details-list {
    column-count: 2;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item:nth-child(-n+2) {
    margin-top: 30px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item:first-child {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item:nth-child(2n) {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item {
    width: calc(25% - 22.5px);
    height: 376px;
    /*&:nth-child(-n+3) {
      margin-top: 0px;
    }*/
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block {
    max-width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn {
    width: calc(50% - 2.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn:first-of-type {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews {
    width: auto;
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn ~ .reviews {
    width: calc(50% - 2.5px);
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn ~ .reviews.have-review .review-inner .count-of-reviews {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item + .products-listing-item {
    margin-left: 30px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(3n+1) {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(-n+3) {
    margin-top: 30px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-none .product-inner-block .content-block .center-part .actions-block .buy-btn {
    width: calc(50% - 2.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part {
    width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews {
    margin-top: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn {
    width: calc(50% - 2.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-price {
    display: none;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .reviews {
    margin-top: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .reviews.have-review .review-inner .count-of-reviews {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block.with-credit .buy-btn {
    width: calc(50% - 2.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block.with-credit .reviews {
    width: calc(50% - 2.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block.with-credit .reviews.have-review .review-inner .count-of-reviews {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .bottom-part {
    width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-two-column .product-inner-block .content-block .center-part {
    width: 100%;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-two-column .product-inner-block .content-block .bottom-part .details .details-list {
    column-count: 1;
  }
}
@media only screen and (max-width: 1365px) {
  #export-control .product-listing-page-block .product-listing-right .toolbar {
    background: #f8f8f8 none repeat scroll 0% 0%;
    border: 1px solid #eaeaea;
    position: relative;
    top: unset;
  }
  #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select {
    background: #f0f0f0 none repeat scroll 0% 0%;
  }
  #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-title {
    border-width: 0px 1px;
  }
  #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-options {
    border-color: #eaeaea;
    background: #f0f0f0 none repeat scroll 0% 0%;
  }
  #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-option:hover, #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .sort-by .sort-by-dropdown .fake-select .fake-select-title:hover {
    background: #e4e4e4 none repeat scroll 0% 0%;
  }
  #export-control .product-listing-page-block .product-listing-right .toolbar .sort-wrap .view-mode {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing {
    margin-top: 15px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .center-part {
    width: 180px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part {
    width: calc(100% - 200px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part {
    width: 180px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn {
    margin-top: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn:first-of-type {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .reviews {
    margin-top: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn {
    margin-top: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn:first-of-type, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn:first-of-type {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .reviews, #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .reviews {
    margin-top: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn {
    width: calc(87.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-in-credit-price-wrapper-btn .buy-in-credit-price {
    display: none;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .reviews {
    width: calc(87.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .reviews.have-review .review-inner .count-of-reviews {
    margin-left: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block.with-credit .reviews {
    width: calc(87.5px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-one-column .product-inner-block .content-block .bottom-part {
    width: calc(100% - 200px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item.details-two-column .product-inner-block .content-block .bottom-part .details .details-list {
    column-count: 1;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item {
    width: calc(33.3333% - 20px);
    height: 325px;
    /*&:nth-child(-n+3) {
      margin-top: 0px;
    }*/
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn ~ .action-btn:first-of-type {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn {
    margin-top: 0px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-find-out-when ~ .action-btn:first-of-type, #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item.details-one-column .product-inner-block .content-block .center-part .actions-block .buy-btn-prepayment ~ .action-btn:first-of-type {
    margin-left: 5px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(-n+3) {
    margin-top: 30px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(4n+1) {
    margin-left: 30px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block {
    width: 130px;
    height: 130px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item {
    width: calc(33.3333% - 13.3333px);
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(4n+1) {
    margin-left: 20px;
  }
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item:nth-child(3n+1) {
    margin-left: 0px;
  }
}
#export-control .img-hidden {
  visibility: hidden;
}
#export-control .inner-block.no-crumbs {
  padding-top: 25px;
}
#export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item:hover .product-inner-block .image-block .image-inner img {
  filter: none;
}
#export-control .product-listing-page-block .product-listing-left {
  display: none;
}
#export-control .product-listing-page-block .product-listing-right {
  margin: 0 auto;
  width: calc(100% - 20px);
}
#export-control .product-listing-page-block .product-listing-right .products-listing {
  justify-content: space-evenly;
}
#export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item {
  width: calc(33.3333% - 80px);
  height: 360px;
}
@media only screen and (max-width: 1200px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item {
    height: 285px;
  }
}
@media only screen and (max-width: 992px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .image-block {
    border: 1px solid #aaa;
  }
}
@media only screen and (max-width: 992px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing.grid .products-listing-item .product-inner-block .image-block {
    border: none;
    width: 80px;
    height: 80px;
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  #export-control .product-listing-page-block .product-listing-right .products-listing .products-listing-item .product-inner-block .content-block .bottom-part {
    width: 100%;
  }
}
#export-control .product-listing-page-block .product-listing-right .products-listing {
  margin-top: 15px;
}
