body {
	font-family: 'SegoeUI';
}
/*#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{
	
	width: 100%;
	float: left;
}
#gallery-header-center{
	
	max-width: 1200px;
	margin:auto; width:94%;
}
#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-links:last-child{ border:none;}
.gallery-header-center-right-links:hover {
	color:#fff;
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	 color:#FFD400;
}
.gallery-header-center-right-links-current:hover {
	color:#FFD400;
}
#gallery-content{
	/*float: left;*/
	width: 100%; margin-bottom:80px;
}
.gallery-content-center-normal {
	width: 1366px;
	margin-right: auto;
	margin-left: auto;
}


.gallery-content-center-full a{ float:left;}
#gallery-content-center img {
 outline:2px solid white;
}
#gallery-content-center img:hover {
  outline: 4px solid #FFD400;
  outline-offset: -4px;
}




/*#gallery-content-center img {

}
#gallery-content-center img:hover {

  
  outline: 3px solid #FFD400;
  outline-offset: -3px;

}*/
/*#gallery-content-center img:hover {
  outline: 0px solid transparent;
 
  border: 2px solid #FFD400;
}*/
/*#gallery-content-center img {
 outline:0px solid white;border: 3px solid transparent;
}
#gallery-content-center img:hover {
 outline: 0px solid transparent;border: 3px solid #FFD400;
}*/