
* {
    font-family: 'Roboto', sans-serif;
}

body, html{
    background-color: rgb(247,247,248);
}

.active-dropdown{
    background-color: #137bac !important;
    text-decoration: underline !important;
}

.langs-dropdown{
    font-weight: bold; font-size: 28px; line-height: 28px;
}

.langs-dropdown  .dropdown-item {
    cursor: pointer;
}

.bl-bg{
    background-color: rgb(0, 0, 0, 0.4);  
    padding: 10px;  
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
}

.c-slide {
    margin-bottom: 20px;
    margin-top: 165px;
}

.carousel-item img {
    height: auto;
}
.carousel-item img.sm {
    max-height: 300px;
    object-fit: cover;
}

.caption-title {
    font-size: 30pt;
    text-shadow: 1px 1px black;
}

.caption-sub-title{
    font-size: 16pt;
    text-shadow: 1px 1px black;
}

.caption-btn {
    text-shadow: 1px 1px black;
    padding: 10px;
    border: white 1px solid;
    color: white !important;
    border-radius: 5px;
    margin-top: 5px;
    box-sizing: border-box;
    display: inline-block;
}

.caption-btn:hover{
    font-weight: bold;
}



a:hover, a:active, a:visited, a:link {
    text-decoration: none;
    color: black;
}

.container-content{
    background-color: white;
}

.fr-view{
    padding: 10px;
}


.p0{
    padding: 0;
}

.btn-more {
    border: 1px solid #ccc;
    padding: 10px 30px 10px 30px;
    background-color: white;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    margin: 0px;
    margin-left: 5px;
}

.btn-more:active, .btn-more:focus {
    outline: 0;
}

.btn-more:hover {
    background-color: #f7f7f7;
}

.cover-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    margin-bottom: 20px;
    margin-top: 136px;
}

.groups-block {
    background-color: white;
    padding: 15px;
}

.articles-block {
    background-color: #137bac;
}

.articles-block .info{
    height: 100%;
    display: flex;
    flex-direction:row;
    align-items: center;
}

.articles-block .info-list{
    width: 100%;
}

.articles-block .info-list .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.articles-block .info-list .info .text{
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    font-weight: 100;
}

.articles-block .info-list .info .size{
    color: #fff;
    font-size: 25px;
    font-weight:bold;
}

.btn-el-d{
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-size: 34px;
    border: solid 1px #fff;
    color: white !important;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 5px;
    white-space: nowrap;
}



.groups-block, .avatar, .notification > .message, .article-box, .article-box > .photo > .date, .article-box > .photo > .time, .shadow-custom, .article-info-box {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(227,227,227,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(227,227,227,1);
    box-shadow: 0px 0px 15px 0px rgba(227,227,227,1);
}
/* #137bac */

.avatar {
    height: 78px;
    width: 78px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #137bac;
    color: white;
    font-weight: bold;
}

.block-title {
    font-weight: 400;
    font-size: 18px;
}
.d-inline {
    display: inline-block;
}

.search-btn{

    font-size: 18pt;
    background-color: white;
    outline: none;
    border:  solid 1px #1d1d1d;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
}

.search-btn:hover{
    background-color: #ebebeb;
}

.article-box {
    padding: 15px;
    padding-bottom: 20px;
    margin: 5px;
    margin-bottom: 20px;
    display: block;
}

.article-box:hover {
    -webkit-box-shadow: 0px 0px 17px 3px rgba(148, 148, 148, 1);
    -moz-box-shadow: 0px 0px 17px 3px rgba(148, 148, 148, 1);
    box-shadow: 0px 0px 17px 3px rgba(148, 148, 148, 1);
}

.article-box:hover .fa-chevron-right {
    font-size: 150%;
}

.article-box > .photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.article-box > .photo > .date {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 56px;
    align-items: center;
    justify-content: center;
    width: 56px;
    border-radius: 50%;
    position: relative;
    left: 20px;
    top: 180px;
    text-align: center;
}

.article-box > .photo > .date > span:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.article-box > .photo > .date > span:last-of-type {
    font-size: 12px;
    line-height: 10px;
}

.article-box > .photo > .time {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 56px;
    align-items: center;
    justify-content: center;
    width: 130px;
    border-radius: 50px;
    position: relative;
    left: 90px;
    top: 125px;
}

.article-box > .photo > .time > span:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.article-box > .photo > .time > span > span:first-child {
    font-size: 12px;
}

.article-box > .photo > .time > span:last-of-type {
    font-size: 12px;
    line-height: 10px;
}

.article-box > .title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}

.article-box > .info {
    font-size: 12px;
}

.partner-box {

    width: 160px;
    height: 100px;
    display: inline-block;
    border: solid 1px #ccc;
    background-repeat: no-repeat;
    background-size: 140px;
    border-radius: 3px;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 1px;
    opacity: 0.8;

}

