body {
  font-family: 'Ubuntu', sans-serif;
}

a {
  color: #8fc852;  
}
a:hover,
a:focus {
  color: #8fc852; 
  text-decoration: none;
}

td, th {
  vertical-align: middle;
  color: #484747;

}

.how-works-icons img {
  height: 55px;
}

.my-alert {
  top: -30px;
  left: -15px;
  width: calc(100% + 30px); 
  padding-top: 27px;
  padding-bottom: 27px; 
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; 

}

.my-alert ul {
  margin-bottom: 0px;
  list-style-type: circle;
}

.alert-danger.my-alert i {
  color: #dd8a92;
}

.hide {
  display: none !important;
}

.my-green-color {
  color: #8fc852 !important;
}

.my-green-bg {
  background-color: #8fc852 !important;
}

.bg-grey {
  background-color: #f1f1f1;
}

.my-green-btn {
  background: rgb(182,217,134);
  background: linear-gradient(180deg, rgba(182,217,134,1) 0%, rgba(143,200,82,1) 100%); 
  border: none;
}

.my-green-btn:hover {
  background: rgb(182,217,134);
  background: linear-gradient(0deg, rgba(182,217,134,1) 0%, rgba(143,200,82,1) 100%); 
  border: none;
}

.btn-primary {
  background: rgb(182,217,134);
  background: linear-gradient(180deg, rgba(182,217,134,1) 0%, rgba(143,200,82,1) 100%); 
  border: none;
}

.btn-primary:hover {
  background: rgb(182,217,134);
  background: linear-gradient(0deg, rgba(182,217,134,1) 0%, rgba(143,200,82,1) 100%); 
  border: none;
}

.my-white-btn {
  background-color: #fff;
  color: #8fc852 !important;
  border: none;

  border-radius: 10px;
  padding: 10px 15px 10px 15px;

}

.my-white-btn:hover {
  background-color: #fff;
  border: none;
  color: #484747 !important;
}

.canvas-border-bottom {
  border-bottom: 1px solid #fff;
}


.my-top-navbar {
  border-bottom: 1px solid #e1e1e1;
}

.navbar-contact-txt {
  font-size: 16px;
  font-weight: 800;
  color: #484747;
}

.navbar-contact-icon {
  font-size: 24px;
}

.navbar-contact {
  font-size: 14px;
  color: #484747;
}


.top-menu-icon {
  font-size: 25px;
  cursor: pointer;
}

.footer-bottom-color {
    background-color: #484747; 
    color: #fff;
    font-size: 14px;
}

.footer-top-color {
  background-color: #f1f1f1;
  color: #484747;
}
.footer-top-list {
  list-style-type: none;
}

.footer-top-list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-top-list a {
  color: #8fc852;
  text-decoration: none;
}

.footer-top-title {
  color: #484747;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}


.footer-bottom-color a {
  color: #fff;
}


.footer-social {
  font-size: 16px;
  font-weight: 800;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 53px;
    background-color: #484747;
    z-index: 0;
}

.desktop .navbar-nav {
  background-color: #484747;
}

.right-menu {
  color: #8fc852;
}


.desktop .navbar-nav .nav-item a {
  color: #fff;
  border-top: 3px solid #484747;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;

}

.desktop .navbar-nav .nav-item a:hover, 
.desktop .navbar-nav .nav-item a:focus {
  color: #8fc852;
  border-top: 3px solid #8fc852;
}

.desktop .navbar-nav .nav-item.dropdown .dropdown-menu a {
  color: #fff;
  border-top: 3px solid #484747;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  background-color: #484747;
}

.desktop .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
  color: #8fc852;
  border-top: 3px solid #8fc852;
}


.desktop .navbar-nav .nav-item a:hover, 
.desktop .navbar-nav .nav-item a:focus {
  color: #8fc852;
  border-top: 3px solid #8fc852;
}

.desktop .navbar-nav .nav-item .nav-link.active {
  color: #8fc852;
  border-top: 3px solid #8fc852;
}

.desktop .navbar-nav li:last-child {
  margin-left: 30px;
}

