input[type=submit], button {
  -webkit-appearance: none;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

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

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.logo {
  background-color: #333;
  background-image: url(/social/logo.jpg);
  background-size: cover;
  width: 272px;
  height: 120px;
  background-position: center;
}

h1, h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #111
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px
}

h3 {
  margin-top: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px
}

h1 {
  font-size: 36px
}

h2 {
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 16px;
  color: #5e9e43
}

h4 {
  font-size: 18px
}

p {
  margin: 0 0 10px
}

.mainpage li {
  margin-bottom: 20px
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
  height: 15px;
}

.text-right {
  text-align: right
}

.padtop20 {
  padding-top: 20px;
}

.col-50p {
  width: 50%;
  float: left
}

.col-45p {
  width: 45%;
  float: left
}

.col-55p {
  width: 55%;
  float: left
}

.ui-datepicker {
  display: none
}

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

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

/*@media (min-width:800px){.container{width:750px} }*/
@media (min-width: 992px) {
  .container {
    width: 970px
  }

  .adminmenu {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1560px
  }
}

.col-xs-12, .col-xs-6 {
  float: left
}

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

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

@media (min-width: 800px) {
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-9 {
    float: left
  }

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

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

  .col-sm-8 {
    width: 66.66666667%
  }

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

  .col-sm-4 {
    width: 33.33333333%
  }

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

  .col-sm-2 {
    width: 12.5%
  }

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

  .center {
    text-align: center;
  }

  .right {
    text-align: right;
    padding-right: 10px;
  }

  .pager-nfo {
    float: right;
    line-height: 45px
  }
}

@media (min-width: 992px) {
  .col-md-10, .col-md-2, .col-md-3, .col-md-5, .col-md-8, .col-md-9 {
    float: left
  }

  .col-md-10 {
    width: 83.33333333%
  }

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

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-5 {
    width: 41.66666667%
  }

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

  .col-md-2 {
    width: 16.66666667%
  }

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

@media (min-width: 1200px) {
  .col-lg-3, .col-lg-4 {
    float: left
  }

  .col-lg-4 {
    width: 33.33333333%
  }

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

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700
}

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

.form-control, .tagsinput {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

textarea.form-control {
  height: 120px;
  width: 100%
}

.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

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

.form-group {
  margin-bottom: 15px;
  clear: both;
}

@media (min-width: 800px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }

  .leftlabel label {
    text-align: left !important;
  }
}

.btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:focus, .btn:hover {
  color: #333;
  text-decoration: none
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.collapse {
  display: none
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav > li {
  position: relative;
  display: block
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width: 800px) {
  .navbar {
    border-radius: 4px
  }
}

@media (min-width: 800px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 800px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }
}

.container > .navbar-collapse, .container > .navbar-header {
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 1px;
}

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


.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px
}

@media (min-width: 800px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media (min-width: 800px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav > li {
    float: left
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
  display: table;
  content: " "
}

.container:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
  clear: both
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

@-ms-viewport {
  width: device-width
}

.visible-md, .visible-sm, .visible-xs {
  display: none !important
}

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

  .pager-nfo {
    display: none
  }
}

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

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

@media (max-width: 779px) {
  .hidden-xs {
    display: none !important
  }

  td .fa {
    font-size: 21px;
  }
}

@media (min-width: 800px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important
  }
}

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

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important
  }
}

@media (min-width: 800px) {
  .fright {
    float: right;
    position: relative;
    top: 10px;
    margin-left: 15px;
  }
}

body, html {
  /*height: 100%;*/
  width: 100%;
  min-width: 400px;
  overflow-x: hidden;
}


a:focus, a:hover {
  color: #3498db
}

.search-full, .search-input {
  background: #2980b9
}

.search-input::placeholder {
  color: #aaa !important
}

.search-close {
  color: #2980b9
}

.btn-primary {
  background-color: #3498db;
  color: #FFF !important;
}

.btn-red {
  background-color: #b61808;
  color: #FFF !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #39a7f1;
  border-color: #39a7f1;
  color: #FFF
}

.btn-primary:active {
  background: #2c88c5
}

.btn-secondary {
  background-color: #89bb74;
  color: #FFF !important;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #62984c;
  border-color: #62984c;
  color: #FFF
}

.btn-secondary:active {
  background: #62984c
}

.nav > li:hover > a, .nav > li > a:focus, .nav > li > a:hover {
  background: #2980b9
}

.search-box:hover .btn-nobg {
  color: #3498db
}

.form-control:focus {
  border-color: #3498db
}

textarea {
  margin-bottom: 10px;
}

.form-control:focus {
  box-shadow: NONE;
  outline: 0 none
}

select, input[type=text], input[type=file], input[type=password], input[type=number], input[type=email], .otherinput {
  border-color: #DDD;
  background:#fff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-style: solid;
  border-width: 2px 1px 1px 2px;
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
  height: 36px;
  width: 100%;
}

