/* uniwersalny listing projektów */
.projects-listing a { text-decoration: none; }
.projects-listing a:hover { color: #ca1d61; }
.projects-listing img { width: 100%; }
.projects-listing img:hover { opacity: 0.75; z-index: 1; }
.projects-listing > ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-start;
}
.projects-listing > ul > li { display: block; width: 25%; min-height: 228px; margin: 0 0 30px 0; box-sizing: border-box; }
.projects-listing > ul > li > div { max-width: 331px; margin: auto; background: #fff; }
.projects-listing > ul > li .label { position: absolute; left: 0; display: block; width: auto; padding: 0 10px; color: #fff; opacity: 1; z-index: 2; }
.projects-listing > ul > li span.recomended { top: 28px; background-color: #0099ff; }
.projects-listing > ul > li span.new { top: 5px; background-color: #ca1d61; }
.projects-listing > ul > li span.promo { left: auto; right: 5px; top: 5px; background: transparent; color: #fff; font-size: 35px; padding: 0; text-shadow: 1px 1px silver; }
.projects-listing > ul > li div.promo { left: auto; right: 5px; top: 5px; background: #ca1d61; color: #fff; font-size: 14px; padding: 5px; text-transform: uppercase; }
.projects-listing > ul > li .with-construction { top: 28px; width: 110px; background-color: #090; }
.projects-listing > ul > li .with-construction:hover { background-color: #0c0; }

.projects-listing img { display: block; width: 100%; height: 187px; }

.projects-listing .short-summary > li.builtby a { padding: 1px 0 0 4px; width: auto; color: #000; text-transform: uppercase; text-decoration: none; font-weight: bold; font-size: 12px; line-height: 1.2; height: 35px; display: table-cell; vertical-align: middle; }
.projects-listing .short-summary > li.builtby a:hover { opacity: 0.70; }
.projects-listing .short-summary { display: flex; flex-wrap: nowrap; justify-content: flex-start; width: 100%; max-width: 331px; max-height: 35px; background: #eee; }
.projects-listing .short-summary > li:nth-child(-n+3) { display: block; min-width: 25px; min-height: 21px; padding: 4px 8px; color: #fff; font-size: 14px; line-height: normal; }
.projects-listing .short-summary > li:nth-child(-n+3) > a { color: #fff; font-size: 14px; text-decoration: none; }
.projects-listing .short-summary > li:nth-child(-n+3) > span { font-size: 14px; font-weight: normal; }
.projects-listing .short-summary > li:first-of-type { background: #ca1d61; }
.projects-listing .short-summary > li:first-of-type:hover { opacity: 0.75; }
.projects-listing .short-summary > li:nth-of-type(2) { background: #252525; }
.projects-listing .short-summary > li:nth-of-type(3) { background: transparent; color: #333; font-weight: bold; }
.projects-listing .short-summary > li.builtby { height: 35px; overflow: hidden; padding: 0 !important; background: #BFD911; }
.projects-listing > ul > li .tools { float: right; }
.projects-listing > ul > li .tools a, .projects-listing > ul > li .tools > span {
  display: inline-block;
  margin: 7px;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #000;
}
.projects-listing > ul > li .tools a:hover { opacity: 0.7; }
.projects-listing > ul > li .tools .favorites-add-remove {
  position: relative;
  display: inline-block;
}
.projects-listing > ul > li .tools .favorites-add-remove.added {
  color: #ff9900;
}
.projects-listing > ul > li ol { margin: 4px 0 2px; overflow: hidden; list-style: none; }
.projects-listing > ul > li ol li { padding: 3px 5px; float: left; line-height: 1em; font-size: 10px; text-align: center; }
.projects-listing > ul > li ol li.mid { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.projects-listing > ul > li ol li a { color: #333; }
.projects-listing > ul > li ol li a:hover { color: #ca1d61; }
.projects-listing > ul > li ol li span { font-size: 13px; font-weight: bold; }

.projects-listing .title {
  font-size: 14px;
  margin-bottom: 1em;
}

.projects-listing .params {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0;
  padding: 1em;
}

.projects-listing .params > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e4e4;
  padding: 8px 4px;
  box-sizing: border-box;
  font-size: 13px;
}

.projects-listing .params > div:last-of-type {
  border: 0;
}

.projects-listing .params .name {
  width: calc(100% - 125px);
}

.projects-listing .params .value {
  width: 125px;
  text-align: right;
  font-weight: bold;
}


/* lista szczegółówa */
.projects-listing.list { position: relative; }
.projects-listing.list > ul > li { position: relative; display: block; float: none; width: 100%; min-height: initial; margin: 0 0 20px 0; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.projects-listing.list > ul > li > div { width: auto; }
.projects-listing.list > ul > li img { float: left; width: 25%; }
.projects-listing.list dl { float: left; width: 70%; margin-top: 5px; }
.projects-listing.list dl dfn { margin-bottom: 5px; padding: 0 10px; float: left; border-right: 1px solid #eee; }
.projects-listing.list dl dt { font-size: 1.2em; line-height: 1em; color: #888; }
.projects-listing.list dl dd { font-size: 1.2em; line-height: 1.9em; }
.projects-listing.list .short-summary { position: absolute; bottom: 20px; left: 25%; width: 75%; }
.projects-listing.list .short-summary > li:nth-of-type(-n+3) { height: 37px; font-size: 1.8em; }

/* garaże */
.projects-listing.garages dl { margin: 15px 0; font-size: 1.1em; line-height: 1.6em; overflow: hidden; }
.projects-listing.garages dl dt { width: 50%; float: left; clear: left; text-align: right; padding-right: 10px; box-sizing: border-box; -moz-box-sizing: border-box; }
.projects-listing.garages dl dd { width: 50%; float: right; }
.projects-listing.garages a.download { padding-left: 20px;  background: transparent url('/images/tools-icons-list.png') -10px -179px no-repeat; color: #252525; }
.projects-listing.garages a.download:hover { background-position: -10px -201px; color: #ca1d61; }
.projects-listing.garages .tools { float: left; }
.projects-listing.garages .price { float: right; font-size: 1.4em; }

@media screen and (max-width: 1460px) {
  .projects-listing > ul > li { width: 33.333%; }
}

@media screen and (max-width: 1120px) {
  .projects-listing > ul > li { width: 50%; }
}

@media screen and (max-width: 700px) {
  .projects-listing > ul > li { width: 100%; }
}


#content {
    padding: 0;
}

#content-body {
    padding: 0 40px 0 40px;
    width: 100%;
    position: relative;
}

#top-search {
    width: auto;
    position: static;
    padding: 0;
    margin: 0;
}

#search-panel-wrapper.query-only {
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 10px 0 0 0;
}

#search-panel-wrapper.query-only #top-search {
    position: relative;
    top: 10px;
}

#top-search input {
    width: 213px;
    height: 56px;
    border: 0;
    padding: 6px 10px;
    font-size: 1.4em;
    font-style: italic;
}

#search-results .results {
    width: 100%;
    margin: auto;
    padding-bottom: 300px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}

#search-results .results.garages {
    padding: 0;
}

#search-form input[type="checkbox"].styled + label:before {
    margin-top: -5px;
}

#search-results .features-reset {
    text-align: left;
}

#search-results .features-reset a {
    color: #ca1d61 !important;
}

#search-results .features {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 10px 0 0;
    position: relative;
}

#project-and-construction-filter {
    position: relative;
    width: 284px;
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
    display: none;
}

#project-and-construction-filter input {
    cursor: pointer;
}

#project-and-construction-filter input[type="checkbox"].styled {
    position: relative;
    top: -2px;
}

#project-and-construction-filter input:checked + label {
    background: #BFD911;
}

#project-and-construction-filter label:hover {
    color: #ca1d61;
}

#project-and-construction-filter .txt {
    position: absolute;
    left: 177px;
    top: -10px;
    width: 80px;
    font-size: 10px;
    color: #ca1d61;
    font-weight: bold;
}

#search-results .features a {
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #e4e4e4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    transition: background 0.5s;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    height: 42px;
}

#search-results .features a:hover {
    background: #ccc;
}

#search-results .features a span {
    display: inline-block;
    margin-left: 5px;
    padding: 0 3px 0 8px;
    border-left: 1px solid #ccc;
    color: #333;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

#search-results .rule-content {
    font-size: 13px;
    width: 92%;
}

#search-results .rule-content h1 {
    text-transform: none;
    font-size: 36px;
    color: #333;
}

#search-results .results.garages #results-wrapper, #search-results .results.cesspools #results-wrapper {
    width: 100%;
    max-width: none;
}

#results-wrapper {
    width: calc(100% - 330px);
    margin: auto auto auto 0px;
    float: left;
}

#results-wrapper > header {
    display: flex;
    width: 100%;
    padding: 1em 0 0 0;
}

#results-wrapper h1 {
    width: calc(100% - 290px);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 24px;
}

#results-wrapper .about p {
    font-size: 18px;
    color: #333;
}

#search-results .found {
    width: 330px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5em;
    background: #f2f2f2;
    padding: 0 1em;
    text-align: right;
}

#search-results .garages .found, #search-results .cesspools .found {
    position: absolute;
    top: 27px;
    right: 350px;
}

.list-header.inter .found, .list-header.middle .found {
    margin-top: 16px !important;
}

#search-results .found span:not(.what) {
    font-size: 26px;
    font-weight: bold;
}

#search-results button.load-more, #search-results button.load-more-suggested, #search-results button.load-more-previous {
    clear: both;
    width: 92%;
    display: block;
    margin-top: 5px;
    padding: 8px;
    border: 0;
    background: #e4e4e4;
    font: 500 20px 'Open Sans', Arial, sans-serif;
    color: #E32471;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

#search-results button.load-more i {
    margin-right: 5px;
    vertical-align: middle;
}

