.scroll-down {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 99;
	left: 0px;
	bottom: 5%;
	text-transform: uppercase;
	color: #ddd;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	-webkit-animation-name: Floatingx;
	-webkit-animation-duration: 1.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: Floating;
	-moz-animation-duration: 1.8s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
 @-webkit-keyframes Floatingx {
 from {
-webkit-transform:translate(0, 0px);
}
 65% {
-webkit-transform:translate(0, 10px);
}
to {
	-webkit-transform: translate(0, -0px);
}
}
@-moz-keyframes Floating {
 from {
-moz-transform:translate(0, 0px);
}
 65% {
-moz-transform:translate(0, 10px);
}
to {
	-moz-transform: translate(0, -0px);
}
}
.mouse {
	width: 18px;
	height: 28px;
	color: #ddd;
	border: 2px solid #ddd;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	display: block;
	text-align: center;
	margin: 0px auto 10px;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.fa-angle-down:before {
	content: "\f107";
}
/* div.default-gallery-item figure.image-box img {
	padding:72px 0;
} */
iframe.fancybox-iframe{
	max-width:600px;
}
.fancybox-content {
	padding:1em 2em !important;
	max-width:600px;
}
.default-portfolio-gallery div.items-outer div.items-row div.default-gallery-item {
	height:220px;
	display:inline-block;
	text-align: center;
}
.default-portfolio-gallery div.items-outer div.items-row div.default-gallery-item.default-gallery-item-half {
	text-align:left;
}
.default-portfolio-gallery div.items-outer div.items-row div.default-gallery-item .inner-box{
  height:100%;
	position: relative;
}
.default-portfolio-gallery div.items-outer div.items-row div.default-gallery-item .inner-box .image-box img{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width:auto;
}
a.lightbox-image {

}

