
#header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
}
#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
}
#header-left{
	float: left;
	height: 50px;
}
#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}

#header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
}
#gallery{
	float: left;
	width: 100%;
}
#gallery-header{
	padding-bottom:20px; margin-bottom:10px; border-bottom:1px solid #e1e1e1;box-shadow: 0 2px 2px #e0e0e0;
	width: 100%;
	float: left;
}
#gallery-header-center{
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#gallery-header-center-left{
	float: left;
	height: 35px;
	line-height: 35px;
}
#gallery-header-center-left-icon{
	float: left;
	height: 35px;
	width: 35px;
	background:url(../images/Gallery-Icon.png) no-repeat center center;
	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;
	cursor: pointer; margin-right:10px;
}
#gallery-header-center-left-title{
	float: left;
	height: 35px; font-weight:bold;
	font-size: 25px;
	color: #3f8dbf;
	margin-left: 0;
}
#gallery-header-center-right{
	float: right;
}
.gallery-header-center-right-links {
	color: #333333;
	float: left;
	padding:8px 15px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s; border:1px solid #e1e1e1;
}
.gallery-header-center-right-links:hover {
	background-color:#ffb400;
	border-color:#ffb400;
	color: rgba(255,255,255,1);
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	color: #FFFFFF;
	border-color:#0062a2;
	background-color:#0062a2;
}
.gallery-header-center-right-links-current:hover {
	background-color:#ffb400;
}
#gallery-content{
	float: left;
	width: 100%;
}
#gallery-content-center { padding-bottom:20px;}
.gallery-content-center-normal {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.gallery-content-center-full {
	float: left;
	width: 100%;
}
#gallery-content-center .Col {
	overflow:hidden;
	width:31%;
	min-height:200px;
	margin:1%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow:0 0 5px #e0e0e0; border:1px solid #e1e1e1;
}
