.jl-logo{
    position: relative;
}
#g-navigation.home-nav{
    background: rgba(43, 45, 66, 0);
}

#g-header{
    /*margin-top: -7.5rem !important;*/
}
#g-showcase .g-grid{
    align-items: center;
}
#g-navigation.home-nav a,
#g-navigation.home-nav a .g-menu-item-title{
  color: #141515;
    
}
/*FLOWERS BUTTONS*/
.jl-light .jl-button-default.jl-button-flower1:before,
.jl-light .jl-button-default.jl-button-flower2:before{
    background: url(/images/flowers_buttons_light.png) no-repeat top left;
    background-size: 100%;
}
.button{
    position: relative;
}
.button.jl-button-flower1:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 77px;
    height: 35px;
    background: url(/images/flowers_buttons.png) no-repeat top left;
    background-size: 100%;
    transition: 0.4s all;
}
.button.jl-button-flower2:before{
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    width: 77px;
    height: 35px;
    background: url(/images/flowers_buttons.png) no-repeat top left;
    background-size: 100%;
    transform: scaleX(-1);
    transition: 0.2s all;
}
.button.jl-button-flower1:hover:before,
.button.jl-button-flower2:hover:before{
    background-size: 90%;
}


.fil1 {fill:#FBBA12}
.fil4 {fill:#6C202E}
.fil2 {fill:#377530}
.fil0 {fill:#199FD4}
.fil3 {fill:#1A79B8}
/*FLOWERS BUTTONS*/
@media only screen and (max-width: 740px) {
    .g-offcanvas-toggle{
        top: 1.1em;
    }
    #g-navigation.home-nav{
        background: transparent !important;
    }
    .g-home-particles #g-header{
        margin-top: -4.9em  !important;
    }
    #g-navigation .jl-logo{
        padding: 16px;
        margin-left: 20px;
    }
}
/*========================*/
/*======MOD LANGUAGES=====*/
/*========================*/
.mod-languages{
    float: right;
}
.mod-languages .jl-drop.jl-open{
    left: unset !important;
    right: 0;
}
.mod-languages .dropdown-toggle{
    background: transparent !important;
    box-shadow: none;
    font-weight: bold;
    padding: 0.938rem;
    color: inherit;
}
.mod-languages .dropdown-menu {
    padding: 0 !important;
}
.mod-languages .dropdown-menu li{
    padding: 0 !important;
    margin: 0;
}
.mod-languages .dropdown-menu li a{
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
}

@media only screen and (max-width: 740px) {
    /*
    .mod-languages-block{
        height: 0;
    }*/
    .mod-languages-block{
        position: absolute;
        top: 0;
        right: 0;
    }
}
/*========================*/
/*======MOD LANGUAGES=====*/
/*========================*/

#g-header.home-header .jl-heading-content, 
#g-below.home-below  .jl-heading-content{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3em;
}

.feature-block .shadow.rounded{
    position: relative;
}
.feature-block .block-image{
    width: 100%;
    margin-bottom: -4em;
    transition: 0.5s ease;
}
.feature-block .block-content {
    padding-top: 4em;
    transition: 0.5s ease;
}
.feature-block .block:hover .block-image{
    transform: translateY(-10px);
}


/*========================*/
/*===FEATURED ARTICLES====*/
/*========================*/
.featured-articles{

}
.featured-articles .g-joomla-articles{

} 
.featured-articles .g-joomla-articles .g-array-item{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.featured-articles .g-joomla-articles .g-array-item .g-array-item-image{  
    position: relative;  
}
.featured-articles .g-joomla-articles .g-array-item .g-array-item-image:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.44);
}
.featured-articles .g-joomla-articles .g-array-item .g-array-item-title{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.featured-articles .g-joomla-articles .g-array-item .g-array-item-title h3{
    color: white;
}
.featured-articles .g-joomla-articles .g-array-item .g-array-item-text{
    
}
.featured-articles .g-joomla-articles .g-array-item .g-array-item-read-more{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
}
/*========================*/
/*===/FEATURED ARTICLES===*/
/*========================*/

.jl-margin-large.items-more{
    display: none;
}
.com-content-category-blog > h1{
    text-align: center;
}
.com-content-category-blog > .category-desc{
    text-align: center;
}

.com-content-category-blog  article .jl-inline-clip.jl-transition-toggle,
.com-content-category-blog  article img{
    border-radius: 5px;
}

.com-content-article.item-page .jl-article img{
    border-radius: 5px;
    width: 100%;
}


/*========================*/
/*=====TAGGED ARTICLES====*/
/*========================*/
.com-tags-tag.tag-category{
    
}


.com-tags-tag.tag-category ul.com-tags-tag__category.category.list-group{
    
}

.com-tags-tag.tag-category ul.com-tags-tag__category.category.list-group > li{
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
}

.com-tags-tag.tag-category ul.com-tags-tag__category.category.list-group > li > a{
    border-radius: 5px;
    overflow: hidden;
    margin: 1em;
    width: 150px;
    margin-left: 0;
}

@media only screen and (max-width: 740px) {
    
    .com-tags-tag.tag-category ul.com-tags-tag__category.category.list-group > li > a{
        width: 70px;
    }
    .com-tags-tag.tag-category ul.com-tags-tag__category.category.list-group > li > h3{
        font-size: 16px;
    }
}

/*========================*/
/*====/TAGGED ARTICLES====*/
/*========================*/