.partner-box:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.footer {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f1f1f1;
}

.footer .title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer .link {
    display: block;
}

.footer .link, .footer .text {
    font-size: 13px;
}

.footer .link:hover {
    color: #454545;
    text-decoration: underline;
}

.navbar-custom-1 {
    background-color: rgba(255,255,255);
    min-height: 70px;
    top: 30px;
    
}

.navbar-custom-1 > .navbar-toggler {
    border: none;
    font-size: 24px;
}

.navbar-custom-1 .nav-link i {
    font-size: 26px;
    color: #1d1d1d;
}

.navbar-custom-1 .nav-link i:hover {
    color: #137bac;
}

.navbar-custom-1 .nav-link span {
    font-size: 20px;
    color: #1d1d1d;
}

.navbar-custom-2 {
    top: 115px;
    background-color: #137bac;
    min-height: 40px;
}

.navbar-custom-2 > .navbar-toggler {
    color: white;
    font-size: 24px;
}

.navbar-custom-2 > .navbar-collapse > .navbar-nav > .nav-item {
    line-height: 20px;
}

.navbar-custom-2 .nav-link {
    font-size: 14px;
    color: white;
}
.navbar-custom-2 .nav-link.active {
    text-decoration: underline;
}

.navbar-custom-2 .nav-link:hover {
    text-decoration: underline;
}

.navbar-custom-2 .dropdown-menu {
    background-color: #137bac;
    border: none;
    font-size: 14px;
    color: white;
    margin-top: 8px;
    border-radius: 0px;
}

.navbar-custom-2 .dropdown-item {
    color: white;
}

.navbar-custom-2 .dropdown-item:hover {
    background-color: inherit;
    text-decoration: underline;
}

.navbar-custom-2 .dropdown-item.active {
    background-color: inherit;
    text-decoration: underline;
}

.navbar-custom-2 .nav-item.dropdown:has(.active) .nav-link{
    text-decoration: underline;

}

.navbar-nav-2{
    justify-content: flex-end !important;
    gap: 15px;
}


.notification {
    margin-bottom: 15px;
}

.notification::after {
    content: "";
    clear: both;
    display: table;
}


.notification .avatar {
    float: left;
    margin-right: 20px;
}

.notification > .message {
    margin-left: 100px;
    padding: 12px 30px 12px 30px;
    background-color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    min-height: 73px;
    line-height: 20px;
}

.notification > .message .info {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}




.article-info-box{
    text-align: center;
}




