  /*! * Add custom css for this site here: */
/* Added left image 10px white border - NP 2017.06.15 */
 .row-hero-images [class*=col] {
	 border-left: white 10px solid;
}
/* Modified Brightness code for the main images - JS 2017.11.17 */
 .row-hero-images [class*=col] a,.row-hero-images [class*=col] a::before{
	top:0;
	right:0;
	left:0;
	display:block;
	transition:all .4s ease;
	position:absolute
}
.row-hero-images [class*=col]{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding-left:0;
	padding-right:0;
	transition:all .4s ease;
	height:400px;
	position:relative
}
.row-hero-images [class*=col] a{
	bottom:0;
	color:#fff;
	text-decoration:none
}
.row-hero-images [class*=col] a:hover{
	text-shadow:0 1px 2px rgba(0,0,0,1),0 1px 10px #000,0 3px 20px #000
}
.row-hero-images [class*=col] a .btn{
	text-shadow:none
}
.hero-image-content{
	z-index:5;
	position:absolute;
	right:0;
	bottom:25px;
	left:0;
	text-align:center;
	text-shadow:0 2px 10px #000
}
.row-hero-images [class*=col] a::before{
	bottom:0;
	background:#000;
	z-index:4;
	content:"";
	opacity:0
}
.row-hero-images [class*=col] a:hover::before{
	background:rgba(0,0,0,0);
	opacity:1;
	box-shadow:0 0 120px -20px #000 inset,0 0 120px -20px #000 inset
}
.row-hero-images [class*=col] a:hover .btn.btn-primary{
	color:#fff;
	background-color:#ac0000;
	border-color:#700000
}
#fancy_box {
    margin-left:10%;
}