
#gallery{


}
#gallery-header{
	height: 100px;
	width: 100%;
	float: left;
}
#gallery-header-center{
	height: 100px;
	width: 100%;
	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: #fcfb22;
	color: #fcfb22;
	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: #fcfb22;
	cursor: pointer;
	
}
#gallery-header-center-left-title{
	float: left;
	height: 35px;
	font-size: 25px;
	color: #333;
	margin-left: 20px;
}
#gallery-header-center-right{
	float: right;
	height: 35px;
	margin-top: 32px;
	line-height: 35px;
}
.gallery-header-center-right-links {
	color: #333333;
	float: left;
	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: #fcfb22;
	color: #333;
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	color: #333;
	background-color: #fcfb22;
}
.gallery-header-center-right-links-current:hover {
	background-color: #fcfb22;
}
#gallery-content{
	float: left;
	width: 100%;
	margin-top:20px;
	opacity:0
}
.gallery-content-center-normal {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.gallery-content-center-full {
	float: left;
	width: 100%;
}
#gallery-content-center .news-img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position:relative;
	cursor:pointer;
	margin-top:50px
}
#gallery-content-center .case-img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position:relative;
	cursor:pointer;
	margin-top:50px;
	margin-bottom: 10px;
	margin-left: 10px;
	width:280px;
	height:170px;
}
#gallery-content-center img {
	width: 100%;
	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 .news-img:hover img
{
	opacity:0.6
}

#gallery-content-center .news-img:hover .instagramFeed__meta {
    top: -40px;
    color: #c0a062;
    border: 1px solid #fcfb22;
}

.instagramFeed__meta {
    padding: 20px;
    text-transform: uppercase;
    font-size: 13px;
    color: #c0a062;
    font-weight: 400;
    position: absolute;
	z-index:111;
    left: 40px;
    right: 20px;
    bottom: 20px;
    top: -30px;
    border: 1px solid hsla(100,49%,100%,0.2);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.instagramFeed__meta .time {
    position: absolute;
    top: -1px;
    z-index: 1110;
    padding: 10px;
	background:#fcfb22;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
