@charset "utf-8";
.album_holder {
	background-color: #F0F0F0;
	margin: 0% 1% 2% 1%;
	padding: 1%;
	clear: none;
	float: left;
	height: 250px;
	width: 21%;
	position: relative;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	-webkit-box-shadow: 1px 1px 4px #999;
	-o-box-shadow: 1px 1px 4px #999;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
@media screen and (max-width: 860px) {
.album_holder {
	width: 29.3%;
}	
}
@media screen and (max-width: 560px) {
.album_holder {
	width: 46%;
}	
}
@media screen and (max-width: 350px) {
.album_holder {
	width: 96%;
}	
}
.album_holder:hover {
	background-color: #D6D6D6;
}
.album_holder .photo_bg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 70%;
	width: 100%;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.album_holder .photo_bg .link {
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.album_holder .photo_bg .link a {
	background-attachment: scroll;
	background-image: url(../admin454/phpimages/blank_filter1.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.album_holder .photo_bg .link a:hover {
	background-image: url(../admin454/phpimages/view_filler.png);
	background-position: center center;	
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
.album_holder .captions {
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 30%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.album_holder .captions h2 {
	font-family: 'questrialregular', sans-serif;
	font-size: 18px !important;
	font-weight: normal;
	color: #281571;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.album_holder .captions h3 {
	font-family: 'questrialregular', sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.album_holder .captions h2 a {
	color: #6b809b;
	text-decoration: none;
}
.album_holder .captions h2 a:hover {
	color: #6b809b;
	text-decoration: underline;
}
.album_holder .captions h2 a:visited:hover {
	color: #6b809b;
	text-decoration: underline;
}
.album_holder .captions h2 a:visited {
	color: #6b809b;
	text-decoration: none;
}
.notice1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #F00;
	padding: 1% 2%;
	clear: both;
	height: auto;
	width: 95%;
	border: 1px solid #999;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	text-align: center;
	line-height: normal;
}
#album_list {
	padding: 0px 5%;
}
.subm_btn2 {
	height: 50px;	
	width: 55px;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	cursor: pointer;
	background-image: url(../images/search_icon.png);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	text-indent: -999em;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}
.subm_btn2:hover {
	border: 0px;
	background-color: transparent;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
}
option {
	padding: 5px;
	border-bottom: 1px solid #CCC;	
}