@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap');

body {
  overflow-x: hidden !important;
  color: #161c2d;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f37e45;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.p-btn {
  display: inline-block;
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  line-height: 1.5;
}

.p-btn-orange {
  background-color: #f37e45 !important;
  border: 1px solid #f37e45 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.p-btn-orange:hover {
  background-color: #e25b18 !important;
  border: 1px solid #e25b18 !important;
}

.p-btn-green {
  background-color: #398223 !important;
  border: 1px solid #398223 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.p-btn-blue {
  background-color: #1981e2 !important;
  border: 1px solid #1981e2 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.p-btn-phone {
  font-size: 20px;
  font-weight: 700;
  cursor: default;
  user-select: all;
}

.p-btn-results {
  font-size: 20px;
  font-weight: 700;
}

.p-adres-section {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-menu-item {
  font-size: 16px !important;
  font-family: 'Nunito', sans-serif !important;
  background-color: transparent !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}

.p-section {
  border-bottom: 1px solid #e9ecef !important;
}

.p-section-grey {
  background-color: #f8f9fc;
}

.white-background {
  background-color: #fff;
}

#mapid {
  min-height: 40vh;
}

.p-label {
  font-weight: 700;
  font-size: 15px;
}

.p-label:hover {
  background-color: #e25b18 !important;
  border: 2px solid #e25b18 !important;
}

.p-need-section {
  padding-bottom: 15px;
}

.p-open-section p {
  margin: 5px 5px 5px 5px;
}

.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #f37e45;
  color: #fff;
  font-weight: 600;
  border-color: #f37e45;
}

a[href^='tel'],
.p-btn-phone {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

label.error {
  color: #e22518;
}

#form-main .uk-form-success {
  color: black;
}

#form-main .uk-form-label {
  font-size: 0.95rem;
}

.uk-offcanvas-bar-orange {
  background: #f37e45;
  border-right: 3px white solid;
}

.uk-offcanvas-bar-orange a {
  color: white !important;
}

.Review-TextLess-block,
.Review-textmore-block{
  font-size: 14px !important;
}

.reviewtext-side-img {
  width: 100% !important
}

.TypeNoTi_ItemReview{
  width: auto !important
}