@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
 @charset "utf-8";
/* CSS Document */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: .8
}
.grid figure figcaption {
	padding: 1.5em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.grid figure figcaption::after, .grid figure figcaption::before {
	pointer-errors: none
}
.grid figure figcaption, .grid figure figcaption>a {
	background: url(../images/dot.png) center 0;
	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 h4 {
	word-spacing: -.15em;
	font-weight: 300
}
.grid figure h4, .grid figure p {
	margin: 0
}
figure.effect-jazz {
	width: 100%;
	background: -webkit-linear-gradient(-65deg, #000 0, #000 100%);
	background: linear-gradient(-65deg, #000 0, #000 100%)
}
figure.effect-jazz img {
	opacity: 1
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
	width: 100%;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
figure.effect-jazz h4 {
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 0;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	color: #FFF;
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	text-shadow: 2px 2px 2px #000;
	word-spacing: 2px;
	letter-spacing: 1px
}
figure.effect-jazz h5, figure.effect-jazz p {
	padding: 0 0 10px;
	text-transform: none;
	opacity: 1;
	position: relative;
	text-shadow: 2px 2px 2px #000;
	font-weight: 400
}
figure.effect-jazz h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	text-align: left;
	top: 78%
}
figure.big h4 {
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 0;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	color: #FFF;
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	text-shadow: 2px 2px 2px #000;
	word-spacing: 2px;
	letter-spacing: 1px
}
figure.big h5, figure.big p {
	top: 10% !important;
}
figure.big h5 {
	top: 78%
}
figure.effect-jazz p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	text-align: left;
	top: 7%;
	letter-spacing: 2px
}
figure.sml p {
	top: 16%;
}
figure.sml h5 {
	top: 55%
}
figure.effect-jazz:hover img {
	opacity: .6;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}
figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}

@media screen and (min-width:992px) and (max-width:1200px) {
figure.sml h5 {
	top: 35%
}
}

@media screen and (min-width:768px) and (max-width:991px) {
figure.effect-jazz p, figure.sml p, figure.big p {
	top: 7% !important;
	text-align: left!important
}
figure.effect-jazz h5 {
	top: 78%;
	text-align: left!important
}
figure.big h4 {
	top: 0;
	text-align: left;
	padding: 0
}
}

@media screen and (min-width:600px) and (max-width:768px) {
figure.effect-jazz p, figure.sml p, figure.big p {
	top: 7% !important;
	text-align: left!important
}
figure.effect-jazz h5 {
	top: 78%;
	text-align: left!important
}
figure.big h4 {
	top: 0;
	text-align: left;
	padding: 0
}
}

@media screen and (min-width:400px) and (max-width:600px) {
figure.effect-jazz p, figure.sml p, figure.big p {
	top: 7% !important;
	text-align: left!important
}
figure.effect-jazz h5 {
	top: 50%;
	text-align: left!important
}
figure.big h4 {
	top: 0;
	text-align: left;
	padding: 0
}
}

@media screen and (min-width:200px) and (max-width:400px) {
.grid figure figcaption {
	padding: 1em 2em
}
figure.effect-jazz p, figure.sml p, figure.big p {
	top: 7% !important;
	text-align: left!important
}
figure.effect-jazz h5 {
	top: 10%;
	text-align: left!important;
	font-size: 20px
}
figure.big h4, figure.effect-jazz h4 {
	top: 0;
	text-align: left;
	padding: 0;
	font-size: 16px
}
}