@charset "utf-8";
/* CSS Document */

.container {
	border: 1px solid #dadada;
	background-color: #efefef;
	margin: 20px 20px 20px 20px;
	padding: 15px;
	display: none;
}
.box {
	display: none;

}
.captions {
	float:left;
	text-align:justify;
	z-index:1 !important;
	display:none;
	
	}
.preload {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 45%;
	left: 45%;
}
​ html, body {
	font-family: 'Lato', Arial;
	font-size: 12px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	width: 1000px;
	max-width: 100%;
	margin: auto;
	display: block;
	text-align: center;
}
h1, h2 {
	font-weight: 300;
	margin: 1rem 0;
	text-align: left;
	text-transform: uppercase
}
h1 {
	font-size: 160%;
}
h1.sub {
	font-size: 140%;
	margin-top: 2rem;
}

h3 {
	font-weight: bold;
	margin: 1rem 2rem;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	border-bottom: 1px dashed #999;
}
h4 {
	font-weight: 400;
	margin: 1rem 0;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #999;
}
ul.captions {
	margin: 0 2rem;
	list-style-type: none;
	}
ul.captions li {
	padding: 0.4rem;
	}
	
ul.captions li:hover {
	text-decoration: underline;
	}

input, textarea {
	outline: 0 !important
}
.filtr-button {
	background-color: #dadada;
	border: none;
	color: #3c3b38;
	font-weight: 400;
	padding: 0.65rem 0.65rem;
	text-transform: uppercase;
	transition: background-color 0.25s;
	text-align: left;
	cursor: pointer !important;


}
.filtr-button:hover {
	background-color: #990000;
	color: #fff;
	box-shadow: inset 0 0 5px rgba(26,29,25,0.35);
	cursor: pointer !important;
}
.filtr-search {
	border: 1px solid #555;
	border-radius: 0.25rem;
	padding: 0.7rem;
	outline: 0;
	width: auto;
	margin-left: 1rem;
}
input.filtr-search:hover {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #999;
	
}
.row {
	clear: both;
}
p.search {
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-weight: bold;
	text-align:left;
}
 @media (min-width: 668px) {
.simplefilter {
	padding: 0;
	display: table;
	font-weight: bold;
	float: left;
	width: 100%;
}
}
.simplefilter {
	font-weight: bold;
	text-align: left;
	padding: 0;
	
}
@media (min-width: 668px) {
.simplefilter li {
	border-radius: 0 !important;
	cursor: pointer !important;
	list-style: none;
	font-weight: bold;
	border-right: 1px solid #efefef !important;
	border-top: 1px solid #efefef !important;
	border-left: none !important;
	display: inline-block;
	margin-bottom: 1px;		
}
}
.simplefilter li {
	border-radius: 0 !important;
	cursor: pointer !important;
	list-style: none;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	box-shadow: inset 0 0 5px rgba(173,173,173,0.35);
}
.simplefilter li:first-of-type {
	margin-top: 10px;
	border-left: 1px solid #efefef !important;
}
.simplefilter li:last-of-type {
	
}
.simplefilter li.active {
	background-color: #990000;
	color: #fff;
	font-weight: bold;
	box-shadow: inset 0 0 5px rgba(26,29,25,0.35);
}
.filtr-container {
	transition: height 0.5s ease-out;
	background-color: #efefef;
	padding:15px 0 15px 5px !important;
	border: 1px solid #dadada;
	

}

.top {
	background-color: #3c3b38;
	padding: 15px;
	color: #fff;
	}
.filtr-item {
	padding: 4px;
	 z-index: 999;    
}
.filtr-item img {
	border-radius: 0px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	background-color: #fff;
	padding: 4px;
	border: 1px solid #adadad;
}
.filtr-item:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: 0 0 5px 1px rgba(173, 173, 173, 0.5);
	
}
.item-desc, .item-position {
	background-color: rgba(0,0,0,0.5);
	border-radius: 0px;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.95rem;
	color: white;
	font-weight: 300;
	display: block;
	padding: 4px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}