.desktop .navbar-nav li:last-child a {
  color: #8fc852;
  text-transform: none;
  max-height: 53px;
}

.desktop .navbar-nav li:last-child a:hover {
  color: #fff;
  text-transform: none;
}




.desktop .navbar-nav .nav-item.dropdown li:last-child {
  margin-left: 0px;
}

.desktop .navbar-nav .nav-item.dropdown li:last-child a {
  color: #fff;
  text-transform: none;
  max-height: 53px;
}

.desktop .navbar-nav .nav-item.dropdown li:last-child a:hover {
  color: #8fc852;
  text-transform: none;
}




#label_login {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;

  border-color: transparent;

  border-right-color: #e4e4e4;
}

#label_heslo {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;

  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: transparent;
}

.form-wrapper {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.form-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #afafaf;
  opacity: 1; /* Firefox */
}

.form-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #afafaf;
}

.form-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
  color: #afafaf;
}




.my-bottom-navbar {
  -webkit-box-shadow: 0px 20px 25px -20px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 20px 25px -20px rgba(0,0,0,0.3);
box-shadow: 0px 20px 25px -20px rgba(0,0,0,0.3);

z-index: 10;
background-color: #fff;

}

.my-bottom-navbar a {
  color: #8fc852;
}

.navbar-small-link {
  font-size: 13px;
}

.offcanvas,
.offcanvas-header {
  background-color: #8fc852;
  color: #fff;
}

.offcanvas a,
.offcanvas-header a {
  color: #fff;
  text-decoration: none;
}

.offcanvas a:hover,
.offcanvas-header a:hover {
  color: #fff;
  text-decoration: underline;
}


.offcanvas-header i {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 31px;
}

.right-form-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 800;
}

.right-form-title-icon {
  font-size: 25px;
}

.offcanvas-body input,
.offcanvas-body input:focus {
    border: 1px solid #fff;
    background-color: #8fc852;
    color: #fff;
    border-radius: 10px;
}

.offcanvas-body input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.right-form-links {
  list-style-type: none;
}

.right-form-links li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.right-form-links-bottom {
  list-style-type: none;
  text-transform: uppercase;
}

.right-form-links-bottom li {
  padding-top: 6px;
  padding-bottom: 6px;
}



.carousel-caption {
  position: absolute;
  right: unset;
  left: 7%;
  top: 0;
  color: #000;
  text-align: left;
}

.carousel-caption h5 {
  font-size: 65px;
  color: #474747;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 15px;
}

.carousel-caption p {
  font-size: 20px;
  color: #313131;
}

.carousel-caption .btn-primary {
  font-size: 20px;
}

.carousel-caption .transparent.btn.btn-primary {
  font-size: 20px;
  background: transparent;
  border: 1px solid #b0d48c;
  border-radius: 10px;
  color: #b0d48c;
}
.carousel-caption .transparent.btn.btn-primary:hover {
  background: rgb(182,217,134);
  background: linear-gradient(0deg, rgba(182,217,134,1) 0%, rgba(143,200,82,1) 100%); 
  border: 1px solid #b0d48c;
  color: #fff;
}

.how-works-icons h3 {
  color: #484747;
  font-size: 36px;
}

.how-works-icons p {
  margin-top: 15px;
  font-size: 13px;
  color: #484747;
}

.kuryr-image {
  position: absolute;
  bottom: 0;
  width: 431px;
  height: 493px;
  background: url("../img/kuryr.png") no-repeat;
  margin-left: 65px;
}

.delivery-icon {
  border: 1px solid #efefef;
  border-radius: 10px;
  border-bottom-color: #e8e8e8;
}

.delivery-icon img {
  max-width: 110px;
  max-height: 110px;
}

.w-arrow-icon {
  width: 11px;
}

.arrows::after {
  content: "";
  position: absolute;
  background: url("../img/arrow-icon.png") no-repeat;
  width: 7px;
  height: 11px;
  top: 0;
  right: 0;
  margin-top: 23px;
}


.news-list-title {
  color: #484747;
  font-size: 16px;
  font-weight: 800;
  padding-top: 20px;
}

.news-list-description {
  color: #969696;
  font-size: 12px;
  text-align: justify;
}