.btn {
  transition: all .25s linear 0s;
  -webkit-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -ms-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  margin-bottom: 5px;
}

a {
  color: #34495E;
  text-decoration: none;
  outline: 0 !important;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}

a:focus, a:hover {
  text-decoration: none;
  cursor: pointer
}

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

body {
  margin: 0;
  padding: 0;
  color: #34495E;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  background: #fff
}

h1, h4 {
  font-weight: 400;
  margin: 0;
  padding-bottom: 15px
}

h1 {
  font-size: 30px;
  line-height: 35px
}

h4 {
  font-size: 17px;
  line-height: 20px
}

.no-margin {
  margin: 0 !important
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.main-container {
  min-height: 345px
}

.search-box {
  float: right
}

.search-box:hover .btn-nobg {
  background: #fff
}

.btn-nobg {
  background: 0 0;
  color: #fff
}

.navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase
}

@media (max-width: 991px) and (min-width: 800px) {
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px
  }
}

.userMenu li {
  display: block;
  float: left
}

.userMenu li a {
  display: inline-block;
  line-height: 30px;
  padding: 0 20px 0 0;
  transition: opacity .2s ease-out 0s;
  -webkit-transition: opacity .21s ease-out 0s;
  -moz-transition: opacity .2s ease-out 0s;
  -ms-transition: opacity .2s ease-out 0s;
  -o-transition: opacity .2s ease-out 0s
}

.userMenu li a:hover {
  opacity: .9
}

@media (max-width: 779px) {
  .userMenu li a {
    padding-top: 3px;
    line-height: normal
  }

}

.phone-number span {
  float: left
}

@media (max-width: 779px) {
  .btn {
    width: 100%;
    display: block;
  }

  .mobile-name-pz {
    display: block;
    height: 20px;
    overflow: hidden;
  }

  .zalomenka th {
    display: none
  }

  .zalomenka td {
    display: block
  }

  .zalomenka tr {
    border-top: 2px solid rgba(226, 226, 226, 0.9);
    position: relative;
    display: block;
    clear: both;
  }

  .fa-bg-mobile {
    position: absolute;
    opacity: 0.10;
    top: 25px;
    right: 10px;
    font-size: 150px !important;
  }

  .zalomenka td .popisok {
    display: inline-block;
    width: 30%;
    color: black;
  }

  .zalomenka td div {
    display: block;
    float: none !important;
  }

  .zalomenka td div select {
    width: 90% !important
  }

  .zalomenka .pldata {
    display: none
  }
}

@media (min-width: 800px) {
  .zalomenka td .popisok {
    display: none
  }

  .fnt11 {
    font-size: 11px;
    line-height: 18px;
  }
}

.search-full {
  bottom: 0;
  letter-spacing: 1px;
  min-height: 50px;
  position: absolute;
  right: 0;
  text-align: right;
  white-space: nowrap;
  width: 100%;
  z-index: 10;
  display: none
}

.search-close {
  background: rgba(0, 0, 0, .3);
  display: table;
  float: right;
  font-size: 32px;
  height: 51px;
  padding: 0 15px
}

.search-close i {
  display: table-cell;
  vertical-align: middle;
  transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s
}

.search-close:hover i {
  transform: scale(1.15) rotate(-180deg);
  -webkit-transform: scale(1.1) rotate(-180deg);
  -moz-transform: scale(1.1) rotate(-180deg);
  -ms-transform: scale(1.1) rotate(-180deg);
  -o-transform: scale(1.1) rotate(-180deg)
}

.searchInputBox {
  display: block;
  max-width: 90%;
  text-align: right;
  width: 100%
}

.searchInputBox .search-btn {
  border: none;
  padding: 0 10px 0 0;
  color: #fff;
  color: rgba(255, 255, 255, .8)
}

@media (max-width: 779px) {
  .searchInputBox {
    max-width: 80%
  }
}

.search-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0 none;
  color: #FFF;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  outline: medium none;
  text-align: right;
  padding: 13px 0 13px 15px;
  width: 100%;
  max-width: 90%
}

.search-input::-moz-input-placeholder {
  color: rgba(255, 255, 255, .6)
}

.search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .6)
}

.megamenu .collapse, .megamenu .dropdown, .megamenu .nav {
  position: static
}

.navbar-toggle .icon-bar {
  border: solid 2px #fff
}

.userMenu li a {
  color: #4a4a4a;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline
}

.navbar-tshop {
  background: 0 0;
  margin-bottom: 0;
  border: none
}

.top-menu__upper {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 80px
}

.known-person {
  float: left
}

.phone-numbers__text {
  color: #1f1f1f;
  font-family: 'Architects Daughter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  text-align: right;
  right: -50px
}

.phone-number__department, .phone-number__hours, .phone-number__number {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase
}