#search-results button.load-more:hover, #search-results button.load-more-suggested:hover {
    opacity: 0.6;
}

.list-header {
    padding: 10px 0;
    font-size: 1.2em;
}

.list-header.inter, .list-header.middle {
    padding-top: 40px;
}

.list-header a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
}

.list-header select {
    padding: 5px;
}

.list-header .views {
    margin-top: 9px;
    border: 0 none;
}

.list-header .views.center {
    width: 273px;
    margin: 3px auto;
}

.list-header .views a {
    padding-top: 24px;
    display: inline-block;
    width: 50px;
    height: 16px;
    background: transparent url('/images/list-view-icons.png') 0 0 no-repeat;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    color: #888;
    margin-right: 20px;
}

.list-header .views a:last-child {
    margin-right: 0;
}

.list-header .views a.small-view {
    background-position: -2px -62px;
}

.list-header .views a.big-view {
    background-position: -79px -62px;
}

.list-header .views a.list-view {
    background-position: -156px -62px;
}

.list-header .views a.placement-view {
    background-position: -230px -62px;
}

.list-header .views a:hover, .list-header .views a.selected {
    color: #ca1d61;
}

.list-header .views a.small-views:hover, .list-header .views a.small-view.selected {
    background-position: -2px -7px;
}

.list-header .views a.big-views:hover, .list-header .views a.big-view.selected {
    background-position: -79px -7px;
}

.list-header .views a.details-list:hover, .list-header .views a.list-view.selected {
    background-position: -156px -7px;
}

.list-header .views a.placements:hover, .list-header .views a.placement-view.selected {
    background-position: -230px -7px;
}

.list-header a.filter {
    display: inline-block;
    margin: 5px 0;
    padding: 2px 5px;
}

.list-header a.filter.selected {
    background-color: #f0f0f0;
    border: 1px solid #d9d9d9;
}

.list-header a.filter:hover {
    background-color: #d9d9d9;
    border-color: #aaa;
}

.list-header select {
    display: inline-block;
    padding: 4px;
    font-size: 1.3em;
    border: 2px solid #7d7d7d;
    color: #d61c9b;
    background: #f2f2f2;
}

.list-header a.filter {
    display: inline-block;
    padding: 5px 45px 5px 15px;
}

.list-header a.filter.asc {
    background: url('/images/sort.png') no-repeat 95% -28px;
}

.list-header a.filter.desc {
    background: url('/images/sort.png') no-repeat 95% 5px;
}

.list-header a.filter:hover {
    border-color: #eee;
}

#search-results div.not-found {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 290px;
}

#search-results div.not-found h3 {
    margin: 3em auto 2em;
    color: #e6007e;
}

#search-results div.not-found p {
    margin: 20px 0;
    font-size: 1.2em;
}

#search-results div.not-found p a {
    color: #e6007e;
}

#search-results div.not-found p a:hover {
    text-decoration: none;
}

.projects-listing.list {
    padding-right: 60px;
}

.projects-listing.cesspools {
    padding-right: 0;
}

.projects-listing.cesspools > ul > li {
    display: block;
    float: none;
    width: 100%;
    max-width: 1020px;
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #eee;
    position: relative;
    min-height: 220px;
}

.projects-listing.cesspools dl {
    width: 331px;
}

.projects-listing.cesspools dl dfn {
    margin-bottom: 5px;
    width: 110px;
    padding: 0 10px;
    float: left;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.projects-listing.cesspools dl dfn.last {
    border: none;
}

.projects-listing.cesspools dl dt {
    font-size: 1.4em;
    line-height: 1em;
    color: #888;
}

.projects-listing.cesspools dl dd {
    font-size: 1.4em;
}

.projects-listing.cesspools div.desc {
    float: left;
    padding: 0 0 0 10px;
}

.projects-listing.cesspools div.desc dl dd {
    padding-top: 5px;
    font-size: 1.1em;
    line-height: 1.7em;
}

.projects-listing.cesspools .short-summary {
    max-height: 38px;
    position: absolute;
    left: 0;
    bottom: initial;
    top: 187px;
    margin: 0;
    max-width: 331px;
    width: 331px;
}

.projects-listing.cesspools .short-summary li {
    height: 38px;
    padding: 3px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 24px;
}

.projects-listing.cesspools .short-summary li.add-to-cart {
    width: auto;
    padding: 0;
    font-size: 0;
}

.projects-listing.cesspools .short-summary li.add-to-cart input {
    font-size: 24px;
    font-weight: normal;
    background: #000;
    padding: 0 20px;
}

.projects-listing.cesspools .short-summary li a {
    font-size: 1em;
}

.projects-listing.cesspools .short-summary > li:nth-of-type(-n+3) {
    font-size: 1.4em;
}

.projects-listing.cesspools .short-summary li.add-to-cart .add-to-cart {
    width: auto;
    height: 37px;
    padding: 9px 15px;
    box-sizing: border-box;
    font-size: 14px;
}

#header {
    z-index: auto;
}

#header menu#user {
    z-index: 1020;
}

.projects-listing > ul > li {
    float: left;
    display: block;
    position: relative;
    width: auto;
    min-height: 255px;
    margin: 0 14px 30px 0;
}

.projects-listing > ul > li > div {
    position: relative;
    width: 330px;
    max-width: 330px;
    min-height: 258px;
    margin: auto;
    border: 1px solid #e4e4e4;
    background: #fff;
}

.projects-listing > ul > .big-thumb > div {
    width: 660px;
    max-width: 660px;
    min-height: 258px;
}

.projects-listing > ul > .promoted > div {
    max-width: none;
}

.projects-listing > ul > li.promoted, .projects-listing > ul > li.promoted > div:first-of-type {
    width: 676px;
    height: 258px !important;
    min-height: 222px;
    overflow: hidden;
}

.projects-listing > ul > li.banner {
    width: 676px;
    overflow: hidden;
    background: #fff;
}

.projects-listing > ul > li.banner a {
    display: block;
    position: relative;
    height: 100%;
}

