@charset "UTF-8";
.klub-list-collection-container > div, .fancy-scrollbar {
  -webkit-overflow-scrolling: touch;
}
.klub-list-collection-container > div::-webkit-scrollbar, .fancy-scrollbar::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}
.klub-list-collection-container > div::-webkit-scrollbar-button:start:decrement, .fancy-scrollbar::-webkit-scrollbar-button:start:decrement, .klub-list-collection-container > div::-webkit-scrollbar-button:end:increment, .fancy-scrollbar::-webkit-scrollbar-button:end:increment {
  background: transparent;
  display: none;
}
.klub-list-collection-container > div::-webkit-scrollbar-track-piece, .fancy-scrollbar::-webkit-scrollbar-track-piece {
  background: #dbdbdb;
}
.klub-list-collection-container > div::-webkit-scrollbar-track-piece:vertical:start, .fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:start {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.klub-list-collection-container > div::-webkit-scrollbar-track-piece:vertical:end, .fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:end {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.klub-list-collection-container > div::-webkit-scrollbar-track-piece:horizontal:start, .fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:start {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}
.klub-list-collection-container > div::-webkit-scrollbar-track-piece:horizontal:end, .fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:end {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.klub-list-collection-container > div::-webkit-scrollbar-thumb:vertical, .fancy-scrollbar::-webkit-scrollbar-thumb:vertical, .klub-list-collection-container > div::-webkit-scrollbar-thumb:horizontal, .fancy-scrollbar::-webkit-scrollbar-thumb:horizontal {
  background: #c2c2c2;
  border-radius: 5px;
  display: block;
  height: 50px;
}

.potrdi-klub-modal button[type=submit] .loader-inline, .klub-form button[type=submit] .loader-inline {
  display: inline-block;
  position: relative;
  pointer-events: none;
  animation: fadeIn 1s 0.25s ease-in;
  animation-fill-mode: backwards;
}
.potrdi-klub-modal button[type=submit] .loader-inline .spinner-container, .klub-form button[type=submit] .loader-inline .spinner-container {
  display: inline-block;
  position: relative;
  left: 8px;
  bottom: 6px;
  pointer-events: none;
  margin: 0 10px 0 10px;
}
.potrdi-klub-modal button[type=submit] .loader-inline .spinner, .klub-form button[type=submit] .loader-inline .spinner {
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  /* -webkit-animation: spin .5s infinite linear; */
  border-bottom: 2px solid rgb(31.0687655344%, 59.7901132284%, 92.4606462303%);
  border-left: 2px solid rgb(31.0687655344%, 59.7901132284%, 92.4606462303%);
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  height: 16px;
  width: 16px;
  pointer-events: none;
  left: -8px;
  top: -8px;
  animation: spin 0.5s infinite linear, fadeInOut1 2s infinite linear;
}
.potrdi-klub-modal button[type=submit] .loader-inline .spinner:nth-child(2), .klub-form button[type=submit] .loader-inline .spinner:nth-child(2) {
  border-bottom-color: rgb(31.0687655344%, 92.4606462303%, 84.2032587683%);
  border-left-color: rgb(31.0687655344%, 92.4606462303%, 84.2032587683%);
  width: 14px;
  height: 14px;
  left: -7px;
  top: -7px;
  animation: spin 0.5s infinite linear, fadeInOut2 2s infinite linear;
}
.potrdi-klub-modal button[type=submit] .loader-inline .spinner:nth-child(3), .klub-form button[type=submit] .loader-inline .spinner:nth-child(3) {
  border-bottom-color: rgb(31.0687655344%, 92.4606462303%, 43.2753383043%);
  border-left-color: rgb(31.0687655344%, 92.4606462303%, 43.2753383043%);
  width: 12px;
  height: 12px;
  left: -6px;
  top: -6px;
  animation: spin 0.5s infinite linear, fadeInOut3 2s infinite linear;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 10em;
  position: relative;
  pointer-events: none;
  animation: fadeIn 1s 0.25s ease-in;
  animation-fill-mode: backwards;
}
.loader .spinner-container {
  position: relative;
  pointer-events: none;
}
.loader .spinner {
  position: absolute;
  border-radius: 100%;
  /* -webkit-animation: spin .5s infinite linear; */
  border-bottom: 2px solid #1565c0;
  border-left: 2px solid #1565c0;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  height: 50px;
  width: 50px;
  pointer-events: none;
  left: -25px;
  top: -25px;
  animation: spin 0.5s infinite linear, fadeInOut1 2s infinite linear;
}
.loader .spinner:nth-child(2) {
  border-bottom-color: #15c0a9;
  border-left-color: #15c0a9;
  width: 48px;
  height: 48px;
  left: -24px;
  top: -24px;
  animation: spin 0.5s infinite linear, fadeInOut2 2s infinite linear;
}
.loader .spinner:nth-child(3) {
  border-bottom-color: #15c037;
  border-left-color: #15c037;
  width: 46px;
  height: 46px;
  left: -23px;
  top: -23px;
  animation: spin 0.5s infinite linear, fadeInOut3 2s infinite linear;
}

.l-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.l-flex--horz {
  flex-direction: row;
}

.l-flex--vert {
  flex-direction: column;
}

.embedded-add-klub-btn, button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.embedded-add-klub-btn:hover, button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover {
  background-color: rgb(6.5882352941%, 31.6862745098%, 60.2352941176%);
  color: #fff;
}
.embedded-add-klub-btn:focus, button:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}
.embedded-add-klub-btn:disabled, button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.embedded-add-klub-btn:disabled:hover, button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #1565c0;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 16px;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: rgb(69.3333333333%, 69.3333333333%, 69.3333333333%);
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: rgb(95%, 95%, 95%);
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=email]::-moz-placeholder, [type=month]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=text]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=week]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(58.1176470588%, 58.1176470588%, 58.1176470588%);
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: rgb(58.1176470588%, 58.1176470588%, 58.1176470588%);
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

html {
  background-color: #fff;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.oprojektu ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #4d4d4d;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  transition: color 150ms ease;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: rgb(6.1764705882%, 29.7058823529%, 56.4705882353%);
}
a:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/*
* @Author: Pedro Kostelec
* @Date:   2018-12-08 20:46:37
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2018-12-08 20:50:49
*/
blockquote {
  border-left: 2px solid #ddd;
  padding-left: 0.75em;
  margin: 1.5em 0;
}

