@charset "UTF-8";
.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-top {
  padding-top: 0 !important;
}

.fa-font-small {
  font-size: 64%; /*9px*/
  line-height: 18px;
}

.fa-font-medium {
  font-size: 86%; /*12px*/
  line-height: 18px;
}

.fa-font-large {
  font-size: 107%; /*15px*/
}

.transparent {
  background-color: transparent !important;
  border: none;
}

.highlighted {
  color: #1d1d1b;
}

.large {
  font-size: larger;
}

a:focus, input:focus, select:focus, option:focus, textarea:focus, label:focus, fieldset:focus, button:focus, img:focus, .form-control:focus {
  outline: 4px solid #f05157 !important;
  outline-offset: -3px;
}

.btn-warning {
  color: #1d1d1b;
}

.btn-round {
  background-color: rgba(88, 105, 148, 0.75);
  border: 0;
  border-radius: 16px;
}

.fade-out {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,f0f0f0+50,f0f0f0+100&0+0,1+50,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

.breadcrumb {
  font-size: 1.3rem;
  color: #666;
  background-color: #fafafa;
  border: 1px solid #ddd;
  margin: 0;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li a {
  color: #666;
}
.breadcrumb li.active {
  color: #666;
}
.breadcrumb > li + li::before {
  content: "";
}
.breadcrumb > li + li + li::before {
  content: "/ ";
}

.dataTables_wrapper .form-group {
  margin-top: 7px;
}

.form-field-required .control-label label::after {
  color: #ff0000;
  content: "*";
}

.has-error {
  background-color: white;
}
.has-error label {
  color: #ff0000;
}

.dataTable > thead > tr > th[class*=sort]::after {
  color: #1d1d1b;
  content: "\f0dc";
  cursor: pointer;
  display: inline;
  float: right;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3rem;
  font-weight: 400;
}

.dataTable > thead > tr > th.sorting_asc::after {
  color: #c33133;
  content: "\f0de";
  top: 4px;
}

.dataTable > thead > tr > th.sorting_desc::after {
  color: #c33133;
  content: "\f0dd";
  top: -6px;
}

#permissions-section ul, #permissions-unit ul {
  max-height: 50vh;
  overflow: auto;
}

body {
  background-color: #fff;
  font-family: "Fira Sans", sans-serif;
  color: #1d1d1b;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Fira Sans", sans-serif;
}

.leaflet-popup-content {
  font-size: 13px;
}

.leaflet-container {
  font-size: 13px;
}

a {
  color: #7a1f20;
}
a:hover, a:active, a:focus {
  color: #b40f10;
}

.form-control {
  border-color: #c33133;
}
.btn-success, .btn-info {
  background-color: #940000;
  border-color: #940000;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-info:hover, .btn-info:active, .btn-info:focus {
  color: #940000;
  background-color: #fff;
}

.btn-default {
  color: #2771a1;
  border-color: #2771a1;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #2771a1;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #2771a1;
}

body > div.container:not(:last-of-type) > .row,
body > div.wrapper-fluid:not(:last-of-type),
.with-separator {
  margin-bottom: 10px;
}

.news-image-thumb {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-radius: 2px;
}

.btn-like {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  color: #1d1d1b;
  background-color: #fff;
  border-color: #ccc;
}

.btn.read-more:hover {
  color: #fff;
}

.dropdown-menu {
  z-index: 1001;
}

.chosen-container-single .chosen-single {
  padding: 2px 12px;
  height: auto;
  border-radius: 0;
}

.row.tools {
  margin-top: 20px;
}
.row.tools .navbar-header button {
  border-color: #940000;
  border-width: 2px;
  margin-right: 10px;
}
.row.tools .navbar-header .navbar-toggle .icon-bar,
.row.tools .navbar-header .navbar-toggle:hover .icon-bar,
.row.tools .navbar-header .navbar-toggle:focus .icon-bar {
  background-color: #940000;
  height: 6px;
  width: 48px;
}
.row.tools .navbar-header .navbar-brand {
  color: #fff;
}
.row.tools .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 10px;
  float: none;
}
.row.tools .btn-menu {
  padding: 0;
  margin-right: 10px;
}

#tools-menu {
  float: left;
  margin-bottom: 15px;
  margin-right: 55px;
  z-index: 999;
}
#tools-menu .navbar {
  min-height: 34px;
  margin-bottom: 0;
  padding: 0;
}
#tools-menu .navbar ul {
  margin: 0;
}
#tools-menu .navbar ul .dropdown .btn {
  color: #333;
  background-color: #f5f5f5;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
}
#tools-menu .navbar ul .dropdown .dropdown-menu {
  min-width: 50px;
}
#tools-menu .navbar ul .dropdown .dropdown-menu a {
  padding: 1px 11px;
}
#tools-menu .navbar #top-menu .btn-toolbar-group {
  margin: 0 20px 0 0;
}
#tools-menu .navbar #top-menu .btn-toolbar-group a {
  width: 34px;
  line-height: 37px;
  border-bottom: 3px solid #e0882f;
  padding: 0;
  color: #1d1d1b;
}
#tools-menu .navbar #top-menu .btn-toolbar-group a.btn-login {
  border-color: #ddd;
}
#tools-menu .navbar #site-tools ul li {
  z-index: 9;
}
#tools-menu .navbar #site-tools .btn-lang {
  margin-right: 10px;
}
#tools-menu .navbar #site-tools .btn-toolbar-group {
  margin: 0 0 0 10px;
  padding: 3px 0;
}
#tools-menu .navbar #site-tools .btn-toolbar-group button, #tools-menu .navbar #site-tools .btn-toolbar-group a {
  width: 34px;
  line-height: 34px;
  padding: 0;
  color: #1d1d1b;
  border-color: #1d1d1b;
  margin-right: 10px;
}
#tools-menu .navbar #site-tools .btn-toolbar-group button:active, #tools-menu .navbar #site-tools .btn-toolbar-group button:hover, #tools-menu .navbar #site-tools .btn-toolbar-group button:focus, #tools-menu .navbar #site-tools .btn-toolbar-group a:active, #tools-menu .navbar #site-tools .btn-toolbar-group a:hover, #tools-menu .navbar #site-tools .btn-toolbar-group a:focus {
  background: none;
  color: #c33133;
  border-color: #c33133;
}
#tools-menu .navbar #site-tools .btn-toolbar-group .btn-contrast {
  background-color: #fff;
  margin-left: -10px;
}
#tools-menu .navbar #site-tools .btn-toolbar-group .btn-disabled {
  margin: 0;
}
#tools-menu .navbar #site-tools .dropdown {
  margin: 0;
}
#tools-menu .navbar #site-tools .btn-bip a {
  padding: 10px 0;
  margin-right: 7px;
  color: #757575;
}
#tools-menu .navbar #site-tools .btn-bip a img {
  margin: -10px 0;
}
#tools-menu .navbar #site-tools .sign-language a {
  border: none;
  line-height: 34px;
  padding: 0;
  color: #757575;
}
#tools-menu .navbar #site-tools .sign-language a img {
  height: 42px;
}

#top-content > .row > .col-xs-12 {
  padding: 0;
}

.component .component-title {
  font-size: 3.6rem;
  margin: 50px 0 20px 0;
}
.component .component-title a {
  color: #1d1d1b;
  text-decoration: none;
}
.component .component-page-title {
  margin: 0;
}
.component .component-head p {
  font-size: 1.8rem;
  margin: 15px 0;
  padding: 0;
  line-height: 1.25em;
  font-weight: bold;
}
.component .component-head p a {
  color: #1d1d1b;
}

.component-baner-many .component-wrapper {
  margin-bottom: 0 !important;
}
.component-baner-many .component-wrapper .lead {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bolder;
  margin: 0;
  padding: 10px 20px;
  border: 4px solid #2771a1;
  border-top: none;
  border-bottom: none;
  border-left: #2771a1;
  border-right: none;
}
.component-baner-many .component-wrapper .component-head h2 {
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 15px;
}
.component-baner-many .component-img-thumb.img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.component-baner-many ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 100%;
  align-content: center;
}
.component-baner-many ul li {
  text-align: center;
  margin-bottom: 20px;
}
.component-baner-many ul li:last-child {
  margin-bottom: 0;
}
.component-baner-many ul li a {
  display: block;
  transition: box-shadow 0.5s ease-in-out;
}
.component-baner-many ul li a:hover, .component-baner-many ul li a:focus, .component-baner-many ul li a:active {
  box-shadow: 0 0 5px #bbb;
}

.tmpl_umws_sg #main-content .component-html {
  text-align: right;
  margin-bottom: 20px;
}
.tmpl_umws_sg #main-content .component-html p {
  margin: 0;
}
.tmpl_umws_sg #main-content .component-html p a {
  color: #1d1d1b;
}

.component-horizontal .component-wrapper {
  margin-bottom: 0 !important;
}
.component-horizontal h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  margin-top: 0;
}
.component-horizontal h1 a {
  text-decoration: none;
}
.component-horizontal .component-content {
  color: #1d1d1b;
  transition: box-shadow 0.5s ease-in-out;
  overflow: hidden;
  background-color: #fff;
}
.component-horizontal .component-content:hover {
  box-shadow: 0 0 5px #bbb;
}
.component-horizontal .item {
  height: 374px;
  overflow: hidden;
}
.component-horizontal .item div {
  overflow: hidden;
}
.component-horizontal .item div img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.component-horizontal .item div img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.1, 1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.component-horizontal .news-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.component-horizontal .news-content .news-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 10px;
  margin: 0;
}
.component-horizontal .news-content .news-title a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.component-horizontal .news-content .news-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 20px 0 0;
}
.component-horizontal .owl-theme .owl-controls {
  margin-top: 0;
}
.component-horizontal .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  bottom: 15px;
  right: 18px;
}
.component-horizontal .owl-theme .owl-controls .owl-page span {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 10px;
}
.component-horizontal .owl-theme .owl-controls .owl-page span:hover {
  opacity: 1;
}
.component-horizontal .owl-theme .owl-controls .owl-page.active span {
  opacity: 1;
  height: 18px;
  width: 18px;
  margin: 7px 10px;
}
.component-horizontal .owl-theme .owl-controls .owl-buttons div {
  color: #c33133;
  margin: 5px;
  padding: 5px 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  top: 45%;
  border: 1px solid #d5d9e4;
}
.component-horizontal .owl-theme .owl-controls .owl-prev {
  left: -23px;
}
.component-horizontal .owl-theme .owl-controls .owl-next {
  right: -23px;
}

.component-horizontal-lead .news-title {
  font-size: 2.6rem;
  margin: 20px 20px 20px 0;
  line-height: 1.3;
}
.component-horizontal-lead .news-lead {
  margin: 0 20px 20px 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

.component-contact-form .component-content {
  padding: 15px;
}

/* image thumbs */
a.thumbnail {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 15px 10px;
  background-color: #fff;
  padding: 10px;
}
a.thumbnail:hover {
  box-shadow: 0 0 5px #bbb;
  border: 1px solid #ddd;
}

.required-fields-star span {
  color: #c33133;
  font-weight: 700;
}

.well-warning {
  border: 1px solid #c33133;
  font-weight: 600;
  font-size: 1.5rem;
  color: #c33133;
}

.component-content-wysiwyg .component-wrapper {
  margin-bottom: 30px !important;
}
.component-content-wysiwyg p, .component-content-wysiwyg ol, .component-content-wysiwyg ul, .component-content-wysiwyg table {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.component-content-wysiwyg li {
  margin-bottom: 10px;
}
.component-content-wysiwyg table {
  border-color: #ddd;
}
.component-content-wysiwyg table th {
  font-weight: bold;
  text-align: center;
  background-color: #ddd;
}
.component-content-wysiwyg table td, .component-content-wysiwyg table th {
  border-color: #ddd;
  padding: 5px 15px;
}
.component-content-wysiwyg a {
  color: #2771a1;
  text-decoration: underline;
}
.component-content-wysiwyg a:hover, .component-content-wysiwyg a:active, .component-content-wysiwyg a:focus {
  text-decoration: none;
}

.component-attachment .component-wrapper {
  margin: 0 0 50px 0 !important;
  background-color: #fff;
}
.component-attachment .component-wrapper .component-head {
  background-color: #2771a1;
  padding: 12px 15px;
}
.component-attachment .component-wrapper .component-head p {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.component-attachment .component-wrapper .component-content ul {
  font-size: 1.3rem;
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.component-attachment .component-wrapper .component-content ul li {
  padding: 10px 15px;
  display: block;
  border-top: 2px solid #fff;
  background: #e9e9e9;
}
.component-attachment .component-wrapper .component-content ul li a {
  display: inline;
  height: 100%;
  width: 100%;
  position: relative;
  padding-right: 15px;
  border-right: 1px solid #13374f;
  text-decoration: none;
  color: #13374f;
}
.component-attachment .component-wrapper .component-content ul li a:hover, .component-attachment .component-wrapper .component-content ul li a:active, .component-attachment .component-wrapper .component-content ul li a:focus {
  color: #2771a1;
}
.component-attachment .component-wrapper .component-content ul li .fa {
  font-size: 2rem;
}
.component-attachment .component-wrapper .component-content ul li .fa.fa-download {
  padding-right: 10px;
}
.component-attachment .component-wrapper .component-content ul li span {
  padding: 0 15px;
  border-right: 1px solid #13374f;
}
.component-attachment .component-wrapper .component-content ul li .dropdown {
  display: inline-block;
}
.component-attachment .component-wrapper .component-content ul li .dropdown .btn {
  font-size: 2rem;
  color: #c33133;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 0 15px;
  vertical-align: baseline;
}
.component-attachment .component-wrapper .component-content ul li .dropdown .btn:hover, .component-attachment .component-wrapper .component-content ul li .dropdown .btn:active, .component-attachment .component-wrapper .component-content ul li .dropdown .btn:focus {
  color: #d96869;
}
.component-attachment .component-wrapper .component-content ul li .dropdown .btn i {
  padding: 0;
}
.component-attachment .component-wrapper .component-content ul li .dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border: none;
  box-shadow: none;
}
.component-attachment .component-wrapper .component-content ul li .dropdown .dropdown-menu li {
  background-color: #f5f5f5;
}
.component-attachment .component-wrapper .component-content ul li .dropdown .dropdown-menu li:first-child {
  border-top: 1px solid #ddd;
}
.component-attachment .component-wrapper .component-content ul li .preview {
  border-right: none;
  padding-right: 0;
  margin-left: 15px;
}

.mcity-add-problem .panel-info {
  border-color: #c33133;
}
.mcity-add-problem .panel-info .panel-heading {
  background-color: #c33133;
  border-color: #c33133;
}
.mcity-add-problem #mcity-edit-form .fn-search-address {
  background-color: #c33133;
  border-color: #c33133;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mcity-add-problem #mcity-edit-form .fn-search-address:hover, .mcity-add-problem #mcity-edit-form .fn-search-address:active, .mcity-add-problem #mcity-edit-form .fn-search-address:focus {
  color: #000;
  background-color: #e7e7e7;
}
.mcity-add-problem #mcity-edit-form #form-field-attachments::-webkit-file-upload-button {
  visibility: hidden;
}
.mcity-add-problem #mcity-edit-form #form-field-attachments::before {
  content: "Wybierz";
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #c33133;
  border: 1px solid #940000;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mcity-add-problem #mcity-edit-form #form-field-attachments:hover::before {
  color: #000;
  background-color: #e7e7e7;
}
.mcity-add-problem #mcity-edit-form #form-field-attachments:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.mcity-add-problem #mcity-edit-form .ace-file-multiple .ace-file-container span {
  font-size: 23px;
}
.mcity-add-problem #mcity-edit-form .ace-file-multiple .remove {
  margin-left: 10px;
  font-size: 23px;
}
.mcity-add-problem #mcity-edit-form #formStandardElement-form-field-accepted .control-label {
  text-align: inherit;
}
.mcity-add-problem #mcity-edit-form .btn.btn-raised.btn-primary {
  background-color: #c33133;
  border-color: #c33133;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mcity-add-problem #mcity-edit-form .btn.btn-raised.btn-primary:hover, .mcity-add-problem #mcity-edit-form .btn.btn-raised.btn-primary:active, .mcity-add-problem #mcity-edit-form .btn.btn-raised.btn-primary:focus {
  color: #000;
  background-color: #e7e7e7;
}

.component-gallery.grid .component-wrapper .component-content .fancybox img {
  padding: 0;
  border: none;
}

