.grid_gallery{
    margin: 0 -15px;
}
.grid_gallery:after{
    display: block;
    content: '';
    clear: both;
}
.grid_gallery .item{
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.333%;
    float: left;
}
.group_prod .v_title {
    max-width: 480px;
    margin: 5px auto;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    padding: 8px 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    background: #be902f;
}
.group_prod .v_title a{
    max-width: 480px;
    margin: 5px auto;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    padding: 8px 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #ffffff;
	
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -o-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    background: #be902f;
}

/*Album*/
.album-item {
  border: 1px solid #cccccc;
}
.album-item .album-img {
  overflow: hidden;
}
.album-item h2 {
  padding: 15px 5px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.album-item img {
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.album-item .count {
  display: block;
  padding: 15px;
  color: #b3b3b3;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.album-item .count .fa {
  font-size: 1.5em;
}
.album-item .count span {
  position: relative;
  top: -3px;
  margin-left: 3px;
}
.album-item:hover a {
  text-decoration: none;
}
.album-item:hover h2 {
  color: #d55449;
}
.album-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.album-item:hover .count {
  color: #d55449;
}
/*Breadcrumb*/
.breadcrumb {
  margin-bottom: 0;
  background: none;
  line-height: 55px;
  top: 1px;
  text-align: right;
}
.breadcrumb > li a {
  color: #666666;
  font-size: 13px;
}
.breadcrumb > li a.active,
.breadcrumb > li a:hover {
  color: #d55449;
  text-decoration: none;
}
.breadcrumb > li + li:before {
  content: '/';
}
.grid_gallery .item .w-item{
    width: 100%;
    position: relative;
}
.grid_gallery .item .i-image{
    overflow: hidden;
    background: #000000;
}
.grid_gallery .item .i-image img{
    width: 100%;
    -webkit-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.grid_gallery .item .w-item:hover .i-image img{
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -o-transform:scale(1.06);
    -ms-transform:scale(1.06);
    transform:scale(1.06);
}
.grid_gallery .item .i-title{
    font-size: 15px;
    line-height: 25px;
    color: #df0014;
    border: 5px solid #f0faff;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.grid_gallery .item .w-item:hover .i-title{
    color:#be902f;
}
.grid_gallery .item .i-title h3{
	font-weight:400;
    font-size: 15px;
    line-height: 25px;
}
.grid_gallery .item .w-item .i-link a:first-child,
.grid_gallery .item .w-item .i-link a.first{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fancybox-overlay{
    background: rgba(0, 0, 0, 0.85);
}
.fancybox-title{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.fancybox-close{
    background: url("../images/icon-close.png")no-repeat 0 0;
    width: 45px;
    height: 45px;
    top: -22px;
    right: -22px;
}
@media screen and (max-width: 800px){
    .grid_gallery .item{
        width: 50%;
    }
    .grid_gallery .item:nth-child(3n+1){
        clear: none;
    }
    .grid_gallery .item:nth-child(2n+1){
        clear: left;
    }
}
@media screen and (max-width: 479px){
    .grid_gallery .item{
        width: 100%;
    }
}