.phone-number__department, .phone-number__number {
  color: #018000
}

.phone-number:hover .phone-number__department, .phone-number:hover .phone-number__number {
  color: #01af00
}

.phone-number a:hover, .phone-number:hover .phone-number__hours {
  color: #1f1f1f
}

.phone-numbers .phone-number:first-child {
  position: relative;
  text-align: right;
  right: -20px
}

.known-person__name {
  position: relative;
  text-align: right;
  right: 0;
  color: #5e9e43;
  font-family: 'Architects Daughter', sans-serif;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  pointer-events: none
}

.phone-numbers a {
  display: block
}

.known-person__image {
  width: 210px;
  height: 139px;
  position: absolute;
  left: 280px;
  top: 0;
  z-index: 0;
  pointer-events: none
}

.megamenu__holder {
  background-color: #5e9e43;
  position: relative
}

.top-menu__contacts {
  margin-top: 12px
}

.top-menu-links .userMenu {
  display: table;
  padding: 18px 0 18px 0;
}

.top-menu-links .userMenu li a {
  line-height: 1;
  text-decoration: none;
}

.top-menu-links .userMenu li a:hover {
  color: #39A7F1
}

.top-menu-links .userMenu li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px
}

.top-menu-links .userMenu li:last-child {
  padding-right: 40px
}

input#search-text {
  padding-right: 92px
}

@media (min-width: 1500px) {
  input#search-text {
    padding-right: 140px
  }
}

.megamenu .navbar-collapse {
  padding: 0;
  position: relative
}

.megamenu__holder .menu-link__title {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: none;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  padding-top: 20px;
  padding-left: 5px
}

.megamenu__holder li:first-child .menu-link__title {
  padding-left: 10px
}

.megamenu__holder li .menu-link__title {
  padding-right: 15px
}

.megamenu__holder li:not(:last-child) .menu-link__title {
  border-right: 1px solid rgba(255, 255, 255, .16)
}

.megamenu__holder .nav > li:first-child {
  padding-left: 5px
}

.megamenu__holder .nav > li > a {
  display: table;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 0;
  height: 66px;
  padding: 0 0 0 15px;
}

.megamenu__holder .nav > li:hover {
  background: #fff
}

.megamenu__holder .nav > li:hover > a, .megamenu__holder .nav > li > a:focus {
  background: 0 0
}

.megamenu__holder .nav > li:hover > a .menu-link__title {
  color: #5e9e43
}

.megamenu__holder .nav > li, .megamenu__holder .nav > li a, .megamenu__holder .nav > li:hover, .megamenu__holder .nav > li:hover a, .megamenu__holder .nav > li:hover > a .menu-link__title, .megamenu__holder .nav > li > a .menu-link__title {
  transition: background 0s, color 0s;
  transition-delay: .2s
}

li:first-child a.dropdown-toggle {
  padding-left: 0
}

li:last-child span.menu-link__title {
  padding-right: 10px
}

.megamenu__holder .navbar-secondary > li.authentication-links-li > a {
  height: 40px;
  padding: 10px 15px
}

ul.nav.navbar-nav.navbar-secondary {
  background: rgba(255, 255, 255, .1)
}

ul.nav.navbar-nav.navbar-secondary a {
  background: 0 0
}

.megamenu__holder .navbar-secondary > li.authentication-links-li, .megamenu__holder .navbar-secondary > li.authentication-links-li span {
  border: none
}

.megamenu__holder .navbar-secondary > li.authentication-links-li span.menu-link__title.menu-link__title--client-zone {
  font-weight: 300
}

.megamenu__holder .navbar-secondary {
  border-bottom: 10px solid transparent
}

.search-box {
  width: 342px;
  height: 42px;
  position: relative
}

.fulltext-search__form {
  background-color: #f1efe1
}

.ibo__search-input {
  width: 342px;
  height: 42px;
  max-width: 500px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #e6dcdc;
  background-color: #f1efe1;
  padding-left: 25px
}

.ibo__search-submit, .search-box:hover .btn-nobg.ibo__search-submit {
  background-image: none;
  border: none;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .1);
  border-radius: 2px;
  font-weight: 700;
  background-color: #5e9e43;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 42px
}

.search-box .btn-nobg.ibo__search-submit:hover {
  background: #539040;
  color: #fff
}

.site-footer__col:first-child {
  padding-right: 15px
}

.site-footer__list-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  opacity: .6;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 0;
  margin: 0 0 20px;
  display: inline-block;
  text-transform: uppercase
}

.site-footer__list-title:after {
  content: "";
  display: block;
  width: 120%;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.site-footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 24px;
  line-height: 2.4rem
}

.site-footer__list-item-link {
  color: #fff;
  transition: all .5s;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 600
}

.site-footer__list-item-link:active, .site-footer__list-item-link:focus, .site-footer__list-item-link:hover {
  color: #fff;
  text-decoration: underline
}

