/*

NARRATIVE PROJECTS COMP-SLIDER.CSS DOCUMENT
V 1.0

*/

.page-gallery .visibleNearby {
	width: 100%;
	height: 900px;
}

.visibleNearby .rsGCaption {
	font-size: 16px;
	line-height: 18px;
	padding: 0px;
	width: 100%;
	height: auto;
	left: auto;
	bottom: auto;
	text-align: center;
}

.visibleNearby .rsGCaption span {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}

.visibleNearby .rsSlide img {
	opacity: 0.45;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.visibleNearby .rsActiveSlide img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@media all and (min-width: 768px) and (max-width: 1199px) {

	.visibleNearby .rsGCaption {
		font-size: 16px;
		line-height: 18px;
		padding: 30px 0 80px !important;
		width: 100%;
		position: static;
		float: left;
		left: auto;
		bottom: auto;
		text-align: center;
	}

	#exhibiton-gallery {
		padding: 40px 0 12px;
	}

	#exhibiton-gallery .rsOverflow, .royalSlider#exhibiton-gallery {
		height: 400px !important;
	}

	.visibleNearby {}
	.rsSlide {}
	.visibleNearby .rsGCaption {
		font-size: 16px;
		line-height: 18px;
		padding: 25px 0 40px;
		width: 100%;
		position: static;
		float: left;
		left: auto;
		bottom: auto;
		text-align: center;
	}

	.visibleNearby .rsGCaption {
		font-size: 16px;
		line-height: 18px;
		padding: 25px 0 40px;
		width: 100%;
		position: static;
		float: left;
		left: auto;
		bottom: auto;
		text-align: center;
	}

	.rsLink {
		left:0;
		top:0;
		position:absolute;
		width:100%;
		height:100%;
		display:block;  
		z-index: 20;
		background: url(blank.gif);
		-webkit-backface-visibility: hidden;
	}


}

@media all and (max-width: 767px) {

	.rsContent {
		height: 100%;
	}

	.visibleNearby .rsGCaption {
		display: none;
	}

	#exhibiton-gallery .rsOverflow, .royalSlider#exhibiton-gallery {}
	.visibleNearby .rsGCaption {
		font-size: 16px;
		line-height: 18px;
		padding: 10px 0 40px !important;
		width: 100%;
		position: static;
		float: left;
		left: auto;
		bottom: auto;
		text-align: center;
	}

	.rsSlide {}


}

@media all and (min-width: 1200px) and (max-width: 1399px) {

	.visibleNearby .rsGCaption {
		font-size: 16px;
		line-height: 18px;
		padding: 0px 0 80px;
		width: 100%;
		position: static;
		float: left;
		left: auto;
		bottom: auto;
		text-align: center;
	}

	.visibleNearby .rsGCaption span {
		display: block;
		clear: both;
		color: #666666;
		font-size: 14px;
		line-height: 18px;
	}

	.visibleNearby .rsSlide img {
		opacity: 0.45;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	.visibleNearby .rsActiveSlide img {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}