/*remove drop shadow around image*/
.fancybox-opened .fancybox-skin {
	  box-shadow: none;
	  background: none;
}

.fancy-are-close {
	position: fixed;
    height: 30px;
    width: 30px;
    top: 40px;
    right: 40px;
    /*margin-top: -15px;*/
    background-image: url('are-css-close.svg');
    background-size: 30px 30px;
    /*background: #ff0000;*/
}

.fancy-are-next {
	position: fixed;
    height: 30px;
    width: 30px;
    top: 50%;
    margin-top: -15px;
    right: 40px;
    background-image: url('are-css-right.svg');
    /*background: red;*/
}

.fancy-are-prev {
	position: fixed;
	height: 30px;
	width: 30px;
	top: 50%;
	margin-top: -15px;
	left: 40px;
	background-image: url('are-css-left.svg');
/*background: red;*/
}

.fancybox-overlay {
	background: url('winter-fancybox_overlay.png');
}


/*keep arrows visible all the time*/
.fancybox-nav span {
 visibility: visible;
}
/*Mobile*/
@media only screen and (max-width: 40em) {
	.fancy-are-close {
	    background-image: none;
	}
	
	.fancy-are-next {
	    background-image: none;
	}
	
	.fancy-are-prev {
	    background-image: none;
	}
}


/*Title Override*/
.fancybox-title {
	visibility: hidden;
	font: inherit; /*winter mod*/
	text-transform: uppercase;
	color: hsl(0, 0%, 30%); /*winter addition*/
	font-weight: 300; /*winter addition*/
	font-size: 0.7rem /*winter addition*/
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: white;
	-webkit-border-radius: 0px;  /*winter mod*/
	   -moz-border-radius: 0px;  /*winter mod*/
	        border-radius: 0;  /*winter mod*/
	text-shadow: none;  /*winter mod*/
	color: black; /*winter mod*/
	font-weight: inherit;  /*winter mod*/
	line-height: inherit;  /*winter mod*/
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #FFF;
	background: rgba(0, 0, 0, 0.0);
}