.mailinglist {
  width: 100%
}

.mailinglist__field.mailinglist__field {
  border: none;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 23px;
  color: #6f6f6f;
  font-size: 16px;
  font-size: 1.6rem;
  height: 50px
}

.mailinglist__field.mailinglist__field:-moz-placeholder {
  color: #848484;
  font-size: 14px;
  font-size: 1.4rem
}

.mailinglist__field.mailinglist__field:-ms-input-placeholder {
  color: #848484;
  font-size: 14px;
  font-size: 1.4rem
}

.mailinglist__cta:hover {
  background: #539040;
  color: #fff
}

.mailinglist__cta {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  background-image: none;
  border: none;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .1);
  border-radius: 2px;
  font-weight: 700;
  background-color: #5e9e43;
  color: #fff;
  height: 46px;
  padding: 6px 17px
}

.mailinglist__form {
  position: relative
}

.mailinglist {
  margin-bottom: 10px;
  margin-top: 40px
}

.site-footer__copyright--kniha {
  background: #333;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center
}

.site-footer__copyright--kniha a {
  color: yellow
}

.site-footer__col {
  margin-bottom: 100px
}

input.mailinglist__field.input {
  padding-right: 85px
}

.footer-block {
  padding-top: 80px;
  padding-left: 83px;
  padding-right: 97px
}

@media (max-width: 991px) {
  .site-footer__col {
    margin-bottom: 50px
  }

  .megamenu__holder li:not(:last-child) .menu-link__title {
    border-right: none
  }

  .navbar-header {
    width: 100%;
    float: none
  }

  .top-menu-links .userMenu li {
    float: none
  }

  .known-person {
    float: right
  }

  .known-person__image-holder, .known-person__name, .phone-numbers__text {
    display: none
  }


  .menu-toggle-button-xs .icon-bar {
    transition: 1s all;
    transform-origin: 50%
  }

  .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    margin-right: 0
  }

  .megamenu__holder .nav > li, .megamenu__holder .nav > li:first-child {
    padding-left: 0
  }

  .megamenu__holder .nav > li:hover > a, .megamenu__holder .nav > li > a {
    padding-left: 15px;
    background: #5e9e43
  }

  .megamenu__holder .nav > li:hover > a > span.menu-link__title {
    color: #fff
  }

  .megamenu__holder .nav > li {
    border-bottom: 1px solid #56973e
  }


  .megamenu__holder .nav > li > a {
    width: 100%;
    margin: 0
  }

  .navbar-nav {
    margin: 0
  }

  .megamenu__holder .menu-link__title {
    padding-top: 5px;
    padding-bottom: 0;
    vertical-align: middle
  }

  .top-menu-links .userMenu li:last-child {
    padding-right: 0
  }

  .navbar-nav, .navbar-nav > li {
    float: none
  }

  .megamenu__holder .search-box {
    position: static;
    display: table;
    width: 50%;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0
  }

  .megamenu__holder .search-input {
    height: 44px;
    padding-right: 80px;
    border: 1px solid #e6dddd;
    text-align: left;
    max-width: 100%;
    padding-left: 15px;
    width: 100%;
    background-color: #f1efe1;
    border-radius: 2px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400
  }

  .megamenu__holder .search-input:-ms-input-placeholder {
    color: #4a4a4a;
    font-size: 16px;
    font-size: 1.6rem
  }

  .megamenu__holder .search-box form {
    position: relative
  }

  .megamenu__holder .search-btn {
    height: 40px;
    vertical-align: top;
    width: 70px;
    border: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    border-radius: 2px;
    background: #378335;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .1)
  }

  .megamenu__holder .search-box:hover .btn-nobg, .megamenu__holder .search-box:hover .btn-nobg:focus {
    background: #5e9e43;
    color: #fff;
    outline: 0
  }

  .megamenu__holder .search-box {
    float: right !important
  }

  .megamenu__holder button.navbar-toggle.menu-toggle-button-xs {
    display: block;
    position: absolute;
    top: 9px;
    left: 15px;
    color: #313131 !important
  }


  .site-footer__copyright--kniha a {
    color: yellow
  }

  .site-footer__copyright--kniha a:hover {
    color: orange
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .megamenu__holder .nav > li:hover > a, .megamenu__holder .nav > li > a {
    padding-left: 0
  }

  .top-menu__upper {
    padding-top: 15px;
    padding-bottom: 15px
  }


  .megamenu__holder .collapse {
    display: none !important
  }
}

