.archive-div{
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
}

.archive-btn{
    background: #880015;
    color: #fff;
    border-radius: 0;
    float: right;
    margin-top: 25px;
    margin-bottom: 30px;
}

.archive-btn:hover,
.archive-btn:focus{
    background: #E4E4E4;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.archive-date{
    width: 150px;
    float: left;
}

.archive-word{
    width: 150px;
    float: left;
    margin-left: 10px;
}

.archive-search{
    background: #880015;
    color: #fff;
    border-radius: 0;
    margin-left: 10px;
}

.archive-search:hover,
.archive-search:focus-visible
{
    background: #E4E4E4;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.project_type{
    float: left;
}

.news-div{
    /*height: 130px;*/
    /*height: 210px;*/
    overflow:hidden;
}

.news-link{
    color: #000 !important;
    
}

.news-container{
    margin-bottom: 15px;
    padding-right: 0;
}

.news-image{
    height: 180px; /* 283px */
    width: 100%;
    background-size: cover;
}

.news-text{
    background: #e4e4e4;
    color: #000;
    padding: 6px 12px;
    height: 170px;
    overflow: hidden;
    text-align: left;
}

.news-title{
    font-size: 16px;
}

.news-date{
    font-style: italic;
}

.szechenyi-kep {
    background-color: white;
    /*z-index: 900;*/
}

.szechenyi-kep img {
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: cover;
    width: 100%;
}

.lg-backdrop{
    background: rgba(255, 255, 255, .7);
}

.lg-toolbar .lg-download,
.lg-toolbar .lg-autoplay-button,
.lg-toolbar .lg-fullscreen,
.lg-toolbar #lg-actual-size,
.lg-sub-html{
    display: none;
}

.lg-toolbar .lg-icon{
    color: #fff;
}

#lg-counter{
    color: #fff;
}

.lg-actions .lg-next, .lg-actions .lg-prev{
    color: #fff;
}

.lg-outer .lg-toogle-thumb{
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
}

.lg-outer .lg-thumb-outer{
    background: rgba(0, 0, 0, 0.45);
}
.lg-hide-items .lg-next,
.lg-hide-items .lg-prev,
.lg-hide-items .lg-toolbar {
    opacity: 100 !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.lg-icon:hover,
.lg-icon:focus,
#lg-counter-current:hover,
#lg-counter-current:focus,
#lg-counter-all:hover,
#lg-counter-all:focus {
    color: #000 !important;
    background: #fff;
	box-shadow: 0px 0px 5px 1px #000;
}
.lg img:hover,
.lg img:focus {
	box-shadow: 0px 0px 5px 5px #fff;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover,
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:focus {
	box-shadow: 0px 0px 5px 5px #fff;
	border-color: initial;
}

.lg-thumb.lg-group {
	overflow-x: hidden;
}