.news-list-date {
  font-size: 12px;
  letter-spacing: 1px;
}

.news-list-txt {
  padding-left: 25px;
  padding-right: 25px;
}

.news-list-link {
  right: 0;
  top: 23px;
  font-size: 12px;
}

.news-list-link a {
  color: #8fc852;
  text-decoration: underline;
}

.news-list-link a:hover,
.news-list-link a:focus {
  color: #8fc852;
  text-decoration: none;
}

h3 {
  color: #484747;
  font-size: 46px;  
}

.disabled {
  background-color: #e9ecef !important;
  opacity: 1;
  cursor: not-allowed;
}

.reference-box {
  position: relative;
  display: inline-block;
  height: auto;
}

.reference-box-inner {
  background-color: #f1f1f1;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  height: auto;
  left: 0px;
  z-index: 2;
  margin-left: 25%;
  min-height: 380px;
}

.testimonial-body {
  height: 200px;
  overflow: auto;
}

.reference-box-inner h3 {
  height: 5.75rem;
  line-height: 2.875rem;
  overflow: hidden; 
}


.reference-box::after {
  content: '';
  position: absolute;
  width: 499px;
  height: 286px;
  left: 0px;
  right: 30px;
  bottom: -60px;
  z-index: 1;
  background: url("../img/pattern3.png") no-repeat left;
  border-radius: 15px;
}

#testimonial .carousel-indicators [data-bs-target]{
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#testimonial .carousel-indicators {
  bottom: 45px;
  left: 18%;
}

#testimonial .carousel-indicators [data-bs-target] {
  background-color: #dcdcdc;
  opacity: 1 !important;
}

#testimonial .carousel-indicators button.active {
  background-color: #8fc852;
  opacity: 1 !important;
}

.under-heading {
  color: #484747;
  font-size: 23px;
}

.line-height-30 {
  line-height: 30px;
}


.plane-calculator {
  border-radius: 25px;
  background-color: #f1f1f1;
  font-size: 14px;
}

.plane-calculator label {
  font-size: 13px;
  font-weight: 800;
}

.plane-calc-weight input[type="text"]{
  max-width: 90px;
  text-align: center;
  border: none;
  color: #484747;
}


/* Hiding radio button */
.plane-calculator input[type='radio'] {display:none;}
/* Hiding second image in label tags */
.plane-calculator label.item > img:nth-child(2) {display:none;}
/* When radio-button is checked, display second image in the following label tag */
.plane-calculator input[type='radio']:checked + label.item > img:nth-child(1) {display:none;}
.plane-calculator input[type='radio']:checked + label.item > img:nth-child(2) {display:inline-block;}

.plane_price {
  font-size: 30px;
  color: #8fc852;
}

.my-radio-btn {
  /*
  width: 165px;
height: 140px;
*/
/* UI Properties */


}

.my-radio-btn p {
  height: 39px;
  line-height: 16px;
  font-size: 16px;
}

