.bezbarier-kategorie li{
	border:1px solid #dcdcdc;
	margin-top:5px;
	position:relative;
	overflow:hidden;
}	
.bezbarier-kategorie img{
	float: left;
	width: 30px;
	margin: 4px 7px 3px 4px;
}
.bezbarier-kategorie li a{
	display:block;
	padding:10px 35px 10px 10px;
	color:#333;							
}
.bezbarier-kategorie li a ins{
	display:block;
	border-left:1px solid #dcdcdc;
	position:absolute;
	width:30px;
	top:0px;
	bottom:0px;
	right:0px;
	background: #efeeec;
   	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #efeeec),color-stop(1, #ffffff));
   	background: -ms-linear-gradient(bottom,#efeeec,#ffffff);
   	background: -moz-linear-gradient(center bottom,#efeeec 0%,#ffffff 100%);
   	background: -o-linear-gradient(#ffffff,#efeeec);
  	filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#ffffff,#efeeec));
}
.bezbarier-kategorie li a:hover ins{
	background: #5e991b;
   	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5e991b),color-stop(1, #8ad03a));
   	background: -ms-linear-gradient(bottom,#5e991b,#8ad03a);
   	background: -moz-linear-gradient(center bottom,#5e991b 0%,#8ad03a 100%);
   	background: -o-linear-gradient(#8ad03a,#5e991b);
  	filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",#8ad03a,#5e991b));
}
.bezbarier-kategorie li a ins:after{
	content: "";
	display:block;
	width:100%;
	height:100%;
	background:url('../gfx/arrow_right.png') center center no-repeat;
}
.bezbarier-kategorie li a:hover ins:after{
	background:url('../gfx/arrow_right_kontrast.png') center center no-repeat;
}
.obiekt-form,
.bezbarier-obiekt,
.bezbarier-obiekty{
	margin-top:10px;
}
.obiekt-form header, 
.bezbarier-obiekt header,
.bezbarier-obiekty header{
	background:#dcdcdc;
	font-weight:bolder;
	padding:10px;
	margin-bottom:10px;
}
.bezbarier-obiekty article{
	border-bottom:1px solid #dcdcdc;
	margin-bottom:10px;	
}
.bezbarier-obiekty article a{
	display:table;
	color:#333;
	text-decoration:none;
	padding:10px 0;
	width:100%;
}
.bezbarier-obiekty article a:hover{
	background:#f6f6f6;
}
.bezbarier-obiekty .col{
	display:table-cell;
	vertical-align:middle;
	padding:0 10px;
}
.bezbarier-obiekty .col1{
	width:45%;
	font-size:15px;
	line-height:135%;
	font-weight: bolder;
}
.bezbarier-obiekty .col2{
	width:30%;
}
.bezbarier-obiekty .col3{
	width:25%;
}
.bezbarier-obiekt article{
	margin-top:20px;
}
.bezbarier-obiekt article h2{
	font-weight:bolder;
	font-size:20px;
	margin-bottom:20px;
}
.bezbarier-obiekt .info{
	overflow:hidden;
	margin-bottom:20px;
	line-height:160%;
	font-size:13px;
}
.bezbarier-obiekt .col{
	float:left;
	width:50%;
}
.bezbarier-obiekt .galeria,
.bezbarier-obiekt .opis{
	margin-bottom:20px;
	margin-top:10px;
}
.komentarze-form{
	margin-top:10px;
	margin-bottom:1rem;
	padding:10px;
	background:#F2F2F2;	
}
.komentarz{
	border-bottom:1px solid #dcdcdc;
	margin-bottom:10px;
	color:#333;	
}
.komentarz h2{
	font-size:13px;
	font-weight:bold;
}
.komentarz .data{
	margin-left:0;
	margin-top:5px;
	float:none;	
	display:inline-block;
}
.komentarz p{
	margin-top:10px;
	margin-bottom:10px;	
}
.komentarz .galeria{
	margin-bottom:10px;
}
.obiekt-form .message_ok,
.obiekt-form .message_error,
.bezbarier-obiekt .message_ok,
.bezbarier-obiekt .message_error{
	margin-bottom:1rem;
	font-size:0.875rem;
	line-height:140%;
}
.obiekt-form h3{
	font-weight:bolder;
	font-size:15px;
	padding-top:10px;
	margin-bottom:10px;
}
.komentarze-form h2{
	font-weight:bolder;
	margin-bottom:20px;
	font-size:15px;
}
.wypelnij{
	margin-bottom:10px;
	overflow:hidden;
}
.wypelnij label{
	font-size:13px;
	display:inline-block;
	width:100px;
}
.wypelnij textarea,
.wypelnij select,
.wypelnij input[type="text"],
.wypelnij input[type="email"]{
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #dcdcdc;
	padding: 4px;
}
.wypelnij textarea,
.wypelnij input[type="text"],
.wypelnij input[type="email"]{
	width:510px;
}
.obiekt-form .wypelnij textarea,
.obiekt-form .wypelnij input[type="text"],
.obiekt-form .wypelnij input[type="email"]{
	width:530px;
}
#GaleriaUpload,
#GaleriaUpload *{
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
#GaleriaUpload{
	border:1px solid #dcdcdc;
	overflow:hidden;
	padding:5px;
	width:520px;
	display:inline-block;
	background:#fff;	
}
#GaleriaUpload li{
	float:left;
	width:105px;
	height:105px;
	margin:5px;
	background:#ccc;
}
#GaleriaUpload li.btn{
	position: relative;
	background:#ccc url('../gfx/imageplaceholder.png') center center no-repeat;
	display:table;
	cursor:pointer;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
#GaleriaUpload li.ui-droppable-hover{
	-webkit-box-shadow:	0 0 3px  #000;
	-moz-box-shadow: 0 0 3px  #000;
	box-shadow: 0 0 3px  #000;
}
	
#GaleriaUpload .platforma{
	width:105px;
	height:105px;
	position:relative;
}
#GaleriaUpload .platforma .zdjecie{
	width:100%;
	height:100%;
	display:block;
}
#GaleriaUpload .platforma .delete{
	position:absolute;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
	background:rgba(255,255,255,0.6) url('../gfx/ico_trash.gif') center center no-repeat;
	cursor:pointer;
}

#GaleriaUpload .progress{
	color:#eee;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width:100%;
	height:100%;
	background:#ccc;
	font-weight:bolder;
	font-size:36px;
}
.obiekt-form #GaleriaUpload{
	width:540px;
}
.ocena-box{
	width:125px;
	height:25px;
	position:relative;
	background:#ccc;
	display:inline-block;
	border:2px solid #fff;
}
.ocena-wynik{
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background:#ffea00;
	z-index: 0;
}
.ocena-gwiazdka{
	float:left;
	width:25px;
	height:25px;
	background-size:cover;
	background-image:url('../gfx/ocena_gwiazdka.png');
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	position:relative;
	z-index: 1;	
}
a.ocena-gwiazdka{
	cursor:pointer;
}