.projects-listing > ul > li.banner a img {
    position: absolute;
    width: 676px;
    height: auto;
    min-height: 258px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.projects-listing > ul > li.promoted {
    margin-right: 16px;
    position: relative;
}

.projects-listing > ul > li.promoted .short-summary {
    width: 331px;
}

.projects-listing > ul > li.promoted .construction-info {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 325px;
    min-height: 205px;
    height: 205px;
    border: 0;
}

.construction-info .info-item {
    margin-top: 5px;
}

.construction-info .info-item div {
    float: left;
    width: 50%;
    font-size: 14px;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 5px;
}

.construction-info .info-item > .big {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 14px;
}

.construction-info .info-item > .small {
    font-size: 12px;
    white-space: normal;
    line-height: 10px;
    height: 36px;
    padding-top: 3px;
}

.construction-info .info-item.techn {
    position: relative;
}

.construction-info .info-item.techn > div:first-child {
    margin-bottom: 20px;
}

.construction-info .info-item.techn > .big {
    position: absolute;
    left: 0;
    top: 20px;
}

.projects-listing > ul > li.promoted > div > ol, .projects-listing > ul > li.promoted > div > .tools {
    display: none;
}

.projects-listing .tools, .projects-listing .desc, .projects-listing .clear {
    border: 0;
    background: transparent;
    min-height: initial;
}

.projects-listing img, .projects-listing.list > ul > li img {
    display: block;
    width: 331px;
    max-width: 331px;
    height: 187px;
    max-height: 187px;
}

.projects-listing > ul > li.banner img {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin: auto;
}

.projects-listing .big-thumb img {
    width: 660px;
    max-width: 660px;
    height: 373px;
    max-height: 373px;
}

.projects-listing > ul > .big {
    width: 100%;
    background: #fff;
    padding: 60px;
    position: relative;
    float: none;
    margin: 10px auto auto 0;
    font-size: 14px;
}

.projects-listing.listing-large > ul > .big {
    background: #fff;
    padding: 60px;
    position: relative;
    float: none;
    margin: 0 auto auto 30px;
    max-width: 1440px;
    overflow: auto;
}

.projects-listing > ul > .big h2 {
    margin: 15px 0 0 0;
}

.projects-listing > ul > .big > div {
    width: 556px;
    max-width: 556px;
    min-height: 400px;
    float: left;
    border: 0;
    border-right: 1px solid #e4e4e4;
    padding-right: 60px;
}

.projects-listing > ul > .big .see-more {
    display: block;
    background: #ca1d61;
    color: #fff;
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 210px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}

.projects-listing > ul > .big .see-more::first-letter {
    text-transform: uppercase;
}

.projects-listing > ul > .big > .col-2 {
    padding: 0 0 90px 50px;
    width: auto;
    max-width: initial;
    float: none;
    margin-left: 618px;
    border-right: 0;
}

.projects-listing .big img {
    width: 556px;
    max-width: 556px;
    height: 314px;
    max-height: 314px;
}

.projects-listing .big .col-2 img {
    width: 100%;
    max-width: 760px;
    max-height: initial;
    height: auto;
    margin: auto;
}

.projects-listing .big .fl-1 {
    display: none;
}

.projects-listing .big .toggle {
    margin-bottom: 60px;
    overflow: auto;
}

.projects-listing .big .toggle > div {
    width: 130px;
    height: 50px;
    float: right;
    background: #ccc;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
}

.projects-listing .big .toggle > .view {
    background: transparent;
    text-transform: none;
    cursor: default;
}

.projects-listing .big .toggle > .sel {
    background: #ca1d61;
    font-weight: bold;
    color: #fff;
}

.projects-listing .big .toggle > div:not(.view):hover, .projects-listing > ul > .big .see-more:hover, .projects-listing .big .show-params:hover {
    opacity: 0.7;
}

.projects-listing .short-summary > li:nth-child(-n+3) {
    display: block;
    float: left;
    min-width: 25px;
    min-height: 21px;
    padding: 8px;
    font-size: 15px;
    line-height: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.projects-listing .big .short-summary {
    height: 58px;
    max-height: 58px;
    background: #f2f2f2;
    overflow: hidden;
}

.projects-listing .big .short-summary > li:nth-child(-n+3) {
    font-size: 32px;
    height: 58px;
    padding: 8px 15px;
}

.projects-listing .big .short-summary > li:nth-child(-n+3) a, .projects-listing .big .short-summary > li:nth-child(-n+3) > span {
    font-size: 32px;
}

.projects-listing .big .short-summary > li.builtby a {
    font-size: 20px;
    height: 58px;
    padding: 0 0 0 10px;
}

.projects-listing .big .short-summary > li.builtby {
    display: block;
}

.projects-listing > ul > li {
    height: auto;
    min-height: 255px;
}

.projects-listing .params {
    border-bottom: 1px solid #e4e4e4;
    padding: 7px 25px 5px 25px;
}

.projects-listing .big .params {
    border-bottom: 0;
}

.projects-listing .params.details {
    padding-bottom: 12px;
}

.projects-listing .params > div {
    border-bottom: 1px solid #e4e4e4;
    height: 30px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.projects-listing .params.details > div {
    border: 0;
    height: 25px;
}

.projects-listing .params.details > div.p-proj-type {
    min-height: 30px;
}

.projects-listing .params.details > div.p-gar-type {
    margin-bottom: -5px;
}

.projects-listing .params.details h3 {
    padding: 0;
    margin: 12px 0 8px 0;
    font-size: 20px;
    font-family: Open Sans Light, Arial, sans-serif;
    font-weight: normal;
}

.projects-listing .big .params.details h3 {
    font-size: 20px;
}

.projects-listing .params.details hr {
    border: 0;
    height: 1px;
    background: #e4e4e4;
    margin: 10px 0;
}

.projects-listing .params > div:last-of-type {
    border: 0;
}

.projects-listing .params > div > div {
    background: #fff;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    height: 27px;
    overflow: hidden;
    top: 2px;
}

.projects-listing .params.details > div > div {
    font-size: 14px;
    height: 22px;
}

.projects-listing .big .params.details > div {
    padding: 2px 0;
}

.projects-listing .big .params.details > div > div {
    font-size: 14px;
    height: 30px;
    font-family: Open Sans Light, Arial, sans-serif;
    line-height: 30px;
}

.projects-listing .params > div.fltr > div {
    color: #ca1d61;
}

.projects-listing .params .name {
    padding: 0 5px 0 0;
    left: 0;
    line-height: 27px;
}

.projects-listing .params.details .name {
    padding: 0 5px 0 0;
    left: 0;
    line-height: 22px;
}

.projects-listing .big .params.details .name {
    padding-left: 25px;
}

.projects-listing .params .value {
    width: 125px;
    padding: 0 0 0 5px;
    text-align: right;
    right: 0;
    display: table;
    z-index: 1;
}

.projects-listing .params.details .value {
    font-size: 16px;
    width: auto;
}

.projects-listing .big .params.details .value {
    padding-right: 25px;
    font-size: 20px;
}

.projects-listing .params .value > div {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.projects-listing .p-proj-type .value > div, .projects-listing .p-elevations .value > div {
    text-transform: lowercase;
}

.projects-listing .params .p-proj-type .value {
    font-size: 12px;
    line-height: 1.1;
}

.projects-listing .params.details .p-proj-type .value {
    font-size: 13px;
    line-height: 1;
}

.projects-listing .big .params .name {
    width: calc(100% - 250px);
}

.projects-listing .big .params.details .p-proj-type .name {
    height: 36px;
    line-height: 36px;
    z-index: 2;
}

.projects-listing .big .params.details .p-proj-type .value {
    font-size: 18px;
    width: auto;
    height: 36px;
    padding-left: 110px;
}

.projects-listing .params .p-tech-roof .value {
    width: 190px;
    font-size: 12px;
    line-height: 1.1;
}

.projects-listing .params .p-tech-w .value, .projects-listing .params .p-tech-c .value, .projects-listing .params .p-tech-r .value {
    width: 230px;
    font-size: 12px;
    line-height: 1.1;
}

.projects-listing .params .p-install .value {
    width: 155px;
    font-size: 12px;
    line-height: 1.1;
}

.projects-listing .params .p-knee-wall .value {
    width: 90px;
}

.projects-listing .params .p-house-usage .value {
    width: 195px;
    font-size: 12px;
    line-height: 1.1;
}

.projects-listing .params .p-elevations .value {
    width: 190px;
    font-size: 12px;
    line-height: 1.1;
}

.projects-listing > ul > li ol {
    height: 28px;
    list-style: none;
}

.projects-listing .big .show-params {
    display: none;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ca1d61;
    padding: 15px 0 5px 0;
}

.sub-menu {
    width: 100%;
    height: 55px;
    background: #252525;
    z-index: 99;
    overflow: hidden;
}

.sub-menu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 950px;
    height: 55px;
    margin: auto;
    list-style: none;
}

.sub-menu li {
    float: left;
    text-align: center;
}

.sub-menu a {
    display: block;
    width: 190px;
    padding: 17px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #9b9b9b;
    font-size: 18px;
}

.sub-menu li a:hover, .sub-menu li.selected a {
    color: #fff;
    font-weight: 500;
}

#search-results .sort {
    margin: 7px 0 0 25px;
    float: left;
}

#search-form {
    position: static;
    margin: 0;
    width: 100%;
    float: right;
}

#search-form fieldset {
    border: 0;
}

#search-panel-wrapper {
    right: 0;
    top: 0;
    z-index: 31;
    padding: 10px 0 0 0;
    background: #fff;
    box-sizing: border-box;
    width: 320px;
    height: 100%;
    float: right;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    position: relative;
}

#search-panel, #interior-categories, #other-categories {
    display: block;
    background: #fff;
    height: auto;
    width: 320px;
    padding: 0 2px;
    overflow: visible !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#search-panel h3 {
    text-transform: uppercase;
    margin: 0.3em 0;
    padding-right: 0.3em;
    font: normal 1.6em 'Open Sans';
    background-image: none;
}

#top-search .query {
    position: relative;
    height: 70px;
    padding-right: 70px;
    margin: 0 10px;
}

#top-search .query div {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#top-search .query div.ss-wrap {
    position: static;
    width: 237px;
}

.query-only .query div.ss-wrap {
    width: 245px !important;
}

#top-search .query .icon {
    width: 72px;
    left: -72px;
    background: #fff;
    color: #000;
    font-size: 36px;
    padding: 17px 0 0 17px;
    border: 1px solid #c4c4c4;
    border-right-width: 0;
    box-shadow: 0 4px 10px #c4c4c4;
    cursor: pointer;
    text-indent: 10px;
}

#top-search .query .input {
    position: static;
    width: 100%;
    border: 1px solid #c4c4c4;
    border-right-width: 0;
    box-shadow: 0 4px 10px #c4c4c4;
    background: #fff;
}

.query-only .query .input {
    width: 100% !important;
}

.query-only input {
    width: 223px !important;
}

#top-search .query .button {
    width: 74px;
    height: 70px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background-color: #ca1d61;
    color: #fff;
    font-size: 32px;
    padding: 19px 0 0 22px;
    box-shadow: 0 4px 10px #c4c4c4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

#top-search .query button.button {
    display: none;
    background-image: none;
    background: transparent;
    float: none;
    text-indent: 0;
    border: 0 none;
}

#top-search .query div.button:hover, #top-search .fa-caret-left:hover, #top-search .fa-caret-right:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
}

#top-search .query button.button:hover {
    opacity: 0.20;
    filter: alpha(opacity=20);
    background-color: #fff;
}

#search-panel-wrapper .icon {
    background: url('/images/project/search_panel_icons.png') no-repeat -7px -3px;
}

#search-panel-wrapper .param {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: none;
}

#search-panel-wrapper .param.selected {
    display: block;
}

#search-panel .param .small {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 9px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

#search-panel .param .icon {
    position: absolute;
    left: 17px;
    top: 10px;
    width: 36px;
    height: 36px;
}

#search-panel .p2 .icon {
    background-position: -7px -56px;
}

#search-panel .p3 .icon {
    background-position: -7px -106px;
}

#search-panel .p4 .icon {
    background-position: -7px -154px;
}

#search-panel .p5 .icon {
    background-position: -7px -210px;
}

#search-panel .p6 .icon {
    background-position: -7px -252px;
}

#search-panel .p7 .icon {
    background-position: -7px -307px;
}

#search-panel .p8 .icon {
    background-position: -7px -360px;
}

#search-panel .p9 .icon {
    background-position: -7px -410px;
}

#search-panel .p10 .icon {
    background-position: -8px -456px;
}

#search-panel .p11 .icon {
    background-position: -8px -510px;
}

#search-panel .p12 .icon {
    background-position: -8px -556px;
}

#search-panel .p13 .icon {
    background-position: -6px -609px;
}

#search-panel .p14 .icon {
    background-position: -6px -659px;
}

#search-panel .p15 .icon {
    background-position: -6px -707px;
}

#search-panel .p16 .icon {
    background-position: -7px -755px;
}

#search-panel .p17 .icon {
    background-position: -7px -811px;
}

#search-panel .filter-data {
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 10px;
    width: 100%;
}

#search-panel .filter-data > div {
    height: auto;
    margin: 0 auto 10px auto;
    width: 90%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.filter-data .header {
    height: 46px;
    border-bottom: 1px solid #c4c4c4;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: text-shadow 0.3s;
}

.filter-data .header.double {
    height: 60px;
}

.filter-data .header:hover {
    text-shadow: 1px 1px 3px #333;
}