.plane-calculator input[type="radio"]:checked + label {
    color: #fff !important;
    background: transparent linear-gradient(180deg, #B7D987 0%, #7DC243 100%) 0% 0% no-repeat;
    border-radius: 10px;  


}


    .filter-white{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(122deg) brightness(109%) contrast(101%);
    }

    .filter-grey{
        filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(1323%) hue-rotate(181deg) brightness(108%) contrast(84%);
    }

    .filter-red {
        filter: brightness(0) saturate(100%) invert(21%) sepia(72%) saturate(6982%) hue-rotate(356deg) brightness(97%) contrast(120%);  
    }

    .filter-green {
        filter: brightness(0) saturate(100%) invert(81%) sepia(8%) saturate(2785%) hue-rotate(42deg) brightness(93%) contrast(83%);  
    }

.fs-18 {
  font-size: 18px
}

.static-carousel {
  background-image: url(../img/mapa-pozadi-podstranka.svg);
  background-repeat: no-repeat;
}


.page-heading {
  font-family: Ubuntu, Regular;
  font-size: 70px;
  color: #484747;
  margin-top: 60px;
  margin-bottom: 30px;
}

.raw-page {
  background: #f1f1f1 0% 0% no-repeat padding-box;
  background: #F1F1F1 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 30px 15px;
  margin-bottom: 40px;
  color: #484747;
}

.raw-page ul {
  list-style-type: none;
}

.form-heading {
  font-size: 20px;
  color: #8fc852;
  font-weight: 800;
}

.form-label {
  font-weight: 800;

}

.form-profile-edit i {
  color: #8fc852;
}


.form-profile-edit a {
  color: #8fc852;
}


.form-profile-edit input[type=text],
.form-profile-edit input[type=email],
.form-profile-edit input[type=password],
.form-profile-edit input[type=number] {
  background-color: #f1f1f1 !important;
  color: #484747 !important;
  border: 1px solid #f1f1f1 !important;
}

.input-group-text {
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
}


.form-profile-edit input[type=text]:hover,
.form-profile-edit input[type=text]:focus,
.form-profile-edit input[type=email]:hover,
.form-profile-edit input[type=email]:focus,
.form-profile-edit input[type=number]:hover,
.form-profile-edit input[type=number]:focus {
  background-color: #fff;
  color: #484747;
  border: none;
  transition: none;
}

.form-profile-edit .modal input[type=text]:hover,
.form-profile-edit .modal input[type=text]:focus,
.form-profile-edit .modal input[type=email]:hover,
.form-profile-edit .modal input[type=email]:focus {
  background-color: #fff;
  color: #484747;
  border: none;
}


.danger-link a {
  color: #c63e3e;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
  background-color: #8fc852;
  color: #fff;
  box-shadow: none;
}

.accordion-button.collapsed {
  background-color: #C4C4C4;
  color: #fff;
}


.rotate{
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}



    .required-input {
      float: right;
      margin-right: 14px;
      margin-top: -28px;
      position: relative;
      z-index: 2;
      color: red;
    }


.my-green-box {
  background: rgb(182,217,134);
  background: linear-gradient(180deg, rgba(182,217,134,1) 0%, rgba(143,200,82,1) 100%); 
  border: none;
  border-radius: 10px;
  padding: 15px 0;
}

.my-green-box:hover {
  background: rgb(182,217,134);
  background: linear-gradient(0deg, rgba(182,217,134,1) 0%, rgba(143,200,82,1) 100%); 
  border: none;
  border-radius: 10px;

}

.my-green-box a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  font-size: 16px;
}

.my-green-box-mail {
  padding: 18px 0;
}

.contact-form-box {

}

.contact-form {
  background-color: #484747; 
  border-radius: 10px;
  padding: 15px 136px 15px 193px;
  margin: 30px 0 0 0;
}

.contact-form h2 {
  color: #8fc852;
}

        .boy {
position: absolute;
background: url(../img/kuryr-praha-foto.png);
width: 401px;
height: 619px;
z-index: 1;
left: -221px;
bottom: 0;
        }



.myselect {
  position: relative;
}
.myselect select {
  border: 1px solid #e1e1e1;
  color: #8fc852;
  background-image: none !important;
}


.myselect select option {
  display: none;
}


.myselect select > option {
  color: #212529;
}


.myselect::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f078';
position: absolute;
right: 28px;
top: 7px;
width: 0;
height: 0;
pointer-events: none;
color: #8fc852;
}


.test select {
  border: 1px solid #8fc852 !important;
  color: #8fc852 !important;  
}

.test::after {
content: '\f00c' !important;
color: #8fc852 !important;
}

.test::after .form-select.platba.show {
color: #fff !important;

}

.test.show::after {
content: ' ' !important;
}



.new-order .modal-content {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 39px 30px 30px 30px;
}
.new-order .modal-header {
  border-bottom: none;
}

.new-order .modal-footer {
  border-top: none;
}

.new-order textarea {
  border: none;
  background-color: #fff;
  color: #484747;
}

.new-order input[type=text],
.new-order input[type=datetime-local],
.new-order input[type=email] {
  border: none;
  background-color: #fff;
  color: #484747;
}

.order-add-size .input-group-text {
  border: none;
  background-color: transparent;
}


.my-input-group .input-group-text {
  border: none;
  background-color: transparent;
  color: #484747;
}

