@media only screen and (max-width: 767px) {
  .masonry-item {
    width: 50% !important;
  }
}

.image-hover-block img {
  object-fit: cover;
}

.mt-thum-bx img, .mt-post-thum img {
    height: 200px !important;
}

.copyrights-text a{
    
color: #b8c318;
    
padding: 0px 10px;
}
.urlap .col-12.bg-dark.text-white.py-3{
    display:none;
}
.breadcrumbs_div.nobr{
    display:none;
}
.header-style-1 .is-fixed.color-fill .main-bar {
	box-shadow: 0px 0px 20px #00000026;
}

.our-product3-wrap{
    background-image:url("/unitx/Dokumentumok/Dokumentumok/css/bg5.jpg");
    background-size: 100% auto !important;
}
.mission-left{
overflow: hidden;
position: relative;
min-height: 465px;
transition:all 0.25s ease;
}
.mission-left:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 25px #00000036;
}
.mission-outer-section{
    position:relative;
}
.mission-outer-section:after{
    background-image:url("/unitx/Dokumentumok/Dokumentumok/css/4031277.jpg");
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:0;
    opacity: 0.025;
}
.mission-outer-section .section-content{
    position:relative;
    z-index:1;
}
.mission-left h3{
    font-family: 'Roboto', sans-serif;
    /* font-weight: 500; */
    font-size: 24px !important;
    line-height: 40px;
    color: #b8c318 !important;
    margin-bottom: 20px;
    font-weight: normal !important;
}
.mission-left .font-weight-100 {
    font-weight: bold !important;
    color: #235a37 !important;
}
.mission-left{
    background-image:none !important;
    border: 3px solid #dadada;
    border-radius: 10px;
}
.mission-left > div{
    position:relative !important;
    z-index:2;
}
.mission-left:after{
    content:"";
    background-image:url("/unitx/Dokumentumok/Dokumentumok/css/v1042-08.jpg");
    width:100%;
    height:100%;
    position:absolute;
    z-index:0;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    background-position: center;
}
.mission-left h3,.mission-left p{
    position:relateive;
    z-index:2;
}
.author-signature, .author-name {
    min-width: 185px !important;
}
.m-about-containt .large-title{font-size: 50px !important;}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.fobanner_carosusel_bg {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ff {
    color: white;
    /* text-shadow: 0px 0px 3px black; */
    /* text-align: center; */
    /* -webkit-text-stroke: 1px #000; */
    text-align: left;
    font-size: 2.5rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.ff h1{
    font-weight:bold;
    color: #b8c318;
    margin:15px 0px;
    animation: ffanim 1.25s ease forwards;
    opacity: 0;
    animation-delay: 0.5s;
}
.ff2{
    /* color: #bd432f; */
    text-align: left;
    /* -webkit-text-stroke: 1px #5a241b; */
    color: lightgray;
    position: relative;
    z-index: 2;
        overflow: hidden;
}
.ff2 h2{
        animation: ffanim 1.5s ease forwards;
        /* text-transform: uppercase; */
        animation-delay: 0.9s;
        color: white;
        opacity: 0;
        font-weight: bold;
        font-size: 1.5rem;
}
.fobanner_carosusel_bg:after {
    content: '';
    background-color: #000000ab;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: linear-gradient(180deg, #0000009e 50%, #0000009e 100%);
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

@keyframes ffanim{
 	0%{
        opacity:0;
 	}
 	70%{
        opacity:0;
 	}		
 	100%{
       opacity:1;
 	}
 }
 @keyframes ffh1anim{
 	0%{
        right:-100%;
 	}	
 	70%{
 		right:0%;
 	} 	
 	100%{
        right:100%;   
 	}
 }
 
 
 .fobanner .ff .ffanim:after {
    content: '';
    background: #b8c318;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0px;
    animation: ffh1anim 1.5s ease;
    animation-delay: 0.5s;
}

.fobanner .ffanim2:after {
    content: '';
    background: #235a37;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0px;
    animation: ffh1anim 2s ease;
    animation-delay: 0.5s;
}

@media only screen and (max-width: 768px) {
  .bg-parallax {
    background-size: auto 100% !important;
  }
}