.component-gallery.view-carousel a.thumbnail {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.component-gallery.view-carousel a.thumbnail:hover, .component-gallery.view-carousel a.thumbnail:active, .component-gallery.view-carousel a.thumbnail:focus {
  box-shadow: none;
}
.component-gallery.view-carousel .makeMeScroll .fancybox img {
  background-color: #fff;
}

.component-page-list .component-wrapper {
  margin-bottom: 0 !important;
}
.component-page-list h2 {
  margin: 0 0 20px 0;
  font-size: 2.2rem;
}
.component-page-list h2:hover, .component-page-list h2:active, .component-page-list h2:focus {
  text-decoration: underline;
  color: #2771a1;
}
.component-page-list ul.list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.component-page-list ul.list li {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.component-page-list ul.list li:hover {
  box-shadow: 0 0 5px #bbb;
}
.component-page-list ul.list li:hover .btn-default {
  color: #fff;
  background: #c33133;
  border-color: #c33133;
}
.component-page-list ul.list li a {
  color: #1d1d1b;
}
.component-page-list ul.list li a:hover, .component-page-list ul.list li a:active, .component-page-list ul.list li a:focus {
  text-decoration: none;
}
.component-page-list ul.list li span:hover, .component-page-list ul.list li span:active, .component-page-list ul.list li span:focus {
  text-decoration: underline;
  color: #2771a1;
}
.component-page-list .component-item-title {
  margin-bottom: 20px;
}
.component-page-list .component-thumb-link {
  float: left;
  max-width: 269px;
  margin-right: 20px;
}
.component-page-list .component-excerpt {
  overflow: hidden;
}
.component-page-list .read-more {
  text-align: right;
}
.component-page-list .component-date-add {
  display: block;
  margin: 0 0 10px;
  color: #666;
  font-size: 1.3rem;
}
.component-page-list p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.component-page-list .btn-default {
  text-transform: uppercase;
}
.component-page-list .component-paginator {
  text-align: center;
}
.component-page-list .component-paginator .pagination {
  margin: 0;
}
.component-page-list .component-paginator .pagination li a {
  color: #1d1d1b;
}
.component-page-list .component-paginator .pagination li a:hover, .component-page-list .component-paginator .pagination li a:active, .component-page-list .component-paginator .pagination li a:focus {
  background-color: #e4f4b8;
  border-color: #ddd;
}
.component-page-list .component-paginator .pagination li.active a {
  background-color: #96c11f;
  border-color: #96c11f;
  color: #333;
}

.component-page-list-redirect .component-head h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 0 10px 10px;
  color: #1d1d1b;
  border-bottom: 2px solid #c33133;
}
.component-page-list-redirect .component-head h2:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0a1";
  display: inline-block;
  margin-right: 20px;
}
.component-page-list-redirect ul {
  padding: 0;
  list-style: none;
}
.component-page-list-redirect ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.component-page-list-redirect ul li a {
  padding: 10px;
  color: #1d1d1b;
  display: block;
}
.component-page-list-redirect ul li a span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.component-page-list-redirect ul li a .component-date-add {
  color: #000000;
}
.component-page-list-redirect ul li a:active, .component-page-list-redirect ul li a:hover, .component-page-list-redirect ul li a:focus {
  background: #2771a1;
  color: #fff;
  text-decoration: none;
}
.component-page-list-redirect ul li a:active .component-date-add, .component-page-list-redirect ul li a:hover .component-date-add, .component-page-list-redirect ul li a:focus .component-date-add {
  color: #fff;
}
.component-page-list-redirect ul li.more {
  border-bottom: none;
}
.component-page-list-redirect ul li.more a:active, .component-page-list-redirect ul li.more a:hover, .component-page-list-redirect ul li.more a:focus {
  background: #c33133;
}

.side-content .component-page-list-redirect .component-head h2 {
  font-size: 28px;
  font-weight: bold;
}

.component-sidebar-menu .component-head p {
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1.1;
  margin: 0 0 20px 0;
}
.component-sidebar-menu .accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.component-sidebar-menu .accordion ul li.component-item {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.component-sidebar-menu .accordion ul li.component-item:last-child {
  margin-bottom: 0;
}
.component-sidebar-menu .accordion ul li.component-item a {
  display: block;
  padding: 9px 15px;
  color: #1d1d1b;
}
.component-sidebar-menu .accordion ul li.component-item a:hover, .component-sidebar-menu .accordion ul li.component-item a:focus, .component-sidebar-menu .accordion ul li.component-item a:active {
  color: #c33133;
  text-decoration: none;
}
.component-sidebar-menu .accordion ul li.component-item a i {
  display: none;
}
.component-sidebar-menu .accordion ul li.component-item .desc {
  padding: 0 15px;
  background: #f5f5f5 url("../img/ogloszenia.png") no-repeat right bottom;
}
.component-sidebar-menu .accordion ul li.component-item .desc p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 30px;
}
.component-sidebar-menu .accordion ul li.component-item .desc p:first-child {
  float: right;
}

@media (max-width: 767px) {
  .component-page-list .component-thumb-link {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
#advSearchBtn:hover, #advSearchBtn:active, #advSearchBtn:focus {
  text-decoration: underline;
  color: #dc0714;
}
#advSearchBtn a {
  color: #1d1d1b;
}
#advSearchBtn a:hover, #advSearchBtn a:active, #advSearchBtn a:focus {
  text-decoration: none;
}

#search-results {
  background: none repeat scroll 0 0 #464749;
  color: #fff;
  float: left;
  margin-bottom: 35px;
  padding: 30px 0;
  width: 100%;
}

#main-search {
  width: 100%;
  position: relative;
}
#main-search .form-group {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#main-search .form-group #search-term {
  border: none;
  box-shadow: none;
  height: 42px;
  border-bottom: 2px solid #dc0714;
}
#main-search .form-group .btn-default {
  color: #1d1d1b;
  border-color: #eee;
  padding: 6px 7px;
}
#main-search .form-group.dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  height: 42px;
}
#main-search #main-search #live-search {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  display: none;
  left: -4px;
  position: absolute;
  right: -2px;
  top: 106%;
  z-index: 1;
}
#main-search #main-search #live-search li {
  color: #8d8d8d;
  font-size: 1.6rem;
  padding: 15px 0 15px 27px;
}
#main-search #main-search #live-search li:hover {
  background: none repeat scroll 0 0 #dedede;
  color: #000;
}

.component-seaction-search .component-wrapper {
  margin-bottom: 50px !important;
}
.component-seaction-search .component-wrapper .component-head {
  background-color: #f5f5f5;
  border: 3px solid #eee;
  border-bottom: none;
  padding: 9px 13px 12px 13px;
}
.component-seaction-search .component-wrapper .component-head p {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.component-seaction-search .component-wrapper .component-content {
  border: 3px solid #eee;
  border-top: none;
}
.component-seaction-search .component-wrapper .component-content #input-section-search {
  box-shadow: none;
  border-color: #ddd;
}

#advanced-search-form {
  margin-top: 30px;
  margin-bottom: 50px;
}

.component-search-advanced .alert-info h3 {
  margin-top: 0;
  color: inherit;
}
.component-search-advanced .alert-info h4 {
  margin-top: 10px;
  color: #1d1d1b;
}

.page-results .breadcrumb p {
  margin: 0;
}
.page-results ul.page-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-results ul.page-results-list li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.page-results ul.page-results-list li:last-child {
  border-bottom: none;
}
.page-results ul.page-results-list li h3 {
  margin-top: 0;
}
.page-results ul.page-results-list li h3 .page-archive {
  color: #ee3132;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
.page-results ul.page-results-list li h3:hover, .page-results ul.page-results-list li h3:active, .page-results ul.page-results-list li h3:focus {
  text-decoration: underline;
  color: #2771a1;
}
.page-results ul.page-results-list li a {
  color: #1d1d1b;
}
.page-results ul.page-results-list li a:hover, .page-results ul.page-results-list li a:active, .page-results ul.page-results-list li a:focus {
  text-decoration: none;
}
.page-results ul.page-results-list li p {
  padding-left: 25px;
}
.page-results ul.page-results-list li .btn {
  margin-left: 25px;
  text-transform: none;
}

/* tablet */
@media (max-width: 991px) {
  .component-search span {
    display: none;
  }
  .component-search a {
    float: right;
  }
}
/* phone */
@media (max-width: 767px) {
  #main-search .button, #small-search .button {
    font-size: 1.8rem;
  }
  .component-search {
    float: right;
    margin: 0 3px 0 0;
  }
  .component-search a {
    border: 1px solid black;
    padding: 12px 25px;
  }
  .component-search .fa-search {
    margin: 0;
  }
  .search-col {
    margin-right: 10px;
  }
}
.btn-search {
  border: 2px solid #c33133;
  background: #fff;
  width: 42px;
  height: 42px;
}
.btn-search span {
  color: #c33133;
}

.component-site-map .component-content {
  padding: 15px;
}
.component-site-map .component-content a {
  color: #1d1d1b;
  transition: color 300ms ease-in-out;
}
.component-site-map .component-content a:hover, .component-site-map .component-content a:active, .component-site-map .component-content a:focus {
  color: #c33133;
}
.component-site-map .component-content > ul {
  margin-left: 0;
  column-count: 3;
  column-gap: 1.4rem;
}
.component-site-map .component-content > ul li {
  margin: 15px 0 0;
  font-size: 2rem;
}
.component-site-map .component-content > ul li:first-child {
  margin-top: 0;
}
.component-site-map .component-content > ul li > ul {
  margin-top: 10px;
  margin-left: 20px;
}
.component-site-map .component-content > ul li > ul li {
  font-size: 1.8rem;
}
.component-site-map .component-content > ul li > ul li > ul {
  margin-top: 10px;
  margin-left: 20px;
}
.component-site-map .component-content > ul li > ul li > ul li {
  font-size: 1.6rem;
}
.component-site-map ul {
  list-style: none;
  padding-left: 0;
}
.component-site-map .sidebar-menu-arrow, .component-site-map .sidebar-menu-caret {
  display: none;
}

#main-content #pagemap > div {
  width: 20%;
}
#main-content #pagemap .component-wrapper {
  margin-bottom: 50px;
}
#main-content #pagemap .component-wrapper .component-head {
  background: transparent url("../img/pointer.png") no-repeat left center;
  padding-left: 20px;
}
#main-content #pagemap .component-wrapper .component-head:after {
  font-family: "Material Icons";
  font-size: 3.2rem;
  color: #c33133;
}
#main-content #pagemap .component-wrapper .component-head h3, #main-content #pagemap .component-wrapper .component-head h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
#main-content #pagemap .component-wrapper ul {
  list-style-image: url("../img/bullet.png");
  padding: 10px 0 0 20px;
  margin: 0;
}
#main-content #pagemap .component-wrapper ul li {
  border: 0;
}
#main-content #pagemap .component-wrapper ul li a {
  font-size: 1.2rem;
  color: #1d1d1b;
  padding: 5px 0;
}
#main-content #pagemap .component-wrapper ul li a:hover {
  color: #d96869;
}

.component-head.news h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 0 10px 10px;
  color: #1d1d1b;
  border-bottom: 2px solid #009fe3;
}
.component-head.news h2:before {
  content: "\f660";
  font-family: "Font Awesome 5 Pro";
}

#main-content .component-custom-news.component-side-links {
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content .button-cstm {
  margin-top: 10px;
  margin-bottom: 50px;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li {
  padding-bottom: 10px;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li .news-container {
  display: flex;
  justify-content: space-between;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li:last-child {
  border: none;
  list-style: none;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li .bullet {
  background: #2771a1;
  padding: 4px;
  margin: auto;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li .text {
  padding-left: 10px;
  width: calc(100% - 88px);
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li .image {
  width: 160px;
  height: 80px;
  border: 1px solid #c8c8c8;
  display: flex;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li .section {
  color: #c33133;
  font-size: 16px;
  font-weight: normal;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li span a {
  line-height: 26px;
  font-size: 16px;
  color: #1d1d1b;
  font-weight: bold;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li span a:hover, #main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li span a:active, #main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li span a:focus {
  text-decoration: none;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li span:last-child a {
  margin: 0;
}
#main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li span:hover, #main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li span:active, #main-content .component-custom-news.component-side-links .component-wrapper .component-content ul li span:focus {
  color: #2771a1;
  text-decoration: underline;
}

.component-custom-news.component-side-links .image img {
  height: 78px;
  width: 160px;
}

.component-contact-form textarea {
  height: 150px;
}

/*
    Created on : 2017-08-29, 15:45:10
    Author     : Jarek i Irena
*/
.affix {
  top: 0;
  width: 100%;
  z-index: 9998 !important;
  box-shadow: 0 0 5px #333;
  background: #fff;
}

#navbar-base #main-menu {
  background-color: transparent;
  border: none;
  margin: 0;
  min-height: 46px;
}
#navbar-base #main-menu .navbar-brand {
  font-size: 2.2rem;
  padding-left: 20px;
  font-weight: bold;
}
#navbar-base #main-menu .navbar-toggle {
  border: none;
  padding: 6px 10px;
}
#navbar-base #main-menu .navbar-toggle .icon-bar {
  height: 3px;
  width: 30px;
  border-radius: 3px;
}
#navbar-base #main-menu .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
#navbar-base #main-menu .navbar-toggle:focus {
  background: #fff;
}
#navbar-base #main-menu .navbar-toggle:focus .icon-bar {
  background-color: #c33133;
}
#navbar-base #main-menu .navbar-collapse {
  padding: 0;
}
#navbar-base #main-menu .main-nav {
  width: 100%;
  position: relative;
  z-index: 5;
  margin: 0;
}
#navbar-base #main-menu ul.main-nav > li {
  margin-left: 8px;
  width: calc(25% - 6px);
}
#navbar-base #main-menu ul.main-nav > li:first-child {
  margin-left: 0;
}
#navbar-base #main-menu ul.main-nav > li > a {
  max-height: 50px;
  padding: 15px 20px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 2.2rem;
  color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
#navbar-base #main-menu ul.main-nav > li > a .glyphicon.glyphicon-chevron-down {
  font-size: 1.8rem;
}
#navbar-base #main-menu ul.main-nav > li.open > a {
  background-color: #fff;
  color: #c33133;
}
#navbar-base #main-menu ul.main-nav > li.open > a .glyphicon.glyphicon-chevron-down {
  transform: rotate(180deg);
}
#navbar-base #main-menu ul.dropdown-menu {
  padding: 0;
  width: 100%;
  border: none;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.175);
}
#navbar-base #main-menu ul.dropdown-menu a {
  display: block;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.8rem;
  padding: 12px 20px 12px 20px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
