
/*#gallery{
	float: left;
	width: 100%;
}*/
#gallery-header{
	width: 100%;
	float: left;
	margin-bottom: 40px;
	padding-left: 10px;
}
#gallery-header-center{
	width: 100%;
	float: left;
}
#gallery-header-center-left{
	float: left;
	height: 40px;
	line-height: 40px;
}
#gallery-header-center-left-icon{
	float: left;
	height: 40px;
	width: 40px;
	background-color: #da251d;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#gallery-header-center-left-icon:hover {
	background-color: rgba(63,141,191,0.5);
	cursor: pointer;
}
#gallery-header-center-left-title{
	float: left;
	height: 35px;
	font-size: 25px;
	color: #3f8dbf;
	margin-left: 20px;
}
#gallery-header-center-right{
	float: right;
	height: 40px;
	line-height: 40px;
}
.gallery-header-center-right-links {
	color: #333333;
	background-color: #eee;
	float: left;
	height: 40px;
	padding: 0 40px;
	font-size: 116%;
	font-weight: 400;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.gallery-header-center-right-links~.gallery-header-center-right-links {margin-left: 20px;}
.gallery-header-center-right-links:hover {
	background-color: #da251d;
	color: rgba(255,255,255,1);
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	color: #FFFFFF;
	background-color: #da251d;
	position: relative;
}
.gallery-header-center-right-links-current:before {content: "▲";display: block;width: 20px;line-height: 1; text-align: center;font-size: 160%; position: absolute;left:50%;top: 38px; z-index: 3;margin-left: -10px;transform:rotate(180deg);color:#da251e;}
.gallery-header-center-right-links-current:hover {
	background-color: #da251d;
}
#gallery-content{
	float: left;
	width: 100%;
}
.gallery-content-center-normal {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.gallery-content-center-full {
	float: left;
	width: 100%;
}
#gallery-content-center > * {
	width: 25%;padding-left: 5px;padding-right: 5px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media screen and (min-width:768px) and (max-width:1199px) {
	#gallery-content-center > * {width: 50%;}
	#gallery-content,#gallery-header {padding-left: 3%;padding-right: 3%;}
	#gallery-content {margin-top: 20px;}
#gallery-header {margin-bottom: 20px;margin-top: 20px;}
}
@media screen and (max-width:767px) {
	#gallery-content-center > * {width: 50%;padding-left: 3px;padding-right: 3px;margin-bottom: 6px;}
	#gallery-content,#gallery-header {padding-left: 3%;padding-right: 3%;}
	#gallery-content {margin-top: 16px;}
#gallery-header {margin-bottom: 16px;margin-top: 16px;}
}