header .bottom_menu,
.breadcrumb__item.breadcrumb__item--highlight a,
.listing-container.hero-img-half .listing-item:first-child .item-description:after,
.listing-container.listing-vertical-full .listing-item .item-description:after,
.listing-container.hero-img .listing-item:first-child .item-description .listing-title:after,
.listing .button,
.lead-gallery-more a,
.paginacja li.prev,
.paginacja li.next,
.lead-gallery .lead-gallery-more,
article .lead:after, article ul li:before,
.highlight__button .hightlight__button-link,
.recommended-content,
.listing-container.hero-img-half .element:first-child .element__content:after, 
.listing-container.listing-vertical-full .element .element__content:after, 
.listing-container.hero-img .element:first-child .element__content .element__headline:after,
.dropdown__listing {
	background-color: #f48b1e;
}
.blockinfo__text h1,
.paginacja li.active a,
.single-photo figure figcaption span.link a,
.blockinfo__text p a,
article table a,
article > a,
article li a,
article > div p a,
article > div a p,
article > p a,
.blockinfo__text h1,
.highlight__title .hightlight__text,
.dropdown__label {
	color: #f48b1e;
}
.blockinfo__text h1,
.breadcrumb__item--highlight .breadcrumb__link,
.breadcrumb__item a,
.expert-block .expert-text h2,
.main-title-listing,
.dedykowany-box-title,
.listing .button,
.lead-gallery-more a,
.blockinfo__text h1,
.highlight__title .hightlight__text{
	border-color: #f48b1e;
}
/*------
hover
-------*/
.menu-box li a:hover:after {
	bottom: 0px;
	background-color: #f48b1e;
}

/*-------
NOWE MENU
------*/
header .submenu ul {
  margin-right: 16px;
}

.header--mobile header .mobile-menu,
.header--mobile header .mobile-menu,
.header--mobile header .mobile-box  {
  background-color: #fff;
}
.header--mobile header .mobile-box {
  max-width: 1032px;
  padding: 0 12px;
  float: none;
  margin: 0 auto;
  position: relative;
  box-shadow: none;
}
.header--mobile header .gl_wrapper .menu-content {
  max-width: 525px;
}
.header--mobile .site-logo {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    flex: 0 0 100%;
}
.header--mobile header  {
      box-shadow: 0px 11px 36px -22px #000;
      border-bottom: 3px solid #000;
}
.header--mobile header .mobile-menu .site-logo {
     width: auto;
    margin-top: 16px;
    height: 80px;
    margin-bottom: 8px;
        margin-left: auto;
    margin-right: auto;
}
.header--mobile header .mobile-menu .site-logo img {
  max-width: none;
    height: 100%;
    display: block;
    width:auto;
}
.header--mobile header .mobile-box .mobile-ham {
  width: 100%;
  float: none;
  height: auto;
  padding: 8px 0;
    text-align: right;
}
.header--mobile header .menu-content.show {
  width: auto;
  right: 0;
  position: absolute;
}
.header--mobile .menu__label {
  	color: #f48b1e;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.header--mobile .menu__label:after {
      width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #f48b1e;
    content: '';
    display: inline-block;
    border-radius: 5px;
    margin-left: 8px;
    margin-top: 0px;
}
.header--mobile .show .bottom_menu {
  display: block;
  background-color: #f48b1e;
}
.header--mobile header .show .submenu-box {
  background-color: #f48b1e;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px solid #000;
  padding: 16px 16px 8px 24px;
}
.header--mobile header .submenu .submenu-title {
  border-top: 0;
}
.header--mobile header .menu-content.show .menu-mobile {
  overflow: auto;
  width: auto;
  max-height: none;
}
.header--mobile header .menu-content.show .submenu-box .submenu {
  flex: 0 1 auto;
      display: block;
    padding: 0 8px;
    margin-bottom: 0;
    width: auto;
}
.header--mobile header .submenu-title a:hover {
  color: #000;
}
.header--mobile header .submenu-title {
  line-height: 30px;
}
.header--mobile header .submenu-title a {
  line-height: 14px;
  min-height: 30px;
}
.header--mobile header .gl_wrapper {
  max-width: none;
}
body.body-blocked {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
.body-blocked .gl_plugin.header {
  position: static !important;
  margin-bottom: 8px !important;
  overflow-y: visible !important;
}
.dropdown__label:after {
  border-top: 10px solid #f48b1e;
}