@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container, .wrapper, .loCoWrap .loCo, .uMeCo, .topMenuWrap .topMenuCo {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 400px) {
  .container, .wrapper, .loCoWrap .loCo, .uMeCo, .topMenuWrap .topMenuCo {
    max-width: 719px;
  }
}
@media (min-width: 768px) {
  .container, .wrapper, .loCoWrap .loCo, .uMeCo, .topMenuWrap .topMenuCo {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .wrapper, .loCoWrap .loCo, .uMeCo, .topMenuWrap .topMenuCo {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .wrapper, .loCoWrap .loCo, .uMeCo, .topMenuWrap .topMenuCo {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.row, #outerContainer07, .Feed .Item .html .picturesPreview .pictures {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, #outerContainer07 #main07, #outerContainer07 #rightlista07, body.homePage .searchDiv form, .pubForm .colLabel, .pubForm .colInput, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .Feed .Item .html .picturesPreview .pictures .picture, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, #outerContainer07.noRightLista #main07, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, #outerContainer07 #main07, #outerContainer07 #rightlista07, body.homePage .searchDiv form, .pubForm .colLabel, .pubForm .colInput {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 400px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

  .col-sm-6, .Feed .Item .html .picturesPreview .pictures .picture {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

  .col-sm-12, #outerContainer07 #main07, #outerContainer07 #rightlista07 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .col-md-3, .pubForm .colLabel {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4, #outerContainer07 #rightlista07, .Feed .Item .html .picturesPreview .pictures .picture {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

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

  .col-md-8, #outerContainer07 #main07 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9, .pubForm .colInput {
    flex: 0 0 75%;
    max-width: 75%;
  }

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

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

  .col-md-12, #outerContainer07.noRightLista #main07 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .col-lg-3, .Feed .Item .html .picturesPreview .pictures .picture {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4, #outerContainer07 #rightlista07 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

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

  .col-lg-8, #outerContainer07 #main07 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

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

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

  .col-lg-12, #outerContainer07.noRightLista #main07 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2, .Feed .Item .html .picturesPreview .pictures .picture {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 400px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

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

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

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

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

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

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

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

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

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

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

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

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 400px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (max-width: 399.98px) {
  .hiddenXs {
    display: none !important;
  }
}

.visibleXs {
  display: none;
}
@media (max-width: 399.98px) {
  .visibleXs {
    display: inherit !important;
  }
}

.Feed .Item .regs span a, .Avatar a {
  text-decoration: none;
}
.Feed .Item .regs span a:hover, .Avatar a:hover {
  text-decoration: underline;
}

body.cPlayground #PubsApp .Pubs,
body.cPlayground #pubsByBeerApp .PubsByBeer,
body.cPlayground #pubsByTypeApp .PubsByType,
body.cPlayground #pubsByPriceApp .PubsByPrice,
body.cPlayground #TabmenuApp .Tabmenu, .Feed, .RegTabs {
  border-radius: 4px;
  background-color: #FFF3CE;
  padding: 14px;
}
@media (max-width: 399.98px) {
  body.cPlayground #PubsApp .Pubs,
  body.cPlayground #pubsByBeerApp .PubsByBeer,
  body.cPlayground #pubsByTypeApp .PubsByType,
  body.cPlayground #pubsByPriceApp .PubsByPrice,
  body.cPlayground #TabmenuApp .Tabmenu, .Feed, .RegTabs {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.Pubs .pubsWrapper, .Feed .Item {
  border-radius: 4px;
  background-color: white;
  padding: 14px;
}
@media (min-width: 768px) {
  .Pubs .pubsWrapper, .Feed .Item {
    box-shadow: 0.5px 0.5px 0.5px #ddd;
  }
}
@media (max-width: 399.98px) {
  .Pubs .pubsWrapper, .Feed .Item {
    border-radius: 0;
    border-top: 1px solid #CECED2;
    border-bottom: 1px solid #CECED2;
    padding: 7px;
  }
}

.Feed .Item .html, .Feed .Item .buttonsRow {
  padding-top: 5px;
  border-top: 1px dotted #E7E7E7;
  margin-top: 5px;
}

.Pubs .pubsWrapper {
  padding: 0;
}

.Pubs .pubWrapper {
  padding: 7px;
  border-bottom: 1px solid #FBE3B4;
}
.Pubs .pubWrapper:first-child {
  padding-top: 5px;
}
.Pubs .pubWrapper:last-child {
  border-bottom: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.PubsByBeer > *, .PubsByType > * {
  animation: fadeIn 0.350s;
}

input[type=text], input[type=search], input[type=submit], textarea, select {
  outline: none;
  border-radius: 0;
  border: 1px solid silver;
}

textarea, input[type=search], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button, .buttonLarge, input[type=submit].button, input[type=submit].buttonLarge {
  box-shadow: 1px 1px 3px #bbb;
  font-size: 14px;
  line-height: 14px;
  padding: 2px 8px;
  margin: 0;
  color: white;
  background-color: #F39717;
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.25);
  text-align: center;
  border: 1px solid #F39717;
  border-radius: 5px;
  cursor: pointer;
}
.button i + span, .buttonLarge i + span, input[type=submit].button i + span, input[type=submit].buttonLarge i + span {
  margin-left: 3px;
}
.button span + i, .buttonLarge span + i, input[type=submit].button span + i, input[type=submit].buttonLarge span + i {
  margin-left: 3px;
}
.button:hover, .buttonLarge:hover, input[type=submit].button:hover, input[type=submit].buttonLarge:hover {
  background-color: #ee900c;
}
.button:active, .buttonLarge:active, input[type=submit].button:active, input[type=submit].buttonLarge:active {
  box-shadow: 0px 0px 1px #888;
  transform: translateY(1px);
  background-color: #ea8d0c;
}
.button[disabled], [disabled].buttonLarge, .button[disabled]:active, [disabled].buttonLarge:active, input[type=submit].button[disabled], input[type=submit][disabled].buttonLarge, input[type=submit].button[disabled]:active, input[type=submit][disabled].buttonLarge:active {
  color: silver;
  background-color: #e6e6e6;
  border-color: silver;
  cursor: default;
  opacity: 0.65;
  box-shadow: none;
  text-shadow: none;
}

.buttonLarge {
  padding: 14px 18px;
  box-shadow: 1px 1px 4px 0px rgba(80, 80, 80, 0.8);
}
.buttonLarge i + span {
  margin-left: 10px;
}
.buttonLarge span + i {
  margin-left: 10px;
}
.buttonLarge:hover {
  box-shadow: 1px 1px 4px 0px rgba(70, 70, 70, 0.9);
}
.buttonLarge:active {
  box-shadow: 1px 1px 2px -0.5px rgba(70, 70, 70, 0.9);
}

body {
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #404040;
  background-color: #FFF9E5;
  margin: 0;
  padding: 0;
  cursor: default;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

.loCoWrap {
  background-color: white;
  padding-top: 2px;
}
.loCoWrap .loCo .topText {
  font-size: 11px;
  color: #797979;
  display: flex;
}
.loCoWrap .loCo .topText a {
  color: #797979;
  text-decoration: none;
}
@media (max-width: 399.98px) {
  .loCoWrap .loCo .topText {
    display: none;
  }
}
.loCoWrap .loCo .topText p:first-child {
  flex: 80;
}
.loCoWrap .loCo .topText p:last-child {
  flex: 20;
  white-space: nowrap;
  text-align: right;
}

.topMenuWrap {
  background-color: #FDB92B;
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-gradient(linear, left top, right top, from(#FDB92B), to(#FFD075));
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -webkit-linear-gradient(left, #FDB92B, #FFD075);
  /* Firefox 3.6 - 15 */
  background-image: -moz-linear-gradient(left, #FDB92B, #FFD075);
  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background-image: linear-gradient(to right, #FDB92B, #FFD075);
  box-shadow: 0px 1px 1px 0px rgba(80, 80, 80, 0.5);
  margin-bottom: 15px;
}
.topMenuWrap .topMenuCo .topMenu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: -10px;
}
.topMenuWrap .topMenuCo .topMenu li {
  display: block;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.topMenuWrap .topMenuCo .topMenu li:hover {
  background-color: #F39717;
}
.topMenuWrap .topMenuCo .topMenu li a {
  display: block;
  padding: 4px 10px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .topMenuWrap .topMenuCo .topMenu li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.topMenuWrap .topMenuCo .topMenu li.selected a {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#outerContainer07 {
  min-height: 500px;
}
#outerContainer07 #main07 {
  order: 2;
}
@media (max-width: 399.98px) {
  #outerContainer07 #main07 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#outerContainer07 #rightlista07 {
  order: 3;
}
#outerContainer07 #rightlista07 .box3 {
  margin-bottom: 15px;
}

#topLogo {
  margin-top: 15px;
  position: relative;
}
#topLogo button#addPub {
  position: absolute;
  bottom: 10px;
  right: 0px;
  height: 30px;
}
@media (max-width: 399.98px) {
  #topLogo svg.logo {
    width: 250px;
    height: auto;
  }
  #topLogo button#addPub {
    width: 30px;
    height: 30px;
    padding: 0px;
  }
  #topLogo button#addPub i {
    font-size: 18px;
    line-height: 30px;
  }
  #topLogo button#addPub span {
    display: none;
  }
}

.leftMenu {
  margin-bottom: 15px;
}
.leftMenu a {
  color: #5A5A5A;
  display: inline-block;
  border-right: 2px solid #FBE3B4;
  padding-right: 8px;
  margin-right: 2px;
  font-size: 18px;
  line-height: 22px;
}
.leftMenu a:last-of-type {
  border-right: none;
}
.leftMenu a.active {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.leftMenu a:hover {
  color: black;
  text-decoration: none;
}
.leftMenu a.new {
  color: #D43E2A;
}

.contentBg, .contentWrap {
  background-color: #fefefe;
}

.contentWrap {
  border-radius: 5px;
  padding: 15px;
}

.LikeButton button.button, .LikeButton button.buttonLarge, .ShareButton button.button, .ShareButton button.buttonLarge {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #5A5A5A;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  line-height: 25px;
  min-height: 32px;
}
.LikeButton button.button i, .LikeButton button.buttonLarge i, .ShareButton button.button i, .ShareButton button.buttonLarge i {
  line-height: 12px;
  margin: 0 3px;
}
.LikeButton button.button:hover, .LikeButton button.buttonLarge:hover, .ShareButton button.button:hover, .ShareButton button.buttonLarge:hover {
  background-color: #f2f2f2;
}
.LikeButton button.button:active, .LikeButton button.buttonLarge:active, .ShareButton button.button:active, .ShareButton button.buttonLarge:active {
  background-color: #f0f0f0;
}
.LikeButton button[disabled].button:hover, .LikeButton button[disabled].buttonLarge:hover, .ShareButton button[disabled].button:hover, .ShareButton button[disabled].buttonLarge:hover {
  background-color: #fafafa;
}
.LikeButton button[disabled].button, .LikeButton button[disabled].buttonLarge, .ShareButton button[disabled].button, .ShareButton button[disabled].buttonLarge, .LikeButton button[disabled].button:active, .LikeButton button[disabled].buttonLarge:active, .ShareButton button[disabled].button:active, .ShareButton button[disabled].buttonLarge:active {
  border-color: transparent;
}

.Feed .Item {
  margin-bottom: 14px;
}
.Feed .Item .dateTime {
  float: right;
  margin-left: 10px;
  color: #B1B1B1;
  font-size: 12px;
  text-align: right;
}
.Feed .Item .regs {
  margin-bottom: 7px;
  font-size: 12px;
}
.Feed .Item .regs span:before {
  margin-right: 4px;
  color: #CCCCCC;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.Feed .Item .regs span:first-of-type:before {
  content: "";
}
.Feed .Item .regs span a {
  color: #B1B1B1;
  margin-right: 8px;
}
.Feed .Item .regs span a:hover {
  color: #797979;
}
.Feed .Item .header {
  color: #797979;
}
.Feed .Item .header .userName, .Feed .Item .header .eventMsg, .Feed .Item .header .inRelatedPub {
  padding-right: 5px;
}
.Feed .Item .header a.relatedPub {
  color: #797979;
}
.Feed .Item .html .pubListBox {
  border: none;
  background: none;
}
.Feed .Item .html .pubListBox img.knpimg {
  margin-left: 0 !important;
}
.Feed .Item .html .contentNotAvailable {
  color: #CCCCCC;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  margin: 15px 0;
}
.Feed .Item .html .commentPreview {
  font-size: 80%;
}
.Feed .Item .html .picturesPreview .picture {
  margin-bottom: 5px;
}
.Feed .Item .html .picturesPreview .picture img {
  max-width: 100%;
  height: auto;
}
.Feed .Item .html .picturesPreview .onePicture .picture img {
  width: auto;
  max-height: 465px;
}
.Feed .Item .html .picturesPreview .texts {
  margin-top: 0;
  font-size: 80%;
}
.Feed .Item .buttonsRow {
  display: flex;
}
.Feed .Item .buttonsRow .buttonsCol {
  flex: 1;
  padding-right: 14px;
}
.Feed .Item .buttonsRow .buttonsCol:last-of-type {
  padding-right: 0;
}

.List {
  min-height: 105px;
}
.List .wrapperIsLoadingNew {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: wait !important;
}
.List .wrapperIsLoadingNew > * {
  cursor: wait !important;
}
.List .itemWrapper {
  position: relative;
}
.List .itemWrapper2Faded {
  opacity: 0.1;
  max-height: 120px;
  overflow: hidden;
}
.List .itemWrapper3recentlyLoadedAni {
  animation: fadeIn 0.350s;
}
.List .showMoreWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.List .buttonIsLoading {
  opacity: 0.25;
  transition: all 0.2s;
  cursor: wait !important;
}

.Pubs {
  min-height: 105px;
}
.Pubs .pubListBox {
  padding-bottom: 0 !important;
  border: none;
  background: none;
}
.Pubs .pubListBox img.knpimg {
  margin-left: 0 !important;
}
.Pubs .pubListBox > table {
  padding-top: 0 !important;
}

.Panel .Pubs .pubsWrapper {
  box-shadow: none;
}

.PubsByBeer .Section.prevladajucePiva .Panel.slectedBrand {
  border-bottom: none;
}
.PubsByBeer .Pie {
  max-width: 240px;
  display: block;
  margin: 14px auto;
}

.RegTabs {
  min-height: 300px;
  padding-bottom: 50px;
}
.RegTabs .Tabmenu {
  margin-bottom: 14px;
}
.RegTabs .PubsByBeer .Section.prevladajucePiva > .title {
  padding-top: 0;
}
.RegTabs .Tabmenu + .PanelsGroup > .title {
  padding-top: 0;
}

.Tabmenu {
  margin-bottom: 7px;
}
.Tabmenu .Tabs {
  padding-bottom: 7px;
  padding-left: 14px;
  padding-right: 14px;
}
.Tabmenu__secondaryTabs .Tabs .TabButton {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 100%;
  padding: 4px 8px;
}

.Spacer {
  height: 14px;
}

.PanelsGroup {
  margin-bottom: 14px;
}
.PanelsGroup > .title {
  padding-top: 14px;
  margin-bottom: 7px;
  margin-left: 14px;
  font-size: 13px;
  color: #797979;
  text-transform: uppercase;
}
.PanelsGroup > .panels {
  border-radius: 4px;
  background-color: white;
}
.PanelsGroup > .panels > .Panel.expanded {
  margin-bottom: 28px;
}
.PanelsGroup > .panels > .Panel:first-child {
  border-top: none;
}
@media (max-width: 399.98px) {
  .PanelsGroup > .panels > .Panel:first-child {
    border-top: 1px solid #CECED2;
  }
  .PanelsGroup > .panels > .Panel:first-child.expanded {
    border-top-color: #FDB92B;
  }
}
.PanelsGroup > .panels > .Panel:first-child > .header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media (max-width: 399.98px) {
  .PanelsGroup > .panels > .Panel:first-child > .header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.PanelsGroup > .panels > .Panel:last-child {
  border-bottom: none;
}
@media (max-width: 399.98px) {
  .PanelsGroup > .panels > .Panel:last-child {
    border-bottom: 1px solid #CECED2;
  }
}
.PanelsGroup > .panels > .Panel:last-child > .header {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 399.98px) {
  .PanelsGroup > .panels > .Panel:last-child > .header {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.PanelsGroup > .panels > .Panel:last-child > .header.expanded {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.Panel {
  border-top: 1px solid #CECED2;
  transition: border-color 0.080s;
}
.Panel:last-of-type {
  border-bottom: 1px solid #CECED2;
}
.Panel.expanded {
  border-top-color: #FDB92B;
}
.Panel h2 {
  margin: 0;
}
.Panel .header {
  font-size: 18px;
  padding: 8px 12px;
  background-color: white;
  color: #F39717;
  transition: background-color 0.080s, color 0.080s;
  display: flex;
  align-items: baseline;
}
.Panel .header.togleable {
  cursor: pointer;
}
.Panel .header > .subTitle {
  flex: 1;
  font-size: 16px;
  margin-left: 8px;
  color: #CCCCCC;
}
@media (max-width: 399.98px) {
  .Panel .header > .subTitle {
    flex: 90;
    text-align: right;
  }
}
.Panel .header > .controlls {
  margin-left: 8px;
  flex: 1;
  align-self: center;
  text-align: right;
  font-size: 22px;
  line-height: 1px;
}
.Panel .header.togleable:hover {
  background-color: #FFF9E5;
}
.Panel .header.expanded, .Panel .header.togleable.expanded, .Panel .header.togleable:active {
  color: white;
  background-color: #FDB92B;
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.25);
}
.Panel .header.expanded > .subTitle, .Panel .header.togleable.expanded > .subTitle, .Panel .header.togleable:active > .subTitle {
  color: #E7E7E7;
}
.Panel .body {
  background-color: white;
  border-radius: 4px;
}
.Panel .body .Pubs .pubsWrapper {
  border: none;
}

.Section {
  margin-bottom: 14px;
}
.Section > .title {
  padding-top: 14px;
  margin-bottom: 7px;
  margin-left: 14px;
  font-size: 13px;
  color: #797979;
  text-transform: uppercase;
}
.Section > .body {
  border-radius: 4px;
  background-color: white;
  padding: 14px;
}
@media (max-width: 399.98px) {
  .Section > .body {
    border-radius: 0;
    border-top: 1px solid #CECED2;
    border-bottom: 1px solid #CECED2;
    padding: 0;
  }
}

.Pie .segment, .Bar .segment {
  cursor: pointer;
}

.Bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.Bar li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.2s;
  min-width: 45px;
}
.Bar li:hover {
  filter: brightness(0.985);
}
.Bar .label {
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}
.Bar.activeSegment .label.active {
  color: white;
}

.Pie {
  font-size: 5px;
  fill: #404040;
}
.Pie .segment {
  transition: stroke-width 0.2s;
}
.Pie .label {
  cursor: pointer;
}
.Pie .centerLabel1, .Pie .centerLabel2 {
  text-anchor: middle;
}
.Pie .centerLabel1 {
  font-size: 20px;
}
.Pie.activeSegment .centerLabel1 {
  font-size: 16px;
}
.Pie.activeSegment .label.active {
  fill: white;
}

.Tabs {
  display: flex;
  justify-content: center;
}
.Tabs .TabButton + .TabButton {
  margin-left: -1px;
}
.Tabs .TabButton {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 12px;
  margin: 0;
  color: #F39717;
  background-color: white;
  text-align: center;
  border: 1px solid #F39717;
  transition: background-color 0.080s, color 0.080s;
  cursor: pointer;
}
@media (max-width: 399.98px) {
  .Tabs .TabButton {
    flex: 1 1 auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.Tabs .TabButton:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.Tabs .TabButton:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.Tabs .TabButton:hover {
  background-color: #FFF9E5;
}
.Tabs .TabButton[disabled], .Tabs .TabButton[disabled]:active {
  color: silver;
  background-color: #e6e6e6;
  border-color: silver;
  cursor: default;
  opacity: 0.65;
  box-shadow: none;
  text-shadow: none;
}
.Tabs .TabButton.TabButton__active {
  cursor: default;
}
.Tabs .TabButton.TabButton__active, .Tabs .TabButton:active {
  color: white;
  background-color: #F39717;
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.25);
}

@keyframes bumpyScale {
  0% {
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  30% {
    transform: translateY(-50%) translateX(-50%) scale(1.7);
  }
  60% {
    transform: translateY(-50%) translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateY(-50%) translateX(-50%) scale(1.5);
  }
}
.LikeButton button.button.hasMyLike, .LikeButton button.hasMyLike.buttonLarge {
  color: #F39717;
  position: relative;
}
.LikeButton button.button.hasMyLike i.thumb, .LikeButton button.hasMyLike.buttonLarge i.thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1.5);
}
.LikeButton button.button.hasMyLike:hover, .LikeButton button.hasMyLike.buttonLarge:hover, .LikeButton button.button.hasMyLike:active, .LikeButton button.hasMyLike.buttonLarge:active {
  color: #e58a0c;
}
.LikeButton button.button.gotMyLike i.thumb, .LikeButton button.gotMyLike.buttonLarge i.thumb {
  animation: bumpyScale 0.4s;
}
.LikeButton button.button.isMyObject, .LikeButton button.isMyObject.buttonLarge {
  cursor: not-allowed;
}
.LikeButton .likedInfo {
  margin-top: 4px;
}
.LikeButton .likesCount {
  color: #797979;
  font-size: 12px;
}
.LikeButton .likedUsers .Avatar img, .LikeButton .likedUsers .Avatar .avatarPlaceholder {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.LikeButton .needLoginWarning {
  margin-top: 5px;
  font-size: 14px;
}
.LikeButton .needLoginWarning, .LikeButton .needLoginWarning a {
  color: #ff3b30;
}

.Avatar {
  display: inline-block;
}
.Avatar img, .Avatar .avatarPlaceholder {
  border-radius: 4px;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.Avatar img {
  display: inline-block;
  vertical-align: middle;
}
.Avatar .avatarPlaceholder {
  color: white;
  background-color: #CB7600;
  text-align: center;
  line-height: 22px;
}
.Avatar .userName {
  color: #CB7600;
}

body.homePage .searchDiv {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
body.homePage .searchDiv form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
}
body.homePage .searchDiv form input[type=text] {
  flex: 4;
  margin-right: 10px;
  font-size: 26px;
}
body.homePage .searchDiv form button[type=submit] {
  flex: 1;
  font-size: 16px;
}
@media (max-width: 399.98px) {
  body.homePage .searchDiv form button[type=submit] span {
    display: none;
  }
}
body.homePage .searchDiv #PubsSearchResults {
  padding: 10px;
}
body.homePage #rightlista07 {
  padding-top: 15px;
}
body.homePage .uvodMesta {
  margin: 0 auto;
  max-width: 478px;
  display: flex;
  flex-wrap: wrap;
}
body.homePage .uvodMesta .uvodMesto {
  flex: 1;
  margin: 3px;
  min-width: 105px;
  height: 32px;
  line-height: 32px;
  color: #7c4a1b;
  background-color: #FFD075;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  text-decoration: none;
}
body.homePage .uvodMesta .uvodMesto:hover {
  background-color: #FBE3B4;
}
body.homePage .uvodMesta .uvodMesto img {
  position: absolute;
  top: 2px;
  left: 2px;
}
body.homePage #RegTabsApp {
  margin-bottom: 35px;
}

.pubForm input[type=submit] {
  height: 36px;
  letter-spacing: 1px;
}
.pubForm .row, .pubForm #outerContainer07, .pubForm .Feed .Item .html .picturesPreview .pictures, .Feed .Item .html .picturesPreview .pubForm .pictures {
  margin-bottom: 20px;
}
.pubForm .colInput textarea {
  width: 100%;
}
@media (max-width: 767.98px) {
  .pubForm .colInput textarea {
    height: 120px;
  }
}
.pubForm .colInput select {
  max-width: 100%;
}
.pubForm .colInput textarea, .pubForm .colInput input[type=text], .pubForm .colInput input[type=search], .pubForm .colInput select {
  font-size: 16px;
  line-height: 20px;
  padding: 3px;
}
.pubForm .colInput .select2-container--default .select2-selection--single {
  /*https://stackoverflow.com/questions/8640521/can-you-have-a-0-5px-border-on-a-retina-display*/
  border: 0.5px solid silver;
  border-radius: 0;
}
.pubForm .colInput .select2-dropdown {
  border-radius: 0;
}

input.select2-search__field {
  font-size: 16px;
  line-height: 20px;
  padding: 3px;
}

.button, .buttonLarge, input[type=submit].button, input[type=submit].buttonLarge, .Panel .header, .Pie, .Bar, .Tabs .TabButton {
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.loCoWrap .loCo .topText, .Panel .header > .subTitle, .Pie, .Bar, .Pie .centerLabel2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.button, .buttonLarge, input[type=submit].button, input[type=submit].buttonLarge, .Panel .header, .Pie.activeSegment .label.active, .Bar.activeSegment .label.active, .Tabs .TabButton {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.Pie .centerLabel1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

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