html{
    scroll-behavior: smooth;
}
body{
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
}
h1,h2,p{
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
} 
button{
    background: none;
}
a:hover{
    text-decoration: none;
}
#myCarousel .carousel-indicators{
	margin-left: -50%;
}
.blue-color{
    color: #00C1B0!important;
}
.white-color{
    color: white;
}
.orange-color{
    color: #f77400!important;
}
.background-section:before {
    background-image: url(../main-img.jpg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
}
.title-container{
	margin: 60px 0;
}
.title-container .container{
	position: relative;
}
.title-container .title-header{
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-size: 50px;
    color: #fff;
}
.title-container .title-header>span{
	position: relative;
    z-index: 9;
}
.title-container .title-header:before {
    content: "";
    top: 0;
    bottom: 0;
    right: -75px;
    z-index: 0;
    width: 1600px;
    border-bottom: 80px solid #f77400;
    border-left: 0px solid transparent;
    border-right: 75px solid transparent;
    height: 0;
    position: absolute;
}
.title-container .title-header.white-bg:before {
    border-bottom: 80px solid #fff;
}
.title-container .title-header.blue-bg:before {
    border-bottom: 80px solid #00C1B0;
}
#events{
    margin-top: 120px;
    position: relative;
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 calc(100% - 60px));
    min-height: 700px;
}
.overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}
.nav-overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 20%, rgba(0, 0, 0, 0.68) 80%);
}
.single-event-container{
    position: relative;
    margin: 30px 0 90px 0;
    display: grid;
    grid-template-columns: 150px 300px;
}
.single-event-container:before{
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: bottom;
    background-image: url('../event-border.png');
}
.single-event-container .single-date{
    background: white;
    min-height: 100px;
    padding: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.single-event-container .single-content{
    padding: 5px 5px 5px 10px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.single-content h3{
    margin-top: 0;
    font-size: 22px;
}
.single-content a{
    color: white;
    text-decoration: none;
}
.single-content i{
    margin-right: 10px;
    font-size: 22px;
}
.single-content p{
    font-size: 18px;
    line-height: 19px;
}
.single-content a:hover,.single-content a:active,.single-content a:focus{
    color: #00C1B0;
    text-decoration: none;
}
#ifihouse{
    padding: 60px 0 120px 0;
    background-image: url(../ifjusagi_haz.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#ifihouse .box .info-icon{
    height: 80px;
}
#ifihouse .box .info-text{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 15px;
    min-height: 88px;
}
#ifihouse .box{
    background: #F7C027;
    text-align: center;
    padding: 30px 15px;
    margin-top: 10px;
}

