@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(jquery.fatNav.min.css);
@import url(flaticon.css);
@import url(prettyPhoto.css);
@import url(owl.carousel.css);
@import url(font-awesome.min.css);
@import url(jquery.gmaps.css);


.filter-button-group{
	border-radius: 0px;
	margin: 10px 0px;
	display: inline-block;
}

.filter-button-group button.active{
	background: #f3901b;
	color: #fff;
}

.filter-button-group button{
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	background: #fff;
	padding: 12px 40px;
	border: none;
	border-radius: 20px;
}

.filter-button-group button:hover{
	background: #333333;
	color: #ffffff;
}

.gallery-single{
	margin: 30px 7.5px;
}

.gallery-single{
    text-align: center;
    overflow: hidden;
    position: relative;
	border: 10px solid #5cab18;
}
.gallery-single img{
    width: 100%;
    height: auto;
    transform: scale(1.6);
    transition: all 0.3s ease 0s;
}
.gallery-single:hover img{
    filter: grayscale(100%);
    transform: scale(1.2);
}
.gallery-single .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.2s ease 0s;
}
.gallery-single:before,
.gallery-single:after,
.gallery-single .box-content:before,
.gallery-single .box-content:after{
    content: "";
    width: 100%;
    height: 25%;
    background: linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.7),transparent,rgba(0,0,0,0.7),rgba(0,0,0,0.9));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.gallery-single:before{ transform: translateX(100%); }
.gallery-single:after{
    height: 25.1%;
    top: 25%;
    transform: translateX(-100%);
    transition-delay: 0.05s;
}
.gallery-single .box-content:before{
    top: 50%;
    transform: translateX(100%);
    transition-delay: 0.1s;
}
.gallery-single .box-content:after{
    top: 75%;
    transform: translateX(-100%);
    transition-delay: 0.15s;
}
.gallery-single:hover:before,
.gallery-single:hover:after,
.gallery-single:hover .box-content:before,
.gallery-single:hover .box-content:after{ transform: translateX(0); }
.gallery-single .inner-content{
    padding: 7px 0;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.gallery-single .title{
    font-size: 22px;
    font-weight: 700;
    color: #f3901b;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: translateY(150px);
    transition: all 0.4s ease 0s;
}
.gallery-single .post{
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    font-style: normal;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.4s ease 0s;
}
.gallery-single:hover .title,
.gallery-single:hover .post{
    opacity: 1;
    transform: translate(0, 0);
}
.gallery-single .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -200px;
    left: 10px;
    z-index: 2;
    transition: all 0.4s ease 0.2s;
}
.gallery-single:hover .icon{ top: 15px; }
.gallery-single .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #5cab18;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.gallery-single .icon li a:hover{
    text-decoration: none;
    border-radius: 30%;
    background: #fff;
    color: #faac01;
}
@media only screen and (max-width:990px){
    .gallery-single{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .gallery-single .title{ font-size: 18px }
}

.image-fit-img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top center;
    -ms-object-fit: cover;
    -ms-object-position: top center;
    background-size: cover !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height:100% !important;
}

.image-fit {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    height: 365px;
}