@keyframes diseasezoom {
  0% {
    transform: none;
  }

  50% {
    transform: scale(1.4)
  }

  100% {
    transform: none;
  }
}

@keyframes rotate {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(360deg)
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  background-color: #08103b;
  background-size: 40%, 40%;
  max-width: 100%;
  z-index: 99999;
}

/* is width and height divided by two */
html,
body {
  height: 100%;
  line-height: 30px;
  background: #edf7f5
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #0b473d
}

button, input, select, textarea, .btn, label {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #0b473d;
  font-weight: 500
}

b, strong {
  font-weight: 500
}

img {
  max-width: 100%
}

/* Nagłówki */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin: 0 0 25px;
}

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

.h1 strong,
h1 strong {
  font-size: 48px;
  display: block;
  width: 100%;
}

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

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

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

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

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

/* Odnośniki */
a {
  text-decoration: none !important;
  color: #6a7d7a;
  transition: color 200ms ease;
  -webkit-transition: color 200ms ease;
}

a:hover, a:focus {
  color: #0b473d
}

.buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 5% 0 0;
}

.buttons.centered {
  justify-content: center;
}

.wrapper .buttons {
  margin-top: 50px;
}

.btn.big {
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  border-radius: 40px;
  padding: 0 35px;
}

.btn.dark {
  background: #0b473d;
  box-shadow: 0 10px 30px rgba(11, 71, 61, 0.4);
  color: #fff
}

.btn.dark:hover {
  background: #68c4b3
}
.left_menu {
  margin-left: 20px;
}
.left_menu .btn {
  font-family: BebasNeue;
  font-size: 20px;
  letter-spacing: 0.8pt;
  display: inline-block;
}
.left_menu .btn:before {
  content: ' ';
  width: 15px;
  height: 15px;
  background-image: url(../images/btn-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  display: inline-block;
}
.btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0 25px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  transition: 300ms color ease, 300ms background ease, 300ms border-color ease, 300ms box-shadow ease;
  -webkit-transition: 300ms color ease, 300ms background ease, 300ms border-color ease, 300ms box-shadow ease;
  border-radius: 30px;
  line-height: 50px;
  height: 50px;
  margin: 0;
}

.btn:before {
  font-family: 'icomoon';
  font-size: 22px;
  margin: 0 10px 0 0
}

.btn.login:before {
  content: "\e914";
}

.btn.send:before {
  content: "\e91e";
}


.btn.add-marker:before {
  content: "\e919";
}

.btn.clearfilter:before {
  content: "\e920";
}

.btn.filled, body .navbar-inverse .btn-link.login:hover, .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
  background: rgb(0, 0, 20);
  box-shadow: 0 0 15px rgb(0, 0, 20);
  color: #fff;
  border-color: rgb(0, 0, 40)
}
.register-btn {
  border-radius: 0;
  background-color: #00aeef!important;
  text-transform: uppercase;
  font-family: BebasNeue;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  letter-spacing: 0.9pt;
}
.btn:hover {
  background: rgb(0, 0, 20);
  color: #fff;
  box-shadow: 0 0 0;
}

body .navbar-inverse .btn-link.login {
  border: 3px solid #f5f5f5;
  margin: 0 15px
}

/* Scrollbar */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  max-height: 400px;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  box-sizing: border-box !important;
  height: auto;
  left: 0;
  margin: 0;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
}

.scroll-wrapper p {
  margin: 0;
}

.scroll-wrapper br {
  display: none;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scroll-wrapper>.scroll-element, .scroll-wrapper>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scroll-wrapper>.scroll-element {
  background-color: transparent;
}

.scroll-wrapper>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scroll-wrapper>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scroll-wrapper>.scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 4px;
}

.scroll-wrapper>.scroll-element.scroll-x .scroll-element_outer {
  display: none !important;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-element_outer {
  left: 0;
  width: 4px;
}

.scroll-wrapper>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scroll-wrapper>.scroll-element .scroll-element_track {
  background-color: #ccc;
  width: 1px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.scroll-wrapper>.scroll-element .scroll-element_outer, .scroll-wrapper>.scroll-element .scroll-element_track, .scroll-wrapper>.scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scroll-wrapper>.scroll-element .scroll-bar {
  background-color: #68c5b3;
}

.scroll-wrapper>.scroll-element .scroll-bar:hover {
  background-color: #68c5b3;
}

.scroll-wrapper>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #68c5b3;
}

/* scrollbar height/width & offset from container borders */
.scroll-wrapper>.scroll-content.scroll-scrolly_visible {
  left: 0;
  margin-left: 0;
  padding: 0 20px 0 0;
}

.scroll-wrapper>.scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scroll-wrapper>.scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scroll-wrapper>.scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/* Formularze */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: relative;
  margin: 0 7px 0 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #abe1d7 !important;
  border-radius: 4px;
  background-size: 12px !important;
}

.alert {
  padding: 5px 25px;
  margin-bottom: 20px;
  border: 2px solid;
  border-radius: 30px;
  background: transparent !important;
  border-color: inherit !important;
  font-weight: 500;
  font-size: 13px;
  display: inline-flex;
}

body .alert-success,
body .alert-error {
  position: fixed !important;
  top: auto !important;
  border: 0 !important;
  bottom: 40px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #fff !important;
  box-shadow: 0 0 40px rgba(120, 194, 222, 0.3);
  padding: 10px 20px !important;
  line-height: normal !important;
  margin: 0 !important;
  right: auto !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

body button.close {
  order: 3
}

[type="checkbox"]:checked, [type="radio"]:checked {
  background: url(../images/check.svg) 50% no-repeat;
}

.login-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 500;
  align-items: center;
}

.login-options .form-group {
  width: auto;
}

body .help-block {
  font-size: 11px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  text-align: left;
  width: 100%;
  line-height: normal;
  margin: 10px 0;
  align-items: flex-start;
}

body .help-block:empty {
  display: none
}

:focus {
  outline: 0 !important;
}

.filters .form-group, .filters #w0 .form-group {
  margin: 10px 0
}

#w0 {
  max-width: 100%
}

#w0 .row {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