#navbar-base #main-menu ul.dropdown-menu a:hover, #navbar-base #main-menu ul.dropdown-menu a:active, #navbar-base #main-menu ul.dropdown-menu a:focus {
  background-color: #fff;
  color: #c33133;
}
#navbar-base #main-menu ul.dropdown-menu a .glyphicon.glyphicon-chevron-down {
  font-size: 1.6rem;
}
#navbar-base #main-menu ul.dropdown-menu .submenu-link {
  padding-left: 60px;
}
#navbar-base #main-menu .navbar-header {
  background: #c33133;
}
#navbar-base #main-menu .submenu-items {
  display: none;
  padding: 0;
  list-style: none;
}
#navbar-base #main-menu .submenu-toggle {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#navbar-base #main-menu .submenu-toggle:active, #navbar-base #main-menu .submenu-toggle:hover {
  text-decoration: none;
}
#navbar-base #main-menu .submenu.opened .submenu-toggle {
  background: #fff;
  text-decoration: none;
}
#navbar-base #main-menu .submenu.opened .submenu-items {
  display: block;
  background: #fff;
}
#navbar-base #main-menu .submenu.opened .glyphicon.glyphicon-chevron-down {
  transform: rotate(180deg);
}
#navbar-base #main-menu ul.main-nav > li:first-of-type > a {
  background-color: #c33133;
}
#navbar-base #main-menu ul.main-nav > li:first-of-type > a:hover, #navbar-base #main-menu ul.main-nav > li:first-of-type > a:active, #navbar-base #main-menu ul.main-nav > li:first-of-type > a:focus {
  color: #c33133;
  background-color: #fff;
}
#navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu {
  background-color: #c33133;
}
#navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu a:hover, #navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu a:active, #navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu a:focus {
  background-color: #fff;
  color: #c33133;
}
#navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu .submenu-items {
  border-bottom: 2px solid #c33133;
}
#navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu .submenu-items a.submenu-link {
  color: #c33133;
  border-bottom: 1px solid #c33133;
}
#navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu .submenu-items a.submenu-link:active, #navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu .submenu-items a.submenu-link:hover, #navbar-base #main-menu ul.main-nav > li:first-of-type ul.dropdown-menu .submenu-items a.submenu-link:focus {
  background: #fdf6f6;
}
#navbar-base #main-menu ul.main-nav > li:first-of-type .submenu.opened .submenu-toggle {
  color: #c33133;
  border-bottom: 1px solid #c33133;
}
#navbar-base #main-menu ul.main-nav > li:first-of-type.open > a {
  color: #c33133;
  background-color: #fff;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2) > a {
  background-color: #2771a1;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2) > a:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(2) > a:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(2) > a:focus {
  color: #2771a1;
  background-color: #fff;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu {
  background-color: #2771a1;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu a:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu a:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu a:focus {
  background-color: #fff;
  color: #2771a1;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu .submenu-items {
  border-bottom: 2px solid #2771a1;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu .submenu-items a.submenu-link {
  color: #2771a1;
  border-bottom: 1px solid #2771a1;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu .submenu-items a.submenu-link:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu .submenu-items a.submenu-link:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(2) ul.dropdown-menu .submenu-items a.submenu-link:focus {
  background: #d3e7f4;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2) .submenu.opened .submenu-toggle {
  color: #2771a1;
  border-bottom: 1px solid #2771a1;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(2).open > a {
  color: #2771a1;
  background-color: #fff;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3) > a {
  background-color: #595958;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3) > a:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(3) > a:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(3) > a:focus {
  color: #595958;
  background-color: #fff;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu {
  background-color: #595958;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu a:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu a:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu a:focus {
  background-color: #fff;
  color: #595958;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu .submenu-items {
  border-bottom: 2px solid #595958;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu .submenu-items a.submenu-link {
  color: #595958;
  border-bottom: 1px solid #595958;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu .submenu-items a.submenu-link:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu .submenu-items a.submenu-link:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(3) ul.dropdown-menu .submenu-items a.submenu-link:focus {
  background: #d8d8d8;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3) .submenu.opened .submenu-toggle {
  color: #595958;
  border-bottom: 1px solid #595958;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(3).open > a {
  color: #595958;
  background-color: #fff;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4) > a {
  background-color: #256106;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4) > a:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(4) > a:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(4) > a:focus {
  color: #256106;
  background-color: #fff;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu {
  background-color: #256106;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu a:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu a:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu a:focus {
  background-color: #fff;
  color: #256106;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu .submenu-items {
  border-bottom: 2px solid #256106;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu .submenu-items a.submenu-link {
  color: #256106;
  border-bottom: 1px solid #256106;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu .submenu-items a.submenu-link:active, #navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu .submenu-items a.submenu-link:hover, #navbar-base #main-menu ul.main-nav > li:nth-of-type(4) ul.dropdown-menu .submenu-items a.submenu-link:focus {
  background: #dffcd0;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4) .submenu.opened .submenu-toggle {
  color: #256106;
  border-bottom: 1px solid #256106;
}
#navbar-base #main-menu ul.main-nav > li:nth-of-type(4).open > a {
  color: #256106;
  background-color: #fff;
}
@media (min-width: 767px) {
  #navbar-base #main-menu #navbar-base #main-menu ul.dropdown-menu a {
    padding: 12px 20px;
  }
  #navbar-base #main-menu li.dropdown {
    position: static;
  }
  #navbar-base #main-menu li.dropdown .submenu-item-name {
    width: 25%;
    text-align: center;
  }
  #navbar-base #main-menu li.dropdown .submenu-item-name .submenu-toggle {
    text-align: center;
  }
  #navbar-base #main-menu li.dropdown .submenu {
    border-bottom: none;
  }
  #navbar-base #main-menu li.dropdown .submenu .submenu-items {
    display: none;
    visibility: hidden;
  }
  #navbar-base #main-menu li.dropdown .submenu.opened .submenu-items {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    position: absolute;
    width: 75%;
    left: 25%;
    top: 0;
    visibility: visible;
    flex: 1 0 0;
  }
  #navbar-base #main-menu li.dropdown .submenu.opened .submenu-items .submenu-child:nth-child(n+10) {
    display: none;
  }
  #navbar-base #main-menu li.dropdown .submenu.opened .submenu-items a.submenu-link {
    display: block;
    padding: 12px 20px;
    margin: 0 15px;
    transition: all 0.5s ease;
  }
  #navbar-base #main-menu li.dropdown .submenu.opened .submenu-items a.submenu-link:active, #navbar-base #main-menu li.dropdown .submenu.opened .submenu-items a.submenu-link:hover, #navbar-base #main-menu li.dropdown .submenu.opened .submenu-items a.submenu-link:focus {
    text-decoration: none;
  }
  #navbar-base #main-menu li.dropdown .submenu.opened .submenu-items > li {
    width: 50%;
  }
  #navbar-base #main-menu .component-nav .navbar-nav li {
    display: table !important;
  }
  #navbar-base #main-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  #navbar-base #main-menu ul.main-nav > li > a {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  #navbar-base #main-menu ul.main-nav > li > a .glyphicon.glyphicon-chevron-down {
    font-size: 1.4rem;
  }
  #navbar-base #main-menu ul.dropdown-menu {
    height: 250px;
  }
  #navbar-base #main-menu ul.dropdown-menu a {
    font-size: 1.4rem;
    padding: 12px 20px;
  }
  #navbar-base #main-menu ul.dropdown-menu a .glyphicon.glyphicon-chevron-down {
    font-size: 1.2rem;
  }
  #navbar-base #main-menu li.dropdown .submenu.opened .submenu-items {
    height: 250px;
  }
  .component-nav .navbar-nav li {
    display: table !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #navbar-base #main-menu .dropdown.open:before {
    display: none;
  }
  #navbar-base #main-menu ul.main-nav > li {
    margin-left: 0px;
    width: 100%;
  }
  #navbar-base #main-menu ul.dropdown-menu {
    margin-top: 0px;
  }
  #navbar-base #main-menu ul.dropdown-menu li:last-child {
    border-bottom: 7.5px solid #fff;
  }
  .component-nav .navbar-nav li {
    display: table !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
.component-nav {
  border: none;
  margin-bottom: 10px;
  min-height: 40px;
  background-color: #940000;
  /* nav mobile button */
  /* default ul menu */
  /* right menu with more feature */
}
.component-nav .navbar-header .navbar-toggle .icon-bar,
.component-nav .navbar-header .navbar-toggle:hover .icon-bar,
.component-nav .navbar-header .navbar-toggle:focus .icon-bar {
  background-color: #fff;
  height: 6px;
  width: 48px;
}
.component-nav .navbar-header .navbar-brand {
  color: #fff;
}
.component-nav .navbar-collapse {
  border: 0;
  max-height: 800px;
  padding: 0;
}
.component-nav .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  width: 100%;
  text-align: center;
  /* 1st level hover */
  /* 2nd level hover */
  /* open state */
  /*li.open > a,
        li.open > a:hover,
        li.open > a:focus {color: @nav-link-color-hover;}*/
  /* 3rd level drops */
  /*.open ul li:hover ul {display: block;}*/
}
.component-nav .navbar-nav li {
  float: none;
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  /* 2nd level drops */
}
.component-nav .navbar-nav li a {
  text-decoration: none;
  color: #fff;
  border: none;
  padding: 10px 15px;
  background-color: transparent;
}
.component-nav .navbar-nav li a:focus, .component-nav .navbar-nav li a:active, .component-nav .navbar-nav li a:hover {
  color: #000 !important;
  background-color: #e7e7e7 !important;
}
.component-nav .navbar-nav li ul {
  padding: 0;
  border-radius: 0;
  background-color: #940000;
  top: 100%;
  left: -1px;
}
.component-nav .navbar-nav li ul li {
  display: block;
  font-size: 1.4rem;
  background: none;
  border-bottom: 1px solid #b93c3a;
}
.component-nav .navbar-nav li ul li:last-child {
  border-bottom: none;
}
.component-nav .navbar-nav > li {
  max-width: 350px;
}
.component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:focus, .component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:active, .component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:hover, .component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:hover:focus, .component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:hover:active, .component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:hover:hover, .component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:focus, .component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:active, .component-nav .navbar-nav .navbar-default .navbar-nav > .open > a:hover {
  color: #000;
  background-color: #e7e7e7;
}
.component-nav .navbar-nav > li:hover > a {
  color: #000;
  background-color: #e7e7e7;
}
.component-nav .navbar-nav > li:hover li:hover > a {
  color: #000;
  background-color: #e7e7e7;
}
.component-nav .navbar-nav .open ul {
  width: 280px;
}
.component-nav .navbar-nav .open ul a {
  white-space: normal;
}
.component-nav .navbar-nav > li:last-child {
  background: none;
}
.component-nav .navbar-nav .dropdown-submenu.open ul {
  display: block;
}
.component-nav .navbar-nav .open ul ul {
  left: 99.7%;
  top: -3px;
  width: 280px;
}
.component-nav .navbar-nav .open ul ul a {
  white-space: normal;
}
.component-nav .main-nav > li > a:focus,
.component-nav .main-nav > li:hover > a:focus {
  color: #fff;
}
.component-nav .main-nav > .open > a:hover,
.component-nav .main-nav > .open > a:focus {
  color: #fff;
}
.component-nav .navbar-right {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.component-nav .navbar-right:last-child {
  margin: 0;
}
.component-nav .navbar-right .dropdown-toggle {
  padding-right: 20px;
}
.component-nav .navbar-right .dropdown-toggle span {
  display: inline-block;
}
.component-nav .navbar-right li {
  background: none;
  position: relative;
  /* 2nd level drops */
}
.component-nav .navbar-right li ul {
  display: none;
  top: 99%;
  left: auto;
  /* 3nd level drops */
}
.component-nav .navbar-right li ul ul {
  display: none;
  right: 99%;
  top: -3px;
  left: auto !important;
}
.component-nav .navbar-right li:hover > ul {
  display: block;
}
.component-nav .navbar-right > li > a:focus,
.component-nav .navbar-right > li:hover > a:focus {
  color: #fff;
}
.component-nav .navbar-right > .open > a:hover,
.component-nav .navbar-right > .open > a:focus {
  background: none;
  color: #fff;
}
.component-nav .open-drop {
  display: none;
  cursor: pointer;
}

.component-nav.component-nav-black {
  background-color: #fff;
}
.component-nav.component-nav-black .navbar-nav li a {
  color: #000;
}
.component-nav.component-nav-black .navbar-nav li .dropdown-menu {
  background-color: #fff;
  border: none;
}
.component-nav.component-nav-black .navbar-nav li .dropdown-menu li {
  border: none;
}

#main-content .component-menu-vertical {
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}
#main-content .component-menu-vertical .component-wrapper {
  margin-bottom: 0;
}
#main-content .component-menu-vertical .component-wrapper .component-head {
  background-color: #2771a1;
  padding: 12px 15px;
}
#main-content .component-menu-vertical .component-wrapper .component-head h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul li {
  border-top: 2px solid #fff;
  position: relative;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul li a {
  background: #e9e9e9;
  color: #1d1d1b;
  padding: 9px 15px;
  display: block;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul li a.active {
  background-color: #58a5d6;
  color: #222;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul li a:hover, #main-content .component-menu-vertical .component-wrapper .component-content ul li a:active, #main-content .component-menu-vertical .component-wrapper .component-content ul li a:focus {
  text-decoration: none;
  background-color: #2771a1;
  color: #fff;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul li .accordion-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 5px;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul li .accordion-body .component-item {
  background-color: #f5f5f5;
  border: none;
  border-top: 1px solid #ddd;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul li .accordion-body .component-item > a {
  color: #1d1d1b;
}
#main-content .component-menu-vertical .component-wrapper .component-content ul li .accordion-body .component-item .component-item {
  background-color: #eaeaea;
}
#main-content .component-menu-vertical .component-wrapper .component-navigation .btn {
  width: 100%;
  border: none;
  border-top: 2px solid #2771a1;
  color: #1d1d1b;
  background-color: #e9e9e9;
}
#main-content .component-menu-vertical .component-wrapper .component-navigation .btn:hover, #main-content .component-menu-vertical .component-wrapper .component-navigation .btn:active, #main-content .component-menu-vertical .component-wrapper .component-navigation .btn:focus {
  color: #2771a1;
}
#main-content .component-menu-vertical .component-wrapper .component-navigation .btn i {
  padding: 0 0 0 5px;
}

.tmpl_szbp_kontakt #main-content .component-menu-vertical .component-wrapper .component-content ul li {
  border: 1px solid #c33133;
}
.tmpl_szbp_kontakt #main-content .component-menu-vertical .component-wrapper .component-content ul li a {
  color: #fff;
  background-color: #c33133;
}
.tmpl_szbp_kontakt #main-content .component-menu-vertical .component-wrapper .component-content ul li a:hover, .tmpl_szbp_kontakt #main-content .component-menu-vertical .component-wrapper .component-content ul li a:active, .tmpl_szbp_kontakt #main-content .component-menu-vertical .component-wrapper .component-content ul li a:focus {
  background-color: #2771a1;
}

#main-content #menu-banners .component-menu-vertical {
  font-size: 2.3rem;
}
#main-content #menu-banners .component-menu-vertical .component-wrapper {
  border: none;
  margin-bottom: 0;
}
#main-content #menu-banners .component-menu-vertical .component-wrapper ul li {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  transition: box-shadow 0.5s ease-in-out;
}
#main-content #menu-banners .component-menu-vertical .component-wrapper ul li:nth-child(1) {
  border-color: #ee3132;
  background-color: #feedee;
}
#main-content #menu-banners .component-menu-vertical .component-wrapper ul li:nth-child(2) {
  border-color: #96c11f;
  background-color: #e4f4b8;
}
#main-content #menu-banners .component-menu-vertical .component-wrapper ul li:nth-child(3) {
  border-color: #c33133;
  background-color: #f3cdce;
  margin-bottom: 0;
}
#main-content #menu-banners .component-menu-vertical .component-wrapper ul li:hover, #main-content #menu-banners .component-menu-vertical .component-wrapper ul li:active, #main-content #menu-banners .component-menu-vertical .component-wrapper ul li:focus {
  box-shadow: 0 0 5px #bbb;
}
#main-content #menu-banners .component-menu-vertical .component-wrapper ul li a {
  display: block;
  line-height: 127px;
  text-align: center;
  padding: 0;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
#main-content #menu-banners .component-menu-vertical .component-wrapper ul li a:hover, #main-content #menu-banners .component-menu-vertical .component-wrapper ul li a:active, #main-content #menu-banners .component-menu-vertical .component-wrapper ul li a:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

.component-menu-vortals .component-wrapper {
  margin-bottom: 0 !important;
}
.component-menu-vortals .component-wrapper .component-head h2 {
  font-size: 3.6rem;
  margin: 0 0 20px 0;
}
.component-menu-vortals .component-wrapper .component-content ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.component-menu-vortals .component-wrapper .component-content ul li {
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.8rem;
}
.component-menu-vortals .component-wrapper .component-content ul li a {
  height: 130px;
  text-decoration: none;
  padding: 15px;
  display: block;
  line-height: 1.2;
  border: 1px solid #ddd;
  color: #fff;
  background-color: #c33133;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
  transition: background-color 0.5s, box-shadow 0.5s;
  transition-timing-function: ease-in-out;
}
.component-menu-vortals .component-wrapper .component-content ul li a:after, .component-menu-vortals .component-wrapper .component-content ul li a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 6rem;
  font-weight: normal;
  display: block;
  height: 75px;
  color: #fff;
  transition: color 0.5s ease-in-out;
}
.component-menu-vortals .component-wrapper .component-content ul li a:hover, .component-menu-vortals .component-wrapper .component-content ul li a:active, .component-menu-vortals .component-wrapper .component-content ul li a:focus {
  color: #1d1d1b;
  background-color: #f3cdce;
  box-shadow: 0 0 5px #bbb;
}
.component-menu-vortals .component-wrapper .component-content ul li a:hover:before, .component-menu-vortals .component-wrapper .component-content ul li a:active:before, .component-menu-vortals .component-wrapper .component-content ul li a:focus:before {
  color: #c33133;
}

.component-menu-vortals_v2 .component-wrapper {
  margin-bottom: 0 !important;
}
.component-menu-vortals_v2 .component-wrapper .component-head h2 {
  font-size: 3.6rem;
  margin: 0 0 20px 0;
}
.component-menu-vortals_v2 .component-wrapper .component-content ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.component-menu-vortals_v2 .component-wrapper .component-content ul li {
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.7rem;
  padding: 10px;
}
.component-menu-vortals_v2 .component-wrapper .component-content ul li a {
  height: 130px;
  text-decoration: none;
  padding: 15px;
  display: block;
  line-height: 1.2;
  color: #363636;
  border: 1px solid #ddd;
  background-color: #f5f6f6;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
  transition: background-color 0.2s, box-shadow 0.5s, color 0.2s, outline 0.1s;
  transition-timing-function: ease-in-out;
}
.component-menu-vortals_v2 .component-wrapper .component-content ul li a:after, .component-menu-vortals_v2 .component-wrapper .component-content ul li a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 6rem;
  font-weight: 300;
  display: block;
  height: 65px;
  margin-bottom: 5px;
  color: #363636;
  transition: color 0.5s ease-in-out;
}
.component-menu-vortals_v2 .component-wrapper .component-content ul li a:hover, .component-menu-vortals_v2 .component-wrapper .component-content ul li a:active, .component-menu-vortals_v2 .component-wrapper .component-content ul li a:focus {
  color: #c33133;
  box-shadow: 0 0 5px #bbb;
  outline: 4px solid #c33133;
}
.component-menu-vortals_v2 .component-wrapper .component-content ul li a:hover:before, .component-menu-vortals_v2 .component-wrapper .component-content ul li a:active:before, .component-menu-vortals_v2 .component-wrapper .component-content ul li a:focus:before {
  color: #c33133;
}