.my-input-group input[type="text"],
.my-input-group input[type="datetime-local"] {
  border: none !important;
}

.form-rozmery .input-group-text {
  border: none;
  background-color: transparent; 
  color: #484747;   
}

.form-rozmery input[type="text"] {
  border: none;
}


.form-check-input:checked {
  background-color: #8fc852;
  border-color: #8fc852;
}

.price-list ul {
  list-style-type: none;
  padding-left: 0;
}

.price-list li {
  padding: 3px 0;
}

.price-list img {
  padding-right: 3px;
}

.price-list p {
  font-size: 20px;
  font-weight: 800;
  color: #484747;
}


.price-list-contact img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(31%) saturate(685%) hue-rotate(46deg) brightness(94%) contrast(91%);
  max-width: 42px;
  max-height: 42px;
}

.price-list-contact p {
  margin-bottom: 0;
}

.price-list-contact p a {
  color: #484747;
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
}

.price-list-table table td {
  background-color: #fff;
}

.price-list-table thead {
  color: #fff;
  font-size: 18px;
}

.price-list-table thead th:first-child {
  background-color: #8fc852;
  border-top-left-radius: 10px; 
  font-weight: normal;
}

.price-list-table thead th:last-child {
  background-color: #8fc852;
  border-top-right-radius: 10px; 
  font-weight: normal;
}


.price-list-table tbody tr td:first-child {
  padding-left: 15px; 
}

.price-list-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px; 
  border: none;
}

.price-list-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px; 
  border: none;
}


.job-bg {
  background: url("../img/Group 120.png") no-repeat;
  background-size: auto;
  background-size: cover;
  border-bottom-left-radius: 15px; 
  border-top-left-radius: 15px; 

}

.job-popis {
  color: #484747;
}

.job-title {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}

.job-border-radius {
  border-bottom-right-radius: 15px; 
  border-top-right-radius: 15px;   
}

.job-modal {
  padding: 15px;
}

.job-modal .modal-title {
  color: #fff;
  font-weight: 800;
}

.job-modal .modal-header,
.job-modal .modal-footer {
  border: none;
}

.job-modal input[type=text],
.job-modal input[type=email],
.job-modal select {
  border-radius: 15px;
  padding-left: 10px !important;
}

.job-modal ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C2C2C2;
  opacity: 1; /* Firefox */
}

.job-modal :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C2C2C2;
}

.job-modal ::-ms-input-placeholder { /* Microsoft Edge */
  color: #C2C2C2;
}

.job-modal .btn-primary {
  border: 1px solid #fff;
}


.job-modal .element {
  display: inline-flex;
  align-items: center;
}
.job-modal i.fa-camera {
  margin: 10px;
  cursor: pointer;
  font-size: 30px;
}
.job-modal i:hover {
  opacity: 0.6;
}
.job-modal input[type="file"] {
  display: none;
}



.jobSelect {
  position: relative;
}
.jobSelect select {
  border: 1px solid #e1e1e1;
  color: #C2C2C2;
  background-image: none !important;
}

.jobSelect select > option {
  color: #212529;
}


.jobSelect::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f078';
position: absolute;
right: 38px;
top: 8px;
width: 0;
height: 0;
pointer-events: none;
color: #8fc852;
}

.news-list-box {
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #DCDCDC;
border-radius: 10px;
}

.news-list-box img {
  border-top-right-radius: 10px; 
  border-top-left-radius: 10px; 
}



.pagination .page-link {
  background-color: transparent;
  padding: 15px;
  border: none;
  color: #878787;
}

.pagination .page-link:hover {
  color: #8fc852;
}

.pagination .active .page-link {
  background-color: transparent;
  padding: 15px;
  border: none;
  color: #8fc852;
}


.news-detail .news-list-title {
  color: #484747;
  font-size: 35px;
  font-weight: 800;
}

.news-detail .news-list-description {
  color: #878787;
  font-size: 16px;
}

.price-alert {

color: #484747;
background-color: #e6e6e6;
border-color: #e6e6e6;
font-size: 25px;
border-radius: .25rem;

}