.form-holder {
  width: 100%;
  max-height: 400px
}

.select2-container {
  width: auto !important;
  font-size: 14px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple::-webkit-scrollbar {
  width: 10px;
  background-clip: padding-box;
  border-radius: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-container--default.select2-container--focus .select2-selection--multiple::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #68c5b3;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-container--default.select2-container--focus .select2-selection--multiple::-webkit-scrollbar-button {
  display: none;
}

.nowrap {
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.filters .form-group input[type="text"] {
  padding: 0 0 0 30px;
}

.filters .half-date input {
  /* display: none; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.date-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  position: relative;
}

.date-holder:before {
  font-family: 'icomoon';
  font-size: 22px;
  margin: 0 10px 0 0;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  content: "\e901";
}

.date-box {
  width: 100%;
  display: block;
  font-size: 9px;
}

.date-box.day {
  font-weight: 500;
  font-size: 20px;
}

.range-select {
  max-width: 85px;
  margin: 0 0 0 10px;
}

.form-group {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.form-group.absolute {
  position: absolute;
  justify-content: center;
  bottom: 50px;
  left: 0;
  margin: 0;
}

.form-group .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
  text-transform: none;
  align-items: center;
  color: #09463b;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}

.form-group label, .control-label {
  padding: 0;
  width: 100%;
  color: #00aeef;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.filters .form-group label {
  padding: 0 0 0 30px;
  margin: 10px 0 0;
  line-height: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0b473d;
  border: 0;
  border-radius: 40px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
}

.form-group:before {
  font-family: 'icomoon';
  font-size: 22px;
  margin: 0 10px 0 0;
  display: block !important;
  position: absolute;
  left: 0;
  top: 10px
}

.form-group.categories:before,
.form-group.subcategories:before {
  content: "\e912";
}

.form-group.localisation:before {
  content: "\e915";
}

.form-group.field-address-input {
  margin: 0 !important;
}

.form-group.diseases-list:before {
  content: "\e917";
}

.form-group.localisation .control-label {
  display: none;
}

.form-group.centered {
  justify-content: center;
  margin: 50px 0 0 !important
}

.form-group.calendar {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
}

.date-separator {
  width: 50px;
  margin: 0 20px;
  height: 1px;
  background: #c0d9de
}

.half-date {
  width: 70px;
  position: relative;
}

.form-control {
  border-radius: 0;
  box-shadow: 0 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  color: white;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  /* border: 1px solid #aaa; */
  border-radius: 4px;
  cursor: text;
  border: 0;
  border-bottom: 2px solid #abe1d7 !important;
  border-radius: 0;
  padding: 0 0 0 30px;
}

.form-control {
  border: 0;
  font-size: 14px;
  background: transparent;
}

.filters .select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  overflow: auto;
  max-height: 70px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  border: 0 !important;
  margin: 0;
  width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-bottom: 2px solid #0b473d !important;
  border: 0
}

.select2-results__option {
  padding: 3px 20px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #0b473d;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #0b473d;
  background: #edf7f5
}

.select2-dropdown {
  background-color: white;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: 0 0 40px rgba(120, 194, 222, 0.3)
}

.dropdown-menu {
  background-color: white;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 40px rgba(120, 194, 222, 0.3)
}

.datepicker table tr td, .datepicker table tr th {
  border-color: transparent;
}

element.style {}

.datepicker table tr td, .datepicker table tr th {
  border-color: transparent;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  color: #ccc
}

.datepicker-dropdown:before {
  display: none;
}

th {
  font-weight: 500;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50% !important;
}

.datepicker .datepicker-switch {
  background-color: transparent !important;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
  background: #0b473d
}

.datepicker table tr td.today {
  background: #68c5b3 !important
}
.logo-agenda {
  margin-top: 80px;
  margin-bottom: 40px;
}
input[type="date"] {
  border: 0;
  border-bottom: 0 !important;
  padding: 0;
  height: 50px;
  transition: 200ms border ease;
  -webkit-transition: 200ms border ease;
  max-width: 100%;
  width: 100%;
  background: transparent;
  display: block;
  border-radius: 0;
  box-shadow: 0 0 0 !important;
  position: relative;
}

input[type="text"], textarea, input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], select, .selectize-input {

  border: 1px solid #00aeef !important;
  padding: 0 10px;
  height: 40px;
  transition: 200ms border ease;
  -webkit-transition: 200ms border ease;
  max-width: 100%;
  width: 100%;
  background: transparent;
  display: block;
  border-radius: 0;
  box-shadow: 0 0 0 !important;
  position: relative;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #f95555;
}
input:focus, select:focus, .selectize-input:focus {
  outline: 0 !important;
  border-color: #0b473d !important;
}

textarea {
  resize: none;
  width: 100%;
  max-height: 150px;
  border: 0;
  border-bottom: 2px solid #abe1d7 !important;
  padding: 20px 0;
  transition: 200ms border ease;
  -webkit-transition: 200ms border ease;
  font-size: 24px;
  background: transparent;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f8f8f;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f8f8f;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #7f8f8f;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #7f8f8f;
}

/* Szablon */
.row {
  margin: 0;
}

.wrap {
  max-width: 80%;
  margin: 0 auto;
  width: 100%
}

.wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.wrap.mainpage {
  min-height: 100%;
  background: url(../images/points.png), url(../images/points.png), linear-gradient(to right, #0d1535, #0c1436, #0b1338, #0a1239, #09113a, #09113a, #09113a, #09113a, #0a1239, #0b1338, #0c1436, #0d1535) ;
  background-position: left top, right bottom, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 60%, 100%;
  max-width: 100%;
  margin: 0 auto;
}
.img-left {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
}
.people-circle img {
  width: 100%;
  left: 0;
}
.people-circle .people-label {
  font-size: 16px;
  color: #fdfdfd;
  font-weight: normal;
  font-family: BebasNeue;
  position: absolute;
  z-index: 0;
  background:  linear-gradient(260deg, rgba(27, 94, 178, 0), rgba(27, 94, 178, 0.3), rgb(27, 94, 178));
  padding-left: 40px;
  padding-right: 20px;
  white-space: nowrap;
  letter-spacing: 0.9pt;
  width: min-content;
  position: absolute;
  left: 95%;
  top: 50%;
  margin-top: -29px;
}
.people-row {
  margin-top: 30px;
}
.people-row .col-lg-12 {
  float: left;
  width: 100%;
}
.people-circle.pull-right {
  margin-top: -20px;
}
.people-circle.pull-right .people-label {
  top: 50%;
  left: auto;
  right: 95%;
  margin-top: -29px;
  text-align: right;
  background:  linear-gradient(130deg, rgba(27, 94, 178, 0), rgba(27, 94, 178, 0.3), rgb(27, 94, 178));
}

#videoModal .modal-body {
  padding-top: 60px;
}
.people-circle .people-label span {
  font-size: 18px;
  padding-left: 10px;
}
.people-circle.pull-right .people-label span {
  padding-left: 0;
  padding-right: 10px;
}
.people-circle {
  content: '';
  padding:2px;
  background-color: rgba(0,0,0,0);
  border: white 1px solid;
  width: 195px;
  height: 195px;
  border-radius: 95px;
  display: inline-block;
  position: relative;
}
.people-circle .people-inside {
  height: calc(100% - 4px);
  border-radius: 95px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: white;
  position: absolute;
  width: calc(100% - 4px);
}
.people-pytania-do-prelegentow {
  margin-top: 100px;
}
.people-pytania-do-prelegentow .people-circle.pull-right {
  margin-top: 0;
  margin-bottom: 0px;
  float: left!important;
}
.people-pytania-do-prelegentow .people-circle.pull-right .people-label span {
  padding-left: 10px;
}
.people-pytania-do-prelegentow .people-circle.pull-right .people-label {
  left: auto;
  margin-top: -29px;
  padding-left: 40px;
  padding-right: 30px;
  right: -232px;
  text-align: left;
  background: linear-gradient(260deg, rgba(31, 53, 93, 0), rgba(31, 53, 93, 1), rgb(31, 53, 93));
}
.people-pytania-do-prelegentow .people-circle .people-label {
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 0.9pt;
  width: auto;
  position: absolute;
  left: 90%;
  background: linear-gradient(260deg, rgba(31, 53, 93, 0), rgba(31, 53, 93, 1), rgb(31, 53, 93));
}
.people-desc {
  color: white;
  font-size: 12px;
}
.people-desc-2 {
  float: left;
}
.img-left img {
  width: 75%;
  margin: 20% auto;
}
.img-left>.row>div:last-of-type {
  text-align: center;
  font-size: 1vw;
  font-weight: bold;
  font-family: BebasNeue;
  color: white;
  letter-spacing: 0.9pt;
  padding-top: 0!important;
}
.question-list .question-row {
  display: -webkit-inline-flex;
}
.question-list .question-row .who {
  color: #00aeef;
}
.question-list {
  width: 96%;
  margin: 120px auto 0 auto;
  height: 90%;
  background-color: rgba(1, 1, 27, 0.7);
  border: 1px solid rgb(155, 27, 77);
  padding: 10px;
  color: white;
}

.question-list label {
  color: white;
}
.question-list .form-control {
  border: 1px solid rgb(155, 27, 77)!important;
}
.question-list button.stars {
  font-family: Inter;
  font-size: 22px;
  letter-spacing: 2px;
  color: white;
  font-weight: 400;
  display: inline-flex;
  margin-top: -10px;
  border: 0;
  background: transparent!important;
  background-color: rgba(0,0,0,0)!important;
}
.question-list button.stars:hover {
  color: #00aeef;
}
.stars span:first-of-type {
  padding-top: 5px;
  margin-right: 10px;
  font-size: 25px;
}
#rating-form .rating-container {
}
.question-list-inside {

  overflow-y: auto;
}
.question-list-inside::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.question-list-inside::-webkit-scrollbar-track {
  border-radius: 9px;
  background-color: #803114;
  border: 1px solid silver;
}

/* Handle */
.question-list-inside::-webkit-scrollbar-thumb {
  height: 131px;
  border: 1px solid white;
  border-radius: 8px;
  background-color: #e03114;
}