cite {
  color: #999;
  font-style: italic;
}
cite:before {
  content: "— ";
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(379deg);
  }
}
@keyframes fadeInOut1 {
  from {
    opacity: 1;
  }
  12.66% {
    opacity: 1;
  }
  20.67% {
    opacity: 0;
  }
  79.33% {
    opacity: 0;
  }
  87.334% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut2 {
  from {
    opacity: 0;
  }
  12.66% {
    opacity: 0;
  }
  20.67% {
    opacity: 1;
  }
  29.33% {
    opacity: 1;
  }
  37.34% {
    opacity: 0;
  }
  62.66% {
    opacity: 0;
  }
  70.67% {
    opacity: 1;
  }
  79.33% {
    opacity: 1;
  }
  87.34% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut3 {
  from {
    opacity: 0;
  }
  29.33% {
    opacity: 0;
  }
  37.34% {
    opacity: 1;
  }
  62.66% {
    opacity: 1;
  }
  70.67% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px;
}

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, 0.77);
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 3px;
  background-color: #ffffff;
  line-height: 1.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.5em;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}
.ember-power-select-trigger:not(.ember-power-select-multiple-trigger) .ember-power-select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #1565c0;
  border-bottom: 1px solid #1565c0;
  border-right: 1px solid #1565c0;
  border-left: 1px solid #1565c0;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #777;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #ddd transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container {
  flex-grow: 1;
  display: flex;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container input {
  flex-grow: 1;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input {
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #777;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #777;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #777;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #777;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #777;
}

.ember-power-select-multiple-option {
  border: 1px solid rgb(40.0828500414%, 65.0483291908%, 93.4465617233%);
  border-radius: 3px;
  color: #1565c0;
  background-color: rgb(67.1251035626%, 80.8229770782%, 96.4043082022%);
  padding: 0.25em 0.6em 0.25em 0.4em;
  line-height: 1.5;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #1565c0;
  box-shadow: none;
}

.ember-power-select-search-input-field {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
}

.ember-power-select-dropdown {
  border-left: 1px solid #1565c0;
  border-right: 1px solid #1565c0;
  line-height: 1.5;
  border-radius: 3px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #1565c0;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below,
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #1565c0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 10.5em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #fff;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item,
.ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item,
.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-visually-hidden {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.badge-alert {
  background-color: #fff6bf;
  border-radius: 3.75em;
  color: rgb(54.9019607843%, 47.181372549%, 0%);
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.badge-default {
  background-color: #999;
  border-radius: 3.75em;
  color: black;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.badge-error {
  background-color: #fbe3e4;
  border-radius: 3.75em;
  color: rgb(59.0196078431%, 8.431372549%, 10.5392156863%);
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.badge-notice {
  background-color: #e5edf8;
  border-radius: 3.75em;
  color: rgb(14.2245989305%, 30.4812834225%, 52.8342245989%);
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.badge-success {
  background-color: #e6efc2;
  border-radius: 3.75em;
  color: rgb(33.6338171632%, 39.4550547492%, 10.3488668195%);
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.klub-list {
  position: relative;
}

.klub-list-search {
  margin: 0;
  width: 100%;
}

.klub-list-collection {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.klub-list-search .klub-list-search-input {
  border-radius: 2px;
  padding: 0.75em 1em;
  margin-bottom: 3em;
}

.klub-card {
  list-style: none;
}
.klub-card > .klub-card-inner {
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  padding-bottom: 5px;
  line-height: 20px;
}
.klub-card > .klub-card-inner:hover, .klub-card > .klub-card-inner:active, .klub-card > .klub-card-inner.active {
  background-color: rgb(240, 240, 240);
}
.klub-card > .klub-card-inner .klub-card-parent {
  padding: 10px;
  border-radius: 3px;
}
.klub-card > .klub-card-inner .klub-card-parent.active, .klub-card > .klub-card-inner .klub-card-parent.is-hovered {
  background-color: rgb(240, 240, 240);
}
.klub-card > .klub-card-inner .klub-card-branch.active, .klub-card > .klub-card-inner .klub-card-branch.is-hovered {
  background-color: rgb(240, 240, 240);
}
.klub-card.klub-card--with-branches > .klub-card-inner {
  padding: 0;
}
.klub-card.klub-card--with-branches:hover .klub-card-branch, .klub-card.klub-card--with-branches:active .klub-card-branch, .klub-card.klub-card--with-branches.active .klub-card-branch {
  background-color: #fff;
}
.klub-card.klub-card--with-branches .klub-card-parent,
.klub-card.klub-card--with-branches .klub-card-branch {
  color: inherit;
  display: block;
}
.klub-card.klub-card--with-branches .klub-card-parent {
  padding: 10px 10px 5px 10px;
}
.klub-card.klub-card--with-branches .klub-card-branch {
  border-top: 1px dashed #f1f1f1;
  padding: 5px 10px;
}
.klub-card.klub-card--with-branches .klub-card-branch:last-child {
  padding-bottom: 10px;
}
.klub-card.klub-card--with-branches .klub-card-branch:hover, .klub-card.klub-card--with-branches .klub-card-branch:active, .klub-card.klub-card--with-branches .klub-card-branch.active {
  background-color: rgb(240, 240, 240);
}

.klub-card-parent {
  color: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.klub-card-name {
  white-space: nowrap;
}

.leaflet-container {
  flex-grow: 1;
  background-color: #ebe5e0;
  min-height: 200px;
}

.klub_page {
  position: relative;
  z-index: 1004;
  background: #fff;
  transform-style: preserve-3d;
}
@media (min-width: 860px) {
  .klub_page {
    right: 0;
    width: 400px;
    left: auto;
    top: 0;
    bottom: 0;
    max-height: 100vh;
    overflow: auto;
  }
}

@media (min-width: 860px) {
  .klubs-klub .klubs-page .recent-categories {
    right: 410px;
  }
}

.klub_page-container {
  width: 100%;
}
@media (min-width: 860px) {
  .klub_page-container {
    margin-top: 0;
    margin: auto;
    width: 100%;
  }
}

.klub_page-item_list {
  margin-left: 0;
}

.klub_page-item h1 {
  font-size: 2.5em;
}
.klub_page-item .klub_page-edit_klub {
  display: none;
}
.klub_page-item {
  border-bottom: 1px solid rgb(97%, 97%, 97%);
  line-height: 1.3;
  padding: 1em 0.8em;
}
.klub_page-item p,
.klub_page-item h1 {
  margin: 0;
  padding-left: 2.14285714rem;
  text-align: left;
}
.klub_page-item .fa-li {
  top: 50%;
  transform: translateY(-50%) translateX(2.5rem);
}
.klub_page-item .fb-comments {
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.klub_page-item:last-child {
  border-bottom: none;
}
.klub_page-item:hover .klub_page-edit_klub {
  display: inline;
}

.klub_page-close_btn {
  font-size: 1rem;
  cursor: pointer;
}
.klub_page-close_btn:hover, .klub_page-close_btn:focus, .klub_page-close_btn:active {
  color: #1565c0;
}

@keyframes rrssb-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rrssb-buttons {
  box-sizing: border-box;
  container-type: inline-size;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
  animation: rrssb-fade-in 0.3s ease-out 0.2s 1 both;
}
.rrssb-buttons li {
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  line-height: 13px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}
.rrssb-buttons li a {
  background-color: #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  height: 100%;
  padding: 11px 7px 12px 27px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
}
.rrssb-buttons li a .rrssb-icon svg {
  height: 17px;
  width: 17px;
}
.rrssb-buttons li a .rrssb-icon svg path,
.rrssb-buttons li a .rrssb-icon svg circle {
  fill: #fff;
}
.rrssb-buttons li a .rrssb-text {
  color: #fff;
}
.rrssb-buttons li a:active {
  box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
}
.rrssb-buttons li.rrssb-facebook a {
  background-color: #306199;
}
.rrssb-buttons li.rrssb-facebook a:hover {
  background-color: rgb(14.0474100088%, 28.3874743927%, 44.776119403%);
}
.rrssb-buttons li.rrssb-twitter a {
  background-color: #26c4f1;
}
.rrssb-buttons li.rrssb-twitter a:hover {
  background-color: rgb(5.4188948307%, 66.5749936338%, 83.9928698752%);
}
.rrssb-buttons li.rrssb-email a {
  background-color: #0a88ff;
}
.rrssb-buttons li.rrssb-email a:hover {
  background-color: rgb(0%, 43.1596638655%, 83.9215686275%);
}
@container (max-width: 360px) {
  .rrssb-buttons li a {
    padding: 0;
  }
  .rrssb-buttons li a .rrssb-icon {
    left: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: auto;
    width: 100%;
  }
  .rrssb-buttons li a .rrssb-text {
    display: none;
  }
}

body.klubs-klub-index .rrssb-buttons--klubi {
  display: none;
}
@media (min-width: 860px) {
  body.klubs-klub-index .rrssb-buttons--klubi {
    display: flex;
  }
}

.rrssb-buttons--klubi {
  position: absolute;
  bottom: 10px;
  left: 44px;
  width: auto;
  z-index: 400;
  right: 10px;
  max-width: 500px;
}
@media (min-width: 860px) {
  .rrssb-buttons--klubi {
    right: 340px;
  }
}
.rrssb-buttons--klubi.is-show-page {
  left: auto;
  max-width: 200px;
}
@media (min-width: 860px) {
  .rrssb-buttons--klubi.is-show-page {
    max-width: 500px;
    left: 44px;
  }
}

.top-nav {
  position: absolute;
  z-index: 1;
  left: 280px;
  top: 0;
  right: 330px;
  background: red;
}

body.klubs-klub-index .recent-categories {
  display: none;
}
@media (min-width: 860px) {
  body.klubs-klub-index .recent-categories {
    display: block;
  }
}

.recent-categories {
  position: relative;
}

.button-group.button-group--mobile {
  white-space: nowrap;
  overflow-x: auto;
}
.button-group.button-group--mobile input {
  display: none;
}
.button-group.button-group--mobile label {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
@media (min-width: 640px) {
  .button-group.button-group--mobile label {
    margin-right: 0px;
  }
}
.button-group.button-group--mobile label .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  zoom: 0.6;
  color: rgb(60.1960784314%, 60.1960784314%, 60.1960784314%);
  text-align: center;
}
.button-group.button-group--mobile label .button-group-item {
  background: #fff;
  border: 1px solid silver;
  border-radius: 0;
  color: rgb(60.1960784314%, 60.1960784314%, 60.1960784314%);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  padding: 0.75em 1em;
  width: 100%;
  border-radius: 3px;
  outline: none;
}
@media (min-width: 640px) {
  .button-group.button-group--mobile label .button-group-item {
    border-left: 0;
    border-right: 1px solid rgb(93.2941176471%, 93.2941176471%, 93.2941176471%);
    width: auto;
    border-radius: 0;
  }
}
.button-group.button-group--mobile label .button-group-item:focus, .button-group.button-group--mobile label .button-group-item:hover {
  background-color: rgb(97%, 97%, 97%);
}
.button-group.button-group--mobile label .button-group-item.active {
  background: #1565c0;
  border: 1px solid rgb(5.2775476388%, 25.3824910246%, 48.2518641259%);
  box-shadow: inset 0 1px 2px rgb(6.2634631317%, 30.1242750621%, 57.265948633%);
  color: white;
}
.button-group.button-group--mobile label .button-group-item.active > .tag {
  color: white;
}
@media (min-width: 640px) {
  .button-group.button-group--mobile label:first-child .button-group-item {
    border-bottom-left-radius: 3px;
    border-left: 1px solid silver;
    border-top-left-radius: 3px;
  }
  .button-group.button-group--mobile label:first-child .button-group-item.active {
    border-left: 0;
  }
}
@media (min-width: 640px) {
  .button-group.button-group--mobile label:last-child .button-group-item {
    border-bottom-right-radius: 3px;
    border-right: 1px solid silver;
    border-top-right-radius: 3px;
  }
  .button-group.button-group--mobile label:last-child .button-group-item.active {
    border-right: 0;
  }
}

@keyframes slide-away {
  from {
    transform: translateX(280px);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 0.4;
  }
}
.sliding-menu-content ul {
  padding: 0;
}
.sliding-menu-content li {
  list-style: none;
}
.sliding-menu-content a {
  text-decoration: none;
}
.sliding-menu-content {
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 280px;
  transform: translateX(-280px);
  transition: all 0.25s ease-out;
  background: rgb(35.1960784314%, 35.1960784314%, 35.1960784314%);
  z-index: 1006;
  -webkit-overflow-scrolling: touch;
  padding-top: 55px;
  overflow-x: hidden;
}
@media (min-width: 640px) {
  .sliding-menu-content {
    padding-top: 160px;
  }
}
.sliding-menu-content li.active {
  transition: all 0.25s ease-out;
  transform: translateX(280px);
  animation: slide-away 1s ease;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-play-state: running;
}
.sliding-menu-content li a {
  border-bottom: 1px solid #4d4d4d;
  color: #ddd;
  display: block;
  font-weight: bold;
  padding: 1em;
}
.sliding-menu-content li a::after {
  clear: both;
  content: "";
  display: block;
}
.sliding-menu-content li a {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.sliding-menu-content li a i {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #999;
}
.sliding-menu-content li a span {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
}
.sliding-menu-content li a:focus {
  background-color: rgb(40.1960784314%, 40.1960784314%, 40.1960784314%);
}
.sliding-menu-content li a:hover, .sliding-menu-content li a.active {
  background-color: #1565c0;
  color: #ddd;
}
.sliding-menu-content li a:hover small, .sliding-menu-content li a.active small {
  color: #ddd;
}
.sliding-menu-content li a small {
  display: block;
  color: #ddd;
  font-weight: normal;
}
.sliding-menu-content.is-visible {
  transform: translateX(0);
}
.sliding-menu-content.is-visible li.active {
  transform: translateX(0);
  animation-play-state: paused;
  animation: none;
  opacity: 1;
}

header.logo-button {
  position: relative;
  z-index: 1007;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  header.logo-button {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.5em;
  }
}
header.logo-button h1.title {
  font-size: 2rem;
  height: 41px;
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-ffffff-477dca-0-240-41-e5b3fbd1aa2749c663af92e9b859b8f0.svg");
  background-repeat: no-repeat;
  text-indent: -99999px;
  background-size: contain;
  background-position: 50% 50%;
  margin: 0;
}
header.logo-button h1.title.fitnes {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-fitnes-ffffff-477dca-0-240-41-005dbac13a3fa0d490bb6936bc9d5399.svg");
}
header.logo-button h1.title.karate {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-karate-ffffff-477dca-0-240-41-b45d686cfa30efcb414f23dffde14ffa.svg");
}
header.logo-button h1.title.judo {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-judo-ffffff-477dca-0-240-41-707802a02ec58a79725369f010ffa8b8.svg");
}
header.logo-button h1.title.gimanstika {
  background-image: url("logo/logo-klubi-slovenije-gimanstika-ffffff-477dca-0-240-41.svg");
}
header.logo-button h1.title.frizbi {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-frizbi-ffffff-477dca-0-240-41-4fee6342c3c62e5263dede441e6371fd.svg");
}
header.logo-button h1.title.wellness {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-wellness-ffffff-477dca-0-240-41-0778fff547b2bd1ab3e85be06d8b59a4.svg");
}
header.logo-button h1.title.cheerleading {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-cheerleading-ffffff-477dca-0-240-41-90783282152e9894789c72d0888cbd11.svg");
}
header.logo-button h1.title.gimnastika {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-gimnastika-ffffff-477dca-0-240-41-dd11881c849712d7425fa00b5101773e.svg");
}
header.logo-button h1.title.nogomet {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-nogomet-ffffff-477dca-0-240-41-7792ad2b1865b721e8ad2f5fd233d235.svg");
}
header.logo-button h1.title.squash {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-squash-ffffff-477dca-0-240-41-961e3cb226a97d0a6af5c599862c3d2f.svg");
}
header.logo-button h1.title.tenis {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-tenis-ffffff-477dca-0-240-41-e8f462f1a3b95ec1e5c4982644b09dd5.svg");
}
header.logo-button h1.title.kosarka {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-kosarka-ffffff-477dca-0-240-41-64e8d78f56a245301cc2bafc48b68dce.svg");
}
header.logo-button h1.title.boks {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-boks-ffffff-477dca-0-240-41-51224ab6028ab903a9c933c845ee330f.svg");
}
header.logo-button h1.title.badminton {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-badminton-ffffff-477dca-0-240-41-e2301fb1df11abe20d5b45b7594900d5.svg");
}
header.logo-button h1.title.atletika {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-atletika-ffffff-477dca-0-240-41-baafabefdc6034eff32cda9de96bb32c.svg");
}
header.logo-button h1.title.namizni-tenis {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-namizni-tenis-ffffff-477dca-0-240-41-91b49be5bef07f3d556f34abf6dd3760.svg");
}
header.logo-button h1.title.ju-jitsu {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-ju-jitsu-ffffff-477dca-0-240-41-9fb21203568dbfcbaaeaf4475f29faee.svg");
}
header.logo-button h1.title.rugby {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-rugby-ffffff-477dca-0-240-41-c14d7e9952f740b9c0038daa959143f8.svg");
}
header.logo-button h1.title.sabljanje {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-sabljanje-ffffff-477dca-0-240-41-4de56831c83752fd59811f79f74f1319.svg");
}
header.logo-button h1.title.lokostrelstvo {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-lokostrelstvo-ffffff-477dca-0-240-41-50f5d869dbfc2cca5528ff0f82ff9643.svg");
}
header.logo-button h1.title.kickbox {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-kickbox-ffffff-477dca-0-240-41-7f73e7eabf3d20d682b9eb0c78bd346e.svg");
}
header.logo-button h1.title.floorball {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/logo/logo-klubi-slovenije-floorball-ffffff-477dca-0-240-41-2a0cd1c556be47e4c8aee31a6917a7a3.svg");
}
header.logo-button h2.slogan {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: normal;
  color: rgb(60.1960784314%, 60.1960784314%, 60.1960784314%);
  margin: 0;
  padding: 0.5em 0;
  border-top: 1px solid rgb(97%, 97%, 97%);
  display: none;
}
@media (min-width: 640px) {
  header.logo-button h2.slogan {
    display: block;
  }
  header.logo-button h2.slogan::after {
    clear: both;
    content: "";
    display: block;
  }
  header.logo-button h2.slogan {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
header.logo-button .sliding-menu-button {
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  padding: 7px 16px 7px 16px;
  position: relative;
  cursor: pointer;
  outline: none;
  color: #1565c0;
  width: 100%;
  border-bottom: 1px solid rgb(60.2941176471%, 60.2941176471%, 60.2941176471%);
}
@media (min-width: 640px) {
  header.logo-button .sliding-menu-button {
    border: 1px solid silver;
    text-align: center;
    padding: 10px 16px 3.7rem 16px;
  }
}
header.logo-button .sliding-menu-button:hover:not(:disabled) {
  background-color: rgb(97%, 97%, 97%);
}

.sliding-menu-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: opacity 0.25s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 1005;
}
.sliding-menu-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

.flashes-container {
  z-index: 1006;
  position: absolute;
  top: 65px;
  margin: 1.5em;
}
@media (min-width: 640px) {
  .flashes-container {
    top: 105px;
  }
}

.alert-alert {
  background-color: #fff6bf;
  color: rgb(54.9019607843%, 47.181372549%, 0%);
  display: block;
  font-weight: 600;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}
.alert-alert a {
  color: rgb(34.9019607843%, 29.993872549%, 0%);
  text-decoration: underline;
}
.alert-alert a:focus, .alert-alert a:hover {
  color: black;
}

.alert-error {
  background-color: #fbe3e4;
  color: rgb(59.0196078431%, 8.431372549%, 10.5392156863%);
  display: block;
  font-weight: 600;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}
.alert-error a {
  color: rgb(41.5196078431%, 5.931372549%, 7.4142156863%);
  text-decoration: underline;
}
.alert-error a:focus, .alert-error a:hover {
  color: rgb(6.5196078431%, 0.931372549%, 1.1642156863%);
}

.alert-info {
  background-color: #e5edf8;
  color: rgb(14.2245989305%, 30.4812834225%, 52.8342245989%);
  display: block;
  font-weight: 600;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}
.alert-info a {
  color: rgb(9.9821746881%, 21.3903743316%, 37.0766488414%);
  text-decoration: underline;
}
.alert-info a:focus, .alert-info a:hover {
  color: rgb(1.4973262032%, 3.2085561497%, 5.5614973262%);
}

.alert-success {
  background-color: #e6efc2;
  color: rgb(33.6338171632%, 39.4550547492%, 10.3488668195%);
  display: block;
  font-weight: 600;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}
.alert-success a {
  color: rgb(20.1273236567%, 23.610898905%, 6.1930226636%);
  text-decoration: underline;
}
.alert-success a:focus, .alert-success a:hover {
  color: black;
}

.oprojektu .flash-notice {
  font-weight: inherit;
  text-align: inherit;
}

.line-behind-text {
  border-bottom: 1px solid #cacaca;
  text-align: center;
  margin-bottom: 2.5em;
}
.line-behind-text h4 {
  background: #fff;
  color: gray;
  display: inline-block;
  font-family: "Verdana", "Geneva", sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  transform: translateY(calc(50% + 0.25em));
  margin: 0;
}

.icon-bullets {
  padding: 0;
}
.icon-bullets h2 {
  margin: 0;
}
.icon-bullets li {
  list-style: none;
}
.icon-bullets p {
  color: #4d4d4d;
  line-height: 1.5;
}
.icon-bullets img,
.icon-bullets i.fa {
  max-width: 100%;
  color: #fff;
  font-size: 1.75em;
}
.icon-bullets {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5;
  margin: 1em 0;
  overflow: auto;
}
.icon-bullets .bullet {
  flex-basis: 20em;
  flex-grow: 1;
}
.icon-bullets .bullet-icon {
  background: #1565c0;
  border-radius: 50%;
  float: left;
  text-align: center;
  height: 3.5em;
  padding: 0.875em;
  width: 3.5em;
}
.icon-bullets .bullet-icon-1 {
  background: #1565c0;
}
.icon-bullets .bullet-icon-2 {
  background: rgb(8.2352941176%, 75.2941176471%, 55.0980392157%);
}
.icon-bullets .bullet-icon-3 {
  background: #9ec015;
}
.icon-bullets .bullet-content {
  margin-left: 4.9em;
  margin-bottom: 2em;
}
.icon-bullets h2 {
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 0.5833333333em;
  padding-top: 0.5em;
}

.square-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.square-card {
  flex-basis: 15em;
  flex-grow: 1;
  transition: all 0.2s ease-in-out;
  background-color: rgb(96.6666666667%, 96.6666666667%, 96.6666666667%);
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgb(90%, 90%, 90%);
  margin: 0 1em 1.5em 1em;
  position: relative;
  position: relative;
}
.square-card .square-card-image {
  overflow: hidden;
  max-height: 150px;
}
.square-card .square-card-image img {
  transition: all 0.2s ease-in-out;
  background: #dbd199;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
}
.square-card .square-card-header {
  transition: all 0.2s ease-in-out;
  background-color: rgb(96.6666666667%, 96.6666666667%, 96.6666666667%);
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.5em 0.75em;
}
.square-card .square-card-header > a {
  color: inherit;
}
.square-card .square-card-header > a:hover {
  text-decoration: underline;
}
.square-card .square-card-copy {
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0.75em 0.75em;
}
.square-card .square-card-copy p {
  margin: 0 0 0.75em !important;
}
.square-card:focus, .square-card:hover {
  background-color: white;
}
.square-card:focus .square-card-image img, .square-card:hover .square-card-image img {
  background: rgb(88.4910485934%, 85.2941176471%, 67.3913043478%);
}
.square-card:focus .square-card-header, .square-card:hover .square-card-header {
  background-color: white;
}
.square-card:active {
  background-color: rgb(96.6666666667%, 96.6666666667%, 96.6666666667%);
}
.square-card:active .square-card-header {
  background-color: rgb(96.6666666667%, 96.6666666667%, 96.6666666667%);
}

.address-shower-map {
  width: 100%;
  height: 270px;
}

.address-shower {
  width: 100%;
  transition: opacity 0.5s;
  margin-bottom: 8px;
}
.address-shower.geocoding-invalid {
  opacity: 0.5;
}

/*
* @Author: Pedro Kostelec
* @Date:   2016-12-17 15:36:37
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2016-12-17 15:40:27
*/
.text-muted {
  color: #666666;
}

.text-alert {
  color: rgb(54.9019607843%, 47.181372549%, 0%);
}

.text-error {
  color: rgb(59.0196078431%, 8.431372549%, 10.5392156863%);
}

.text-info {
  color: rgb(14.2245989305%, 30.4812834225%, 52.8342245989%);
}

.text-success {
  color: rgb(33.6338171632%, 39.4550547492%, 10.3488668195%);
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-01-29 11:20:15
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2017-10-29 20:47:25
*/
.klub-form button[type=submit] .loader-inline {
  display: none;
}
.klub-form button[type=submit]:disabled .loader-inline {
  display: inline;
}
.klub-form .fa-ul {
  margin-left: 0;
}
.klub-form .fa-li {
  left: 0;
  text-align: left;
}
.klub-form label {
  margin-left: 1.5rem;
}
.klub-form .line-behind-text:not(:first-child) {
  margin-top: 3em;
}
.klub-form .klub-form-branch-list li input {
  margin-bottom: 0;
}
.klub-form .klub-form-branch-list li:first-child {
  margin-top: 0;
}
.klub-form .klub-form-branch-list li:last-child {
  margin-top: 0;
}
.klub-form .klub-form-branch-list li {
  margin-top: 1.5em;
}
.klub-form .klub-from-button {
  display: block;
  cursor: pointer;
  margin-bottom: 1em;
}
.klub-form .klub-form-remove-branch-btn {
  padding: 8px;
  cursor: pointer;
  margin: 1px;
  line-height: 18px;
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-02-28 21:39:08
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2017-03-01 22:12:41
*/
.klub-address {
  cursor: pointer;
}
.klub-address.active {
  background: #1565c0;
  color: #fff;
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-07-15 19:40:58
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2018-12-08 21:36:37
*/
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  flex-grow: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.card .card-overlay {
  height: 150px;
  width: 100%;
  position: absolute;
  text-align: center;
  line-height: 150px;
  color: white;
  z-index: 1;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.card .card-image {
  background-color: #1565c0;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
}
.card .card-image img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.card .card-header {
  background-color: transparent;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.5em 0.75em;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.card .card-copy {
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0.75em 0.75em;
}
.card .card-copy p {
  margin: 0 0 0.75em;
}
.card:focus, .card:hover {
  cursor: pointer;
}
.card:focus img, .card:hover img {
  opacity: 0.6;
}
.card:focus .card-overlay, .card:hover .card-overlay {
  opacity: 1;
}
.card:active {
  background-color: transparent;
}
.card:active .card-header {
  background-color: transparent;
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-07-15 19:40:58
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2018-12-08 20:59:21
*/
.card--home .card-overlay {
  opacity: 1;
  height: 120px;
  line-height: 120px;
}
.card--home .card-image {
  height: 120px;
  max-height: 120px;
}
.card--home .card-image img {
  opacity: 0.6;
}
.card--home:focus img, .card--home:hover img {
  opacity: 1;
}

.footer-2 {
  background: rgb(10.8210439105%, 21.0607276269%, 32.7083678542%);
  display: inline-block;
  padding: 1.5em;
  width: 100%;
}
.footer-2 .footer-logo {
  margin-bottom: 1em;
  margin-right: 1em;
}
@media (min-width: 860px) {
  .footer-2 .footer-logo {
    float: left;
    margin-bottom: 0;
  }
}
.footer-2 .footer-logo img {
  height: 1.6em;
}
.footer-2 ul {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0;
}
@media (min-width: 860px) {
  .footer-2 ul {
    float: left;
    line-height: 1.8em;
    margin-bottom: 0;
    margin-left: 1em;
  }
}
.footer-2 ul li {
  list-style: none;
  padding-right: 1em;
}
@media (min-width: 860px) {
  .footer-2 ul li {
    display: inline;
    text-align: left;
  }
}
.footer-2 ul li a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.footer-2 ul li a:focus, .footer-2 ul li a:hover {
  color: white;
}
@media (min-width: 860px) {
  .footer-2 .footer-secondary-links {
    float: right;
  }
}
.footer-2 .footer-secondary-links li {
  font-size: 0.8em;
}
@media (min-width: 860px) {
  .footer-2 .footer-secondary-links ul.footer-social {
    float: right;
  }
}
.footer-2 .footer-secondary-links ul.footer-social li {
  float: left;
  font-size: 1em;
  margin: 0;
  padding-right: 0.7em;
}
.footer-2 .footer-secondary-links ul.footer-social li:last-child {
  padding-right: 0;
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-10-29 20:33:09
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2018-12-02 15:09:36
*/
input.ember-power-select-trigger-multiple-input, input.ember-power-select-trigger-multiple-input:focus {
  border: none;
  padding: 0.25em 0.6em 0.25em 0.2em;
  margin: 2px 0 2px 4px;
  box-shadow: none;
}

.ember-power-select-option[aria-selected=true] {
  display: none;
}

.ember-power-select-multiple-trigger {
  padding: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 0.75em;
  transition: border-color;
}

@keyframes drop-fade-below {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes drop-fade-above {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.slide-fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-below 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slide-fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below 0.15s reverse;
}
.slide-fade.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-above 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.slide-fade.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-above 0.15s reverse;
}

.ember-modal-overlay {
  z-index: 1;
}
.ember-modal-overlay.translucent {
  background: rgba(0, 0, 0, 0.7);
}

.body {
  width: 100%;
  overflow-x: hidden;
}
.body::after {
  clear: both;
  content: "";
  display: block;
}

.bodywrapper {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 55px;
}
@media (min-width: 640px) {
  .bodywrapper {
    margin-top: 0;
  }
}
.bodywrapper.bodywrapper--embedded {
  margin-top: 0;
}

.bodywrapper-hidden {
  overflow: hidden;
}

.article {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 640px) {
  .article {
    float: none;
    max-width: 520px;
    margin: 0 auto;
  }
}
@media (min-width: 860px) {
  .article {
    max-width: 640px;
  }
}
.article h1 {
  font-size: 3.5rem;
  position: relative;
  color: #1565c0;
  margin: 0.25em 0 0.5em 0;
}
.article h1:before, .article h1:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
}
.article h1:before {
  top: 1px;
  left: 1px;
}
.article h1:after {
  top: 2px;
  left: 2px;
}
@media (min-width: 640px) {
  .article h1 {
    font-size: 5rem;
  }
}
.article article {
  margin-bottom: 3em;
}
.article article section p:last-of-type {
  margin-bottom: 2em;
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-08-06 20:40:25
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2019-01-27 13:29:26
*/
.home-hero-title {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 0 20px;
  margin-bottom: 1.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/sport-wallpaper-1024x576-aa2d9acd73006eef9035fda2018193cb.jpg");
}
@media (min-width: 860px) {
  .home-hero-title {
    height: 400px;
    margin-bottom: 4rem;
    border-bottom: 8px solid #1565c0;
  }
}
.home-hero-title.image-1 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/basketball_player_3-wallpaper-1024x576-028fbc992d57383e9588868cffb2fd8d.jpg");
}
.home-hero-title.image-2 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/kick_the_ball-wallpaper-1024x576-2583c0be7b569501258fb598b7ce7f08.jpg");
}
.home-hero-title.image-3 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/lionel_messi___argentina-wallpaper-1024x576-26574c59b8bb5b03e3db70b10f3b5117.jpg");
}
.home-hero-title.image-4 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/male_olympic_runner_2-wallpaper-1024x576-ef27009a292bfaba45ac6830ea4c6209.jpg");
}
.home-hero-title.image-5 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/male_olympic_runner-wallpaper-1024x576-dc440e2d20edeb32a8077ec9dd4ec738.jpg");
}
.home-hero-title.image-6 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/man_playing_tennis-wallpaper-1024x576-94ec32c91da7277d5083d78380b8a532.jpg");
}
.home-hero-title.image-7 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/olympic_gymnast_on_beam-wallpaper-1024x576-ef00c4cd2256f6cba2eb8a8cf2f59f2b.jpg");
}
.home-hero-title.image-8 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/olympic_gymnast-wallpaper-1024x576-0af665ebd78e1198ebb3240fb7616ffc.jpg");
}
.home-hero-title.image-9 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/olympic_sports-wallpaper-1024x576-83b3e025e31ec3604a816c7b3fc29b18.jpg");
}
.home-hero-title.image-10 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/olympic_swimmer_girl-wallpaper-1024x576-9e5b926a51b563048f085dacfa69f0c6.jpg");
}
.home-hero-title.image-11 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/olympic_winner-wallpaper-1024x576-d8b6435ea9c3cb57dbdbf256d665006e.jpg");
}
.home-hero-title.image-12 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/rio_2016_olympics_gymnastics-wallpaper-1024x576-b056a91c38cf539738ea6d57f1a5f850.jpg");
}
.home-hero-title.image-13 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/rio_2016_olympics_soccer-wallpaper-1024x576-c09ef36c69f2035afce7eedadc69aa68.jpg");
}
.home-hero-title.image-14 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/rio_2016_olympics_swimming-wallpaper-1024x576-334c425db25b6966447011455aa86f11.jpg");
}
.home-hero-title.image-15 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/rio_2016_olympics_volleyball-wallpaper-1024x576-de97725a430283f4b75a06b81c6f6625.jpg");
}
.home-hero-title.image-16 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/rock_climbing-wallpaper-1024x576-a2d3dcc5a0f59487f1ec331dd305743d.jpg");
}
.home-hero-title.image-17 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/sport-wallpaper-1024x576-aa2d9acd73006eef9035fda2018193cb.jpg");
}
.home-hero-title.image-18 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/tennis_abstract_art-wallpaper-1024x576-665ce82e0015f7826fef8f7f66345fb7.jpg");
}
.home-hero-title.image-19 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/tennis_ball-wallpaper-1024x576-435eaa712ebc1ca4745686587091ac9e.jpg");
}
.home-hero-title.image-20 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/tennis_player_polygon_art-wallpaper-1024x576-2a2c6f4a0b14768753e76ce813c0d0b1.jpg");
}
.home-hero-title.image-21 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/tennis_player_racket_and_ball-wallpaper-1024x576-9f8f23635e8380cfb95c00ea491a1b52.jpg");
}
.home-hero-title.image-22 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/tennis_serve-wallpaper-1024x576-9bc83c3b91a673c3fb30cae1bd61d790.jpg");
}
.home-hero-title.image-23 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/tennis__sport-wallpaper-1024x576-1c6e84be287ff6a4e2596dda1556bb23.jpg");
}
.home-hero-title.image-24 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/tennis-wallpaper-1024x576-b1afe631a8000e7688342b75c07a851b.jpg");
}
.home-hero-title.image-25 {
  background-image: url("https://d2ne2albfoowfo.cloudfront.net/assets/hero/volleyball_3-wallpaper-1024x576-384e55fe1a0c864fc38f3f1bdfb65ff1.jpg");
}
.home-hero-title h1 {
  font-size: 2.44140625em;
  margin: 1.5em 0;
}
@media (min-width: 860px) {
  .home-hero-title h1 {
    font-size: 4rem;
    margin-top: 2em;
    text-shadow: 0 1px 1px white;
  }
}

