.categories-box .box-content > ul > li > ul {
    width: 80%
}


@font-face {
  font-family: "Satoshi-Bold";
  src: url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Bold.eot");
  src: url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Bold.eot?#iefix") format("embedded-opentype"), url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Bold.woff2") format("woff2"), url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Bold.woff") format("woff"), url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Medium";
  src: url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Medium.eot");
  src: url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Medium?#iefix") format("embedded-opentype"), url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Medium.woff2") format("woff2"), url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Medium.woff") format("woff"), url("/css/Ikonka_2019_zmiany2020_copy_2/fonts/Satoshi-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
input:focus::placeholder {
  color: transparent;
}

.newsletter-search::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
    padding-left: 20px;
    color: #B2B2B2;
    opacity: 1; /* Firefox */
}

.newsletter-search::-ms-input-placeholder#newsletter-search { /* Internet Explorer 10-11 */
    padding-left: 20px;
    color: #B2B2B2;
}

.newsletter-search::-ms-input-placeholder#newsletter-search { /* Microsoft Edge */
    padding-left: 20px;
    color: #B2B2B2;
 }


.title-search::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
    padding-left: 20px;
    color: #666666;
    opacity: 1; /* Firefox */
}

.title-search::-ms-input-placeholder#title-search { /* Internet Explorer 10-11 */
    padding-left: 20px;
    color: #666666;
}

.title-search::-ms-input-placeholder#title-search { /* Microsoft Edge */
    padding-left: 20px;
    color: #666666;
 }


.klamra {
    height: 24px;
    width: 24px;
}

.dark-gray {
    color: #666666 !important;
}

.border-darker-gray {
    border-color: #414141 !important;
}

.border-gray {
    border-color: #707070 !important;
}

.light-gray {
    color: #b2b2b2 !important;
}

.ikonka-green {
    color: #6CAE5A !important;
}

.background-dark-grey {
    background-color: #171719 !important;
}

.navbar-text {
    color: #666666;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2.8px;
}

.nav-link.active {
  color: #6CAE5A !important;
}
.nav-item > a:hover {
  color: #6CAE5A !important;
}

.nav-border {
    border: 1px solid;
    border-color: #EAEAEA;
}

.nav-round-circle {
    width: 58px;
    height: 58px;
}

.green-button, .green-button:active, .green-button:visited {
    background-color: #6CAE5A !important;
    color: white;
}

.green-button:hover {
    color: #171719;
}

.footer-table  {
    background-color: #171719;
    width: 100%;
    height: 504px;
}

.img-right {
    float: right;
}

.footer-header {
  margin-bottom: 15px;
  font-size: 24px;
  color: #F7F7F7;
  font-family: 'Satoshi-Bold', sans-serif;
  font-weight: bold;
  text-transform: uppercase;

}

.no-bullets {
  list-style-type: none !important;
  color: #B2B2B2;
  text-transform: capitalize;
  font-size: 14px;
  font-family: 'Satoshi-Medium', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0 !important;
}

.no-bullets li a {
 /* text-align: left; */
  color: #B2B2B2;
  text-decoration: none;
}
.no-bullets li a:hover {
 /* text-align: left; */
  color: #6CAE5A;
  text-decoration: none;
}

.no-bullets li {
  color: #B2B2B2;
  text-transform: none;
}

.contact-data a:link {
  color: #F7F7F7 !important;
  font-size: 20px;
  text-transform: none;
  text-decoration: none;
}

.contact-data img {
  display: inline;
  height: 18px;
  width: 19px;
}

.dont-transform {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.bottom-of-footer {
  font-family: 'Satoshi-Medium', sans-serif;
}

.bottom-of-footer b {
  font-family: 'Satoshi-Medium', sans-serif;
}

.bottom-of-footer a {
  text-decoration: none;
  color: #666666;
}

.bottom-of-footer a:hover {
  text-decoration: none;
  color: #6CAE5A;
}

.site-footer a:link {
    text-decoration: none;
}
@media (min-width: 360px) and (max-width: 575px) {
  .text-xs-center {
    text-align: center !important;
  }
  .justify-content-xs-center {
    justify-content: flex-start !important;
  }
  .row-cols-xs-1  {
    flex: 0 0 auto;
    width: 100%;
  }
}