#tail-menu {
  background: #f5f3f7;
  border-bottom: 2px solid #c33133;
  padding: 50px 0 0 0;
  margin-bottom: 50px;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li {
  font-size: 2.2rem;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a {
  height: 92px;
  padding: 30px 15px;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a:hover, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a:active, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a:focus {
  box-shadow: 0 0 5px #aaa;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-1 {
  border: 2px solid #eee500;
  background-color: #eee500;
  color: #1d1d1b;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-1:hover, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-1:active, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-1:focus {
  border-color: #dad100;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-2 {
  border: 2px solid #b3a5c6;
  background-color: #b3a5c6;
  color: #fff;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-2:hover, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-2:active, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-2:focus {
  border-color: #9e8cb6;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-3 {
  border: 2px solid #fff;
  background-color: #fff;
  color: #1d1d1b;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-3:hover, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-3:active, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-3:focus {
  border-color: #f0f0f0;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-4 {
  border: 2px solid #c33133;
  background-color: #c33133;
  color: #fff;
}
#tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-4:hover, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-4:active, #tail-menu .component-menu-vortals .component-wrapper .component-content ul li a.tile-top-4:focus {
  border-color: #922526;
}

.tmpl_um_zolty #tail-menu .component-menu-vortals .component-wrapper, .tmpl_um_fioletowy #tail-menu .component-menu-vortals .component-wrapper, .tmpl_um_bialy #tail-menu .component-menu-vortals .component-wrapper, .tmpl_um_czerwony #tail-menu .component-menu-vortals .component-wrapper {
  margin-bottom: 20px !important;
}
.tmpl_um_zolty #tail-menu #tail-submenu .component-menu-vortals .component-wrapper, .tmpl_um_fioletowy #tail-menu #tail-submenu .component-menu-vortals .component-wrapper, .tmpl_um_bialy #tail-menu #tail-submenu .component-menu-vortals .component-wrapper, .tmpl_um_czerwony #tail-menu #tail-submenu .component-menu-vortals .component-wrapper {
  margin-bottom: 50px !important;
}
.tmpl_um_zolty #tail-menu #tail-submenu .component-menu-vortals .component-wrapper .component-content ul li, .tmpl_um_fioletowy #tail-menu #tail-submenu .component-menu-vortals .component-wrapper .component-content ul li, .tmpl_um_bialy #tail-menu #tail-submenu .component-menu-vortals .component-wrapper .component-content ul li, .tmpl_um_czerwony #tail-menu #tail-submenu .component-menu-vortals .component-wrapper .component-content ul li {
  font-size: 1.6rem;
}
.tmpl_um_zolty #tail-menu #tail-submenu .component-menu-vortals .component-wrapper .component-content ul li a, .tmpl_um_fioletowy #tail-menu #tail-submenu .component-menu-vortals .component-wrapper .component-content ul li a, .tmpl_um_bialy #tail-menu #tail-submenu .component-menu-vortals .component-wrapper .component-content ul li a, .tmpl_um_czerwony #tail-menu #tail-submenu .component-menu-vortals .component-wrapper .component-content ul li a {
  height: 60px;
  padding: 17px 15px;
}

#footer .component-menu-vertical .component-content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .component-menu-vertical .component-content > ul > li {
  padding-bottom: 7px;
}
#footer .component-menu-vertical .component-content > ul > li:last-child {
  padding-bottom: 0;
}
#footer .component-menu-vertical .component-content > ul > li > a {
  color: #1d1d1b;
  font-family: Roboto, Arial, sans-serif;
  text-decoration: none;
}
#footer .component-menu-vertical .component-content > ul > li > a:hover, #footer .component-menu-vertical .component-content > ul > li > a:active, #footer .component-menu-vertical .component-content > ul > li > a:focus {
  color: #c33133;
}
#footer .component-menu-vertical .component-content > ul > li > a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3333em;
  width: 20px;
  color: #d96869;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
#footer .component-menu-vertical .component-content > ul > li .accordion-body {
  list-style: none;
  padding: 5px 50px 0 25px;
  text-align: right;
}
#footer .component-menu-vertical .component-content > ul > li .accordion-body li {
  border-top: 1px solid #ddd;
}
#footer .component-menu-vertical .component-content > ul > li .accordion-body li:last-child {
  border-bottom: 1px solid #ddd;
}
#footer .component-menu-vertical .component-content > ul > li .accordion-body li a {
  padding: 3px 15px;
  display: block;
  color: #1d1d1b;
}
#footer .component-menu-vertical .component-content > ul > li .accordion-body li a:hover, #footer .component-menu-vertical .component-content > ul > li .accordion-body li a:active, #footer .component-menu-vertical .component-content > ul > li .accordion-body li a:focus {
  color: #c33133;
  text-decoration: none;
}

.component-menu-vortals_v2 .component-wrapper .component-content ul li a {
  font-size: 1.6rem;
}
.component-menu-vortals_v2 .component-wrapper .component-content ul li a:before {
  font-size: 4rem;
  height: 45px;
}

@media (max-width: 376px) {
  header .tools .navbar-header button span.icon-bar {
    width: 35px !important;
  }
  header .tools .search-tool {
    right: 75px !important;
  }
  header .tools #tools-menu #site-tools .btn-bip a {
    margin-right: 0 !important;
  }
  header .tools #tools-menu #site-tools .btn-lang {
    margin-left: 0 !important;
  }
}
#top-content {
  margin-bottom: 50px;
}
#top-content .component-baner .item {
  background-size: cover;
  background-position: center center;
}
#top-content .component-baner .item .slider-inner {
  width: 100%;
  color: #fff;
  height: 300px;
  position: relative;
}
#top-content .component-baner .item .slider-inner .slider-inner-text {
  position: absolute;
  bottom: 40px;
  left: 0;
}
#top-content .component-baner .item .slider-inner .slider-inner-text h1 {
  font-size: 45px;
  color: #fff;
  margin: 0;
}
#top-content .component-baner .item .slider-inner .slider-inner-text p {
  font-size: 30px;
  font-family: Roboto, Arial, sans-serif;
  margin: 30px 0 0 0;
}
#top-content .component-baner .item .slider-inner .slider-inner-text h1 span, #top-content .component-baner .item .slider-inner .slider-inner-text p span {
  display: inline-block;
  background-color: rgba(51, 51, 51, 0.5);
  padding: 0 30px 10px 30px;
}
#top-content .component-baner .item .slider-inner .slider-inner-text p span {
  padding: 0 30px;
}
#top-content .component-baner .owl-controls {
  margin-top: 0;
}
#top-content .component-baner .owl-controls .owl-buttons div {
  color: #fff;
  opacity: 1;
  margin: 5px;
  padding: 2px 8px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 45%;
  border: 1px solid #d5d9e4;
  transition: transform 0.2s;
}
#top-content .component-baner .owl-controls .owl-buttons div:hover {
  transform: scale(1.2);
}
#top-content .component-baner .owl-controls .button-owl-prev,
#top-content .component-baner .owl-controls .button-owl-next {
  color: #fff;
  background-color: transparent;
}
#top-content .component-baner .owl-controls .button-owl-prev:hover,
#top-content .component-baner .owl-controls .button-owl-next:hover {
  color: #fff;
}
#top-content .component-baner .owl-controls .button-owl-prev:focus,
#top-content .component-baner .owl-controls .button-owl-next:focus {
  outline-offset: 5px;
  outline-color: #c33133;
}
#top-content .component-baner .owl-controls .owl-prev {
  left: 10%;
}
#top-content .component-baner .owl-controls .owl-next {
  right: 10%;
}

.component-baner .item .slider-inner {
  width: 100%;
  color: #fff;
  height: 300px;
  position: relative;
}
.component-baner .item .slider-inner .slider-inner-text {
  position: absolute;
  bottom: 40%;
  left: 6%;
}
.component-baner .item .slider-inner .slider-inner-text h1 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}
.component-baner .item .slider-inner .slider-inner-text p {
  font-size: 30px;
  font-family: Roboto, Arial, sans-serif;
}
.component-baner .item .slider-inner .slider-inner-text h1, .component-baner .item .slider-inner .slider-inner-text p {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 5px 20px;
}
.component-baner .item .slider-inner.slider-small {
  height: 150px !important;
}
.component-baner .item .slider-inner.slider-small-mobile {
  height: 250px !important;
}
.component-baner .owl-controls {
  margin-top: 0;
}
.component-baner .owl-controls .owl-buttons div {
  opacity: 1;
  margin: 5px;
  padding: 2px 8px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  top: 45%;
  border: 1px solid #3a9fe2;
  transition: transform 0.2s;
}
.component-baner .owl-controls .owl-buttons div:hover {
  transform: scale(1.2);
}
.component-baner .owl-controls .button-owl-prev,
.component-baner .owl-controls .button-owl-next {
  color: #3a9fe2;
  background-color: transparent;
}
.component-baner .owl-controls .button-owl-prev:focus,
.component-baner .owl-controls .button-owl-next:focus {
  outline-offset: 5px;
  outline-color: #c33133;
}
.component-baner .owl-controls .owl-prev {
  left: 10px;
}
.component-baner .owl-controls .owl-next {
  right: 10px;
}

.mobile-show .component-baner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: initial;
}

@media (min-width: 1199px) {
  .mobile-hide {
    display: block;
  }
  .mobile-show {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
/*
CSS do sekcji nawigacji dla niepełnosprawnych - skip links
*/
ul#skip-links {
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  margin-left: -10em;
  margin-top: 0;
  position: absolute;
  z-index: 50;
}
ul#skip-links li {
  text-align: center;
  white-space: nowrap;
  width: 300px;
}
ul#skip-links li a {
  border: 1px solid #c33133;
  border-top: none;
  background-color: #c33133;
  color: #fff;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
ul#skip-links li a:focus {
  position: relative;
  left: auto;
  width: auto;
  height: auto;
}
ul#skip-links li a:active, ul#skip-links li a:hover {
  background-color: #c33133;
}

.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content {
  position: relative;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .item .img-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .item .img-container .component-img-thumb {
  width: 100%;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .item .news-content {
  color: #fff;
  height: 120px;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .item .news-content .news-title {
  max-height: 95px;
  overflow: hidden;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .item .news-content .news-description {
  max-height: 78px;
  padding: 15px 10px;
  margin: 0;
  overflow: hidden;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .dot-navigation {
  margin-top: 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .dot-navigation a {
  color: #fff;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .dot-navigation a:hover, .component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .dot-navigation a:active, .component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .dot-navigation a:focus {
  color: #d96869;
}
.component-news-horizontal-2 .component-horizontal .component-wrapper .component-content .dot-navigation a.active {
  color: #d96869;
}

#totopicon {
  color: rgba(125, 37, 39, 0.7);
}
#totopicon:hover, #totopicon:focus, #totopicon:active {
  color: #7d2527;
}

/* 
    Created on : 2017-12-12, 17:10:46
    Author     : Irena
*/
.component-template-renderer .component-wrapper {
  margin: 0 !important;
}
.component-template-renderer .component-wrapper #page-metric-buttons {
  margin-bottom: 50px;
}
.component-template-renderer .component-wrapper #page-metric .component-head {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-width: 3px 1px;
  padding: 9px 15px;
}
.component-template-renderer .component-wrapper #page-metric .component-head p {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.component-template-renderer .component-wrapper #page-metric dl {
  border: 1px solid #eee;
  border-top: none;
  border-bottom-width: 3px;
  padding: 15px;
  margin-bottom: 0;
}
.component-template-renderer .component-wrapper #page-metric dl:last-child {
  margin-bottom: 50px;
}
.component-template-renderer .component-wrapper #page-metric dl dt {
  text-align: left;
  font-weight: normal;
  color: #777;
  width: 300px;
}
.component-template-renderer .component-wrapper #page-metric dl dd {
  margin-left: 0;
  padding-left: 300px;
}
.component-template-renderer .component-wrapper #page-metric dl dd:not(:last-of-type) {
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .component-template-renderer .component-wrapper #page-metric dl dd {
    padding-left: 0;
  }
}
/* 
    Created on : 2017-12-15, 15:44:17
    Author     : Irena
*/
.component-address-book .component-wrapper {
  margin-bottom: 0 !important;
}
.component-address-book .component-wrapper .component-head h3 {
  font-size: 3.6rem;
  margin: 0 0 20px 0;
  font-weight: normal;
  line-height: 1.1;
}
.component-address-book .component-wrapper .component-content .panel-group-title {
  font-family: Roboto, Arial, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1;
  background-color: #ccc;
  border: 1px solid #bbb;
  border-width: 3px 1px;
  padding: 3px 15px;
  margin: 0 0 5px 0;
}
.component-address-book .component-wrapper .component-content .panel-group {
  margin-bottom: 50px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.component-address-book .component-wrapper .component-content .panel-group .panel-default {
  border-color: #eee;
  box-shadow: none;
}
.component-address-book .component-wrapper .component-content .panel-group .panel-default .panel-heading {
  border-color: #eee;
}
.component-address-book .component-wrapper .component-content .panel-group .panel-default .panel-body {
  border-top-color: #eee;
}
.component-address-book .component-wrapper .component-content .panel-group .panel-default .panel-body dl {
  margin-bottom: 0;
}
.component-address-book .component-wrapper .component-content .panel-group .panel-default .panel-body dl dt {
  text-align: left;
  font-weight: normal;
  color: #757575;
  width: 180px;
}
.component-address-book .component-wrapper .component-content .panel-group .panel-default .panel-body dl dd {
  margin-left: 0;
  padding-left: 200px;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.component-address-book-record-metric .component-wrapper {
  margin-top: 50px;
  margin-bottom: 50px !important;
}
.component-address-book-record-metric .component-wrapper .component-head {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-width: 3px 1px;
  padding: 9px 15px;
}
.component-address-book-record-metric .component-wrapper .component-head p {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.component-address-book-record-metric .component-wrapper .widget-header {
  display: none;
}
.component-address-book-record-metric .component-wrapper .timeline-container {
  border: 1px solid #eee;
  border-top: none;
  border-bottom-width: 3px;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-label {
  padding: 9px 15px;
  background-color: #fafafa;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-label strong {
  font-weight: normal;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items {
  padding: 15px;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items .timeline-info {
  display: none;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li {
  color: #777;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li a {
  color: #1d1d1b;
  text-decoration: none;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li strong {
  color: #1d1d1b;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li em {
  font-style: normal;
  color: #1d1d1b;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li em:first-of-type {
  background-color: #fdeeed;
}
.component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li em:last-of-type {
  background-color: #e4fefb;
}

/* 
    Created on : 2018-01-22, 15:51:01
    Author     : Irena
*/
.tmpl_umws_default h4.widget-title {
  font-size: 3.6rem;
  margin: 0 0 20px 0;
}
.tmpl_umws_default #FormValueFieldGrid_bigfilter .btn-primary {
  margin-left: 10px !important;
}
.tmpl_umws_default #FormValueFieldGrid_bigfilter .dropdown {
  margin-left: 0 !important;
}
.tmpl_umws_default #FormValueFieldGrid_bigfilter #FormValueFieldGrid-filter-criteria span {
  color: #fff;
  font-weight: normal;
  position: relative;
  top: -1px;
  padding-left: 3px;
}
.tmpl_umws_default .dataTables_length label {
  font-weight: normal;
}
.tmpl_umws_default button.ColVis_Button {
  height: 34px;
  background-color: #c33133;
  border-color: #005899;
}
.tmpl_umws_default .ColVis_collection {
  background-color: #2771a1;
  border-color: #3385c1;
  padding: 8px;
}
.tmpl_umws_default .ColVis_collection li {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.tmpl_umws_default .ColVis_collection li:hover, .tmpl_umws_default .ColVis_collection li:active, .tmpl_umws_default .ColVis_collection li:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.tmpl_umws_default .ColVis_collection li label {
  font-weight: normal;
}
.tmpl_umws_default .ColVis_collection li label span {
  position: relative;
  top: -1px;
}
.tmpl_umws_default .ColVis_collection li.ColVis_Special {
  background-color: #e0882f;
  color: #1d1d1b;
  border: none;
  padding: 5px 8px;
}
.tmpl_umws_default .dataTables_filter label {
  font-weight: normal;
}
.tmpl_umws_default #FormValueFieldGrid_filter .input-sm {
  height: 34px;
}
.tmpl_umws_default #FormValueFieldGrid_paginate {
  text-align: right;
}
.tmpl_umws_default #FormValueFieldGrid_paginate .pagination {
  margin: 0;
}

/* 
    Created on : 2018-02-15, 16:35:42
    Author     : Irena
*/
.component-section-description .component-wrapper {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  padding: 15px;
  background-color: #e0edf6;
  border: 1px solid #cce1f0;
  border-width: 3px 1px;
}
.component-section-description .component-wrapper p:last-child {
  margin: 0;
}

/* 
    Created on : 2018-04-16, 14:28:57
    Author     : Irena
*/
.component-applications .component-wrapper {
  margin-bottom: 50px !important;
}
.component-applications .component-wrapper .page-results {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.component-applications .component-wrapper .item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.component-applications .component-wrapper .item h3 {
  margin: 0 0 15px 0;
}
.component-applications .component-wrapper .pagination-wraper {
  text-align: center;
}
.component-applications .component-wrapper .pagination-wraper ul {
  margin: 0;
}

.component-filter {
  background-color: #f5f5f5;
  padding: 15px;
}
.component-filter .component-wrapper {
  margin: 0 !important;
}
.component-filter .component-wrapper .filter-form legend {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  padding-bottom: 10px;
}
.component-filter .component-wrapper .filter-form label {
  font-weight: normal;
}
.component-filter .component-wrapper .filter-form .form-row {
  margin-bottom: 15px;
  overflow: hidden;
}
.component-filter .component-wrapper .filter-form .form-row:last-child {
  margin-bottom: 0;
}
.component-filter .component-wrapper .filter-form .form-row select {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.component-filter .component-wrapper .filter-form .form-row .btn-primary {
  float: right;
}
.component-filter .component-wrapper .filter-form .form-rows {
  margin-bottom: 15px;
}
.component-filter .component-wrapper .filter-form .form-rows .date-holder {
  float: left;
}
.component-filter .component-wrapper .filter-form .form-rows .date-holder .cell {
  float: left;
  margin: 0 5px 0 0;
}
.component-filter .component-wrapper .filter-form .form-rows .date-holder .cell label {
  margin-bottom: 3px;
}
.component-filter .component-wrapper .filter-form .form-rows .date-holder .cell .text.data-datepicker {
  width: 79px;
  border: 1px solid #ccc;
}
.component-filter .component-wrapper .filter-form .form-rows .date-frame {
  float: left;
}
.component-filter .component-wrapper .filter-form .form-rows .date-frame .btn-date {
  font-family: "Font Awesome 5 Pro";
  font-size: 0;
}
.component-filter .component-wrapper .filter-form .form-rows .date-frame .btn-date:before {
  content: "\f073";
  font-size: 2rem;
  line-height: 24px;
}
.component-filter .component-wrapper .filter-form .form-rows .date-frame .btn-date:hover, .component-filter .component-wrapper .filter-form .form-rows .date-frame .btn-date:active, .component-filter .component-wrapper .filter-form .form-rows .date-frame .btn-date:focus {
  text-decoration: none;
}

.daterangepicker.dropdown-menu {
  margin-top: 10px;
  background-color: #fff;
  border-color: #ccc;
}
.daterangepicker.dropdown-menu .ranges {
  clear: both;
  float: none !important;
  margin: 6px 6px 0 6px !important;
  overflow: hidden;
  padding: 6px 0 0 0;
  width: 97%;
}
.daterangepicker.dropdown-menu .ranges .range_inputs > div {
  width: 50%;
}
.daterangepicker.dropdown-menu .ranges .daterangepicker_start_input label,
.daterangepicker.dropdown-menu .ranges .daterangepicker_end_input label {
  float: left;
  line-height: 30px;
  margin: 0 10px 0 0;
  width: auto;
}
.daterangepicker.dropdown-menu .ranges .applyBtn, .daterangepicker.dropdown-menu .ranges .cancelBtn {
  width: 49%;
  margin: 0;
}
.daterangepicker.dropdown-menu .ranges .applyBtn {
  float: left;
}
.daterangepicker.dropdown-menu .ranges .cancelBtn {
  float: right;
}

/*
    Created on : 11 wrz 2019, 17:01:23
    Author     : Irena
*/
.tmpl_um_zolty #tail-menu, .tmpl_um_fioletowy #tail-menu, .tmpl_um_bialy #tail-menu, .tmpl_um_czerwony #tail-menu {
  margin-bottom: 0;
}
.tmpl_um_zolty #main-content .component-breadcrumb .component-wrapper, .tmpl_um_fioletowy #main-content .component-breadcrumb .component-wrapper, .tmpl_um_bialy #main-content .component-breadcrumb .component-wrapper, .tmpl_um_czerwony #main-content .component-breadcrumb .component-wrapper {
  margin-bottom: 50px;
}

.tmpl_um_zolty #main-content .component-description .component-wrapper .lead {
  border-color: #eee500;
}
.tmpl_um_zolty #main-content .component-menu-vertical .component-wrapper .component-head {
  background-color: #eee500;
}
.tmpl_um_zolty #main-content .component-menu-vertical .component-wrapper .component-head h2 {
  color: #1d1d1b;
}

