/* main-search.css */
/* wyszukiwarka #root-main > #main-top > .main-search */
.main-search,
.top-info 
{
	background-image: url('../images/decoration/bg-transparent-white.png');
}

.main-search h2,
.main-search p.title
{
	font-size: 22px;
	color: #2f3c5c;
	font-weight: 700;
	padding-bottom: 10px;	
}

/* .main-search form > div, */
.main-search form > div + div > fieldset
{	
	float: left;
}

.main-search form input,
.main-search form select,
.main-search form textarea
 {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #888888;
	font-size: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.main-search form  select[name="kategoria"]
{
	width: 100%;
	margin: 0;
}

.main-search form > div.ts1
 {
	position: relative;
	width: 39%;
}

.main-search form > .ts1 > div 
{
	width:100%;
}

.main-search form > .ts1 > div > div 
{
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	width: 48%;
}

.main-search form > .ts1 > div > div + div
{
	float: right;
	margin-bottom: 10px;
} 

.main-search form > div.ts2 
{
	width: 56%;
	margin-left: 5%;
}

.main-search form > .ts1 label {
	/* margin: 8px 0; */
}

.main-search form > div:first-child input
{
	width: 100%;
}

.main-search form > .ts1 > div:first-child input
{
	border: none;
	padding: 0px 30px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.main-search form > div:first-child > div:first-child input:focus {
	outline-style: none;
}


.input-right-desc,
.input-left-desc
 {
	position: absolute;
	top: 0px;
	padding: 11px 5px 8px;
	/*background: #ffffff;*/
	border: none;	
	color: #aaaaaa;
}

.floors-col 
{
	width: 33.333%;
}

.rooms-col,
.bathrooms-col
{
	width: 27%;
}

.garages-col
{
	width: 10%;
}

.floors-col legend,
.rooms-col legend,
.bathrooms-col legend,
.garages-col legend
{
	margin: 8px 0;
}

.input-right-desc 
{
	right: 0px;
}

.input-left-desc 
{
	left: 0px;
}

.main-search form .search-buttons
{
	clear: both;
    float: none;
    padding: 20px 0 0;
    width: 100%;	
}

.main-search form .search-buttons > a
{
    display: block;
    float: left;
    font-size: 1em;
    padding: 16.6px;
}

.main-search form  input[type=text] 
{
	height: 40px;
}

.shadow {
	-webkit-box-shadow: 0 0 15px 1px rgb(194 194 194);
    -moz-box-shadow: 0 0 15px 1px rgba(194,194,194,1);
    box-shadow: 0 0 15px 1px rgb(194 194 194);
}

.info-search
{
	max-width: 700px;
	padding: 70px 5%;
	background: #ffffff;
	margin: 0 auto;
}


.info-search > div:first-of-type 
{
	display: flex;
	justify-content: space-between;
}

.info-search p:first-child {
	font-family: OpenSansBold;
	font-size: 31px;
	margin-bottom: 10px;
}

.info-search div:nth-of-type(1) > div:first-child {
	padding-left: 10px;
}

.info-search div:nth-of-type(1) img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	width: 90%;
}

.info-search > div:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	gap: 10px;
}

.info-search > div:nth-of-type(2) > * {
	display: flex;
	width: 100%;
	max-width: 257px;
	border-radius: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	gap: 10px;
}

.info-search > div:nth-of-type(2) > div > div:first-child {
	margin-left: 25px;
	margin-right: 25px;
	
}

.info-search > div:nth-of-type(2) > div > div:last-child {
	padding-top: 10px;
}

.info-search > div:nth-of-type(2) span {
	font-family: OpenSansBold;
	font-size: 16px;
	display: block;
}


@media only screen and (min-width: 0px) and (max-width: 900px)
{
	.info-search > div:nth-of-type(2) {
		flex-direction: column;
	}
}

.project-2022 .vis {
	min-height: 201px;
}


.description-category h2 {
	margin-top: 30px;
}

.description-category h3 {
	font-size: 14px;
	margin-top: 20px;
    font-size: 14px;
    font-family: OpenSansBold;
    letter-spacing: normal;
}

.list {
	/* margin: 0px !important; */
}

.description-category p {
	padding: 10px 0 0 0 !important;
}

.description-category ul.list {
	margin-top: 20px;
}