.filter-data .category .header {
    height: 54px;
}

.filter-data .header .icon {
    width: 50px;
    height: 50px;
    margin: 0 8px 0 2px;
    border-right: 1px solid #c4c4c4;
    float: left;
}

.filter-data .header h3 {
    position: absolute;
    left: 3px;
    top: 0;
    padding: 0;
    margin: 0;
}

.filter-data .category .header h3 {
    position: static;
}

.filter-data .switch {
    position: absolute;
    right: 3px;
    top: 8px;
    font-size: 26px;
    color: #ca1d61;
}

#sf9 .header, #sf11 .header {
    height: 63px;
}

#sf9 h3, #sf11 h3 {
    font-size: 18px;
}

.filter-data .category .category-items a:hover, .filter-data .category .header:hover, #sf6 .row-1 > div:hover, #sf6 .row-2 > div:hover, #interior-categories .param:hover, #interior-categories a:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
}

.filter-data .body {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    padding: 17px 0;
    margin: auto;
}

.filter-data .body sup {
    vertical-align: super;
}

.filter-data .body ul {
    list-style: none;
}

.filter-data .category {
    border-bottom: 1px solid #c4c4c4;
    margin: 0 auto;
}

.filter-data .category .header {
    border: 0;
    cursor: pointer;
}

.filter-data .category .icon {
    border: 0;
    background-position: 0 -900px !important;
    margin: -1px 5px 0 0;
}

.filter-data .category h3 {
    font-weight: bold !important;
    font-size: 24px !important;
    padding: 0;
}

.filter-data .category .category-items {
    display: none;
}

.filter-data .category .category-items ul {
    list-style: none;
}

.filter-data .category .category-items li {
    border-bottom: 1px solid #c4c4c4;
    line-height: 1.3;
}

.filter-data .category .category-items li.selected, #interior-categories li.selected {
    background: #ca1d61;
}

.filter-data .category .category-items li:last-of-type {
    border: 0;
}

.filter-data .category .category-items a {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    padding: 13px 7px;
}

.filter-data .category .category-items a, #interior-categories a {
    text-decoration: none;
}

.filter-data .category .category-items li.selected a, #interior-categories li.selected a {
    color: #fff;
}

.filter-data .category .category-items li:first-of-type a {
    padding: 12px 7px 17px 7px;
}

.filter-data .slider-range-roof-angle, .filter-data .slider-range-area, .filter-data .slider-range-cost {
    width: 230px;
    margin: auto;
}

.filter-data .col1 ul, .filter-data .col2 ul {
    width: 280px;
    margin: 10px 0 10px 0;
    list-style: none;
}

.filter-data .col2 ul li {
    float: left;
    width: 50%;
    padding: 2px 0;
    font-size: 12px;
}

.filter-data .rooms ul li {
    float: left;
    width: 20%;
}

.filter-data .rooms ul li input {
    display: none;
}

.filter-data input[type="number"] {
    width: 50px;
    padding: 3px;
    border: 1px solid #bbb;
    font-size: 15px;
    margin: 0 2px;
}

.filter-data .values2 {
    margin: 5px 0;
    text-align: center;
    font-size: 14px;
}

.filter-data .elevations.col2 ul li {
    float: left;
    width: 50%;
    font-size: 11px;
}

.filter-data .construction-types.col2 ul li:nth-of-type(5) {
    width: 100%;
}

.filter-data .heatings.col2 ul li:nth-of-type(8) {
    min-width: 140px;
}

#building-lot {
    width: 2px;
    height: 2px;
    margin: auto;
    border: 2px solid #ca1d61;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#sf1 p, #sf8 p, #sf9 p, #sf11 p, #sf14 p, #sf15 p {
    font-size: 15px;
}

#sf1 input, #sf8 input, #sf9 input, #sf11 input, #sf14 input, #sf15 input {
    width: 50px;
    padding: 3px;
    border: 1px solid #ccc;
    font-size: 15px;
    margin: 0 2px;
}

#sf12 fieldset {
    margin: auto;
    width: 145px;
}

#sf12 li, #sf13 li, #sf16 li, #sf17 li {
    padding: 3px 0;
}

#sf13 fieldset, #sf17 fieldset {
    margin: auto;
    width: 155px;
}

#sf14 fieldset, #sf16 fieldset {
    margin: auto;
    width: 160px;
}

#sf1 fieldset, #sf15 fieldset {
    margin: auto;
    width: 240px;
}

#sf17 .body {
    border-bottom: 1px solid #c4c4c4;
}

#sf18 {
    display: none;
}

#interior-categories {
    overflow: auto !important;
    margin-top: 10px;
}

#interior-categories > fieldset.categories {
    width: 90%;
    margin: auto;
}

#interior-categories > fieldset.categories ul {
    list-style: none;
}

#interior-categories .param {
    font-size: 40px;
    height: auto;
    padding: 7px 0 15px 0;
    color: #333;
}

#interior-categories li {
    border-bottom: 1px solid #c4c4c4;
}

#interior-categories a {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    padding: 17px 7px;
}

#interior-categories span {
    float: right;
    font-size: 16px;
}

.query-only {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.projects-listing .preview {
    bottom: auto !important;
    top: 0;
    left: 0 !important;
    margin: 0 !important;
}

.projects-listing.garages > ul > li .tools a.favourites {
    margin: 13px 0 0 1px;
}

.projects-listing.garages .add-to-cart {
    width: auto;
    padding: 9px 15px;
    margin-left: 7px;
    font-size: 14px;
}

.projects-listing .short-summary {
    max-width: 660px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 7px;
    -moz-appearance: textfield;
    background: #fff;
}

.custom-combobox-input::-webkit-inner-spin-button, .custom-combobox-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-data .comboboxes {
    position: relative;
    margin: 4px auto;
    width: 300px;
}

.filter-data .comboboxes input {
    width: 39px;
    margin-right: 0;
    border-right: 0;
}

.filter-data .comboboxes .ui-state-default {
    background: #fff;
}

.filter-data .comboboxes .custom-combobox-toggle {
    border: 1px solid #bbb;
    border-left: 0;
    margin-left: 0;
}

.filter-data .comboboxes .label {
    float: left;
}

.filter-data .comboboxes .label:nth-of-type(1) {
    margin-top: 4px;
}

.filter-data .comboboxes .label:nth-of-type(3) {
    margin-left: 38px;
    margin-top: 4px;
}

.filter-data .comboboxes .label:nth-of-type(4) {
    margin-left: 10px;
    margin-top: 4px;
}

.filter-data .comboboxes .label:nth-of-type(6) {
    margin-left: 38px;
    margin-top: 4px;
}

#combobox-from, #combobox-to {
    float: left;
    position: relative;
    margin-left: 4px;
}

#combobox-from {
}

#combobox-to {
}

.ui-autocomplete {
    border-radius: 0;
    width: 74px;
}

.ui-autocomplete .ui-corner-all {
    font-size: 18px;
    border-radius: 0;
    text-align: center;
}

.ui-menu .ui-menu-item a {
    padding: 0;
}

#search-results.v-big-i .projects-listing {
    max-width: 1440px;
    width: 100%;
}

#search-results.v-small .projects-listing {
    max-width: 1610px;
    width: 100%;
    margin: auto;
}

#search-results.v-small .projects-listing.listing-large {
    width: 100%;
    margin: auto;
}

/*ukryte elementy wyszukiwarki*/
label[for="search_storeys_6"],
label[for="search_garages_5"], label[for="search_garages_6"],
label[for="search_usages_9"], label[for="search_usages_10"], label[for="search_usages_11"], label[for="search_usages_12"], label[for="search_usages_13"], label[for="search_usages_14"],
label[for="search_elevations_14"], label[for="search_elevations_15"], label[for="search_elevations_16"], label[for="search_elevations_17"], label[for="search_elevations_18"],
label[for="search_elevations_19"], label[for="search_elevations_20"], label[for="search_elevations_21"],
label[for="search_styles_6"], label[for="search_styles_7"], label[for="search_styles_8"], label[for="search_styles_9"], label[for="search_styles_10"], label[for="search_styles_11"],
label[for="search_styles_12"], label[for="search_styles_13"], label[for="search_styles_14"], label[for="search_styles_15"] {
    display: none;
}


@media screen and (max-width: 1600px) {
    .projects-listing > ul > .big > div {
        width: 45%;
        padding-right: 3%;
    }

    .projects-listing .big img {
        width: 100%;
        height: auto;
    }

    .projects-listing > ul > .big > .col-2 {
        margin-left: 0;
        width: 49%;
        float: left;
        padding: 0 0 90px 0;
        padding-left: 2%;
    }

    .projects-listing .big .col-2 img {
        width: 100%;
    }

    .projects-listing .big .short-summary > li:nth-child(-n+3) {
        font-size: 24px;
        height: 48px;
    }

    .projects-listing .big .short-summary > li:nth-child(-n+3) a, .projects-listing .big .short-summary > li:nth-child(-n+3) > span {
        font-size: 24px;
        height: 48px;
    }

    .projects-listing .big .short-summary {
        height: 48px;
    }

    .projects-listing .big .short-summary > li.builtby a {
        font-size: 16px;
    }

    .projects-listing .params {
        padding-left: 5px;
    }

    .projects-listing .big .params.details .name {
        padding-left: 5px;
    }

    .projects-listing .big .params {
        padding: 7px 5px 5px 5px;
    }
}

