

#gallery{
	float: left;
	width: 100%;
}
#gallery-header{
	height: 100px;
	width: 100%;
	float: left;
}
#gallery-header-center{
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#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{
	float: right;
	line-height: 35px;
	width: 100%;
}
.gallery-header-center-right-links {
	color: #333333;
	float: none;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 16px;
	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:hover {
	/*background-color: rgba(63,141,191,1);*/
	background-color: #0078AE;
	color: #fff;
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	color: #fff;
	background-color: #0078AE;
	border-radius: 5px;
}
.gallery-header-center-right-links-current:hover {
	background-color: #0078ae8f;
    color: #fff;
}
#gallery-content{
	float: left;
	width: 100%;
}
.gallery-content-center-normal {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.gallery-content-center-full {
	float: left;
	width: 100%;
}
#gallery-content-center .gallery_content {
	width: 300px;
	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;
}

#gallery-content-center .gallery_content img{
	max-width: 100%;
	min-width: 100%;
}

#gallery-content-center .gallery_content{
    background: #ebebeb;
   }
   #gallery-content-center .gallery_content .picture-item__description{
      padding: 14px 14px;
      font-size: 20px;
   }

   #gallery-content-center .gallery_content .picture-item__description h5{
    margin: 0 0 0 0;
   }


   #gallery-content-center .gallery_content .picture-item__description .date{
    font-size: 13px;
   }
   .left-area, .right-area{
      float: left;

   }

   .left-area{
    width: 20%;
    margin-bottom: 100px;
	
   }
   .right-area{
    width: 80%;
   }
   .wp-pagenavi{
    text-align: center;
    padding: 43px 0 30px 0;
   }

   #html5-lightbox-box .html5-image{
    overflow-y: scroll;
   }
   .wp-pagenavi .pages{
    display: none;
   }
   body .wp-pagenavi a:hover, body .wp-pagenavi span.current{
    background: #333;
    color: #fff;
   }
   body .wp-pagenavi a, .wp-pagenavi span{
        padding: 4px 12px;
   }

   .html5-image iframe {
     min-height: 314px;
     min-width: 100%;
    }

    #html5-watermark{
      opacity: 0;
    }

    .wp-video-shortcode{
      height: auto !important;
    }

    .video .wp-video a:nth-child(2) {
      display: none;
    }