.house-container{
    padding: 0 60px 0 60px!important;
}
.house-img{
    max-width: 100%;
}
.house-textbox{
    padding-top: 60px;
}
.house-textbox h2{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 66px;
    max-width: 600px;
}
.house-textbox p{
    margin-top: 120px;
    margin-bottom: 30px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    max-width: 500px;
}
.solid-btn{
    transition: 0.2s;
    padding: 13px;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #DF0408;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #DF0408;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.solid-btn.full{
    width: 90%;
}
.solid-btn.grey-color{
    border: 1px solid #00C1B0;
    color: #00C1B0;
}
.solid-btn.white-color{
    border: 1px solid #fff;
    color: #fff;
}
.solid-btn.or-color{
    border: 1px solid #f77400;
    color: #f77400;
}
.solid-btn:hover,.solid-btn:active,.solid-btn:focus{
    text-decoration: none;
    background: #DF0408;
    color: #fff;
}
.solid-btn.white-color:hover,.solid-btn.white-color:active,.solid-btn.white-color:focus{
    background:#fff;
    color: #00C1B0;
}
.solid-btn.grey-color:hover,.solid-btn.grey-color:active,.solid-btn.grey-color:focus{
    background: #00C1B0;
}
.solid-btn.or-color:hover,.solid-btn.or-color:active,.solid-btn.or-color:focus{
    background: #f77400;
}
#partners{
    position: relative;
    padding: 120px 0;
    background: #F1F1F1;
    margin-bottom: -60px;
    -webkit-clip-path: polygon(0% 0%,100% 45px,100% 100%,0% 100%);
    clip-path: polygon(0% 0%,100% 45px,100% 100%,0% 100%);
}
#partners .top{
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: #D3D3D3;
    -webkit-clip-path: polygon(0 0, 100% 45px, 100% 100%, 0 15px);
    clip-path: polygon(0 0, 100% 45px, 100% 100%, 0 15px);
}
#partners h1{
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 60px;
}
.navbar-bottom{
    left: 0;
    position: absolute;
    bottom: 0;
    min-height: 60px;
    right: 0;
    margin-bottom: 80px;
}
.bg-height-sub .navbar-bottom{
    margin-bottom: 50px;
}
.navbar-bottom .container{
    max-width: 1300px;
}
.custom-navbar{
    list-style: none;
}
.custom-navbar li{
    display: inline-block;
    padding: 0 15px;
}
.custom-navbar li>a{
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.2s;
}
.custom-navbar li>a:hover{
    color: #FFF;
    text-decoration: none;
}
.custom-navbar li>a:focus,.custom-navbar li>a.active{
    color: #F7C027;
    text-decoration: none;
}
.memoriam-top{
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 2px solid white;
    position: relative;
    margin-top: 30px;
}
#inmemoriam{
    background:#E2F5F3;
}
.inmemoriam-img{
    height: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#inmemoriam .name{
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #047066;
    margin-bottom: 5px;
}
#inmemoriam p{
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #047066;
}
.memoriam-bottom{
    margin-bottom: -2px;
}
img.responsive{
    width: 100%;
}
#event-single{
    margin: 90px 0;
}
.event-info span{
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #F77400;
    margin-top: 1rem;
    display: inline-block;
}
.event-info p{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #535353;
    margin-top: 10px;
}
.event-info .event-info-container{
    padding: 15px 0;
}
.event-info-middle{
    border-top: 2px solid #F77400;
    border-bottom: 2px solid #F77400;
}
.event-place{
    border-top :2px solid #00C1B0;
}
.event-place span{
    color: #00C1B0;
    margin-bottom: 1rem;
}
.mr-30{
    margin-right: 30px;
}


.mb-30{
    margin-bottom: 30px;
}
.mt-30{
    margin-top: 30px;
}
.mtb-30 .solid-btn{
    margin-left: 0px;
    margin-top: 30px;
}
.mt-60{
    margin-top: 60px;
}
.mtb-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb-60{
    margin-top: 60px;
    margin-bottom: 60px;
}
.mtb-90{
    margin-top: 0px;
    margin-bottom: 90px;
}
.mtb-90 .row{
    justify-content: center;
}
.mtb-90 p{
    margin-bottom:0;
    margin-top:0.3rem;
}
@media screen and (min-width: 992px) {
  .mtb-90 .row .col-lg-2{
    flex: 0 0 22%;
    max-width: 22%;
  }
}

.ptb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-90{
    padding-top: 90px;
    padding-bottom: 90px;
}

