@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:300,400|Raleway:300,400,500,600,700,800|Roboto&subset=latin-ext');
.qweqwe {
	font-family: 'Raleway', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Roboto', sans-serif;
	
}


#gal {
	padding: 5em 0 8em;
}
#gal .content {
	margin-bottom: 3em;
}
#gal .heading {
	color: #bab218;
	margin-bottom: -0.1em;
}
#gal .heading strong {
	color: white;
}
#gal .click-thumb {
	color: #585858;
	font-size: 0.8em;
	margin-bottom: 1.5em;
}
.gallery .txt {
	color: #b5b5b5;
	font-family: 'Raleway', sans-serif;
	font-family: 'Open Sans', sans-serif;
	/* font-family: 'Open Sans Condensed', sans-serif; */
	/* font-family: 'Roboto', sans-serif; */
	font-size: .8em;
}
.gallery .txt a {
	font-size: 0.9em;
	letter-spacing: .04em;
	color: #777731;
	background: #00000014;
	text-decoration: none;
	padding: 0em 0.3em 0.1em 0.4em;
	border-radius: 3px;
	box-shadow: 0 1px 0 0px #676616;
	transition: .2s;
}
.gallery .txt a.collapsed {
	color: #a7a305;
}

.gallery .txt a:hover {
	background-color: #757400;
	color: #e2e2e2;
	text-shadow: 1px 1px 1px black;
}
#collapseMoreInfo {
	color: #9c9c9c;
	font-size: .8em;
}
#thumbs {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
	/* text-align: left; */
}
#thumbs:after {
	content: "";
	flex: auto;
}
#thumbs>div {
	flex: 0 1 20%;
}
#thumbs a img {display: none;}
#thumbs a {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 .2em 1em;
	background-color: #000596;
	background-image: url(../galeria/N-01.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 4px;
}
#thumbs a span {
	display: block;
	height: 150px;
	/* width: 100%; */
	background-image: url(../galeria/N-01.jpg);
	background-size: cover;
	background-position: center;
	transition: all 1.2s;
	/* box-shadow: inset 0 0 0 1px transparent , inset 0 0 0 3px green; */
}
#thumbs a:hover span {
	/* transform: scale(1.1); */
	opacity: 0;
	filter: grayscale(1) contrast(2);
	/* mix-blend-mode: multiply; */
	/* background-blend-mode: multiply; */
	transition: all .3s;
	/* box-shadow: inset 0 0 0 12px red; */
}
#thumbs a:hover {
	background-blend-mode: difference;
	/* background-position: center -10px; */
	transition: box-shadow .2s, background-position .2s;
	box-shadow: inset 0 0 11px 1px black;
}
#thumbs a em {
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	display: block;
	position: absolute;
	left: 34%;
	bottom: -5px;
	width: 30%;
	/* padding: 0% 0%; */
	text-align: center;
	font-size: 16px;
	/* font-weight: 800; */
	color: #a7a7a7c7;
	border-radius: 10px;
	/* text-shadow: 1px 1px #00000057; */
	transition: all .2s;
	background-color: #202020;
	z-index: 1;
}
#thumbs a:hover em {
	bottom: 10px;
	color: #202020;
	/* transform: scale(1.2); */
	text-shadow: 1px 1px 1px #e8e593;
	transition: .2s ease-in;
	background-color: #ffffffba;
	box-shadow: 0 2px 2px;
}
.no-images {
	color: #777769;
}



/*_ _ _ _ _ _ _ _ _ RWD*/
@media (max-width: 767px) {
	#thumbs>div { flex: 0 1 33.33%; }
}
@media (max-width: 480px) {
	#thumbs>div { flex: 0 1 50%; }
}
@media (max-width: 425px) {
}
@media (min-width: 768px) and (max-width: 991px) {
	#thumbs>div { flex: 0 1 25%; }
}
@media (min-width: 1400px) {
}