.box_mediabox:before {
	background: #fff;
	opacity:0.8;
    cursor: zoom-out !important;
}

/* focus */
.box_mediabox button[class*="lity-"]:focus{
	outline: none;
}

/* Close button */
.lity-close,
.lity-close:hover,
.lity-close:active,
.lity-close:focus {
	top:5px;
	right: 10px;
	width: 5rem;
	height: 5rem;
	line-height: 0;
	font-size: 50px;
	color: #ccc;
    font-weight: none;
        font-family: 'wotfardlight';
}


/* Group navigation */
.lity-group-caption .lity-group-current {
	display: block;
	position: absolute;
	top:none;
    bottom:-30px;
	right: 0;
	color: #000;
     font-family: 'wotfardlight';
}
.lity-loading .lity-group-caption .lity-group-current {
	left:50%;
	margin-left: -2.125em;
	width: 4.5em;
	right: auto;
	text-align: center;
	top:50%;
	margin-top:-1.5em;
	color: #000;
    cursor: zoom-out !important;
}

.lity-wrap {

    cursor: zoom-out !important;
}

.lity-image img {
   cursor: default;
}


/* start stop */
.lity-loading .lity-group-start-stop {
	display: none;
     cursor: zoom-out !important;
}
.lity-group-start-stop {
	display: block;
	position: absolute;
	top:-1.5rem;
	left: 0;
	width: 100%;
	text-align: center;
	color: #000;
	font-weight:none;
}
.lity-group-start-stop button {
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0;
	background: none !important;
	color:#000;
}
.lity-group-start-stop button b {
    background: none !important;
	color: transparent;
}
.lity-group-start-stop button b::after {
    background: none !important;
	content: attr(title);
	display:none;
	color: #000;
	padding-right: 0.75em;
}

.lity-group-start-stop .lity-stop {
	display: none;
}
.lity-slideshow .lity-group-start-stop .lity-start {
	display: none;
}
.lity-slideshow .lity-group-start-stop .lity-stop {
	display: inline-block;
}

/* Next, prev */
.lity-next, .lity-previous {
	display: block;
	border:0;
	padding: 0;
	margin: 0;
	position: fixed;
	border-radius: 50%;
	left:-20px;
	text-align: center;
	top:50%;
	margin-top: -6rem;
	width: 8rem;
	height: 12rem;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
}
.lity-next[disabled], .lity-previous[disabled] {
	display: none;
}

.lity-next {
	left: auto;
	right: -4.75rem;
	text-align: right;
}

.lity-next:hover, .lity-previous:hover,
.lity-next:active, .lity-previous:active,
.lity-next:focus, .lity-previous:focus {
	background: none;
}

.lity-next b, .lity-previous b {
	display: inline-block;
	position: absolute;
	top: 25%;
	left: 30px;
	font-size: 40px;
	line-height: 3rem;
	margin-top: -1.5rem;
	text-shadow: 0;
	color: #000;
	font-style: normal;
	opacity: 0.5;
}

.lity-next b {
	right: 5.5rem;
	left: auto;
}

.lity-next:hover b, .lity-previous:hover b,
.lity-next:active b, .lity-previous:active b,
.lity-next:focus b, .lity-previous:focus b {
	display: inline-block;
	opacity: 1;
}

/* Caption */
.lity-image-caption {
	display: block;
	position: absolute;
	left: 0;
	right: none;
	bottom: -30px;
	background: none;
	color: #000;
 font-family: 'wotfardlight';
	padding:0 0 0 0;
}

.lity * { 
    -webkit-box-sizing: none !important;
    -moz-box-sizing: none !important;
    box-sizing: none !important;
}