.event-content h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #535353;
    margin:60px 0;
}
.event-content p{
    font-size: 18px;
    line-height: 150%;
    color: #535353;
}
.community-link{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #535353;
    padding-left: 60px;
    margin: 15px 0;
}
.community-link a{
    color: inherit;
    display: flex;
    align-items: center;
}
.map-row{
    align-items: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.color-dot{
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    margin-right: 15px;
}
.communities-list{

}
.communities-list .col-lg-6 a,.search-result .communities-list a{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #535353;
    margin-bottom: 30px;
    display: inline-block;
}
.communities-list .col-lg-6 a:hover{
    color:#f77400;
}
.timeline-title{
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #00C1B0;
}
.timeline-block{
    position: relative;
    border-top: 2px solid #C4C4C4;
    padding-top: 60px;
    margin-top: 60px;
}
.timeline-block .year{
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #C4C4C4;
    position: absolute;
    top: -28px;
    right:0;
}
.material-title{
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
}
.material-title img{
    margin-right: 15px;
}
.material-border{
    border-right: 4px solid #00C1B0;
    min-height: 300px;
}
.community-info{
    padding: 30px 0;
    border-top: 2px solid #F77400;
    border-bottom: 2px solid #F77400;
    margin: 60px 0;
}
.community-leader img{
    border-radius: 50%;
}
.community-leader p{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #535353;
    margin: 5px 0;
}
.bold{
    font-weight: bold;
}
.fs-24{
    font-size: 24px!important;
    margin-top: 30px!important;
}
.community-single-address h2{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #535353;
    margin-bottom: 60px;
}
.community-single-address p{
    font-size: 18px;
    line-height: 21px;
    color: #535353;
    margin-bottom: 60px;
}
.community-single-address .email{
    font-size: 18px;
    line-height: 21px;
    color: #535353;
    display: block;
    margin-bottom: 30px;
}




/* IDEIGLENESEN OFF */

.community-single-group{
        display:none;
    }

/* !!!!!!!!!!!!!!!!! */





.orange-title{
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #F77400;
    margin-bottom: 30px;
}
.orange-border{
    border-color: #F77400!important;
    border-width: 2px!important;
}
.newsletter-underline{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #4D4D4D;
    margin-bottom: 10px;
}
.newsletter-underline:hover{
    color: black;
}
.pointy-title a{
    color: #fff;
}
.pointy-title{
    background: #F77400;
    padding: 10px;
    clip-path: polygon(0 0,80% 0, 100% 100%,100% 100%,0 100%);
    display: inline-block;
    padding-right: 50px;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}
.news-entity{
    margin-bottom: 30px; 
}
.news-entity h1{
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #535353;
}
.news-entity h1:hover{
    color: #f77400;
}
.newstop h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #535353;
}
.newstop a:hover h2{
    color:#f77400;
}
.fluid-col-left{
    padding-left: 0;
}
.fluid-col-right{
    padding-right: 0; 
}
.newstop{
    margin-bottom: 90px;
    align-items: center;
}
.newstop .main-news{
    margin-left: 90px;
    margin-bottom: 30px;
}
.moved-left{
    margin-left: -100px;
}
.moved-right{
    margin-left: 50px;
}
.news-content p,.news-content ul,.news-content li,.news-content ol{
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #535353;
}
.general p,.general ul,.general li,.general ol{
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #535353;
}
.news-title{
    margin-bottom: 50px;
}
.news-title h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #535353;
}
.news-title span{
    font-size: 14px;
    line-height: 16px;
    color: #535353;
}
#news-single{
    margin-top: 90px;
    margin-bottom: 90px;
}
.news-small{
    position: relative;
    margin-bottom: 10px;
}
.news-small .news-link h2{
    color: white;
}
.news-small .news-link{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.42%, #000000 100%);
}
.news-small h2{
    font-size: 23px;
    line-height: 27px;
}
.slash-title{
    background: rgb(247,192,39);
    background: linear-gradient(120deg, rgba(247,192,39,1) 0%, rgba(247,192,39,1) 15%, rgba(247,116,0,1) 15%);
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 15px;
    margin-bottom: 15px;
}
.latest-news{
    margin-bottom: 15px;
    position: relative;
}
.latest-link{
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.711922268907563) 0%, rgba(255,255,255,0) 100%);
}
.latest-link:hover{
    color: #F7C027;
}
.fb-box{
    margin-top: 60px;
}
.about-h{
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
}
.margin-about{
    margin-top: 150px;
    margin-bottom: 150px;
}
.about-line{
    background: #00C1B0;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-right: 65px;
}
#mission{
    margin: 60px 0;
    background: rgba(0, 193, 176, 0.08);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
#mission h2{
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    color: #00C1B0;
    margin-bottom: 30px;
    margin-top: 30px;
}
#mission p{
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    color: #00C1B0;
}
#values{
    margin: 60px 0;
    background: rgba(247, 116, 0, 0.09);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