@media (max-width: 1499px) {
  .top-menu-links {
    display: block;
    clear: both
  }

  .ibo__search-input, .search-box {
    width: 370px
  }

  .top-menu-links .userMenu li:last-child, .top-menu-links .userMenu li:last-child a {
    padding-right: 0
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .known-person {
    position: relative;
    top: 20px
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .megamenu__holder .menu-link__title {
    font-size: 15px
  }

  .megamenu__holder .nav > li > a {
    padding-left: 5px;
    height: 50px
  }

  .megamenu__holder li .menu-link__title {
    padding-right: 5px
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .ibo__search-input, .search-box {
    width: 300px;
    right: 22px
  }

  .top-menu-links .userMenu li.registration-link {
    padding-right: 2px
  }
}

@media (max-width: 779px) {
  .btn-question {
    display: none
  }

  .top-menu__upper {
    padding-bottom: 0;
    padding-top: 5px
  }

  .top-menu-links {
    padding-left: 5px
  }

  .phone-numbers .phone-number.phone-number.phone-number {
    position: static
  }

  .phone-number span {
    float: none;
    white-space: nowrap;
    display: block
  }

  .phone-numbers .phone-number span {
    display: block
  }

  .phone-numbers .phone-number span.phone-number__hours {
    float: none;
    text-align: left;
    display: inline;
    width: 100%
  }

  .footer-established__image {
    width: 70%;
    height: 70%;
    background-size: cover
  }

  .footer-established__image-holder {
    left: 10px;
    top: -40px;
    right: auto
  }

  .top-menu__upper {
    margin-bottom: 20px
  }

  .navbar-toggle .icon-bar {
    border: 2px solid #f1efe1
  }

  .navbar-header {
    width: auto
  }

  button.navbar-toggle.menu-toggle-button-xs {
    position: absolute;
    top: 0;
    left: 15px;
    color: #313131 !important
  }

  .megamenu__holder .search-box {
    width: calc(100% - 95px);
    margin-right: 15px
  }

  .top-menu-links .userMenu {
    display: table;
    padding: 0 0 18px 0;
    /*max-width: 50%;*/
  }

  li:last-child span.menu-link__title {
    padding-right: 15px
  }

  .megamenu__holder li:first-child .menu-link__title {
    padding-left: 5px
  }
}

@media (max-width: 1500px) {
  .footer-block {
    padding-left: 0;
    padding-right: 0
  }

  .site-footer__col {
    padding-right: 15px
  }
}

@media (min-width: 1500px) {
  .megamenu__holder .nav > li:first-child {
    padding-left: 16px
  }
}

body {
  background-color: #f7f6ee;
  font-family: 'Nunito Sans', sans-serif
}

h1, h4 {
  font-family: 'Nunito Sans', sans-serif
}

h1 {
  margin-top: 25px
}

.navbar-brand img {
  width: 272px;
  max-width: 100%;
  margin-top: 0
}

.logoDark {
  display: none
}

.twhite {
  color: #fff;
}

.menu-navigation-container {
  background: #f2f0e3;
  border-radius: 4px;
  padding: 0 0;
  margin: 20px 0;
  overflow: hidden;
}

.user-info-box {
  max-width: 320px;
  float: right;
  padding: 5px 5px !important;
  border-radius: 4px;
  background: #f2f0e3
}

.menu li {
  line-height: 45px;
  font-size: 18px;
  padding: 0 5px;
}

.menu li:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.menu li a {
  color: #4a4948;
  display: block;
}

.menu li .fa {
  display: inline-block;
  width: 34px;
  padding-left: 10px;
}

.green {
  color: #5e9e43
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.oznam {
  font-size: 16px;
  opacity: 0.8
}

.footer-block {
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

.actpage {
  background: #5e9e43;
  color: #fff
}

.strankovanie a {
  background: #f2f0e3;
  color: #5e9e43;
}

.strankovanie a, .strankovanie b {
  border-radius: 4px;
  display: inline-block;
  padding: 8px;
  margin-right: 5px;
}


.message {
  border-radius: 4px;
  color: #5e9e43;
  border: 1px solid #5e9e43;
  padding: 10px;
  background: #fff;
  font-weight: bold;
  text-align: center;
}

.messagedel {
  border-radius: 4px;
  color: #e00;
  border: 1px solid #e00;
  padding: 10px;
  background: #ffd4d4;
  font-weight: bold;
  text-align: center;
}

.edit {
  display: inline-block;
  color: #39A7F1;
  margin-right: 8px;
  font-size: 11px
}

.del {
  display: inline-block;
  color: #39A7F1;
  margin-right: 8px;
  font-size: 11px
}

.chov th {
  background: #e0ddc8;
  padding: 6px;
}

.chov tr {
  line-height: 30px;
  border-bottom: 1px solid #f3f0e1
}

.chov tr:nth-child(odd) {
  background: #f3f0e1;
}

.chov tr:nth-child(4n+2) {
  background: #fff !important;
}

.chov input {
  width: 100%
}

.chov {
  border-collapse: collapse;
}

.zalomenka th {
  background: #e0ddc8;
  padding: 6px 0;
}

.zalomenka tr {
  line-height: 30px;
  border-bottom: 1px solid #f3f0e1
}

.zalomenka tr:nth-child(odd) {
  background: #f3f0e1;
}

.zalomenka tr:nth-child(4n+2) {
  background: #fff !important;
}

.zalomenka input {
  width: 100%
}

.zalomenka {
  border-collapse: collapse;
}


.logged {
  font-size: 12px;
}

input:disabled {
  background: #eee;
}

.bluelnk {
  color: #369de2;
  font-weight: bold;
}

.fnt10 {
  font-size: 10px;
}

.setting-admin {
  color: #5E9E43 !important;
}

.main-container table tr {
  background: rgba(255, 255, 255, 0.5)
}

.megamenu table {
  color: #222
}


.network-page__image {
  max-width: 65px;
  max-height: 65px;
  position: relative;
}

.network-page__image-holder {
  padding-top: 1px;
  width: 73px;
  height: 73px;
  display: table;
  opacity: 1;
}

.network-img__holder {
  position: absolute;
  left: 45px;
  top: 35px;
}

.network-img__centerer {
  display: table-cell;
  vertical-align: middle;
}

.network-box {
  position: relative;
}

.network__button a {
  color: #ffffff;

  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 16px;
}

.site-footer__col {
  margin-bottom: 100px;
}

.network-box__col {
  width: 73px;
  display: inline-block;
  vertical-align: top;
}

.network-box__col--left {
  margin-right: 30px;
}

.network-box__col--right {
  width: 112px;
  padding-top: 15px;
}

.network__button .instagram__button {
  border-radius: 3px;
  background-color: #f56e3f;
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-weight: 700;
  padding: 3px 21px;
}

.social-button {
  margin-top: 10px;
}

#sociall {
  background-color: #333;
  background-image: url(/social/photopaticka.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 30px 0 10px 0;
  /*max-width:1200px;*/
}

.social-list__item:not(:last-child) {
  margin-right: 0;
}

.social-list__item:last-child {
  position: relative;
  left: 50px;
}

.social-list__item {
  display: inline-block;
  margin-bottom: 30px;
}

.visitlnkmini {
  position: relative;
  margin-top: 10px;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  float: left;
  margin-right: 20px;
  margin-left: 20px;

}

.visitlnk {
  position: relative;
  margin-top: 10px;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}

.vlesebg {
  background: #d8f9ca;
}

.vlese {
  color: #378335
}

@media (max-width: 779px) {
  .menu-navigation-container {
    margin: 0 -10px;
    background: #378335;
    border-radius: 0;
    padding-bottom: 0 !important;
  }

  .navbar-brand img {
    margin-top: 10px
  }

  .menu-navigation-container a {
    color: #fff !important;
  }

  .menu-navigation-container li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 16px;
    line-height: 42px;
  }

  .userMenu {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    background: transparent !important;
  }

  /*#sociall{display:none}*/
  .social-list__item {
    margin-right: 0 !important;
  }

  .adminlnk {
    background: #2e6f2d
  }

  .eshoplnk {
    background: #1e5a1d
  }
}

.loga {
  background: #2f4e21;
  text-align: center;
}

.loga a {
  display: inline-block;
  padding: 20px;
}

span.required {
  color: #3498DB;
}

.filter {
  padding: 20px;
  border-radius: 5px;
  background: #e0ddc877;
  margin-bottom: 20px;
}

.filter label {
  width: 70px;
  float: left;
  line-height: 36px;
  text-align: right;
  padding-right: 6px;
}

.filter input, .filter select {
  width: 200px;
  float: left;
}

.filter .btn {
  padding: 5px !important;
}

#mapid {
  min-height: 780px;
  width: 100%;
}

.gallery {
  margin: 10px 0 !important;
  display: block;
  padding: 0;
}

.gallery li {
  list-style: none;
  perspective: 100px;
  -webkit-perspective: 100px;
  margin: 1px;
  float: left;
  position: relative;
  transition: .1s;
  -webkit-transition: 0.1s;
}

.gallery li.video::before {
  content: '\25BA';
  color: #FFF;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 0.9;
  position: absolute;
  bottom: 3px;
  left: 4px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 0 3px 0 0;
  pointer-events: none;
  opacity: 0;
  transition: .5s 0.2s;
}

.gallery li.loaded.video::before {
  opacity: 1;
}

.gallery a.img {
  display: block;
  width: 150px;
  height: 110px;
  vertical-align: bottom;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  transition: .4s ease-out;
  -webkit-transition: 0.4s ease-out;
  -webkit-transform: rotateX(90deg) translate(-50px, -50%);
  transform: rotateX(90deg) translate(-50px, -50%);
}

.gallery a.img:active, .gallery a.img:focus {
  outline: none;
}

.gallery a.img img {
  min-height: 100%;
  width: 100%;
  transition: .3s ease-out;
  -webkit-transition: 0.3s ease-out;
  margin: 3px;
}

.gallery .loaded a.img {
  -webkit-transform: rotateX(0deg) translate(0, 0);
  transform: rotateX(0deg) translate(0, 0);
}

.gallery li.loaded:hover {
  z-index: 2;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.gallery li.loaded a.img:hover {
  box-shadow: 0 0 0 2px #FFF, 0 0 3px 5px #888;
  transition: .1s;
  -webkit-transition: 0.1s;
}

.gallery li.loaded:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.gallery li.loaded.video:hover::before {
  opacity: 0;
}

table {
  border-collapse: collapse;
  padding: 0;
  text-indent: 0;
}

/*
.eyel{position:Absolute; z-index:20; background:#fff; box-shadow:1px 1px 1px 1px #888; border-radius:3px; height:4px; width:5px; left:10px; top:14px;}
.eyer{position:Absolute; z-index:20; background:#fff; box-shadow:1px 1px 1px 1px #666;  border-radius:3px; height:4px; width:5px; right:10px; top:14px;}
*/
.eyel, .eyer {
  display: none
}

.btn-question {
  background-color: #d49163;
  color: #FFF
}

.btn-question:active, .btn-question:focus, .btn-question:hover {
  background-color: #bb7748;
  border-color: #f3ae80;
  color: #FFF
}

.pomoc {
  display: none;
  clear: both;
  background: #f1c8ac;
  border: 1px solid #d49163;
  margin: 23px 0 13px 0;
  padding: 17px;
  line-height: 24px;
  border-radius: 4px;
}

.pldata {
  font-size: 0;
  width: 1px !important;
  padding: 0
}

.fa-info-circle:before {
  font-size: 20px
}

.odmeny {
  background: #fdca6a;
  padding: 10px;
}

.overal {
  position: relative;
  display: inline-block;
  float: left;
}

.overal .delete {
  display: none
}

.overal:hover .delete {
  display: block
}

.form-group {
  position: relative;
}

.zonakludu {
  color: #1598f9;
}

.obsadene {
  color: red;
}

.obsadene .ui-state-hover {
  background: red !important
}

.mtop20 {
  margin-top: 20px;
}

table th {
  text-align: left
}

#ui-datepicker-div {
  /*position: fixed !important;*/
}

.loga .container {
  display: flex;
  flex-wrap: wrap;
}


.site-footer__copyright--kniha img {
  border-radius: 10px;
}

.kalendar-obal {
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: #FBFBF7;
}

.sms {
  padding: 15px;
  border-radius: 5px;
  background: #FBFBF7;
  font-size: 20px;
  font-weight: bold;
  color: #d49163;
}

.smsobal {
  color: #777;
  line-height: 22px
}

.kalendar-obal h3 {
  position: relative;
  top: 4px;
}

.mapplaceholder {
  padding: 55px;
  border-radius: 5px;
  background: #FBFBF7;
  text-align: center;
  font-size: 16px;
}

.ui-multiselect {
  box-sizing: border-box;
  padding: 5px 0 5px 4px;
  margin-bottom: 10px;
  border-radius: 3px !important;
  text-align: left;
  width: 100% !important;
}

.ui-multiselect .ui-multiselect-open {
  float: right
}

.ui-multiselect-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  z-index: 101;
  width: auto;
  min-width: 370px;
  max-height: 350px;
  overflow-y: scroll;
  height: auto;
  padding: 3px;
}

.ui-multiselect-menu.ui-multiselect-listbox {
  position: relative;
  z-index: 0;
}

.ui-multiselect-header {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: auto;
  padding: 3px 0 3px 4px;
  margin-bottom: 2px;
}

.ui-multiselect-header > ul {
  font-size: 0.9em
}

.ui-multiselect-header li {
  float: left;
  margin: 0 10px 0 0;
}

.ui-multiselect-header a {
  text-decoration: none;
}

.ui-multiselect-header a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ui-multiselect-header .ui-icon {
  float: left;
}

.ui-multiselect-header .ui-multiselect-close {
  float: right;
  margin-right: 0;
  text-align: right;
}

.ui-multiselect-checkboxes {
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  width: auto;
  border: 0;
  padding: 4px 0 8px;
}

.ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup) {
  clear: both;
  font-size: 0.9em;
  list-style: none;
  padding-right: 3px;
}

.ui-multiselect-checkboxes label {
  border: 1px solid transparent;
  cursor: default;
  display: block;
  padding: 3px 1px 3px 21px;
  text-indent: -20px;
}

.ui-multiselect-checkboxes input {
  position: relative;
  top: 1px;
  cursor: pointer;
}

.ui-multiselect-checkboxes img {
  height: 30px;
  vertical-align: middle;
  margin-right: 3px;
}

.ui-multiselect-grouplabel {
  border-bottom: 1px solid;
  display: block;
  font-weight: bold;
  margin: 1px 0;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}

.ui-multiselect-selectable {
  cursor: pointer;
}

.ui-multiselect-optgroup > ul {
  padding: 3px;
}

.ui-multiselect-columns {
  display: inline-block;
  vertical-align: top;
}

.ui-multiselect-collapser {
  float: left;
  padding: 0 1px;
  margin: 0;
}

.ui-multiselect-collapsed > ul {
  display: none
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
  left: -9999px;
  position: absolute !important;
  top: auto !important;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
  text-indent: 0 !important;
}

.ui-multiselect.ui-multiselect-nowrap {
  white-space: nowrap
}

.ui-multiselect.ui-multiselect-nowrap > span {
  display: inline-block
}

.ui-multiselect-checkboxes.ui-multiselect-nowrap li,
.ui-multiselect-checkboxes.ui-multiselect-nowrap a {
  white-space: nowrap
}

.ui-multiselect-measure > .ui-multiselect-header,
.ui-multiselect-measure > .ui-multiselect-checkboxes {
  float: left;
}

.ui-multiselect-measure > .ui-multiselect-checkboxes {
  margin: 4px;
  overflow-y: scroll;
}

.ui-multiselect-resize {
  border: 2px dotted #00F
}

.leaflet-control-fullscreen a {
  background-size: 40px 80px !important;
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -38px !important;
}

.leaflet-draw-draw-polygon {
  background-size: 1250% !important;
  background-position: -59px -7px !important;
}

.leaflet-draw-edit-edit {
  background-position: -219px -1px !important;
  background-size: 440px 44px !important;
}

.leaflet-draw-edit-remove {
  background-position: -264px -1px !important;
  background-size: 440px 44px !important;
}

.leaflet-draw-actions {
  left: 45px !important;
}

.leaflet-popup-content {
  margin: 9px !important;
  min-width: 150px;
}

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

.leaflet-popup-content .btn {
  padding: 10px !important;
}

.badge {
  display: inline-block;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: -2px;
  background: #f2c686;
  border-radius: 5px;

}
.hidden{display: none}
.hidden-menu {
  display: none
}

.ui-widget {
  max-width: 100%;
}

.hidentd {
  height: 1px;
  width: 1px !important;
  display: block;
  overflow: hidden;
}

.fa span {
  font-size: 0
}

.chovlov {
  width: 100%;
  background: green
}

.chovlov, .chovlov th, .chovlov td {
  border: 1px solid #bbb;
}

.p11 {
  font-size: 11px;
}

.chovlov tr:hover td, .chovlov tr:hover th, .highlighted {
  opacity: 0.8;
}

.chovlov td {
  width: 30px;
  background: white;
}

.chovlov th {
  background: #ebebeb;
}

.chovlov td.can {
  background: #cbdfc2;
}

.allowed {
  color: green
}


.hiddenscreen {
  height: 1px;
  width: 1px !important;
  display: block;
  overflow: hidden;
}

.fc-toolbar-title {
  font-size: 16px !important;
  color: black;
}

.legenda {
  padding: 10px;
  background: #FBFBF7
}

/*buttony na mobil*/
@media (max-width: 779px) {
  h1 {
    font-size: 25px
  }

  .mob-btn-3 .fa {
    position: relative;
    top: 3px;
  }

  .mob-btn-3 {
    display: inline-block;
    float: left;
    margin-left: 1%;
    margin-bottom: 2%;
    width: 30%;
    border-radius: 3px;
    background-color: #3498db;
    color: #FFF;
    text-align: center;
    opacity: 0.8
  }

  .mob-btn-3:hover {
    color: #fff;
    opacity: 1
  }

  .mob-btn-3.del {
    background: #a71010
  }

  .mob-btn-3.viac {
    background: black;
  }
}

@media (max-width: 620px) {
  form label {
    clear: both
  }
}

@media (min-width: 673px) and (max-width: 920px) {
  form label:nth-of-type(2n+1) {
    clear: both
  }
}

@media (min-width: 921px) and (max-width: 992px) {
  form label:nth-of-type(3n+1) {
    clear: both
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  form label:nth-of-type(2n+1) {
    clear: both
  }
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;

}

.adminlnk {
  background: rgba(0, 0, 0, 0.03);
}

.adminlnk:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}

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

.image-container {
padding:20px;
}

.image-container img {
  max-width:90%; width:200px;
  border-radius: 10px;
  transform:   rotate(-10deg); /* Rotate images slightly and adjust position */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Add a subtle shadow effect */
  z-index: 1; /* Ensure images overlap and the first one appears on top */
}

/* Adjust the second image's position */
.image-container a:nth-child(2) img {
  transform:   rotate(10deg); /* Rotate the second image in the opposite direction */
  z-index: 0; /* Ensure the second image appears behind the first */
}