/* Handle on hover */
.question-list-inside::-webkit-scrollbar-thumb:hover {
  background-color: #ff3114;
}
.question-list .number {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: transparent;
  border: 1px solid #00aeef;
  color: white;
  text-align: center;
  display: flex;
  margin-right: 10px;
}
.question-list .text {
  width: calc(100% - 60px)
}
.question-list .number span {
  margin: auto;
  font-size: 20px;
}
.question-list button {
  background-color: rgb(155, 27, 77)!important;
  margin-bottom: 20px;
  font-size: 20px;
}
.question-list .form-control, .question-list select {
  font-size: 25px;
}
.question-list select {
  height: 70px;
  text-transform: uppercase;
}
.question-list select option {
  color: black;
}
.img-left>.row>div:last-of-type .yellow {
  color: rgb(249, 182, 19);
}
.img-left>span, .img-center span {
  font-size: 42px;
  font-family: BebasNeue;
  color: white;
  font-weight: normal;
  letter-spacing: 0.9pt;
  line-height: 40px;
}
.img-left>span>strong,.img-center span>strong {
  font-weight: bold;
}
#registerModal, #phoneNumberModal, #helpModal, #loginModal, #videoModal {
  margin: 5% auto;
  width: 50%;
}
#registerModal .modal-dialog, #phoneNumberModal .modal-dialog, #helpModal .modal-dialog, #loginModal .modal-dialog, #videoModal .modal-dialog {
  width: 97%;
}
#registerModal .modal-content, #phoneNumberModal .modal-content, #helpModal  .modal-content, #loginModal  .modal-content , #videoModal  .modal-content {
  background-color: #01011b;
  border: 1px solid #00aeef;;
  border-radius: 0;
}
#registerModal .close, #phoneNumberModal .close, #helpModal  .close, #loginModal  .close , #videoModal  .close {
  position: absolute;
  font-size: 30px;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #00aeef;;
  top: -10px;
  background: #01011b;
  left: -10px;
  z-index: 99999;
  opacity: 1;
}
.modal-body p {
  color: #00aeef;
  font-size: 14px;
}
.modal-dialog a {
  text-decoration: underline!important;
  font-size: 14px;
}
#registerModal .modal-body h2, #phoneNumberModal .modal-body h2, #helpModal .modal-body h2, #loginModal .modal-body h2, #videoModal .modal-body h2 {
  color: #00aeef;
  font-size: 40px;
  font-family: BebasNeue;
  font-weight: bold;
  margin-top: 30px;
  letter-spacing: 0.9pt;
  margin-bottom: 0!important;
}
#helpModal .modal-body h2 a {
  font-size: 40px;
}
#registerModal.register-doctor .modal-body h2 {
  font-size: 25px;
}
.modal-body a {
  color: #00aeef;;
}
.agenda-row {
  margin-top: 150px;
  color: white;
  text-shadow: 0 0 2px #000;
}
.agenda-hour-row {
  margin-bottom: 20px;
}
.agenda-hour-row>div{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.agenda-row h2 {
  color: white;
  font-family: BebasNeue;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.9pt;
}
.agenda-row .agenda-blue {
  color: rgb(0, 174, 239);
}
.agenda-row .agenda-yellow {
  color: rgb(249, 182, 19);
}
#registerModal .modal-body hr, #phoneNumberModal .modal-body hr, #helpModal .modal-body hr, #loginModal .modal-body hr, #videoModal .modal-body hr {
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #00aeef;
}
#phoneNumberModal.modal-phone-number .modal-body h2 {
  font-size: 30px;
}
#phoneNumberModal.modal-phone-number .btn-close {
  border-radius: 0;
  background-color: #9b9b9c!important;
  color: black;
  text-transform: uppercase;
  font-family: BebasNeue;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  letter-spacing: 0.9pt;
  margin-right: 20px;
}
.help-btn {
  border-radius: 0;
  background-color: rgb(0, 174, 239)!important;
  text-transform: uppercase;
  font-family: BebasNeue;
  font-size: 25px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  letter-spacing: 0.9pt;
  margin-right: 20px;
}
.block-blue {
  width: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: BebasNeue;
  letter-spacing: 0.9pt;
  font-size: 30px;
  padding: 20px;
  background: transparent;
  background-image: linear-gradient(45deg, rgb(155, 27, 77), rgba(155, 27, 77, 0.5), rgba(155, 27, 77, 0.3));
  margin-top: 40px;
  transition: 0.3s;
  display: block;
  border: 0;
}
.block-blue:hover {
  color: white;
  background-image: linear-gradient(45deg, rgb(155, 27, 77), rgba(155, 27, 77, 0.9), rgba(155, 27, 77, 0.5));
  box-shadow: rgb(33, 47, 88) 1px 1px 10px;
}
.img-center {
  margin-top: 120px;
  padding: 0px;
}
.img-center .row {
  background-color: rgb(33, 47, 88);
  padding: 0;
  border: 1px solid white;
  -webkit-box-shadow:inset 0 0 0 2px rgb(0,0,0);
  -moz-box-shadow:inset 0 0 0 2px rgb(0,0,0);
  box-shadow:inset 0 0 0 2px rgb(0,0,0);
  display: flex!important;
}
.img-center .row>div {
  margin: auto;
  padding: 0!important;
  position: relative;
}
.img-center img {
  width: 100%!important;
  margin: auto;
}
.img-center img:last-of-type {
  position: absolute;
  width: 20% !important;
  left: 40%;
  top: 35%;
}
.mainpage .homepage-desc {
  margin-top: 40px;
  padding: 0!important;
}
.homepage-desc h2{
  font-family: BebasNeue;
  font-size: 50px;
  color: #00aeef;
  font-weight: bold;
  letter-spacing: 0.9pt;
}
.homepage-desc p{
  color: white;
  font-size: 16px;
  font-family: roboto;
  font-weight: normal;
}
.wrap.mainpage .row {
  display: block;
  width: 100%;
}
.number-box-row {
  margin-top: 40px;
}
.number-box-row>div {
  padding: 15px!important;
}
.number-box {
  margin-top: 40px;
  border: 1px solid white;
  text-align: center;
  font-family: Digital7;
  font-size: 60px;
  color: white;
  padding: 20px 0 0 0;
}
.number-box-label {
  font-family: BebasNeue;
  font-size: 20px;
  margin-top: 20px;
}
.event-row {
  padding: 10px;
}
.event-row>a .event-text div:last-of-type {
  margin-top: 10px;
}
.event-row:nth-child(odd) > a{
  background: linear-gradient(215deg, rgba(241, 128, 31, 0), rgba(241, 128, 31, 0.3), rgb(241, 128, 31));
  padding: 9px;
  margin-left: 50px;
}
.event-row>a .event-text div:last-of-type {
  margin-top: 10px;
  font-size: 17px;
}
.event-row>a {
  background:  linear-gradient(215deg, rgba(27, 94, 178, 0), rgba(27, 94, 178, 0.3), rgb(27, 94, 178));
  display: -webkit-inline-box;
  transition: 0.3s;
}
.event-row>a:hover {
  background:  linear-gradient(215deg, rgba(27, 94, 178, 0.3), rgba(27, 94, 178, 0.6), rgb(27, 94, 178));
}
.event-row .calendar-icon {
  background-image: url(../images/kalendarz.png);
  background-size: 100% 100%;
  width: 64px;
  height: 64px;
  margin: 5px 10px;
}
.event-row .event-text {
  font-size: 2.4vw;
  color: #fdfdfd;
  font-weight: bold;
  font-family: BebasNeue;
  letter-spacing: 0.9pt;
  padding-left: 20px;
  padding-top: 10px;
}
.content,
.site-index {
  width: 100%;
}

.mainpage .content,
.mainpage .site-index {
  height: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 2% !important;
}