#values h2{
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    color: #F77400;
    margin-bottom: 30px;
    margin-top: 30px;
}
#values p{
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    color: #F77400;
}
.howwework .content{
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #535353;
}
.howwework .orange-box{
    background: #F77400;
    padding:  30px 10px;
    margin: 5px;
}
.howwework .orange-box img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.howwework .orange-box p{
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    min-height: 105px;
}
.owl-team .item p{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #535353;
}
.owl-team .item .name{
    font-weight: bold;
}
.owl-team .item img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.owl-team .owl-dots .owl-dot.active span, .owl-team .owl-dots .owl-dot:hover span {
    background: white;
    border: 2px solid #F7C027;
}
.owl-team .owl-dots:hover,.owl-team .owl-dots:active,.owl-team .owl-dots:focus{
    outline: none;
}
.owl-team .owl-dots .owl-dot span {
    background: #F7C027;
}
.owl-team .owl-nav button.owl-next, .owl-team .owl-nav button.owl-prev {
    background: #F7C027;
    width: 30px;
    height:30px;
    color: white;
    font-size: 30px;
    line-height: 30px;
    border-radius: 0;
}
.owl-team .owl-nav{
    text-align: right;
    padding-right: 60px;
}
.owl-team .owl-nav [class*=owl-]:hover,.owl-team .owl-nav [class*=owl-]:active,.owl-team .owl-nav [class*=owl-]:focus {
    background: #F7C027;
    text-decoration: none;
    outline: none;
}
.office p{
    font-weight: bold;
    font-size: 18px;
    line-height: 150%px;
    color: #535353;
    max-width: 700px;
}
.office-member{

}
.office-member img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 45px;
    border-radius: 50%;
}
.office-member p{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #535353;
}
.president img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 50%;
}
.president p{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #535353;
}
.info-box{
    height: 100%;
    margin: 15px;
    padding: 30px;
}
.info-box p{
    font-size: 18px;
    line-height: 150%;
    color: #535353;
    text-align: left;
}
.info-box h2{
    font-weight: 900;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 30px;
}
.orange-info-box{
    background: rgba(247, 116, 0, 0.05);
    border: 2px solid #F77400;
}
.blue-info-box{
    background: rgba(0, 193, 176, 0.05);
    border: 2px solid #00C1B0;
}
#archive a{
    font-size: 22px;
    line-height: normal;
    text-decoration-line: underline;
    color: #4D4D4D;
}
#archive a:hover{
    text-decoration: none;
}
.hirlevel-tabs{
    background: none;
    border:none;
}
.hirlevel-tabs a{
    width: 100%;
    background: #EDEDED;
    padding: 10px;
    display: inline-block;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    color: #C4C4C4;
}
.hirlevel-tabs .nav-link {
    border: none;
    border-radius: 0;
}
.hirlevel-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background: #F77400;
}
.nav-tabs .second-tab .nav-link {
    margin-left: -12px;
    padding-left: 25px;
}
.hirlevel-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.hirlevel-tabs .first-tab{
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.owl-actual .actual-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #535353;
    padding: 0 10px;
}
.owl-actual .item{
    padding: 0!important;
}
.owl-actual .actual-content{
    font-size: 22px;
    line-height: normal;
    color: #4D4D4D;
}
.owl-actual .actual-content:hover,.owl-actual .actual-title:hover{
    color:#f77400;
}
.owl-actual .actual-image{
    -webkit-clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}
.owl-actual .owl-dots .owl-dot.active span, .owl-actual .owl-dots .owl-dot:hover span {
    background: #FFF;
    border: 3px solid #00C1B0;
}
.owl-actual .owl-dots:hover,.owl-actual .owl-dots:active,.owl-actual .owl-dots:focus{
    outline: none;
}
.owl-actual .owl-dots .owl-dot span {
    background: #00C1B0;
    width: 15px;
    height: 15px;
}
.owl-actual .owl-dots{
    position: relative;
    top:25px;
}
.owl-actual .owl-nav button.owl-next, .owl-actual .owl-nav button.owl-prev {

}
.owl-actual .owl-nav{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right:0;
}
.owl-actual .owl-nav button svg,.owl-actual .owl-nav button img {
    width: 60px;
}
.owl-actual .owl-nav button.owl-next{
    position: absolute;
    transform: translate(0, -50%);
    right: 0;
}
.owl-actual .owl-nav button.owl-prev {
    position: absolute;
    transform: translate(0, -50%);
    left: 0;
}
.owl-actual .owl-nav [class*=owl-]:hover,.owl-actual .owl-nav [class*=owl-]:active,.owl-actual .owl-nav [class*=owl-]:focus {
    background: none;
    text-decoration: none;
    outline: none;
}
.owl-actual .owl-nav button:hover svg path{
    fill: #F7C027!important;
}
.map-group{
    cursor: pointer;
    opacity: 0.8;
}
.map-group.active{
    /*fill: #00C1B0!important;*/
    opacity: 1;
}
.map-group.faded{
    opacity: 0.6;
}
.map-group:hover{
    opacity: 1;
}
.simple-page h2{
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #DF0408;
}
.simple-page p,.simple-page ol,.simple-page li,.simple-page ul{
    font-size: 18px;
    line-height: 150%;
    color: #535353;
}
.moosend-fluid{
    padding: 0;
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 calc(100% - 60px));
}
.moosend-fluid .moosend{
    padding: 60px 0!important
}
.moosend{
    background: #F4F4F4;
    position: relative;
}
.moosend::before{
/*    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 1600px;
    background: #F4F4F4;*/
}


