.et_pb_fullwidth_header.et_pb_fullwidth_header_0{background-color:rgba(255,255,255,0)}.scroll-top-wrap {
	text-align: center;
}

.scroll-top-inner {
	z-index: 9999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0.5;
	width: 50px;
	height: 50px;
	display: inline;
	position: fixed;
	cursor: pointer;
	margin: 0 auto;
	right: 7px;
	bottom: 7px;
	background: #000;
	border: 1px solid #fff;
}

.scroll-top-inner.lightScheme {
	background: #fff;
	border: 1px solid #000;
}

.scroll-top-inner.small {
	width: 25px;
	height: 25px;
}

.scroll-top-inner span {
	font-family: Arial sans-serif;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	font-size: 35px;
	position: relative;
	right: 1px;
	color: #fff;
}

.scroll-top-inner span.lightScheme {
	color: #000;
}

.scroll-top-inner span.small {
	font-size: 17px;
	line-height: 25px;
}/* PhotoSwipe Plugin */
.psgal {
    margin: auto;
    padding-bottom:40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity:0.1;
}
.psgal.use_masonry_{
    opacity:1;
}

.psgal.use_masonry_1{
    opacity:1; 
    text-align:center;
}
.psgal.photoswipe_showme{
    opacity:1;
}
.psgal figure {
    float: left;
    text-align: center;
    padding:5px;
    margin: 0px;
    box-sizing:border-box;
}
.psgal.use_masonry_1 figure {
    float:none; 
    display:inline-block;
}
.psgal a{
    display:block;
}
.psgal img{
    margin:auto;
    max-width:100%;
    width: auto;
    height: auto;
    border: 0;
}
.psgal figure figcaption{
    font-size:13px;
}
.msnry{
    margin:auto;
}
.pswp__caption__center{
    text-align: center;
}
.psgal.show_captions_ figure.photoswipe-gallery-caption {
    display:none;
}