.from-address-box,
.to-address-box,
.invoice-address-box,
.middle-address-box {
  background-color: #fff;
  border-radius: 15px;
  color: #484747;
}


.pac-container {
  z-index: 9999 !important;
}

.as-input-btn,
.as-input-btn2,
.as-input-btn3 {
  border: 1px solid #e1e1e1;
  color: #8fc852;
  background-image: none !important; 
  background-color: #fff; 
}

.as-input-btn.fill,
.as-input-btn2.fill,
.as-input-btn3.fill {
  border: 1px solid #8fc852 !important;
  color: #8fc852 !important;
}
.as-input-btn.fill-error,
.as-input-btn2.fill-error,
.as-input-btn3.fill-error {
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}

.fill-error {
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}

/*557334*/
.as-input-btn:hover, 
.as-input-btn:focus,
.as-input-btn2:hover,
.as-input-btn2:focus,
.as-input-btn3:hover,
.as-input-btn3:focus {
  color: #484747;
}

.border-top {
  border-top: 1px solid #000;
}


.page-modul h1,
.page-modul h2 {
  color: #8fc852;
}

.page-modul a,
.page-modul a:hover,
.page-modul a:focus {
  color: #8fc852;
}
.page-modul a:hover,
.page-modul a:focus {
  color: #8fc852;
  text-decoration: none;
}

.box-1 {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0px auto;
}

.box-1:hover .text_test {
  height: 100%;
  padding-top: 18%;
  transition: ease.5s;
  bottom: 0;
}

.text_test {
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 100%;
  height: 0;
  text-align: center;
  background: transparent linear-gradient(180deg, #B7D987 0%, #7DC243 100%) 0% 0% no-repeat;
  transition: height 0.5s ease-out;
  padding-top: 18%;
  border-radius: 10px;
  color: #fff;
}

.text_test p:first-child {
  font-weight: 800;
}

.text_test p:last-child {
  font-size: 14px;
  padding: 0px 15px;
}


.box-1::after {
  box-sizing: inherit;
  content: "";
  position: absolute;

}

.box-1-title {
  color: #484747;
  font-weight: 800;
}

.news-list-box:hover .news-list-title {
  color: #8fc852 !important;
}

.my-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

.hp-first-box {
  padding-top: 35px;
}

.my-address input[readonly] {
     cursor: not-allowed;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7451%) hue-rotate(179deg) brightness(108%) contrast(114%);
}


.badge-blue {
  background-color: #1b83df !important;
}

.badge-grey {
  background-color: #9a9d9a !important;
}

.badge-green {
  background-color: #39b041 !important;
}

.badge-yellow {
  background-color: #e8ee28 !important;
  color: #000;
}

.badge-white {
  background-color: #fff !important;
  color: #000;
}

.badge-orange {
  background-color: #f95b1d !important;
  color: #fff;
}

.badge-purple {
  background-color: #7e4797 !important;
  color: #fff;
}

.badge-light-green {
  background-color: #93d049 !important;
}

.badge-black {
  background-color: #000 !important;
  color: #fff;
}

.light-grey {
  color: #848484 !important;
}