/* Mapa */
.col-md-3.filters {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(120, 194, 222, 0.1);
  position: relative;
  overflow: hidden;
  width: 20%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.col-md-9.map {
  padding: 0 !important;
  height: 100%;
  width: calc(80% + 5px);
  margin: 0 0 0 -5px;
  border-radius: 0 10px 10px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

body #map {
  min-height: 0 !important;
  height: 100% !important
}

body .leaflet-marker-icon.leaflet-interactive:before {
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 22;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 20px;
  top: 3px;
  left: 3px;
}

.marker-pin:before {
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 22;
  text-align: center;
  line-height: 35px;
  color: #fff !important;
  font-size: 20px;
  top: 0;
  left: 0;
}

body .leaflet-popup-content-wrapper, body .leaflet-popup-tip {
  background: white;
  color: #0b473d;
  box-shadow: 0 0 30px rgba(120, 194, 222, 0.1);
  border-radius: 5px;
}

body .leaflet-popup-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #0b473d;
}

body .marker-cluster div {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.marker-pin {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
  box-sizing: content-box;
}

body .marker-cluster span {
  position: absolute;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -4px;
  right: -4px;
  color: #0b473d !important;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.bg_box {
  position: absolute;
  top: 0;
  z-index: 0;
  background: url(../images/bgmain.svg) 50% no-repeat;
  width: 150%;
  height: 100%;
  background-size: contain !important;
}

.bg_box.center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 0;
  background: transparent;
  left: 0;
  padding: 80px 0 0
}

.bg_box.center:before {
  content: '';
  width: 80%;
  height: 80%;
  background-size: contain !important;
  background: url(../images/bgdark.svg) 50% no-repeat;
  animation: rotate 40s infinite linear;
}

.bg_box.right {
  right: -75%
}

.bg_box.left {
  left: -75%
}

.wrap.flex.intro {
  margin-top: 5%;
  align-items: center;
}

.half_box {
  width: 50%;
  padding: 5%;
  position: relative;
}

.half_box.mapimage {
  padding: 0;
}

.steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5% 0;
  flex-wrap: wrap;
  position: relative;
}

.steps .wrap {
  padding: 0 4%;
  justify-content: space-between;
}

.steps-line {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 24px;
  left: 0;
  height: 1px;
  background: #c0d4d0
}

.step {
  width: 21%;
}

.step-desc {
  width: 100%;
  display: block;
}

.step .number {
  font-size: 48px;
  font-weight: 500;
  display: inline-block;
  background: #edf7f5;
  padding: 0 10px;
  margin: 0 -10px 25px;
  line-height: 1;
}

.disease_icon {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 40px rgba(120, 194, 222, 0.1);
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  animation: 4s diseasezoom infinite ease-out
}

.disease_icon:before {
  content: '';
  background-size: 60% !important;
  width: 100%;
  height: 100%;
  display: block;
}

.disease_icon.one {
  top: 32%;
  left: 5%;
}

.disease_icon.two {
  top: 63%;
  left: 30%;
  animation-delay: 500ms
}

.disease_icon.three {
  top: 47%;
  left: 41%;
  animation-delay: 1000ms;
}

.disease_icon.four {
  top: 36%;
  left: 72%;
  width: 90px;
  height: 90px;
  animation-delay: 1500ms
}

.disease_icon.five {
  top: 71%;
  left: 86%;
  animation-delay: 2000ms
}

.disease_icon.one:before {
  background: url(../images/1.svg) 50% no-repeat;
}

.disease_icon.two:before {
  background: url(../images/2.svg) 50% no-repeat;
}

.disease_icon.three:before {
  background: url(../images/3.svg) 50% no-repeat;
  background-size: 40% !important
}

.disease_icon.four:before {
  background: url(../images/4.svg) 50% no-repeat;
}

.disease_icon.five:before {
  background: url(../images/5.svg) 50% no-repeat;
}

/* Reset */
.wrap.white.resetpassword {
  padding: 5%;
  text-align: center;
  justify-content: center;
}

#request-password-reset-form, #request-password-reset-form .form-group {
  text-align: center;
  justify-content: center;
  width: 100%
}

.wrap.white.resetpassword h1 {
  width: 100%;
}

/* Login */
.form-header {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 25px;
}

.form-header.up {
  background: #edf7f5;
  margin: 10px auto 5%;
  padding: 0 20px;
}

.form-header:before {
  font-family: 'icomoon';
  color: #68c4b3;
  font-size: 36px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0 0 25px;
}

.loginbox .form-header:before {
  content: "\e914";
}

.registerbox .form-header:before {
  content: "\e91b";
}

.site-login .form-control {
  text-align: center;
}

.site-login .wrap.flex {
  max-width: 60%;
  padding: 70px;
  justify-content: space-between;
}