.tmpl_um_fioletowy #main-content .component-menu-vertical .component-wrapper .component-head {
  background-color: #b3a5c6;
}

.tmpl_um_bialy #main-content .component-description .component-wrapper .lead {
  border-color: #ddd;
}
.tmpl_um_bialy #main-content .component-menu-vertical .component-wrapper .component-head {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.tmpl_um_bialy #main-content .component-menu-vertical .component-wrapper .component-head h2 {
  color: #1d1d1b;
}

.tmpl_um_czerwony #main-content .component-description .component-wrapper .lead {
  border-color: #c33133;
}
.tmpl_um_czerwony #main-content .component-menu-vertical .component-wrapper .component-head {
  background-color: #c33133;
}

/*
    Created on : 21 sty 2020, 14:18:24
    Author     : Irena
*/
.component-calendarium .component-wrapper {
  margin-bottom: 0 !important;
}
.component-calendarium .component-wrapper .component-head h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  background: url(../img/events.png) 0 10px;
  background-size: auto 50px;
  background-repeat: no-repeat;
  padding: 15px 0 15px 70px;
  color: #1d1d1b;
  border-bottom: 2px solid #3a9fe2;
}
.component-calendarium .component-wrapper .component-content ul {
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  max-width: 500px;
}
.component-calendarium .component-wrapper .component-content ul li {
  padding: 10px;
  border: none;
  transition: background-color 0.5s ease-in-out;
}
.component-calendarium .component-wrapper .component-content ul li:before {
  display: none;
}
.component-calendarium .component-wrapper .component-content ul li a:hover .title, .component-calendarium .component-wrapper .component-content ul li a:active .title, .component-calendarium .component-wrapper .component-content ul li a:focus .title {
  text-decoration: underline;
}
.component-calendarium .component-wrapper .component-content ul li .event {
  color: #000;
  display: block;
  line-height: 26px;
  font-size: 16px;
}
.component-calendarium .component-wrapper .component-content ul li .event .title {
  font-weight: bold;
}
.component-calendarium .component-wrapper .component-content ul li .event .component-date-add {
  font-size: 1.4rem;
}
.component-calendarium .component-wrapper .component-content ul li .event:hover, .component-calendarium .component-wrapper .component-content ul li .event:active, .component-calendarium .component-wrapper .component-content ul li .event:focus {
  text-decoration: none;
  color: #000;
}
.component-calendarium .component-wrapper .component-content ul li:last-child a {
  margin: 0;
}
.component-calendarium .component-wrapper .component-content ul li:hover, .component-calendarium .component-wrapper .component-content ul li:active, .component-calendarium .component-wrapper .component-content ul li:focus {
  background: #96c11f;
}
.component-calendarium .component-wrapper .component-content ul li:hover .event, .component-calendarium .component-wrapper .component-content ul li:hover .component-date-add, .component-calendarium .component-wrapper .component-content ul li:active .event, .component-calendarium .component-wrapper .component-content ul li:active .component-date-add, .component-calendarium .component-wrapper .component-content ul li:focus .event, .component-calendarium .component-wrapper .component-content ul li:focus .component-date-add {
  color: #000 !important;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline {
  width: auto;
  border-radius: 0;
  padding: 0;
  float: left;
  margin-bottom: 50px;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed th, .component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed td {
  border-radius: 0;
  width: 88px;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed .dow {
  color: #1d1d1b;
  font-size: 1.8rem;
  font-weight: 300;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed thead {
  font-family: Roboto, Arial, sans-serif;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed thead tr .prev, .component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed thead tr .next {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 100;
  background-color: #eaeaea;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed thead tr .datepicker-switch {
  margin: 0 -10px;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #3b4551;
  color: #fff;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td {
  background-color: rgba(185, 191, 193, 0.5);
  border: 1px solid #fff;
  color: #000;
  font-weight: 400;
  font-size: 2.6rem;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td.old, .component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td.new, .component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td .old, .component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td .new {
  color: #666;
  font-weight: normal;
  visibility: hidden;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td.label-important {
  background-color: #96c11f !important;
  color: #111;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td.label-warning {
  background-color: #e0882f !important;
  color: #333;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td.label-success {
  background-color: #96c11f !important;
  color: #333;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td.label-info {
  background-color: #2771a1 !important;
  color: #333;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody td.label-default {
  background-color: #4B567A !important;
  color: #fff;
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody .day:nth-child(6) {
  background-color: rgba(185, 191, 193, 0.7);
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody .day:nth-child(7) {
  background-color: rgba(185, 191, 193, 0.9);
}
.component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed tbody .day:nth-child(7) span {
  border-radius: 0;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper h2 {
  font-size: 3.2rem;
  margin: 0 0 20px 0;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-toolbar.fc-header-toolbar {
  margin: 0;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-head {
  font-family: Roboto, Arial, sans-serif;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-body .fc-event {
  padding: 3px 5px;
  border-radius: 0;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-body .fc-event.label-important {
  background-color: #ee3132 !important;
  border-color: #ee3132 !important;
  color: #111 !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-body .fc-event.label-warning {
  background-color: #e0882f !important;
  border-color: #e0882f !important;
  color: #333 !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-body .fc-event.label-success {
  background-color: #96c11f !important;
  border-color: #96c11f !important;
  color: #333 !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-body .fc-event.label-info {
  background-color: #2771a1 !important;
  border-color: #2771a1 !important;
  color: #333 !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-body .fc-event.label-default {
  background-color: #4B567A !important;
  border-color: #4B567A !important;
  color: #fff !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-body .fc-event .fc-title strong {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-list-table .fc-list-heading {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5rem;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-list-table .fc-list-item {
  background-color: #fff;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-list-table .fc-list-item.label-important .fc-event-dot {
  background-color: #ee3132 !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-list-table .fc-list-item.label-warning .fc-event-dot {
  background-color: #e0882f !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-list-table .fc-list-item.label-success .fc-event-dot {
  background-color: #96c11f !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-list-table .fc-list-item.label-info .fc-event-dot {
  background-color: #2771a1 !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #calendar-content .fc-view-container .fc-list-table .fc-list-item.label-default .fc-event-dot {
  background-color: #4B567A !important;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #modal-wraper {
  z-index: 9999;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #modal-wraper .modal-dialog h5 {
  font-size: 2rem;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #modal-wraper .modal-dialog .btn-success {
  color: #333;
  border-color: #96c11f;
  background-color: #96c11f;
}
.component-calendarium .component-wrapper .component-content #calendar-wraper #modal-wraper .modal-dialog .btn-success:hover, .component-calendarium .component-wrapper .component-content #calendar-wraper #modal-wraper .modal-dialog .btn-success:active, .component-calendarium .component-wrapper .component-content #calendar-wraper #modal-wraper .modal-dialog .btn-success:focus {
  background-color: #b1de35;
}
.component-calendarium .news-list-wrapper a {
  border: 2px solid rgb(133, 133, 133);
}
.component-calendarium .news-list-wrapper a:hover, .component-calendarium .news-list-wrapper a:active, .component-calendarium .news-list-wrapper a:focus {
  background-color: #3a9fe2;
  border-color: #3a9fe2;
}
.component-calendarium .calendarium-date {
  font-size: 2.6rem;
  text-transform: capitalize;
  font-weight: 500;
  padding-top: 15px;
}
.component-calendarium .btn-group {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.component-calendarium .btn-group .container_element {
  width: 10000px;
}
.component-calendarium #lefty, .component-calendarium #righty {
  width: 35px;
  display: inline-block;
  text-align: center;
  color: #3a9fe2;
  padding-top: 5px;
  cursor: pointer;
  font-size: 40px;
  font-weight: bolder;
}
.component-calendarium #lefty {
  float: left;
}
.component-calendarium #righty {
  float: right;
}
.component-calendarium .calendarium-button {
  min-width: unset;
  float: none;
  display: inline-block;
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.component-calendarium .calendarium-button:hover, .component-calendarium .calendarium-button:active, .component-calendarium .calendarium-button:focus {
  background-color: #3a9fe2;
  border-color: #3a9fe2;
}
.component-calendarium .button-light-blue:hover {
  background-color: #3a9fe2;
  border-color: #3a9fe2;
}

@media (max-width: 767px) {
  .component-calendarium .component-wrapper .component-content .datepicker-inline {
    margin-right: 0;
  }
  .component-calendarium .calendarium-button {
    min-width: unset;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed th, .component-calendarium .component-wrapper .component-content .datepicker-inline .table-condensed td {
    width: 49px;
  }
}
/*
    Created on : 12 lis 2019, 14:37:55
    Author     : Irena
*/
.component-counter {
  text-align: right;
}
.component-counter .component-head p {
  font-size: 1.6rem !important;
  margin-bottom: 7px !important;
  color: #333;
}
.component-counter .component-content ul {
  list-style: none;
  padding: 0;
}
.component-counter .component-content ul a {
  color: #1d1d1b;
  font-size: 1.3rem;
  text-decoration: none;
}
.component-counter .component-content ul a i {
  display: none;
}

/* CSS Document */
.component-newsletter {
  color: #1d1d1b;
}
.component-newsletter .component-content {
  font-size: 1.8rem;
}
.component-newsletter .component-content label {
  font-weight: 400;
}
.component-newsletter .component-content input[type=text] {
  height: 50px;
}
.component-newsletter .modal-header {
  background: #2771a1;
}
.component-newsletter .modal-header .modal-title {
  color: #fff;
}
.component-newsletter .modal-header .close {
  font-size: 3.5rem;
  text-shadow: none;
  opacity: 1;
  color: #fff;
}
.component-newsletter .modal-body .rodo .rodo-header {
  font-weight: bold;
  margin-top: 40px;
}
.component-newsletter .control-label {
  text-align: left;
  margin-bottom: 10px;
}
.component-newsletter .switch label {
  font-weight: bold;
}
.component-newsletter .middle {
  font-weight: bold;
  margin-bottom: 10px;
}
.component-newsletter .required {
  color: #ff0000;
}
.component-newsletter .flex {
  display: flex;
  flex-wrap: wrap;
}
.component-newsletter .flex .checkbox, .component-newsletter .flex .radio {
  padding-right: 15px;
}
.component-newsletter #form-field-consents-field-1 {
  position: static;
  margin-left: 0;
}
.component-newsletter #formStandardElement-form-field-consents-field-1 label {
  padding-left: 10px;
}
.component-newsletter #formStandardElement-form-field-consents-field-1 p {
  display: inline;
}

.nav.nav-pills li {
  margin-left: 10px;
}
.nav.nav-pills li .btn-link {
  background-color: #940000;
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.nav.nav-pills li .btn-link:hover, .nav.nav-pills li .btn-link:active, .nav.nav-pills li .btn-link:focus {
  background-color: #ddd;
  color: #000;
}

.user-tools button {
  height: 42px;
  padding: 0 12px;
  background-color: #940000;
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.user-tools button:hover, .user-tools button:active, .user-tools button:focus {
  background-color: #ddd;
  color: #000;
}
.user-tools .dropdown-menu {
  background-color: #940000;
  padding-top: 0;
  padding-bottom: 0;
}
.user-tools .dropdown-menu li a {
  text-decoration: none;
  color: #fff;
  border: none;
  padding: 10px 15px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.user-tools .dropdown-menu li a:hover, .user-tools .dropdown-menu li a:active, .user-tools .dropdown-menu li a:focus {
  background-color: #ddd;
  color: #000;
}
.user-tools .dropdown-menu .divider {
  margin: 0;
}

#person-privacy button,
#password-change button,
#personal-info button {
  height: 42px;
  padding: 0 12px;
  background-color: #940000;
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#person-privacy button:hover, #person-privacy button:active, #person-privacy button:focus,
#password-change button:hover,
#password-change button:active,
#password-change button:focus,
#personal-info button:hover,
#personal-info button:active,
#personal-info button:focus {
  background-color: #ddd;
  color: #000;
}

#surfer-register-form .form-checkbox-rtl .control-label {
  text-align: inherit;
}

#surfer-login-form input,
#surfer-register-form input {
  border-color: #c33133;
}
#surfer-login-form button.btn-primary,
#surfer-register-form button.btn-primary {
  padding: 10px;
  color: #1d1d1b;
  border: 2px solid #c33133;
  background-color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
#surfer-login-form button.btn-primary:hover, #surfer-login-form button.btn-primary:active, #surfer-login-form button.btn-primary:focus,
#surfer-register-form button.btn-primary:hover,
#surfer-register-form button.btn-primary:active,
#surfer-register-form button.btn-primary:focus {
  color: #fff;
  background-color: #c33133;
}

.category {
  margin-bottom: 40px;
}
.category .subcategories {
  position: relative;
}
.category .subcategories .well {
  outline: 2px solid #c33133;
  border-top-width: 0 !important;
  position: absolute;
  z-index: 101;
  top: 100%;
  left: 0;
  width: 100%;
}
.category .subcategories .well ul {
  display: block;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.category .subcategories .well ul li {
  margin: 10px 0;
}
.category .subcategories .well ul li a {
  color: #363636;
  transition: color 0.3s ease-in-out;
}
.category .subcategories .well ul li a i {
  margin-left: -19px;
  margin-right: 6px;
}
.category .subcategories .well ul li a:hover, .category .subcategories .well ul li a:active, .category .subcategories .well ul li a:focus {
  color: #c33133;
  text-decoration: none;
}
.category .btn-category {
  margin: 30px 0 0 0;
  z-index: 100;
  min-height: 177px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 30px 0;
  background-color: #f5f6f6;
  color: #363636;
  font-weight: bold;
  transition: box-shadow 0.3s, color 0.3s, outline 0.1s;
  transition-timing-function: ease-in-out;
}
.category .btn-category:hover, .category .btn-category:active, .category .btn-category:focus {
  color: #c33133;
  box-shadow: 0 0 5px #bbb;
  outline: 4px solid #c33133;
}
.category .btn-category span {
  display: block;
  margin-top: 25px;
}

#mcityView {
  position: relative;
  overflow: hidden;
}
#mcityView #detailsView {
  border-color: #c33133;
  width: 400px;
  margin-left: -480px;
  max-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  z-index: 1020;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mcityView #detailsView .panel {
  border-radius: 0;
}
#mcityView #detailsView .panel-heading {
  background-color: #c33133;
  border-color: #c33133;
  border-radius: 0;
}
#mcityView #detailsView dt {
  font-weight: normal;
  font-size: smaller;
  margin-top: 10px;
}
#mcityView.toggled #detailsView {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mapView {
  position: relative;
}

.leaflet-pane .leaflet-popup .details-trigger {
  background-color: #c33133;
  border-color: #c33133;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.leaflet-control.leaflet-bar a, .leaflet-control.leaflet-bar button, .leaflet-control.leaflet-bar a:hover, .leaflet-control.leaflet-bar button:hover {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.btn-fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}

#addReport {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1001;
  background-color: #c33133;
}

#addProblem {
  position: absolute;
  bottom: 120px;
  right: 80px;
  z-index: 1001;
  background-color: #d9534f;
  display: none;
}

#addSuggestion {
  position: absolute;
  bottom: 70px;
  right: 130px;
  z-index: 1001;
  background-color: #5cb85c;
  display: none;
}

.messages-list2-view .panel h2 {
  line-height: 1.3;
  margin-top: 10px;
}
.messages-list2-view .panel .message-thumb {
  color: #cccccc;
  max-width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
}
.messages-list2-view .panel div.message-thumb {
  padding-top: 30px;
}
.messages-list2-view .panel.panel-danger {
  background-color: #ebccd1;
}
.messages-list2-view .panel.panel-danger .message-thumb {
  color: gray;
}
.messages-list2-view .panel.panel-danger blockquote {
  border-left-color: gray;
}
.messages-list2-view .panel.panel-warning {
  background-color: #faebcc;
}
.messages-list2-view .panel.panel-warning .message-thumb {
  color: gray;
}
.messages-list2-view .panel.panel-warning blockquote {
  border-left-color: gray;
}
.messages-list2-view .panel.panel-success {
  background-color: #d6e9c6;
}
.messages-list2-view .panel.panel-success .message-thumb {
  color: gray;
}
.messages-list2-view .panel.panel-success blockquote {
  border-left-color: gray;
}
.messages-list2-view .panel .btn.btn-info {
  color: #c33133;
}
.messages-list2-view .panel .unread h2 {
  font-weight: bold;
}
.messages-list2-view .panel .caption > p:first-child {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #9c9c9c;
}
.messages-list2-view .panel .caption p.time {
  line-height: 1.9;
}
.messages-list2-view .panel .btn.btn-info {
  color: #c33133;
}
.messages-list2-view .panel .unread h2 {
  font-weight: bold;
}
.messages-list2-view .panel .caption > p:first-child {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #9c9c9c;
}
.messages-list2-view .btn-group {
  margin-bottom: 30px;
}

.message-preview {
  margin-top: 30px;
}
.message-preview .lead {
  overflow: auto;
}
.message-preview .lead img {
  margin-right: 10px;
}
.message-preview .lead .message-thumb {
  margin-right: 15px;
  min-width: 150px;
}
.message-preview.panel.panel-danger > .panel-heading {
  background-color: #ebccd1;
  color: #843441;
}
.message-preview.panel.panel-warning > .panel-heading {
  background-color: #faebcc;
  color: #b58012;
}
.message-preview.panel.panel-success > .panel-heading {
  background-color: #d6e9c6;
  color: #557f31;
}
.message-preview [class*=panel-] > .panel-heading {
  color: inherit;
}

.tmpl_empty header {
  display: none;
}
.tmpl_empty #bottom-footer {
  display: none;
}

#statusFilter {
  position: absolute;
  left: 12px;
  top: 240px;
  z-index: 1010;
}
#statusFilter a {
  display: block;
}
#statusFilter a.fn-off img {
  opacity: 0.6;
}