/* podstawowy szkielet */
#list-right-wrap 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

#list-left-wrap 
{
	min-width: 302px;
	box-sizing: border-box;
}

/* wyszukiwarka */
#list-left-wrap .main-search 
{
	width: 100%;
	color: #444444;
	background: #ffffff;
	z-index: 9999999999;
}

.main-search form > .search-buttons.fixed {
	position: fixed;
	bottom: 0px;
	background: white;
	width: 100%;
	padding: 10px 0px 18px 0;
	z-index: 99999999999;
}

#long-tail-filters {
	display: block; 
	width: 95%; 
}

#long-tail-filters ul {
	padding-left: 0px;
	padding-top: 10px;
}

#long-tail-filters li {
	display: inline-block;
}

#long-tail-filters2 {
	font-size: 12px;
}

#long-tail-filters2 ul {
	padding-top: 10px;
}

.main-search > div
{
	padding: 0 6%;
}

.main-search .ts0,
.main-search form > div.ts1,
.main-search form > div.ts2, 
.main-search form > div.ts3,
.main-search form > div.ts4,
.main-search form > div.ts5,
.main-search form > div.ts6,
.main-search form > div.ts7,
.main-search form > div.ts8,
.main-search form > .search-buttons 
{
	width: 94%;
	margin: 0;
	padding: 6% 3%;
	clear: both;
}

.main-search .ts0 {
	font-size: 20px;
	font-family: OpenSansLight;
	padding-bottom: 0px;
}

.main-search form > .ts5 {
	padding-top: 40px;
}
.main-search form > .ts7 {
	padding-bottom: 40px;
}

.main-search form > div.ts5,
.main-search form > div.ts6,
.main-search form > div.ts7,
.main-search form > div.ts8
{
	margin: 10px 0px;
}

.main-search form > div.ts5 {
	padding-top: 40px;
}

.main-search form > div.ts7
{
	margin-bottom: 30px;
}

.main-search .ts1 label {
	margin-top: 25px;
}

.main-search .ts5 ul,
.main-search .ts6 ul,
.main-search .ts7 ul,
.main-search .ts8 ul {
	padding-bottom: 0px;
	display: none;
}

.main-search form  fieldset {
	width: 100%;
}
.main-search form .ts2 fieldset {
	margin-bottom: 10px;
}

.main-search form fieldset > legend 
{
	display: block;
	width: 100%;
	cursor: pointer;
	color: #444444;
	background: url('../images/decoration/icon-down-arrow-gray.png') 98% 50% no-repeat;
}

.main-search form .ts2 > fieldset
{
	width: 50%;
}

.main-search form > .ts2 > fieldset > legend
{
	background: none;
}

.main-search form .ts2 > fieldset > ul  
{
	padding: 8px 0 1px 0;
}

.main-search form .ts2 > fieldset > ul > li 
{
	display: inline-block;
	width: 100%;
}

.main-search form .ts3 > fieldset > ul > li
 {
	display: block;
	width: 100%;
}

.main-search form  a 
{
	color: #ffffff;
}

.main-search form .advanced-search-submit 
{	
	float: none;
	background: #e14f00;
	width: 180px;
	border: 0px;
}


.main-search-mobile-header {
	display: none;
}
/* koniec wyszukiwarki */



/* search features */
.project-list-header 
{
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-features .found,
.search-features .features 
{
	display: inline-block;
}

.search-features > .features > * 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 5px 5px 0;
	transition: background 0.5s ease 0s;
	color: #444444;
	text-decoration: none;
	position: relative;
	border: 1px solid #e8e8e8;
	font-size: 11px;
	padding: 3px;
	padding-right: 31px;
}

.search-features > .features > * > span
 {
	display: inline-block;
	width: 18px;
	height: 100%;
	margin-left: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	color: #444444;
	position: absolute;
	top: 2px;
	
	margin-left: 0px;
	font-size: 16px;
	top: 0px;
	padding-left: 6px;
	font-weight: bold;
	border-left: 1px solid #e8e8e8;
}

.search-features > .features > * > span:hover {
	color: #e1530d;
}

.search-features > .features > .features-reset
{
	padding-right: 5px;
	font-family: 'OpenSansBold';
}

