.grid_gallery{
    overflow: hidden;
}
.grid_gallery .w_item{
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom:dashed 1px #d9d9d9;
    margin-bottom: 20px;
}
.grid_gallery .item .i-image{
    overflow: hidden;
    margin-bottom: 15px;
}
.grid_gallery .item .i-image a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.grid_gallery .item .i-image a:after{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 40px;
    content: '\f03e';
    color: #ffffff;
}
.grid_gallery .item .i-image img{
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid_gallery .item .i-image:hover 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;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}
.grid_gallery .item .i-title a{
    font-size: 15px;
    line-height: 25px;
    color: #333333;
}
.grid_gallery .item .i-title a:hover{
    color: #003764;
}
.grid_gallery .item .i-date{
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    color: #bbbbbb;
    position: relative;
}
.grid_gallery .item .i-date:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f017";
    font-size: 13px;
    line-height: 20px;
}
.orther_gallery .ov_title{
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 40px;
    text-transform: uppercase;
    color: #004c88;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
#slider_gallery .item .i-image{
    overflow: hidden;
    margin-bottom: 15px;
}
#slider_gallery .item .i-image a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#slider_gallery .item .i-image a:after{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 40px;
    content: '\f03e';
    color: #ffffff;
}
#slider_gallery .item .i-image img{
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#slider_gallery .item .i-image:hover 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);
}
#slider_gallery .item .i-title{
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}
#slider_gallery .item .i-title a{
    font-size: 15px;
    line-height: 25px;
    color: #333333;
}
#slider_gallery .item .i-title a:hover{
    color: #003764;
}
#slider_gallery .item .i-date{
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    color: #bbbbbb;
    position: relative;
}
#slider_gallery .item .i-date:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f017";
    font-size: 13px;
    line-height: 20px;
}
#slider_gallery .slick-arrow{
    width: 30px;
    height: 50px;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -35px;
}
#slider_gallery .slick-prev{
    left: 30px;
}
#slider_gallery .slick-next{
    right: 30px;
}
#slider_gallery .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 70px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#slider_gallery .slick-arrow:hover:after{
    color: #ffffff;
}
#slider_gallery .slick-prev:after{
    content: '\f104';
}
#slider_gallery .slick-next:after{
    content: '\f105';
}
.grid-img{
    margin:0 -15px 30px -15px;
}
.grid-img .i-img{
    width: 33.33%;
    padding: 10px;
}
.grid-img .i-size,
.grid-img .i-img{
    width: 100%;
}
.grid-img .i-img img{
    width: 100%;
}
.grid-img .i-img  a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.grid-img .i-img a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/gallery/icon-zoom.png) no-repeat 50% 50% transparent;
    background-size: 0 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.grid-img .i-img:hover a:after{
    background-color: rgba(0,0,0,0.4);
    background-size: 50px 50px;
}
.fancybox-overlay{
    background: rgba(0, 0, 0, 0.9);
}
.popupthumb .fancybox-nav span{
    width: 55px;
    height: 55px;
    background: none;
}
.popupthumb .fancybox-nav span:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 70px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.popupthumb .fancybox-nav:hover span:after{
    color: #ffffff;
}
.popupthumb .fancybox-prev span:after{
    content: '\f104';
}
.popupthumb .fancybox-next span:after{
    content: '\f105';
}
.popupthumb .fancybox-close {
    background: none;
    width: auto;
    height: auto;
    top: -30px;
    right: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #cacaca;
    font-weight: normal;
}
.view_more a{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    padding: 14px;
    border: 1px solid transparent;
    background: #f5f4f4;
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
    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;
}
.view_more a:hover{
    background: #003763;
    border-color: #003763;
    -webkit-box-shadow: inset 0 0 2px #ffffff;
    -moz-box-shadow: inset 0 0 2px #ffffff;
    box-shadow: inset 0 0 2px #ffffff;
    color: #ffffff;
}