.half_box.loginbox,
.half_box.registerbox {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  width: 46%;
  text-align: center;
  box-shadow: 0 0 40px rgba(120, 194, 222, 0.1);
  transition: 200ms all linear;
  -webkit-transition: 200ms all linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.half_box .wrapper {
  position: relative;
  width: 100%;
  padding: 50px 70px 150px;
}

.row.social-login {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 5% 0 0;
  z-index: 22
}

.row.social-login .wrap.flex {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.row.social-login .wrap.flex #w0 {
  width: 100%;
  text-align: center;
}

.btn-login-facebook,
.btn-login-google {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-login-facebook a,
.btn-login-google a {
  border: 3px solid;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  min-width: 200px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: 200ms color ease, 200ms background ease, 200ms border-color ease;
  -webkit-transition: 200ms color ease, 200ms background ease, 200ms border-color ease;
}

.btn-login-facebook a:before,
.btn-login-google a:before {
  font-family: 'icomoon';
  font-size: 22px;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.btn-login-facebook a:before {
  content: "\e90e";
}

/* Thank you */
.site-thank-you,
.site-error {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}

.site-thank-you .wrap,
.site-error .wrap {
  max-width: 500px;
  text-align: center;
  padding: 0;
}

.site-thank-you .wrapper,
.site-error .wrapper {
  position: relative;
}

.site-thank-you h1:before {
  content: "\e900";
  font-family: 'icomoon';
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
  font-size: 36px;
  display: block;
}

/* Profil */
.half_box .form-header {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 0 25px;
  background: transparent;
  border-radius: 0;
}

.form-header.points:before {
  content: "\e90c";
}

.empty-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.empty-list:before {
  content: "\e90b";
  font-family: 'icomoon';
  position: absolute;
  /* width: 100%; */
  height: auto;
  font-size: 10vw;
  color: #f9f9f9;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%)
}

.row.marker-element {
  width: 100%;
  padding: 10px 80px 10px 10px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}

.marker-title {
  font-weight: 500;
}

.marker-buttons {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.marker-buttons a {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  font-weight: bold
}

.marker-buttons a:before {
  font-size: 18px;
  font-weight: normal;
  font-family: 'icomoon'
}

.marker-edit a:before {
  content: "\e91d";
}

.marker-delete a:before {
  content: "\e920";
  color: #c36774
}

.marker-details {
  font-size: 14px;
  color: #7f8f8f
}

.row.marker-element .col-md-4, .row.marker-element .col-md-8, .row.marker-element .col-md-12 {
  padding: 0 !important;
}

.form-header.user_avatar:before {
  position: relative;
  width: 50px;
  height: auto;
  left: auto;
  top: auto;
  transform: none;
  margin: 0 auto 25px;
  font-size: 36px;
  color: #68c4b3;
  opacity: 1;
}

.half_box.withbutton {
  padding: 50px 5% 150px;
}

/* FAQ */
body .panel {
  border: 0;
  box-shadow: 0 0 0 !important;
}

body .panel-title {
  font-weight: 500;
  color: #0b473d
}

body .panel-default>.panel-heading {
  border-bottom: 1px solid #dfdfdf;
  background: transparent;
}

body .panel-group .panel-heading+.panel-collapse>.panel-body,
body .panel-group .panel-heading+.panel-collapse>.list-group {
  border: 0;
}

/* Wyszukiwarka */
body .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 99999;
  border: 0 !important;
  box-shadow: 0 0 40px rgba(120, 194, 222, 0.2);
  color: #0b473d !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500;
  padding: 5px !important;
  border-radius: 5px !important;
}

body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body a.ui-button:active,
body .ui-button:active,
body .ui-button.ui-state-active:hover {
  border: 1px solid transparent;
  background: #f4f8f7;
  font-weight: 500;
  color: inherit;
}

.ui-icon-b

/* Markery */
.form-header.add-marker:before {
  content: "\e90b";
}

#w0 .half_box {
  padding: 0 25px;
  width: 50%
}

#w0 .form-group {
  margin: 0
}

.wrap.small {
  max-width: 800px
}

.half_box.withbutton.wide {
  width: 100%
}

/* Podstrona */
.wrap.contentwrap.white {
  padding: 5%
}

.wrap.contentwrap.white .wrapper {
  max-width: 100%;
  width: 100%
}

.container {
  width: 100% !important;
  padding: 0 60px;
  overflow-x: hidden;
}

.wrap.contentwrap.white p {
  width: 100%;
}

/* Kontakt */
.subpage {
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 100%
}

#contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact-form .half_box {
  width: 48%;
  padding: 0;
}

#contact-form .form-group {
  justify-content: center;
}

.wrap.white {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 40px rgba(120, 194, 222, 0.1);
  transition: 200ms all linear;
  -webkit-transition: 200ms all linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding: 2% 0;
  position: relative;
}

.half_box.withborder {
  border-right: 1px solid #dfdfdf
}

/* Stopka */
.footer {
  height: auto;
  background-color: #fff;
  padding: 3% 0;
  color: #6a7d7a
}

.footer .wrap.flex {
  max-width: 50%;
  justify-content: space-between;
}

.foot_box a {
  width: 100%;
  display: block;
}

p.copyright {
  font-weight: normal;
  font-size: 13px;
  margin: 5% 0 0;
  text-align: center;
  width: 100%;
  display: block;
}

.foot_box {
  width: 29.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.foot_box a,
.foot_box p {
  width: 100%;
}

.foot_box strong {
  display: block;
  width: 100%;
  text-align: center;
}

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

.foot_box img {
  max-width: 130px
}

.social_box {
  display: inline-block;
  margin: 0 15px
}

.social_box a:before {
  font-family: 'icomoon';
  font-size: 24px;
}

.social_box.fb a:before {
  content: "\e90e";
}

.social_box.ig a:before {
  content: "\e911";
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* Nawigacja */
body .navbar-inverse {
  background-color: rgba(1, 1, 27, 0.3);
  line-height: 80px;
  box-shadow: 0 0 40px rgba(120, 194, 222, 0.1);
  font-size: 15px;
  transition: all 0.3s;
}

body .navbar-inverse .wrap.flex {
  align-items: center;
  max-width: 89%;
  margin: 0 0 0 auto;
  padding: 0 70px 0 0;
}

body .navbar-inverse .btn-link {
  line-height: 50px;
  color: #ddd;
  text-transform: uppercase;
}
body .navbar-inverse .btn-link.active {
  color: #00aeef;
}

.navbar-inverse.nav-up, .navbar-inverse.nav-down {
  background-color: #01011b;
}

a.home-link {
  display: block;
  height: 70px;
  margin: 0
}

a.home-link img {
  height: 70px;
  display: block;
}

.nav_search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #f4f8f7;
  height: 50px;
  top: 15px;
  border-radius: 30px;
  padding: 0;
  min-width: 400px;
}

.nav_search:after {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  content: "\e91c";
  font-family: 'icomoon';
  width: 50px;
  text-align: left;
  font-size: 24px;
  color: #7f8f8f;
}

.nav_search input[type="text"] {
  border: 0 !important;
  padding: 0 50px 0 30px;
  height: 50px;
}

.right_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #7f8f8f;
  background: #fff
}

.right_menu a {
  color: #7f8f8f
}

.user_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0 25px 0 0
}

.user_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f4f8f7;
  margin: 0 10px 0 0;
  position: relative;
}

.user_avatar:before {
  content: "\e914";
  font-family: 'icomoon';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  opacity: 0.4
}

.user_name {
  position: relative;
}

.user_name a {
  font-weight: 500;
}