.home-page section {
  margin-bottom: 3rem;
}
.home-page .line-behind-text {
  margin-bottom: 3rem;
}
.home-page .home-categories-list .cards {
  min-width: 1px;
}
.home-page .home-categories-list .card-overlay {
  font-size: 1.5em !important;
}
.home-page .ste-upravitelj .content {
  text-align: center;
}

.v-sodelovanju-z a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.v-sodelovanju-z .l-flex > li {
  text-align: center;
  flex-grow: 1;
}
.v-sodelovanju-z .l-flex img {
  filter: grayscale(100%);
  transition: all 0.25s;
  max-height: 60px;
  opacity: 0.5;
}

.loader {
  height: calc(100vh - 55px);
  color: #1565c0;
}
@media (min-width: 640px) {
  .loader {
    height: 100vh;
  }
}

.loader--klubs {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-21px);
}

.loader--embeds {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.klubs-page {
  min-height: 100%;
  width: 100%;
}
.klubs-page .recent-categories {
  position: absolute;
  z-index: 1002;
  top: 0px;
  left: 0;
  right: 0;
  margin: 1.5em;
}
@media (min-width: 640px) {
  .klubs-page .recent-categories {
    right: 9.5em;
    left: 280px;
    margin-left: 0;
  }
}
.klubs-page .embedded-add-klub-btn {
  z-index: 1003;
}

.map-and-klubpage {
  flex-grow: 1;
}
@media (min-width: 860px) {
  .map-and-klubpage {
    flex-direction: row;
  }
}

.oprojektu section {
  margin: 2em 0;
}
.oprojektu ul.icon-bullets {
  padding: 0;
}
.oprojektu ul.icon-bullets ul > li {
  list-style: inherit;
}
.oprojektu ul li {
  margin-bottom: 0.5em;
}
.oprojektu ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 1em;
}
.oprojektu .icon-bullets .bullet {
  flex-basis: 30em;
}
/*
* @Author: Pedro Kostelec
* @Date:   2016-12-27 22:30:42
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2017-01-18 22:51:11
*/
.seznam-klubov-page .recent-categories {
  padding-left: 0;
  padding-right: 0;
  padding: 10px 0;
}
.seznam-klubov-page article {
  margin-bottom: 0;
}
.seznam-klubov-page .embedded-add-klub-btn {
  z-index: 1003;
}