#download button {
  padding: 10px 15px;
  background-color: #940000;
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#download button:hover, #download button:active, #download button:focus {
  background-color: #ddd;
  color: #000;
}
#download .dropdown-menu {
  padding: 0;
}
#download .dropdown-menu li a:hover, #download .dropdown-menu li a:focus, #download .dropdown-menu li a:active {
  background-color: #940000;
}

#socialBtnFacebook {
  background-color: #3B5998;
}
#socialBtnFacebook:hover, #socialBtnFacebook:focus, #socialBtnFacebook:active {
  background-color: #2d4373;
}

#socialBtnGoogle {
  background-color: #d62516;
  border-color: #d62516;
}
#socialBtnGoogle:hover, #socialBtnGoogle:focus, #socialBtnGoogle:active {
  background-color: #a81d11;
  border-color: #a81d11;
}

@media (max-width: 991px) {
  #statusFilter {
    opacity: 1;
  }
}
#totopicon {
  bottom: 1vh;
  left: calc(50% - 1em);
}

.btn > i, btn > em {
  padding-right: 5px;
}

#news-list h2 {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 20px;
}
#news-list h2 a {
  color: #1d1d1b;
}

#news-content {
  background-color: #f5f3f7;
  padding-top: 50px;
  margin-bottom: 50px;
}
#news-content h2 {
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.component-custom-news.component-vertical {
  display: table;
}
.component-custom-news.component-vertical .component-wrapper {
  border: 1px solid #ddd;
  height: 361px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.5s ease-in-out;
  background-color: #fff;
}
.component-custom-news.component-vertical .component-wrapper .news-image {
  height: 179px;
  display: block;
  overflow: hidden;
}
.component-custom-news.component-vertical .component-wrapper .news-image img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.component-custom-news.component-vertical .component-wrapper .component-head .news-title {
  padding: 15px;
  margin: 0 0 15px 0;
  font-size: 1.8rem;
  line-height: 1.3;
  overflow: hidden;
  border-top: 1px solid #c33133;
  border-bottom: 1px solid #c33133;
  background-color: #f3cdce;
}
.component-custom-news.component-vertical .component-wrapper .component-head .news-title a {
  color: #1d1d1b;
  text-decoration: none;
}
.component-custom-news.component-vertical .component-wrapper .component-content {
  position: relative;
  padding: 0 15px;
}
.component-custom-news.component-vertical .component-wrapper .component-content p {
  overflow: hidden;
  margin: 0;
}
.component-custom-news.component-vertical .component-wrapper .component-footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 15px 0;
  background: #fff;
  width: 100%;
}
.component-custom-news.component-vertical .component-wrapper:hover {
  box-shadow: 0 0 5px #bbb;
}
.component-custom-news.component-vertical .component-wrapper:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.component-custom-news.component-vertical .component-wrapper:hover a.btn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  animation-delay: 0.1s; /* W3C and Opera */
  -moz-animation-delay: 0.1s; /* Firefox */
  -webkit-animation-delay: 0.1s; /* Safari and Chrome */
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.component-custom-news.component-vertical .component-footer-bottom a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #1d1d1b;
  background-color: #fff;
  border-color: #ddd;
}
.component-custom-news.component-vertical .component-footer-bottom a:hover {
  color: #333;
  background-color: #96c11f;
  border-color: #ddd;
}

.component-custom-news.component-photogallery .component-wrapper {
  margin-bottom: 50px !important;
}
.component-custom-news.component-photogallery .component-wrapper .component-head h2 {
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 15px;
}
.component-custom-news.component-photogallery .component-wrapper .component-head h2 a {
  color: inherit;
  text-decoration: none;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col-xs-12 {
  padding-right: 0px;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col {
  width: 33.3333333333%;
  float: left;
  padding: 0 15px;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col img.news-image-thumb {
  width: 240px;
  height: 117px;
  border: 1px solid #c8c8c8;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col:nth-child(2) {
  padding-left: 0;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col:last-child {
  padding-right: 0;
  border: none;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col:first-child {
  padding: 0;
  margin: 0 0 15px;
  width: 100%;
  border: none;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col:first-child img.news-image-thumb {
  height: 400px;
  width: 100%;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col:first-child .news-content .news-title {
  font-size: 20px;
  font-weight: bold;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col:last-child {
  margin-bottom: 0;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col .item {
  position: relative;
  overflow: hidden;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col .item a {
  display: block;
  text-decoration: none;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col .item a:focus {
  outline-offset: -3px;
}
.component-custom-news.component-photogallery .component-wrapper .component-content .col .item .news-content h3 {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  display: block;
  padding: 5px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .component-custom-news.component-photogallery .component-wrapper .component-content .col-xs-12 {
    padding-right: 10px;
  }
  .component-custom-news.component-photogallery .component-wrapper .component-content .col {
    margin-left: 0;
    width: 100%;
    border: none;
    padding: 0;
  }
  .component-custom-news.component-photogallery .component-wrapper .component-content .col img.news-image-thumb {
    height: auto;
    width: 100%;
  }
  .component-custom-news.component-photogallery .component-wrapper .component-content .col:first-child {
    max-width: 100%;
  }
  .component-custom-news.component-photogallery .component-wrapper .component-content .col:first-child img.news-image-thumb {
    height: auto;
    width: 100%;
  }
  .component-custom-news.component-page-list .component-wrapper .component-content .component-item .component-thumb-link .component-img-thumb {
    height: auto;
    width: 100%;
  }
}
.component-baner-many-rotated .bx-wrapper img {
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}
.component-baner-many-rotated .bx-wrapper img:hover, .component-baner-many-rotated .bx-wrapper img:focus, .component-baner-many-rotated .bx-wrapper img:active {
  filter: grayscale(0%);
}
.component-baner-many-rotated .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
}
.component-baner-many-rotated .bx-wrapper .bx-controls-direction a span {
  display: none;
}
#bottom-banners {
  background-color: #FAFAFA;
  padding: 20px 0 0 20px;
  margin-bottom: 0;
}

#bottom-content {
  background-color: #f5f5f5;
  padding: 50px 0;
  margin-bottom: 0;
}

#bottom-footer {
  font-size: 1.2rem;
  color: #1d1d1b;
}
#bottom-footer .component-wrapper {
  padding: 18px 0;
}
#bottom-footer .component-wrapper p {
  margin-bottom: 0;
}
#bottom-footer .component-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bottom-footer .component-wrapper ul a {
  color: #1d1d1b;
}
#bottom-footer .declaration {
  padding: 18px 0;
}
#bottom-footer .declaration .declaration-link {
  color: #1d1d1b;
}

header > .container .search-tool {
  position: absolute;
  width: auto;
  right: 10px;
  left: 0;
}
header > .container .header-panel {
  padding: 43px 0 49px;
}
header > .container #logo {
  float: left;
}
header > .container .page-name {
  float: left;
  padding: 24px 0px 0px 30px;
  width: 290px;
  font-family: "Fira Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #1d1d1b;
  text-decoration: none;
  line-height: 1;
}

#top-content .component-baner .component-content {
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top-content .component-baner .component-content .slide-description {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  margin: 20px 0;
  line-height: 40px;
  padding: 0 20px;
}

#main-content .component-wrapper {
  margin-bottom: 20px;
}
#main-content .component-breadcrumb .component-wrapper {
  margin: 0;
}
#main-content .component-page-title .component-wrapper {
  margin-bottom: 50px;
}
#main-content .component-page-title .component-wrapper h1 {
  font-size: 28px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
#main-content .component-description .component-wrapper {
  margin-bottom: 50px;
}
#main-content .component-description .component-wrapper .lead {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  padding: 10px 20px;
  border-left: 4px solid #2771a1;
  border-top: none;
  border-bottom: none;
}
#main-content .component-page-thumbnail {
  overflow: hidden;
  position: relative;
}
#main-content .component-page-thumbnail .component-wrapper {
  margin-bottom: 50px;
}
#main-content .component-page-thumbnail .component-wrapper img {
  background-color: #fff;
  width: 100%;
}
#main-content .component-page-meta .component-wrapper {
  margin-bottom: 0;
  padding: 10px 15px;
}
#main-content .component-page-meta .component-wrapper .btn-like {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-right: 10px;
}
#main-content .component-page-meta .component-wrapper .nav > li > div,
#main-content .component-page-meta .component-wrapper .nav > li > a {
  font-size: 1.3rem;
  color: #13374f;
  background: transparent;
  border: none;
  border-left: 1px solid #2771a1;
  padding: 0 0 0 13px;
  margin-left: 10px;
}
#main-content .component-page-meta .component-wrapper .nav > li > div.like,
#main-content .component-page-meta .component-wrapper .nav > li > a.like {
  color: green;
}
#main-content .component-page-meta .component-wrapper .nav > li > div.unlike,
#main-content .component-page-meta .component-wrapper .nav > li > a.unlike {
  color: darkred;
}
#main-content .component-page-meta .component-wrapper .nav > li > div:hover, #main-content .component-page-meta .component-wrapper .nav > li > div:active, #main-content .component-page-meta .component-wrapper .nav > li > div:focus,
#main-content .component-page-meta .component-wrapper .nav > li > a:hover,
#main-content .component-page-meta .component-wrapper .nav > li > a:active,
#main-content .component-page-meta .component-wrapper .nav > li > a:focus {
  color: #2771a1;
  outline: 4px solid #f05157 !important;
  outline-offset: 2px;
}
#main-content .component-page-meta .component-wrapper .nav > li > div:hover.unlike, #main-content .component-page-meta .component-wrapper .nav > li > div:hover.like, #main-content .component-page-meta .component-wrapper .nav > li > div:active.unlike, #main-content .component-page-meta .component-wrapper .nav > li > div:active.like, #main-content .component-page-meta .component-wrapper .nav > li > div:focus.unlike, #main-content .component-page-meta .component-wrapper .nav > li > div:focus.like,
#main-content .component-page-meta .component-wrapper .nav > li > a:hover.unlike,
#main-content .component-page-meta .component-wrapper .nav > li > a:hover.like,
#main-content .component-page-meta .component-wrapper .nav > li > a:active.unlike,
#main-content .component-page-meta .component-wrapper .nav > li > a:active.like,
#main-content .component-page-meta .component-wrapper .nav > li > a:focus.unlike,
#main-content .component-page-meta .component-wrapper .nav > li > a:focus.like {
  color: unset;
}
#main-content .component-page-meta .component-wrapper .page-meta.page-tags span {
  padding: 2px 10px 2px 0;
}
#main-content .component-page-meta .component-wrapper .page-meta.page-tags .page-tag {
  font-family: "Fira Sans", sans-serif;
  background: #f4f4f4;
  color: #716e6e;
  padding: 7px 15px;
  font-size: 14px !important;
  margin: 2px 2px 0 0;
  line-height: 3rem;
  text-decoration: none;
}
#main-content .component-baner .component-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#main-content .component-baner .component-content .slider-inner {
  height: 300px;
}
#main-content .page-content .component-wrapper {
  border: none;
}
#main-content .page-content > .component > h1.component-page-title {
  margin-top: 0;
}
#main-content .page-content img {
  max-width: 100%;
  height: auto;
}
#main-content .side-content .component {
  margin-bottom: 50px;
}
#main-content .side-content.left .component-baner-many .component-wrapper {
  border: none;
}
#main-content .side-content.left .component-baner-many .component-wrapper li {
  margin-right: 0;
}
#main-content .side-content.left .component-baner-many .component-wrapper li img {
  margin-left: auto;
  margin-right: auto;
}

#footer {
  background-color: #f5f6f6;
  margin-bottom: 0;
  color: #1d1d1b;
  padding: 45px 0;
}
#footer .title, #footer .subtitle {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.4rem;
}
#footer .title {
  text-transform: uppercase;
  color: #1d1d1b;
}
#footer .subtitle {
  font-size: 1.6rem;
}
#footer h3 > a {
  text-decoration: underline;
  color: #1d1d1b;
}
#footer h3 > a:hover, #footer h3 > a:active, #footer h3 > a:focus {
  text-decoration: none;
}
#footer p {
  font-size: 1.8rem;
  margin-bottom: 7px;
}
#footer p:last-child {
  margin: 0;
}
#footer p a {
  text-decoration: underline;
  color: #1d1d1b;
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  text-decoration: none;
}
#footer p.link-sg a, #footer p.link-esp a, #footer p.link-ms a {
  text-decoration: none;
}
#footer p.link-sg a:before, #footer p.link-esp a:before, #footer p.link-ms a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  margin-right: 7px;
  color: #2771a1;
  content: "\f015";
}
#footer p.link-esp a:before {
  content: "\f0e0";
}
#footer p.link-ms a:before {
  content: "\f0e8";
}
#footer p.link-cert {
  padding-top: 18px;
}
#footer p.link-cert a {
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
}
#footer .component-html .component-wrapper .component-head h1, #footer .component-html .component-wrapper .component-head h2 {
  font-size: 24px;
  font-weight: normal;
}
#footer .component-html .component-wrapper .component-content h4 {
  text-transform: none;
  font-size: 20px;
}
#footer .component-menu.component-menu-vertical .component-wrapper .component-head h2 {
  font-weight: normal;
  font-size: 24px;
}

.messages-list2-view .btn-group {
  margin: 10px 0;
}
.messages-list2-view .btn-group button {
  border: none;
}

.daterangepicker td.active,
.daterangepicker td.active {
  background-color: #2771a1;
  border-color: #2771a1;
}
.daterangepicker td.active:hover, .daterangepicker td.active:active, .daterangepicker td.active:focus,
.daterangepicker td.active:hover,
.daterangepicker td.active:active,
.daterangepicker td.active:focus {
  background-color: #005e91;
  border-color: #005e91;
}

.form-group .checkbox {
  margin-left: 20px;
}