/* widoki listy projektów */
.views
{
	display: none;
	height: 36px;
}
.views > .view-small,
.views > .view-medium,
.views > .view-large,
.views > .view-details 
{
	display: table-cell;
	height: 18px;
	color: #444444;
	border-left: 1px solid #cccccc;
	vertical-align: middle;	
	padding-right: 20px;
}

.views .view-small
 {
	background: url('../images/decoration/icon-view-small.png') 5px 50%  no-repeat;
	padding-left: 43px;
	border: none;
}

.views .view-medium 
{
	background: url('../images/decoration/icon-view-medium.png') 20px 50%  no-repeat;
	padding-left: 68px;

}

.views .view-large 
{
	background: url('../images/decoration/icon-view-large.png') 20px 50%  no-repeat;
	padding-left: 68px;
}

.views .view-details
 {
	padding-left: 92px;
	padding-right: 10px;
	background: url('../images/decoration/icon-view-details.png') 20px 50%  no-repeat;
}


.sort > form
{
	display: inline-block;
}

/* sortownie listy projektow */
.list-options {
	font-size: 13px;
	padding: 12px;
	background: #ffffff;
	margin: 20px 0 0 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 988px;
	margin-bottom: 15px;
}

.sort label 
{
	display: inline-block;
}

select[name="sort[list]"] {
	border: 1px solid #666;
	cursor: pointer;
	border-radius: 5px;
	max-width: 300px;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
	font-size: 14px;
}

#sort-options {
	margin-bottom: 6px;
}

#sort-order > label
{
	cursor: pointer;
}


.sort .order 
{
	width: 20px;
	height: 5px;
	display: inline-block;
	border: none;
	cursor: pointer;
	text-indent: 999px;
	width: 20px;
	height: 30px;
}
.sort .asc
{
	background: url('../images/decoration/icon-order-asc.png') 50% 50% no-repeat;
}

.sort .desc
{
	background: url('../images/decoration/icon-order-desc.png') 50% 50% no-repeat;
}

.sort select
 {
	display: inline-block;
}

/* kategorie w wyszukiwarce */
.search-categories-wrap {
	position: relative; 
	margin-top: 20px;	
	font-size: 11px;
}

.btn-categories {
	border: 1px solid #666;
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
}

.btn-categories.unwrapped {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}

.btn-categories.wrapped {
	background: url(/theme/images/decoration/unwrap.png) no-repeat 95% center;
}

.btn-categories-div1 {
	font-family: OpenSansBold;
	padding-left: 12px;
	width: 68px;
}

.btn-categories-name {
	color: #e14f00;
	font-family: OpenSansBold;
	font-size: 12px;
}

.btn-categories > div {
	display: table-cell;
}

#ext-nav-search > ul > li:first-child {
	text-transform: uppercase;
	font-family: OpenSansBold;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url('/theme/images/decoration/unwrap.png') no-repeat right center;
	cursor: pointer;
}

#ext-nav-search > ul > li.unwrapped {
	background: url('/theme/images/decoration/wrap.png') no-repeat right center;
}

#ext-nav-search > ul > li:last-child {
	margin-bottom: 6px;
}

#ext-nav-search > ul > li:not(:first-child) {
	display: none;
	margin-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#ext-nav-search {
	display: none;
	background: white;
	border: 1px solid #666;
	width: 100%;
	z-index: 1;
	
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	float: none;
}

#ext-nav-search > ul {
	border-bottom: 1px solid silver;
	width: 100%;
	padding: 0px;
	margin-left: 12px;
	width: 92%;
}

#ext-nav-search > ul:last-child {
	border-bottom: 0px;
}

#ext-nav-search > ul > li > a {
	color: #666;
}

#ext-nav-search > ul > li > a:hover {
	text-decoration: none;
	color: #e14f00;
}

#ext-nav-search.unwrapped {
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
}

.description-category {
	margin: 15px 5px;
	line-height: 1.8;
	overflow-y: auto;
	max-height: 500px;
}

/* Styl tylko dla Safari */
.safari .description-category {
	overflow-y: visible;
	max-height: none;
}

.description-category p
{
	padding: 15px 0px;
}

.description-category-top > a,
.description-category > p a
{
	color: #e14f00;
}

.project-name {
	white-space: nowrap;
}

