/********** GALLERY *************/
.grid-gallery {
    clear: both;
    float: left;
    width: 100%;
}
.gutter .grid-gallery ul {
    margin-left: -14px;
}
.grid-gallery ul {
    list-style: none;
    padding: 0;
}
.grid {
    margin: 0 auto;
        margin-left: auto;
}
.gutter .grid li {
    padding: 0 0 14px 14px;
}
.work-4col .grid li {
    float: left;
    width: 25%;
}
.grid li {
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 25%;
}
.grid li {
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.grid-gallery figure {
    margin: 0;
    position: relative;
}
.grid figure {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.gallery-img {
    opacity: 1;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.gallery-img a {
    position: relative;
    z-index: 2;
    display: block;
}
.grid-gallery figure img {
    display: block;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}
.work-with-title .grid figcaption {
    opacity: 1;
    position: relative;
    bottom: 0;
    padding: 40px 0 30px 0;
    background: rgba(255,255,255,1);
    z-index: 2;
}
.grid-gallery figcaption i {
    font-size: 32px;
    color: #aeaeae;
    margin-bottom: 20px;
}
.work-with-title .grid li figcaption h3, .work-with-title .grid figcaption h3 a, .work-with-title .grid li figcaption p {
    color: black;
    text-transform: uppercase;
}
.work-with-title .grid figcaption h3 a {
    display: block;
}
.work-4col .grid-gallery figcaption p {
    font-size: 11px;
}
.grid-gallery figcaption p {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: #aeaeae;
    margin-bottom: 0;
}
.grid figure:hover .gallery-img {
    background-color: #000;
    opacity: 0.7;
}
.grid figure:hover figcaption {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.work-with-title .grid li:hover figcaption {
    bottom: 50px;
}
.grid figcaption {
    bottom: 70px;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.grid-gallery figcaption h3 a, .grid-gallery figcaption h3 {
    letter-spacing: 4px;
    font-weight: 400;
    color: #e3e3e3;
}
.work-4col .grid-gallery figcaption h3 {
    font-size: 12px;
    margin: 0 0 3px;
}
.work-with-title .grid li:hover figcaption h3, .work-with-title .grid li:hover figcaption h3 a {
    color: #000;
    text-decoration: none;
}
figure:hover img { -ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);  
	transform: scale(1.1,1.1); transition: all .3s ease; -webkit-transition: all .3s ease;
	 -moz-transition: all .3s ease; opacity:0.15;  
	 cursor:url("../images/icon-zoom-white.png"), pointer; }


@media (max-width: 991px) {
	 .grid li { width: 50% !important;}
	     /* portfolio grid - 4 column  */
    .work-4col .grid-gallery figcaption h3, .work-4col .grid-gallery figcaption h3 a { font-size: 14px; margin: 0 0 8px}
    .work-4col .grid-gallery figcaption p { font-size: 12px}
    .work-4col .grid figcaption { bottom: 30px; }

    /* portfolio grid - 5 column  */
    .work-5col .grid-gallery figcaption h3, .work-5col .grid-gallery figcaption h3 a { font-size: 14px; margin: 0 0 8px; letter-spacing: 2px}
    .work-5col .grid-gallery figcaption p { font-size: 12px; letter-spacing: 3px}
    .work-5col .grid-gallery figcaption i { font-size: 32px; margin-bottom: 20px }
}

@media (max-width: 767px) {
 .grid li { width: 100% !important; }
    /* portfolio grid - wide with title */
    .work-2col.wide-title .grid figcaption { bottom: 0; padding: 10px 0}
    .work-3col.wide-title .grid figcaption { bottom: 0; padding: 10px 0}
    .work-4col.wide-title .grid figcaption { bottom: 0; padding: 10px 0}
    .work-5col.wide-title .grid figcaption { bottom: 0; padding: 10px 0}
}


.work-3col .grid li {
    float: left;
    width: 33.33%;
}

.nav-tabs-light {
    /*height: 70px;*/
    border-bottom: none;
    justify-content: center;
}
.nav-tabs-light li:first-child a {
    /*margin: 0 32px 0 0;*/
}
.nav-tabs > li.active > a {
    cursor: default;
    border-bottom: 2px solid #000;
    color: #000;
}
.nav-tabs-light li a {
    margin: 0 40px;
    letter-spacing: 1px;
}
.nav-tabs-light li {
	display: grid;
}
.nav-tabs-light li a:hover {
	border-bottom: none;
	text-decoration: none;
}
.nav-tabs-light a {
    color: #888888;
    /*font-family: "Open Sans",sans-serif !important;*/
    font-size: 15px;
    text-transform: uppercase;
}

.work-3col .grid figure:hover .gallery-img {
    background-color: #c54e47;
    /*opacity: 0.5;*/
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(.9);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(.9);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(.9);
    transition: all 200ms ease-in;
    transform: scale(.9);
    color: #fff;
}
/*.work-3col .grid-gallery figcaption h3*/
.work-3col .grid figure:hover figcaption h3 {
	color: #fff;
}
.work-3col .gallery-img {
	opacity: 0.5;
}
.work-3col .grid-gallery figure {
    background-color: #ababab;
    /*opacity: 0.5;*/
}
.work-3col .grid figcaption {
	opacity: 1;
}
.work-3col .grid-gallery figcaption h3 a, .work-3col .grid-gallery figcaption h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}


.work-3col .grid figcaption {
    bottom: 90px;
}
.nav-tabs-light li a img {

}
.work-4col .icon-img {
	width: 15%;
	margin: auto auto 5%;
	opacity: 1 !important;
	-webkit-transform: unset;
    -ms-transform: unset;   
    -moz-transform: unset;
    transform: unset;
}
.work-4col .grid-gallery figure {
	min-height: 350px;
}
@media (max-width: 575px) {
	.nav-tabs-light li a {
	    margin: 0 25px;
	    letter-spacing: 1px;
	}
	.nav-tabs-light a {
	    font-size: 9px;
	}
}