.high-contrast {
  color: #fff !important;
  background: #000;
}
.high-contrast .panel-heading {
  background-color: #000;
  border-color: #fff;
}
.high-contrast #formStandardElement-form-field-captcha {
  color: #fff;
}
.high-contrast .panel,
.high-contrast ul {
  background: #000 !important;
}
.high-contrast a {
  color: #fff !important;
  background: #000 !important;
}
.high-contrast a:hover {
  color: #fff600 !important;
  outline: 2px dotted #ee3132;
  background: #000 !important;
}
.high-contrast h1, .high-contrast h2, .high-contrast h3, .high-contrast h4, .high-contrast h5, .high-contrast h6, .high-contrast p {
  color: #fff !important;
}
.high-contrast label {
  color: #fff;
}
.high-contrast .has-error .message-text {
  color: #fff600;
}
.high-contrast .has-error .form-control {
  border-color: #fff600;
}
.high-contrast .btn-submit {
  background: #1d1d1b;
}
.high-contrast .btn-submit:hover {
  color: #fff600;
  background: #000;
  outline: 2px dotted #ee3132;
}
.high-contrast .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.high-contrast .btn-default, .high-contrast .btn-primary, .high-contrast .btn-danger, .high-contrast .btn-info, .high-contrast .btn-success, .high-contrast .btn-warning {
  color: #fff;
  background-color: #000;
  border-color: #ddd;
}
.high-contrast .btn-default.active, .high-contrast .btn-default:active, .high-contrast .btn-default:hover, .high-contrast .btn-default .open > .dropdown-toggle.btn-default, .high-contrast .btn-primary.active, .high-contrast .btn-primary:active, .high-contrast .btn-primary:hover, .high-contrast .btn-primary .open > .dropdown-toggle.btn-default, .high-contrast .btn-danger.active, .high-contrast .btn-danger:active, .high-contrast .btn-danger:hover, .high-contrast .btn-danger .open > .dropdown-toggle.btn-default, .high-contrast .btn-info.active, .high-contrast .btn-info:active, .high-contrast .btn-info:hover, .high-contrast .btn-info .open > .dropdown-toggle.btn-default, .high-contrast .btn-success.active, .high-contrast .btn-success:active, .high-contrast .btn-success:hover, .high-contrast .btn-success .open > .dropdown-toggle.btn-default, .high-contrast .btn-warning.active, .high-contrast .btn-warning:active, .high-contrast .btn-warning:hover, .high-contrast .btn-warning .open > .dropdown-toggle.btn-default {
  color: #fff600;
  background-color: #000;
  outline: 2px dotted #ee3132;
}
.high-contrast .btn-like {
  color: #fff;
  background-color: transparent;
}
.high-contrast .fade-out {
  display: none;
}
.high-contrast header > .container .header-panel {
  background-color: #000;
}
.high-contrast header > .container .page-name {
  color: #fff;
}
.high-contrast #tools-menu .navbar .navbar-collapse ul .dropdown .btn, .high-contrast #tools-menu .navbar .navbar-collapse ul .btn {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #fff !important;
}
.high-contrast #tools-menu .navbar .navbar-collapse ul .dropdown .btn:hover, .high-contrast #tools-menu .navbar .navbar-collapse ul .dropdown .btn:active, .high-contrast #tools-menu .navbar .navbar-collapse ul .dropdown .btn:focus, .high-contrast #tools-menu .navbar .navbar-collapse ul .btn:hover, .high-contrast #tools-menu .navbar .navbar-collapse ul .btn:active, .high-contrast #tools-menu .navbar .navbar-collapse ul .btn:focus {
  background-color: #000 !important;
  color: #fff600 !important;
}
.high-contrast #logo {
  margin-bottom: 10px;
}
.high-contrast #main-search .form-group #search-term {
  border-color: #fff;
  background-color: #000;
}
.high-contrast #main-search .form-group .btn-default {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}
.high-contrast #main-search .form-group .btn-default:hover, .high-contrast #main-search .form-group .btn-default:active, .high-contrast #main-search .form-group .btn-default:focus {
  color: #fff600;
}
.high-contrast .alert-info {
  background-color: #000;
  border-color: #fff;
}
.high-contrast .alert-success {
  background-color: #fff600;
  color: #000;
}
.high-contrast #navbar-base {
  border: 1px solid #fff;
  border-width: 1px 0;
  background-color: #000;
}
.high-contrast #navbar-base #main-menu ul.main-nav > li > a:hover, .high-contrast #navbar-base #main-menu ul.main-nav > li > a:active, .high-contrast #navbar-base #main-menu ul.main-nav > li > a:focus {
  background-color: #000;
}
.high-contrast #navbar-base #main-menu ul.dropdown-menu li:not(:last-child) {
  border-bottom-color: #fff;
}
.high-contrast .navbar-inverse, .high-contrast .navbar-inverse .navbar-nav > .active > a, .high-contrast .navbar-inverse .navbar-nav > .active > a:focus, .high-contrast .navbar-inverse .navbar-nav > .active > a:hover, .high-contrast .navbar-inverse .navbar-nav > li > a:focus, .high-contrast .navbar-inverse .navbar-nav > li > a:hover {
  background-color: #222;
}
.high-contrast .navbar-default .navbar-nav > li > a:focus, .high-contrast .navbar-default .navbar-nav > li > a:hover {
  color: #fff600;
  background-color: #000;
}
.high-contrast .dropdown-menu {
  background-color: #000;
  border: 1px solid #fff;
}
.high-contrast .dropdown-menu > li > a:focus, .high-contrast .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.high-contrast .main-logo strong {
  color: #fff;
}
.high-contrast #top-content .component-baner .item .slider-inner .slider-inner-text h1 span, .high-contrast #top-content .component-baner .item .slider-inner .slider-inner-text p span {
  background-color: #222;
}
.high-contrast #tail-menu {
  background-color: #000;
  border-bottom: 1px solid #fff;
}
.high-contrast #tail-menu a {
  background-color: #000 !important;
  border: 1px solid #fff !important;
}
.high-contrast #news-content {
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.high-contrast .breadcrumb {
  background-color: #000;
  color: #fff;
}
.high-contrast .breadcrumb li:before {
  color: #fff;
}
.high-contrast .breadcrumb .active {
  color: #fff600;
}
.high-contrast #main-content #pagemap .component-wrapper .component-head h3 {
  border-bottom-color: #fff600;
}
.high-contrast #main-content #pagemap .component-wrapper .component-head:after {
  color: #fff600;
}
.high-contrast #main-content .component-content li {
  background-color: #000;
  border-color: #fff;
}
.high-contrast #main-content .component-banner-1 .component-wrapper {
  border: 5px solid #ee3132;
}
.high-contrast #main-content .component-banner-1 .component-wrapper .alert-danger {
  background-color: transparent;
  color: #ee3132;
}
.high-contrast #main-content .component-page-meta .component-wrapper {
  background-color: #000;
}
.high-contrast #main-content .component-description .component-wrapper .lead {
  border-color: #fff;
  background-color: transparent;
}
.high-contrast #main-content .component-custom-news.component-side-links .component-wrapper .component-content li:before {
  color: #fff;
}
.high-contrast #main-content .component-menu-vertical .component-wrapper .component-head {
  background-color: #000;
}
.high-contrast #main-content .component-menu-vertical .component-wrapper .component-head h2 {
  color: #fff600 !important;
}
.high-contrast #main-content .component-menu-vertical .component-wrapper .component-content ul {
  background-color: #000;
}
.high-contrast #main-content .component-menu-vertical .component-wrapper .component-content ul li {
  border-color: #fff;
}
.high-contrast #main-content .component-menu-vertical .component-wrapper .component-content ul li a:hover, .high-contrast #main-content .component-menu-vertical .component-wrapper .component-content ul li a:active, .high-contrast #main-content .component-menu-vertical .component-wrapper .component-content ul li a:focus {
  background-color: #000;
}
.high-contrast #main-content .component-menu-vertical .component-wrapper .component-content ul li a.active {
  font-weight: bold;
  color: #000 !important;
  background-color: #fff600;
}
.high-contrast #main-content .component-menu-vertical .component-wrapper .component-content ul li .accordion-body .component-item {
  background-color: #222;
  border-color: #fff;
  padding-left: 15px;
}
.high-contrast #main-content .component-menu-vertical .component-wrapper .component-navigation .btn {
  background-color: #000;
}
.high-contrast .component-sidebar-menu .accordion ul li.component-item .desc {
  background: #000;
}
.high-contrast .component-section-description .component-wrapper {
  background-color: #000;
  border-color: #ddd;
}
.high-contrast .component-page-list ul.list li {
  box-shadow: none;
  border: 1px solid #fff;
  background-color: #000;
}
.high-contrast .component-page-list ul.list li .component-date-add {
  color: #fff;
}
.high-contrast .component-page-list ul.list li:hover .btn-default {
  background-color: #000;
  border-color: #ddd;
}
.high-contrast .pagination li a, .high-contrast .pagination li span {
  background-color: #000;
  border-color: #fff;
}
.high-contrast .pagination li a:hover, .high-contrast .pagination li a:active, .high-contrast .pagination li a:focus, .high-contrast .pagination li span:hover, .high-contrast .pagination li span:active, .high-contrast .pagination li span:focus {
  background-color: #000 !important;
  border-color: #fff !important;
}
.high-contrast .pagination .active a, .high-contrast .pagination .active a:focus, .high-contrast .pagination .active a:hover, .high-contrast .pagination .active span, .high-contrast .pagination .active span:focus, .high-contrast .pagination .active span:hover {
  color: #000 !important;
  background-color: #fff600 !important;
  border-color: #fff600 !important;
}
.high-contrast .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #000;
}
.high-contrast .table-hover > tbody > tr:hover,
.high-contrast .table > tbody > tr.active > td,
.high-contrast .table > tbody > tr.active > th,
.high-contrast .table > tbody > tr > td.active,
.high-contrast .table > tbody > tr > th.active,
.high-contrast .table > tfoot > tr.active > td,
.high-contrast .table > tfoot > tr.active > th,
.high-contrast .table > tfoot > tr > td.active,
.high-contrast .table > tfoot > tr > th.active,
.high-contrast .table > thead > tr.active > td,
.high-contrast .table > thead > tr.active > th,
.high-contrast .table > thead > tr > td.active,
.high-contrast .table > thead > tr > th.active {
  background-color: #eee500;
  color: #000;
}
.high-contrast .jstree-default .jstree-hovered {
  background-color: transparent;
  box-shadow: none;
}
.high-contrast .component-template-renderer .component-wrapper #page-metric .component-head {
  background-color: #000;
}
.high-contrast .component-template-renderer .component-wrapper #page-metric dl dt {
  color: #ddd;
}
.high-contrast #footer .footer-top {
  background: #000;
  color: #fff;
}
.high-contrast #footer .footer-nav a,
.high-contrast #footer .footer-container .footer-info p {
  color: #fff;
}
.high-contrast #footer .footer-nav li {
  border-color: #fff;
}
.high-contrast #bottom-footer {
  background-color: transparent;
  border: none;
}
.high-contrast .radio label, .high-contrast .checkbox label {
  color: #fff;
}
.high-contrast .datepicker table tr td.old, .high-contrast .datepicker table tr td.new {
  color: #fff;
}
.high-contrast #top-footer, .high-contrast .highlighted {
  color: #fff !important;
  background-color: transparent;
}
.high-contrast #footer .component-copyright, .high-contrast #footer .component-bottom-menu {
  border: 1px solid #fff;
  color: #fff !important;
  background-color: transparent;
}
.high-contrast .component-attachment .component-wrapper .component-head {
  background-color: #000;
}
.high-contrast .component-attachment .component-wrapper .component-head h3 {
  color: #fff600 !important;
}
.high-contrast .component-attachment .component-wrapper .component-content ul {
  background-color: #000;
}
.high-contrast .component-attachment .component-wrapper .component-content ul li:hover {
  background-color: transparent;
}
.high-contrast .component-attachment .component-wrapper .component-content ul li .dropdown .btn {
  color: #fff;
}
.high-contrast .component-attachment .component-wrapper .component-content ul li .dropdown .btn:hover, .high-contrast .component-attachment .component-wrapper .component-content ul li .dropdown .btn:focus {
  color: #fff600;
}
.high-contrast .component-attachment .component-wrapper .component-content ul li .dropdown .dropdown-menu li {
  background-color: #000;
}
.high-contrast .datepicker table tr td.day:hover, .high-contrast .datepicker table tr td.day.focused {
  background: transparent;
  outline: 1px solid #ee3132;
  color: #fff600;
}
.high-contrast .datepicker table tr td.day.label-success, .high-contrast .datepicker table tr td.day.label-info {
  background: #fff600;
  color: #000;
}
.high-contrast .component-calendarium .component-content .admin {
  background-color: transparent;
}
.high-contrast .component-calendarium .component-content .admin .datepicker-inline {
  background-color: transparent;
}
.high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed thead tr {
  border-color: #fff;
}
.high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed thead tr:first-child th:hover, .high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed thead tr:first-child th:active, .high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed thead tr:first-child th:focus {
  background-color: transparent;
  color: #fff600;
}
.high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed tbody td {
  color: #fff;
}
.high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed tbody td.label-important, .high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed tbody td.label-warning, .high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed tbody td.label-success, .high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed tbody td.label-info, .high-contrast .component-calendarium .component-content .admin .datepicker-inline .table-condensed tbody td.label-default {
  background-color: #fff600 !important;
  color: #000;
}
.high-contrast .component-calendar-event {
  background-color: #fff600;
}
.high-contrast .component-calendar-event a {
  color: #1d1d1b !important;
  font-weight: 600;
}
.high-contrast .component-calendar-event a:hover, .high-contrast .component-calendar-event a:active, .high-contrast .component-calendar-event a:focus {
  color: #000 !important;
}
.high-contrast .daterangepicker .calendar-date {
  background: #000;
}
.high-contrast .daterangepicker .calendar-date td.available:hover, .high-contrast .daterangepicker .calendar-date th.available:hover {
  background: #fff600;
  color: #000;
}
.high-contrast .daterangepicker .calendar-date td.active, .high-contrast .daterangepicker .calendar-date td.active:hover {
  background-color: #ee3132;
  color: #fff;
}
.high-contrast .daterangepicker {
  background-color: #333;
  border: 2px solid #f05157;
}
.high-contrast .daterangepicker .daterangepicker_start_input label, .high-contrast .daterangepicker .daterangepicker_end_input label {
  color: #fff;
  text-shadow: none;
}
.high-contrast .daterangepicker .ranges .input-mini {
  border-color: #ee3132;
  background-color: #000;
  color: #fff;
}
.high-contrast .component-horizontal .component-content {
  background: none;
  border: 1px solid #fff;
}
.high-contrast .component-horizontal .owl-theme .owl-controls .owl-page span {
  background-color: #fff;
}
.high-contrast .component-horizontal .owl-theme .owl-controls .owl-page.active span {
  background-color: #fff600;
}
.high-contrast .component-menu-vortals {
  background: none;
}
.high-contrast .component-menu-vortals .component-wrapper .component-content ul li a, .high-contrast .component-menu-vortals .component-wrapper .component-content ul li a:hover, .high-contrast .component-menu-vortals .component-wrapper .component-content ul li a:active, .high-contrast .component-menu-vortals .component-wrapper .component-content ul li a:focus {
  background-color: #000;
  border-color: #fff;
}
.high-contrast .component-menu-vortals .component-wrapper .component-content ul li a:before {
  color: #fff;
  text-shadow: none;
}
.high-contrast .component-menu-vortals .component-wrapper .component-content ul li a:hover:before, .high-contrast .component-menu-vortals .component-wrapper .component-content ul li a:active:before, .high-contrast .component-menu-vortals .component-wrapper .component-content ul li a:focus:before {
  color: #fff600;
}
.high-contrast .component-horizontal .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
  color: #000;
}
.high-contrast .component-horizontal .owl-theme .owl-controls .owl-buttons div:hover {
  background: #fff600;
}
.high-contrast .component-custom-news.component-vertical .component-wrapper .news-title,
.high-contrast .component-custom-news.component-photogallery .component-wrapper .news-title {
  background: #000;
  border-color: #fff;
}
.high-contrast .component-custom-news.component-vertical .component-footer,
.high-contrast .component-custom-news.component-photogallery .component-footer {
  position: relative;
  background-color: transparent;
}
.high-contrast .component-custom-news.component-vertical .component-footer .btn,
.high-contrast .component-custom-news.component-photogallery .component-footer .btn {
  background-color: #000;
  border-color: #fff;
}
.high-contrast .component-custom-news.component-vertical .component-footer-bottom .btn,
.high-contrast .component-custom-news.component-photogallery .component-footer-bottom .btn {
  border: 1px solid #fff;
  background-color: #000;
}
.high-contrast #news-list h2 {
  border-top: none;
}
.high-contrast .component-wrapper {
  height: auto !important;
}
.high-contrast #bottom-banners {
  background-color: transparent;
}
.high-contrast .component-newsletter .component-content {
  background-color: transparent;
}
.high-contrast .component-address-book .component-wrapper .component-content .panel-group .panel-default .panel-body {
  background-color: #000;
}
.high-contrast .component-address-book .component-wrapper .component-content .panel-group .panel-default .panel-body dl dt {
  color: #ddd;
}
.high-contrast .component-address-book .component-wrapper .component-content .panel-group-title {
  color: #000 !important;
  background-color: #e0882f;
  border-color: #eee500;
  font-weight: bold;
}
.high-contrast .component-address-book-record-metric .component-wrapper .component-head {
  background-color: #e0882f;
  border-color: #eee500;
}
.high-contrast .component-address-book-record-metric .component-wrapper .component-head p {
  color: #000 !important;
  font-weight: bold;
}
.high-contrast .component-address-book-record-metric .component-wrapper .timeline-container .timeline-label {
  background-color: #000;
}
.high-contrast .component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li {
  color: #ddd;
}
.high-contrast .component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li strong {
  color: #ddd;
}
.high-contrast .component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li em {
  color: #000;
}
.high-contrast .component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li em:first-of-type {
  background-color: #eee500;
}
.high-contrast .component-address-book-record-metric .component-wrapper .timeline-container .timeline-items ul li em:last-of-type {
  background-color: #e0882f;
}
.high-contrast #bottom-content {
  background-color: #000;
  border-top: 1px solid #fff;
}
.high-contrast #bottom-content .component-menu-vertical .component-content > ul > li > a:before {
  color: #e0882f;
}
.high-contrast #bottom-content .btn-open-data .btn-info {
  color: #fff;
}
.high-contrast #bottom-content .btn-open-data .btn-info:hover, .high-contrast #bottom-content .btn-open-data .btn-info:active, .high-contrast #bottom-content .btn-open-data .btn-info:focus {
  color: #fff600;
}
.high-contrast #bottom-content .btn-open-data .btn-info .fa-download {
  color: #e0882f;
}
.high-contrast #footer {
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.high-contrast #footer .component-menu-vertical .component-content > ul > li > a:before {
  color: #fff;
}
.high-contrast #totopicon .fa-inverse {
  color: #000;
}
.high-contrast .carousel {
  border-color: #fff;
}
.high-contrast .carousel .component-head {
  background: none;
}
.high-contrast .carousel .component-head:before {
  background: none;
}
.high-contrast .carousel h2 {
  color: #fff;
}
.high-contrast .btn-search {
  border-color: #fff;
  background: #000;
}
.high-contrast .btn-search span {
  color: #fff;
}
.high-contrast li.socialmedia a {
  background: none;
}
.high-contrast li.socialmedia a.youtube {
  background: url("../img/youtube_gray.png") !important;
  background-size: contain !important;
}
.high-contrast li.socialmedia a.facebook {
  background: url("../img/facebook_gray.png") !important;
  background-size: contain !important;
}
.high-contrast li.socialmedia a.twitter {
  background: url("../img/twitter_gray.png") !important;
  background-size: contain !important;
}
.high-contrast li.socialmedia a.instagram {
  background: url("../img/instagram_gray.png") !important;
  background-size: contain !important;
}
.high-contrast .button-cstm {
  background: #000 !important;
  color: #fff !important;
}
.high-contrast .button-cstm:hover, .high-contrast .button-cstm:active, .high-contrast .button-cstm:focus {
  color: #fff600 !important;
  outline: 2px dotted #ee3132;
}
.high-contrast th, .high-contrast td {
  color: #fff !important;
  background: none !important;
}
.high-contrast .component-menu li a:before {
  color: #fff !important;
}
.high-contrast .component-menu li a:hover:before, .high-contrast .component-menu li a:active:before, .high-contrast .component-menu li a:focus:before {
  color: #c33133 !important;
}
.high-contrast #site-tools .navbar-nav li button,
.high-contrast #site-tools .navbar-nav li button span,
.high-contrast #site-tools .navbar-nav li a {
  border-color: #fff !important;
  color: #fff !important;
}
.high-contrast #site-tools .navbar-nav li button:hover, .high-contrast #site-tools .navbar-nav li button:active, .high-contrast #site-tools .navbar-nav li button:focus,
.high-contrast #site-tools .navbar-nav li button span:hover,
.high-contrast #site-tools .navbar-nav li button span:active,
.high-contrast #site-tools .navbar-nav li button span:focus,
.high-contrast #site-tools .navbar-nav li a:hover,
.high-contrast #site-tools .navbar-nav li a:active,
.high-contrast #site-tools .navbar-nav li a:focus {
  border-color: #c33133 !important;
  color: #c33133 !important;
}
.high-contrast #site-tools .navbar-nav li button:hover span, .high-contrast #site-tools .navbar-nav li button:active span, .high-contrast #site-tools .navbar-nav li button:focus span,
.high-contrast #site-tools .navbar-nav li button span:hover span,
.high-contrast #site-tools .navbar-nav li button span:active span,
.high-contrast #site-tools .navbar-nav li button span:focus span,
.high-contrast #site-tools .navbar-nav li a:hover span,
.high-contrast #site-tools .navbar-nav li a:active span,
.high-contrast #site-tools .navbar-nav li a:focus span {
  border-color: #c33133 !important;
  color: #c33133 !important;
}
.high-contrast #site-tools .navbar-nav li .btn-contrast span {
  color: #1d1d1b !important;
}
.high-contrast #site-tools .navbar-nav li .btn-contrast span:hover:before, .high-contrast #site-tools .navbar-nav li .btn-contrast span:active:before, .high-contrast #site-tools .navbar-nav li .btn-contrast span:focus:before {
  color: #c33133 !important;
}