body .navbar-inverse .btn-link.logout {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: 200ms ease visibility, 200ms ease opacity, 200ms ease top, 300ms color ease, 200ms background ease, 200ms border-color ease, 200ms box-shadow ease;
  -webkit-transition: 200ms ease visibility, 200ms ease opacity, 200ms ease top, 300ms color ease, 200ms background ease, 200ms border-color ease, 200ms box-shadow ease;
  background: #f4f8f7;
  left: 0;
  border-radius: 0 0 10px 10px;
  z-index: -1;
  justify-content: center;
}

body .navbar-inverse .user_name:hover .btn-link.logout {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

body .navbar-inverse .user_name:hover .btn-link.logout:hover {
  background: #0b473d
}

.btn.logout:before {
  content: "\e914";
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view td {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
  padding: 15px;
  border: none;
}

#hideshow {
  display: none;
}

@media(max-width:767px) {
  #registerModal, #phoneNumberModal, #helpModal, #loginModal, #videoModal {
    width: 90%;
  }
  .nav li>form>button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
  .left_menu .btn:before {
    display: none;
  }
  .left_menu {
    top: 0;
    right: 10px;
    position: absolute;
    background:#01011b!important;
  }
  .left_menu .btn {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 40px!important;
  }
  .navbar-inverse {
    background: #01011b!important;
  }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
  text-decoration: none;
}

.nav>li>form>button.logout:focus {
  outline: none;
}

.datepicker-dropdown {
  z-index: 9999 !important;
}

@media (max-width: 1600px) {
  .col-md-3.filters {
    width: 25%
  }

  .col-md-9.map {
    width: calc(75% + 5px);
  }

  h1 {
    font-size: 24px;
  }

  .h1 strong, h1 strong, .step .number {
    font-size: 36px;
  }

  .site-login .wrap.flex {
    max-width: 80%
  }

  .half_box .wrapper {
    padding: 50px 70px 100px;
  }

  .wrap {
    max-width: 90%
  }

  .form-header,
  .date-box.day {
    font-size: 18px;
  }

  .form-header:before {
    margin: 0 auto 10px !important
  }

  body {
    font-size: 15px;
  }

  .foot_box img {
    max-width: 100px;
  }
}

@media (max-width:1199px) {

  .col-lg-4.archiwum-text, .col-lg-4.livecase-text {
    padding-left: 0!important;
  }
  .question-list {
    margin: 0 auto 40px auto;
  }

  .numer-pc-pl {
    position: relative!important;
  }

  .people-desc {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .agenda-row {
    margin-top: 0;
  }
  .container {
    padding: 0 20px;
  }
  .img-left>.row>div:last-of-type {
    font-size: 20px;
  }
  .img-left>.row>div {
    padding: 0!important;
  }
  .img-center {
    margin-top: 40px;
  }
  .img-center span {
    font-size: 21px;
  }
  .block-blue {
    line-height: 34px;
  }
  #hideshow.active {
    position: fixed
  }
  .number-box {
    margin-top: 0;
  }
  .people-circle {
    width: 105px;
    height: 105px;
  }
  .people-circle.pull-right {
    margin-top: 20px;
    margin-bottom: 40px;
    float: left!important;
  }
  .event-row>a{
    padding-left: 0!important;
    display: -webkit-inline-box;
    height: auto;
    width: 100%;
  }
  .event-row .calendar-icon {
    margin: auto;
    margin-left: 10px;
    width: 50px;
    height: 50px;
  }
  .event-row .event-text {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
  }

  .event-row>a .event-text div:last-of-type {
    margin-top: 0;
  }
  .event-row>a:last-of-type .event-text div:last-of-type {
    margin-top: 0;
  }
  .event-row>a:last-of-type .event-text {
    font-size: 18px!important;
  }
  .event-row .event-text div:last-of-type {
    font-size: 20px!important;
    line-height: 22px;
  }
  .people-circle.pull-right .people-label span {
    padding-left: 10px;
  }
  .people-circle.pull-right .people-label {
    margin-top: -29px;
    padding-left: 40px;
    padding-right: 30px;
    left: 90%;
    text-align: left;
    background: linear-gradient(260deg, rgba(27, 94, 178, 0), rgba(27, 94, 178, 0.3), rgb(27, 94, 178));
  }
  .event-row>a:last-of-type {
    margin-left: 0;
    width: 100%;
  }

  .number-box-row {
    margin-top: 0;
  }
  #hideshow.active .btn.withclose,
  #hideshow.active .btn.clearfilter {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  #hideshow.active .btn.withfilter,
  #hideshow .btn.clearfilter {
    display: none;
  }

  #hideshow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
    left: 0;
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: 0 0 40px rgba(120, 194, 222, 0.1);
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  body .navbar-inverse .wrap.flex {
    max-width: 95%;
    padding: 0;
    margin: 0 auto;
  }

  .nav_search {
    position: relative;
    left: 0;
    transform: none;
    background: #f4f8f7;
    height: 50px;
    top: 0;
    border-radius: 30px;
    padding: 0;
    min-width: 300px;
  }

  .footer .wrap.flex {
    max-width: 70%
  }

  .disease_icon {
    width: 40px;
    height: 40px;
  }

  .disease_icon.four {
    width: 60px;
    height: 60px;
  }

  body .navbar-inverse {
    font-size: 13px;
  }

  body .navbar-inverse .btn {
    padding: 0 15px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
  .img-left>.row>div:last-of-type {
    font-size: 18px;
  }
  .wrap {
    max-width: 100%
  }

  body .navbar-inverse .user_avatar {
    display: none;
  }

  body .btn.logout:before {
    display: none;
  }

  .user_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 15px;
  }

  body .navbar-inverse .btn-link.logout {
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: 200ms ease visibility, 200ms ease opacity, 200ms ease top, 300ms color ease, 200ms background ease, 200ms border-color ease, 200ms box-shadow ease;
    -webkit-transition: 200ms ease visibility, 200ms ease opacity, 200ms ease top, 300ms color ease, 200ms background ease, 200ms border-color ease, 200ms box-shadow ease;
    background: transparent;
    left: 0;
    border-radius: 0;
    z-index: 0;
    justify-content: center;
    border-left: 1px solid #dfdfdf;
    height: auto;
    line-height: 15px;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
  }

  .nav_search input[type="text"] {
    font-size: 13px;
  }
}