.contact-box{
    background: #F7C027;
    height: 100%;
}
.contact-box img{
    display: inline-block;
    margin-right: 10px;
}
.contact-box h2{
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
}
.contact-box p, .contact-box a{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}


.contact-form textarea{
    resize: both;
}




.contact-title{
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #00C1B0;
}






/* NEW CONTACT FORM */



.form-section {
  display: flex;
  flex-direction: column;
}

.form-section label {
    margin-bottom: 0;
}

.contact-name, .contact-email{
  margin-bottom: 25px;
  width: 70%;
  position: relative;
  height: 60px;
  filter: drop-shadow(0 5px 10px #e7e7e7);
  border-radius: 5px;
}

.contact-message {
  position: relative;
  filter: drop-shadow(0 5px 10px #e7e7e7);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 40px;
}

.form-section div:hover{
  filter: drop-shadow(0 5px 10px #d8d8d8);
}

.contact-name, .contact-email {
  overflow: hidden;
}

.contact-message textarea{
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  height: 300px;
  width: 100%;
  color: #535353;
  border: none;
  outline: none;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
}

.contact-name, .contact-email{
  font-size: 16px;
  color: #c1c1c1;
  font-weight: 400;
}


.contact-name input, .contact-email input{
  width: 100%;
  height: 100%;
  color: #535353;
  font-weight: 400;
  font-size: 18px;
  padding-top: 10px;
  border: none;
  outline: none;
  padding-left: 15px;
}


.contact-name label, .contact-email label {
  position: absolute;
  bottom: 13px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.contact-message label {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #c1c1c1;
}


.contact-name label::after, .contact-email label::after{
  content: "";
  position: absolute;
  left: 0px;
  bottom:-13px;
  height: 100%;
  width: 100%;
  border-bottom: 3px solid #F7C027;
  transform: translateX(-100%);
  transition: 0.3s;
}

.content_label {
  position: absolute;
  bottom: 5px;
  transition: all 0.3s ease;
  padding-left: 15px;
}

.contact-message textarea:focus + .form_labels .content_message,
.contact-message textarea:valid + .form_labels .content_message {
  transform: translateY(-150%);
  font-size: 12px;
  color: #f77400;
  transition: 0.3s;
  position: absolute;
  top: 12px;
}

.contact-message textarea:focus,
.contact-message textarea:valid {
  border-bottom: 3px solid #F7C027;
  transition: 0.2s;
}

.contact-name input:focus + .form_labels .content_label,
.contact-name input:valid + .form_labels .content_label,
.contact-email input:focus + .form_labels .content_label,
.contact-email input:valid + .form_labels .content_label{
  transform: translateY(-120%);
  font-size: 12px;
  color: #f77400;
}

.contact-name input:focus + .form_labels::after,
.contact-name input:valid + .form_labels::after,
.contact-email input:focus + .form_labels::after,
.contact-email input:valid + .form_labels::after {
  transform: translateX(0%);
}

#accept {
    height: 16px;
    width: 16px;
}

.send-btn{
  transition: 0.2s;
  padding: 13px;
  margin-right: 15px;
  margin-top: 10px;
  margin-left: -2px;
  color: #f7c027;
  border: 1px solid #f7c027;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
}

.send-btn:hover{
  background-color: #f7c207;
  color: white;
}


.contact-send-img {
  position: absolute;
  top: 8vh;
  left: 30vh;
  width: 200%;
  z-index: -1;
}



/* NEW CONTACT FORM END  */





#programs{
    margin-top: 120px;
}
/* Removed nth-child background colors to allow SectionCssClass to work */
.program-box{
   margin-bottom: 240px;
}
.program-text h2{
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}
.program-text p{
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}
.program-info{
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}
.program-info img{
    max-width: 100%;
    width: auto;
}
.shape{
    position: absolute;
    bottom: -190px;
    top: -150px;
    left: 40px;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
    min-height: 300px;
    background: #f77400;
}
.shape .shape-in{
    padding: 60px 10px;
    padding-top: 90px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: #fff;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
.program-box:nth-child(2n+1) .shape{
    left: 40px;
    right: 0;
}
.program-box:nth-child(2n+2) .shape{
    right: 40px;
    left: 0;
}
/* Removed nth-child shape colors to allow SectionCssClass to work */
.support h2{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}
.support p{
    font-size: 24px;
    line-height: 150%;
    color:#535353;
}

.euplatesc-form{
        height: 750px;
        overflow: hidden;
    }

.search-box{
    border: 2px solid #C4C4C4;
    border-radius: 5px;
}
.search-box button{
    border:none;
    outline: none;
}
.search-box button img{
    padding: 5px;
}
.search-box input{
    border: none;
    width: 70%;
    outline: none;
    line-height: 40px;
    font-size: 20px;
    background: none;
}
.search-result .created_at{
    text-decoration: underline;
}
.search-result a:hover{
    color: #f77400;
}
.navbar-mobile {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    bottom: 0;
    height: 50px;
    left: 0;
    right: 0;
    z-index: 99999999999999999999999999;
}
.nm-container{
    position: relative;
}
.nm-hidden-list{
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(3px);
    right: 0;
    bottom: 46px;
    min-width: 200px;
    padding: 10px;
    overflow: auto;
}
.nm-hidden-list form{
    background: #ffffffab;
    height: 35px;
    display: flex;
}
.nm-hidden-list form input,.nm-hidden-list form button{
    background: none;
    border: none;
    outline: none;
    padding-left: 8px;
}
.nm-hidden-list .h-links{
    overflow: auto;
    max-height: 300px;
}

.nm-hidden-list .h-link{
    display: block;
    text-align: right;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.6;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}
.navbar-mobile .m-link:hover,.navbar-mobile .m-link .active{
    color: #fff;
}
.navbar-mobile .m-link{
    color: #ffffff91;
    display: inline-block;
    line-height: 50px;
    margin: 0 auto;
}
.navbar-mobile .m-link i{
    font-size: 25px;
    margin: 5px;
    vertical-align: middle;
}
.border-o-top{
    border-top: 7px solid #f77400;
    margin-bottom: 30px;
}
.yellow-background:before {
    background: #F7C027;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
}
.yellow-background .languages a{
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    transition: 0.2s;
}
.yellow-background .languages a:hover,.yellow-background .languages a.active{
    color: white;
    font-weight: 900;
}
.yellow-background .languages{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.search-bar{
    background: #ffffffab;
    height: 35px;
    width: 100%;
    margin-top: 38px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.search-bar button{
    background: #ffffffab;
    padding: 0 15px;
}
.search-bar button i{
    color: #C59512;
    opacity: 0.57;
}
.search-bar input::placeholder{
    color: rgba(197, 149, 18, 0.5);
}
.search-bar input{
    width: 100%;
    background:none;
    margin-left: 10px;
    font-size: 16px;
    line-height: 19px;
}
.search-bar input,.search-bar button{
    border:none;
    outline: none;
}
.news-content img{
    max-width: 100%;
}
.addeventatc .addeventatc_icon {
    top: -4px!important;
}
.general img{
    /*max-width: 100%;*/
}
.mindenjog{
    margin-top: 90px;
}
.owl-actual .actual-content p{
    line-height: 150%;
    font-size: 18px;
}
.support .col-8 p{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #535353;
    margin-bottom: 15px;
}
.internal-title{
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #F77400;
}
.internal-box h1{
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}
.internal-box p{
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    min-height: 230px;
}
.internal-box{
    background: #f77400;
    padding: 30px 15px;
    text-align: center;
    margin: 5px;
    margin-bottom: 30px;
}
.internal-container:nth-child(3n+1) .internal-box {  
    background:#F77400;
}
.internal-container:nth-child(3n+2) .internal-box {  
    background:#00C1B0;
}
.internal-container:nth-child(3n+3) .internal-box {  
    background:#F7C027;
}
.owl-news{
    padding: 0;
}
.owl-news .news-entity h1 {
    padding-left: 10px;
}
.owl-news .owl-stage{
    left:-30px;
}
.page-nav-box{
    padding: 10px;
    float: right;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: 30px;
    min-height: 60px;
    border: 2px solid #BFBFBF;
    border-right: none;
    display: flex;
    align-items: center;
}
.page-nav-box img{
    margin-right: 15px;
}
.page-nav-box a{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    color: #BFBFBF;
    padding-right: 9px;
    margin-left: 9px;
    border-right: 2px solid #BFBFBF;
}
.page-nav-box a:last-child{
    border-right: none;
}
.page-nav::after {
  content: "";
  clear: both;
  display: table;
}
.standard-text p, .standard-text ol, .standard-text li, .standard-text ul{
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #535353;
}
.tooltip-main {

}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    background: #f77400;
    color: #fff;
    border: 1px solid #f77400;
    text-align: center;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-bottom-color: #f77400;
    /* Red */
}
.sticky-logo{
    top: 30vh;
}
.background-section:before {
    margin-top: 150px;
    background-position: center;
}
.white-divider{
    height: 2px;
    background: white;
    margin: 20px 60px;
}
.animation-mobile img, .animation-mobile svg{
    height: 50px;
}

.animation-mobile{
    text-align: center;
    left: 0;
    right: 0;
    top: 70vh;
    opacity: 0.7;
}

.myicon1{
    height:35px;
    }
.myicon2{
    height:35px;
    }

#e1vjlt5nzg6v1{
  filter: drop-shadow(0px 5px 12px rgba(0,0,0,0.9));
}

@media screen and (max-width: 1600px) {
    .house-textbox {
        padding-top: 30px;
    }
    .house-textbox h2 {
        font-size: 46px;
        line-height: 46px;
    }
    .house-textbox p {
        margin-top: 60px;
        font-size: 26px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1200px) {
    .uparrow {
        left: 90.44%;
    }
    .internal-box p{
        min-height: 270px;
    }
    .house-textbox {
        padding-top: 0px;
    }
    .house-textbox p {
        max-width: 100%;
    }
    .house-textbox h2 {
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .community-single-group{
        margin-top: 30px;
    }
    .material-border{
        border:none;
    }
    .internal-box h1{
        min-height: 84px;
    }
    .internal-box p{
        min-height: 390px;
    }
    .house-textbox{
        text-align: center;
    }
    .title-container .title-header{
        font-size: 30px;
        line-height: 60px;
    }
    .contact-send-img {
        display:none;
    }
}
@media screen and (max-width: 767px) {
    .euplatesc-form{
        height: 900px;
    }
    
    
    #memoriamlink.solid-btn.white-color {
        border: 1px solid #00C1B0;
        color: #00C1B0;
    }
    .memoriam-top {
        border-top: 2px solid #00C1B0;
    }
    .footer-bottom-background:before {
        background: linear-gradient(181deg, rgba(0,193,176,1) calc( 100% - 400px), rgba(255,255,255,0) calc( 100% - 400px), rgba(255,255,255,1) calc( 100% - 400px), rgba(255,255,255,1) 100%);
        clip-path: polygon(0px 30px, 100% 40px, 100% 100%, 0% 100%);
    }
    .background-section:before {
        margin-top: 290px;
    }
    .info-box {
        margin: 15px 0;
    }
    .margin-about:last-child {
        margin-bottom: 90px;
    }
    .event-content{
        padding: 0;
    }
    .event-content div{
        padding: 0 15px;
    }
    .internal-container{
        padding: 0;
    }
    .program-text{
        top:-50px;
    }
    #mission p,.howwework .content,#values p {
        font-size: 18px;
        line-height: 150%;
    }
    .page-nav-box span{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .page-nav-box a {
        border-right: none;
    }
    .community-single-address{
        padding-bottom: 30px;
        border-bottom: 2px solid #F77400;
        margin: 0 10px;
    }
    .page-nav-box{
        margin-bottom: 30px;
        flex-direction: column;
    }
    .uparrow {
        left: 70%;
    }
    .moosend-fluid {
        clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 calc(100% - 10px));
    }
    .newstop {
         margin-bottom: 30px; 
    }
    .internal-box h1{
        min-height: initial;
        font-size: 24px;
    }
    .internal-title {
        font-size: 26px;
        line-height: 150%;
    }
    .program-box {
        margin-bottom: 120px;
    }
    .internal-box p{
        min-height: initial;
        font-size: 18px;
    }
    .howwework .orange-box img {
        height: 60px;
    }
    #mission img{
        width: 100px;
    }
    #values img{
        width: 100px;
    }
    #mission {
        clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 calc(100% - 10px));
    }
    #values {
        clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 calc(100% - 10px));
    }
    .sticky-logo{
        margin-top: 70px;
        padding-top: 60px;
    }
    .img-ersekseg{
        width: 140px;
    }
    .about-h {
        font-size: 18px;
        line-height: 150%;
    }
    .color-dot {
        width: 20px;
        height: 20px;
    }
    .community-link {
        font-size: 18px;
        line-height: 20px;
    }
    .fc .fc-toolbar{
        display: block!important;
    }
    .fc-toolbar .fc-toolbar-chunk{
        display: block;
    }
    .footer-pic {
        height: 30vh;
    }
    .background-section:before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
    }
    #events {
        clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 calc(100% - 10px));
    }
    #partners {
        clip-path: polygon(0% 0%,100% 10px,100% 100%,0% 100%);
    }
    #partners .top {
        clip-path: polygon(0 0, 100% 10px, 100% calc(100% - 35px), 0 15px);
    }
    .p-footer{
        -webkit-clip-path: polygon(0 0, 100% 0px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    }
    .house-textbox h2 {
        font-size: 20px;
        line-height: 150%;
    }
    .house-textbox p {
        margin-top: 30px;
        font-size: 18px;
        line-height: 150%;
    }
    .program-text p {
        font-size: 18px;
    }
    .program-text h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
   
    .nav-overlay {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
        background: none;
    }
    .mindenjog{
        margin-top: 0;
        margin-bottom: 60px;
    }
    .news-content img{
        height: auto!important;
    }
    .info-box h2 {
        font-size: 24px;
        line-height: 150%;
    }
    #mission h2,#values h2{
        text-align: center;
        font-size: 24px;
    }
    .about-line {
        margin-right: 0;
    }
    .myicon{
        margin-top:0px;
    }
    .myicon1{
        margin-top:0px;
    }
    .myicon2{
        margin-top:0px;
    }
    .yellow-background .languages{
        top: 30px;
    }
    .bg-height-sub {
        height: 105vh;
    }
    .yellow-background {
        height: 350px;
    }
    .newstop .main-news {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .fluid-col-left{
        padding-left: 15px;
    }
    .fluid-col-right{
        padding-right: 15px; 
        margin-top: 15px;
    }
    #events {
       margin-top: 0;
    }
    .owl-actual .actual-title {
        font-size: 24px;
        line-height: 34px;
    }
   
    .owl-actual .owl-dots {
        position: absolute;
        top: 95px;
        text-align: right;
        left: 0;
        right: 0;
    }
    .actual-sm{
        position: relative;
        top: -50px;
        background: rgba(255, 255, 255, 0.85);
        z-index: 9999999999999;
        margin: 10px;
    }
    .owl-actual .actual-content p{
        padding: 10px;
    }
    .owl-actual .actual-image {
       -webkit-clip-path: none; 
       clip-path: none;
    }
    .shape{
        position: relative;
        left: 0!important;
        right:0!important;
        top: -100px;
    }
    .shape .shape-in{
        position: relative;
        max-width: 96%;
    }
    .program-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .info-box{
        height: auto;
    }
    .title-container .title-header {
        font-size: 24px;
        line-height: 20px;
    }
    .title-container .title-header:before {
        border-bottom: 40px solid #f77400;
        border-right: 40px solid transparent;
    }
    .title-container .title-header.blue-bg:before {
        border-bottom: 40px solid #00C1B0;
    }
    .title-container .title-header.white-bg:before {
        border-bottom: 40px solid #fff;
    }
}
@media screen and (max-width: 575px) {
    .owl-actual .owl-nav {
        top: 30%;
    }
    .owl-actual .owl-nav button img {
        width: 37px;
    }
    .owl-team .owl-nav {
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

    .owl-actual .owl-dots {
        top: 60px;
    }
    .single-event-container {
        grid-template-columns: 100px 200px;
    }
    .single-date h4{
        font-size: 18px;
    }
    .single-event-container:before {
        background: none;
        border-bottom: 2px solid white;
    }
    .euplatesc-form{
        height: 900px;
    }
    .owl-actual .owl-nav button.owl-prev {
        left: 0px;
    }
    .owl-actual .owl-nav button.owl-next {
        right: 0px;
    }
    .owl-next svg, .owl-prev svg{
        height: 60px;
    }
}