@media screen and (max-width: 1280px) {
    .projects-listing .big .short-summary {
        max-height: 35px;
    }

    .projects-listing .big .short-summary > li:nth-child(-n+3) {
        font-size: 14px;
        height: 35px;
    }

    .projects-listing .big .short-summary > li:nth-child(-n+3) a, .projects-listing .big .short-summary > li:nth-child(-n+3) > span {
        font-size: 11px;
        height: 35px;
    }

    .projects-listing .big .params.details > div {
        height: 25px;
    }

    .projects-listing .big .params.details > div > div {
        font-size: 12px;
        height: 22px;
        line-height: 1;
    }

    .projects-listing .big .params.details .name {
        padding: 0 5px 0 0;
        left: 0;
        line-height: 22px;
    }

    .projects-listing .big .params.details .value {
        font-size: 16px;
        padding: 0 0 0 5px;
    }

    .projects-listing .big .params.details .p-proj-type .value {
        font-size: 14px;
        padding-left: 75px;
    }

    .projects-listing > ul > li.promoted .construction-info {
        width: 270px;
    }

    .projects-listing > ul > li.promoted, .projects-listing > ul > li.promoted > div:first-of-type {
        width: 624px;
    }

    .projects-listing > ul > .big {
        padding: 10px;
    }

    .projects-listing .big .short-summary > li.builtby a {
        font-size: 10px;
    }

    #search-results .features a {
        font-size: 15px;
    }

    .results.garages .list-header.middle {
        width: 700px;
        margin: auto;
    }

    #project-and-construction span, #project-and-construction div {
        display: none;
    }

    #content-body {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1120px) {
    .projects-listing.cesspools > ul > li {
        max-width: 690px;
    }

    .projects-listing > ul > .big-thumb > div {
        width: 600px;
    }

    #top-search input {
        width: 100%;
    }

    #search-form {
        margin: 10px;
        width: auto;
    }

    #top-search .query div.ss-wrap {
        width: 180px;
    }

    #top-search .query .input {
        width: 200px;
    }

    #search-panel .filter-data > div {
        width: 100%;
    }

    .filter-data .header {
        height: 40px;
    }

    .filter-data .rooms ul {
        margin: 10px;
    }

    #search-panel, #interior-categories, #other-categories {
        width: 275px;
    }

    #search-panel h3 {
        font: normal 1.5em 'Open Sans';
    }

    #results-wrapper {
        width: calc(100% - 320px);
        margin: auto auto auto 0px;
    }
}

@media screen and (max-width: 1023px) {
    .sub-menu ul {
        max-width: 700px;
    }

    .sub-menu li a {
        width: 140px;
        font-size: 18px;
    }

    #results-wrapper {
        width: 100%;
    }

    .projects-listing > ul > li {
        width: 50%;
        margin-right: auto;
    }

    .projects-listing > ul > li.big {
        width: 100%;
        box-sizing: border-box;
        padding: 25px;
        max-width: none;
    }

    .projects-listing > ul > .big > div, .projects-listing > ul > .big > .col-2 {
        float: none;
        max-width: none;
        min-height: 0;
        margin: auto;
        padding: 0;
        border: 0;
        box-sizing: border-box;
    }

    .projects-listing > ul > .big > .col-2 {
        padding: 30px 0 80px 0;
    }

    .projects-listing .big img, .projects-listing .big .short-summary {
        width: 210px;
    }

    .projects-listing > ul > .big ol {
        width: 185px;
        position: relative;
        left: -215px;
    }

    .projects-listing > ul > .big .tools {
        float: left;
        margin-left: 185px;
    }

    .projects-listing > ul > .big h2 {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 220px;
        margin: 0;
        font-size: 16px;
    }

    .projects-listing .big .short-summary {
        max-height: 22px;
    }

    .projects-listing .big .short-summary > li:nth-child(-n+3) {
        font-size: 12px;
        height: 22px;
        padding: 3px;
    }

    .projects-listing .big .short-summary > li:nth-child(-n+3) a, .projects-listing .big .short-summary > li:nth-child(-n+3) > span {
        font-size: 12px;
        height: 22px;
    }

    .projects-listing .big .short-summary > li.builtby a {
        font-size: 10px;
        padding: 0 0 0 2px;
    }

    .projects-listing .big .params.details {
        width: 95%;
        margin: auto;
        display: none;
    }

    .projects-listing .big .params.details > div {
        height: 30px;
    }

    .projects-listing .big .params.details > div > div {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }

    .projects-listing .big .params.details .name {
        padding-left: 25px;
        line-height: 28px;
    }

    .projects-listing .big .params.details .value {
        padding-right: 25px;
    }

    .projects-listing .big .params.details .p-proj-type .name {
        height: 36px;
        line-height: 36px;
    }

    .projects-listing .big .params.details .p-proj-type .value {
        font-size: 18px;
        height: 36px;
    }

    .projects-listing .big .toggle {
        margin-bottom: 30px;
    }

    .projects-listing .big .toggle > div {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        width: 95px;
    }

    .projects-listing > ul > .big .see-more {
        bottom: 30px;
        right: 30px;
        height: 50px;
        line-height: 50px;
        width: 190px;
    }

    .projects-listing .big .show-params {
        display: block;
    }

    #search-results #search-panel-wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #search-results #search-panel-wrapper.query-only {
        position: absolute;
    }

    #results-wrapper h1 {
        width: 100%;
    }

    #search-results .found, #top-search .query .icon {
        display: none;
    }

    #search-panel {
        width: 100% !important;
        padding: 20px;
    }

    #top-search .query {
        margin: 0 30px;
    }

    #search-results #search-panel-wrapper {
        padding-bottom: 20px;
        height: auto;
    }

    #search-form {
        position: relative;
        float: left;
        margin: 10px 0px;
        width: 100%;
    }

    #project-and-construction-filter label {
        display: inline;
        width: auto;
        position: relative;
        top: 23px;
    }

    #project-and-construction-filter input.styled[type="checkbox"] {
        top: 22px;
    }

    #project-and-construction-filter .z-hint {
        display: none;
    }

    #search-results.v-small .projects-listing {
        width: 100%;
        margin: auto;
    }

    .projects-listing img, .projects-listing.list > ul > li img {
        width: 100%;
    }

    .projects-listing > ul > li.promoted, .projects-listing > ul > li.promoted > div:first-of-type {
        margin: 0;
        width: 700px;
    }

    #interior-categories {
        margin: 10px auto;
    }

    #top-search .query .input {
        float: left;
        width: 100%;
    }

    #top-search .query .button {
        float: left;
        right: auto;
    }

    #search-results.v-big-i .projects-listing {
        max-width: available;
    }

    .projects-listing > ul > .big-thumb > div {
        width: auto;
    }

    .projects-listing > ul > li.big-thumb {
        width: 100%;
    }

    .list-header.inter {
        margin: auto;
        width: 300px;
    }

    #search-panel-wrapper.query-only {
        margin-right: 0px;
    }

    #content-body {
        padding: 0 40px 0 40px;
    }

    .filter-data .comboboxes {
        margin: 4px auto;
    }

    .filter-data .col1 ul, .filter-data .col2 ul {
        width: 100%;
        list-style: none;
    }

    .filter-data .col2 ul li {
        min-width: 160px;
    }

    #search-panel h3 {
        width: 93%;
    }

    .filter-data .rooms ul li {
        width: 40px;
    }

    .results.cesspools .list-header.middle {
        padding-top: 110px;
    }

    #search-results .features {
        margin-top: 20px;
    }

    .results.garages .list-header.middle {
        padding-top: 110px;
    }
}

@media screen and (max-width: 825px) {
    #content-body {
        padding: 0 5px 0 15px;
    }

    .list-header.inter {
        padding-top: 80px;
    }

    #search-results .features a {
        height: auto;
        min-height: 42px;
    }

    #search-results .features a span {
        padding: 0 4px;
        border: 1px solid #e0e0e0;
    }

    .projects-listing.list:not(.cesspools) .short-summary > li:nth-of-type(-n+3) {
        height: 28px;
        font-size: 15px;
    }

    .projects-listing.list .short-summary ol {
        float: left;
        clear: both;
    }

    #search-results.v-small div.not-found {
        padding-right: 0;
        width: 90%;
    }

    #search-panel .filter-data {
        margin-top: 0;
    }

    #search-panel .filter-data .area {
        margin-top: 10px;
    }

    #project-and-construction {
        top: 55px;
    }

    .projects-listing > ul > li.promoted {
        display: none;
    }

    .sub-menu ul {
        max-width: 600px;
    }

    .sub-menu li a {
        width: 120px;
        font-size: 16px;
    }
}