@media (min-width: 1199px) {
  #footer #addressData > div.component:nth-child(1) .component-html {
    float: left;
    display: inline-block;
  }
  #footer #addressData > div.component:nth-child(2) .component-html {
    margin-left: 113px;
  }
  #top-content .navbar .navbar-nav {
    float: none;
  }
  #top-content .navbar .navbar-collapse {
    text-align: center;
  }
}
@media (min-width: 991px) {
  #top-content .component-menu-horizontal .container-fluid, #top-content .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-dialog {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  #main-content .component-vertical .component-content fade-out {
    display: none;
  }
}
@media (max-width: 991px) {
  .component-horizontal .item {
    max-height: 1000px;
    height: auto;
  }
  .component-horizontal .item img {
    clear: both;
  }
  #bottom-content p {
    font-size: 1.2rem;
  }
  #bottom-content p.title {
    font-size: 1.6rem;
  }
  #bottom-content .component-menu-vertical .component-content > ul > li > a {
    font-size: 1.3rem;
  }
  #bottom-content .btn-open-data .btn-info {
    font-size: 1.3rem;
  }
  #bottom-content img {
    margin: 25px 0;
  }
  #top-content .component-baner .item .slider-inner .slider-inner-text h1 {
    font-size: 32px;
  }
  #top-content .component-baner .item .slider-inner .slider-inner-text p {
    font-size: 25px;
  }
  #top-content .component-baner .owl-controls .owl-prev {
    left: 5%;
  }
  #top-content .component-baner .owl-controls .owl-next {
    right: 5%;
  }
}
@media (max-width: 767px) {
  #top-content {
    margin-bottom: 5px;
  }
  #top-content .component-nav {
    background-color: transparent;
  }
  #top-content .component-nav .navbar-collapse.collapse.in {
    background-color: #940000;
  }
  header > .container .header-panel {
    padding: 10px 0;
  }
  header > .container .search-tool {
    right: 90px;
  }
  header > .container .page-name {
    display: none;
  }
  header > .container #logo {
    text-align: center;
    float: none;
    margin-bottom: 15px;
  }
  header > .container #logo #logoContainer {
    display: inline-block;
  }
  header > .container #tools-menu #site-tools ul li {
    float: left;
  }
  header > .container #tools-menu #site-tools .btn-lang {
    margin-right: 10px;
  }
  header > .container #tools-menu #site-tools .contrast-page,
  header > .container #tools-menu #site-tools .crease-font {
    display: none;
  }
  .navbar-inverse .navbar-collapse {
    border-color: transparent;
  }
  #navbar-base #main-menu ul.main-nav > li {
    border: none;
  }
  #navbar-base #main-menu ul.main-nav > li:first-child {
    border: none;
  }
  .component-menu-vortals .component-wrapper .component-content ul li {
    margin-bottom: 20px;
  }
  .component-menu-vortals .component-wrapper .component-content ul li:last-child {
    margin-bottom: 0;
  }
  #main-content .component-vertical .news-title {
    height: auto;
  }
  #main-content .component-vertical .news-lead {
    margin-bottom: 15px;
  }
  .component-wrapper {
    height: auto !important;
  }
  .component-custom-news.component-vertical .component-footer {
    position: relative;
  }
  #footer .component-menu {
    margin-left: 120px;
  }
  #footer .facebook-icon, #footer .youtube-icon, #footer .ig-icon {
    width: 32px;
    height: 32px;
    bottom: 15px;
  }
  #footer .youtube-icon {
    bottom: 62px;
  }
  #footer .ig-icon {
    bottom: 109px;
  }
  #bottom-content {
    display: none;
  }
  .fade-out {
    display: none;
  }
}
@media (max-width: 330px) {
  #footer #addressData > div.component:nth-child(1) .component-html {
    float: none;
    display: block;
  }
}
ul.socialmedia {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.socialmedia {
  display: inline-block;
  margin-right: 10px;
}
li.socialmedia a {
  display: block;
  width: 51px;
  height: 51px;
}

header .socialmedia a {
  color: #1d1d1b !important;
  height: 42px;
  width: 42px;
}

.facebook {
  background-image: url("../img/facebook_gray.png");
  background-size: contain;
}
.facebook:hover, .facebook:active, .facebook:focus {
  background: url("../img/facebook.png");
  background-size: contain;
}

.youtube {
  background-image: url("../img/youtube_gray.png");
  background-size: contain;
}
.youtube:hover, .youtube:active, .youtube:focus {
  background: url("../img/youtube.png");
  background-size: contain;
}

.twitter {
  background-image: url("../img/twitter_gray.png");
  background-size: contain;
}
.twitter:hover, .twitter:active, .twitter:focus {
  background: url("../img/twitter.png");
  background-size: contain;
}

.instagram {
  background-image: url("../img/instagram_gray.png");
  background-size: contain;
}
.instagram:hover, .instagram:active, .instagram:focus {
  background: url("../img/instagram.png");
  background-size: contain;
}

.button-cstm {
  padding: 10px;
  float: right;
  font-family: "Fira Sans", sans-serif;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
  min-width: 184px;
  height: 50px;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.button-cstm:hover, .button-cstm:active, .button-cstm:focus {
  color: #fff;
  text-decoration: none;
}
.button-cstm .fa {
  font-size: 12px;
  margin: 3px;
  transform: translateY(-2px);
}

.button-blue {
  border: 2px solid #2771a1;
}
.button-blue:hover, .button-blue:active, .button-blue:focus {
  background-color: #2771a1;
}

.button-green {
  border: 2px solid #96c11f;
}
.button-green:hover, .button-green:active, .button-green:focus {
  background-color: #96c11f;
}

.button-red {
  border: 2px solid #c33133;
}
.button-red:hover, .button-red:active, .button-red:focus {
  background-color: #c33133;
}

.carousel {
  height: 46px;
  border: 2px solid #c33133;
}
.carousel .component-head {
  background-color: #c33133;
  text-align: center;
  position: relative;
}
.carousel .component-head:before {
  display: block;
  content: "";
  width: 16px;
  height: 42px;
  position: absolute;
  right: -16px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.carousel h2 {
  line-height: 1;
  font-size: 20px;
  margin: 11px 0;
  padding: 0;
  color: #fff;
}
.carousel .carousel-inner {
  padding: 0;
}
.carousel .carousel-cap a h3 {
  font-size: 20px;
  margin: 11px 0;
  color: #1d1d1b;
}
.carousel .carousel-con {
  font-size: 2rem;
}
.carousel #carouselButtons {
  text-align: center;
}
.carousel #playButton, .carousel #pauseButton {
  border: none;
  background: none;
  padding: 11px 0;
  font-size: 2rem;
}
.carousel a {
  color: #1d1d1b;
  text-decoration: none;
}

@media (max-width: 767px) {
  .carousel {
    height: auto;
  }
  .carousel .component-head {
    padding: 14px 10px;
  }
  .carousel .component-head:before {
    display: none;
  }
  .carousel h2 {
    font-size: 1.8rem;
    margin: 0;
  }
  .carousel > * {
    float: none;
  }
}
@media (min-width: 767px) {
  .carousel h3 {
    max-height: 25px;
    overflow: hidden;
  }
}
.component-custom-news.component-tabs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.component-custom-news.component-tabs .component-head {
  order: 1;
}
.component-custom-news.component-tabs .component-head h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  color: #1d1d1b;
  border-bottom: 2px solid #2771a1;
}
.component-custom-news.component-tabs .component-head h2:before {
  content: "\f671";
  font-family: "Font Awesome 5 Pro";
  margin-right: 15px;
}
.component-custom-news.component-tabs .section-switch {
  order: 3;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.component-custom-news.component-tabs .section-content {
  order: 2;
  min-height: 400px;
}
.component-custom-news.component-tabs .component-header {
  background: #dcdfe0;
  padding: 20px 10px;
}
.component-custom-news.component-tabs .component-header h3 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  color: #1d1d1b;
}
.component-custom-news.component-tabs ul.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-custom-news.component-tabs ul.info-list li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.component-custom-news.component-tabs ul.info-list li .component-info {
  display: block;
  line-height: 26px;
  font-size: 1.8rem;
  color: #1d1d1b;
}
.component-custom-news.component-tabs ul.info-list li .component-info .title {
  font-weight: bold;
}
.component-custom-news.component-tabs ul.info-list li .component-info .component-date-add {
  color: #636363;
  font-size: 1.4rem;
}
.component-custom-news.component-tabs ul.info-list li:last-child a {
  margin: 0;
}
.component-custom-news.component-tabs ul.info-list li:hover, .component-custom-news.component-tabs ul.info-list li:active, .component-custom-news.component-tabs ul.info-list li:focus {
  background: #2771a1;
}
.component-custom-news.component-tabs ul.info-list li:hover .component-info a, .component-custom-news.component-tabs ul.info-list li:hover .component-info .component-date-add, .component-custom-news.component-tabs ul.info-list li:active .component-info a, .component-custom-news.component-tabs ul.info-list li:active .component-info .component-date-add, .component-custom-news.component-tabs ul.info-list li:focus .component-info a, .component-custom-news.component-tabs ul.info-list li:focus .component-info .component-date-add {
  color: #fff;
  text-decoration: none;
}
.component-custom-news.component-tabs ul.info-list li.active {
  background: #2771a1;
}
.component-custom-news.component-tabs ul.info-list li.active .component-info a, .component-custom-news.component-tabs ul.info-list li.active .component-info .component-date-add {
  color: #fff;
  text-decoration: none;
}
.component-custom-news.component-tabs .nav-tabs {
  display: flex;
  width: 100%;
  border-top: 8px solid #2771a1;
  border-bottom: none;
}
.component-custom-news.component-tabs .nav-tabs .nav-item {
  flex: 1 1 auto;
  width: 25%;
  border: 2px solid #e1e1e1;
}
.component-custom-news.component-tabs .nav-tabs .nav-item a {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  color: #1d1d1b;
  background: #fff;
  border: none;
  margin: 0;
}
.component-custom-news.component-tabs .nav-tabs .nav-item a:hover, .component-custom-news.component-tabs .nav-tabs .nav-item a:active, .component-custom-news.component-tabs .nav-tabs .nav-item a:focus {
  color: #fff;
  background: #2771a1;
  height: 100%;
}
.component-custom-news.component-tabs .nav-tabs .active > a {
  color: #fff;
  background: #2771a1;
  height: 100%;
}
.component-custom-news.component-tabs .sub-tabs {
  border: none;
  margin-bottom: 25px;
}
.component-custom-news.component-tabs .sub-tabs .nav-item {
  flex: 1 1 auto;
}
.component-custom-news.component-tabs .sub-tabs .nav-item a {
  font-size: 1.8rem;
  color: #2771a1;
  background: none;
  border: none;
  margin: 0;
  border-bottom: 8px solid #ddd;
}
.component-custom-news.component-tabs .sub-tabs .nav-item a:hover, .component-custom-news.component-tabs .sub-tabs .nav-item a:active, .component-custom-news.component-tabs .sub-tabs .nav-item a:focus {
  color: #1d1d1b;
  border-color: #2771a1;
  background: none;
}
.component-custom-news.component-tabs .sub-tabs .nav-item a h4 {
  color: inherit;
}
.component-custom-news.component-tabs .sub-tabs .active > a {
  color: #1d1d1b;
  background: none;
  border-color: #2771a1;
}
.component-custom-news.component-tabs .tab-pane a {
  display: block;
  color: #1d1d1b;
  text-decoration: none;
}
.component-custom-news.component-tabs .tab-pane a:hover, .component-custom-news.component-tabs .tab-pane a:active, .component-custom-news.component-tabs .tab-pane a:focus {
  color: #1d1d1b;
  text-decoration: none;
}
.component-custom-news.component-tabs .component-image {
  overflow: hidden;
  margin-right: -10px;
}

@media (max-width: 991px) {
  .component-custom-news.component-tabs .component-header h3 {
    font-size: 1.9rem;
  }
  .component-custom-news.component-tabs .nav-tabs .nav-item a {
    font-size: 1.5rem;
  }
  .component-custom-news.component-tabs ul.info-list li .component-info .title {
    font-size: 1.5rem;
  }
}
.component-content-social-links {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  border-bottom: 2px solid #e0e0e0;
}
.component-content-social-links ul.social-list {
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  font-size: 17px;
}
.component-content-social-links li.social-item {
  display: inline-flex;
  height: 20px;
  margin: 5px 40px 0 0;
  color: #615e5e;
}
.component-content-social-links span.share-link__label a {
  margin: 5px;
  color: #757575;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Roboto Bold, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.component-content-social-links span.share-link__label a:hover {
  text-decoration: none;
}

.fn-tag-cloud a {
  /* color: red; */
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  background: #f4f4f4;
  color: #807d7d;
  padding: 7px 15px;
  font-size: 14px !important;
  margin: 2px 2px 0 0;
  line-height: 3rem;
  text-decoration: none;
}

#owl-demo .item-news-owl {
  margin: 10px;
}

#owl-demo .item-news-owl img {
  display: block;
  width: 100%;
  height: 200px;
}

.owl-demo-title {
  font-size: 17px;
  text-align: center;
}

.lang-txt-head a {
  color: #141414;
}

.lang-txt-head {
  margin-top: 20%;
}

/*# sourceMappingURL=theme.css.map */