@media (max-width: 850px) {
  .half_box {
    width: 100% !important;
    padding: 5% !important;
    border: 0 !important;
  }

  .step {
    width: 100%
  }

  .steps .wrap {
    justify-content: center;
    text-align: center;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0 5% !important;
  }

  .steps-line {
    display: none;
  }

  .subpage {
    min-height: 0;
  }

  .half_box .wrapper {
    padding: 5% !important;
  }

  .half_box.loginbox, .half_box.registerbox {
    padding: 0 !important;
    margin: 15px 0;
  }

  .foot_box {
    width: 100%;
    text-align: center;
    order: 2;
    margin: 10px 0;
  }

  .foot_box.centered {
    width: 100%;
    order: 1;
  }

  .form-group.absolute {
    position: relative;
    justify-content: center;
    bottom: 0;
    left: 0;
    margin: 50px 0 !important;
  }

  .col-md-6 {
    width: 100%
  }

  .copyright {
    order: 3;
  }

  body .navbar-inverse .btn {
    font-size: 12px;
    padding: 0;
    height: 40px;
    text-align: center;
    justify-content: center;
  }

  body .navbar-inverse .btn-link.logout {
    font-size: 13px;
    padding: 0 0 0 10px;
    width: auto;
  }

  a.home-link img,
  a.home-link {
    z-index: 9;
    height: 50px;
  }

  body .navbar-inverse .btn:before {
    margin: 5px;
    margin-left: 15px;
  }

  .form-group label, .control-label {
    margin: 10px 0 0;
    font-size: 14px;
  }

  .nav_search {
    position: absolute;
    left: 0;
    transform: none;
    background: #f4f8f7;
    height: 50px;
    top: 70px;
    border-radius: 0;
    padding: 0;
    min-width: 300px;
    width: 100%;
  }

  .navbar-inverse {
    transition: 200ms top ease;
    -webkit-transition: 200ms top ease;
  }

  .navbar-inverse.nav-up {
    top: -70px;
  }

  .user_name a {
    font-weight: 500;
    width: 100%;
    text-align: right;
    margin: 0 0 5px;
  }

  .user_name {
    justify-content: flex-end;
  }

  body .navbar-inverse .btn-link.logout {
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 12px;
  }

  #hideshow .btn {
    min-width: 120px;
  }

  .h1 strong, h1 strong, .step .number {
    font-size: 28px;
  }

  .steps {
    margin: 10% 0;
  }

  .btn.btn-primary.disabled.filled.add-marker {
    white-space: normal;
    line-height: normal;
    padding: 10px 25px;
    height: 60px;
    font-size: 13px;
    text-align: left;
  }

  .wrap.contentwrap.white {
    padding: 10%
  }

  h1 {
    font-size: 22px;
  }

  .site-login .wrap.flex {
    max-width: 100%
  }

  .subpage, .site-login .wrap.flex {
    padding: 20px;
  }

  .btn-login-facebook, .btn-login-google {
    width: 100%;
    margin: 5px 0;
  }

  .btn-login-facebook a, .btn-login-google a {
    width: 100%
  }

  body .navbar-inverse .wrap.flex {
    max-width: 90%
  }

  .half_box.mapimage {
    padding: 0 !important;
    max-width: 80%;
    margin: 5% auto 0;
  }
  .archive-containers {
    width: 100%!important;
    margin-top: 110px!important;
  }
  .col-lg-4.archiwum-text, .col-lg-4.livecase-text {
    text-align: center;
    font-size: 16px!important;
    padding-left: 0!important;
  }
  .archives .col-lg-2 img {
    width: 100px;
  }
  .col-lg-12.video-row {
    padding-left: 0!important;
  }
  .video-row .img {
    float: none!important;
    margin: auto!important;
  }
  .archive-containers .date {
    font-size: 16px!important;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .archive-containers .title {
    font-size: 22px!important;
    width: 100%;
    text-align: center;
  }
}

.numer-pc-pl {
  bottom: 0;
  display: block;
  position: absolute;
  right: 10px;
}
.video-row {
  padding: 1%!important;
  padding-left: 60px!important;
}
.video-row:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.2);
}
.video-row.new .img:before {
  content: 'NEW';
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  background: rgb(128, 4, 120);
  display: block;
  position: absolute;
  color: white;
  font-weight: bold;
  font-family: BebasNeue;
  font-size: 20px;
  letter-spacing: 0.8pt;
  left: -55px;
  top: 30px;
}
.video-row .img {
  width: 180px;
  height: 105px;
  background-size: cover;
  background-position: center center;
  float: left;
  margin-right: 20px;
  position: relative;
}
.video-row .img img {
  width: 50px;
  height: 50px;
  margin-left: 65px;
  margin-top: 25px;
}

.archive-containers {
  width: 60%;
  margin: auto;
  margin-top: 150px;
  height: calc(100vh - 190px);
  overflow-y: scroll;
}
.archive-containers::-webkit-scrollbar {
  width: 7px;
}
.archive-containers::-webkit-scrollbar-track {
  background: #90A4AE;
}
.archive-containers::-webkit-scrollbar-thumb {
  background-color: rgb(27, 94, 178);
  border: 3px solid rgb(27, 94, 178);
}

header.archives a.home-link {
  height: 100px;
}
header.archives a.home-link img {
  height: 100px;
}
.archiwum-text {
  font-size: 60px;
  font-weight: bold;
  font-family: BebasNeue;
  letter-spacing: 0.8pt;
  background: -webkit-linear-gradient(rgb(128, 4, 120), rgb(102, 2, 94));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.livecase-text {
  font-size: 60px;
  padding-left: 90px!important;
  font-weight: bold;
  font-family: BebasNeue;
  letter-spacing: 0.8pt;
  background: -webkit-linear-gradient(#fff, #777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.archive-containers .date {
  font-size: 22px;
  color: rgb(0, 174, 239);
  font-family: BebasNeue;
  font-weight: bold;
  letter-spacing: 0.8pt;
}
.archive-containers .title {
  font-size: 28px;
  color: white;
  font-family: BebasNeue;
  font-weight: bold;
  letter-spacing: 0.8pt;
}