.tiles-c{
	padding-top:120px;
}

@media only screen and (max-width: 991px){
	.tiles-c{
		padding-top:70px;
	}
}

.gallery-c{
	display:none;
}

.gallery-cc{
	display:none;
	min-height:200px;
	position:relative;
}

.gallery-wait{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(255,255,255,0.75);
}

.gallery-wait-c{
	position:absolute;
	top:50%;
	left:0;
	right:0;
}
.gallery-wait i{
	position:relative;
	top:-30px;
}

.gallery-wait i{
	font-size:60px;
	color:#ddd;
}

.gallery-content{
	display:none;
}

.gallery{
	height:600px;
	/*border:1px solid #ada09b;*/
	position:relative;
	overflow:hidden;
}

.gallery-item{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:none;
}

@media (max-width: 767px) {
	.gallery{
		height:300px;
	}
}

.gallery-item-caption{
	display:none;
}

.gallery-item-caption-title{
	color: #ada09b;
	font-family: "futura-pt", serif;
	font-size:20px;
}

.gallery-item-caption-descr{

}

.gallery-nav{
	position:absolute;
	bottom:0;
	padding:20px;
	text-align:center;
	left:0;
	right:0;
}

.gallery-nav-dot{
	display:inline-block;
	background-color:rgba(255,255,255,0.5);
	width:12px;
	height:12px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	/*
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
	*/

	margin:0 5px;
}

.gallery-nav-dot.selected{
	background-color:rgba(255,255,255,1.0);
}
