

a.names:link {
    color: black;
font-size: 20px;
}


a.names:visited {
    color: black;
}

a.button {
background-color: #c0c0c0; /* Green */
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 12px;


}




a.names:hover {
    color: black;
font-size: 20px;
text-decoration: underline;
  background: -webkit-linear-gradient(#333, #333, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


a.names:active {
    color: black;
}


div.rw {
background: white;
font-size: 18px;
margin: 0 auto;
text-align: left;
width: 750px;
display: table;
table-layout: fixed;
}


div.child1 {
display: table-row;
padding: 5px;

}

div.child2 {	
display: table-row;
max-width: 300px;

}

div.child3 {	
display: table-row;
float: left;
padding-right: 10px;
margin-left: 5px;
margin-right: 0px;
}

div.child4 {	
display: table-row;
float: left;
padding-left: 20px;
vertical-align: middle;
text-align: top;
}



h2.oferty {
  background: -webkit-linear-gradient(#333, #333, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}


h3 {
text-align: left;
font-size: 18px;
margin: 0;
}

div.table {
display: table;
}



div.cell {
display: table-cell;
vertical-align: middle;
max-width: 200px;
}

div.cell2 {
display: table-cell;
vertical-align: middle;
max-width: 700px;
}

div.cell3 {
display: table-cell;
vertical-align: middle;
max-width: 270px;
padding: 0;
margin: 0;
}


img.hov2 {
opacity: 0.7;
filter: alpha(opacity=70);
}


img.hov2:hover {
opacity: 1;
filter: alpha(opacity=100);
}



span {
  display: inline-block;
  vertical-align: middle;
   
}


.najem {
    background-image: url("hs2.jpg");
    background-size: 462px 350px;
    background-position: right;
    background-repeat: no-repeat;

}




p.line {
  display: inline-block;
  vertical-align: middle;
  margin-top: -30px;
}

.ch-flat { 
	background-image: url("images/flat.jpg");
}

.ch-dom { 
	background-image: url("images/dom.jpg");
}

.ch-lokal { 
	background-image: url("images/lokal.jpg");
}

.ch-grunt { 
	background-image: url("images/grunt.jpg");
}

.ch-img-1 { 
	background-image: url("images/flat2.jpg");
	margin-left: 8%;
	margin-top: 8%;
	width: 84%;
	height: 84%;
	border-radius: 50%;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-2 { 
	background-image: url("images/dom2.jpg");
	margin-left: 8%;
	margin-top: 8%;
	width: 84%;
	height: 84%;
	border-radius: 50%;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

.ch-img-3 { 
	background-image: url("images/lokal2.jpg");
	margin-left: 8%;
	margin-top: 8%;
	width: 84%;
	height: 84%;
	border-radius: 50%;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}


.ch-img-4 { 
	background-image: url("images/grunt2.jpg");
	margin-left: 8%;
	margin-top: 8%;
	width: 84%;
	height: 84%;
	border-radius: 50%;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}




.ch-item {	
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 11px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;


	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

	margin-left:55%;


}

.ch-info {
	position: absolute;
	background: rgba(63,147,147, 1);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	margin: -20 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	

	-webkit-backface-visibility: hidden;


}

.ch-info h3 {
	color: black;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	margin: 0 30px;
	padding: 75px 0 0 0;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}






.ch-item h3 {
	color: black;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

/* Położenie textu H3 */

.flat h3 {

	margin: 0 0 0 0;
	padding: 55px 0px;

}

.dom h3 {
	margin: 0 0 0 0;
	padding: 55px 30px;
}


.lokal h3 {
	margin: 0 0 0 0;
	padding: 55px 10px;
	text-align: center;
}

.grunt h3 {
	margin: 0 0 0 0;
	padding: 55px 10px;
	text-align: center;
}



.ch-item p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;

}

.ch-item p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-item p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 


		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
	-webkit-transform: rotate(90deg) scale(1);
	transform: rotate(90deg) scale(1);

}

.ch-item:hover .ch-info {
	-webkit-transform: rotate(-90deg) scale(1);
	-moz-transform: rotate(-90deg) scale(1);
	-o-transform: rotate(-90deg) scale(1);
	-ms-transform: rotate(-90deg) scale(1);
	transform: rotate(-90deg) scale(1);


	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;