.article-info-box .left-side{
    background-color: #137bac;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}


.article-info-box .text{
    font-size: 16px;
}
.article-info-box .text-lg {
    font-size: 32px;
    line-height: 25px;
}

.article-name{
    font-size: 28px;
}


.article-intro{
    font-weight: bold;
    font-size: 20px;
}

.event-name{
    font-size: 28px;
}


.event-intro{
    font-weight: bold;
    font-size: 20px;
}

.comment{
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}
.comment .sub-text{
    color: #bdbdbd;
    margin-left: 20px;
}

.comment-input{
    background-color: transparent;
    border: none;
    border-bottom:  1px solid #bdbdbd;
    line-height: 20px;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
}
.comment-textarea{
    background-color: transparent;
    border:  1px solid #bdbdbd;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    resize: none;
}

.write-comment-button{
    background-color: #bdbdbd;
    padding: 10px 30px 10px 30px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
}

.site-tree{
    list-style-type: disc;
}

.site-tree .text{
    font-weight: bold;
    text-transform: uppercase;
}

.site-tree a:hover{
    text-decoration: underline;
}

.site-tree > li{
    margin: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.faq .header {
    display: table-row;
}

.faq .toogle {
    display: table-cell;
    width: 1px;
    font-size: 20px;
    padding: 15px;
    vertical-align: middle;
}

.faq .body {
    margin-left: 45px;
}

.faq .title {
    font-weight: bold;
    margin-bottom: 9px;
    display: table-cell;
    vertical-align: middle;
}

.group-logo:hover{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.shake-anim{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -ms-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -o-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

.opacity-anim{

    -webkit-animation: opacity 2s;
    -moz-animation: opacity 2s;
    -ms-animation: opacity 2s;
    -o-animation: opacity 2s;
    animation: opacity 2s;

}


.banner-block{
    display: inline-block;
    vertical-align: middle;
}

.navbar-top-headline{

    z-index: 999;
    display: flex;
    align-items: center;
    height: 30px;
    background-color: white;
    border-bottom: solid 1px #f0f0f0;
    position: fixed;
    top: 0px;
    justify-content: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    text-align: center;
}

.nav-img-icon{
    height: 30px;
}

.text-center-sm{
    text-align: center;
}

.mb-3{
    margin-bottom: 30px;
}

.pt-3{
    padding-top: 30px;
}

.text-upp{
    text-transform: uppercase;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes opacity {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {

    .text-center-sm{
        text-align: inherit;
    }

   

    .navbar-custom-2 > .navbar-collapse > .navbar-nav {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .navbar-custom-2 > .navbar-collapse > .navbar-nav > li {

    }

    .btn-el-d{
        font-size: 22px;
    }



}

@media (min-width: 1200px) {
    .btn-el-d{
        font-size: 34px;
    }

}

@media (max-width: 1400px) { 

    .navbar-custom-1 .nav-link > i {
        font-size: 18px;
    }

    
    .nav-img-icon{
    height: 24px;
    }

    .langs-dropdown{
        font-weight: bold; font-size: 18px; line-height: 18px;
        margin-top: 2px;
    }


 }


@media (max-width: 767.98px) {

   

    .caption-title {
        font-size: 9pt;
    }
    
    .caption-sub-title{
        font-size: 8pt;
    }


    .banner-block{
        display: none !important;
    }

    .caption-btn{
        padding: 3px;
        font-size: 8pt;
    }



    .navbar-nav-2{
        gap: 0px;
    
        }

    body {
        margin-top: 0px;
    }

    .navbar-custom-1 {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 0px;
        top: 40px;
    }

    .navbar-custom-2 {
        padding: 0px;
        padding-left: 20px;
        min-height: 0px;
        overflow-y: auto; 
        max-height: 90%;
    }

    .navbar-top-headline {
        height: 40px;
    }


    .navbar-custom-1 > .navbar-brand {
        transform: scale(0.6);
        max-width: 60px;
        
    }


    .navbar-custom-2 .dropdown-menu {
        background-color: transparent;
    }

    .groups-block {
        padding: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .groups-block .articles-block {
        display: block;
        height: auto;
    }

    .cover-bg {
        height: 450px;
        margin-top: 85px;
    }

    .c-slide {
        margin-top: 125px;
    }

    .carousel-item img {
        max-height: 450px;
    }

    .group-logo {
        height: 64px;
    }

    .groups-logos {
        padding: 20px;
    }

    .notification > .message {
        background-color: #c7eeff;
        margin-left: -15px;
        margin-right: -15px;
        padding: 12px 30px 12px 30px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;

    }

    .article-box > .photo > .date {
        background-color: #c7eeff;
        color: #3db0e6;
    }

    .navbar-custom-1 .nav-link > i {
        font-size: 14px;
    }

    .nav-img-icon{
        height: 18px;
        }

    .langs-dropdown{
        font-weight: bold; font-size: 15px; line-height: 15px;
        margin-top: 5px;
    }



    .article-info-box .left-side{
        flex-direction: row;
    }

    .articles-block .info-list{
        padding-top: 10px;
        padding-bottom: 10px;
    }

}



#search {
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}


.search-result-list .result {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.search-result-list .result:last-of-type {
    border-bottom: none;
}

.search-result-list .result .title {
    font-weight: bold;
    margin-bottom: 5px;
}



.search-result-list {

    margin-top: 20px;
    
}

.search-result-list .result .more a {
text-decoration: underline;
    
}

#search{
    z-index: 99;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search .search-container{
    position: absolute;
    padding: 30px;
    top: 30%;
    width: 50%;
    background-color: white;
    border-radius: 10px;
    text-align: center;

}

#search .search-container input{
    width: 100%;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    outline: none;

}


.btn-search{
border: 1px solid #ced4da;
/* color: #3cb3e6; */

}

.btn-search:hover{
    border: 1px solid #137bac;
    background-color: #137bac;
    color:white;
    
    }


    [data-f-id] {
        display: none;
        visibility: hidden;
      }
.fr-view .fr-file:hover{


    text-decoration: underline;

}

.fr-view .fr-file::after{

content: '' !important;

      }
.lastm{
    border-top: 1px solid #dee2e6;
    margin-top: 20px;
    padding: 10px;
}


.article-group-link{

    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
  


}    

.article-group-link:hover{
    text-decoration: underline;
}

.article-group-link.active{
    text-decoration: underline;
}

.contact-form{

    display: flex;
    align-items: center;

}

.contact-form-input{

    border: none;
    border-bottom: solid 1px #d8d8d8;
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;


}

.contact-form-input::placeholder {
    color: #333;
    opacity: 1; /* Firefox */
}


.contact-form-button{
    background-color: rgba(60,179,230);
    color: white;
    padding: 10px 30px 10px 30px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
}


.circ-ico {
    background-color: rgba(60,179,230);
    border-radius: 50%;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#goog-gt-votingInputSrcLang {
  display: none;
}


.text-12{
    font-size: 12px;
}

.text-14{
    font-size: 14px;
}

.text-16{
    font-size: 16px;
}

.text-18{
    font-size: 16px;
}

.text-b{
    font-weight: bold;
}