@media screen and (max-width: 720px) {
    #search-results .found span:not(.what) {
        font-size: 20px;
        position: relative;
    }

    #search-results .found .pr {
        top: 3px;
    }

    #search-results .found .va {
        top: 11px;
    }

    #search-results.v-small .garages {
        max-width: 605px;
    }

    .projects-listing.garages dl dt {
        padding-right: 5px;
        width: 150px;
    }

    .projects-listing.garages dl dd {
        width: 140px;
    }

    .projects-listing.garages a.download {
        font-size: 13px;
    }

    /*#search-results.v-small .projects-listing img { max-width: 290px; max-height: 164px; }*/
    #search-results.v-small .projects-listing > ul > li > div {
        width: 290px;
        max-width: 290px;
        min-height: 233px;
    }

    #search-results.v-small .projects-listing .params {
        padding: 7px 7px 5px 7px;
        max-width: 275px;
    }

    #search-results.v-small .projects-listing .params div .name, .projects-listing .params div .value {
        width: auto;
    }

    #search-results.v-small .projects-listing .params .p-proj-type .value {
        width: 200px;
    }

    #search-results.v-small .projects-listing .params .p-house-usage .value {
        width: 185px;
    }

    #search-results.v-small .projects-listing .params .p-elevations .value {
        width: 180px;
    }

    #search-results.v-small .projects-listing .params.details > div > div {
        font-size: 13px;
    }

    #search-results.v-small .projects-listing .params.details .value {
        font-size: 14px;
    }

    /*.projects-listing > ul > .big-thumb > div { width: 90%; max-width: initial; margin-left: 0; }*/
    .projects-listing .big-thumb img, .projects-listing .preview {
        width: 100%;
        max-width: none;
    }

    #search-results .results.cesspools {
        max-width: 330px;
        margin: auto;
    }

    .projects-listing.cesspools dl {
        float: none;
        clear: both;
    }

    .projects-listing.cesspools li > dl {
        padding-top: 50px;
    }

    .projects-listing > ul > li.banner {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .list-header {
        width: 390px;
        margin: auto;
    }

    #search-results .sort {
        clear: both;
        margin: 15px 0 0 0;
    }

    #search-results.v-small .garages {
        max-width: 290px;
    }

    .projects-listing > ul > li {
        width: 100%;
        margin: auto auto 10px auto;
        float: none;
    }

    .projects-listing > ul > .big > div {
        width: 290px;
    }

    .projects-listing > ul > .big h2 {
        position: static;
        padding-left: 0;
        padding-top: 10px;
    }

    .projects-listing > ul > .big ol {
        width: 185px;
        position: static;
    }

    .projects-listing > ul > .big .tools {
        float: right;
        margin-left: 0;
    }

    .projects-listing > ul > .big .see-more {
        position: relative;
        margin: auto;
        bottom: auto;
        right: auto;
    }

    .projects-listing .big img, .projects-listing .big .short-summary {
        width: 290px;
    }

    .projects-listing .big .short-summary {
        max-height: 28px;
    }

    .projects-listing .big .short-summary > li:nth-child(-n+3) {
        font-size: 14px;
        height: 28px;
        padding: 5px;
    }

    .projects-listing .big .short-summary > li:nth-child(-n+3) a, .projects-listing .big .short-summary > li:nth-child(-n+3) > span {
        font-size: 14px;
        height: 28px;
    }

    .projects-listing .big .short-summary > li.builtby a {
        font-size: 12px;
        padding: 0 0 0 3px;
    }

    .projects-listing .big .params.details > div {
        height: 25px;
    }

    .projects-listing .big .params.details > div > div {
        font-size: 14px;
        height: 22px;
        line-height: 1;
    }

    .projects-listing .big .params.details .name {
        padding: 0 5px 0 0;
        left: 0;
        line-height: 22px;
    }

    .projects-listing .big .params.details .value {
        font-size: 16px;
        padding: 0 0 0 5px;
    }

    .projects-listing .big .params.details .p-proj-type .value {
        font-size: 14px;
        padding-left: 75px;
    }

    #content-body {
        margin: auto;
        padding: 0 5px 0 5px;
    }

    #results-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .list-header {
        width: 300px;
        margin: auto;
    }

    #search-results.v-small a.filter, #search-results.v-big a.filter {
        width: 0;
        text-indent: 20px;
        padding: 5px 20px 5px 15px;
        color: #f2f2f2;
        overflow: hidden;
    }

    .widget-tab {
        display: none;
    }

    .results.cesspools {
        width: 105% !important;
    }

    #project-and-construction {
        left: -3px;
        height: 65px
    }

    #project-and-construction label {
        width: 90px;
    }

    .sub-menu ul {
        max-width: 400px;
    }

    .sub-menu li a {
        width: 80px;
        font-size: 14px;
        padding: 17px 5px;
    }
}

@media screen and (max-width: 480px) {
    #top-search .query .icon {
        left: 0;
    }
}


/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-animate-hide {
  display: none !important; }

.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out; }

.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out; }

@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-variable:before {
  content: "\e927"; }

.re-icon-video:before {
  content: "\e928"; }

.re-icon-widget:before {
  content: "\e929"; }

.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-box {
  position: relative;
  box-sizing: border-box; }
  .redactor-box.redactor-styles-on {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    box-shadow: none; }
  .redactor-box.redactor-inline {
    position: static; }

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important; }

.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important; }

.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important; }

.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box; }
  .redactor-in:focus {
    outline: none; }

.redactor-inline .redactor-in {
  overflow: hidden; }

.redactor-in *,
.redactor-read-only * {
  outline: none !important; }

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty {
  min-height: 1.5em; }

.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem; }

.redactor-in table {
  empty-cells: show; }

.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none; }

.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline; }
  .redactor-in figure[data-redactor-type=line] hr {
    margin: 0;
    height: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.1); }

.redactor-script-tag {
  display: none !important; }

.redactor-component {
  position: relative; }

.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1; }

.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both; }

.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer; }

.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=image] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=image] img {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a; }

.redactor-component-active[data-redactor-type=video] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=video] iframe {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
    outline: none !important;
    background: #ddd; }

.redactor-component-caret {
  position: absolute;
  left: -9999px; }

.redactor-textnodes-wrapper {
  display: inline-block; }

#redactor-image-resizer {
  position: absolute;
  z-index: 1050;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize; }

.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5; }
  .redactor-file-remover:hover {
    opacity: 1; }

#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.3); }
  #redactor-overlay > .redactor-close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical; }

.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr; }

.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:focus:before {
  content: ""; }

.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none; }
  .redactor-statusbar li {
    float: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    line-height: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-statusbar li:last-child {
    border-right-color: transparent; }
  .redactor-statusbar a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline; }
  .redactor-statusbar a:hover {
    color: #f03c69;
    text-decoration: underline; }
  .redactor-statusbar:empty {
    display: none; }

.redactor-toolbar-wrapper {
  position: relative; }

.redactor-toolbar,
.redactor-air {
  z-index: 100;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box; }

.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px; }

.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px; }

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px; }

.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef; }

.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4); }

.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar a.redactor-button-disabled:hover,
  .redactor-air a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-source-view .redactor-toolbar {
  background: #252525; }

.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff; }
  .redactor-source-view .redactor-toolbar a:hover {
    background: #449aef; }

.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important; }

.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .re-button-tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: none;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-width: 4px;
    margin-left: -4px; }

.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100; }

.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97); }

.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9); }

.redactor-air a:hover {
  background: #3d79f2; }

.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff; }

.redactor-air a.redactor-button-disabled:hover {
  color: #fff; }

.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer; }
  .redactor-air-helper:hover {
    background: #fff; }

.redactor-voice-label {
  display: none; }

.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .redactor-context-toolbar a {
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0 1px 12px; }
  .redactor-context-toolbar a:first-child {
    padding-left: 0; }
  .redactor-context-toolbar a i {
    position: relative;
    top: 3px;
    font-size: 16px; }
  .redactor-context-toolbar a:before {
    content: '';
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .redactor-context-toolbar a:hover {
    color: #fff; }
  .redactor-context-toolbar a:first-child:before {
    padding-left: 0;
    border-left: none; }

.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0; }

.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0; }

.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none; }

