#gallery{
	float: left;
	width: 100%;
}
#gallery-header{
	height: 100px;
	width: 100%;
	float: left;
}
#gallery-header-center{
	/*height: 100px;*/
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
#gallery-header-center-left{
	float: left;
	/*height: 35px;
	line-height: 35px;
	margin-top: 32px;*/
}
#gallery-header-center-left-icon{
	float: left;
	height: 35px;
	width: 35px;
	background-color: rgba(63,141,191,1);
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 20px;
	-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{
	display: inline-block;
	/*height: 35px;*/
	/*margin-top: 32px;*/
	/*line-height: 35px;*/
}
.gallery-header-center-right-links {
	/*color: #333333;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;*/
	text-transform: uppercase;
	float: left;
    letter-spacing: 2px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
	/*-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;*/
}
.gallery-header-center-right-links:hover {
	/*background-color: rgba(63,141,191,1);
	color: rgba(255,255,255,1);*/
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	color: #FFFFFF;
	background-color: #000;
}
/*.gallery-header-center-right-links-current:hover {
	background-color: rgba(63,141,191,0.5);
}*/
#gallery-content{
	float: left;
	width: 100%;
}
/*#gallery-content-center a {
	float: left;
	width: auto;
}*/
#gallery-content-center img {
	/*width: 300px;*/
	width: 25%;
	/*margin-bottom: 10px;*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/*margin-left: 10px;*/
}
