h3.gtitle, h2.gtitle {
    font-size: 3em;
    margin: 0;
    color: #333;
    text-align: center;
}
.gtitle {
    text-align: center;
}
.gtitle h3 {
	color:#fff;
}

@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
}
.gallery {
    padding: 5em 0;
}
.gagrid {
    padding-left: 0;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
.grid figure {
    position: relative;
    overflow: hidden;
    margin: 1em 0 0 0;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-size: 1.5em;
    margin-top: 18%;
    color: #FFF;
    font-weight: 600;
}
.grid figure h2 span {
	font-weight: 800;
}
figure.effects img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.effects figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effects:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
figure.effects:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effects:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.glygrid {
    margin-top: 1em;
}
@media(max-width:991px){
	.contact-grid {
		padding: 2.5em;
	}

.gallery {
    padding: 3em 0;
}
.glygrid {
    margin-top: 1em;
}
.gagrid {
    float: left;
    width: 50%;
}
}
@media(max-width:736px){
	.gagrids-left {
		float: left;
		width: 50%;
	}
	
}

@media(max-width:640px){
h3.gtitle, h2.gtitle {
    font-size: 2.5em;
}
}

@media(max-width:414px){
.stats-grid {
    width: 100%;
    margin-bottom: 1em;
}
.resp-tabs-list {
    width: 90%;
}
.gagrid {
    width: 100%;
}
}
@media(max-width:384px){
	.gagrids-left {
		float: none;
		width: 100%;
	}
	
}
@media(max-width:320px){
h3.gtitle, h2.gtitle {
    font-size: 2.2em;
}

}
