/*---BEGIN: SEARCH---*/

div.search{
	max-width: 100%;
	padding: 10px;
	position: relative;
	text-align: justify;
}

div.search_box{
	display: inline-block;
	height: 200px;
	min-width: 300px;
	width: calc(100% / 3 - 5px);
	background-color: rgba(0,0,0, 0.6);
}

div.search_box table{
	margin-left: auto;
	margin-right: auto;
}

div.search_box table tr th{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

div.search_box_look{
	/*width: 200px;*/
}

div.search_box table tr.search_num input[type=text]{
	width: 30px;
}

div.search_bottom{
	width: 100%;
	border-top: 1px #ffffff solid;
	color: #ffffff;
	margin-top: 10px;
	padding-top: 5px;
}

div.search_count{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 90%;
}

div.search_header_text{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.search_tags span{
	display: inline-block;
	width: 220px;
	padding: 2px;
	margin: 2px;
	background-color: rgba(0,0,0, 0.5);
}

div.work_now{
	margin-left: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	
	background-color: rgba(0,255,0, 1);
	
	box-shadow: 0px 0px 10px 4px rgba(0, 255, 0, 0.8);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 255, 0, 0.8);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 255, 0, 0.8);
	
	border: 1px solid rgba(255,255,255,0.8);
}

div.search_new_window{
	
}

div.search_submit{
	text-align: center;
	margin-top: 20px;
}

/*---END: SEARCH---*/


/*---BEGIN: QUICK SEARCH---*/
div.quick_search_mobile{
	display: none;
}

div.quick_search{
	position: relative;
	white-space: nowrap;
	/*background-color: red;*/
}

div.quick_search input{
	margin-left: 5px;
}
/*
div.quick_search div{
	display: inline-block;
}*/

div.quick_search_location, div.quick_search_phrase, div.quick_search_price, div.quick_search_age{
	display: inline-block;
}

div.quick_search_in{
	display: inline-block;
	width: calc(100% - 400px);
}

div.quick_search_price{
	
}

div.quick_search_price input, div.quick_search_age input{
	width: 70px;
}

div.quick_search_location{
	/*background-color: rbga(255,250,0, 0.5);*/
}

div.quick_search_button{
	position: absolute;
	top: 0px;
	right: 0px;
}

div.quick_search_button input{
	
}

div.quick_search_button a{
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	/*width: 100px;*/
	
	color: #ffffff;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 0px;
	
	/*background-color: rgba(0,0,0, 0.5);*/
	background-image: url('/img/theme/old/tlo-pod-szczegolowe-biale.png');
	background-repeat: no-repeat;
	/*background-size: cover;*/
}

div.quick_search_button a:HOVER{
	text-decoration: underline;
}
/*
div.quick_search_button a:FIRST-LETTER{
	font-size: 120%;
}*/

div.quick_search_button a:AFTER {
	/*content: '\0226B';*/
	display: block;
	float: right;
	/*padding-left: 10px;*/
	
	content: "";
	/*content: url('/img/theme/old/strona-gowna-strzalki-prawe.png');*/
	
	background-image: url('/img/theme/old/strona-gowna-strzalki-prawe.png');
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 15px 3px;
	/*border: 1px solid #ffffff;*/
	
	/*padding-left: 5px;*/
	color: #151618;
	font-weight: bold;
	width: 30px;
	height: 15px;
	/*margin-left: 20px;*/
}

/*---END: QUICK SEARCH---*/


/*---BEGIN: LOCATION---*/
div.quick_search_voivodeship_r{
	display: inline-block;
}
div.quick_search_voivodeship_n{
	display: inline-block;
}
div.quick_search_voivodeship_n:AFTER{
	content: ':';
}
div.quick_search_voivodeship_v{
	display: inline-block;
}

div.quick_search_city_r{
	display: inline-block;
}
div.quick_search_city_n{
	display: inline-block;
}
div.quick_search_city_n:AFTER{
	content: ':';
}
div.quick_search_city_v{
	display: inline-block;
}

div.quick_search_district_r{
	display: inline-block;
}
div.quick_search_district_n{
	display: inline-block;
}
div.quick_search_district_n:AFTER{
	content: ':';
}
div.quick_search_district_v{
	display: inline-block;
}
/*---END: LOCATION---*/


/*----------------------------------------------------*/
@media screen and (max-width: 800px){
	div.search{
		padding: 0px;
	}
	
	div.search_box{
		height: auto;
		/*min-width: none;*/
		min-width: 0;
		width: 100%;
	}
	
	/*
	div.quick_search div{
		display: block;
	}*/
	
	div.quick_search_button a{
		display: none;
	}
	
	div.search_count{
		display: none;
	}
	
	div.search_bottom{
		display: none;
	}
	
	div.search_new_window{
		display: none;
	}
	
	div.search_submit{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	/*---BEGIN: QUICK SEARCH---*/
	div.quick_search_mobile{
		margin-top: 15px;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	div.quick_search{
		display: none;
		position: fixed;
		z-index: 1000;
		left: 0px;
		top: 40px;
		width: 100%;
		height: calc(100vh - 40px);
		overflow-y: auto;
		overflow-x: hidden;
		
		background-color: black;
	}
	
	div.quick_search_button{
		display: block;
		position: static;
		margin: 5px;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	div.quick_search_in{
		display: block;
		width: 100%;
	}
	
	div.quick_search_location, div.quick_search_phrase, div.quick_search_price, div.quick_search_age{
		display: block;
		margin: 5px;
	}
	
	div.quick_search_location select{
		height: auto;
	}
	
	div.quick_search_location select, div.quick_search_location option{
		font-size: 130%;
		padding: 3px;
		width: calc( 100% - 20px );
	}
	 
	div.quick_search_price input, div.quick_search_age input{
		max-width: 40%;
		
		font-size: 130%;
		padding: 3px;
	}
	
	div.quick_search_phrase input{
		width: calc( 100% - 20px );
		
		font-size: 130%;
		padding: 3px;
	}
	
	div.quick_search_button input{
		font-size: 130%;
		height: auto;
	}
	
	/*---END: QUICK SEARCH---*/
	
	/*---BEGIN: LOCATION---*/
	div.quick_search_voivodeship_r{
		display: block;
		margin: 5px;
	}
	div.quick_search_voivodeship_n{
		display: block;
	}
	
	div.quick_search_voivodeship_v{
		display: inline-block;
	}
	
	div.quick_search_city_r{
		display: block;
		margin: 5px;
	}
	div.quick_search_city_n{
		display: block;
	}
	
	div.quick_search_city_v{
		display: inline-block;
	}
	
	div.quick_search_district_r{
		display: block;
		margin: 5px;
	}
	div.quick_search_district_n{
		display: inline-block;
	}
	
	div.quick_search_district_v{
		display: inline-block;
	}
	/*---END: LOCATION---*/
}

@media screen and (max-width: 480px){
	/*div.quick_search div{
		display: block;
	}
	
	div.quick_search_button a{
		display: none;
	}*/
}