.ts1 label,
#advanced-search legend {
	font-size: 16px;
	font-family: OpenSansRegular;
	color: black;
	margin-bottom: 10px;
}

.check-container,
.ts2 label {
	color: #444444;
	font-size: 14px;
	margin-bottom: 10px;
}


#advanced-search .search-buttons {
	z-index: 3;
}

#advanced-search-btn-container {
	width: 95%;
	margin-top: 20px;
	margin: 0 auto;
}

#advanced-search-btn-container.scrolled-out {
	position: sticky;
	top: 44px;
	z-index: 100;
	margin: 0 auto;
}

#advanced-search-btn {
	margin: 10px 0px 10px 0px; 
	background-color: #e14f00; 
	color: white;
	padding: 10px;
	cursor: pointer;
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	text-align: left;
	height: 34px;
	line-height: unset;
}

.categories {
	padding: 0px 20px;
}

.categories-group {
	margin-top: 60px;
}

.categories h2 {
	margin: 20px auto;
}

.categories p, 
.categories .read-more {
	text-align: left;
	font-size: 12px;
	margin-top: 30px;
}

.categories img {
	border: 0px solid #000000;
	margin: 5px 25px;
}

.categories .read_more {
	color: #e14f00;
	cursor: pointer;
}

.categories-group > h2 {
	font-family: OpenSansBold;
	font-size: 20px;
	margin-bottom: 0px;
}

.section-separator span {
	font-size: 12px;
	font-family: OpenSansRegular;
}

.categories-group {
	margin-bottom: 30px;
}

.categories-group > div >  div {
	border: 0px solid silver;
	display: inline-block;
	position: relative;
	margin: 10px;
	margin-bottom: 0px;
}

.categories-group > div:nth-of-type(2) {
	font-size: 12px;
	font-family: OpenSansRegular;
	text-align: left;
}

.categories-group > div >  div > a > div {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}

.categories-group > div >  div > a > div > div {
	font-family: OpenSansBold;
	line-height: 14px;
	font-size: 13px;
	width: 100%;
	margin: 0 auto;
	margin-top: 96px;
}


.compare-favorites-link-cnt {
	margin-bottom: 35px;
}

.compare-favorites-link-cnt a:hover {
	color: #e14f00;
}

.compare-favorites-link-cnt span {
	background: url('../images/icons/30x30/project_icons/compare_icon.png') 5px 0px no-repeat; 
	padding-top: 10px;
	padding-right: 10px;
	height: 30px;
	padding-left: 40px;
	float: right;
	display: inline-block;
}

/* koniec UlUBIONE dodawanie/usuwanie */


#slider-range,
#slider-range2,
#master,
#master2,
#master3,
#master4 {
	max-width: 235px;
	margin-left: 5px;
	margin-top: 30px;
	font-size: 14px;
	width: 100%;
	border: 0;
	border-top: 1px solid #666;
}

#slider-range > span > span,
#slider-range2 > span > span,
#master > span > span,
#master2 > span > span,
#master3 > span > span,
#master4 > span > span {
	position: absolute; 
	top: -15px; 
	min-width: 50px; 
	min-width: max-content;
	color: #666;
}

.ui-slider-range {
	margin-top: -2px;
	border: 0px;
	height: 3px;
}

.ui-slider-horizontal .ui-slider-range {
	height: 3px;
}

.ui-widget.ui-widget-content {
	border: 0px;
	border-top: 1px solid #666;
	border-radius: unset;
}

.ui-widget-header {
	background: #e14f00;
	/* background: #444444; */
}

.ui-slider .ui-slider-handle {
	top: -12px;
	height: 13px;
	width: 13px;
	outline: none;
	border: 0px;
	background-color: silver;
	cursor: pointer;
	background: url('/theme/images/decoration/orange-dot-12.png') center center no-repeat;
	width: 12px;
	height: 12px;
	padding: 5px;
}

.ui-widget-content {
	border: 0px;
	border-top: 1px solid #666;
}


/* Widoki */
.widok-przyciski {
	display: block; 
	margin-left: 5px;
	margin-bottom: 11px;
}

.widok-przyciski > span {
	cursor: pointer;
	margin-right: 13px;
}

.widok-przyciski > span:last-child {
	margin-left: 3px;
}

