@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
.final-tiles-gallery
{
	margin-top: 20px;
}
.final-tiles-gallery
{
	position: relative;
}
.final-tiles-gallery .tile img.item
{
	display: block;
	moz-transition: -moz-transform .2s,opacity .2s linear;
	o-transition: -o-transform .2s,opacity .2s linear;
	position: relative;
	transition: transform .2s linear;
	webkit-transition: -webkit-transform .2s,opacity .2s linear;
	width: 100%;
}
.final-tiles-gallery .tile.ftg-enlarged img
{
	display: block;
	margin: auto;
}
.final-tiles-gallery .tile
{
	background: #000;
	float: left;
	margin: 0;
	opacity: 0;
	overflow: hidden;
}
.final-tiles-gallery .tile.ftg-loaded
{
	opacity: 1;
}
.final-tiles-gallery .tile.ftg-hidden
{
	transform: scale(0.5);
}
.final-tiles-gallery .edge
{
	background: #333;
	color: #fff;
	font-family: sans-serif;
	font-size: 11px;
	padding: 4px;
	position: absolute;
	z-index: 1000;
}
.final-tiles-gallery .edge.enlarged-true
{
	color: yellow;
}
.final-tiles-gallery .ftg-social
{
	position: absolute;
	transition: all .5s;
	z-index: 10;
}
.final-tiles-gallery .ftg-social a
{
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.final-tiles-gallery .ftg-social a:hover
{
	color: #ccc;
}
.final-tiles-gallery .hover
{
	background: #000;
	background-color: rgba(0,0,0,0.7);
	bottom: 0;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s;
	width: 100%;
}
.final-tiles-gallery .hover .icon
{
	color: #fff;
	display: table-cell;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
.final-tiles-gallery .tile:hover .hover
{
	opacity: 1;
}
.final-tiles-gallery .tile iframe.item
{
	width: 100%;
}
.final-tiles-gallery .ftg-filters
{
	margin-bottom: 20px;
}
.final-tiles-gallery .ftg-filters a
{
	border: 1px solid #777;
	box-shadow: none;
	color: #777;
	display: inline-block;
	margin-right: 10px;
	outline: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: none;
}
.final-tiles-gallery .ftg-filters a:hover,.final-tiles-gallery .ftg-filters a.selected
{
	border-color: #333;
	color: #000;
	text-decoration: none;
}
.final-tiles-gallery.effect-fade-out .tile img
{
	opacity: 1;
	transition: all 0.5s;
}
.final-tiles-gallery.effect-fade-out .tile:hover img
{
	opacity: .5;
}
.final-tiles-gallery.effect-zoom .tile img
{
	display: block;
	position: relative;
	transform: perspective(1000px) translate3d(0,0,0);
	transition: all 0.5s;
}
.final-tiles-gallery.effect-zoom .tile:hover img
{
	transform: perspective(1000px) translate3d(-20px,-10px,180px);
}
.final-tiles-gallery.effect-dezoom .tile:hover img
{
	opacity: .8;
}
.final-tiles-gallery.effect-dezoom .tile
{
	background: #000;
	display: block;
}
.final-tiles-gallery.effect-dezoom .tile img
{
	display: block;
	opacity: 1;
	transform: scale(1.12);
	transition: all 0.35s;
}
.final-tiles-gallery.effect-dezoom .tile:hover img
{
	transform: scale(1);
}
.final-tiles-gallery.caption-top .tile:hover span
{
	opacity: .8;
}
.final-tiles-gallery.caption-top .tile:hover span.title
{
	opacity: .9;
	top: 20px;
}
.final-tiles-gallery.caption-top .tile:hover span.subtitle
{
	top: 52px;
}
.final-tiles-gallery.caption-top .tile
{
	background: #000;
	display: block;
}
.final-tiles-gallery.caption-top .tile span
{
	color: #fff;
	display: block;
	font-family: 'Lato',sans-serif;
	font-size: 18px;
	left: 20px;
	opacity: 0;
	position: absolute;
	transition: all .5s;
	width: 68%;
	z-index: 10;
}
.final-tiles-gallery.caption-top .tile span.title
{
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	top: 10px;
}
.final-tiles-gallery.caption-top .tile span.subtitle
{
	font-size: 14px;
	font-weight: 300;
	top: 70px;
}
.final-tiles-gallery.caption-bottom .tile:hover span
{
	opacity: .8;
}
.final-tiles-gallery.caption-bottom .tile:hover span.title
{
	bottom: 46px;
	opacity: .9;
}
.final-tiles-gallery.caption-bottom .tile:hover span.subtitle
{
	bottom: 20px;
}
.final-tiles-gallery.caption-bottom .tile
{
	background: #000;
	display: block;
}
.final-tiles-gallery.caption-bottom .tile span
{
	color: #fff;
	display: block;
	font-family: 'Lato',sans-serif;
	font-size: 18px;
	left: 20px;
	opacity: 0;
	position: absolute;
	transition: all .5s;
	width: 68%;
	z-index: 10;
}
.final-tiles-gallery.caption-bottom .tile span.title
{
	bottom: 70px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.final-tiles-gallery.caption-bottom .tile span.subtitle
{
	bottom: 0px;
	font-size: 14px;
	font-weight: 300;
}
.final-tiles-gallery.effect-frame .tile:hover:before
{
	opacity: 1;
	transform: scale(1);
}
.final-tiles-gallery.effect-frame .tile:before
{
	border: 1px solid #fff;
	bottom: 10px;
	content: "";
	display: block;
	left: 10px;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	transform: scale(0.5);
	transition: all .35s;
	z-index: 10;
}
.final-tiles-gallery.caption-bg .tile span
{
	background: #fff;
	background: rgba(255,255,255,0.7);
	color: #333;
	padding: 2px 6px;
}
.final-tiles-gallery.social-icons-bg .ftg-social
{
	background: #fff;
	box-shadow: 0px 0px 10px #000;
}
.final-tiles-gallery.social-icons-bg .ftg-social a
{
	color: #333;
}
.final-tiles-gallery.social-icons-bg .ftg-social a:hover
{
	color: #555;
}
.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social
{
	background: #333;
}
.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social a
{
	color: #333;
}
.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social a:hover
{
	color: #eee;
}
.final-tiles-gallery.social-icons-right .ftg-social
{
	height: 100%;
	right: -50px;
	top: 0;
	width: 40px;
}
.final-tiles-gallery.social-icons-right .ftg-social a
{
	display: block;
	margin: 10px 0;
}
.final-tiles-gallery.social-icons-right .tile:hover .ftg-social
{
	right: 0;
}
.final-tiles-gallery.social-icons-bottom .ftg-social
{
	bottom: -40px;
	height: 30px;
	text-align: right;
	width: 100%;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a
{
	display: inline-block;
	margin: 0 5px;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type
{
	margin-right: 15px;
}
.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social
{
	bottom: 0;
}
.final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social
{
	height: 36px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bg .ftg-social
{
	height: 40px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bg .ftg-social a
{
	margin: 10px 5px;
}
.final-tiles-gallery.social-icons-circle .ftg-social a
{
	background: #fff;
	border-radius: 50%;
	color: #333;
	display: inline-block;
	height: 24px;
	line-height: 29px;
	margin: 5px;
	text-align: center;
	width: 24px;
}
.final-tiles-gallery.social-icons-circle .ftg-social a:hover
{
	background-color: #333;
	color: #fff;
}
