body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Cookie banner */
/* Cookie banner */
.wpcc-container{
	opacity:1
}
.wpcc-transparency-5{
	opacity:.95
}
.wpcc-transparency-10{
	opacity:.9
}
.wpcc-transparency-15{
	opacity:.85
}
.wpcc-transparency-20{
	opacity:.8
}
.wpcc-transparency-25{
	opacity:.75
}
.wpcc-container{
	border-style:solid;
	border-width:0;
	box-sizing:border-box;
	display:flex;
	flex-wrap:nowrap;
	font-family:inherit;
	font-size:16px;
	line-height:1.5em;
	-webkit-transition:opacity 1s ease;
	-moz-transition:opacity 1s ease;
	-ms-transition:opacity 1s ease;
	-o-transition:opacity 1s ease;
	overflow:hidden;
	position:fixed;
	transition:opacity 1s ease;
	z-index:9999
}
@media print{
	.wpcc-container{
		display:none
}
}
.wpcc-pushdown-wrap{
	max-height:0;
	overflow:hidden;
	-webkit-transition:max-height 1s;
	-moz-transition:max-height 1s;
	-ms-transition:max-height 1s;
	-o-transition:max-height 1s;
	transition:max-height 1s
}
.wpcc-pushdown{
	margin:0!important;
	position:static
}
.wpcc-invisible{
	opacity:0
}
.wpcc-fontsize-tiny{
	font-size:12px
}
.wpcc-fontsize-small{
	font-size:14px
}
.wpcc-fontsize-large{
	font-size:18px
}
.wpcc-border-thin{
	border-width:1px
}
.wpcc-border-normal{
	border-width:3px
}
.wpcc-border-thick{
	border-width:5px
}
.wpcc-float{
	flex-direction:column;
	max-width:22em;
	padding:1.5em
}
.wpcc-float.wpcc-padding-small{
	padding:1em
}
.wpcc-float.wpcc-padding-large{
	padding:2em
}
.wpcc-banner{
	flex-direction:row;
	margin:1em;
	padding:1em
}
.wpcc-banner.wpcc-padding-small{
	padding:.5em .5em .5em 1em
}
.wpcc-banner.wpcc-padding-large{
	padding:1.5em
}
.wpcc-banner.wpcc-margin-none{
	margin:0
}
.wpcc-banner.wpcc-margin-small{
	margin:.5em
}
.wpcc-banner.wpcc-margin-large{
	margin:1.5em
}
.wpcc-padding-none{
	padding:0
}
.wpcc-padding-none.wpcc-float .wpcc-message{
	margin:1em
}
.wpcc-padding-none.wpcc-banner .wpcc-message{
	margin:.8em 1em
}
.wpcc-padding-none.wpcc-banner .wpcc-btn{
	height:100%;
	padding:.9em 1.5em
}
.wpcc-btn,.wpcc-privacy{
	cursor:pointer
}
.wpcc-privacy{
	display:inline-block;
	opacity:.85;
	text-decoration:underline
}
.wpcc-privacy:hover{
	opacity:1
}
.wpcc-privacy:active,.wpcc-privacy:visited{
	color:initial
}
.wpcc-btn{
	display:block;
	font-size:.9em;
	font-weight:700;
	padding:.4em .8em;
	text-align:center;
	white-space:nowrap;
	-webkit-transition:background-color .2s ease;
	-moz-transition:background-color .2s ease;
	-ms-transition:background-color .2s ease;
	-o-transition:background-color .2s ease
}
.wpcc-btn:hover{
	text-decoration:none
}
.wpcc-top{
	top:1em
}
.wpcc-top.wpcc-margin-none{
	top:0
}
.wpcc-top.wpcc-margin-small{
	top:.5em
}
.wpcc-top.wpcc-margin-large{
	top:1.5em
}
.wpcc-left{
	left:1em
}
.wpcc-left.wpcc-margin-none{
	left:0
}
.wpcc-left.wpcc-margin-small{
	left:.5em
}
.wpcc-left.wpcc-margin-large{
	left:1.5em
}
.wpcc-right{
	right:1em
}
.wpcc-right.wpcc-margin-none{
	right:0
}
.wpcc-right.wpcc-margin-small{
	right:.5em
}
.wpcc-right.wpcc-margin-large{
	right:1.5em
}
.wpcc-bottom{
	bottom:1em
}
.wpcc-bottom.wpcc-margin-none{
	bottom:0
}
.wpcc-bottom.wpcc-margin-small{
	bottom:.5em
}
.wpcc-bottom.wpcc-margin-large{
	bottom:1.5em
}
.wpcc-float .wpcc-message{
	display:block;
	margin-bottom:1em
}
.wpcc-banner{
	align-items:center
}
.wpcc-banner.wpcc-top{
	left:0;
	right:0;
	top:0
}
.wpcc-banner.wpcc-bottom{
	left:0;
	right:0;
	bottom:0;    
	width: 35%;
}
.wpcc-banner .wpcc-message{
	display:block;
	flex:1 1 auto;
	margin-right:1em;
	max-width:100%
}
.wpcc-float .wpcc-compliance{
	flex:1 0 auto
}
.wpcc-corners-small{
	border-radius:5px
}
.wpcc-corners-normal{
	border-radius:7px
}
.wpcc-corners-large{
	border-radius:10px
}
.wpcc-corners-round .wpcc-btn{
	border-radius:4px
}
.wpcc-corners-round.wpcc-margin-none,.wpcc-corners-round.wpcc-padding-none .wpcc-btn{
	border-radius:0
}
.wpcc-corners-round.wpcc-margin-none{
	border-radius:0
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
	.wpcc-top{
		top:0!important
}
	.wpcc-bottom{
		bottom:0!important
}
	.wpcc-banner,.wpcc-float,.wpcc-left,.wpcc-right{
		left:0!important;
		margin:0!important;
		right:0!important
}
	.wpcc-banner{
		align-items:unset;
		flex-direction:column
}
	.wpcc-corners-round{
		border-radius:0!important
}
	.wpcc-float{
		max-width:none
}
	.wpcc-message{
		margin-bottom:1em
}
	.wpcc-banner.wpcc-padding-small{
		padding:.5em
}
	.wpcc-padding-small .wpcc-message{
		margin-bottom:.5em
}
}