.embedded-add-klub-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0.5em 0.75em;
}
@media (min-width: 640px) {
  .embedded-add-klub-btn {
    position: absolute;
    padding: 0.75em 1em;
    top: 1.5em;
    right: 1.5em;
    bottom: auto;
  }
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-06-10 17:01:33
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2018-12-08 21:32:31
*/
.obcina-category-page h1,
.obcina-page h1 {
  font-size: 4rem;
}
.obcina-category-page section,
.obcina-page section {
  margin: 2em 0;
}
.obcina-category-page .klub-list-section .l-flex,
.obcina-page .klub-list-section .l-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.obcina-category-page .klub-list-section .l-flex > .klub-card,
.obcina-category-page .klub-list-section .l-flex .alert-info,
.obcina-page .klub-list-section .l-flex > .klub-card,
.obcina-page .klub-list-section .l-flex .alert-info {
  flex-grow: 1;
}
.obcina-category-page .klub-list-section .l-flex > .klub-card,
.obcina-page .klub-list-section .l-flex > .klub-card {
  margin: 0 1em 1em 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.obcina-category-page .klub-list-section .see-on-map,
.obcina-page .klub-list-section .see-on-map {
  text-align: center;
  margin-top: 1em;
}
.obcina-category-page .ste-upravitelj .content,
.obcina-page .ste-upravitelj .content {
  text-align: center;
}
.obcina-category-page .v-sodelovanju-z a:hover img,
.obcina-page .v-sodelovanju-z a:hover img {
  opacity: 0.7;
}
.obcina-category-page .v-sodelovanju-z .l-flex > li,
.obcina-page .v-sodelovanju-z .l-flex > li {
  text-align: center;
  flex-grow: 1;
}
.obcina-category-page .v-sodelovanju-z .l-flex img,
.obcina-page .v-sodelovanju-z .l-flex img {
  max-height: 60px;
  opacity: 0.5;
}
.obcina-category-page .nearby-obcinas .content,
.obcina-page .nearby-obcinas .content {
  border: 1px dashed #ddd;
  border-left: none;
  border-right: none;
  padding: 1em 0;
}
.obcina-category-page .nearby-obcinas .title,
.obcina-page .nearby-obcinas .title {
  font-weight: bold;
  color: #999;
}
.obcina-category-page .nearby-obcinas .l-flex,
.obcina-page .nearby-obcinas .l-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.obcina-category-page .nearby-obcinas .l-flex > li,
.obcina-page .nearby-obcinas .l-flex > li {
  flex-grow: 1;
  padding: 0 1em 0 0;
}
@media (min-width: 640px) {
  .obcina-category-page .nearby-obcinas .l-flex > li,
  .obcina-page .nearby-obcinas .l-flex > li {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .obcina-category-page .nearby-obcinas .l-flex > li:first-child,
  .obcina-page .nearby-obcinas .l-flex > li:first-child {
    text-align: left;
  }
}
.obcina-category-page .nearby-obcinas .l-flex > li:first-child,
.obcina-page .nearby-obcinas .l-flex > li:first-child {
  padding-left: 0;
}
.obcina-category-page .nearby-obcinas .l-flex > li:last-child,
.obcina-page .nearby-obcinas .l-flex > li:last-child {
  padding-right: 0;
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-06-10 17:01:33
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2018-12-08 21:32:23
*/
.obcina-page .klub-list-section::after {
  clear: both;
  content: "";
  display: block;
}
.obcina-page .klub-list-section .image {
  width: 100%;
  max-width: 200px;
  max-height: 150px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 auto;
}
@media (min-width: 860px) {
  .obcina-page .klub-list-section .image {
    margin: 0 0 0 auto;
  }
}
.obcina-page .klub-list-section .category-details {
  text-align: center;
}
@media (min-width: 860px) {
  .obcina-page .klub-list-section .category-details {
    text-align: right;
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 860px) {
  .obcina-page .klub-list-section .klub-list-container {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
  }
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-12-02 19:34:25
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2018-02-11 16:21:34
*/
.priporocilo-modal {
  float: none;
  margin-left: 0;
  width: 100%;
}
.priporocilo-modal textarea {
  line-height: 1.5;
}
.priporocilo-modal input[type=checkbox] + label {
  display: inline;
}
.priporocilo-modal input[type=text],
.priporocilo-modal input[type=email] {
  margin-bottom: 0;
}
.priporocilo-modal label {
  margin-top: 1em;
}
.priporocilo-modal h1 {
  font-size: 2em;
  text-align: center;
}

#modal-overlays {
  position: relative;
  z-index: 1;
}

.modal-centered-scrolling-container {
  position: relative;
  background-color: white;
  max-width: 650px;
  padding: 1em;
  padding-bottom: 2em;
  margin-top: 60px;
  margin-bottom: 30px;
  box-sizing: border-box;
  box-shadow: 0px 4px 25px 4px rgba(0, 0, 0, 0.3);
}

.modal-centered-scrolling-wrapper {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.modal-centered-scrolling-overlay {
  position: relative;
  height: auto;
  min-height: 100vh;
  padding: 1em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

body.centered-modal-showing {
  overflow: hidden;
}

/*
* @Author: Pedro Kostelec
* @Date:   2017-12-02 19:34:25
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2017-12-16 22:58:00
*/
.zahtevaj-priporocilo-add-button,
.zahtevaj-priporocilo-remove-button {
  cursor: pointer;
}

.zahtevaj-priporocilo-remove-button {
  font-weight: normal;
}

.priporocilo-modal {
  position: relative;
}

.zahtevaj-priporocilo-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1em;
}

.zahtevaj-priporocilo-dismiss {
  cursor: pointer;
  font-weight: normal;
}

.zahtevaj-priporocilo-close-button {
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  padding: 0.25em;
  z-index: 1;
  color: inherit;
}

/*
* @Author: Pedro Kostelec
* @Date:   2018-02-11 16:00:41
* @Last Modified by:   Pedro Kostelec
* @Last Modified time: 2018-12-08 21:05:27
*/
.potrdi-klub-modal {
  margin-left: 0;
  width: 100%;
}
.potrdi-klub-modal form button {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
  left: calc(16.6666666667% - 23.3333333333px + 20px);
  position: relative;
}
.potrdi-klub-modal form button.button-secondary {
  left: calc(0% - 20px + 20px);
  position: relative;
  background: #999;
}
.potrdi-klub-modal h1 {
  font-size: 2em;
  text-align: center;
}
.potrdi-klub-modal button[type=submit] .loader-inline {
  display: none;
}
.potrdi-klub-modal button[type=submit]:disabled .loader-inline {
  display: inline;
}

body .cc_container {
  padding: 0.5em 0.8em;
  border-width: 0;
  border-top-width: 1px;
  font-family: inherit;
}
body .cc_container::after {
  clear: both;
  content: "";
  display: block;
}
body .cc_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .cc_container .cc_btn {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1565c0;
  line-height: 100%;
  color: white;
  margin: 0;
}
body .cc_container .cc_btn:hover {
  background: rgba(21, 101, 192, 0.6);
  color: white;
}
body .cc_container:focus, body .cc_container:hover {
  opacity: 1;
}
body .cc_container .cc_message {
  line-height: normal;
}

.klub-icon {
  width: 32px;
  height: 37px;
  position: relative;
  margin-left: -16px;
  margin-top: -37px;
}

.klub-icon-shadow,
.klub-icon-marker,
.klub-icon-title_wrapper {
  position: absolute;
}

.klub-icon-shadow {
  bottom: 0;
  width: 51px;
  height: 37px;
  margin-left: -8px;
}

.klub-icon-marker {
  bottom: 0;
}

.klub-icon-title_wrapper {
  bottom: 0;
  width: 120px;
  left: 100%;
  margin-left: 2px;
  font-size: 1.15em;
  line-height: 1.1;
  margin-bottom: 7px;
  height: 28px;
  color: #477dca;
  overflow: hidden;
  display: table;
  text-shadow: 0px 0px 8px white, -1px -1px 4px white;
}

.klub-icon-title {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.klub-icon-title_wrapper-shadow {
  color: transparent;
  text-shadow: 0 0 4px #5f5b59;
  transform: skewX(-45deg) rotateX(65deg) translateZ(1px) scale(1, 1.3);
  transform-origin: bottom left;
}