.my-b-radius {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.my-radio-btn img {
  height: 70px;
  max-width: 91px;
}

.my-radio-btn2 img {
  height: 230px;
  max-width: 400px;
}

.border-radius-bottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.my-mt-6-px {
  padding-top: 6px;
}

.reg-form input {
  border: none;
  background-color: #fff;
}



.carousel-caption {
  max-width: 700px;
}

.my-radio-btn:hover,
.my-radio-btn2:hover {
  color: #fff !important;
background: transparent linear-gradient(180deg, #B7D987 0%, #7DC243 100%) 0% 0% no-repeat;
border-radius: 10px;
}

.my-radio-btn:hover img,
.my-radio-btn2:hover img  {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(122deg) brightness(109%) contrast(101%);

}

.tarif_bellow {
  display: none;
  text-align: center;
  padding-top: 10px;
  color: #8fc852;
}
.my-radio-btn:hover + .tarif_bellow {
  display: block !important;
}

.tarif-min-height {
  min-height: 190px;
}

.doprava-min-height {
  min-height: 208px;
}

.tarif-min-height input[type=radio]:checked + label + .tarif_bellow {
  display: block !important;
} 

.doprava-min-height input[type=radio]:checked + label + .tarif_bellow {
  display: block !important;
} 

.platba.test {
  border: 1px solid #8fc852 !important;
}

#extras textarea,
#extras input[type=text],
#extras input[type=number] {
  border: none !important;
  background-color: #fff !important;
  color: #484747 !important;
}

.bt-0 {
  border-top: none;
}

.text-page strong {
  color: #8fc852;
}

.price-recap {
  color: #484747;
font-size: 25px;
}

.recap .form-check-input {
  float: none;
}

.modalS {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modalS {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalS {
    display: block;
}










@media (max-width: 380px){
  .carousel-btn {
    display: none !important;
  }
  .carousel-caption h5 {
    margin-bottom: 0px !important;
  }

}

@media (max-width: 575px){

.xs-g-0 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.xs-px-0 {
  padding-left: 0;
  padding-right: 0;
}



.my-radio-btn img {
  min-height: 50px;
  max-width: 50px;
}

.page-heading {
  font-size: 45px;
  text-align: center;
}

.reference-box-inner h3 {
  height: 5.25rem;
  line-height: 1.75rem;
  overflow: hidden;
  font-size: 1.75rem;
}

.reference-box-inner {
  margin-left: 0;
  width: 300px;
}

.reference-box::after {
  width: calc(100% + 60px);
  height: 100%;
  right: 0px;
  left: -30px;
}

#testimonial .carousel-indicators {
  bottom: 45px;
  left: 0;
}

.hp-first-box {
  padding-bottom: 50px;
}

.delivery-icon img {
  max-width: 60px;
  max-height: 60px;
}

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



.xs-ps-4 {
  padding-left: 0px !important;
}
.xs-md-3 {
  margin-bottom: 1rem !important;
}

.xs-w-100 {
  width: 100% !important;
}

#background {
  display: none !important;
}

.xs-no-border {
  border: none;
}

.xs-text-center {
  text-align: center;
}

.contact-form {
  background-color: #484747; 
  border-radius: 10px;
  padding: 21px 15px 15px 140px;
  margin: 30px 0 0 0;
}


.xs-text-center {
  text-align: center !important;
}

.xs-mb-5 {
  margin-bottom: 3rem;
}

.xs-hide {
  display: none;
}

.carousel-caption {
  max-width: 50%;
}
.carousel-caption {
  top: 0;
}

.carousel-caption h5 {
  font-size: 16px;
  margin-bottom: 0;
}

}

@media (min-width: 575px) and (max-width: 767px){
  .xs-w-100 {
    width: 50% !important;
  }

  .carousel-caption {
    max-width: 50%;
  }
  .carousel-caption {
    top: 0;
  }

  .carousel-caption h5 {
    font-size: 20px;
  }

}



@media (max-width: 767px){
  .xs-text-center {
    text-align: center !important;
  }

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

  .xs-mt-3 {
    margin-top: 1rem !important;
  }

.xs-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}


}

@media (max-width: 992px){
  #background {
    width: 0;
    height: 0;
  }

.reference-box-inner h3 {
  height: 5.25rem;
  line-height: 1.75rem;
  overflow: hidden;
  font-size: 1.75rem;
}

.job-bg {
  border-radius: 15px;
}

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

}

@media (min-width: 768px) and (max-width: 992px){
  .xs-w-100 {
    width: 45% !important;
  }

  .carousel-caption {
    max-width: 50%;
  }
  .carousel-caption {
    top: 0;
  }

  .carousel-caption h5 {
    font-size: 35px;
  }

}

@media (min-width: 992px){

  .hp-first-box {
    padding-bottom: 200px;
  }

}

@media (min-width: 992px) and (max-width: 1199px){

  .carousel-caption h5 {
    font-size: 55px;
  }

}

@media (min-width: 1200px) and (max-width: 1400px){
  .my-clear {
    padding-right: 55px;
  }
}



@media (min-width: 1400px){
  .my-clear {
    padding-right: 80px;
  }
}








