ul.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.inline li {
	display: inline-block;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

div.c {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.form label {
	display: block;
}

.form .inblock {
	display: inline-block;
}

.form input[type=text],
.form input[type=email],
.form textarea {
	border: 1px solid #dfdfdf;
	box-shadow: inset 0 5px 5px #f0f0f0;
	display: block;
	margin: 5px -5px 0;
	padding: 0 5px;
	width: 100%;
}

.form input[type=text],
.form input[type=email] {
	height: 25px;
	line-height: 25px;
}

.form textarea {
	font-family: Georgia, "Times New Roman", serif;
	height: 150px;
}

.form input[type=submit] {
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 30px;
}

.form div.kapcza {
	background: #fff;
	text-align: center;
}

.form .submit-wrapper {
	/*border-top: 1px solid #dfdfdf;*/
	padding-top: 15px;
}

.vam {
	vertical-align: middle;
}

.col-3 {
	width: 33%;
}

.inblock {
	display: inline-block;
}

.galeria {
	text-align: justify;
}

.galeria.text-left {
	text-align: left;
}

.galeria:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.galeria.text-left:after {
	content: none;
}

.galeria .item {
	display: inline-block;
	margin-bottom: 23px;
	max-width: 200px;
	vertical-align: top;
	width: 21%;
}

.galeria.text-left .item {
	margin-bottom: 3px;
	margin-right: 13px;
}

.galeria .image {
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	padding: 3px;
}

.galeria .image img {
	display: block;
	max-width: 100%;
}

.galeria .desc {
	color: #2c3066;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}
.text-underline {
	text-decoration: underline;
}