 .nivo-lightbox-theme-default.nivo-lightbox-overlay {
     background: #666;
     background: rgba(0, 0, 0, 0.6);
 }

 .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
     background: url(loading.gif) no-repeat 50% 50%;
 }

 .nivo-lightbox-theme-default .nivo-lightbox-nav {
     top: 10%;
     width: 8%;
     height: 80%;
     text-indent: -9999px;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     opacity: 0.5;
 }

 .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
     opacity: 1;
     background-color: rgba(0, 0, 0, 0.5);
 }

 .nivo-lightbox-theme-default .nivo-lightbox-prev {
     background-image: url(prev.png);
     border-radius: 0 3px 3px 0;
 }

 .nivo-lightbox-theme-default .nivo-lightbox-next {
     background-image: url(next.png);
     border-radius: 3px 0 0 3px;
 }

 .nivo-lightbox-theme-default .nivo-lightbox-close {
     display: block;
     background: url(close.png) no-repeat 5px 5px;
     width: 16px;
     height: 16px;
     text-indent: -9999px;
     padding: 5px;
     opacity: 0.5;
 }

 .nivo-lightbox-theme-default .nivo-lightbox-close:hover {
     opacity: 1;
 }

 .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
     bottom: -7%;
 }

 .nivo-lightbox-theme-default .nivo-lightbox-title {
     font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-style: normal;
     font-weight: normal;
     background: #000;
     color: #fff;
     padding: 7px 15px;
     border-radius: 30px;
 }

 .nivo-lightbox-theme-default .nivo-lightbox-image img {
     background: #fff;
     -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
 }

 .nivo-lightbox-theme-default .nivo-lightbox-ajax,
 .nivo-lightbox-theme-default .nivo-lightbox-inline {
     background: #fff;
     padding: 40px;
     -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
 }

 @media (-webkit-min-device-pixel-ratio: 1.3),
 (-o-min-device-pixel-ratio: 2.6/2),
 (min--moz-device-pixel-ratio: 1.3),
 (min-device-pixel-ratio: 1.3),
 (min-resolution: 1.3dppx) {

     .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
         background-image: url(loading@2x.gif);
         background-size: 32px 32px;
     }

     .nivo-lightbox-theme-default .nivo-lightbox-prev {
         background-image: url(prev@2x.png);
         background-size: 48px 48px;
     }

     .nivo-lightbox-theme-default .nivo-lightbox-next {
         background-image: url(next@2x.png);
         background-size: 48px 48px;
     }

     .nivo-lightbox-theme-default .nivo-lightbox-close {
         background-image: url(close@2x.png);
         background-size: 16px 16px;
     }

 }

 #notfound {
     position: relative;
     height: 80vh;
 }

 #notfound .notfound {
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .notfound {
     max-width: 520px;
     width: 100%;
     line-height: 1.4;
 }

 .notfound .notfound-404 {
     position: absolute;
     left: 0;
     top: 0;
     height: 150px;
     width: 200px;
     z-index: -1;
 }

 .notfound .notfound-404 h1 {
     font-family: 'Poppins', sans-serif;
     font-size: 75px;
     font-weight: 700;
     margin: 0px;
     color: #e3e3e3;
     text-transform: uppercase;
     letter-spacing: 7px;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .notfound h2 {
     font-family: 'Poppins', sans-serif;
     font-size: 28px;
     font-weight: 400;
     text-transform: uppercase;
     color: #222;
     margin-top: 12px;
     margin-bottom: 15px;
 }

 .notfound a {
     position: absolute;
     left: 30%;
     font-family: 'Poppins',
         sans-serif;
     font-size: 25px;
     display: inline-block;
     font-weight: 700;
     border-radius: 15px;
     text-decoration: none;
     color: #57a3f8;
 }

 .notfound a:hover {
     color: #57a3f8;
 }