.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none; }

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0; }
  .redactor-dropdown a span {
    display: inline-block;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 3px; }
  .redactor-dropdown a {
    display: block;
    text-decoration: none;
    padding: 10px 8px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-dropdown a:last-child {
    border-bottom-color: transparent; }
  .redactor-dropdown a {
    color: #000; }
    .redactor-dropdown a:hover {
      color: #fff !important;
      background-color: #449aef !important; }
    .redactor-dropdown a.redactor-dropdown-item-disabled {
      color: rgba(0, 0, 0, 0.4);
      background: #fff; }

.redactor-dropdown-cells {
  margin: 10px auto; }
  .redactor-dropdown-cells a,
  .redactor-dropdown-cells span {
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px; }

.redactor-dropdown-selector {
  display: flex;
  text-align: center; }
  .redactor-dropdown-selector span {
    flex-grow: 1;
    font-size: 12px;
    padding: 8px;
    cursor: pointer; }
    .redactor-dropdown-selector span:hover {
      background: #eee; }
    .redactor-dropdown-selector span.active {
      cursor: text;
      color: rgba(0, 0, 0, 0.3);
      background: #eee; }

.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px; }

#redactor-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px; }

.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000; }
  .redactor-modal form {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .redactor-modal input,
  .redactor-modal select,
  .redactor-modal textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    height: 40px;
    outline: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cacfd4;
    border-radius: 0.1875em;
    box-shadow: none;
    padding: 0 .5em; }
  .redactor-modal textarea {
    padding: .5em;
    height: auto;
    line-height: 1.5;
    vertical-align: top; }
  .redactor-modal select {
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .65em center;
    padding-right: 28px; }
  .redactor-modal select[multiple] {
    background-image: none;
    height: auto;
    padding: .5em .75em; }
  .redactor-modal input[type="file"] {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    display: inline-block; }
  .redactor-modal input[type="radio"],
  .redactor-modal input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
    position: relative;
    bottom: 0.15rem;
    font-size: 115%;
    margin-right: 3px; }
  .redactor-modal .form-item {
    margin-bottom: 20px; }
  .redactor-modal .form-item:last-child {
    margin-bottom: 0; }
  .redactor-modal fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .redactor-modal fieldset .form-item {
      margin-bottom: 12px; }
  .redactor-modal label {
    display: block;
    color: #555;
    margin-bottom: 0.25em;
    font-size: 14px; }
    .redactor-modal label .desc,
    .redactor-modal label .success,
    .redactor-modal label .error {
      text-transform: none;
      font-weight: normal; }
  .redactor-modal label.checkbox {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    color: inherit; }
  .redactor-modal .form-checkboxes label.checkbox {
    display: inline-block;
    margin-right: 1em; }
  .redactor-modal input:hover,
  .redactor-modal textarea:hover,
  .redactor-modal select:hover {
    outline: none;
    background-color: #fff;
    border-color: #969fa9;
    box-shadow: none; }
  .redactor-modal input:focus,
  .redactor-modal textarea:focus,
  .redactor-modal select:focus {
    transition: all linear .2s;
    outline: none;
    background-color: #fff;
    border-color: rgba(0, 125, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 125, 255, 0.5); }
  .redactor-modal input.error,
  .redactor-modal textarea.error,
  .redactor-modal select.error {
    background-color: rgba(255, 50, 101, 0.1);
    border: 1px solid #ff7f9e; }
    .redactor-modal input.error:focus,
    .redactor-modal textarea.error:focus,
    .redactor-modal select.error:focus {
      border-color: #ff3265;
      box-shadow: 0 0 1px #ff3265; }
  .redactor-modal input.success,
  .redactor-modal textarea.success,
  .redactor-modal select.success {
    background-color: rgba(47, 196, 182, 0.1);
    border: 1px solid #65dacf; }
    .redactor-modal input.success:focus,
    .redactor-modal textarea.success:focus,
    .redactor-modal select.success:focus {
      border-color: #2fc4b6;
      box-shadow: 0 0 1px #2fc4b6; }
  .redactor-modal input:disabled, .redactor-modal input:disabled:hover, .redactor-modal input.disabled, .redactor-modal input.disabled:hover,
  .redactor-modal textarea:disabled,
  .redactor-modal textarea:disabled:hover,
  .redactor-modal textarea.disabled,
  .redactor-modal textarea.disabled:hover,
  .redactor-modal select:disabled,
  .redactor-modal select:disabled:hover,
  .redactor-modal select.disabled,
  .redactor-modal select.disabled:hover {
    resize: none;
    opacity: .6;
    cursor: default;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #cacfd4;
    box-shadow: none;
    background-color: #fff; }
  .redactor-modal .req {
    position: relative;
    top: 1px;
    font-weight: bold;
    color: #ff3265;
    font-size: 110%; }
  .redactor-modal .desc {
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px; }
  .redactor-modal span.desc {
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-top: 0.25em; }
  .redactor-modal span.success,
  .redactor-modal span.error {
    font-size: 12px;
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-bottom: -0.5em; }
  .redactor-modal .redactor-close {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 30px;
    line-height: 30px;
    padding: 0px 4px;
    color: #000;
    opacity: .3;
    cursor: pointer; }
    .redactor-modal .redactor-close:hover {
      opacity: 1; }
    .redactor-modal .redactor-close:before {
      content: '\00d7'; }
  .redactor-modal button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: #007dff;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #007dff;
    min-height: 40px;
    outline: none;
    padding: 0.5em 1.25em;
    cursor: pointer;
    line-height: 1.2;
    vertical-align: middle;
    -webkit-appearance: none; }
  .redactor-modal button:hover {
    outline: none;
    text-decoration: none;
    background: none;
    color: rgba(0, 125, 255, 0.6);
    border-color: rgba(0, 125, 255, 0.5); }
  .redactor-modal button.redactor-button-secondary {
    border-color: #2a2e34;
    color: #2a2e34; }
    .redactor-modal button.redactor-button-secondary:hover {
      color: rgba(42, 46, 52, 0.6);
      border-color: rgba(42, 46, 52, 0.5); }
  .redactor-modal button.redactor-button-danger,
  .redactor-modal button.redactor-button-unstyled {
    background: none;
    border-color: transparent;
    color: rgba(42, 46, 52, 0.6); }
    .redactor-modal button.redactor-button-danger:hover,
    .redactor-modal button.redactor-button-unstyled:hover {
      background: none;
      border-color: transparent;
      color: #ff3265;
      text-decoration: underline; }
  .redactor-modal .redactor-modal-group:after {
    content: "";
    display: table;
    clear: both; }
  .redactor-modal .redactor-modal-side {
    float: left;
    width: 30%;
    margin-right: 4%; }
    .redactor-modal .redactor-modal-side img {
      max-width: 100%;
      height: auto;
      display: block; }
  .redactor-modal .redactor-modal-area {
    float: left;
    width: 66%; }

.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto; }

.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left; }

.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0; }

.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-modal-header:empty {
    display: none; }

.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px; }

.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden; }
  .redactor-modal-footer button {
    margin-right: 4px; }
  .redactor-modal-footer button.redactor-button-unstyled {
    margin-right: 0;
    float: right; }
  .redactor-modal-footer:empty {
    display: none; }

.redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em; }
  .redactor-modal-tabs a {
    font-size: 15px;
    padding: 2px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    margin-right: 14px; }
  .redactor-modal-tabs a:hover {
    transition: all linear .2s; }
  .redactor-modal-tabs a:hover,
  .redactor-modal-tabs a.active {
    font-weight: 500;
    color: #007dff;
    border-bottom-color: #007dff; }

.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box; }
  .redactor-styles *,
  .redactor-styles *:before,
  .redactor-styles *:after {
    box-sizing: inherit; }
  .redactor-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 1.5em 0 0; }
    .redactor-styles[dir="rtl"] figcaption {
      text-align: right; }
  .redactor-styles a,
  .redactor-styles a:hover {
    color: #3397ff; }
  .redactor-styles p,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    padding: 0;
    margin: 0;
    margin-bottom: 1em; }
  .redactor-styles ul,
  .redactor-styles ol {
    padding: 0; }
    .redactor-styles ul,
    .redactor-styles ul ul,
    .redactor-styles ul ol,
    .redactor-styles ol,
    .redactor-styles ol ul,
    .redactor-styles ol ol {
      margin: 0 0 0 1.5em; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles ul,
  .redactor-styles ol {
    margin-bottom: 1em; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    font-weight: bold;
    color: #111;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    line-height: 1.2; }
  .redactor-styles h1 {
    font-size: 2.0736em; }
  .redactor-styles h2 {
    font-size: 1.728em; }
  .redactor-styles h3 {
    font-size: 1.44em; }
  .redactor-styles h4 {
    font-size: 1.2em; }
  .redactor-styles h5 {
    font-size: 1em; }
  .redactor-styles h6 {
    font-size: 0.83333em;
    text-transform: uppercase;
    letter-spacing: .035em; }
  .redactor-styles blockquote {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: none; }
  .redactor-styles table {
    width: 100%; }
  .redactor-styles time, .redactor-styles small, .redactor-styles var, .redactor-styles code, .redactor-styles kbd, .redactor-styles mark {
    display: inline-block;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: 87.5%;
    line-height: 1;
    color: rgba(51, 51, 51, 0.9); }
  .redactor-styles var, .redactor-styles cite {
    opacity: .6; }
  .redactor-styles var {
    font-style: normal; }
  .redactor-styles dfn,
  .redactor-styles abbr {
    text-transform: uppercase; }
    .redactor-styles dfn[title],
    .redactor-styles abbr[title] {
      text-decoration: none;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
      cursor: help; }
  .redactor-styles code, .redactor-styles kbd {
    position: relative;
    top: -1px;
    padding: 0.25em;
    padding-bottom: 0.2em;
    border-radius: 2px; }
  .redactor-styles code {
    background-color: #eff1f2; }
  .redactor-styles mark {
    border-radius: 2px;
    padding: 0.125em 0.25em;
    background-color: #fdb833; }
  .redactor-styles kbd {
    border: 1px solid #e5e7e9; }
  .redactor-styles sub,
  .redactor-styles sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .redactor-styles sub {
    bottom: -0.25em; }
  .redactor-styles sup {
    top: -0.5em; }
  .redactor-styles pre {
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: .9em; }
  .redactor-styles pre,
  .redactor-styles pre code {
    background-color: #f6f7f8;
    padding: 0;
    top: 0;
    display: block;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.85);
    overflow: none;
    white-space: pre-wrap; }
  .redactor-styles pre {
    padding: 1rem; }
  .redactor-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%; }
    .redactor-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto !important; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles figcaption {
    display: block;
    opacity: .6;
    font-size: 12px;
    font-style: italic;
    text-align: left; }

.upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center; }

.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic; }

.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075); }

.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075); }

.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3); }

.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3); }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .5;
    left: -26px;
    top: 50%;
    margin-top: -7px;
    text-align: right; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-box-fullscreen-target {
  position: absolute !important; }

.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052; }

.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098; }

.redactor-body-fullscreen #redactor-modal {
  z-index: 1099; }


/* nadpisane domyślne style redactora - tylko globalne! nie dodawać tutaj reguł indywidualnych dla wybranej sekcji strony */