.widok-przyciski > span:hover {
	text-decoration: underline;
}

#widok_male {
	background: url('/theme/images/icons/projects-view-small.png') no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
}

#widok_domyslny {
	background: url('/theme/images/icons/projects-view-default.png') no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
}

#widok_szczegoly {
	background: url('/theme/images/icons/projects-view-details.png') no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
}

#widok_domyslny.active {
	background: url('/theme/images/icons/projects-view-default-2.png') no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
}

#widok_szczegoly.active {
	font-weight: bold;
	background: url('/theme/images/icons/projects-view-details-2.png') no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
}

#widok_male.active {
	font-weight: bold;
	background: url('/theme/images/icons/projects-view-small-2.png') no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
}
/* Widoki koniec */



.project-name-wrapper {
	display: flex;
	align-items: flex-end;
}

.project-name-wrapper a > div {
	font-family: OpenSansRegular;
	font-size: 12px;
	text-transform: none;
}

.view-plans .project-2022 .project-price-wrapper {
	position: absolute;
	top: 19px;
}

.view-plans .project-2022 .project-name-wrapper {
	justify-content: space-between;
	align-items: unset;
	position: relative;
}



/* *******************************************************
 ***                     MEDIA QUERIES                 ***
 ******************************************************* */
 
@media only screen and (min-width: 0px) and (max-width: 400px) 
{
	.category-wrap {
		display: inline-block;
		width: 133px; 
		height: 126px;
	}
	
}

@media only screen and (min-width: 401px)
{
	.category-wrap {
		display: inline-block;
		width: 142px; 
		height: 126px;
	}
	
}
 
@media only screen and (min-width: 0px) and (max-width: 600px) 
{
		.main-search {
			position: fixed;
			top: 50px;
			overflow-y: auto;
			height: 100%;
		}
		
		.search-buttons.fixed {
			left: 0px;
		}
		
		.main-search .ts0 {
			background: #e14f00;
			color: white;
			width: 100%;
			position: fixed;
			top: 0px;
			left: 0px;
			padding: 0px;
			margin: 0px;
			height: 50px;
			z-index: 100;
			display: none;
		}
		
		.main-search button {
		}
		
		.main-search-title {
			font-size: 12px;
			font-family: OpenSansBold;
			position: absolute;
			width: 156px;
			top: 14px;
			right: 12px;
			height: 23px;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		
		.main-search-mobile-header {
			color: white;
			background: #e14f00;
			display: block;
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 50px;
			z-index: 5;
		}
		
		.bg-layer {
			position: fixed;
			top: 0;
			background: black;
			height: 100vh;
			width: 100%;
			opacity: 0.7;
		}
		
		body.scroll-disabled {
			overflow: hidden;
			height: 100%;
			margin: 0;
		}
		
		.pure-close {
			position: absolute;
			right: 10px;
			top: -5px;
			width: 25px;
			height: 22px;
			padding: 3px;
		}
		.pure-close:hover {
			opacity: 1;
		}
		.pure-close:before, .pure-close:after {
			position: absolute;
			left: 15px;
			content: ' ';
			height: 23px;
			width: 2px;
			background-color: #fff;
		}
		.pure-close:before {
			transform: rotate(45deg);
		}
		.pure-close:after {
			transform: rotate(-45deg);
		}
		
		/*
		.dws-grid-2022-item img.vis {
			height: unset;
		}
		*/
}
 
@media only screen and (min-width: 0px) and (max-width: 800px) 
{
	
	#sort-options {
		position: relative;
	}
	
	#sort-options label {
		position: absolute;
		left: 20px;
		top: -9px;
		padding: 0px 6px;
		background: white;
	}
	
	#sort-options label span {
		display: none;
	}
	
	.sort select {
		margin: 0px; 
		width: 100%;
		max-width: 250px;
	}
	
	#sort-options {
		font-size: 12px;
	}

	#slider-range,
	#slider-range2 {
		display: none;
	}

	.breadcrumbs,
	.search-features 
	{
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1024px) 
{
	#list-right-wrap .dws-grid .dws-grid-item-wrap {
		width: 49%;
	}
}

