.p_galeria {
	background:#fff;
}
.fullbg {
	padding-top: 1px;
	padding-bottom: 1px;
}
.rowgal {
	display:block;
	width:100%;
	margin-top: 30px;
}
.rowgalcenter {
	width:33%;
	padding-left: 20px;
	display:inline-block;
	font-style:italic;
}
.rowgalleft {
	padding-bottom: 20px;
	width:30%;
	display:inline-block;
	vertical-align: top;
	font-size: 30px;
    font-weight: bold;
    border-right: solid 3px #4b3224;
}
.rowgalright {
	width:33%;
	display:inline-block;
	font-style:italic;
}
.rowgal {
	font-size: 24px;
}
.rowgal span {
    font-weight: bold;
    font-size: 22px;
    color: #4b3224;
}
.opisgal {

}
#galf img:hover {
	cursor:pointer;
}
.blockgal {
	display:none;
}
#galf a img {
    border: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
picture {
	padding: 0;
    margin: 0;
    border: 0;
    box-sizing: inherit;
}
section.gallery {
    margin-left: -6px;
    margin-right: -6px;
    position: relative;
}
section.gallery .big {
    width: 50%;
    float: left;
}
section.gallery a {
    float: left;
    width: 25%;
}
section.gallery img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 200px;
}
section.gallery a img {
    padding: 6px;
}
section.gallery .big img {
    height: 400px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.relative {
    position: relative;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.galdefault a {
	text-decoration:none;
}
img.thumb-content {
    height: 290px;
    width: 100%;
    object-fit: cover;
}
h2.title {
    font-size: 16px;
    color: #000;
    position: relative;
	text-transform: inherit;
	text-align: center;
	text-decoration:none;
}
.excerpt.works {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    border: 4px solid #442a19;
    border-top: none;
    z-index: 1;
	color: #444;
	text-align:center;
}
.grey {
    color: #9c9c9c;
    font-style: italic;
}
.grey {
    color: #9c9c9c;
    font-style: italic;
}
.excerpt.works hr {
    width: 100px;
    height: 4px;
    background: #442a19;
    margin: auto;
}
.works:hover .excerpt.works {
    display: block;
}
.works:hover .relative {
	background: #fff;
}
.works:hover .hover-border {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    border-top: 4px solid #442a19;
    border-left: 4px solid #442a19;
    border-right: 4px solid #442a19;
}
@media (max-width: 768px) {
	.rowgalleft {
		width:100%;
		display:block;
		border:0;
	}
	.rowgalcenter {
		padding-left:0px;
		width:100%;
		display:block;
	}
	.rowgalright {
			width:100%;
		display:block;
	}
	#galf img {
		width:100%;
	}
	section.gallery .big img {
		height: 260px;
	}
	section.gallery .big {
		width: 100%;
	}
	section.gallery img {
    height: 17vw;
	}
	.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.works .relative {
	background: #fff;
    border: 2px solid #442a19;
    height: 100%;
}
img.thumb-content {
    height: 190px;
    width: 100%;
    object-fit: cover;
}
.excerpt.works {
    display: block;
    position: relative;
    border: none;
}
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
}