.redactor-styles {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.redactor-styles h4 {
  min-height: 1.5em;
  font-size: 1.2em;
}

.redactor-styles ul {
  list-style-type: disc;
}
.redactor-styles ol {
  list-style-type: decimal;
}

.redactor-in figure[data-redactor-type="line"] {
  padding: 0;
}

.redactor-styles hr, .redactor-in figure[data-redactor-type="line"] hr {
  display: block;
  height: 1px;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #ccc;

}

.redactor-styles .button {
  display: inline-block;
  border: 0 none;
  margin: auto 0.5em;
  padding: 0.5em 1em;
  background-color: #ca1d61;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.redactor-styles .button:hover {
  opacity: 0.75;
  color: #fff;
}

.redactor-styles a.cms-button {
  display: inline-block;
  padding: 8px 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F082B0', endColorstr='#E32471', GradientType=0);
  background-image: linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -o-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -moz-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -ms-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0.07, #F082B0),color-stop(0.85, #E32471));
  border: 0 none;
  font: inherit;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.redactor-styles a.cms-button:hover { background: #e32471; }

.redactor-styles .box {
  margin: 1em 0;
  padding: 1em;
  box-sizing: border-box;
}

.redactor-styles .box.pink { background-color: #E32471; color: #fff; }
.redactor-styles .box.pink * { color: #fff; }
.redactor-styles .box.black { background-color: #000; color: #fff; }
.redactor-styles .box.black * { color: #fff; }
.redactor-styles .box.gray { background-color: #f0f0f0; color: #333; }
.redactor-styles .box.gray * { color: #333; }
.redactor-styles .box.yellow { background-color: yellow; color: #000; }
.redactor-styles .box.yellow * { color: #fff; }
.redactor-styles .box.green { background-color: green; color: #fff; }
.redactor-styles .box.green * { color: #fff; }
.redactor-styles .box.blue { background-color: blue; color: #fff; }
.redactor-styles .box.blue * { color: #fff; }

.redactor-styles .cols {
  display: flex;
  justify-content: space-between;
}
.redactor-styles .cols > div {
  padding: 1em;
  box-sizing: border-box;
}

.redactor-styles .cols.col2 > div { width: 50%;  }
.redactor-styles .cols.col2 > div:last-child { margin-left: 3%; }

.redactor-styles .cols.col3 { clear: both; }
.redactor-styles .cols.col3 > div { width: 31.333333%; }
.redactor-styles .cols.col3 > div:first-child { margin-right: 3%; }
.redactor-styles .cols.col3 > div:last-child { margin-left: 3%; }

.redactor-styles .cols.col4 { clear: both; }
.redactor-styles .cols.col4 > div { width: 22.75%; }
.redactor-styles .cols.col4 > div:nth-child(1), .redactor-editor .cols.col4 > div:nth-child(2), .redactor-editor .cols.col4 > div:nth-child(3) { margin-right: 3% !important; }

.redactor-styles .projects-listing a { text-decoration: none; }
.redactor-styles .projects-listing a:hover { color: #ca1d61; }
.redactor-styles .projects-listing img:hover { opacity: 0.75; }
.redactor-styles .projects-listing > ul { display: block; margin-top: 20px; }
.redactor-styles .projects-listing.cols1 > ul { width: 290px; margin: auto !important; }
.redactor-styles .projects-listing.cols2 > ul { width: 630px; margin: auto !important; }
.redactor-styles .projects-listing > ul > li { float: left; display: block; position: relative; width: 33%; min-height: 228px; margin: 0 0 30px 0 }
.redactor-styles .projects-listing.cols1 > ul > li { width: 290px; }
.redactor-styles .projects-listing.cols2 > ul > li { width: 50%; margin: auto; }
.redactor-styles .projects-listing > ul > li > div { position: relative; width: 290px; margin: auto !important; }
.redactor-styles .projects-listing > ul > li span.label { position: absolute; left: 0; display: block; width: 70px; padding: 0 10px; color: #fff; }
.redactor-styles .projects-listing > ul > li span.recomended { top: 28px; background-color: #0099ff; }
.redactor-styles .projects-listing > ul > li span.new { top: 5px; background-color: #ca1d61; }
.redactor-styles .projects-listing img { display: block; }
.redactor-styles .projects-listing .short-summary { width: 100%; background: #eee !important; padding: 0 !important; margin: 0 !important; }
.redactor-styles .projects-listing .short-summary > li:first-of-type { background: #ca1d61; }
.redactor-styles .projects-listing .short-summary > li:first-of-type:hover { opacity: 0.75; }
.redactor-styles .projects-listing .short-summary > li:first-of-type a { color: #fff !important; }
.redactor-styles .projects-listing .short-summary > li:nth-of-type(2) { background: #252525; }
.redactor-styles .projects-listing .short-summary > li:nth-of-type(3) { background: transparent; color: #333; font-weight: bold; }

.redactor-styles .projects-listing > ul > li .tools { float: right; }
.redactor-styles .projects-listing > ul > li .tools a {
  display: block;
  margin: 5px;
  padding: 0;
  width: 20px;
  height: 18px;
  text-indent: -5555px;
  overflow: hidden;
}
.redactor-styles .projects-listing > ul > li .tools a:hover { opacity: 0.7; }
.redactor-styles .projects-listing > ul > li .tools a.favourites {
  width: 20px;
  height: 18px;
  background: url('/images/project/ico-heart_20x18.png') no-repeat 0 0;
}
.redactor-styles .projects-listing > ul > li .tools a.favourites:hover { background-position: 0 -54px; }
.redactor-styles .projects-listing > ul > li .tools a.favourites.added { background-position: 0 -18px; }

.redactor-styles .projects-listing > ul > li ol { margin: 4px 0 2px !important; overflow: hidden; padding: 0 !important; }
.redactor-styles .projects-listing > ul > li ol li { margin: 0; padding: 3px 5px; float: left; line-height: 1em; font-size: 10px; text-align: center; list-style: none; color: #000; }
.redactor-styles .projects-listing > ul > li ol li:before { content: ''; background: transparent; border-radius: 0; }
.redactor-styles .projects-listing > ul > li ol li.mid { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.redactor-styles .projects-listing > ul > li ol li a { color: #333 !important; }
.redactor-styles .projects-listing > ul > li ol li a:hover { color: #ca1d61 !important; }
.redactor-styles .projects-listing > ul > li ol li span { font-size: 13px; font-weight: bold; }
.redactor-styles .projects-listing.small > ul > li { height: 228px !important; }

.redactor-styles .projects-listing.with-desc > ul, .redactor-styles .projects-listing.with-title > ul { max-width: 1076px; width: 100%; box-sizing: border-box; }
.redactor-styles .projects-listing.with-desc > ul > li, .redactor-styles .projects-listing.with-title > ul > li { width: 100%; height: auto !important; }
.redactor-styles .projects-listing.with-desc > ul > li > div:first-child, .redactor-styles .projects-listing.with-title > ul > li > div:first-child {
  float: left;
  margin-right: 20px !important;
  z-index: 1;
}

.redactor-styles .projects-listing.with-desc > ul > li > div:last-child {
  float: left;
  width: 700px;
  padding: 0.5em 0 1em 0;
}

.redactor-styles .number-and-text { clear: both; width: 75%; margin: auto; }
.redactor-styles .number-and-text > div { float: left; width: 50%; box-sizing: border-box; -moz-box-sizing: border-box; text-align: center; padding-right: 30px; }
.redactor-styles .number-and-text > div:first-of-type h4 {
  margin-top: 10px;
  font-size: 60px;
  font-weight: normal;
}
.redactor-styles .number-and-text > div:last-of-type {
  padding-left: 30px;
  border-left: 3px solid #ca1d61;
}

.redactor-styles .number-and-text > div:last-of-type h4 { font-size: 16px; }


/* Style do mapki interaktywnej */
#map {
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 100px;
  width: 600px;
  height: 509px;
  background: #fff url('/images/map/map.png') top left no-repeat;
  font-size: 9pt;
}

#map li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#map li a {
  position: absolute;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1;
  vertical-align: middle;
}

#map li a span {
  display: none;
}

#map li a:hover span {
  position: relative;
  display: block;
  width: 300px;
  left: 20px;
  top: 20px;
  border: 1px solid #000;
  background: #fff;
  padding: 5px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 10;
}

#map li a b {
  margin-left: 0.5em;
}

/*SŁOWENIA*/

#map a.si {
  top: 347px;
  left: 260px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.si:hover span {
  width: 190px;
}

/*HISZPANIA */

#map a.es {
  top: 380px;
  left: 55px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.es:hover span {
  width: 90px;
}

/*---------------------------------------------------------*/


#map a.ru {
  top: 209px;
  left: 469px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.ru:hover span {
  width: 90px;
}

#map a.kz {
  top: 250px;
  left: 570px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.kz:hover span {
  width: 125px;
}

#map a.ua {
  top: 280px;
  left: 390px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.ua:hover span {
  width: 110px;
}

#map a.pl {
  top: 260px;
  left: 307px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.pl:hover span {
  width: 110px;
}

/*FRANCJA*/

#map a.fr {
  top: 295px;
  left: 152px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.fr:hover span {
  width: 110px;
}

/*NIEMCY*/

#map a.ge {
  top: 256px;
  left: 246px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.ge:hover span {
  width: 110px;
}

/*AUSTRIA*/

#map a.au {
  top: 294px;
  left: 263px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.au:hover span {
  width: 110px;
}

/*UK*/

#map a.uk {
  top: 236px;
  left: 128px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.uk:hover span {
  width: 110px;
}

/*WŁOCHY*/

#map a.it {
  top: 399px;
  left: 233px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.it:hover span {
  width: 110px;
}

/*NORWEGIA*/

#map a.nr {
  top: 151px;
  left: 238px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.nr:hover span {
  width: 130px;
}

/*SZWECJA*/

#map a.se {
  top: 160px;
  left: 281px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.se:hover span {
  width: 110px;
}

/*FINLANDIA*/

#map a.fi {
  top: 143px;
  left: 343px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');

}

#map li a.fi:hover span {
  width: 110px;
}

/*RUMUNIA*/

#map a.ro {
  top: 356px;
  left: 369px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.ro:hover span {
  width: 110px;
}

/*---------------------------------------------------------*/

/*BULGARIA*/

#map a.bu {
  top: 385px;
  left: 378px;
  width: 10px;
  height: 10px;
  border: none;
  background: url('/images/map/gray.png');
}

#map li a.bu:hover span {
  width: 140px;
}

/*---------------------------------------------------------*/


/*LITWA*/

#map a.lt {
  top: 220px;
  left: 340px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.lt:hover span {
  width: 130px;
}

/* ŁOTWA */

#map a.lv {
  top: 200px;
  left: 350px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map a.lv:hover {
  background: url('/images/map/black.png');
}

#map li a.lv:hover span {
  width: 110px;
}

/*SLOWACJA*/

#map a.sk {
  top: 312px;
  left: 285px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.sk:hover span {
  width: 130px;
}

/*---------------------------------------------------------*/

/*CZECHY*/

#map a.cz {
  top: 294px;
  left: 263px;
  width: 15px;
  height: 15px;
  border: none;
  background: url('/images/map/pink.png');
}

#map li a.cz:hover span {
  width: 175px;
}

#map a:hover {
  background: url('/images/map/black.png');
}

#map a.become:hover {
  background: url('/images/map/black2.png');
}



