/*--gallery-- */
.gal-img-container{
    width: 100vw;
}
@media screen and (min-width: 426px){
    .gal-img-container{
        width: 33vw;
    }
}
@media screen and (min-width: 769px){
    .gal-img-container{
        width: 24vw;
    }
}
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.gallery_effect img {
    width: 100%;
}
/* Gray Scale */
.hover08 figure img {	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: opacity(0.8);
	-ms-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
   -webkit-transition:.3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: opacity(1);
}
.gallery_effect {
    padding: 10px;
    background: #fff;
    margin: 0px 0px 10px 10px;
    box-shadow: 2px 2px 9px -4px #1f1f1f;
}
.lost-wall .gallery_effect {
    margin: 0px 0px 10px 0px;
}
/*--//gallery-- */

@media(max-width:1080px){
	.gallery_effect {
        padding: 4px;
        background: #fff;
        margin: 0px 0px 10px 10px;
    }
}
.content-main-w3 {
    position: relative;
    background: #d0fff6;
    padding: 3em 0;
}
.header_top_w3ls .navbar-brand {
    font-size: 2.5em !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: var(--theme-color-2);
    text-transform: uppercase;
    margin: 0;
}
.header_top_w3ls .navbar-brand span {
    display: block;
    font-weight: 600;
    color: var(--theme-color-2);
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 4.2px;
    margin-top: -10px;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: #104f71 url(../images/move_up.png) no-repeat 11px 11px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#img1::after{
    content: " ";
}
figure::after{
    content: " ";
    position: absolute;
    background-color: black;
    color: #fff;
    display: none;
}
figcaption{
    text-align: center;
    text-align: -webkit-center;
}
.title{
    font-weight: bolder;
    color: #000000;
    text-decoration: underline;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}#lightboxOverlay, #lightbox{
    display: none !important;
}
.big-img{
    width: 90%;
}
.big-img-ctrl{
    position: fixed;
    top: -64px;
    left: 0px;
    width: 100%;
    background-color: #00000094;
    z-index: 22222;
    height: 64px;
    text-align: -webkit-right;
    text-align:right;
    padding: 9px;
    transition: all 0.5s ease-in-out;
}
.big-img-ctrl .fa, .big-img-ctrl .far, .big-img-ctrl .fas{
    font-size: 18px;
    color: white;
    cursor: pointer;
}
.big-img-ctrl button:focus{
    background-color: #4a4848;
}
.big-img-ctrl button:hover{
    background-color: #1b1b1b;
}
.big-img-ctrl button{
    border: none;
    outline: 0;
    background:none;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    padding: 12px;
}
.hide{
    display: none;
}
@media screen and (max-width: 768px){
    .big-img{
        width: 99%;
    }
}