.gallery_page_bg {
    float: left;
    width: 100%;
    background: #F2F4F5;
    padding-top:60px;
    padding-bottom: 46px;  
    overflow:hidden !important;
    text-align: center;
}
.gallery_page_bg .container-fluid {
    padding: 1px;
}
.gallery_title_bg{
	position:relative;
	width:100%;
	padding:0;
	/*background:#000;*/
	margin:48px 0 38px 0;
	text-align:center;
}
.gallery_title {
	color: #73a87d;
    height: 36px;	
	line-height: 34px;
	display:inline-block;
	margin:10px 6px 18px 6px;
	padding:0 12px 0 12px;	
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    text-transform: uppercase;
	/*font-family: "SFU Bembo", "Times New Roman";*/
}
.gallery_title:hover {
	/*color: #fff;
	background:#AA7A34;*/
	/*color: #AA7A34;*/
	/*background: #000;*/
    color: #fff;
	background: #4d7b58;
	cursor: pointer;
}
.gallery_title.selected {
	color: #fff;
	background: #73a87d;
	/*color: #fff;
	background:#AA7A34;*/
}
.gallery_title.selected:hover {
	/*color: #fff;
	background:#AA7A34;*/
	color: #fff;
	background: #4d7b58;
}
/*#gallery-content-center {
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding:0 15px;
}*/
.gallery_bg{
	float:left;
	position:relative;
	margin:10px;
	/*background:rgba(228,178,179,1.00);*/	
}
.gallery_item 	
{
    position: relative;
	/*float:left;*/
	padding:1px;		
	/*-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;*/
    overflow: hidden;
}
.gallery_item:hover {
	border:none;
	overflow:hidden;	
}
.gallery_item img {
	width:100%;
	height:auto;
	min-width:100%;
	min-height:120px;
	background:#fff url(../Images/Loading/spin.gif) no-repeat center;
	/*-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 02s linear;
   transition: all 0.2s linear;*/
    /*border: 10px solid #fff;*/		
	/*padding:5px;*/
	/*width: 24%;
	margin:0.5% 0.5%;*/
    -webkit-filter: grayscale(10%);
  -moz-filter: grayscale(10%);
  -o-filter: grayscale(10%);
  -ms-filter: grayscale(10%);
  filter: grayscale(10%);
}
.gallery_item:hover img{
    /*-webkit-transform: scale(1.05,1.05);
   -moz-transform: scale(1.05,1.05);
   -o-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);*/
   -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  /*-webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);*/  
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.gallery_item_hover{
	position:relative;
	display:block;
	position:absolute;	
	/*background:rgba(113, 106, 62,0.3);*/
	/*background:rgba(255,255,255,0.3);*/
	height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin:6px;	
	z-index:10;	
	-webkit-transition-duration: .35s;
     -moz-transition-duration: .35s;
      -ms-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;	
	 opacity:0;
    /* transform: scale(0.1);
	-moz-transform: scale(0.1);
	-webkit-transform: scale(0.1);*/
}
.gallery_item_hover div{
	position:absolute;	
	/*background:rgba(0,0,0,0.8);*/
	height:auto;
    top:0;
    right:0;
    bottom:0;
    left:0;    
    margin:auto;
	padding:0 auto;
	text-align:center;
	width:62%;
	/*height:60px;*/
	display:table;
}
@-moz-document url-prefix() { 
  .gallery_item_hover div{
     top:40%;
  }
}
.gallery_item_hover span{
    display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	/*text-shadow: 0px 0px 1px rgba(255,255,255,0.6);*/
	padding:15px 0 14px 0;
	/*text-transform:uppercase;*/
	font-size:13px;
    text-transform: uppercase;
	line-height:20px;
	border-top:1px solid rgba(255,255,255,0.6);
	border-bottom:1px solid rgba(255,255,255,0.6);
	/*padding:9px 0 11px 0;
	height:32%;
	margin-top:18%;
	background:#fff;*/
	/*border-top:1px solid rgba(255,255,255,0.6);
	border-bottom:1px solid rgba(255,255,255,0.6);*/
}
.gallery_item:hover .gallery_item_hover{
	opacity:1;
	/*transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);*/
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.hide_item{
	display:none;	
}

