.osgalery-cat-tabs{
    display:none;
}
  
.big-header{
    /* opacity:0.2; */
    color:rgba(210,174,109,0.4);
    font-size:200px;
    font-weight:800;
}
 

.catalog-gallery .el-title{
    background:rgba(125,65,50,0.5);
    font-size:18px;
    padding:20px;
    transition:all 0.3s ease;
}

.catalog-gallery .el-item:hover .el-title{
    background:rgba(210,174,109,0.9);
    transform:scale(1.1);
}

body{
    background:url("/images/bg1.webp") no-repeat center top;
    background-size:100%;
    background-attachment:fixed;
}

body:before{
    background: #fff;
    opacity:0.8;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    content: "";
    display: block;
}

.uk-sticky-fixed .uk-navbar-container:not(.uk-navbar-transparent) {
	background: rgba(255,255,255,10);
}


.catalog-gallery > .uk-grid > div:last-child .el-title{
    display:none;
}