/*!
 * CSS buttons for fancyBox (2.1.5)
 * version: 1.0
 * author: Lukasz Jablonski, http://e-eightyseven.com/
 * font: fontello, http://fontello.com/
 */

/* graphics are not needed any more */
.fancybox-close, .fancybox-prev span, .fancybox-next span {
 background-image: none !important;
}

/* retina graphics are also not needed! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

 .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none !important;
 }
}

@font-face {
 font-family: 'fontello';
 src: url('fontello/fontello.eot?85329031');
 src: url('fontello/fontello.eot?85329031#iefix') format('embedded-opentype'),
      url('fontello/fontello.woff?85329031') format('woff'),
      url('fontello/fontello.ttf?85329031') format('truetype'),
      url('fontello/fontello.svg?85329031#fontello') format('svg');
 font-weight: normal;
 font-style: normal;
}

a.fancybox-close,
.fancybox-next:hover span,
.fancybox-prev:hover span {
 cursor: pointer;
 background:#000;
 color: #fff;
 border: 2px solid #fff;
 border-radius: 30px;
 font-size: 15px;
 display: inline-block;
 line-height: 20px;
 width: 20px !important;
 height: 20px !important;
 text-align: center;
 text-decoration: none;
    
 -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
         box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.fancybox-close {
 position: absolute !important;
 top: -10px !important;
 right: -10px !important;
}

.fancybox-close:hover,
.fancybox-next:hover span,
.fancybox-prev:hover span {
 background:#fff;
 color: #000;
 text-decoration: none;
}

.fancybox-close:before {
 font-family: "fontello";
 content: '\e800';
 /* content: '\e803'; */
 margin-left: -.05em;
}

.fancybox-prev:hover span:before {
 font-family: "fontello";
 content: '\e802';
 /* content: '\e804'; */
 margin-left: -.2em;
}

.fancybox-next:hover span:before {
 font-family: "fontello";
 content: '\e801';
 /* content: '\e805'; */
 margin-left: .05em;
}