@media only screen and (min-width: 901px) {
	
	.list-options {
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	.list-options select {
		margin-right: 5px;
	}
	
	.widok-przyciski {
		margin-top: -32px;
	}
}

@media only screen and (min-width: 1025px) 
{
	#list-right-wrap .dws-grid .dws-grid-item-wrap {
		width: 33%;
	}	
}


@media only screen and (max-width: 1024px) 
{

	#list-left-wrap 
	{
		width: 259px;
	}	
}

@media only screen and (max-width: 949px)
{	
	.list-options
	{
	}
	
	.list-options .sort 
	{
		width: 100%;
		text-align:center;
	}
}

@media only screen and (max-width: 768px) 
{	
	.ui-slider .ui-slider-handle {
		background: url('/theme/images/decoration/orange-dot-12.png') center center no-repeat;
		width: 15px;
		height: 15px;
		padding: 3px;
		top: -12px;
	}
	
}
	
@media only screen and (max-width: 600px) 
{		
	#list-left-wrap
	{
		float: none;
		display: none;
		position: absolute;
		left: 0px;
		padding-left: 0;
		min-width: unset;
		width: 100%;
		box-shadow: 1px 3px 6px #444444;
		z-index: 999;
	}

	.ts2 fieldset:nth-child(2) li,
	.ts2 fieldset:nth-child(3) li,
	.ts2 fieldset:nth-child(4) li {
		width: 50% !important;
	}
	
	.main-search form .ts2 > fieldset {
		width: 50%;
	}
	
	.input-left-desc, .input-right-desc {
		padding: 11px 5px 8px !important;
	}
	
	#list-left-wrap .closeBtn {
		display: block !important;
	}
}

@media only screen and (max-width: 499px)
{
	.list-options
	{
		float: left;
		margin-bottom: 5%;
	}		
}

@media only screen and (max-width: 480px) 
{	
	.breadcrumbs
	{
		
	}
	
	.project-list-header .search-features .found,
	.project-list-header > h1
	{
		font-size: 1.6em;
		padding: 5px 0 0;
	}
	
	#list-left-wrap {
		min-width: unset;
	}
}

@media only screen and (min-width: 601px) 
{
	#advanced-search-btn-container {
		display: none;
	}

	.main-search form > .search-buttons.fixed {
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
		left: unset;
	}
	
	#main {
		display: flex;
		display: grid;
		grid-template-columns: 340px auto;
		grid-template-areas: "left_col right_col";
	}
	
	#list-right-wrap 
	{
		float: right;
		max-width: 1026px;
		grid-area: right_col;
		flex-basis: 75%;
		order: 2;
	}
	
	#list-left-wrap 
	{
		float: left;
		width: 25%;
		grid-area: left_col;
		flex-basis: 25%;
		order: 1;
	}
}


/* *******************************************************
   ***                     ZMIANY 2022                  ***
   ******************************************************* */	

.dws-grid-2022 {
    justify-content: flex-start;
}

@media only screen and (max-width: 1000px) {
	.dws-grid-2022 {
		justify-content: center;
	}
}

#list-right-wrap {
	/* background: #dde6d5; */
	max-width: 978px;
}

#list-left-wrap .main-search {
	/* background: #a3b899; */
}

h1 {
	font-family: MainFontBold;
	font-size: 28px; 
	text-transform: uppercase;
}

.ilosc-projektow {
	font-size: 14px;
}

.banner img {
	margin-top: 14px;
	margin-bottom: 12px;
}

.banner a:nth-of-type(2) {
	
	font-size: 18px;
	font-family: MainFontBold;
}

.banner-ind-oferta {
	background: #d8dfe7;
}

.banner-ind-oferta .project-2022 {
	padding: 0px;
	max-width: 100%;
}

.banner-ind-oferta .project-2022 > a img {
	display: block;
}

.banner-ind-oferta img {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}

.banner-ind-oferta .project-2022 > div:nth-of-type(1) {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 18px;
	font-family: MainFontBold;
}

.banner-ind-oferta .project-2022 > div:nth-of-type(1) > div {
	display: flex;
	justify-content: flex-end;
}

.banner-ind-oferta .project-2022 > div:nth-of-type(1) > div > a > div {
	margin: unset;
	border-radius: 0px;
	font-size: 13px;
	float: right;
	margin-top: 10px;
	padding: 17px 24px 17px 24px;
	box-shadow: unset;
}









