.vel-gallery {
display: inline-block;
position:relative;
padding: 6px;
margin: 2px;
border: 1px solid #ddd;
background-color: #fff;
}
.vel-gall {
text-align:center;
}
.navi-vgall {
background-color: rgb(0, 0, 0);
font-weight: bold;
height: 19px;
width: 19px;
text-align: center;
color: rgb(255, 255, 255);
line-height: 19px;
}
.vel-gall-frame {
padding: 10px;
margin: 10px 5px;
background-color: rgb(255, 255, 255);
text-align: center;
}
.vel-gallery {
line-height:0;
}
.vel-slide img {
height: auto;
}
.vel-gall img {
margin:0 !important;
}
.paginator {
display: block;
position: relative;
padding: 10px;
}
.paginator a,
.paginator a:link,
.paginator a:visited{
color:#333;
border: 1px solid #ddd;
text-decoration: none;
background-color:#fff;
padding:5px;
}
.paginator a.nav-aktiv {
color:#fff;
background-color:#333;
}
.v-frame {
position: relative;
display: block;
line-height:0;
text-align: center;
}
.single-gallery .top-gall,
.vel-gallery .top-gall {
background-size: cover;
background-position: center;
}
a.hvgall,
a.hvgall:link,
a.hvgall:visited {
text-decoration: none;
line-height: 25px;
margin: 0;
padding: 0;
position: absolute;
background-color: rgba(0, 0, 0, 0.6);
display: block;
top: 6px;
left: 6px;
right: 6px;
bottom: 6px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
transition: all 100ms linear;
}
.vel-gallery:hover a.hvgall {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
}
h3.gall-title {
color: #fff;
text-decoration: none;
line-height: 20px;
font-size: 12px;
text-transform: uppercase;
position: absolute;
top: 50%;
width: 100%;
display: block;
text-align: center;
margin-top: -6px;
}
.top-gall {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
top:12px;
left:300px;
right:300px;
bottom:12px;
color:#fff;
-webkit-transition: all 1000ms linear;
-moz-transition: all 1000ms linear;
transition: all 1000ms linear;
}
h1.title-gall {
text-align: left;
font-weight: normal;
margin: 0 4px;
text-transform: uppercase;
font-size: 20px;
}
.left-gall {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
top:300px;
left:12px;
right:12px;
bottom:300px;
color:#fff;
-webkit-transition: all 1000ms linear;
-moz-transition: all 1000ms linear;
transition: all 1000ms linear;
}
.vel-gallery:hover .top-gall {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
position: absolute;
top: 12px;
left: 12px;
right: 12px;
bottom: 12px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transition: all 1000ms linear;
-moz-transition: all 1000ms linear;
transition: all 1000ms linear;
}
.vel-gallery:hover .left-gall {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
position: absolute;
top: 12px;
left: 12px;
right: 12px;
bottom: 12px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transition: all 1000ms linear;
-moz-transition: all 1000ms linear;
transition: all 1000ms linear;
}
.v-gall img {
margin:0 !important;
padding:0;
}
.singlegallery {
margin: 10px 5px;
background-color: rgb(255, 255, 255);
padding: 8px;
text-align:center;
}
.singlegallery .gall {
padding: 6px;
margin: 4px;
line-height:0;
border: 1px solid #ddd;
background-color: #fff;
display: inline-block;
}
.featherlight .featherlight-close-icon:hover {
color: #000;
background-color: #fff;
}
.singlegallery img {
}
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(119, 119, 119, 0.7);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		position: relative;
		max-width:610px;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		padding: 0px; 
		margin-left: 5px;
		margin-right: 5px;
		max-height: 95%;
		background: #fff;
		cursor: auto;
		white-space: normal;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		display: block;
		padding: 10px !important;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: none !important;
		border-radius:3px;
	}

	.featherlight .featherlight-close-icon {
position: absolute;
z-index: 9999;
top: -10px;
right: -10px;
width: 18px;
cursor: pointer;
font-family: Arial, sans-serif;
color: #FFF;
font-size: 14px;
background-color: #000;
border: 2px solid #fff;
line-height: 17px;
border-radius: 50%;
text-align: center;
height: 18px;
-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
	}


	.featherlight .featherlight-image {
max-width:97%;
margin: 0 auto;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px;
	}
}
.featherlight-previous {
position: absolute;
top: 0px;
left:0px;
bottom: 0px;
text-align:left;
cursor:pointer;
width: 40%;
}
.featherlight-content .legend {
text-align: center;
width: 100%;
display: block;
font-family: arial;
color: rgb(119, 119, 119);
}
.featherlight-next {
position: absolute;
top: 0px;
text-align:right;
right:0px;
bottom: 0px;
cursor:pointer;
width: 40%;
}
.featherlight-next i {
border: 2px solid #fff;
background-color: #000;
width: 17px;
height: 20px;
line-height: 22px;
font-size: 15px;
text-align: center;
border-radius: 50%;
padding-left: 3px;
-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}
.featherlight-previous i {
border: 2px solid #fff;
background-color: #000;
width: 17px;
height: 20px;
line-height: 22px;
font-size: 15px;
text-align: center;
border-radius: 50%;
padding-right: 3px;
-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}
.featherlight-previous i:hover, .featherlight-next i:hover {
color:#000;
background-color: #fff;
}
.featherlight-next span {
right:20px;
display:none;
}
.featherlight-next:hover span {
display:block;
}
.featherlight-previous span {
left:20px;
display:none;
}
.featherlight-previous:hover span {
display:block;
}
.featherlight-next span, .featherlight-previous span {
top: 47%;
position: absolute;
padding: 0;
border-radius: 50%;
font-size: 15px;
color: #fff;
height:15px;
line-height: 15px;
text-align:center;
}



/*slider*/
        /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 6px;
            height: 6px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
border-radius: 50%;

        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            color:#fff;
            text-shadow: 1px 1px 1px #000;
            width: 40px;
            height: 40px;
            cursor: pointer;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }
.jssora05l img,.jssora05r img {
width: 20px;
height: auto;
background-color: #ddd;
border-radius: 5px;
padding: 5px;
}
.jssora05l:hover img,.jssora05r:hover img {
background-color: #fff;
}
/*slider*/